/*Partner list*/

.pt_tp_container
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pt_top_panel
{
	width: 100% !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cedadc), to(#e6edf0));
	background-image: -webkit-linear-gradient(#cedadc 0%, #e6edf0 100%);
	background-image: -moz-linear-gradient(#cedadc 0%, #e6edf0 100%);
	background-image: -o-linear-gradient(#cedadc 0%, #e6edf0 100%);
	background-image: linear-gradient(#cedadc 0%, #e6edf0 100%);
	box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, .5), 0 1px 2px 0 rgba(0, 0, 0, 0.4) !important;
}

.pt_tp_section
{
	width: 100%;
	max-width: 1135px;
	margin: 0 auto;
	position: relative;
	line-height: 24px;
	padding-left: 90px;
	padding-right: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	font-weight: 300;
}

.pt_tp_icon_star
{
	display: inline-block;
	height: 16px;
	width: 17px;
	position: relative;
	margin: 0 5px;
	bottom: -3px;
	background: url(images/pr/icon_star.png) no-repeat center;
}

.pt_tp_count
{
	display: inline-block;
	margin-right: 30px;
	background: #c8d1d5;
	color: #78898f;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .15), 0 1px 0 0 rgba(255, 255, 255, .7);
	line-height: 18px;
	padding: 0 5px;
	border-radius: 10px;
	position: relative;
	top: -1px;
}

.pt_tp_change_city
{
	background: url(images/pr/arrow_borrom.png) no-repeat center right;
	text-decoration: none;
	padding-right: 20px;
	position: relative;
	display: inline-block;
}

.pt_tp_change_city .s
{
	display: inline;
	color: #5581c7;
	cursor: pointer;
	border-bottom: 1px dashed #5581c7
}

.pt_tp_change_city:hover .s
{
	border-bottom: none
}

.pt_tp_city_popup
{
	position: absolute;
	text-decoration: none;
	top: 53px;
	margin-left: -350px;
	width: 900px;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 5px 25px 0 rgba(0, 0, 0, .18);
	padding: 7px;
	z-index: 210;
	color: #576c74;
	line-height: 19px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}

.presets .pt_tp_city_popup
{
	margin-left: -282px;
}

.pt_tp_city_popup a:hover
{
	color: #aa0c0c;
}

.pt_tp_city_popup .arrow
{
	width: 20px;
	height: 10px;
	left: 390px;
	position: absolute;
	top: -10px;
	background: url(images/tn_top_nav_li_more_arrow.png) no-repeat top center;
}

.presets .pt_tp_city_popup .arrow
{
	left: 315px;
}

.pt_tp_city_popup .pt_tp_c_section_right,
.pt_tp_city_popup .pt_tp_c_section_left
{
	display: block;
	float: left;
	min-height: 300px;
	padding: 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pt_tp_c_section_right strong,
.pt_tp_c_section_left strong
{
	font-size: 15px;
	color: #000;
}

.pt_tp_c_section_left
{
	width: 40%;
}

#popular_cities
{
	display: none
}

.pt_tp_country_list,
.pt_tp_city_list
{
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.pt_tp_country_list li,
.pt_tp_city_list li
{
	width: 48%;
	line-height: 10px;
	display: inline-block;
	padding: 1px;
}

.pt_tp_city_list li
{
	width: 32%
}

.pt_tp_country_list li a,
.pt_tp_city_list li a
{
	display: block;
	padding: 7px;
}

.pt_tp_c_section_right .pt_tp_country_list
{
	margin-top: 5px;
}

.pt_tp_c_section_right .pt_tp_country_list a
{
	padding: 5px;
}

.pt_tp_country_list li a
{
	border: 1px solid #fff;
}

.pt_tp_country_list li a:hover
{
	border: 1px solid #fff;
	color: #5581c7;
}

.pt_tp_country_list li.active a
{
	border-radius: 3px;
	border: 1px solid #d7e2e9;
	box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, .13);
	position: relative;
	font-weight: bold;
}

.pt_tp_country_list li:hover a
{
	background: #eff4f5;
	border-radius: 3px;
	border: 1px solid #d7e2e9;
	box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, .13);
	position: relative;
}

.pt_tp_c_section_right
{
	width: 60%;
	background: #eff4f5;
	border-radius: 3px;
	border: 1px solid #d7e2e9;
}

.pt_tp_search_box
{
	margin-top: 20px;
	background: #fff;
	border-radius: 3px;
	border-top: 1px solid #a2b5bd;
	border-right: 1px solid #b2c3cc;
	border-left: 1px solid #b2c3cc;
	border-bottom: 1px solid #bac9d3;
	height: 44px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pt_tp_search_box input[type=text]
{
	position: relative;
	left: 10px;
	top: 1px;
	margin-top: 10px;
	right: 50px;
	border: none;
	bottom: 0;
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
	width: 96%;
}

.pt_tp_search_box input[type=submit]
{
	position: absolute;
	border: none;
	right: 10px;
	bottom: 0;
	cursor: pointer;
	top: 0;
	background: url(images/pr/search_icon.png) no-repeat left center;
	width: 40px;
}

.pt_tp_small_title
{
	margin-top: 10px;
}

.selected_city
{
	color: #1a77c8;
	margin-right: 20px;
	font-weight: bold;
	line-height: 15px;
	display: inline-block;
	margin-top: 3px;
	border: 1px solid lightgray;
	border-radius: 3px;
	padding: 3px 4px 5px 4px;
	background-color: white;
	z-index: 1;
}

.delete_city
{
	display: inline-block;
	background: url('images/pr/delete_city.png') no-repeat center top;
	width: 10px;
	height: 15px;
	line-height: 15px;
	margin-left: 3px;
	top: 7px;
	cursor: pointer;
	position: relative;
}

.pt_tp_country_list .active .delete_country
{
	background: url('images/pr/delete_city.png') no-repeat center top;
	width: 10px;
	height: 10px;
	top: 8px;
	cursor: pointer;
	position: absolute;
	right: 6px;
}

.pt_tp_options
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 71px;
	line-height: normal;
	text-shadow: none;
}

.pt_tp_options_button
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	background: url(images/pr/top_panel_popup.png) repeat top left;
	z-index: 101;
}

.pt_tp_options_button:before
{
	position: absolute;
	bottom: -15px;
	content: '';
	left: 0;
	height: calc(100% + 13px);
	width: 100%;
	cursor: pointer;
	background: url(images/pr/top_panel_options.png) repeat bottom left;
	z-index: 102;
	max-height: 83px;
}

.pt_tp_op_popup
{
	position: absolute;
	top: 100%;
	z-index: 100;
	background: url(images/pr/top_panel_popup.png);
	box-shadow: inset 0 -2px 5px -2px rgba(0, 0, 0, .5);
}

.pt_tp_op_popup_container
{
	min-width: 180px;
	padding: 10px 20px;
	border-bottom: 1px solid #535861;
	border-top: 1px solid #7b8390;
}

.pt_tp_op_popup_container.dotted
{
	border-style: dashed;
	border-left: none;
	border-right: none;
	border-top-color: #343d4b;
	border-bottom-color: #adb5b8;
	margin: 2px 0;
	border-width: 1px;
	padding: 0;
}

.pt_tp_op_popup_container strong
{
	line-height: 26px;
	display: inline-block;
	margin-top: 6px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2)
}

.pt_tp_op_popup_title
{
	color: #dde7e9;
	font-size: 12px;
}

.pt_tp_op_popup_container
{
	color: #dde7e9;
	font-size: 13px;
}

.pt_tp_bg
{
	position: absolute;
	top: 239px;
	left: 0;
	right: 0;

	height: 100%;

	background: rgba(0, 0, 0, .6);
	z-index: 99;
}

#bx-panel-toggle-indicator,
.bx-panel-toggle-indicator-developers
{
	background: scroll transparent url('images/pr/drag_border.png') no-repeat !important;
	display: inline-block !important;
	width: 32px !important;
	height: 15px !important;
	position: relative !important;
	bottom: -4px;
	margin: 0 10px;
	cursor: pointer;
}

#bx-panel-toggle-qc,
.bx-panel-toggle-developers
{
	width: 45px !important;
	height: 24px !important;
	display: block !important;
	position: absolute !important;
	margin-left: -22px;
	top: -3px !important;
	cursor: pointer;
	z-index: 12;
	background: scroll transparent url('images/pr/drag.png') no-repeat center !important;
}

.partner-developers-filter-block
{
	white-space: nowrap;
}

.partner-list-developers-filter-block
{
	display: flex;
}

.partner-list-developers-filter-title
{
	flex: 0 1 100%;
	margin-right: 1%;
	white-space: nowrap;
}

.partner-list-developers-filter-field
{
	flex: 1 0 auto;
}

#bx-panel-toggle-qc-overlay,
.bx-panel-toggle-developers-overlay
{
	height: 15px !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	display: inline-block !important;
	background: scroll transparent url('images/pr/drag_border_on.png') no-repeat !important;
}

.pt_tp_op_select
{
	position: relative;
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #d7e1e2;
	list-style: none;
	margin: 10px 0 5px;
	padding: 0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7d8697), to(#667282));
	background-image: -webkit-linear-gradient(#7d8697 0%, #667282 100%);
	background-image: -moz-linear-gradient(#7d8697 0%, #667282 100%);
	background-image: -o-linear-gradient(#7d8697 0%, #667282 100%);
	background-image: linear-gradient(#7d8697 0%, #667282 100%);
	border-radius: 4px;
	display: block;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15);
}

.pt_tp_op_select:hover
{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7d8697), to(#707b8b));
	background-image: -webkit-linear-gradient(#7d8697 0%, #707b8b 100%);
	background-image: -moz-linear-gradient(#7d8697 0%, #707b8b 100%);
	background-image: -o-linear-gradient(#7d8697 0%, #707b8b 100%);
	background-image: linear-gradient(#7d8697 0%, #707b8b 100%);
}

.pt_tp_op_darkinpettext.fll,
.pt_tp_op_select.fll
{
	width: 85%;
	float: left;
}

.pt_tp_op_del_selected
{
	width: 15%;
	float: left;
	height: 26px;
	margin: 10px 0 5px;
	cursor: pointer;
	background: url(images/pr/select_del.png) center right no-repeat;
}

.pt_tp_op_select > li
{
	display: block;
}

.pt_tp_op_select ul
{
	z-index: 15;
}

.pt_tp_op_select a
{
	color: #d7e1e2 !important;
	font-size: 11px !important;
}

.pt_tp_op_select > div > ul
{
	margin: 0;
}

.pt_tp_op_select > li > a,
.pt_tp_op_select > span
{
	cursor: pointer;
	display: block;
	padding-left: 10px;
	line-height: 26px;
	width: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(images/pr/select_arrow.png) no-repeat 97% center;
	font-size: 11px;
}

.pt_tp_op_select.no_s_box > li > a
{
	background: none;
}

.pt_tp_op_select.plus > li > a,
.pt_tp_op_select.plus > span
{
	padding-left: 30px;
	background: url(images/pr/select_arrow.png) no-repeat 97% center, url(images/pr/select_plus.png) no-repeat 4% 7px;
}

.pt_tp_op_select ul
{
	display: none
}

.active.pt_tp_op_select
{
	border-radius: 4px 4px 0 0;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
}

.active.pt_tp_op_select ul
{
	display: block;
	list-style: none;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .3), inset 0 3px 2px -2px rgba(0, 0, 0, 0.25);
	position: absolute;
	left: 0;
	right: 0;
	top: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #768090;
	border-radius: 0 0 4px 4px;
	padding: 0;
}

.active.pt_tp_op_select ul > li:first-child > a:hover
{
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25)
}

.active.pt_tp_op_select ul > li:last-child > a:hover
{
	border-radius: 0 0 4px 4px
}

.active.pt_tp_op_select ul > li > a
{
	display: block;
	padding: 0 10px;
}

.active.pt_tp_op_select ul > li > a:hover
{
	display: block;
	background: #677383;
}

.pt_tp_op_darkinpettext
{
	line-height: 26px;
	margin: 10px 0 5px;
	background: rgba(0, 0, 0, .65);
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, .12)
}

.pt_tp_op_darkinpettext input
{
	background: none;
	line-height: 26px;
	border: none;
	color: #d7e1e2;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	display: block;
}

.pt_col_right,
.pt_col_left
{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3px;
}

.pt_col_left
{
	padding-right: 10px
}

.pt_col_right
{
	padding-left: 10px
}

.pt_list_partner
{
	border-radius: 3px;
	background: #fff;
	padding: 20px 15px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12);
	margin-bottom: 30px;
	position: relative;
	min-height: 144px;
}

.pt_list_partner_title
{
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
	overflow: hidden;
	height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	width: 90%;
	padding-right: 35px;
}

.pt_list_partner_title.hover
{
	overflow: visible;
}

.pt_list_partner_title a
{
	background: transparent;
	font-size: 23px;
	line-height: 28px;
	min-height: 30px;
	color: #000;
	position: relative;
	display: inline-block;
	padding-right: 35px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%
}

.pt_list_partner_title.hover a
{
	position: absolute;
	top: -3px;
	left: -3px;
	white-space: normal;
	/*right: -3px;*/

	padding: 3px 38px 13px 3px;
	/*height: 100%;*/

	background: #fff;
	border-radius: 5px;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,.3)*/
}

.pt_list_partner_title.hover a .pt_parner_status_icon
{
	top: 3px;
	right: 3px;
}

.pt_parner_status_icon.i1
{
	background: url(/bitrix/templates/1c-bitrix-new/images/pr/i1.png) no-repeat center;
}

.pt_parner_status_icon
{
	position: absolute;
	top: 57px;
	right: 15px;
	display: block;
	width: 30px;
	height: 31px;
}

.pt_card_header span,
.pt_list_partner_desc span,
	/*.pt_card_header a,*/

.pt_list_partner_desc a
{
	line-height: 21px;
	font-size: 11px;
	vertical-align: middle;
	color: #555c69;
	text-transform: uppercase;
}

.pt_list_partner_city
{
	margin: 0;
	padding: 0;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	list-style: none;
}

.pt_list_partner_city > li
{
	color: #1a77c8;
	cursor: pointer;
}

.pt_list_partner_city > li > ul,
.pt_card_hd_contacts_link > div
{
	position: absolute;
	min-width: 120px;
	display: none;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #fff;
	top: 31px;
	left: -10px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 5px 25px 0 rgba(0, 0, 0, .18);
	border-radius: 3px;
	cursor: default;
	color: black;
}

.pt_card_hd_contacts_link > div
{
	top: 35px;
	left: 10px;
	padding: 20px;
	max-width: 370px;
	color: #555c69;
	font-size: 14px;
	z-index: 110;
	line-height: 1.5em;
}

.pt_card_hd_contacts_link > div > p
{
	margin: 0;
	padding: 0;
}

.pt_list_partner_city > li:hover > ul
{
	display: block;
	z-index: 110;
}

.pt_list_partner_city > li > ul .top_arrow,
.pt_card_hd_contacts_link > div .top_arrow
{
	width: 100%;
	height: 11px;
	position: absolute;
	top: -11px;
	left: 14px;
	background: url('/bitrix/templates/1c-bitrix-new/images/pr/top_arrow_popup.png') no-repeat bottom left;
	text-align: left;
}

.status_gold
{
	display: inline-block;
	line-height: 21px;
	height: 21px;
	width: 235px;
	margin-right: 10px;
	background: url(images/pr/status_gold1.png) center left no-repeat;
}

.status_sertif
{
	display: inline-block;
	line-height: 21px;
	height: 21px;
	width: 186px;
	margin-right: 10px;
	background: url(images/pr/status_silver1.png) center left no-repeat;
}

.status_busines,
.status_business,
.status_bussines
{
	display: inline-block;
	line-height: 21px;
	height: 21px;
	width: 105px;
	margin-right: 10px;
	background: url(images/pr/status_bussines1.png) center left no-repeat;
}

.status_r_hoster
{
	display: inline-block;
	line-height: 21px;
	height: 21px;
	width: 110px;
	margin-right: 10px;
	background: url(images/pr/status_r_hoster.png) center left no-repeat;
}

.status_r_hoster,
.status_busines,
.status_business,
.status_bussines,
.status_gold,
.status_sertif
{
	vertical-align: middle;
}

.label_new
{
	width: 143px;
	height: 144px;
	background: url(images/pr/label_new.png) no-repeat top right;
	z-index: 115;
	position: absolute;
	top: -7px;
	right: -7px
}

.label_leader
{
	width: 40px;
	height: 44px;
	background: url(images/pr/label_v1.png) no-repeat top right;
	z-index: 115;
	position: absolute;
	top: -2px;
	right: 10px
}

.label_leader.silver
{
	width: 40px;
	height: 44px;
	background: url(images/pr/label_v2.png) no-repeat top right
}

.label_text
{
	width: 143px;
	height: 144px;
	background: url(images/pr/label_text.png) no-repeat top right;
	z-index: 115;
	position: absolute;
	top: 0;
	right: 0
}

.label_gold
{
	width: 143px;
	height: 144px;
	background: url(images/pr/label_gold.png) no-repeat top right;
	z-index: 115;
	position: absolute;
	top: 0;
	right: 0
}

.label.info .hitlist
{
	display: none
}

.label.info:hover .hitlist
{
	display: block;
	position: absolute;
	right: 7px;
	bottom: 99.8%;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .29), 0 5px 25px 0 rgba(0, 0, 0, .18);
	padding: 13px;
	z-index: 115;
	color: #576c74;
	line-height: 19px;
	font-size: 12px;
	max-width: 100%
}

.hitlist_arrow
{
	position: absolute;
	bottom: -8px;
	right: 21px;
	height: 8px;
	width: 10px;
	background: url(images/pr/popup_arrow.png) no-repeat top center;
}

.hitlist_title
{
	white-space: nowrap;
	padding-right: 70px;
	color: #ef6b00;
	font-size: 15px;
	margin-bottom: 7px;
}

.hitlist span
{
	white-space: nowrap
}

.hitlist > div > span:after
{
	content: ', ';
}

.hitlist > div > span:last-child:after
{
	content: '';
}

.pt_slider
{
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	opacity: 0.02;
	z-index: 1;
}

.pt_slider:hover
{
	opacity: 1;
}

.pt_slider ul
{
	margin: 0;
	padding: 0;
	position: relative;
}

.pt_slider ul li
{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: 325px;
}

.pt_slider ul li img
{
	width: auto;
	height: 325px;
}

.pt_slider_pagination ul
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.pt_slider_pagination ul li
{
	display: inline-block;
	margin: 0 2px;
	width: 15px;
	height: 16px;
	cursor: pointer;
	background: url(images/pr/slider_pagination.png) bottom center no-repeat;
}

.pt_slider_pagination ul li:hover,
.pt_slider_pagination ul li.active
{
	background: url(images/pr/slider_pagination.png) center 1px no-repeat
}

.pt_list_content
{
	margin-top: 15px;
	color: #555c69;
	font-size: 14px;
	margin-bottom: 10px;
	height: 48px;
	line-height: 16px;
	overflow: hidden;
}

.pt_slider_arrow_left,
.pt_slider_arrow_right
{
	display: none;
	width: 51px;
	height: 92px;
	position: absolute;
	margin-top: 104px;
	cursor: pointer;
}

.pt_slider:hover .pt_slider_arrow_left,
.pt_slider:hover .pt_slider_arrow_right,
.pt_slider:hover .pt_sarrow_l,
.pt_slider:hover .pt_sarrow_r
{
	display: block
}

.pt_slider_arrow_left
{
	left: 0;
	background: url(images/pr/slider_left_arrow.png) no-repeat left center
}

.pt_slider_arrow_right
{
	right: 0;
	background: url(images/pr/slider_right_arrow.png) no-repeat right center
}

.pt_sarrow_l
{
	left: 15px;
	background: url(images/pr/sarrow_l.png) no-repeat left center
}

.pt_sarrow_r
{
	right: 15px;
	background: url(images/pr/sarrow_r.png) no-repeat right center
}

.pt_list_buttons
{
	opacity: 0;
	position: relative;
	height: 30px;
	margin-top: 10px;
}

.pt_list_partner:hover .pt_list_buttons
{
	opacity: 1
}

.pt_list_buttons .bt_blue
{
	position: absolute;
	right: 25px;
	top: 3px;
}

.pt_favorites
{
	display: inline-block;
	padding-left: 23px;
	line-height: 40px;
	margin-right: 20px;
	color: #2692d3;
	font-size: 14px;
	background: url(images/pr/favorits.png) no-repeat center left
}

.pt_links
{
	display: inline-block;
	padding-left: 23px;
	line-height: 40px;
	margin-right: 20px;
	color: #2692d3;
	font-size: 14px;
	background: url(images/pr/links.png) no-repeat center left
}

.pt_favorites_buttons,
.pt_links_buttons
{
	display: inline-block;
	position: absolute;
	bottom: 0;
	width: 33px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #9ca7aa;
}

.pt_favorites_buttons
{
	left: 50px;
	background: url(images/pr/favorits_black.png) no-repeat center, -webkit-gradient(linear, 0 0, 0 100%, from(#f7f9fb), to(#cad5da));
	background: url(images/pr/favorits_black.png) no-repeat center, -webkit-linear-gradient(#f7f9fb 0%, #cad5da 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, -moz-linear-gradient(#f7f9fb 0%, #cad5da 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, -o-linear-gradient(#f7f9fb 0%, #cad5da 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, linear-gradient(#f7f9fb 0%, #cad5da 100%);
}

.pt_links_buttons
{
	left: 0;
	background: url(images/pr/links_black.png) no-repeat center, -webkit-gradient(linear, 0 0, 0 100%, from(#f7f9fb), to(#cad5da));
	background: url(images/pr/links_black.png) no-repeat center, -webkit-linear-gradient(#f7f9fb 0%, #cad5da 100%);
	background: url(images/pr/links_black.png) no-repeat center, -moz-linear-gradient(#f7f9fb 0%, #cad5da 100%);
	background: url(images/pr/links_black.png) no-repeat center, -o-linear-gradient(#f7f9fb 0%, #cad5da 100%);
	background: url(images/pr/links_black.png) no-repeat center, linear-gradient(#f7f9fb 0%, #cad5da 100%);
}

.pt_favorites_buttons:hover
{
	background: url(images/pr/favorits_black.png) no-repeat center, -webkit-gradient(linear, 0 0, 0 100%, from(#f7f9fb), to(#e9edef));
	background: url(images/pr/favorits_black.png) no-repeat center, -webkit-linear-gradient(#f7f9fb 0%, #e9edef 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, -moz-linear-gradient(#f7f9fb 0%, #e9edef 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, -o-linear-gradient(#f7f9fb 0%, #e9edef 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, linear-gradient(#f7f9fb 0%, #e9edef 100%);
}

.pt_links_buttons:hover
{
	background: url(images/pr/links_black.png) no-repeat center, -webkit-gradient(linear, 0 0, 0 100%, from(#f7f9fb), to(#e9edef));
	background: url(images/pr/links_black.png) no-repeat center, -webkit-linear-gradient(#f7f9fb 0%, #e9edef 100%);
	background: url(images/pr/links_black.png) no-repeat center, -moz-linear-gradient(#f7f9fb 0%, #e9edef 100%);
	background: url(images/pr/links_black.png) no-repeat center, -o-linear-gradient(#f7f9fb 0%, #e9edef 100%);
	background: url(images/pr/links_black.png) no-repeat center, linear-gradient(#f7f9fb 0%, #e9edef 100%);
}

.pt_favorites_buttons:active
{
	box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.22);
	background: url(images/pr/favorits_black.png) no-repeat center, -webkit-gradient(linear, 0 0, 0 100%, from(#cad5da), to(#f7f9fb));
	background: url(images/pr/favorits_black.png) no-repeat center, -webkit-linear-gradient(#cad5da 0%, #f7f9fb 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, -moz-linear-gradient(#cad5da 0%, #f7f9fb 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, -o-linear-gradient(#cad5da 0%, #f7f9fb 100%);
	background: url(images/pr/favorits_black.png) no-repeat center, linear-gradient(#cad5da 0%, #f7f9fb 100%);
}

.pt_links_buttons:active
{
	box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.22);
	background: url(images/pr/links_black.png) no-repeat center, -webkit-gradient(linear, 0 0, 0 100%, from(#cad5da), to(#f7f9fb));
	background: url(images/pr/links_black.png) no-repeat center, -webkit-linear-gradient(#cad5da 0%, #f7f9fb 100%);
	background: url(images/pr/links_black.png) no-repeat center, -moz-linear-gradient(#cad5da 0%, #f7f9fb 100%);
	background: url(images/pr/links_black.png) no-repeat center, -o-linear-gradient(#cad5da 0%, #f7f9fb 100%);
	background: url(images/pr/links_black.png) no-repeat center, linear-gradient(#cad5da 0%, #f7f9fb 100%);
}

.pt_lt_more
{
	width: 146px;
	height: 127px;
	/*margin:50px auto 0;*/

	margin: 0 auto;
	background: url(images/pr/pt_lt_more.png) no-repeat top center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding: 10px 10px 30px 10px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	cursor: pointer;
}

.pt_lt_more span
{
	display: block;
	font-size: 48px;
}

.pt_lt_popuphelp
{
	position: absolute;
	bottom: 36px;
	right: 10px;
	background: url(images/pr/bzskld.png) no-repeat 93% center, rgba(129, 152, 161, .6);
	border-radius: 4px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 110px 20px 10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	font-size: 15px;
	cursor: pointer;
}

.pt_lt_popuphelp a
{
	color: #fff
}

.pt_lt_popuphelp a:hover
{
	text-decoration: underline;
	color: #fff;
}

/*partners Card*/

.pt_card_section
{
	position: relative;
	margin-top: 20px;
	margin-bottom: 60px;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12);
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pt_card_hr
{
	border: none;
	border-bottom: 1px solid #d9e1e3;
	margin: 10px 0;
}

.pt_card_header
{
	width: 100%;
}

.pt_card_header td
{
	padding: 5px 20px
}

.pt_card_header td h1
{
	margin: 15px 0 0 0;
	padding: 0;
}

.pt_card_header td h1 .v,
h2.pt_list_partner_title .v
{
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(images/pr/v.png) no-repeat center;
}

h2.pt_list_partner_title .v
{
	margin-left: 0;
	margin-top: -2px;
}

.v.pt_card_hd_contacts_link
{
	font-weight: normal;
	text-transform: none;
	cursor: default;
	display: block;
}

.v.pt_card_hd_contacts_link p
{
	font-size: 12px;
	white-space: nowrap;
}

.v.pt_card_hd_contacts_link:hover div
{
	left: 1px;
	display: block;
}

.pt_card_header td
{
}

.pt_card_hd_link
{
	display: inline-block;
	padding-left: 26px;
	background: url(images/pr/links_no_border.png) no-repeat left center;
	font-size: 22px;
	color: #1b97dd;
}

.pt_card_hd_contacts_link
{
	padding-left: 26px;
	background: url(images/pr/contacts.png) no-repeat left center;
	font-size: 22px;
	color: #1b97dd;
	position: relative;
	cursor: pointer;
}

.pt_card_container
{
	position: relative;
	padding: 20px
}

.pt_card_description
{
	font-size: 23px;
	margin-bottom: 15px;
	color: #8198a1;
	line-height: 1.4em;
}

.pt_card_description_logo
{
	padding: 0 0 10px 30px;
	float: right;
	width: auto;
	max-height: 135px;
}

.pt_card_description_title
{
	color: #464e63;
	font-size: 21px;
	margin-bottom: 15px;
	font-weight: bold;
}

.pt_card_video_block {
	margin-top: 10px;
}

.pt_card_prof
{
	width: 106px;
	height: 32px;
	background: url('/bitrix/templates/1c-bitrix-new/images/medal.png') no-repeat;
	display: inline-block;
}

.pt_card_prof.corp
{
	background-position: -218px -63px
}

.pt_card_prof.b24
{
	background-position: -436px -63px
}

.pt_card_prof.host
{
	background-position: -109px -63px
}

.pt_card_prof.i1c
{
	background-position: 0 -63px
}

/*Tab Section*/

.pt_tab_section
{
	padding-top: 60px;
}

.tab-boby-container
{
	padding: 0 !important;
}

.pt_tab_list
{
	position: relative;
	height: 6px;
	box-shadow: inset 0 1px 0 0 #fff, inset 0 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px 0 rgba(0, 0, 0, .21), 0 1px 1px 0 rgba(0, 0, 0, .4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4ecee), to(#e5ecef));
	background-image: -webkit-linear-gradient(#e4ecee 0%, #e5ecef 100%);
	background-image: -moz-linear-gradient(#e4ecee 0%, #e5ecef 100%);
	background-image: -o-linear-gradient(#e4ecee 0%, #e5ecef 100%);
	background-image: linear-gradient(#e4ecee 0%, #e5ecef 100%);
}

.pt_tab_list ul
{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 7px;
	border-bottom: none;
}

.pt_tab_list ul li
{
	display: inline-block;
	margin-right: 10px;
	line-height: 42px;
	height: 42px;
	position: relative;
	border-radius: 4px 4px 0 0;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	box-shadow: inset 0 1px 0 0 #fff, inset 0 0 1px 1px rgba(255, 255, 255, .4), inset 0 -3px 0 -2px rgba(0, 0, 0, .08);
}

.pt_tab_list ul li a
{
	position: relative;
	display: block;
	height: 42px;
	font-weight: bold;
	line-height: 42px;
	font-size: 19px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 5), 0 -1px 0 #adb6b8;
	padding: 0 30px;
	border-radius: 4px 4px 0 0;
	/*box-shadow: inset 0 -3px 0 -2px rgba(0,0,0,.08);*/

	color: #3f4b54;
	bottom: -2px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f8f8), to(#d9e4e8));
	background-image: -webkit-linear-gradient(#f7f8f8 0%, #d9e4e8 100%);
	background-image: -moz-linear-gradient(#f7f8f8 0%, #d9e4e8 100%);
	background-image: -o-linear-gradient(#f7f8f8 0%, #d9e4e8 100%);
	background-image: linear-gradient(#f7f8f8 0%, #d9e4e8 100%);
}

.pt_tab_list ul li a:hover
{
	background: #f7f8f8;
}

.pt_tab_list ul li.active
{
	background: #ced9dc;
	padding: 1px;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	box-shadow: inset 0 1px 0 0 #fff, inset 0 0 1px 1px rgba(255, 255, 255, .4);
}

.pt_tab_list ul li.active a
{
	color: #000;
	box-shadow: none;
	bottom: -4px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ced9dc), to(#e4ecee));
	background-image: -webkit-linear-gradient(#ced9dc 0%, #e4ecee 100%);
	background-image: -moz-linear-gradient(#ced9dc 0%, #e4ecee 100%);
	background-image: -o-linear-gradient(#ced9dc 0%, #e4ecee 100%);
	background-image: linear-gradient(#ced9dc 0%, #e4ecee 100%);
}

.tab-list li.active,
.tab-list li.active:hover
{
	position: relative;
	bottom: -1px;
	box-shadow: inset 0 1px 1px 0 #fff;
	background: #fff;
	border-top: 1px solid #d9e1e3;
	border-right: 1px solid #d9e1e3;
	border-bottom: none;
	border-left: 1px solid #d9e1e3;
}

.tab-list li.active a,
.tab-list li.active a:hover
{
	color: #585c68;
	box-shadow: none;
	background: none;
}

.pt_card_project_slider
{
	/*background: #000;*/
	/*position: relative;*/

	width: 100%;
	height: 365px;
	position: relative;
	overflow: hidden;
	/*padding: 20px;*/
	/*margin-left: -20px;*/
}

.pt_card_project_slider ul
{
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;
}

.pt_card_project_slider ul li
{
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	float: left;
}

.pt_card_project_slider ul li a
{
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.pt_card_project_slider > ul > li > a
{
	border: 1px solid #f0f0f0;
}

.pt_card_project_slider ul li a span
{
	display: block;
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	text-align: center;
}

.pt_card_project_slider ul li a span img
{
	height: 300px;
	width: auto;
}

.pt_card_project_slider > ul > li > ul > li
{
	padding: 0;
	width: 100%;
}

.pt_card_project_slider > ul > li > ul > li > a
{
	height: auto;
	margin-bottom: 9px;
}

.pt_card_project_slider > ul > li > ul > li > a > div:first-child
{
	height: 60px;
	width: 80px;
	float: left;
	overflow: hidden;
	/*border: 1px solid #EBEBEB;*/
	margin: 0;
	text-align: center;
}

.pt_card_project_slider > ul > li > ul > li > a > div > img
{
	height: auto;
	max-width: 220px;
}

.pt_card_project_slider > ul > li > ul > li > a > div
{
	margin-left: 90px;
	margin-top: 15px;
}

.pt_card_project_slider img
{
	width: 100%;
	height: auto;
}

.pt_card_info
{
	height: 104px;
	width: 100%;
	background: url(images/pr/bg_lent2.png) repeat-x center;
}

.pt_card_arrow
{
	position: absolute;
	height: 134px;
	top: 30%;
	display: none;
	cursor: pointer;
	width: 82px;
}

.pt_card_container:hover .pt_card_arrow
{
	display: block
}

.pt_card_arrow.left
{
	left: 0;
	background: url(images/pr/sarrow_l.png) no-repeat center left;
	z-index: 10
}

.pt_card_arrow.right
{
	right: 0;
	background: url(images/pr/sarrow_r.png) no-repeat center right;
	z-index: 10
}

.pt_card_info table
{
	width: 90%;
	margin: 0 auto;
}

.pt_card_info table tr td
{
	padding-top: 20px;
	color: #fff;
	font-size: 16px;
	vertical-align: top;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}

.mun
{
	display: inline-block;
	height: 60px;
	background: url(images/pr/num.png) no-repeat;
	line-height: 2000px;
	overflow: hidden;
}

.num_0
{
	width: 44px;
	background-position: -12px -15px
}

.num_1
{
	width: 28px;
	background-position: -61px -15px
}

.num_2
{
	width: 45px;
	background-position: -102px -15px
}

.num_3
{
	width: 44px;
	background-position: -151px -15px
}

.num_4
{
	width: 44px;
	background-position: -200px -15px
}

.num_5
{
	width: 43px;
	background-position: -250px -15px
}

.num_6
{
	width: 44px;
	background-position: -297px -15px
}

.num_7
{
	width: 40px;
	background-position: -348px -15px
}

.num_8
{
	width: 45px;
	background-position: -390px -15px
}

.num_9
{
	width: 43px;
	background-position: -438px -15px
}

.pt_card_dop_info
{
	width: 100%;
	margin: 10px auto;
}

.pt_card_dop_info table tr td
{
	padding: 20px;
	vertical-align: top;
}

.pt_card_dop_info table tr td ul li
{
	line-height: 1.5em;
	font-size: 14px;
}

.pt_card_dop_info table tr td:first-child
{
	padding-right: 50px;
}

.pt_card_dop_info table tr td:last-child
{
	padding-left: 50px;
}

.pt_card_dop_info p
{
	color: black;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.pt_card_dop_info h5
{
	font-size: 18px;
	margin-bottom: 10px;
}

.pt_card_back
{
	position: absolute;
	top: 58px;
	left: -83px;
	width: 83px;
	opacity: .8;
	cursor: pointer;
	height: 102px;
	background: url(images/pr/back.png) no-repeat center right;
}

.pt_card_back:hover
{
	opacity: 1;
}

.bt_white .plus
{
	background: url(images/pr/select_plus_white.png) no-repeat center;
	height: 15px;
	width: 20px;
	display: inline-block;
	position: relative;
	bottom: -3px;
	margin-right: 10px;
}

.selected_param
{
	display: inline-block;
	margin-right: 20px;
	background: #f5f9f9 url(/bitrix/templates/1c-bitrix-new/images/pr/delit.png) no-repeat 90% center;
	box-shadow: inset 0 1px 0 0 #fff;
	border: 1px solid #c5cccd;
	border-radius: 3px;
	padding: 7px 40px 7px 20px;
	cursor: pointer;
	margin-top: 1px;
	height: 40px;
	top: 1px;
	position: relative;
	line-height: 26px;
	box-sizing: border-box;
}

.selected_list
{
	position: absolute;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 5px 25px 0 rgba(0, 0, 0, .18);
	padding: 7px;
	z-index: 210;
	color: #576c74;
	line-height: 19px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 3px 3px;
	top: 33px;
	left: 0;
	right: 0;
}

.selected_list ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#suggest_city
{
	display: block;
	border: 1px solid #ccc;
	background: white;
	margin: 0 3px;
	padding: 5px;
	position: absolute;
	width: 492px;
	font-size: 14px;
	z-index: 100;
}

#suggest_city a
{
	display: block;
}

#suggest_city a.current,
#suggest_city a:hover
{
	background: #efefef;
	color: #aa0c0c;
}

/*PARTNERS*/

.partners_light_filter
{
	margin-bottom: 13px;
}

.partners_light_filter td
{
	padding: 6px 0;
	width: 25%;
}

/*2323*/

.adm-detail-block
{
	font-size: 13px;
	color: #000;
}

/*2425*/

.adm-detail-tabs-block
{
	background: url("images/bx-admin-tabs-border-fon.png") repeat 0 0;
	margin: -4px 0 -2px;
	padding: 0 0 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
}

/*2445*/

.adm-detail-tab
{
	background: url("images/bx-admin-sprite-small-1.png") repeat-x 0 -2525px;
	display: inline-block;
	border-radius: 4px 4px 0 0;
	border: 1px solid;
	border-color: #d2dbdd #bec6c8;
	border-bottom: none;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	color: #3f4b54;
	cursor: pointer;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 6px 8px 0;
	text-shadow: 0 1px #fff;
	position: relative;
	padding: 8px 15px 0;
	vertical-align: top;
}

/*2467*/

.adm-detail-tab:after
{
	background: url("images/bx-admin-tabs-border.png") repeat 0 -43px;
	bottom: -1px;
	content: "";
	height: 2px;
	left: -1px;
	right: -1px;
	position: absolute;
}

/*2484*/

span.adm-detail-tab.adm-detail-tab-active
{
	background-position: 0 -2473px;
	color: #000;
	margin: 4px 6px 8px 0;
	height: 26px;
	padding-top: 13px;
	position: relative;
	cursor: default;
	z-index: 2;
}

/*2495*/

span.adm-detail-tab.adm-detail-tab-active:after
{
	background: url("images/bx-admin-sprite-small-1.png") repeat-x scroll 0 -2511px;
	left: 0;
	right: 0;
}

/*2501*/

.adm-detail-tab-active:first-child:before
{
	border-right: 1px solid #bec6c8;
	content: "";
	left: -1px;
	bottom: -6px;
	position: absolute;
	height: 6px;
}

/*2569*/

.adm-detail-content-wrap
{
	background-color: #fff;
	/*border-radius: 0 0 4px 4px;*/

	border-radius: 4px;
	border: 1px solid #ced7d8;
	/*border-top: none;*/
}

/*2576*/

.adm-detail-content
{
	padding: 25px;
}

/*2580*/

.adm-detail-title
{
	color: #000;
	font-size: 20px;
	padding: 3px 53px 12px 3px;
	position: relative;
	min-height: 25px;
}

/*2676*/

.adm-detail-content-item-block
{
	background-color: #f5f9f9;
	border: 1px solid;
	border-color: #c4ced2 #dce7ed #dce7ed;
	padding: 19px;
	font-size: 17px;
}

.adm-detail-content-item-block
{
	font-size: 15px;
}

.bt_white.v2
{
	border-radius: 4px;
}

.bt_green:active,
.bt_white:active
{
	bottom: 0 !important;
}

.pt_tp_change_type,
.pt_tp_change_office,
.partner-list-developers-filter-block,
.filter-panel-country-block
{
	flex: 0 0 auto;
	margin-right: 2%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.pt_tp_change_type,
.pt_tp_change_office
{
	text-decoration: none;
	padding-right: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.pt_tp_change_office
{
	display: none;
	visibility: hidden;
}

.pt_tp_change_office.partner-search-office-filter-show
{
	display: block;
}

.pt_tp_change_office.partner-search-office-filter-visible
{
	visibility: visible;
}

.pt_tp_change_type .s,
.pt_tp_change_office .s
{
	display: inline;
	color: #5581c7;
	cursor: pointer;
	border-bottom: 1px dashed #5581c7
}

.pt_tp_type_popup
{
	position: absolute;
	text-decoration: none;
	top: 100%;
	/*left: 100px;*/
	right: 0;
	background: #f7f9fa;
	border: 1px solid #cedce0;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .18), inset 0 0 0 1px #fdfdfe;
	z-index: 210;
	color: #576c74;
	line-height: 19px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}

.pt_tp_type_list
{
	margin: 0;
	padding: 0;
}

.pt_tp_type_list li
{
	display: block;
	height: 22px;
	background: #f7f9fa;
	white-space: nowrap;
}

.pt_tp_type_list li a
{
	color: #525c64;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}

.pt_tp_type_list li a:hover
{
	background-color: #e8eef0;
}

.pt_tp_type_list li.active
{
	height: 26px;
}

.pt_tp_type_list li.active a
{
	background-image: url(images/pr/1v.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 30px;
	font-size: 13px;
	line-height: 26px;
	height: 26px;
}

.pt_tp_change_type:hover .pt_tp_type_popup,
.pt_tp_change_office:hover .pt_tp_type_popup
{
	display: block;
}

.bx-viewer-close
{
	display: inline-block;
	position: absolute;
	height: 60px;
	width: 60px;
	top: -33px;
	right: -33px;
	cursor: pointer;
}

.bx-viewer-close-inner
{
	display: inline-block;
	position: absolute;
	height: 30px;
	width: 30px;
	top: 25px;
	left: 5px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 0 2px white inset, 0 1px 1px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 0 0 2px white inset, 0 1px 1px 0 rgba(0, 0, 0, 0.21);
	background: url('/bitrix/js/main/core/images/imageviewer_sprite.png') no-repeat 0 1px #545454;
}

.pt_section_1,
.pt_section_1:hover
{
	display: block;
	width: 100%;
	height: 128px;
	border-style: solid;
	border-width: 3px;
	-webkit-border-image: url(images/pr/section_1.png) 3 repeat stretch;
	-moz-border-image: url(images/pr/section_1.png) 3 repeat stretch;
	-o-border-image: url(images/pr/section_1.png) 3 repeat stretch;
	border-image: url(images/pr/section_1.png) 3 fill repeat stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #fff;
	text-shadow: 0 1px 1px #287f7e;
	clear: both;
	margin-bottom: 40px;
}

.bx-ie .pt_section_1
{
	background: #35a2a2
}

.pt_section_1:hover
{
	opacity: .9;
}

.pt_section_1
{
	opacity: 1;
}

.pt_section_1_title
{
	font-weight: bold;
	font-size: 23px;
}

.pt_section_1_city
{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
}

.pt_section_1_city:hover
{
	text-decoration: underline
}

.pt_section_1_count
{
	font-weight: bold;
	display: inline-block;
	background: #1e7c7b;
	border-radius: 3px;
	padding: 0 10px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 27px;
	font-size: 15px;
	vertical-align: middle;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .4), inset 0 1px 1px 0 rgba(0, 0, 0, .4)
}

.pt_section_1_text
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

a.pt_section_1_text:hover
{
	text-decoration: underline;
	color: #fff
}

.pt_section_2,
.pt_section_2:hover
{
	display: block;
	width: 48%;
	margin-right: 2%;
	float: left;
	height: 128px;
	border-style: solid;
	border-width: 3px;
	-webkit-border-image: url(images/pr/section_2.png) 3 repeat stretch;
	-moz-border-image: url(images/pr/section_2.png) 3 repeat stretch;
	-o-border-image: url(images/pr/section_2.png) 3 repeat stretch;
	border-image: url(images/pr/section_2.png) 3 fill repeat stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #fff;
	text-shadow: 0 1px 1px #9f274c;
	margin-bottom: 40px;
}

.bx-ie .pt_section_2
{
	background: #c82d5b
}

.pt_section_2:hover
{
	opacity: .9;
}

.pt_section_2
{
	opacity: 1;
}

.pt_section_2_title
{
	font-weight: bold;
	font-size: 23px;
}

.pt_section_2_count
{
	font-weight: bold;
	display: inline-block;
	background: #af2d53;
	border-radius: 3px;
	padding: 0 10px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 27px;
	font-size: 15px;
	vertical-align: middle;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .4), inset 0 1px 1px 0 rgba(0, 0, 0, .4)
}

.pt_section_2_text
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.pt_section_3,
.pt_section_3:hover
{
	display: block;
	width: 48%;
	margin-left: 2%;
	float: left;
	height: 128px;
	border-style: solid;
	border-width: 3px;
	-webkit-border-image: url(images/pr/section_3.png) 3 repeat stretch;
	-moz-border-image: url(images/pr/section_3.png) 3 repeat stretch;
	-o-border-image: url(images/pr/section_3.png) 3 repeat stretch;
	border-image: url(images/pr/section_3.png) 3 fill repeat stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #fff;
	text-shadow: 0 1px 1px #3097cc;
	margin-bottom: 40px;
}

.bx-ie .pt_section_3
{
	background: #47b5ec
}

.pt_section_3:hover
{
	opacity: .9;
}

.pt_section_3
{
	opacity: 1;
}

.pt_section_3_title
{
	font-weight: bold;
	font-size: 23px;
}

.pt_section_3_count
{
	font-weight: bold;
	display: inline-block;
	background: #2e94c8;
	border-radius: 3px;
	padding: 0 10px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 27px;
	font-size: 15px;
	vertical-align: middle;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .4), inset 0 1px 1px 0 rgba(0, 0, 0, .4)
}

.pt_section_3_text
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.pt_section_4,
.pt_section_4:hover
{
	display: block;
	width: 48%;
	margin-right: 2%;
	float: left;
	height: 128px;
	border-style: solid;
	border-width: 3px;
	-webkit-border-image: url(images/pr/section_4.png) 3 repeat stretch;
	-moz-border-image: url(images/pr/section_4.png) 3 repeat stretch;
	-o-border-image: url(images/pr/section_4.png) 3 repeat stretch;
	border-image: url(images/pr/section_4.png) 3 fill repeat stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #fff;
	text-shadow: 0 1px 1px #83960b;
	margin-bottom: 40px;
}

.bx-ie .pt_section_4
{
	background: #8fab0b
}

.pt_section_4:hover
{
	opacity: .9;
}

.pt_section_4
{
	opacity: 1;
}

.pt_section_4_title
{
	font-weight: bold;
	font-size: 23px;
}

.pt_section_4_count
{
	font-weight: bold;
	display: inline-block;
	background: #839c0f;
	border-radius: 3px;
	padding: 0 10px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 27px;
	font-size: 15px;
	vertical-align: middle;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .4), inset 0 1px 1px 0 rgba(0, 0, 0, .4)
}

.pt_section_4_text
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.pt_section_5,
.pt_section_5:hover
{
	display: block;
	width: 48%;
	margin-left: 2%;
	float: left;
	height: 128px;
	border-style: solid;
	border-width: 3px;
	-webkit-border-image: url(images/pr/section_5.png) 3 repeat stretch;
	-moz-border-image: url(images/pr/section_5.png) 3 repeat stretch;
	-o-border-image: url(images/pr/section_5.png) 3 repeat stretch;
	border-image: url(images/pr/section_5.png) 3 fill repeat stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #fff;
	text-shadow: 0 1px 1px #be8f00;
	margin-bottom: 40px;
}

.bx-ie .pt_section_5
{
	background: #e5ac00
}

.pt_section_5:hover
{
	opacity: .9;
}

.pt_section_5
{
	opacity: 1;
}

.pt_section_5_title
{
	font-weight: bold;
	font-size: 23px;
}

.pt_section_5_count
{
	font-weight: bold;
	display: inline-block;
	background: #e5ac00;
	border-radius: 3px;
	padding: 0 10px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 27px;
	font-size: 15px;
	vertical-align: middle;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .4), inset 0 1px 1px 0 rgba(0, 0, 0, .4)
}

.pt_section_5_text
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.pt_section_6,
.pt_section_6:hover
{
	display: block;
	width: 48%;
	margin-right: 2%;
	float: left;
	height: 128px;
	border-style: solid;
	border-width: 3px;
	-webkit-border-image: url(images/pr/section_6.png) 3 repeat stretch;
	-moz-border-image: url(images/pr/section_6.png) 3 repeat stretch;
	-o-border-image: url(images/pr/section_6.png) 3 repeat stretch;
	border-image: url(images/pr/section_6.png) 3 fill repeat stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #fff;
	text-shadow: 0 1px 1px #00729e;
	margin-bottom: 40px;
}

.bx-ie .pt_section_6
{
	background: #00649a
}

.pt_section_6:hover
{
	opacity: .9;
}

.pt_section_6
{
	opacity: 1;
}

.pt_section_6_title
{
	font-weight: bold;
	font-size: 23px;
}

.pt_section_6_count
{
	font-weight: bold;
	display: inline-block;
	background: #066292;
	border-radius: 3px;
	padding: 0 10px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 27px;
	font-size: 15px;
	vertical-align: middle;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .4), inset 0 1px 1px 0 rgba(0, 0, 0, .4)
}

.pt_section_6_text
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.pt_section_7
{
	width: 48%;
	margin-left: 2%;
	float: left;
	height: 128px;
	border-style: solid;
	border-width: 3px;
	-webkit-border-image: url(images/pr/section_7.png) 3 repeat stretch;
	-moz-border-image: url(images/pr/section_7.png) 3 repeat stretch;
	-o-border-image: url(images/pr/section_7.png) 3 repeat stretch;
	border-image: url(images/pr/section_7.png) 3 fill repeat stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #fff;
	text-shadow: 0 1px 1px #949494;
	margin-bottom: 40px;
}

.bx-ie .pt_section_7
{
	background: #b1b1b1
}

.pt_section_7:hover
{
	opacity: .9;
}

.pt_section_7
{
	opacity: 1;
}

.pt_section_7_title
{
	font-weight: bold;
	font-size: 23px;
}

a.pt_section_7_text
{
	text-decoration: underline;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

a.pt_section_7_text:hover
{
	text-decoration: none
}

.pt_section_8,
.pt_section_8:hover
{
	display: block;
	width: 100%;
	height: 68px;
	border-style: solid;
	border-width: 3px;
	-webkit-border-image: url(images/pr/section_8.png) 3 repeat stretch;
	-moz-border-image: url(images/pr/section_8.png) 3 repeat stretch;
	-o-border-image: url(images/pr/section_8.png) 3 repeat stretch;
	border-image: url(images/pr/section_8.png) 3 fill repeat stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 61px;
	color: #fff;
	text-shadow: 0 1px 1px #1dacc0;
	margin-bottom: 40px;
	text-align: center;
}

.bx-ie .pt_section_8
{
	background: #48adc1
}

.pt_section_8:hover
{
	opacity: .9;
}

.pt_section_8
{
	opacity: 1;
}

.pt_section_8_title
{
	font-weight: bold;
	font-size: 23px;
}

a.pt_section_8_text
{
	text-decoration: underline;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

a.pt_section_8_text:hover
{
	text-decoration: none
}

.pt_section_1_text.pt_section_1_city
{
	border-bottom: 1px dashed;
	text-decoration: none;
	font-size: 14px;
}

.competence_block
{
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	min-height: 340px;
}

.competence_block.competence-tall
{

}

.competence_block .cb_left,
.competence_block .cb_right
{
	/*float: left;*/
	/*width: 50%;*/
	/*   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}

@media (max-width: 530px)
{
	.competence_block .cb_left
	{
		margin-bottom: 30px;
	}
}

.competence_block.bluegreen .cb_left
{
	padding-right: 7%
}

.competence_block.competence-tall .cb_left
{
	text-align: center;
}

.competence_block.bluegreen .cb_right
{
	padding-left: 7%
}

.competence_block.bluegreen.competence-tall .cb_right
{
	padding-left: 15px
}

.competence_block .cb_top
{
	padding: 22px 7.7%;
}

.competence_block.competence-tall .cb_top
{
	padding: 24px 1% 12px;
}

.competence_block .cb_bottom
{
	padding: 10px 40px 15px;
	height: 147px;
}

.competence_block .cb_bottom img
{
	max-width: 100%;
	height: auto;
}

/*�������� �����*/

.competence_block.bluegreen .cb_top
{
	background: #2e9291;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 107px;
}

.competence_block.bluegreen .cb_bottom
{
	background: #6db3b2;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

.competence_block.gray .cb_top
{
	background: #8198a1;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 107px;
}

.competence_block.gray .cb_bottom
{
	background: #a7b7bd;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

.competence_block.blue .cb_top
{
	background: #0074b0;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 107px;
}

.competence_block.blue .cb_bottom
{
	background: #4d9ec8;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

.competence_block.purple .cb_top
{
	background: #7e66bb;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 107px;
}

.competence_block.purple .cb_bottom
{
	background: #a594d0;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

.competence_block.pink .cb_top
{
	background: #c62c58;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 107px;
}

.competence_block.pink .cb_bottom
{
	background: #d76c8a;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

.competence_block.green .cb_top
{
	background: #58a300;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 107px;
}

.competence_block.green .cb_bottom
{
	background: #8abf4d;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

.competence_block.black .cb_top
{
	background: #3f6895;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 107px;
}

.competence_block.black .cb_bottom
{
	background: #18324e;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

/*end �������� �����*/

.cb_counter .icon,
.cb_counter .people
{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	width: 30px;
}

.cb_counter.project .icon
{
	background: url(images/pr/project.png) no-repeat top right
}

.cb_counter.people .icon
{
	background: url(images/pr/people.png) no-repeat top right
}

.cb_counter_description
{
	/*padding-top: 8px;*/
	margin: 0;
	color: #fff;
	font-size: 15px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .24);
	line-height: 20px;
}

.cb_comp_lest
{
	list-style: none;
	padding: 0;
	margin: -5px 0 0;
}

.cb_comp_lest li
{
	width: 48%;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .24);
	font-weight: bold;
	line-height: 14px;
}

/* === ShortClass === */

.clearboth
{
	clear: both
}

.dn
{
	display: none
}

.db
{
	display: block
}

.dib
{
	display: inline-block
}

.wsnw
{
	white-space: nowrap
}

.ovh
{
	overflow: hidden
}

.vat
{
	vertical-align: top
}

.w100p
{
	width: 100%
}

.box
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tac
{
	text-align: center
}

/* presets */

.presets a:hover
{
	color: white;
}

.pt_tp_city_popup li a:hover
{
	color: #aa0c0c;
}

.pt_page_title_block
{
	margin: 5px 0 30px;
}

.pt_page_title
{
	color: #000;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	vertical-align: top;
}

.pt_header_arrow
{
	background: url(images/presets-sprite.png?1) no-repeat -63px -2289px;
	height: 45px;
	right: -103px;
	top: -3px;
	position: absolute;
	width: 74px;
}

.pt_header_help
{
	background: url("images/presets-sprite.png?1") no-repeat center -2700px;
	cursor: pointer;
	display: inline-block;
	height: 23px;
	left: -5px;
	position: relative;
	/*top: -17px;*/
	width: 24px;
}

@media (max-width: 767px)
{
	.pt_page_title
	{
		font-size: 28px;
	}

	.pt_header_help
	{
		display: none;
	}

	.pt_header_arrow
	{
		right: -26px;
	}
}

@media (max-width: 530px)
{
	.pt_header_arrow
	{
		display: none;
	}
}

.pt_helper_popup
{
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(36, 41, 51, 0.46);
	color: rgb(85, 92, 105);
	display: block;
	font-size: 13px;
	font-weight: normal;
	height: 0;
	left: 35px;
	line-height: 20px;
	position: absolute;
	text-shadow: none;
	top: -20px;
	opacity: 0;
	overflow: hidden;
	width: 280px;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}

.pt_section_help:hover .pt_helper_popup,
.pt_header_help:hover .pt_helper_popup
{
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 10px 13px;
}

.pt_helper_popup_arrow
{
	background: url(images/presets-sprite.png?) no-repeat -93px -2749px;
	height: 33px;
	left: -10px;
	position: absolute;
	top: 18px;
	width: 12px;
}

.pt_section_wrap-inner
{
	/*margin-left: -2%;*/
}

.pt_section_wrap
{
	/*box-shadow: 0 11px 6px -9px #8d9096;*/

	border-radius: 5px;
	/*display: inline-block;*/

	height: 129px;
	margin-bottom: 32px;
	position: relative;
	vertical-align: top;
	/*width: 47%;*/
}

.pt_section
{
	border-radius: 2px 2px 3px 3px;
	border: 1px solid;
	height: 124px;
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	position: absolute;
	text-decoration: none;
	vertical-align: top;
	box-shadow: 0 11px 6px -9px #8d9096;
}

.pt_section:hover
{
	text-decoration: none;
}

.pt_section_turquoise
{
	background-color: #349f9e;
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -150px, -webkit-linear-gradient(top, #39acab, #34a09f, #2b8b8a);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -150px, -moz-linear-gradient(top, #39acab, #34a09f, #2b8b8a);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -150px, -ms-linear-gradient(top, #39acab, #34a09f, #2b8b8a);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -150px, -o-linear-gradient(top, #39acab, #34a09f, #2b8b8a);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -150px, linear-gradient(top, #39acab, #34a09f, #2b8b8a);
	border-color: #33a1a0 #127b6d #026753;
	box-shadow: inset 0 1px 0 #56d6d5, 0 1px 0 0 #1f6464, 0 3px 0 -1px #1f6464, 0 5px 0 -2px #1f6464, 0 10px 7px -5px #8d9096;
}

.pt_section_blue
{
	background-color: #58b7dc;
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -1045px, -webkit-linear-gradient(top, #61c1e1, #58b7dc, #49a7d4);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -1045px, -moz-linear-gradient(top, #61c1e1, #58b7dc, #49a7d4);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -1045px, -ms-linear-gradient(top, #61c1e1, #58b7dc, #49a7d4);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -1045px, -o-linear-gradient(top, #61c1e1, #58b7dc, #49a7d4);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -1045px, linear-gradient(top, #61c1e1, #58b7dc, #49a7d4);
	border-color: #2b97e2 #1586c9 #0076b1;
	box-shadow: inset 0 1px 0 #92e0f0, 0 1px 0 0 #206885, 0 3px 0 -1px #206885, 0 5px 0 -2px #206885, 0 10px 7px -5px #8d9096;
}

.pt_section_pink
{
	background-color: #db3f70;
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -341px, -webkit-linear-gradient(top, #e14880, #dd4174, #d53660);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -341px, -moz-linear-gradient(top, #e14880, #dd4174, #d53660);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -341px, -ms-linear-gradient(top, #e14880, #dd4174, #d53660);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -341px, -o-linear-gradient(top, #e14880, #dd4174, #d53660);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -341px, linear-gradient(top, #e14880, #dd4174, #d53660);
	border-color: #e22b5b #b71850 #840044;
	box-shadow: inset 0 1px 0 #f06cc0, 0 1px 0 0 #951e44, 0 3px 0 -1px #951e44, 0 5px 0 -2px #951e44, 0 10px 7px -5px #8d9096;
}

.pt_section_orange
{
	background-color: #e68a17;
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right 24px, -webkit-linear-gradient(top, #e99719, #e68916, #e07213);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right 24px, -moz-linear-gradient(top, #e99719, #e68916, #e07213);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right 24px, -ms-linear-gradient(top, #e99719, #e68916, #e07213);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right 24px, -o-linear-gradient(top, #e99719, #e68916, #e07213);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right 24px, linear-gradient(top, #e99719, #e68916, #e07213);
	border-color: #c47810 #b7670d #ad590b;
	box-shadow: inset 0 1px 0 #f4cb26, 0 1px 0 0 #8d5108, 0 3px 0 -1px #8d5108, 0 5px 0 -2px #8d5108, 0 10px 7px -5px #8d9096;
}

.pt_section_green
{
	background-color: #a3be0d;
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -518px, -webkit-linear-gradient(top, #b0c70f, #a4be0d, #90b00b);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -518px, -moz-linear-gradient(top, #b0c70f, #a4be0d, #90b00b);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -518px, -ms-linear-gradient(top, #b0c70f, #a4be0d, #90b00b);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -518px, -o-linear-gradient(top, #b0c70f, #a4be0d, #90b00b);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -518px, linear-gradient(top, #b0c70f, #a4be0d, #90b00b);
	border-color: #ace22b #8fbc16 #719600;
	box-shadow: inset 0 1px 0 #d8e317, 0 1px 0 0 #517103, 0 3px 0 -1px #517103, 0 5px 0 -2px #517103, 0 10px 7px -5px #8d9096;
}

.pt_section_yellow
{
	background-color: #f1be00;
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -885px, -webkit-linear-gradient(top, #efb400, #efb400, #efb400);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -885px, -moz-linear-gradient(top, #efb400, #efb400, #efb400);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -885px, -ms-linear-gradient(top, #efb400, #efb400, #efb400);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -885px, -o-linear-gradient(top, #efb400, #efb400, #efb400);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -885px, linear-gradient(top, #efb400, #efb400, #efb400);
	border-color: #e2bd2b #ce9f14 #bf8803;
	box-shadow: inset 0 1px 0 #f7da00, 0 1px 0 0 #a67600, 0 3px 0 -1px #a67600, 0 5px 0 -2px #a67600, 0 10px 7px -5px #8d9096;
}

.pt_section_dark_blue
{
	background-color: #0084bb;
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -668px, -webkit-linear-gradient(top, #0090c3, #0083ba, #006cab);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -668px, -moz-linear-gradient(top, #0090c3, #0083ba, #006cab);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -668px, -ms-linear-gradient(top, #0090c3, #0083ba, #006cab);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -668px, -o-linear-gradient(top, #0090c3, #0083ba, #006cab);
	background: url('images/block-pattern.png') repeat 0 0, url('images/presets-sprite.png') no-repeat right -668px, linear-gradient(top, #0090c3, #0083ba, #006cab);
	border-color: #2b97e1 #15699d #003d5c;
	box-shadow: inset 0 1px 0 #00c8e1, 0 1px 0 0 #00567b, 0 3px 0 -1px #00567b, 0 5px 0 -2px #00567b, 0 10px 7px -5px #8d9096;
}

.pt_section_composite
{
	background-color: #ba92d7;
	background: url('images/block-pattern.png?1') repeat 0 0, url('images/presets-sprite.png?1') no-repeat right -3075px, -webkit-linear-gradient(top, #c3a0dc, #ba92d7, #ab7ace);
	background: url('images/block-pattern.png?1') repeat 0 0, url('images/presets-sprite.png?1') no-repeat right -3075px, -moz-linear-gradient(top, #c3a0dc, #ba92d7, #ab7ace);
	background: url('images/block-pattern.png?1') repeat 0 0, url('images/presets-sprite.png?1') no-repeat right -3075px, -ms-linear-gradient(top, #c3a0dc, #ba92d7, #ab7ace);
	background: url('images/block-pattern.png?1') repeat 0 0, url('images/presets-sprite.png?1') no-repeat right -3075px, -o-linear-gradient(top, #c3a0dc, #ba92d7, #ab7ace);
	background: url('images/block-pattern.png?1') repeat 0 0, url('images/presets-sprite.png?1') no-repeat right -3075px, linear-gradient(top, #c3a0dc, #ba92d7, #ab7ace);
	border-color: #c47df1 #b05ae7 #9933db;
	box-shadow: inset 0 1px 0 #e1cfee, 0 1px 0 0 #6e5383, 0 3px 0 -1px #6e5383, 0 5px 0 -2px #6e5383, 0 10px 7px -5px #8d9096;
}

.pt_section_grey
{
	background-color: #a7b5b8;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #b3bec1, #94a4a8);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #b3bec1, #94a4a8);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #b3bec1, #94a4a8);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #b3bec1, #94a4a8);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(top, #b3bec1, #94a4a8);
	border-color: #c3c3c3 #a3a3a3 #858585;
	box-shadow: inset 0 1px 0 #d9dfe0, 0 1px 0 0 #495d62, 0 3px 0 -1px #546c71, 0 5px 0 -2px #5a7379, 0 10px 7px -5px #8d9096;
}

.pt_section_table
{
	border-spacing: 0;
	border: none;
	width: 100%;
}

.pt_section_left
{
	padding: 0;
	vertical-align: top;
	width: 30%;
}

.pt_section_right
{
	padding: 0 2% 0 3%;
	vertical-align: top;
	width: 70%;
}

.pt_section_counter_block
{
	border: 1px solid;
	border-radius: 4px;
	display: block;
	float: left;
	height: 83px;
	margin: 19px 0 0 19px;
	vertical-align: top;
	position: relative;
}

.pt_section_turquoise .pt_section_counter_block
{
	background-color: #277979;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #257070, #287e7d);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #257070, #287e7d);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #257070, #287e7d);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #257070, #287e7d);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(to bottom, #257070, #287e7d);
	border-color: #1c5658 #226a6b #79b9b9;
	box-shadow: inset 0 1px 1px #206364, inset 0 -1px 0 #267979;
}

.pt_section_composite .pt_counter_icon
{
	background-position: -48px -2923px;
}

.pt_section_composite .pt_section_counter_block
{
	background-color: #277979;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #806496, #9570ab);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #806496, #9570ab);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #806496, #9570ab);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #806496, #9570ab);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(top, #806496, #9570ab);
	border-color: #654f7a #7a618e #cdaee2;
	box-shadow: inset 0 1px 1px #725a87, inset 0 -1px 0 #906ba6;
}

.pt_section_blue .pt_section_counter_block
{
	background-color: #438ca8;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #3f83a0, #4394b0);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #3f83a0, #4394b0);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #3f83a0, #4394b0);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #3f83a0, #4394b0);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(to bottom, #3f83a0, #4394b0);
	border-color: #2f657e #37768f #8ecbe5;
	box-shadow: inset 0 1px 1px #306880, inset 0 -1px 0 #408eaa;
}

.pt_section_pink .pt_section_counter_block
{
	background-color: #a83258;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #a23054, #b03258);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #a23054, #b03258);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #a23054, #b03258);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #a23054, #b03258);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(to bottom, #a23054, #b03258);
	border-color: #7a2441 #8e294c #e6819e;
	box-shadow: inset 0 1px 1px #8f2b4c, inset 0 -1px 0 #a93055;
}

.pt_section_orange .pt_section_counter_block
{
	background-color: #af6911;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #a86310, #b76911);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #a86310, #b76911);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #a86310, #b76911);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #a86310, #b76911);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(to bottom, #a86310, #b76911);
	border-color: #814c0d #93580e #ecaa69;
	box-shadow: inset 0 1px 1px #824d0d, inset 0 -1px 0 #b06510;
}

.pt_section_green .pt_section_counter_block
{
	background-color: #7d910a;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #74880a, #82990a);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #74880a, #82990a);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #74880a, #82990a);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #74880a, #82990a);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(to bottom, #74880a, #82990a);
	border-color: #586908 #6e8009 #bcd064;
	box-shadow: inset 0 1px 1px #5d6e08, inset 0 -1px 0 #7d930a;
}

.pt_section_yellow .pt_section_counter_block
{
	background-color: #c99e00;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #c18900, #cea400);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #c18900, #cea400);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #c18900, #cea400);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #c18900, #cea400);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(to bottom, #c18900, #cea400);
	border-color: #946a00 #aa7f00 #f5cf5c;
	box-shadow: inset 0 1px 1px #9c6f00, inset 0 -1px 0 #c69e00;
}

.pt_section_dark_blue .pt_section_counter_block
{
	background-color: #006e9c;
	background: url('images/block-pattern.png') repeat 0 0, -webkit-linear-gradient(top, #006694, #006da0);
	background: url('images/block-pattern.png') repeat 0 0, -moz-linear-gradient(top, #006694, #006da0);
	background: url('images/block-pattern.png') repeat 0 0, -ms-linear-gradient(top, #006694, #006da0);
	background: url('images/block-pattern.png') repeat 0 0, -o-linear-gradient(top, #006694, #006da0);
	background: url('images/block-pattern.png') repeat 0 0, linear-gradient(to bottom, #006694, #006da0);
	border-color: #004e75 #00608b #5ca6cd;
	box-shadow: inset 0 1px 1px #005a83, inset 0 -1px 0 #5ca6cd;
}

.pt_counter_icon
{
	background: url(images/presets-sprite.png?1) no-repeat 300px 300px;
	height: 96px;
	top: 0;
	left: 0;
	position: absolute;
	width: 109px;
}

.pt_section_turquoise .pt_counter_icon
{
	background-position: -58px -1269px;
}

.pt_section_blue .pt_counter_icon
{
	background-position: -59px -1859px;
}

.pt_section_pink .pt_counter_icon
{
	background-position: -55px -1420px;
}

.pt_section_orange .pt_counter_icon
{
	background-position: -59px -2012px;
}

.pt_section_green .pt_counter_icon
{
	background-position: -61px -1571px;
}

.pt_section_yellow .pt_counter_icon
{
	background-position: -60px -2156px;
}

.pt_section_dark_blue .pt_counter_icon
{
	background-position: -59px -1710px;
}

.pt_counter_box
{
	background-color: #cfd7d8;
	display: inline-block;
	height: 73px;
	min-width: 82px;
	margin: 6px 4px 0 83px;
	vertical-align: top;
	white-space: nowrap;
}

.pt_counter_box,
.pt_counter_box_inner
{
	border-radius: 4px;
	box-shadow: 0 1px 0 rgb(255, 255, 255) inset, 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(0, 0, 0, 0.18);
}

.pt_counter_box_inner
{
	background-color: #f9fbfd;
	background-image: -webkit-linear-gradient(top, #fbfcfe, #fbfcfe);
	background-image: -moz-linear-gradient(top, #fbfcfe, #fbfcfe);
	background-image: -ms-linear-gradient(top, #fbfcfe, #fbfcfe);
	background-image: -o-linear-gradient(top, #fbfcfe, #fbfcfe);
	background-image: linear-gradient(to bottom, #fbfcfe, #fbfcfe);
	display: block;
	height: 63px;
	margin-top: -2px;
	text-align: center;
	padding: 10px 12px 0;
	position: relative;
}

.pt_counter_box_inner:before
{
	background-color: rgba(116, 117, 117, .19);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	content: '';
	height: 1px;
	left: 1px;
	right: 1px;
	top: 35px;
	position: absolute;
}

.pt_counter_num
{
	background: url(images/presets-num-sprite.png) no-repeat 300px 300px;
	color: rgba(0, 0, 0, 0);
	display: inline-block;
	font-size: 45px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 10px 0 0 -4px;
	text-shadow: none;
	vertical-align: middle;
}

.pt_counter_num:first-child
{
	margin-left: 0;
}

.pt_counter_num_1
{
	background-position: center 1px;
	margin-left: -6px;
}

.pt_counter_num_1:first-child
{
	margin-left: -2px;
}

.pt_counter_num_2
{
	background-position: center -51px;
}

.pt_counter_num_3
{
	background-position: center -104px;
}

.pt_counter_num_4
{
	background-position: center -155px;
}

.pt_counter_num_5
{
	background-position: center -207px;
	margin-left: -3px;
}

.pt_counter_num_6
{
	background-position: center -259px;
	margin-left: -3px;
}

.pt_counter_num_7
{
	background-position: center -310px;
}

.pt_counter_num_8
{
	background-position: center -363px;
}

.pt_counter_num_9
{
	background-position: center -414px;
	margin-left: -3px;
}

.pt_counter_num_0
{
	background-position: center -466px;
}

.pt_section_title
{
	display: block;
	margin-top: 17px;
}

.pt_section_title_text
{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, .35);
	vertical-align: bottom;
}

.pt_section_help
{
	background: url(images/presets-sprite.png?1) no-repeat center -2700px;
	display: inline-block;
	cursor: pointer;
	height: 23px;
	margin: 0 0 -3px 5px;
	vertical-align: bottom;
	position: relative;
	width: 23px;
}

.pt_section-description
{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-top: 9px;
	opacity: 0.8;
}

.pt_section_city
{
	border-bottom: 1px dashed #fff;
}

.pt_section_links
{
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 26px;
	/*margin-top: 17px;*/
	padding-left: 19px;
}

.pt_section_link
{
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

@media (max-width: 730px)
{
	.pt_section_links
	{
		margin-top: 5px;
		line-height: 1.2em;
	}

	.pt_section_link
	{
		font-size: 14px;
	}
}

.pt_section_link_list .pt_section_title
{
	padding-left: 19px;
}

.pt_search_block_wrap
{
	margin-bottom: 38px;
	padding-top: 8px;
	text-align: center;
}

.pt_search_block
{
	display: inline-block;
	margin-left: -106px;
	padding-left: 106px;
	position: relative;
	vertical-align: top;
}

.pt_search_arrow
{
	background: url(images/presets-sprite.png?1) no-repeat center -2376px;
	height: 46px;
	left: 0;
	top: 7px;
	position: absolute;
	width: 74px;
}

.pt_search_btn
{
	background-color: #e6edef;
	background-image: -webkit-linear-gradient(top, #f8f8f8, #d7e3e7);
	background-image: -moz-linear-gradient(top, #f8f8f8, #d7e3e7);
	background-image: -ms-linear-gradient(top, #f8f8f8, #d7e3e7);
	background-image: -o-linear-gradient(top, #f8f8f8, #d7e3e7);
	background-image: linear-gradient(to bottom, #f8f8f8, #d7e3e7);
	box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 0 #e0e1e3;
	border: 1px solid;
	border-color: #ebedef #d4d5d7 #a5a6a8;
	border-radius: 3px;
	color: #454c62;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	line-height: 68px;
	padding: 0 57px 0 91px;
	position: relative;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	vertical-align: top;
}

.pt_search_btn:before
{
	background: url(images/presets-sprite.png?1) no-repeat -89px -2784px;
	content: '';
	height: 29px;
	left: 27px;
	top: 20px;
	position: absolute;
	width: 28px;
}

.pt_footer
{
	background-color: #e8eff2;
	border-radius: 2px;
	margin-bottom: 45px;
	position: relative;
}

.pt_footer_l,
.pt_footer_r
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	/*padding: 0 30px 24px 90px;*/
	padding-left: 90px !important;
	padding-bottom: 24px;
	position: relative;
	/*width: 50%;*/
}

.pt_footer_l
{
	margin-left: -1px;
}

.pt_footer_separator
{
	background-color: #f9fbfd;
	height: 100%;
	left: 50%;
	top: 0;
	position: absolute;
	width: 1px;
}

@media (max-width: 767px)
{
	.pt_footer_separator
	{
		display: none;
	}
}

.pt_footer_title
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 15px;
}

.pt_footer_text
{
	color: #3f4b54;
	font-size: 18px;
	line-height: 28px;
	text-shadow: 0 1px #fff;
}

.pt_footer_text a
{
	color: #1a77c8;
	text-decoration: none;
}

@media (max-width: 767px)
{
	a.pt_search_btn
	{
		font-size: 13px;
		padding: 0 26px 0 64px;
	}
}

a.pt_search_btn:hover
{
	color: #454c62;
	text-decoration: underline;
}

.pt_footer_text a:hover
{
	color: #1a77c8;
}

.pt_footer_text a:hover
{
	text-decoration: underline;
}

.pt_footer_icon
{
	background: url(images/presets-sprite.png?1) no-repeat -75px -2469px;
	height: 50px;
	left: 21px;
	top: 17px;
	position: absolute;
	width: 50px;
}

.pt_footer_r .pt_footer_icon
{
	background-position: -75px -2571px;
}

/*#partner_list>div.row>div.col-sm-6 */
div.row > div.col-sm-6
{
	padding-left: 27.5px;
	padding-right: 27.5px;
}

@media (max-width: 767px)
{
	.partners_light_filter.bx_responsive_table,
	.partners_light_filter.bx_responsive_table tr,
	.partners_light_filter.bx_responsive_table td
	{
		display: block;
		width: 100%
	}

	.bx_table.bx_responsive_table,
	.bx_table.bx_responsive_table tr,
	.bx_table.bx_responsive_table td
	{
		display: block;
		width: 100% !important
	}
}