/* Общие - начало */

.clear {
	clear: both;
}

.btns, #bingo2 {
	width: 120px !important;
	font-size: 16px;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	padding: 8px 20px 9px !important;
	margin: 0 !important;
	background: #50829b !important; /* linear-gradient(to bottom, #00AFE4 0%, #0169B5 100%) */
	border-width: 1px;
	border-style: solid;
	border-color: #50829b !important; /* 5AACE5 #2E8BCE #0169B5 */
	
	display: inline-block;
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 0 !important;
	
	cursor: pointer;
}
.btns:hover, #bingo2:hover {
	color: #FFF;
}

/* Сейчас не используется!
.price, .item_price, .cart span strong, .myorders_itog td, .equipment td {
	font-family: 'PT Sans', sans-serif !important;
}
*/

.no_border,
.no_border th, .no_border td {
	border: none !important;
}

.sidebar.pleft {
	width: 237px;
	padding: 0;
	margin-right: 15px;
}
.centralarea.pleft {
	padding: 0;
}

.sidebar.no_sidebar {
	display: none;
}
.centralarea.no_sidebar {
	width: 100%;
}
.no_sidebar .breadcrumbs {
	width: auto;
}

.hidden {
	display: none !important;
}
.form .form_hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

ruble, .wd_rub {
	line-height: 0 !important;
}

.phone_icon {
    background: url('/bitrix/templates/orange/images/general/icon_phone.svg') no-repeat left center / contain transparent;
    padding-left: 35px;
}
.whatsapp_icon {
	background: url('/bitrix/templates/orange/images/general/icon_whatsapp.svg') no-repeat left center / contain transparent;
	padding-left: 35px;
}

/* Общие - конец */

/* Шапка - начало */

.header-topnav ul li:first-child {
	margin: 0 20px 0 0;
}
.header-topnav ul li:last-child {
	margin: 0 0 0 20px;
}

.header_contacts {
	width: 235px;
	float: left;
	text-align: center;
}

.header_contacts span.grafik {
	display: block;
	font-size: 13px;
}

.header_contacts span.phone {
	display: block;
	font-size: 20px;
}
.header_contacts span.phone span {
	display: block;
	font-size: 13px;
}

.header_contacts span.email a {
	font-size: 13px;
}
.header_contacts span.email a+a {
	margin: 0 0 0 10px;
}

/* Закомментировано временно для проверки! Скорее всего уже не нужно, после осуществления ре-дизайна: сделали новые классы, а стили оставили (просто перенесли)..
.catalog_menu {
	width: 100%;
	background-color: #365164;
	padding: 7px 0;
	margin: 0 auto;
}
.catalog_menu ul {
	width: 975px;
	margin: 0 auto;
	padding: 7px 0;
}

.catalog_menu ul li {
	display: inline-block;
	margin: 0 16px;
}
.catalog_menu ul li:first-child {
	margin: 0 16px 0 0;
}
.catalog_menu ul li:last-child {
	margin: 0 0 0 16px;
}

.catalog_menu ul.bottom li {
	margin: 0 30px;
}
.catalog_menu ul.bottom li:first-child {
	margin: 0 0 0 52px;
}
.catalog_menu ul.bottom li:last-child {
	margin: 0 52px 0 0;
}

.catalog_menu ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.catalog_menu ul li a:hover {
	border-bottom: 1px solid #fff;
}
.catalog_menu ul li a.active {
	color: #a6d8fb;
}
.catalog_menu ul li a.active:hover {
	border-bottom: 1px solid #a6d8fb;
}
*/

/* Шапка - конец */

/* Подвал - начало */

.footer table tr td.contact span {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin: 3px 0;
}
.footer table tr td.contact span a {
	color: #fff;
}
.footer table tr td.contact span a:hover {
	text-decoration: none;
}

/* Подвал - конец */

/* Контент - начало */

.workarea h2, .workarea h3, .workarea h4 {
	color: #333;
	font-weight: 600;
	margin: 0 0 20px;
}
.workarea h2 {
	font-size: 18px;
}
.workarea h3 {
	font-size: 17px;
}
.workarea h4 {
	font-size: 16px;
}

.workarea p, .workarea ul li {
	font-size: 16px;
	line-height: 1.5;
}
.workarea p {
	color: #3F3F3F;
	padding: 0 0 20px;
}

/* Контент - конец */

/* Меню левое  -  начало */

.sidebar .sidebar_menu.nav {
	border: 2px solid #eee;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}

.sidebar .sidebar_menu.nav li > span a {
	border-bottom: 1px solid #eee;
	padding: 15px 35px 15px 20px;
}
.sidebar .sidebar_menu.nav li:first-child > span a, .sidebar .sidebar_menu.nav li:last-child > span a {
	border-radius: 0 !important;
}
.sidebar .sidebar_menu.nav li.selected > span a, .sidebar .sidebar_menu.nav li.current.selected > span a {
	color: #000;
	border-top: 0;
	border-bottom: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	border-radius: 0 !important;
	box-shadow: none;
}
.sidebar .sidebar_menu.nav li.selected > span a {
	background: none;
}
.sidebar .sidebar_menu.nav li.current > span a, .sidebar .sidebar_menu.nav li.current.selected > span a, .sidebar .sidebar_menu.nav li:hover > span a {
	background: #eee;
}
.sidebar .sidebar_menu.nav li.current.selected.menu_title > span a {
	background: #365164;
	color: #fff;
}

.sidebar .sidebar_menu.nav li > span .showchild .arrow {
	background: url("../images/menu/sidebarArrow_bl.svg") no-repeat 0 0 !important;
}
.sidebar .sidebar_menu.nav li > span .showchild {
	margin: -47px 0 0 215px;
}
.sidebar .sidebar_menu.nav li.current > span .showchild .arrow, .sidebar .sidebar_menu.nav li.current > span .showchild:hover .arrow,
.sidebar .sidebar_menu.nav li.current.selected > span .showchild .arrow, .sidebar .sidebar_menu.nav li.current.selected > span .showchild:hover .arrow {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: .2s all ease-in-out;
}

.sidebar .sidebar_menu.nav li > ul {
	box-shadow: none;
}
.sidebar .sidebar_menu.nav li.current > ul {
	border-bottom: 1px solid #eee;
}
.sidebar .sidebar_menu.nav li > ul > li span a {
	padding: 10px 20px 10px 30px;
}
.sidebar .sidebar_menu.nav li > ul > li:last-child span a {
	padding: 10px 20px 12px 30px;
}
.sidebar .sidebar_menu.nav li > ul > li:first-child > span a, .sidebar .sidebar_menu.nav li > ul > li:last-child > span a {
	box-shadow: none;
}
.sidebar .sidebar_menu.nav li > ul > li:hover > span a {
	color: #365164;
	background: #f6f6f6;
}


@media only screen and (max-width: 768px) {
	.sidebar .sidebar_menu.nav li > span .showchild {
		margin: -44px 0 0 202px;
	}
}

/* Меню левое  -  конец */

/* Каталог - Раздел  -  начало */

.nav .current > ul {
	height: auto !important;
}

.badge.badge_red {
	background: #ff3333;
	/* transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-webkit-transition: all 1s linear; */
}
/* .badge.badge1:hover {
	width: 110px;
	padding: 4px 10px 7px !important;
} */
.badge.badge_green {
	background: #00cc00;
}
.badge.badge_blue {
	background: #06c;
}
.badge.badge_yellow {
	background: #ff9900;
}
.badge.badge_violet {
	background: #8b00ff;
}
.badge.badge_black {
	background: #666;
}

.badge.badge_red+.badge.badge_green {
	top: 35px;
}
.badge.element_badge.badge_red+.badge.element_badge.badge_green {
	top: 42px;
}

/* .badge.badge_red+.badge.badge_yellow { - дублирование, в этот момент (не по умолчанию) работает .badge_pos1 (объявлен ниже) - это относится к аналогичным коммента ниже, до .badge_pos1
	top: 35px;
}
.badge.element_badge.badge_red+.badge.element_badge.badge_yellow {
	top: 42px;
} */
.badge.badge_green+.badge.badge_yellow {
	top: 65px;
}
.badge.element_badge.badge_green+.badge.element_badge.badge_yellow {
	top: 79px;
}

/* .badge.badge_red+.badge.badge_violet {
	top: 35px;
}
.badge.element_badge.badge_red+.badge.element_badge.badge_violet {
	top: 42px;
}
.badge.badge_green+.badge.badge_violet {
	top: 65px;
}
.badge.element_badge.badge_green+.badge.element_badge.badge_violet {
	top: 79px;
} */
.badge.badge_yellow+.badge.badge_violet {
	top: 95px;
}
.badge.element_badge.badge_yellow+.badge.element_badge.badge_violet {
	top: 116px;
}

/* .badge.badge_red+.badge.badge_black {
	top: 35px;
}
.badge.element_badge.badge_red+.badge.element_badge.badge_black {
	top: 42px;
}
.badge.badge_green+.badge.badge_black {
	top: 65px;
}
.badge.element_badge.badge_green+.badge.element_badge.badge_black {
	top: 79px;
}
.badge.badge_yellow+.badge.badge_black {
	top: 95px;
}
.badge.element_badge.badge_yellow+.badge.element_badge.badge_black {
	top: 116px;
} */
.badge.badge_violet+.badge.badge_black {
	top: 125px;
}
.badge.element_badge.badge_violet+.badge.element_badge.badge_black {
	top: 153px;
}

.badge.badge_pos1 {
	top: 5px !important;
}
.badge.badge_pos2 {
	top: 35px !important;
}
.badge.element_badge.badge_pos2 {
	top: 42px !important;
}
.badge.badge_pos3 {
	top: 65px !important;
}
.badge.element_badge.badge_pos3 {
	top: 79px !important;
}
.badge.badge_pos4 {
	top: 95px !important;
}
.badge.element_badge.badge_pos4 {
	top: 116px !important;
}

.badge.element_badge.badge_black {
	width: 155px;
}

.no_photo_130 {
	background: url("/bitrix/templates/orange/images/no_photo_130.jpg") no-repeat center center transparent;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

.workarea ul.lsnn li {
	padding-left: 0;
}
.workarea ul.lsnn td.img {
	border-right: 1px solid #eee;
	vertical-align: middle;
	padding: 15px;
}

.elements_desc {
	width: 100%;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 12px 0 13px;
	margin: 7px 0 8px;
}
.elements_desc p {
	color: #666;
	/* font-style: italic; */
	padding: 0;
	margin: 7px 0 0;
}

.workarea ul.lsnn li .elements_desc .reviews_stars {
	float: right;
	margin: 3px 0 0;
}
.workarea ul.lsnn li .elements_desc .reviews_stars .counter {
	font-size: 14px;
	font-weight: 600;
	color: #ff6200;
	border-bottom: 1px solid #ff6200;
	text-decoration: none;
	vertical-align: text-bottom;
	margin: 0 0 0 3px;
}
.workarea ul.lsnn li .elements_desc .reviews_stars .counter:hover {
	color: #666;
	border-bottom: 1px solid transparent;
	transition: 0.2s all ease;
}

.price_vert.price {
	padding: 8px 0 0;
}
.price .price_vert.price .price_title {
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 5px;
}
.listitem_horizontal.pleft td.price span span.price_text {
	font-size: 18px;
}
td.price #bingo2 {
	float: right;
	margin-left: 10px !important;
}

table.catalog_section {
	width: 100%;
	margin: 0;
}
table.catalog_section.v2 {
	margin: 20px 0;
}
table.catalog_section tr th {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	background-color: #eee;
	padding: 8px 10px 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 20%;
}
table.catalog_section.v2 tr th {
	width: auto;
}
table.catalog_section tr td,
table.catalog_section tr td:first-child {
	font-size: 14px;
	line-height: 1.3;
	border: 1px solid #eee;
	padding: 8px 15px;
	text-align: center;
}
.main-description table.catalog_section tr td {
	background: transparent;
	text-align: center;
}
table.catalog_section tr td.left {
	text-align: left;
}
table.catalog_section tr td.top {
	vertical-align: top;
}

/* Каталог - Раздел  -  конец */

/* Каталог - Раздел - Плитка  -  начало */

.workarea .items_block ul li {
	width: 209px;
	padding: 10px 10px 15px;
	margin: 5px;
}

.items_block ul li a.link {
	width: 180px;
	height: 180px;
	text-align: center;
}
.items_block ul li a.link img {
	max-width: 180px;
	max-height: 180px;
	margin: 0;
}
.no_photo_180 {
	background: url("/bitrix/templates/orange/images/no_photo_130.jpg") no-repeat center center transparent;
	width: 180px;
	height: 180px;
	margin: 0 auto;
}

.items_block ul li a.title {
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	height: 35px;
	overflow: hidden;
	margin: 10px 0 0;
}

.items_block ul li .props {
	height: 81px;
	margin: 5px 0 8px;
}
.items_block ul li .props.empty {
	height: 30px;
	margin: 0;
}
.items_block ul li .props p {
	font-size: 13px;
	padding: 0;
}
.items_block ul li .props p span {
	font-weight: 600;
}

.items_block ul li .buy {
	text-align: center;
}
.items_block ul li .buy .price {
	font-size: 18px;
	color: #000;
}
.items_block ul li .buy .bt3.addtoCart, .items_block ul li .buy .bt3.incart {
	font-weight: 600;
	background-color: #00b253;
	border: 1px solid #00b253;
	border-radius: 0;
	box-shadow: none;
	padding: 7px 15px 9px;
	position: static;
	display: block;
	width: 120px;
	margin: 10px auto 0;
}
.items_block ul li .buy .bt3.addtoCart:hover, .items_block ul li .buy .bt3.incart:hover {
    color: #00b253;
    background-color: transparent;
	transition: all .2s ease-in-out;
}
.items_block ul li .buy .bt3.incart {
	color: #00b253;
	text-shadow: none;
	background: none;
}
.items_block ul li .buy .bx_bt_button.bx_medium.js-ax-buyoneclick-button {
	font-size: 14px;
	padding: 5px 15px 7px;
	float: none;
	display: block;
	margin: 10px auto 0;
}
.items_block ul li .buy .bx_bt_button.bx_medium.js-ax-buyoneclick-button.btn_bottom {
	margin: 55px auto 0;
}

/* Каталог - Раздел - Плитка  -  конец */

/* Каталог - Раздел - Переключатель Плитка / Лист  -  начало */

ul.tabs_item {
	float: right;
	margin: 0 10px 15px 0;
}
ul.tabs_item li {
	float: left;
	padding: 0;
}
ul.tabs_item li:before {
	content: none;
}
ul.tabs_item li.current a {
	text-decoration: none;
	cursor: default;
}
ul.tabs_item li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	background: #eee;
	border-radius: 2px;
	margin-left: 10px;
}
ul.tabs_item li a:hover, ul.tabs_item li.current a {
	background: #a6d8fb;
}
ul.tabs_item li a i {
	background: url("/bitrix/templates/orange/images/catalog/display.svg") no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
}
ul.tabs_item li a.block i {
	background-position: 0 -17px;
}
ul.tabs_item li a.list i {
	background-position: -29px -17px;
}

.tabs_wrap {
	margin: 0;
}
.tabs_wrap + .tabs_wrap {
	margin: -10px 0 0;
}

/* Каталог - Раздел - Переключатель Плитка / Лист  -  конец */

/* Каталог - Раздел - Фильтр  -  начало */

.sidebar_filter {
	margin: 0 0 30px;
}

.sidebar_filter.bx_filter .bx_filter_section {
	background: none;
	border: 2px solid #eee;
	padding: 20px 3.5% 0;
}

.sidebar_filter.bx_filter .bx_filter_title {
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}

.sidebar_filter.bx_filter .bx_filter_parameters_box_title {
	font-size: 13.5px;
	font-weight: 600;
	padding-bottom: 5px;
	width: 100%;
}
.sidebar_filter.bx_filter .bx_filter_parameters_box_title:after {
	right: 0;
}

.sidebar_filter.bx_filter .bx_filter_parameters_box {
	margin: 0 0 15px;
}
.sidebar_filter.bx_filter .bx_filter_param_label {
	margin-bottom: 0;
}
.sidebar_filter.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text {
	opacity: .5;
}
.sidebar_filter.bx_filter .bx_filter_param_label span {
	padding-bottom: 0;
}
.sidebar_filter.bx_filter .bx_filter_parameters_box .bx_filter_parameters_box_container .bx_filter_input_container {
	height: 27px;
}
.sidebar_filter.bx_filter .bx_filter_parameters_box .bx_filter_parameters_box_container .bx_filter_input_container input {
	height: 25px;
	font-size: 14px;
}

.sidebar_filter.bx_filter .bx_ui_slider_track {
	margin: 25px 10px 11px;
}
.sidebar_filter.bx_filter .bx_ui_slider_track .bx_ui_slider_part span {
	font-size: 12px;
}
.sidebar_filter.bx_filter .bx_ui_slider_track .bx_ui_slider_handle {
	width: 12px;
	height: 11px;
}
.sidebar_filter.bx_filter .bx_ui_slider_track .bx_ui_slider_handle.left {
	margin-left: -6px;
}
.sidebar_filter.bx_filter .bx_ui_slider_track .bx_ui_slider_handle.right {
	margin-right: -6px;
}

.sidebar_filter.bx_filter .bx_filter_button_box {
	text-align: center;
}
.sidebar_filter.bx_filter .bx_filter_search_reset, .sidebar_filter.bx_filter .bx_filter_search_button {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	background-color: #365164;
	border: 1px solid #365164;
	border-radius: 0;
	padding: 0px 25px 2px;
	margin: 10px 0 0;
}
.sidebar_filter.bx_filter .bx_filter_search_button {
	font-weight: 600;
	line-height: 0;
	background: none #365164;
	box-shadow: none;
}
.sidebar_filter.bx_filter .bx_filter_search_reset:hover, .sidebar_filter.bx_filter .bx_filter_search_button:hover {
	color: #365164;
	background-color: #fff;
	transition: all .2s ease-in-out;
}

.sidebar_filter.bx_filter .bx_filter_popup_result {
	border: 1px solid #900;
	padding-bottom: 1px;
	margin-top: 35px;
}
.sidebar_filter.bx_filter .bx_filter_popup_result.right {
	left: 92%;
}
.sidebar_filter.bx_filter .bx_filter_popup_result.right .arrow {
	background: none;
}
.sidebar_filter.bx_filter .bx_filter_popup_result span {
	font-weight: 600;
}
.sidebar_filter.bx_filter #modef a {
	color: #900;
	margin: 0 0 0 3px !important;
}


/* .filter_sidebar {
	width: 222px;
}
.filter_sidebar .filtren.compare {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	border: 1px solid #b3b3b3;
}
.filter_sidebar .filtren h5 {
	margin: 10px;
}
.filter_sidebar table {
	width: 203px;
	margin: 0 5px 15px 10px;
}
.filter_sidebar table tr td {
	padding: 5px 0;
}

.filter_sidebar .filtren.compare .catf {
	width: 100%;
	float: none;
	background: none;
	padding: 0;
	margin: 0;
}
.filter_sidebar .filtren.compare .catf ul li {
	width: 100%;
	padding: 0 5px 10px 15px;
	box-sizing: border-box;
}
.filter_sidebar .filtren.compare .catf ul li.active {
	margin: 0 0 10px !important;
}
.filter_sidebar .filtren.compare .catf ul li:not(.active):hover {
	background: none;
}
.filter_sidebar .filtren.compare .catf > ul > li:hover > span > span, .filter_sidebar .filtren.compare .catf > ul > li.active > span > span {
	color: #50829b;
	border-bottom: 1px dashed transparent;
	transition: all .2s ease-in-out;
}
.filter_sidebar .filtren.compare .catf > ul > li > span {
	width: 100%;
	padding: 5px 0;
}

.filter_sidebar .filtren.compare .cntf .cnt.active {
	margin: 0;
}
.filter_sidebar .filtren.compare .cntf .cnt ul li {
	padding: 0;
}

.filter_sidebar .filtren.compare .bt2, .filter_sidebar .filtren.compare .bt2:hover {
	position: static;
	width: 118px;
	display: block;
	margin: 5px auto 15px;
}
.sidebar .filter_sidebar .filtren .modef {
	margin-top: -8px;
	right: -170px;
	z-index: 999;
}
.sidebar .filter_sidebar .filtren .ecke {
	border-left: 1px solid #8BBECB;
	border-right: 0;
	left: -7px;
	right: 0;
	box-shadow: -2px -1px 4px -1px rgba(0,0,0,0.2);
	-moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
} */

/* Каталог - Раздел - Фильтр  -  конец */

/* Каталог - Элемент  -  начало */

table.catalog_element {
	width: 100%;
}
table.catalog_element + table.catalog_element {
	margin: 45px 0 0;
}

table.catalog_element td {
	width: 50%;
	vertical-align: top;
}
table.catalog_element td.element_left {
	position: relative;
	padding-right: 10px;
}
table.catalog_element td.element_right {
	padding-left: 10px;
}
table.catalog_element td.chars_title {
	font-weight: 600;
}

.btn_cart {
	background: #00b253 !important;
	border-color: #00b253 !important;
	float: right;
}

.salegal2 {
	background: #cc0000;
	color: #fff;
}

.no_photo_320 {
	background: url("/bitrix/templates/orange/images/no_photo_320.jpg") no-repeat center center transparent;
	width: 400px;
	height: 400px;
}
.no_photo_75 {
	background: url("/bitrix/templates/orange/images/no_photo_75.jpg") no-repeat center center transparent;
	width: 75px;
	height: 75px;
}

.catalog_element .iteminfo div[itemprop="aggregateRating"] {
	height: 20px;
}
.catalog_element .iteminfo span[lis-type] {
	display: inline-block;
	width: 80px;
}
.catalog_element .iteminfo .reviews_counter {
	font-size: 14px;
	font-weight: 600;
	color: #ff6200;
	border-bottom: 1px solid #ff6200;
	text-decoration: none;
	vertical-align: top;
}
.catalog_element .iteminfo .reviews_counter:hover {
	color: #666;
	border-bottom: 1px solid transparent;
	transition: 0.2s all ease;
}

.catalog_element .iteminfo .btns {
	margin: -17px 0 27px !important;
}

.iteminfo .price.price_text {
	font-size: 24px;
	margin: 0 0 8px;
}

.iteminfo .price.price_text + #bingo2 {
	top: 52px;
}

#analogi_min_price {
	margin: 10px 0 0; /* 3px 0 0 */
}
#analogi_min_price a {
	font-size: 16px; /* 14px */
	text-decoration: none;
	border-bottom: 1px dashed #365164;
	/* padding-bottom: 2px; */
}
#analogi_min_price a:hover {
	border-bottom: 1px dashed transparent;
}

ul.options_2 {
	width: auto; /* 151px */
	float: right;
	margin: 10px 0 0;
}
ul.options.left {
	padding-right: 10px;
}
ul.options.right {
	padding-left: 10px;
}
ul.options li b {
	font-weight: 500;
}


@media only screen and (max-width: 767.5px) {
    table.catalog_element + table.catalog_element {
		margin: 45px 0 20px;
	}
}

/* Каталог - Элемент  -  конец */

/* Каталог - Раздел и Элемент - Склады  -  начало */

.sklad .sklad_all {
	display: inline-block;
}
.sklad .sklad_color {
	display: inline-block;
	width: 37px;
	height: 15px;
	vertical-align: middle;
	position: relative;
}
.sklad .sklad_green {
	background: url('/bitrix/templates/orange/images/sklad/green.svg') 0 0 no-repeat transparent;
}
.sklad .sklad_yellow {
	background: url('/bitrix/templates/orange/images/sklad/yellow.svg') 0 0 no-repeat transparent;
}
.sklad .sklad_red {
	background: url('/bitrix/templates/orange/images/sklad/red.svg') 0 0 no-repeat transparent;
}

span.tip {
	position: absolute !important;
	z-index: 999;
	display: none;
	
	font-size: 12px !important;
	line-height: 1.67 !important;
	color: #666 !important;
	text-align: center;
	background: #eee;
	box-shadow: 0 1px 2px #666;
	min-width: 62px !important;
	padding: 0 5px 2px !important;
	top: 25px !important;
	left: -15px !important;
	white-space: nowrap;
}

.catalog_element .sklad li {
	text-align: left;
}
.catalog_element .sklad .sklad_all {
	width: 190px;
	margin: 0 5px 0 0;
	padding: 0;
}

.sklad .sklad_wrap {
	width: 74px;
	margin: 0 auto;
}

/* Каталог - Раздел и Элемент - Склады  -  конец */

/* Каталог - Элемент - Всплывающее окно  -  начало */

#orderform, #orderform_2, #orderform_3 {
	background: #e0e0e0 !important;
	border: 2px solid #000 !important;
}

#layer button, #layer_2 button {
	background: #00b253 !important;
}

/* Каталог - Элемент - Всплывающее окно  -  конец */

/* Каталог - Элемент - Всплывающее окно (новое)  -  начало */

.b-container {
	width: 170px;
	float: left;
	text-align: left;
	margin: 15px 0 0;
}
.b-container a {
	font-size: 14px;
	text-decoration: none;
	color: #ff6200;
	border-bottom: 1px solid #ff6200;
	margin: 0 0 0 5px;
	vertical-align: top;
}
.b-container a:hover {
	color: #666;
	border-bottom: none;
	transition: 0.2s all ease;
}
.b-container img {
	margin: -3px 0 0;
}

.b-popup {
	width: 400px;
	position: absolute;
	top: 77%;
	left: 0;
	z-index: 1000;
}

.b-popup .b-popup-content {
	background-color: #eee;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #333;
	padding: 5px 20px 23px;
	margin: 0;
}
.b-popup-content .close {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	float: right;
	margin: -5px -8px 0 0;
}

/* Каталог - Элемент - Всплывающее окно (новое)  -  конец */

/* Каталог - Элемент - Табы  -  начало */

.workarea ul.catalog_tabs {
	float: left;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #e0e0e0;
	margin: 30px 0;
}

.workarea .catalog_tabs_block {
	display: flex;
	width: 100%;
	padding: 4px 0;
	overflow-x: auto;
}

.workarea ul.catalog_tabs li {
	float: left;
	width: auto;
	text-align: center;
	background-color: #eee;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #eee;
	padding: 10px 25px;
	margin-right: 10px;
}

.workarea ul.catalog_tabs li a {
	font-size: 14px;
	font-weight: 600;
	color: #365164;
}
.workarea ul.catalog_tabs li a span {
	color: #ff6200; /* a6d8fb */
}

.workarea ul.catalog_tabs li:hover {
	/* background-color: #eee;
	border-right: 1px solid #365164; */
	transform: translateY(-3px);
	transition: all .3s ease;
}
/* .workarea ul.catalog_tabs li:hover a {
	color: #ff6200;
} */
/* .workarea ul.catalog_tabs li:hover a span {
	color: #365164;
} */

.workarea ul.catalog_tabs li.current {
	background-color: transparent;
	border: 1px solid #ff6200;
	transform: translateY(0);
}
.workarea ul.catalog_tabs li.current a {
	color: #ff6200;
}
.workarea ul.catalog_tabs li.current a span {
	color: #365164;
}

.workarea ul.catalog_tabs li:hover {
	cursor: pointer;
}
.workarea ul.catalog_tabs li.current:hover, .workarea ul.catalog_tabs li.current a:hover {
	cursor: default;
}


#docs h3 + a {
	margin: 7px 0 0;
}

.workarea .p_styles {
	font-size: 16px;
	line-height: 1.5;
	color: #3F3F3F;
	padding: 0 0 20px;
	text-align: justify;
}
.workarea ul.catalog_tabs.no_styles {
	display: inline;
	float: none;
	background-color: transparent;
	border: 0;
	margin: 0;
}
.workarea ul.catalog_tabs.no_styles li {
	display: inline;
	float: none;
	background-color: transparent;
	border: 0;
	padding: 0;
}
.workarea ul.catalog_tabs.no_styles li a {
	color: #365164;
	text-decoration: underline;
}
.workarea ul.catalog_tabs.no_styles li a span {
	display: none;
}
.workarea ul.catalog_tabs.no_styles li:hover {
	background-color: transparent;
	transition: all 0s ease-in-out 0s;
}


@media only screen and (max-width: 1349.5px) {
	.workarea .catalog_tabs_block {
		padding: 0 0 8px;
	}
	.workarea ul.catalog_tabs li:hover {
		transform: translateY(0);
	}
}

@media only screen and (max-width: 767.5px) {
	.workarea ul.catalog_tabs li {
		padding: 10px 20px;
	}
}

/* Каталог - Элемент - Табы  -  конец */

/* Каталог - Элемент - Описание  -  начало */

.element_desc_bottom {
	margin: 30px 0 0;
}

.workarea #desc p {
	text-align: justify;
}
.workarea #desc p.title {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
.workarea #desc ul {
	padding: 0 0 20px;
}
.workarea #desc ul li {
	padding: 0 0 5px;
}

.workarea #desc table {
	width: 100%;
	margin: 20px 0;
}
.workarea #desc table tr th {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #50829b;
	border: 1px solid #fff;
	padding: 9px 10px 10px;
}
.workarea #desc table tr td {
	font-size: 14px;
	line-height: 1.3;
	color: #3F3F3F;
	text-align: center;
	background: transparent;
	border: 1px solid #eee;
	padding: 8px 15px;
	width: auto;
}
.workarea #desc table tr td:first-child {
	text-align: left;
}

.workarea #desc table.v2 {
	width: 75%;
	margin: 20px auto;
}
.workarea #desc table.v2 tr td {
	text-align: center;
}

.workarea #desc .text_col {
	width: 48%;
}
.workarea #desc .text_col.akb {
	width: 75%;
	margin: auto;
}
.workarea #desc .col_left {
	float: left;
	padding: 20px 2% 20px 0;
}
.workarea #desc .col_right {
	float: right;
	padding: 20px 0 20px 2%;
}
.workarea #desc .col_left.one_ul {
	padding: 0 2% 20px 0;
}
.workarea #desc .col_right.one_ul {
	padding: 0 0 20px 2%;
}

.workarea #desc .text_col ul {
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
}

.workarea #desc .images {
	width: 100%;
	margin: 30px auto 35px;
	text-align: center;
}
.workarea #desc .images img {
	padding: 20px;
	max-width: 400px;
}

.desc_add {
	margin: 10px 0 22px;
}


@media only screen and (max-width: 599.5px) {
	.workarea #desc .text_col {
		width: 100%;
	}
	.workarea #desc .col_left {
		padding: 20px 0 0;
	}
	.workarea #desc .col_right {
		padding: 20px 0;
	}
	.workarea #desc .col_left.one_ul {
		padding: 0;
	}
	.workarea #desc .col_right.one_ul {
		padding: 0 0 20px;
	}
}

/* Каталог - Элемент - Описание  -  конец */

/* Каталог - Элемент - Характеристики  -  начало */

.workarea #chars table.catalog_element td.chars_title {
	font-size: 14px;
	font-weight: 600;
	color: #ff6200;
	text-align: center;
	background-color: #ececec;
	padding: 7px 0;
}
.workarea #chars table.catalog_element td ul.options {
	padding-bottom: 0;
}
.workarea #chars table.catalog_element td ul.options li {
	padding: 5px 0;
}
.workarea #chars table.catalog_element td ul.options li.last_child {
	border-bottom: 1px dotted transparent;
}
.workarea #chars table.catalog_element td ul.options li span, .workarea #chars table.catalog_element td ul.options li b {
	line-height: 1.5;
	display: inline-block;
}
.workarea #chars table.catalog_element td ul.options li span {
	width: 39%;
	padding-right: 1%;
}
.workarea #chars table.catalog_element td ul.options li b {
	width: 60%;
	padding-right: 0;
	float: none;
	text-align: right;
}


@media only screen and (max-width: 768.5px) {
	.workarea #chars table.catalog_element td ul.options li.last_child {
		border-bottom: 1px dotted #ccc;
	}
	.workarea #chars table.catalog_element td ul.options.right li:last-child {
		border-bottom: 1px dotted transparent;
	}
}

/* Каталог - Элемент - Характеристики  -  конец */

/* Каталог - Элемент - Аналоги  -  начало */

table.recommend {
	width: 100%;
	margin: 0;
}

table.recommend tr {
	border-bottom: 1px solid #eee;
}
table.recommend tr th {
	font-size: 14px;
	font-weight: 300;
	background-color: #eee;
	padding: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.recommend tr td {
	font-size: 13px;
	padding: 7px 10px;
}

table.recommend td.image {
	width: 75px;
	text-align: center;
	padding: 10px 0;
}
table.recommend th.image {
	width: 75px;
}
table.recommend td.image img {
	width: 75px;
	max-width: 75px;
}

table.recommend td.article {
	width: 250px;
	text-align: center;
}

table.recommend td.name {
	width: 230px;
	min-width: 170px;
	padding: 0 7px 0 20px;
}
table.recommend th.name {
	width: 230px;
	text-align: left;
	padding: 10px 10px 10px 20px;
}
table.recommend td.name.options {
	width: 330px;
	text-align: center;
	padding: 7px 10px;
}
table.recommend th.name.options {
	text-align: center;
	padding: 10px;
}

table.recommend td.props {
	width: 250px;
	white-space: nowrap;
}
table.recommend td.props.sklad {
	width: 94px;
	text-align: center;
}
table.recommend th.props.sklad {
	width: 94px;
}

table.recommend td.price {
	font-size: 15px;
	width: 100px;
	text-align: center;
	white-space: nowrap;
}
table.recommend td.price .price_no {
	white-space: normal;
}
table.recommend th.price {
	width: 100px;
}

table.recommend td.detail {
	text-align: right;
}

.lsnn.recommend + .lsnn.recommend > thead {
	display: none;
}

.catalog_tabs_item .catalog-detail-recommends {
	margin: 0;
}

.group_head {
	color: #fff;
	padding: 7px 10px;
	cursor: pointer;
}

[data-level="1"]>.group_head {
	font-size: 16px;
	background-color: #365164;
	margin: 5px 0 0;
}
[data-level="2"]>.group_head {
	font-size: 14px;
	background-color: #50829b;
}

.group_head span.count {
	color: #a6d8fb;
	font-weight: 600;
	margin-left: 7px;
}
.group_head span:not(.count) {
	float: right;
}

/* Каталог - Элемент - Аналоги  -  конец */

/* Каталог - Элемент - Услуги  -  начало */

.services_items {
	margin: 0 0 35px;
}
.services_items span {
	display: block;
	margin: 3px 0;
}
.services_items a {
	font-size: 14px;
	color: #50829b;
}
.services_items a:hover {
	text-decoration: none;
}

/* Каталог - Элемент - Услуги  -  конец */

/* Каталог - Элемент - Форма обратной связи  -  начало */

.ELEMENTS.form {
	background-color: #ffe6d6;
	padding: 20px 25px 0 0;
	margin: 30px 0;

	position: relative;
}

.ELEMENTS.form .form_head {
	text-align: center;
}
.ELEMENTS.form .form_head p.h_title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 5px;
	padding: 0;
}
.ELEMENTS.form .form_head .form_desc {
	padding: 0 0 5px;
}

.ELEMENTS.form .form_left {
	width: 26%;
	float: left;
	background: url('/bitrix/templates/orange/images/catalog/feedback_foto.png') no-repeat center center transparent;
	background-size: cover;
	height: 325px;
	margin-right: 1%;

	position: absolute;
	bottom: 0;
}

.ELEMENTS.form .form_right {
	width: 73%;
	float: left;
	margin: 0 0 20px 27%;
}

.ELEMENTS.form .form_body {
	margin: 5px 0 15px;
}
.ELEMENTS.form .form_body .form-control.form_hidden {
	margin: 0;
}

.ELEMENTS.form .form_body .form-control {
	margin: 10px 0 5px;
}
.ELEMENTS.form .form_body .form-control.col {
	width: 37%;
	float: left;
	margin: 5px 2% 5px 0;
}
.ELEMENTS.form .form_body .form-control.col.last {
	width: 22%;
	margin: 5px 0;
}

.ELEMENTS.form .form_body .form-control label {
	display: none; /* inline-block */
	font-size: 14px;
	color: #333;
	margin: 5px 0;
	vertical-align: top;
}
.ELEMENTS.form .form_body .form-control input, .ELEMENTS.form .form_body .form-control textarea {
	font-size: 13px;
	color: #333;
	width: 100%;
	background: #fff;
	border: 1px solid #999;
	padding: 5px 10px 6px;
	box-sizing: border-box;
}
.ELEMENTS.form .form_body .form-control textarea {
	max-width: 100%;
	height: 65px;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	resize: none;
}

.ELEMENTS.form .form_body .form-control.captcha-row {
	width: 100%;
	float: left;
	text-align: center;
}
.ELEMENTS.form .form_body .form-control.captcha-row .captcha_image {
	width: 49%;
	float: left;
	text-align: right;
	margin-right: 1%;
}
.ELEMENTS.form .form_body .form-control.captcha-row .captcha_input {
	width: 49%;
	float: left;
	text-align: left;
	margin-left: 1%;
}
.ELEMENTS.form .form_body .form-control.captcha-row .captcha_input input {
	width: 180px;
	height: 40px;
}

.ELEMENTS.form .form_body .form-control.check-policy {
	margin: 0;
	text-align: center;
}
.ELEMENTS.form .form_body .form-control .check-policy input {
	width: auto;
	border: 1px solid #000;
}
.ELEMENTS.form .form_body .form-control .check-policy input:hover {
	cursor: pointer;
}
.ELEMENTS.form .form_body .form-control .check-policy span {
	font-size: 12px;
}
.ELEMENTS.form .form_body .form-control .check-policy a {
	color: #333;
	text-decoration: underline;
}
.ELEMENTS.form .form_body .form-control .check-policy a:hover {
	text-decoration: none;
}

.ELEMENTS.form .form_footer {
	text-align: center;
}
.ELEMENTS.form .form_footer .button {
	background-color: #ccc;
	border: 1px solid #666;
	padding: 7px 22px;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}
.ELEMENTS.form .form_footer .button:hover {
	transition: all 0.2s ease-in;
	cursor: pointer;
	background-color: #fff;
}
.ELEMENTS.form .form_footer .button.transparent {
	background-color: #fff;
	margin-left: 10px;
}
.ELEMENTS.form .form_footer .button.transparent:hover {
	background-color: #ccc;
}

.ELEMENTS.form .form_result.error {
	text-align: center;
	margin: 5px 0 8px;
}
.ELEMENTS.form .form_result.error p {
	padding: 0;
}
.ELEMENTS.form .form_result.error .errortext {
	color: #881521 !important;
	margin: 0;
}

.ELEMENTS.form .form_result.success {
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #ff6200;
	padding: 2px 5px 3px;
	margin: -25px 0 0;
	position: relative;
	z-index: 1;
}


@media only screen and (max-width: 989.5px) {
	.ELEMENTS.form {
		padding: 20px 25px 0;
	}

    .ELEMENTS.form .form_left {
		display: none;
	}
	.ELEMENTS.form .form_right {
		width: 100%;
		margin: 0 0 20px;
	}

	.ELEMENTS.form .form_result.success {
		margin: 0;
	}
}

@media only screen and (max-width: 767.5px) {
    .ELEMENTS.form .form_body .form-control.col {
		width: 33%;
		margin: 5px 1% 5px 0;
	}
	.ELEMENTS.form .form_body .form-control.col.last {
		width: 32%;
	}
}

@media only screen and (max-width: 599.5px) {
    .ELEMENTS.form .form_body .form-control.col {
		width: 100%;
		margin: 5px 0;
	}
	.ELEMENTS.form .form_body .form-control.col.last {
		width: 100%;
	}
}

@media only screen and (max-width: 420.5px) {
    .ELEMENTS.form .form_head .form_desc {
		font-size: 15px;
	}
	.ELEMENTS.form .form_result.success {
		font-size: 15px;
		padding: 3px 5px 4px;
	}

	.ELEMENTS.form .form_body .form-control.captcha-row .captcha_image, .ELEMENTS.form .form_body .form-control.captcha-row .captcha_input {
		width: 100%;
		margin: 0;
		text-align: left;
	}
}

/* Каталог - Элемент - Форма обратной связи  -  конец */

/* Каталог - Элемент - Карусели  -  начало */

.catalog-detail-recommends {
	margin: 50px 0;
}
.catalog-detail-recommends p.h_title {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #365164;
	padding: 10px 0;
}

.workarea .listitem-carousel .caroufredsel_wrapper {
	padding-right: 0;
	box-sizing: border-box;
}

.workarea .listitem-carousel .caroufredsel_wrapper ul.lsnn {
	font-size: 0;
}

/* Каталог - Элемент - Карусели  -  конец */

/* Оформление заказа - начало */

table.order td {
	padding: 0 15px 5px 0;
}

.order_info {
	margin-bottom: 75px;
}

.order_address {
	position: absolute;
	margin: 310px 0 0 32px;
}
.order_address textarea {
	width: 390px !important;
	height: 20px !important;
	padding: 8px 10px;
	resize: none;
}

/* Оформление заказа - конец */

/* Сертификаты - начало */

.certificates_item {
	float: left;
	width: 32%;
	margin: 15px 2% 15px 0;
	height: 184.5px;
}
.certificates_item.right {
	margin: 15px 0;
}

.certificates_img {
	float: left;
	width: 45%;
	max-width: 140px;
	margin-right: 5%;
	/* border: 1px solid #eee; */
}

.certificates_txt {
	float: left;
	width: 50%;
}
.certificates_txt p {
	line-height: 1.5;
	padding: 15px 0 0;
}
.certificates_txt p.title {
	font-weight: 600;
}


@media only screen and (max-width: 989.5px){
	.certificates_item {
		width: 49%;
	}
	.certificates_item.right {
		margin: 15px 2% 15px 0;
	}
	.certificates_item.right_mob {
		margin: 15px 0;
	}
}

@media only screen and (max-width: 599.5px){
	.certificates_item {
		width: 100%;
		margin: 15px 0;
	}
	.certificates_item.right {
		margin: 15px 0;
	}
}

/* Сертификаты - конец */

/* Как купить - начало */

.text-bold {
	font-weight: 600;
	color: #0073a3;
}
.icon-pay-block {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.icon-pay-block .icon-pay img{
	width: 80px;
	margin-right: 20px;
}
.icon-pay-block div.icon-pay {				
	display: inline-block;
	width: 10%;
}
.icon-pay-block .icon-pay-title{
	padding-bottom: 9px;
	display: block;		
	font-weight: 600;
	color: #0073a3;
}
.icon-pay-block .icon-pay-text {
	display: inline-block;
	width: 88%;
	vertical-align: top;
}
.icon-step-block {
	margin: 40px 0;
}
.icon-step-block.attention,
.attention .icon-pay-block {
	margin: 0;
}
.icon-step-block .icon-pay img {
	width: 50px;
}
.icon-step-block div.icon-pay {
	width: 7%;
	vertical-align: top;
}
.icon-step-block .icon-pay-text {
	vertical-align: middle;
}

.attention.icon-step-block {
    background-color: #eeeeee;
    padding: 10px;
    margin-bottom: 20px;
}
.attention.icon-step-block .icon-pay-text {
    vertical-align: middle;
    width: 90%;
}
.attention .icon-pay-text p {
    padding-bottom: 0;
}

@media only screen and (max-width: 770px){
	.icon-pay-block .icon-pay-text{
		width: 85%;
	}
	.attention.icon-step-block .icon-pay-text {
		width: 90%;
	}
	.icon-pay-block div.icon-pay {
		width: 14%;
	}
	.icon-step-block div.icon-pay,
	.attention.icon-step-block div.icon-pay {
		width: 9%;
	}

	.icon-pay-block .icon-pay img,
	.icon-step-block .icon-pay img,
	.attention.icon-step-block .icon-pay img {
		max-width: 100%;
	}
}
@media only screen and (max-width: 600px){
	.icon-pay-block .icon-pay-text{
		width: 73%;
	}
	.attention.icon-step-block .icon-pay-text {
		width: 80%;
	}
	.icon-pay-block div.icon-pay {
		width: 25%;
	}
	.icon-step-block div.icon-pay,
	.attention.icon-step-block div.icon-pay {
		width: 18%;
	}
}

/* Как купить - конец */

/* Контакты - начало */

a.contacts_phone {
	font-weight: 600;
	margin: 5px 0 0;
}

/* Контакты - конец */

/* Политика конфиденциальности - начало */

.centralarea .privacy_policy {
	margin: 0 0 50px;
}

.centralarea .privacy_policy h2 {
	text-align: center;
	margin: 30px 0 20px !important;
}
.centralarea .privacy_policy h3 {
	margin: 20px 0 10px;
}

.centralarea .privacy_policy p {
	font-size: 16px;
	padding: 0;
	margin: 10px 0;
}

.centralarea .privacy_policy ul li {
	margin: 0 0 5px;
}
.centralarea .privacy_policy ul li::before {
	content: '\2014\a0';
}

/* Политика конфиденциальности - конец */

/* Модуль: Купить в 1 клик - начало */

.bx_bt_button.js-ax-buyoneclick-button {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #900;
	border: 1px solid #900;
    padding: 6px 20px 8px;
	float: right;
	margin-left: 10px;
    width: 120px !important;
}
.bx_bt_button.js-ax-buyoneclick-button:hover {
	color: #900;
	background-color: #fff;
	transition: all .2s ease-in-out;
}

.catalog_element .iteminfo .bx_bt_button.js-ax-buyoneclick-button {
	margin: -17px 0 0 10px;
}


.ax-buyoneclick-form .ax-licence-block {
	max-width: 100%;
}
.ax-buyoneclick-form .ax-licence-block .ax-buyoneclick-label-name {
	padding-left: 23px;
}

/* Модуль: Купить в 1 клик - конец */

/* Модуль: Обратная связь - начало */

.header .alx_feedback_popup {
	font-family: "MuseoSansCyrl-500", sans-serif;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #ff6200;
	border: 0;
	padding: 5px 10px;
	display: inline-block;
	width: 80%;
	margin: 5px 10% 0;
}
.header .alx_feedback_popup:hover {
	background-color: #ff8133;
	transition: all .5s ease-in-out;
}

.footer .alx_feedback_popup {
	font-family: "MuseoSansCyrl-500", sans-serif;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	background-color: #ff6200;
	border: 0;
	padding: 15px 35px;
	display: inline-block;
	margin: 15px 0 0;
}
.footer .alx_feedback_popup:hover {
	background-color: #ff8133;
	transition: all .5s ease-in-out;
}


.modal_form .afbf_feedback_poles {
	margin: -10px 0 0 !important;
}
.modal_form .afbf_feedback_poles h1 {
	font-size: 25px;
	color: #365164;
}

.modal_form .afbf_feedback_poles .afbf_item_pole {
	margin: 20px 0;
}
.modal_form .afbf_feedback_poles .afbf_item_pole input#PHONE_FID11 {
	padding: 7px 5px 7px 52px !important;
}
.modal_form .afbf_feedback_poles .afbf_item_pole.item_pole__captcha {
	margin: 25px 0;
}
.modal_form .afbf_feedback_poles .afbf_item_pole .afbf_pole_captcha {
	margin: 0 0 20px;
}

.modal_form .afbf_feedback_poles .main-user-consent-request input {
	margin: 0;
}
.modal_form .afbf_feedback_poles .main-user-consent-request a {
	display: inline;
	margin-left: 5px;
	border-bottom: 1px dashed transparent;
}
.modal_form .afbf_feedback_poles .main-user-consent-request a:hover {
	color: #007acf;
	border-bottom: 1px dashed #007acf;
}

.modal_form .afbf_feedback_poles .afbf_submit_block {
	text-align: left !important;
	margin: 20px 0 0;
}
.modal_form .afbf_feedback_poles .afbf_submit_block .afbf_btn,
.modal_form .afbf_feedback_poles .afbf_submit_block .afbf_btn:hover {
	box-shadow: none;
}

/* Модуль: Обратная связь - конец */

/* Модуль: Маска ввода номера телефона с выбором страны - начало */

.ag-countrymask.iti {
	width: 100%;
}
.iti--allow-dropdown input[type="tel"] {
	padding-left: 52px !important;
}
#layer label.w-phone, #layer_2 label.w-phone, #layer_3 label.w-phone {
	overflow: visible;
}
#layer .ag-countrymask.iti, #layer_2 .ag-countrymask.iti, #layer_3 .ag-countrymask.iti {
	width: 314px;
	margin-left: 12px;
}
#layer .ag-countrymask.iti input, #layer_2 .ag-countrymask.iti input, #layer_3 .ag-countrymask.iti input {
	width: 314px;
}

/* Модуль: Маска ввода номера телефона с выбором страны - конец */

/* Fotorama: Full Screen - начало */

.fullscreen {
	background: transparent;
}

.fotorama--fullscreen {
	width: 70% !important;
	left: 15% !important;
	right: 15% !important;
	box-shadow: 0 0 1000px rgba(0,0,0,.9) !important;
	box-sizing: border-box;
}
.fotorama--fullscreen .fotorama__stage, .fotorama--fullscreen .fotorama__nav {
	background: #fff;
}

.fotorama--fullscreen .fotorama__img {
	max-width: 800px !important;
	max-height: 800px !important;
	left: 0 !important;
	margin: auto;
}

.fotorama__fullscreen-icon {
	width: 300px;
	height: 400px;
	top: 0;
	right: 50px;
	opacity: 0;
}
.fotorama.fotorama--fullscreen .fotorama__fullscreen-icon {
	width: 32px;
	height: 32px;
	top: 2px;
	right: 2px;
	opacity: 1;
}

.fotorama_wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}


@media only screen and (max-width: 767.5px) {
	.fotorama--fullscreen {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
	}
}

@media only screen and (max-width: 480.5px) {
	.fotorama__fullscreen-icon {
		display: none;
	}
}

/* Fotorama: Full Screen - конец */