/*!
 * @author Alexander Katkov (alexander@katkov.su)
 */

.tp_h_phone_c a {
	text-decoration:none;
	color:#333333;
}

.tp_h_phone a {
	text-decoration:none;
	color:#333333;
}

.tp_h_phone_main a {
	text-decoration:none;
	color:#333333;
}

.tp_f_contacts_item a {
	text-decoration:none;
	color:#999999;
}

::-webkit-input-placeholder {
	color:#9a9a9a;
}
::-moz-placeholder {
	color:#9a9a9a;
}
:-moz-placeholder {
	color:#9a9a9a;
}
:-ms-input-placeholder {
	color:#9a9a9a;
}

.tp_c_padding {
	padding-top:40px;
	padding-bottom:40px;
}

.tp_c_padding_bottom {
	padding-bottom:40px;
}

.tp_c_padding_bottom_30 {
	padding-bottom:30px;
}

.tp_c_padding_bottom_20 {
	padding-bottom:20px;
}

.tp_c_padding_bottom_10 {
	padding-bottom:10px;
}

.tp_c_padding_top {
	padding-top:40px;
}

.tp_c_footer {
	margin-bottom:-50px;
}

.tp_c_sub_menu {
	border-bottom:1px solid #e6e6e6;
	padding-bottom:7px;
	margin-bottom:30px;
}

.tp_c_sub_menu .title {
	text-transform:uppercase;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:12px;
}

.tp_c_sub_menu .links a {
	margin-right:25px;
	display:inline-block;
	margin-bottom:10px;
}

#tp_c_sub_menu .hide {
	display:none;
}

#tp_c_sub_menu .tp_c_sub_menu_all {
	color:#2a8cce;
	cursor:pointer;
	position:relative;
}

#tp_c_sub_menu .tp_c_sub_menu_all::after {
	content: '';
	position: absolute;
	right: -13px;
	top: 9px;
	width: 7px;
	height: 4px;
	background: url(../images/tp_all_icons.png) -43px -22px;
}

#tp_c_sub_menu .tp_c_sub_menu_all:hover::after {
	background: url(../images/tp_all_icons.png) -16px -22px;
}

#tp_c_sub_menu .tp_c_sub_menu_all.selected::after {
	background: url(../images/tp_all_icons.png) -100px -22px;
}

#tp_c_sub_menu .tp_c_sub_menu_all.selected:hover::after {
	background: url(../images/tp_all_icons.png) -73px -22px;
}

#tp_c_sub_menu .tp_c_sub_menu_all:hover {
	color:#333333;
}

#tp_c_sub_menu .tp_c_sub_menu_all .close {
	display:none;
}

#tp_c_sub_menu .tp_c_sub_menu_all.selected .close {
	display:inline;
}

#tp_c_sub_menu .tp_c_sub_menu_all.selected .all {
	display:none;
}

.tp_c_cols {
	line-height:1.4;
}

.tp_c_cols .tp_c_l_col_2_3 {
	float:left;
	min-height:10px;
	width:616px;
	margin-right:36px;
}

.tp_c_cols .tp_c_r_col_1_3 {
	float:left;
	min-height:10px;
	width:308px;
}

.tp_c_cols .tp_c_l_col_2 {
	float:left;
	min-height:10px;
	width:465px;
	margin-right:30px;
}

.tp_c_cols .tp_c_r_col_2 {
	float:left;
	min-height:10px;
	width:465px;
}

.tp_c_cols .tp_c_col_3 {
	float:left;
	width:288px;
	margin-right:48px;
	min-height:10px;	
}

.tp_c_cols .tp_c_col_3.last {
	margin-right:0px;	
}

.tp_c_cols .tp_c_col_4 {
	float:left;
	width:204px;
	margin-right:48px;
	min-height:10px;	
}

.tp_c_cols .tp_c_col_4.last {
	margin-right:0px;	
}

.tp_c_cols .title {
	font-size:13.5pt;
	margin-bottom:8px;
	font-weight:bold;
}

.tp_c_bg_div {
	background: #fafafa;
}


.tp_c_bg_div_blue {
	background:#edf7ff;
}

.tp_c_bg_div_orange {
	background:#fbe1b7;
}

.tp_c_bg_div_grad {
	background: #fbe1b7;
	background: -moz-linear-gradient(top,  #fbe1b7 0%, #edf7ff 64%, #edf7ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbe1b7), color-stop(64%,#edf7ff), color-stop(100%,#edf7ff));
	background: -webkit-linear-gradient(top,  #fbe1b7 0%,#edf7ff 64%,#edf7ff 100%);
	background: -o-linear-gradient(top,  #fbe1b7 0%,#edf7ff 64%,#edf7ff 100%);
	background: -ms-linear-gradient(top,  #fbe1b7 0%,#edf7ff 64%,#edf7ff 100%);
	background: linear-gradient(to bottom,  #fbe1b7 0%,#edf7ff 64%,#edf7ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe1b7', endColorstr='#edf7ff',GradientType=0 );
}

.tp_c_bg_div_pattern {
	background-image:url(../images/tp_c_bg_pattern.png);
}

.tp_c_one_col_600 {
	width: 620px;
	margin: 0 auto;
}

.tp_c_links_block {
	background:#fafafa;
	padding:15px;
}

.tp_c_links_block .img {
	text-align:center;
	margin-bottom:10px;
}

.tp_c_links_block h4 {
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.2;
}

.tp_c_links_block .link {
	margin-bottom:10px;
	line-height:1.2;
}

.tp_center_div p {
	line-height:1.4;
}

.tp_c_table {
	margin-left:-10px;
	margin-right:-10px;
}

.tp_c_table table {
	width:100%;
}

.tp_c_table table th {
	padding:10px;
	text-align:left;
	border-bottom:1px solid #e6e6e6;
}

.tp_c_table table th em {
	font-weight:normal;
}

.tp_c_table table td {
	padding:10px;
}

.tp_c_table table tr:hover td {
	background:#e9f3fa;
}

.tp_c_table_td.tp_c_table table tr:hover td {
	background:none;
}

.tp_c_table_td.tp_c_table table td:hover {
	background:#e9f3fa !important;
}

.tp_c_q_div {
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #fb8f12;
	border-top:1px solid #fb8f12;
	margin-top:6px;
}

.tp_c_q_div .title {
	font-size:16pt;
}

.tp_c_border_top {
	border-top:1px solid #eaeaea;
}

.tp_c_border_top_2 {
	border-top:1px solid #cccccc;
}

img.tp_border {
	border:1px solid #eaeaea;
}

.tp_c_photo_a {
	color:#999999;
	margin-top:10px;
}

.tp_c_slide_title {
	margin-bottom:30px;
}

.tp_c_slide_title .slide_title {
	border-bottom: 1px dotted #333333;
	cursor: pointer;
	display: inline;
}

.tp_c_slide_title .slide_title:hover {
	border-bottom:none;
}

.tp_c_slide_title.selected .slide_title {
	border-bottom:none;
}

.tp_c_u_d_border {
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.tp_c_slide_title_2 {
	padding-top:25px;
	padding-bottom:25px;
	color:#2a8cce;
	text-align:center;
	margin-bottom:0;
}

.tp_c_slide_title_2 .slide_title_2 {
	cursor: pointer;
	display: inline;
	position:relative;
}

.tp_c_slide_title_2 .slide_title_2::before {
	content:'';
	width:24px;
	height:24px;
	position:absolute;
	left:-32px;
	top:50%;
	margin-top:-12px;
	background: url(../images/tp_orange_arrow_d.png) no-repeat left center;
}

.tp_c_slide_title_2 .slide_title_2::after {
	content:'';
	width:14px;
	height:8px;
	position:absolute;
	right:-24px;
	top:50%;
	margin-top:-1px;
	background: url(../images/tp_blue_arrow_d.png) no-repeat right center;
}

.tp_c_slide_title_2.selected .slide_title_2::after {
	background: url(../images/tp_blue_arrow_u.png) no-repeat right center;
}

.tp_c_slide_title_2 .slide_title_2 {
	border-bottom:none;
}

.tp_c_slide_descr {
	display:none;
	margin-bottom:30px;
}

.tp_c_slide_descr_2 {
	margin-bottom:0;
}

.tp_c_l_col_2_p {
	float:left;
	width:390px;
	margin-left:60px;
	margin-right:60px;
}

.tp_c_r_col_2_p {
	float:left;
	width:390px;
	margin-right:60px;
}

.tp_c_f_item .img {
    float: left;
    width: 45px;
	margin-right:20px;
}

.tp_c_f_item .descr {
	float: left;
    width: 223px;
}

a.black_link { 
	color:#333333;
}

a.black_link:visited { 
	color:#333333;
}

a.black_link:hover { 
	color:#2a8cce; 
}

.tp_small_font {
	font-size:8pt;
}

.tp_middle_font {
	font-size:9pt;
}

.tp_lang_menu {
	position:absolute;
	left:20px;
	top:12px;
}

.tp_lang_menu .tp_selected_lang {
	position:relative;
	cursor:pointer;
	color:#c1c1c1;
	padding-left:22px;
	font-size:10.5pt;
}

.tp_lang_menu:hover .tp_selected_lang {
	color:#ffffff;
}

.tp_lang_menu .tp_selected_lang::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top:-7px;
	width: 16px;
	height: 12px;
	background:url(../images/tp_flags.png) no-repeat;
}

.tp_lang_menu ul {
	position: absolute;
	left:-10px;
	background: #ffffff;
	padding: 10px;
	padding-bottom:0px;
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 220;
	margin-top: 14px;
	list-style:none;
	font-size: 10.5pt;
	display:none;
}

.tp_lang_menu ul::before {
	content: '';
	background: url(../images/tp_popup_arrow.png) no-repeat left bottom;
	width: 100%;
	height: 14px;
	position: absolute;
	left: 6px;
	top: -14px;
}

.tp_lang_menu ul li {
	margin-bottom:10px;
}

.tp_lang_menu ul li a {
	position:relative;
	padding-left:22px;
	color: #333333;
	text-decoration: none;
}

.tp_lang_menu ul li a:hover {
	color: #2a8cce;
}

.tp_lang_menu ul li a::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top:-7px;
	width: 16px;
	height: 12px;
	background:url(../images/tp_flags.png) no-repeat;
}

.tp_lang_menu .tp_selected_lang.lang_ru::before , .tp_lang_menu ul li.lang_ru a::before {
	background-position: 0 0;
}

.tp_lang_menu .tp_selected_lang.lang_en::before , .tp_lang_menu ul li.lang_en a::before {
	background-position: 0 -12px;
}

.tp_lang_menu .tp_selected_lang.lang_lv::before , .tp_lang_menu ul li.lang_lv a::before {
	background-position: 0 -24px;
}

.tp_lng_tariffs_table {
	margin-left:-20px;
	margin-right:-20px;
	margin-top:30px;
	margin-bottom:30px;
}

.tp_lng_tariffs_table table {
	width:100%;
}

.tp_lng_tariffs_table td {
	padding:20px;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	text-align:center;
}

.tp_lng_tariffs_table tr:first-child td {
	border-top:1px solid #e6e6e6;
}

.tp_lng_tariffs_table td:first-child {
	text-align:left;
	font-size:10pt;
}

.tp_lng_tariffs_table tr:first-child td:first-child {
	border-top:none;
}

.tp_lng_tariffs_table tr:last-child td:first-child {
	border-bottom:none;
}

.tp_lng_tariffs_table td.col {
	width:18%;
}

.tp_lng_tariffs_table td.col.first {
	width:24%;
}

.tp_lng_tariffs_table td.col.best {
	width:22%;
}

.tp_lng_tariffs_table td.best {
	position:relative;
}

.tp_lng_tariffs_table td.best::before {
	content: '';
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:100%;
	margin-left:-1px;
	border-left:1px solid #fb8f12;
	padding-bottom:1px;
	margin-bottom:-1px;
}

.tp_lng_tariffs_table td.best::after {
	content: '';
	position:absolute;
	top:0px;
	right:0px;
	width:1px;
	height:100%;
	margin-right:-1px;
	border-right:1px solid #fb8f12;
	padding-bottom:1px;
	margin-bottom:-1px;
}

.tp_lng_tariffs_table .plus {
	background:url(../images/tp_all_icons.png) 0px -160px;
	width:13px;
	height:13px;
	display:inline-block;
	text-indent:-99999999px;
}

.tp_lng_tariffs_table td.col.best .best_val {
	display:block;
	background: #fda429;
	background: -moz-linear-gradient(top,  #fb8f12 0%, #ffb43b 8%, #fb8f12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb8f12), color-stop(8%,#ffb43b), color-stop(100%,#fb8f12));
	background: -webkit-linear-gradient(top,  #fb8f12 0%,#ffb43b 8%,#fb8f12 100%);
	background: -o-linear-gradient(top,  #fb8f12 0%,#ffb43b 8%,#fb8f12 100%);
	background: -ms-linear-gradient(top,  #fb8f12 0%,#ffb43b 8%,#fb8f12 100%);
	background: linear-gradient(to bottom,  #fb8f12 0%,#ffb43b 8%,#fb8f12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8f12', endColorstr='#fb8f12',GradientType=0 );
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position:absolute;
	left:-1px;
	top:-34px;
	width:100%;
	height:34px;
	line-height:34px;
	padding-left:1px;
	padding-right:1px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:9pt;
}

.tp_lng_tariffs_table td.best.best_end {
	border-bottom:1px solid #fb8f12;
}

.tp_lng_tariffs_table .title {
	font-size:14pt;
	text-transform:uppercase;
}

.tp_lng_tariffs_table .price {
	font-size:22pt;
	font-weight:bold;
}

.tp_lng_tariffs_table td.bg {
	background:#f2f2f2;
}

.tp_lng_tariffs_table td .more {
	border-bottom:1px dashed #2a8cce;
	color:#2a8cce;
	cursor:pointer;
}

.tp_lng_tariffs_table td .more:hover {
	border-bottom:none;
}

.tp_lng_tariffs_table .selected td .more {
	display:none;
}

.tp_lng_tariffs_table td .hide {
	border-bottom:1px dashed #2a8cce;
	color:#2a8cce;
	cursor:pointer;
	display:none;
}

.tp_lng_tariffs_table td .hide:hover {
	border-bottom:none;
}

.tp_lng_tariffs_table .selected td .hide {
	display:inline !important;
}

.tp_lng_tariffs_table tr.bg td {
	background:#f2f2f2;
}

.tp_lng_tariffs_table .tr_queue_opt, .tp_lng_tariffs_table .tr_call_rec_opt {
	display:none;
}

.tp_lng_tariffs_table .tr_call_rec_opt td:first-child {
	text-align:right;
}

.tp_lng_tariffs_table td .small {
	font-size:9pt;
	color:#969696;
}

.tp_lng_tariffs_table .info {
	display:inline-block;
	width:14px;
	height:14px;
	line-height: 16px;
	font-size: 8pt;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left:5px;
	background:#e4e4e4;
	cursor:pointer;
	position:relative;
}

.tp_lng_tariffs_table .tp_info_win {
	position:absolute;
	left:27px;
	top:-15px;
	padding:10px;
	width:200px;
	text-align:left;
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#ffffff;
	cursor:default;
	display:none;
	font-size:9pt;
	line-height:1.4;
}

.tp_lng_tariffs_table .tp_info_win::before {
	content: '';
	position:absolute;
	background:url(../images/tp_popup_l_arrow.png) no-repeat repeat center;
	width:12px;
	height:20px;
	left:-12px;
	top:12px;
}

.tp_lng_tariffs_table .tr_more_details_item {
	display:none;
}

#recaptcha_privacy {
	display:none !important;
}

.tp_form_table tr:last-child td {
	padding-bottom:0px;
}

.tp_inner_banner_parallax {
	overflow:hidden;
	position:relative;
}

.tp_inner_banner_parallax .tp_center_div {
	z-index:5;
}

.tp_inner_banner_parallax .tp_parallax_img {
	position:absolute;
	left:0px;
	top:-140px;
	width:100%;
	height:540px;
	z-index:-1;
}

.tp_big_num {
	font-size:68pt;
	color:#878787;
}

.tp_big_num .small_num {
	font-size:28pt;
	margin-left:-4px;
}

.tp_big_num_sub {
	font-size:28pt;
	color:#878787;
}

.tp_c_info {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 16px;
	font-size: 8pt;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 5px;
	background: #e4e4e4;
	cursor: pointer;
	position: relative;
}

.tp_c_info_win {
	position: absolute;
	left: 27px;
	top: -15px;
	padding: 15px;
	width: 220px;
	text-align: left;
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	cursor: default;
	display: none;
	font-size: 9pt;
	line-height: 1.4;
	z-index:10;
}

.tp_c_info_win::before {
	content: '';
	position:absolute;
	background:url(../images/tp_popup_l_arrow.png) no-repeat repeat center;
	width:12px;
	height:20px;
	left:-12px;
	top:12px;
}

.tp_c_info_win.last {
	left: -262px;
	top: -15px;
}

.tp_c_info_win.last::before {
	content: '';
	position:absolute;
	background:url(../images/tp_popup_r_arrow.png) no-repeat repeat center;
	width:12px;
	height:20px;
	left:auto;
	right:-12px;
	top:12px;
}

.tp_main_content ul li {
	line-height: inherit;
}

.tp_c_popup {
	position:relative;
}

.tp_c_popup.selected::before {
	content: '';
	position:absolute;
	background:url(../images/tp_popup_t_arrow.png) no-repeat repeat center;
	width:20px;
	height:12px;
	left:50%;
	margin-left:-10px;
	top:100%;
	z-index:11;
}

.tp_c_popup_link {
	color:#2a8cce;
	border-bottom:1px dashed #2a8cce;
	cursor:pointer;
}

.tp_c_popup_link:hover {
	border-bottom:none;
}

.tp_c_popup_win_cont {
	display:none;
}

.tp_c_popup_win {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left:-175px;
	padding: 15px;
	margin-top:12px;
	width: 320px;
	text-align: left;
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.30);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	z-index:10;
	font-size:10.5pt;
}

.tp_c_popup_win ul {
	margin-top:0px;
	margin-left:15px;
}

.tp_c_popup_win ul li {
	margin-bottom:8px;
}

.tp_c_line_slider {
	position:relative;
}

.tp_c_line_scroll {
	position:relative;
	overflow:hidden;
	width: 920px;
	margin:0 auto;
	height: 60px;
}

.tp_c_line_slider .tp_c_line_scroll .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.tp_c_line_slider .tp_c_line_scroll .items div {
	float:left;
	width:160px;
	height:60px;
	margin-right:30px;
}

.tp_c_line_slider .tp_c_line_scroll .items div img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url('grayscale.svg#greyscale');
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
}

.tp_c_line_slider .tp_c_line_scroll .items div img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

.tp_c_line_slider a.right {
	position:absolute;
	right:-15px;
	z-index:10;
	top:50%;
	margin-top:-13px;
	height:26px;
	width:15px;
	background:url(../images/tp_all_icons.png) no-repeat -24px -176px;
	cursor:pointer;
}

.tp_c_line_slider a.left {
	position:absolute;
	left:-15px;
	z-index:10;
	top:50%;
	margin-top:-13px;
	height:26px;
	width:15px;
	background:url(../images/tp_all_icons.png) no-repeat 0px -176px;
	cursor:pointer;
}

.tp_c_line_slider a.right:hover {
	background:url(../images/tp_all_icons.png) no-repeat -24px -205px;
}

.tp_c_line_slider a.left:hover {
	background:url(../images/tp_all_icons.png) no-repeat 0px -205px;
}

.tp_c_line_slider a.disabled {
	visibility:hidden !important;		
}

.tp_h_cont_c_lng {
	left:200px;
}

.h1 {
	color: #000000;
	font-size: 26pt;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.2;
}

.h2 {
	color: #000000;
	font-size: 24pt;
	font-weight: normal;
	margin-bottom: 26px;
	line-height: 1.2;
}

.h3 {
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.3;
}

.h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
}

.strong {
	font-weight:bold;
}

.tp_b_btn {
	display:inline-block;
	background: rgba(255,255,255,0.60);
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tp_b_btn_2 {
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius:21px;
}

.tp_numbers_msg {
	display:none;
}

.tp_form_div_2 {
	display: inline-block;
	text-align: left;
}

.tp_c_tab_item {
	width:152px;
	height:160px;
	margin-right:50px;
	text-align:center;
	position:relative;
	cursor:pointer;
	float:left;
}

.tp_c_tab_item .arrow {
	position:absolute;
	bottom:-1px;
	width:21px;
	height:14px;
	background:url(../images/tp_ats_how_header_item_s.jpg) no-repeat center bottom;
	left:50%;
	margin-left:-11px;
	display:none;
}

.tp_c_tab_item.selected .arrow {
	display:block;
}

.tp_c_tab_item .title {
    font-size: 12pt;
}

.tp_c_tab_cont_item {
	display: none;
}

.tp_c_tab_cont_item.selected {
	display: block;
}

.tp_file_link {
	position:relative;
	padding-left:47px;
	margin-top:25px;
	display:inline-block;
}

.tp_file_link:before {
	content:'';
	position:absolute;
	background:url(../images/tp_link_file.png) no-repeat center center;
	width:37px;
	height:49px;
	left:0px;
	top:50%;
	margin-top:-25px;
}

a.tp_phone {
	color:#333333;
	text-decoration:none;
}


.tp_c_soc_items .items a {
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
	height:23px;
}

.tp_c_soc_items .items a.soc_vk {
	width:19px;
	background:url(../images/tp_all_icons.png) 0px -98px;
}

.tp_c_soc_items .items a.soc_vk:hover,
.tp_c_soc_items.no .items a.soc_vk {
	background:url(../images/tp_all_icons.png) 0px -122px;
}

.tp_c_soc_items .items a.soc_f {
	width:11px;
	background:url(../images/tp_all_icons.png) -20px -98px;
}

.tp_c_soc_items .items a.soc_f:hover,
.tp_c_soc_items.no .items a.soc_f {
	background:url(../images/tp_all_icons.png) -20px -122px;
}

.tp_c_soc_items .items a.soc_twitter {
	width:29px;
	background:url(../images/tp_all_icons.png) -31px -98px;
}

.tp_c_soc_items .items a.soc_twitter:hover,
.tp_c_soc_items.no .items a.soc_twitter {
	background:url(../images/tp_all_icons.png) -31px -122px;
}

.tp_c_soc_items .items a.soc_yt {
	width:31px;
	background:url(../images/tp_all_icons.png) -61px -98px;
}

.tp_c_soc_items .items a.soc_yt:hover,
.tp_c_soc_items.no .items a.soc_yt {
	background:url(../images/tp_all_icons.png) -61px -122px;
}