.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #1DAFD1;
	--theme-color-primary: #1DAFD1;
	--theme-color-second: #0097BA;
	--theme-color-light: #1DAFD1;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #1DAFD1;
	--theme-b-bd-primary: #1DAFD1;
	--theme-b-sd-primary: rgba(0, 166, 204, 0.15);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #0097BA;
	--theme-b-bd-primary-hover: #0097BA;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #0097BA;
	--theme-b-bd-primary-active: #0097BA;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #0097BA;
	--theme-b-bd-primary-disabled: #0097BA;
}
body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; font-size: 32px; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.h2, .h3 {
	font-weight: bold;
}
h2 {
	font-size: 1.6rem;
}
.bold {
	font-weight: bold !important;
}

.radio-item input[type='radio'] {
  display: none;
}
.radio-item label {
    position: relative;
	margin-bottom: 15px;
}	
.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 7px;
  width: 0;
  height: 0;
  border-radius: 11px;
  border: 3px solid #1DAFD1;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  content: " ";
  display: block;
  background: #1DAFD1;
}	

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { 
	overflow-x: hidden;
}

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
	margin-bottom: 15px;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}


@media screen and (max-width: 790px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
}
@media (min-width: 790px) {
	.container {
		width: 770px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1201px) {
	.container {
		width: 1200px;
	}
}
.col-button {
	width: auto;
}
.col-button a {
	width: auto;
	border-radius: 6px;
	font-weight: bold;
	font-family: 'CoFo Sans', sans-serif;
	padding: 4px 20px;
}
.header-phone-icon_svg, .header-mail-icon_svg {
	margin-right: 7px;
}
.header-phone-block a, .header-mail-block a {
	display: flex;
	align-items: center;
	color: white;
	text-decoration: none;
}
.header__catalog {
	width: auto;
}
#title-search-input {
	min-height: 40px;
	height: 40px;
	border-radius: 6px;
}
.search-title-button {
	min-height: 40px;
	height: 40px;
	padding-bottom: 0;
	padding-top: 0;
	border-radius: 6px;
}
.input-group > :not(:first-child):not(.dropdown-menu) {
	margin-left: -10px;
}
.bx-header-contact {
	padding-right: 0;
	padding-left: 30px;
}
.header__catalog {
	font-weight: bold;
}
.search-title-button {
	min-width: 40px;
}
.cart-block-icon-profile, .cart-line-block-icon-cart {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.bx-top-nav-container {
	padding: 0;
	padding-top: 20px;
}
.bx-nav-list-1-lvl {
	justify-content: space-between;
}
.bx-nav-1-lvl {
	flex-grow: inherit;
}
.bx-nav-1-lvl > a {
	transition: 0.4s;
}
.bx-nav-1-lvl > a span {
	font-family: 'CoFo Sans', sans-serif;
	padding: 0;
	font-weight: normal;
}
.bx-nav-1-lvl > a:hover span{
	color: #1DAFD1;
}
.bx-nav-1-lvl-link {
	display: initial;
}
.top-m:last-child a span::after {
	margin-left: 6px;
	background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4_copy/images/fire.svg);
}
.header_logo_block {
	padding: 15px 0;
}
.hm-top-mobile .btn {
	padding: 0 20px;
	margin-bottom: 10px;
}
.circle_num {

}
.bx-header-section .basket-line-block {
	padding-right: 0;
}
.bx-basket-fixed {
	padding: 15px 0;
}
.bx-basket-fixed .basket-line-block {
	padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
}
.bx-basket-fixed .basket-line-block img {
	padding-bottom: 5px;
}
.cart-block-icon-link {
	display: flex;
    flex-direction: column;
    align-items: center;
	text-decoration: none;
	color:#000;
    justify-content: center;
}
.cart-block-icon-link a{
	position: inherit;
}
.bx-block-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 110%;
	color: #000000;
}
.nav-item-bottom .nav-link {
	padding: 0 16px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 136%;
	color: rgba(0, 0, 0, 0.5);
	max-width: 250px;
}
.footer__desc {
	font-size: 14px;
	line-height: 136%;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 0;
	margin-bottom: 30px !important;
}
.soc-icons {
	margin-top: 40px;
}

.block_icon {
	display: flex;
    justify-content: center;
    align-items: center;
}
.block_icon_img {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
	margin-bottom: 4px;
}
.header__catalog-btn-burger {
    height: 12px;
    width: 18px;
    display: flex;
    align-items: center;
    position: relative;
}
.header__catalog-btn-burger span {
    transition: all 0s;
    background: #1DAFD1;
	height: 2px;
    width: 12px;
}
.header__catalog-btn-burger span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}
.header__catalog-btn-burger span:nth-child(2) {
    width: 100%;
}
.header__catalog-btn-burger span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
}
.cart_icon_circle {
	display: flex;
	align-items: center;
}

.header__menu .container {
	z-index: 1;
    position: relative;
}
.header__menu_block:before {
    content: '';
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 240px;
    background: #F5F5F5;
    left: 0;
    top: 0;
}
.header__menu .menu__item {
    padding: 5px 10px;
	line-height: 136%;
	display: flex;
	align-items: center;
} 
.header__menu .menu__item img {
	margin-right: 10px;
}
.nav-drill {
    margin-top: 0;
    padding: 48px 20px;
    width: calc(100% - 90px);
    left: calc(-100% + 90px);
}

.carousel {		

}
	
.carousel-control-prev, .carousel-control-next {
	width: 55px;
}
.carousel-control-next span, .carousel-control-prev span {
    padding: 10px 20px;
}
.carousel-control-next {
    right: -24px;
}
.carousel-control-prev {
    left: -24px;
}

.bx-slider-preset-3 .bx-advertisingbanner-content {
    padding: 0;
}
.bx-slider-preset-3 .bx-advertisingbanner-text-title {
	white-space: normal;
    max-width: 500px;
	font-size: 64px !important;
	line-height: 90%;
}
.bx-slider-preset-3 .bx-advertisingbanner-text-block {
    padding: 0;
	padding-top: 20px;
	max-width: 320px;
	font-size: 19px !important;
    line-height: 136%;
}

.bx-slider-preset-3 img {
	min-height: 400px;
    object-fit: cover;
	border-radius: 12px;
}

/*.bx-content {
	overflow-x: hidden;
}*/

.add-blocks {
	margin-top: 35px;
	margin-bottom: 60px;
}
.add-blocks .second_main {
	overflow-x: hidden;
}
.add-blocks .second_main .swiper-slide {
	width: auto !important;
}
.add-blocks .bx-slider-preset-3 img {
	min-height: 160px;	
	width: auto !important;
}
.add-blocks .main__slider-item {
	background: transparent;
}
.add-blocks .bx-slider-preset-0 {
	position: relative;
}
.add-blocks .bx-slider-preset-0 img {
	display: block !important;
	position: relative;
	top: 0;
	left: auto;
	width: 100% !important;
	background: transparent;
	padding: 0;	
	margin: 0 !important;	
}
.add-blocks a {
	color: white;
}
.add-blocks .main__slider-nav {
	top: 130px;
}
.second_main_slide {
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;	
	z-index: 1;	
	font-size: 24px;
	line-height: 1.1;	
}
.second_main_slide .slide_title {
	font-size: 32px;
}
.second_main_slide p {
	margin: 0;
}

.catalog-top-slide {
	scrollbar-width: none;	
}
.catalog-top-slide.active {
	flex-wrap: nowrap;
	overflow-x: auto;
}
.catalog-top-slide::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.product-item-small-card {
	min-width: 240px;
}

.product-item-image-wrapper > span, .rek-otr img {
	-webkit-transition: opacity .5s,-webkit-transform 1.5s;
    transition: transform 1.5s,opacity .5s,-webkit-transform 1.5s;
}
.rek-otr img {
	width: 100%;
}
.product-item-image-wrapper:hover > span, .rek-otr:hover img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rek-otr_img_block {
	display: block;
	overflow: hidden;
	border-radius: 12px;
}
.rek-otr p {
	margin-top: 15px;
}
.bx-slider-preset-0 {
	display: flex;
}
.bx-slider-preset-0 img {
	object-fit: contain;
	width: 400px !important;
	top: 20px;
	right: auto;
	left: -150px;
	display: none !important;
	position: absolute;
}
.banner_text_block {
	display: flex;
}
.add-text-left {
	margin-right: 30px;
}
.btn-add {
	position: absolute;
    bottom: 30px;
}
.add-title {
	width: 450px;
	padding-right: 10px;
    z-index: 1;
    position: relative;	
}
.subscribe_title {
	font-size: 32px;
    line-height: 110%;
    margin: 30px auto;
    max-width: 570px;
}
.bx-subscribe {
	margin: 10px auto;
    max-width: 570px;
}
.bx-subscribe input {
		
}
.bx-subscribe .input-group {
	flex-wrap: nowrap;
}
.bx_subscribe_submit_container {
	max-width: 170px;
}

.catalog-filter {
	padding-top: 0;
	padding-left: 0;
}
.catalog-filter-block-title {
	font-weight: bold;
}
.date_range_blocks {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;	
}
.date_range_blocks > div {
	flex: 50%;
    width: 130px;
    margin-bottom: 5px;
    padding: 0 5px;
}
.date_range_blocks input {
    font-size: 12px;
	padding: 5px 10px;
}

.card-body {
	padding-left: 1.5rem;
}
.card .card-header a h3 {
    display: flex;
    justify-content: space-between;
}
.card .card-header a h3 span {
    padding-right: 10px;
}
.card .card-header a h3 i {
    height: 40px;
}

.news-list:not(.otzyvi) {
	margin-left: -25px;
}
.news-item .vacancy_name {
	display: block;
    max-width: 110px;
}
.news-item small {
    height: 30px;
    display: block;
}	
.news-date-time {
	display: block;
	color:#c4c4c4;
}
.news-detail .news-date-time {
	margin-bottom: 30px;	
}	
div.news-detail {

}
div.news-detail img {
	border-radius: 12px;
	max-width: 100%;
	height: 100%;
}
div.news-detail img.detail_picture {
	margin-bottom: 30px;
}
.news-detail h3 {
    margin-top: 30px;	
}
.news-detail img {
    margin: 20px 0;
} 

div.news-list img.preview_picture {
	width: 100%;
    height: auto;
    border-radius: 12px;
    padding: 0;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}
div.news-list.staff-list img.preview_picture { 
	max-height: 300px;
}
div.news-list.otzyvi img.preview_picture { 
	max-height: unset;
}
.news-item span {
    right: 30px;
    bottom: 80px;
    padding: 5px 15px;
}
.news-item a {
	color: #242321;
    text-decoration: none;
    padding-left: 15px;
    display: block;	
}
.news-item a:hover {
	color: var(--theme-b-link);
}
.staff-list .news-item a {
	padding-left: 0;
}
.news_item_preview_text {
	display: block;
	padding-left: 15px;
}
.social_ico {
	width: 100%;
	max-width: 32px;
}
.filter-otzyv {
	top: 6px;
	right: 15px;
}
ul.left-menu li {
	padding-left: 0;
}
.bx_sitemap_ul {
	padding: 0;
	margin-left: -10px;
}
.bx_sitemap .bx_sitemap_ul li {

}

.navigation .arrow, .navigation .ctrl, .navigation .navigation-title {
	display: none;
}
.navigation-arrows {
	display: flex;
}
.navigation-arrows > span, .navigation-arrows > a {
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 20px;
    margin-left: -2px;
	margin-right: 20px;
    display: block;
    text-align: center;	
}
.navigation-arrows > span {
	color: #F5F5F5;	
	background: #1DAFD1;
}
.navigation-arrows > a {
	color: #1DAFD1;	
	background: #F5F5F5;	
}
.navigation-pages {
	padding-top: 20px;
	margin-bottom: 10px;
	margin-left: 1px;
}
.navigation-pages > a {
	padding: 0 10px;
	text-decoration: none;
}
.nav-current-page {
	padding: 10px;	
	background: #1DAFD1;
    border-radius: 6px;
    color: white;	
}
.header_city {
	position: relative;
}
.current_city {
	position: relative;	
	padding-bottom: 5px;
	cursor: pointer;
}
.select_city {
	position: absolute;
    color: #717171;
    background-color: #fff;
    border-radius: 5px;
	z-index: -1;
	left: 0;
	opacity: 0;
	transition: 250ms linear opacity;
	-webkit-box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
}
.current_city:hover .select_city{ 
	opacity: 1;
	z-index: 1;
}
.select_city > div {
	cursor: pointer;
	border-radius: 5px;
}
.select_city > div a {
	padding: 6px 10px;
    display: block;
    text-decoration: none;	
}
.select_city > div:not(:first-child) {
	border-top: 1px dotted #e0e0e0;
}
.select_city > div.active, .select_city > div:hover {
	background-color: #f6f6f6;
}

.all-sect-link {
	margin-top: 10px;
}

.bx_sitemap .bx_sitemap_ul li {
	padding-bottom: 10px;
}
.bx_sitemap .bx_sitemap_ul > li {
	margin-bottom: 30px;
    padding: 10px;
}
.bx_sitemap .bx_sitemap_li_title {
    margin-bottom: 0;
}
.bx_sitemap_ul li > ul {
	padding-top: 15px;
}	
.bx_sitemap_ul li ul .bx_sitemap_li_title {
	margin-bottom: 0;	
}
.bx_sitemap_ul li ul .bx_sitemap_li_title a {
	font-weight: normal;
	font-size: 16px;
	line-height: 136%;
	margin-bottom: 0;
}
.bx_sitemap_ul li ul .bx_sitemap_li_title a.menu_show_more {
	font-weight: bold;
	color: #00A7CD;
}
.single_banner {
    border-radius: 12px;
	margin: 0 !important;
}
.single_banner .service__slider-item {
	background: url(/images/servis-back.png);
    background-size: cover;
}
.single_banner .service__right {
	padding-left: 0;
    padding-top: 20px;
}
.main-descript {
	margin-top: 50px;
}
.catalog_drop_link {
	display: none !important; 
}

.btn.product-item-detail-buy-button {
	max-width: unset;
	width: 150px;
	margin: 0;
	height: 42px;
	margin-bottom: 2px;
}
.btn.product-item-detail-buy-button.bx-catalog-subscribe-button {
    width: 200px;	
}

.service .main__slider-nav {
    display: none;
}

.catalog_title {
	max-width: 650px;
}
.catalog_title > span {
	margin-right: 20px;
}

.catalog_head {
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
.catalog_head select{
	width: 200px;
    margin-left: 15px;
}

.bx_profile input {
	margin-bottom: 20px;
}
.form-text {
    margin-bottom: 10px;
    display: block;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
	height: auto;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double {
    z-index: 2;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls, .bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_articul, .bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu {
	display: flex;
}

.fancybox-slide {
	display: flex !important;
    align-items: center;
    justify-content: center;	
}
.fancybox-slide::before {
	content: none !important;
}
.fancybox-content {
	max-height: 100%;
	width: 730px;
}
.fancybox-container h1 {
	font-size: 32px;
}
.fancybox-container .product-item-detail-slider-block {
	padding: 0;
	height: auto;
}
.fancybox-container .product-item-detail-slider-images-container, .fancybox-container .product-item-detail-slider-image {
	position: initial;
}	
.fancybox-container .bx-catalog-element img {
	width: 100%;
    object-fit: contain;
	object-position: center;
    position: relative;
	max-height: 200px;
    top: 0;
    left: 0;
    transform: unset;
}
.fancybox-container .main-button-container {
    display: inline-flex;
    vertical-align: super;
}
.fancybox-container .quantity-block {
	display: contents;
    margin-right: 25px;	
}
.fancybox-container .product-item-quantity {
	position: inherit;
}
.fancybox-container .product-item-amount-field-container {
	margin-left: 0;
}
.fancybox-container .btn.product-item-detail-buy-button {
    width: 100px;
	background: #1DAFD1;
    border-color: #1DAFD1;
}
.fancybox-container .btn.product-item-detail-buy-button:not(.bx-catalog-subscribe-button):hover {
    border-color: #00A7CD !important;
    background-color: #00A7CD !important;
}
.fancybox-container .product-item-amount {
	display: inline-flex;
    margin-right: 10px;	
}
.fancybox-container .product-item-detail-properties {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
	max-width: 300px;
}
.fancybox-container .product-item-detail-properties-item {
    margin-bottom: 5px;
    display: flex;
    align-items: stretch;
}
.fancybox-container .product-item-detail-properties-name {
    padding-right: 3px;
    color: #a5a5a5;
    width: 50%;
}
.fancybox-container .product-item-detail-properties-value {
    color: #343a40;
    padding-left: 3px;
	max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;	
}
.fancybox-container .product-item-detail-properties-name, .fancybox-container .product-item-detail-properties-value {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
	max-width: 50%;
}
.fancybox-container .bx-catalog-subscribe-button {
	width: auto !important;
	margin-bottom: 12px;
}
.fancybox-container .zakaz_btn {
	width: auto !important;
	margin-bottom: 12px !important; 
}
.fancybox-container .product-item-label-ring.product-item-label-big, .fancybox-container .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	top: 0;
    left: 0;	
}

.zakaz_btn {
	padding: 8px;
	margin-bottom: 2px !important;
	width: 134px !important;
}

.checkbox label {
	align-items: center;
}	
.checkbox label >span {
	margin-left: 10px;
}

.product-item-quantity.has_no_quantity, .product-item-quantity1.has_no_quantity {
    color: rgba(36, 35, 33, 0.5) !important;
    background: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
    border-radius: 100px;	
}

.smart-filter-slider-price-bar-vn {
    background-color: white;
}

.swiper-wrapper {
	transition-timing-function: ease-in-out;
}

.range_error {
	color: red;
}

@media (min-width: 1201px) {
	.header__menu_block:before {
		width: calc((100% - 1200px) / 2);
	}
}
@media (max-width: 1200px) {
	.add-title {
		font-size: 32px;
	}
	.filter-otzyv {
		position: initial;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.catalog_title {
		max-width: 600px;
	}	
}
@media (max-width: 991px) {
	.header_city {
		width: 100px;
		display: flex;
		flex-direction: column;
		position: absolute;
	}
	.col-button a {
		padding: 4px 16px;
	}
	.bx-top-nav-container {
		padding-top: 10px;
	}
	.bx-nav-list-1-lvl {
		justify-content: center;
	}
	.bx-nav-1-lvl {
		padding: 5px 10px;
	}
	.icon_block {
		padding: 0 !important;
	}
	.flex_description {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.footer__desc {
		width: 270px;
		margin-right: 30px;
	}
	.bx-block-title {
		padding: 0;
		margin: 0;
	}
	.nav-item-bottom .nav-link {
		padding-left: 0;
	}
	.bx-footer-section {
		padding-top: 30px !important;
	}
	.add-text-left, .add-text-right {
		font-size: 13px;
		width: 170px;
	}
	.service .main__slider-nav {
		display: none;
	}	
	.main-descript {
		margin-top: 70px;
	}
		
	.product-item-quantity, .product-item-quantity.has_no_quantity {
		padding: 5px 10px;
	}	

	.btn-subscribe {
		display: inline;
	}	
	
	.catalog_title {
		max-width: 500px;
	}	
	
	.add-blocks .second_main .swiper-slide {
	  width: 250px !important;
	}
	.second_main_slide {
	  top: 20px;
	  font-size: 18px;
	}	
	.second_main_slide .slide_title {
	  font-size: 24px;
	}		
}
@media (max-width: 790px) {
	.add-title {
		width: auto;
	}
	.btn-add, .add-text-left, .add-text-right {
		width: auto;
		padding-right: 10px;
		position: relative;
		bottom: unset;
	}
	.add-text-right {
		margin: 20px 0;
	}
	.bx-slider-preset-0 {
		display: block;
	}	
	.banner_text_block {
		margin-top: 30px;
		display: block;
	}
	.service__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.service__slider .service__slider-item {
		background: #00A7CD;
	}
	.single_banner .service__slider-item {
		background: #00A7CD;
	}	

	.product-item-small-card > div {
		max-width: 215px;
		margin: 0 auto;
	}
	
	.fancybox-content {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.header__menu {
		display: none !important;
	}	
	
	.bx-header-logo {
		background-color: unset;
	}
	.bx-logo-block img {
		max-width: unset;
	}
	.bx-top-nav {
		padding-bottom: 30px;
	}
	
	.bx-slider-preset-3 .bx-advertisingbanner-content {
		top: 5%;
		left: 0;
		right: 0;
		padding: 0 25px;
	}
	.bx-slider-preset-3 .bx-advertisingbanner-text-title {
		font-size: 32px !important;
		max-width: 250px;
	}
	.bx-slider-preset-3 .bx-advertisingbanner-text-block {
		font-size: 20px !important;
		max-width: 250px;
	}	
	
	.btn-subscribe span:before {
		left: 20px;
	}

	.product-item-quantity {
		top: 240px !important;
	}

	.footer_banks {
		margin-bottom: 80px;
	}

	.menu_show_more {
		display: none !important;
	}
	.bx_sitemap_ul li ul li {
		display: none;
	}	
	.bx_sitemap_ul li ul.active li {
		display: block !important;
	}
	.bx_sitemap .bx_sitemap_ul > li {
		margin-bottom: 0;
	}	
	.catalog_drop_link {
		display: block !important; 
	}
	.bx_sitemap .bx_sitemap_li_title {
		display: flex;
		justify-content: space-between;
	}
	.bx_sitemap_ul li:nth-child(2n) {
		background: transparent;
	}

	.catalog_head {
		flex-direction: column;
		align-items: start;
	}
	.catalog_head select{
		width: auto;
		margin-left: 0;
		margin-top: 10px;
	}

	.catalog_title {
		max-width: 450px;
	}

	.contacts_row img {
		max-height: 190px;
	}	
}	
@media (min-width: 576px) {
	.container {
		max-width: unset;
	}
}
@media (max-width: 575px) {
	.add-title {
		font-size: 28px;
	}	
	.carousel {
		margin: 0;
	}
	.all-catalog {
		display: block;
		max-width: 120px;
		margin: 0;
		margin-top: 20px;
	}
	.subscribe_title {
		font-size: 24px;
	}
	.product-item-small-card {
		min-width: unset;
	}
	.product-item-quantity {
		top: 35% !important;
	}
}
@media (max-width: 400px) {
	.bx-subscribe .input-group {
		flex-wrap:wrap;
	}
	.bx_subscribe_submit_container {
		max-width: unset;
	}
	.buy {
		padding: 10px 20px;
	}
}
@media (max-width: 340px) {
	.product-item-quantity {
	  top: 30% !important;
	}
}

/*Main slider*/
.main {}
.main .swiper-slide {
  width: 1170px !important;
}
.main .swiper-slide:not(.swiper-slide-active) {
  position: relative;
}
.main .swiper-slide:not(.swiper-slide-active) .main__slider-item:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(215 215 215 / 40%);
  border-radius: 12px;
}
.main__slider {
  position: relative;
}
.main__slider-item {
  background-color: #232220;
  border-radius: 12px;
  position: relative;
}
.main__slider-item-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
  border-radius: 0 12px 12px 0;
}
.main__slider-nav {
  max-width: 1380px;
  width: 1380px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 20px));
  height: 55px;
  z-index: 9;
}
.main__slider-prev, .main__slider-next {
  background: #FFFFFF;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-top: 0;
  top: 0;
}
.main__slider-prev:after, .main__slider-next:after {
  display: none;
}
.main__slider-pag {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.main__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #C4C4C4;
  margin: 0 4px;
  opacity: 1;
}
.main__slider .swiper-pagination-bullet-active {
  width: 21px;
  border-radius: 28px;
  background: #00A6CC;
}

/*Service slider*/
.service {
	margin: 0;
	margin-top: 60px;
}
.service .swiper-container {
  overflow-x: hidden;
}
.service__slider-pag {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.service__slider .swiper-slide {
  border-radius: 12px;	
  background: url(/images/servis-back.png);
  background-size: cover;
}
.service__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #C4C4C4;
  margin: 0 4px;
  opacity: 1;
}
.service__slider .swiper-pagination-bullet-active {
  width: 21px;
  border-radius: 28px;
  background: #00A6CC;
}
.sect_list {
    transition: all 300ms ease;
    transform-origin: top;	
}
.sect_list.hidden {
	transform: scaleY(0);
    height: 0;	
}

.mobile_sort select {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: white;
	background: #1DAFD1;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 5px;	
	padding-left: 40px;
	border-radius: 6px;
}
.mobile_sort .show_filters {
	display: flex;
    align-items: center;
    background: #0097BA;
    border-radius: 6px;
    color: white;
    padding: 0.375rem 35px;
    margin-left: 15px;
    width: 100%;
	cursor: pointer;	
}
.mobile_sort .show_filters > div {
	margin-left: 8px;
}
#set_filter {
	width: 100%;
}
#del_filter {
    width: 100%;
    text-decoration: none;
    color: #F24941;
    background: #F5F5F5;
    border-radius: 6px;	
}
.hide_filters {
	cursor: pointer;
    width: 100%;
    text-align: center;
    background: linear-gradient(
		0deg, rgba(0, 166, 204, 0.1), rgba(0, 166, 204, 0.1)), #FFFFFF;
    color: #00A7CD;
    border-radius: 6px;
    padding: 8px 4px;
}

.catalog-products-viewed, .recommend_section {
	position: relative;
}
.catalog-products-viewed .row, .recommend_section .row {
    flex-wrap: nowrap;
    overflow-x: auto;
	scrollbar-width: none;
}
.catalog-products-viewed .row::-webkit-scrollbar, .recommend_section .row::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.catalog-products-viewed .catalog-top-slider-arrow-right, .recommend_section .catalog-top-slider-arrow-right {
	right: 0;
}

.recommend_section .product-item-small-card > div {
	height: 100%;
}

.icon_block_profile:hover .user_menu, .user_menu:hover {
    opacity: 1;
    z-index: 1;
}
.user_menu {
    position: absolute;
    color: #717171;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: 250ms linear opacity;
    -webkit-box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
	top: 40px;
}
.user_menu > div:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.user_menu > div {
    border-top: 1px dotted #e0e0e0;
    cursor: pointer;
}
.user_menu > div a {
	padding: 6px 10px;
    display: block;
    text-decoration: none;	
}
.user_menu > div:hover {
	background-color: #f6f6f6;
}

.footer-privacy__link {
	color: rgba(10, 37, 51, 0.6);
	font-size: 16px;
	line-height: 1.5;
}

.select-city__modal__title, .select-city__modal__list__title, .select-city__modal__submit__title, .select-city__modal__list__item, .select-city__dropdown__title, .select-city__dropdown__choose {
	font-family: 'CoFo Sans', sans-serif !important;
}
.select-city__modal__submit__btn, .select-city__dropdown__choose__no {
	background-color: rgb(29,175,209);
	color: #FFFFFF;
	border-radius: 0.25rem;
}
.select-city__dropdown__choose__yes {
	border-radius: 0.25rem;
	border-color: rgb(29,175,209);
	color: rgb(29,175,209);	
}
.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active, .select-city__modal__submit__btn:focus {
	opacity: .9;
}
.select-city__close {
	top: 10px;
	right: 10px;	
}

.select-city-wrap {
	max-width: 170px;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	position: absolute;
	margin-top: -15px;
}
.select-city__block__text {
	font-family: 'CoFo Sans', sans-serif;
	font-size: 14px;
	line-height: 136%;
	color: white;	
}
.select-city__block__text-city {
	font-family: 'CoFo Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 136%;
	color: white;
	text-decoration: none;
}
.select-city__block__text-city:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	right: 0;
	top: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: -2px;
}

@media screen and (max-width: 1390px) {
  .main__slider-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .main .swiper-slide {
    width: 970px !important;
  } 
  .select-city-wrap {
	max-width: 100px;
  }
}  
@media screen and (max-width: 992px) {
  .main .swiper-slide {
    width: 770px !important;
  }
  .basket-line-block {
	padding-left: 15px;
  }
}
@media screen and (max-width: 790px) {
  .main {
    width: 100%;
    overflow-x: hidden;
  }
  .main .swiper-container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .main .swiper-slide {
    width: 90% !important;
  }
  .main__slider-item { }
  .main__slider-item-img {
    top: unset;
    bottom: 65px;
    width: 260px;
    height: auto;
  }
  .main__slider-next, .main__slider-prev {
    display: none;
  }
  .bx-slider-preset-0 img {
	display: block !important;  		
  }  
  .service__slider .swiper-slide {
    overflow: hidden;
  }
  .service__slider-pag {
    margin-top: 20px;
  }
  .rek-otr {
	max-width: 370px;
	margin: 0 auto;	
  }  
	.hm-top {
	  height: 0;
	  padding-top: 0;
	} 
	.select-city-wrap {
	  margin-top: 13px;
	}	
	.select-city__block__text, .select-city__block__text-city {
	  font-size: 13px;
	  color: #1DAFD1;
	}	
	.select-city__block__text-city::after {
	  border-bottom-color: #1DAFD1;
	  border-right-color: #1DAFD1;
	}	
} 
@media (max-width: 400px) {
	.bx-slider-preset-3 .bx-advertisingbanner-content {
		padding: 0 20px;
	} 
	.bx-slider-preset-3 .bx-advertisingbanner-text-title {
		font-size: 28px !important;
	}	
	.bx-slider-preset-3 .bx-advertisingbanner-text-block {
		font-size: 18px !important;
	}

	.mobile_sort {
		flex-direction: column;
	}
	.mobile_sort .show_filters {
		margin-left: 0;
		margin-top: 10px;
	}
	.select-city__block__text-city::after {
	  display: none;
	}	
}
