body {
	color: #526067;
	font-size: 12px;
	font-family: Montserrat, sans-serif;;
	background-color: #ffffff;
}

span.currency-text,
span.currency-amount,
span.currency-symbol {
	font-size: inherit;
	font-weight: inherit;
}

/* @Header */
#header {
	margin-bottom:20px;
}

.container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.container:after {
	content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container--more-width {
	max-width: 1670px;
}
.container-catalog {
	padding: 0 20px;
}
.header-top {
	position: relative;
	z-index: 63;
	background-color: #003955;
	padding: 15px 0 20px;
}

.b-header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.b-header-top-menu {
	width: 915px;
}
.b-header-top-menu .header-top-menu__list {
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
}
.b-header-top-menu .header-top-menu__list li:first-child {
	margin-left: 0;
}
.b-header-top-menu a {
	color: #fff;
	font-size: 13px;
}
.b-header-top-menu a:hover {
	color: #FCC020;
}

.b-haeder-city-select a {
	font-size: 13px;
	line-height: 1.22;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	align-items: center;
	column-gap: 7px;
}
.b-haeder-city-select .haeder-city-select__link {
	display: none;
}
.haeder-city-select__regions-wrapper {
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	outline: none;
	color: #fff;
    word-break: break-all;
	text-align: right;
	margin-left: 10px;
}
.b-haeder-city-select {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.haeder-city-select__regions-wrapper span {
	padding-left: 25px;
}

.haeder-city-select__regions-wrapper:after {
	content: "";
	width: 12px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('/local/templates/weltew/assets/img/arrow-dropdown.svg');
}

.haeder-city-select__regions-wrapper .haeder-city-select__dropdown {
	position: absolute;
	top: 140%;
	right: 0;
	text-align: left;
	/* Стили */
	background: white;
	border-radius: inherit;
	border: 1px solid rgba(0,0,0,0.17);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-weight: normal;
	list-style: none;
	width: 200px;
	z-index: 6;
	transition: opacity 0.5s ease-in;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
}

.haeder-city-select__regions-wrapper .haeder-city-select__dropdown li .js-domain-link {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #8aa8bd;
	border-bottom: 1px solid #e6e8ea;
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}

.haeder-city-select__regions-wrapper.active .haeder-city-select__dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	overflow-y: scroll;
	max-height: 330px;
}

.b-header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b-contacts-main .contacts-main__phone {
	margin-bottom: 7px;
}
.b-contacts-main .contacts-main__phone a {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.22;
	color: #FFFFFF;
}
.b-contacts-main .contacts-main__email a {
	font-size: 13px;
	line-height: 1.23px;
	color: #3DB9B7;
}
/*--------------------------*/
.b-header-favorites {
	align-self: center;
}
.b-header-favorites > a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*--------------------------*/
.b-header-main .header-main__socials,
.b-header-cart {
	margin: auto 0;
	position: relative;
}
.b-header-cart {
	margin: auto 10px auto 0;
}
.b-contacts-socials .contacts-socials__list {
	display: flex;
}
.b-contacts-socials .contacts-socials__list li {
	margin-right: 10px;
}
.b-contacts-socials .contacts-socials__list li:last-child {
	margin-right: 0;
}
.b-contacts-socials .contacts-socials__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #004F74;
}

.b-header-cart .header-cart__link {
	position: relative;
	display: block;
}
.b-header-main .header-main__wrapper {
	display: flex;
    width: 75%;
    justify-content: space-between;
}
.b-header-main .header-main__search {
	flex-grow: 1;
}
.b-header-cart .header-cart__count {
	position: absolute;
	top: -12px;
	right: -15px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #FCC020;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #003955;
}

.b-search {
	width: 90%;
}
.b-search form {
	display: flex;
	justify-content: center;
}
.b-search .search__input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	border-radius: 3px 0 0 3px;
	padding: 17px 20px;
}
.b-search button {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	border-radius: 0 3px 3px 0;
	padding: 17px;
	cursor: pointer;
}

.header-top-right-top {
	text-align:right;
	padding: 20px 0 10px;
}
.header-top-center {
	display: flex;
	justify-content: center;
	padding: 20px 0 10px;
}
.header-bottom-center {
	text-align: center;
	padding: 17px 0 20px;
	font-size: 12px;
	line-height: 1.250em;
	font-family: Montserrat;
	color: #FFFFFF;
}

.search,
.header-map,
.user-menu,
.cart-menu {
	display:inline-block;
	vertical-align:middle;
}

.b-search-mobile {
	display: none;
}

.search-content {
	position:absolute;
	right:0px;
	top: -26px;
	display:none;
	z-index:70;
	width:100%;
	background-color:#003e5b;
}

.search-content form {
	margin-bottom:0px;
}

.search-content input[type="text"] {
	width:100%;
	color:#ffffff;
	font-size:18px;
	font-weight:300;
	font-family:Montserrat, sans-serif;;
	text-align:center;
	padding:40px;
	box-sizing:border-box;
	border:none;
	background:#003e5b;
}

.search-content input[type="text"]::-moz-placeholder {opacity:1;color:#ffffff;}
.search-content input[type="text"]::-ms-input-placeholder {color:#ffffff;}
.search-content input[type="text"]::-webkit-input-placeholder {color:#ffffff;}

.search-content input[type="submit"] {
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:100%;
	background:url(../img/icon_search.png) no-repeat center;
}

.search-content .dropBoxClose {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:100%;
	cursor:pointer;
	background:url(../img/close_search.png) no-repeat center;
}

.header-static-link {
    display: inline-block;
}

.header-static-link a {
    color: #ffff;
    font-size: 15px;
}
.header-map > a {
	display: block;
	width: 34px;
	height: 29px;
	background: url(../img/icon_map.png) no-repeat center;
}

.user-menu > a {
	display: block;
	width: 34px;
	height: 29px;
	background: url(../img/icon_user.png) no-repeat center;
}

.user-menu > a.user-check {
	position:relative;
}

.user-menu > a.user-check:after {
	content:"";
	position:absolute;
	right:3px;
	top:-10px;
	display: block;
	width:16px;
	height:16px;
	background:#35c0be url(../img/icon_user_check.png) no-repeat center;
	border-radius:50%;
	background-size:50%;
}

.cart-menu > a {
	position: relative;
	display: block;
	width: 40px;
	height: 29px;
	background: url(../img/icon_cart.png) no-repeat center;
}

.cart-menu > a > span.cart-amount {
	position:absolute;
	right:9px;
	top:-10px;
	width:16px;
	line-height:16px;
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	text-align:center;
	background-color:#35c0be;
	border-radius:50%;
}

a.dealer{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.header-top-right-bottom {
	text-align:left;
	padding-bottom:9px;
}
@media(min-width: 768px) {
.header-top-right-bottom {
	text-align:right;
}
}

.menu-item-one,
.language-switcher,
.header-phone {
	display:inline-block;
	vertical-align:middle;
}

.menu-item-one li {
	float:left;
	padding:0 20px;
}

.menu-item-one li a {
	line-height:36px;
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	padding:0 10px;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.menu-item-one li a:hover {
	opacity: .6;
}

.language-switcher {
	position:relative;
}

.language-switcher-title {
	float:left;
	line-height:36px;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	padding-left:32px;
	background:url(../img/icon_world.png) no-repeat left center;
}

.language-switcher-content {
	float:left;
}

.language-switcher-content ul {
	position:absolute;
	right:0px;
	top:110%;
	opacity:0;
	visibility:hidden;
	width:120px;
	text-align:left;
	background-color:#003e5b;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.language-switcher-content:hover ul {
	top:100%;
	opacity:1;
	visibility:visible;
}

.language-switcher-content a {
	display:block;
	line-height:36px;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
}

.language-switcher-content > a {
	padding-right:20px;
	background:url(../img/arrow_language.png) no-repeat right center;
}

.language-switcher-content a img {
	margin:5px 10px;
}

.header-phone {
	line-height:36px;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	padding-left:32px;
	margin-left:24px;
	background:url(../img/icon_header_phone.png) no-repeat left center;
}

.header-bottom {
	position:relative;
	z-index:62;
	width:100%;
	text-align:center;
	background-color:#ffffff;
}

.header-bottom .section {
	position:initial;
}

.header-home,
.menu-item-two {
	display:inline-block;
	vertical-align:middle;
}

.header-home > a {
	display:block;
	line-height:55px;
	color:#526067;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	padding:0 15px;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.header-home > a:hover {
	background-color:#eeeeee;
}

.menu-item-two > ul > li {
	float:left;
}

.menu-item-two > ul > li > a {
	display:block;
	line-height:55px;
	color:#526067;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	padding:0 15px;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.menu-item-two > ul > li > a:hover {
	background-color:#eeeeee;
}

#navigation > ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 20px;
}
#navigation > ul.overflowed {
	/* overflow-x: scroll; */
}
/*#navigation > ul::-webkit-scrollbar {
	display: none;
}*/
#navigation > ul > li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 29px 0;
	flex-shrink: 0;
}

#navigation > ul > li > a {
	position:relative;
	z-index:62;
	display:block;
	/* line-height: 80px; */
	color:#526067;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	/* padding:0 25px; */
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	color: #003955;
	font-weight: 600;
}

#navigation > ul > li:hover > a {
	color: #0073A5;
}
#navigation > ul > li:hover .sub-navigation {
	/* opacity:1;
	visibility:visible; */
}

.navigation-overlay {
	position:fixed;
	left:0px;
	top:0px;
	opacity:0.3;
	z-index:60;
	width:100%;
	height:100%;
	background-color:#003e5b;
}

.sub-navigation {
	position:absolute;
	left: -15px;
	top:100%;
	z-index:70;
	opacity:0;
	visibility:hidden;
	width:100%;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	/* display: flex; */
}

.sub-navigation > ul {
	margin: 0px;
	width: 200px;
    border-right: 1px solid #EAEAEA;
    padding: 30px 0 20px 30px;
	flex-shrink: 0;
}
.sub-navigation > ul.hide-submenu {
	max-height: 240px;
	overflow: hidden;
}
.sub-navigation ul > li {
	text-align: left;
}
.sub-navigation > ul > li a {
	display:block;
	color:#526067;
	font-size:14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sub-navigation ul li a:hover {
	color: #0073A5;
}
.sub-navigation__show-all {
	max-width: 200px;
	cursor: pointer;
	padding-bottom: 20px;
	border-right: 1px solid #EAEAEA;
}

.sub-navigation ul li a span img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	display:block;
	max-width:100%;
	max-height:100%;
}
.sub-navigation ul li a div {
	padding: 26px 0 10px;
}
.sub-navigation ul > li:hover .sub-navigation-level-3 {
    opacity: 1;
	visibility: visible;
	height: 100%;
}

.sub-navigation-level-3 {
	width: calc(100% - 200px);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 30px 20px 20px 30px;
    position: absolute;
    top: 0;
    left: 200px;
    opacity: 0;
	visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.sub-navigation-level-3 > div {
	max-width: 130px;
	margin-right: 30px;
}
.sub-navigation-level-3 ul {
	margin-left: 0;
}
.sub-navigation-level-3 > div > ul {
	text-align: left;
}
.sub-navigation-level-3 > div .sub-navigation-level-3__heading {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.23;
	color: #003955;
	margin-bottom: 10px;
	text-align: left;
}
.sub-navigation-level-3 > div > ul > li {
	font-size: 15px;
	line-height: 1.23;
	color: #003955;
}
.sub-navigation-level-3 > div > ul > li a {
	margin-bottom: 6px;
	text-transform: none;
}
.sub-navigation-level-3 > div > ul > li:last-child {
	margin-bottom: 26px;
}

/* @Slider */
#slider img {
    display:block;
    width:100%;
	height: 100%;
	object-fit: cover;
}

#slider .owl-pagination {
	position:absolute;
	left:0px;
	bottom:37px;
	width:100%;
	text-align:center;
}

#slider .owl-pagination .owl-page {
	display:inline-block;
	vertical-align:middle;
	margin:0 4px;
}

#slider .owl-dots .owl-dot span {
	display:block;
	width:15px;
	height:15px;
	background:url(../img/slider_bullet.png) no-repeat left top;
}

#slider .owl-dots .owl-dot.active span {
	background-position:right 0;
}

#slider .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 37px;
}

#slider .owl-prev,
#slider .owl-next {
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 70px;
	z-index:20;
	background-image: url(../img/tab_arrow.png);
	background-repeat: no-repeat;
	opacity: .5;
	-webkit-transition: all .2s ease; 
	transition: all .2s ease;;
}

#slider .owl-prev {
	right: 80px;
	background-position: 0 0;
}

#slider .owl-next {
	right: 20px;
	background-position: right 0;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
	opacity: 1;
}

#slider2 {
	margin-bottom:110px;
}

#slider2 .owl-pagination {
	position:absolute;
	right:55px;
	bottom:0px;
}

#slider2 .owl-pagination .owl-page {
	display:block;
	margin:12px 0 0;
}

#slider2 .owl-pagination .owl-page span {
	display:block;
	color:#718690;
	font-size:10px;
	font-weight:600;
}

#slider2 .owl-pagination .owl-page span:before {
	content:"0";
	font-weight:600;
}

#slider2 .owl-pagination .owl-page.active span,
#slider2 .owl-pagination .owl-page.active span:before {
	color:#003e5b;
	text-decoration:underline;
}

/* @Banner Parallax */
/*
.banner-parallax1 {
	margin-bottom:10px;
}

.banner-parallax1 .banner {
	position:relative;
	overflow:hidden;
	float:left;
	margin-left:20px;
}

.banner-parallax1 .banner:first-child {
	margin-left:0px;
}

.banner-parallax2 .banner {
	position:relative;
	width:580px;
	height:370px;
	overflow:hidden;
}

.banner-parallax2 img {
	position:absolute;
	left:0px;
	top:0px;
}

.banner-parallax3 {
	position:relative;
}

.banner-parallax3-left {
	position:relative;
	width:790px;
	height:600px;
}

.banner-parallax3-left img {
	position:absolute;
	left:0px;
	top:0px;
}

.banner-parallax3-right {
	position:absolute;
	right:0px;
	top:50px;
	width:536px;
	height:500px;
}

.banner-parallax3-right img {
	position:absolute;
	left:0px;
	top:0px;
}
*/

.banner-parallax3-right .banner {
	margin-top:70px;
}

.featuredProducts {
	width:100%;
	margin-bottom:120px;
	padding-bottom: 30px;
	background-color:#f3f3f3;
}

.featuredProductsTitle {
	line-height:40px;
	color:#003e5b;
	font-size:30px;
	font-weight:700;
	text-align:center;
	padding:30px 0;
}

.featuredProducts .owl-prev,
.featuredProducts .owl-next {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 120px;
	z-index:20;
	background-image: url(../img/tab_arrow.png);
	background-repeat: no-repeat;
	opacity: .5;
	-webkit-transition: all .2s ease; 
	transition: all .2s ease;
}

.featuredProducts .owl-prev {
	left: 25px;
	background-position: 0 0;
}

.featuredProducts .owl-next {
	right: 25px;
	background-position: right 0;
}

.featuredProducts .owl-prev:hover,
.featuredProducts .owl-next:hover {
	opacity: 1;
}

.relatedProducts {
	width:100%;
	margin-bottom:50px;
	max-width: 487px;
	border-top: 1px solid #003e5b;
}
.gallery-item {
	max-width: 232px;
}
.gallery-item .gallery-item__img-wrap-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 160px;
	margin-bottom: 25px;
}
.gallery-item .gallery-item__img-wrap-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-item .gallery-item__link {
	font-size: 12px;
	font-weight: 500;
	color: #003e5b;
	text-transform: uppercase;
}
.gallery-item .gallery-item__price {
	text-align: center;
	margin-top: 10px;
}
.gallery-item .gallery-item__price .c-product__price {
	margin-right: 0;
	font-size: 24px;
	font-weight: 600;
}

.relatedProductsTitle {
	color:#003e5b;
	font-size:16px;
	font-weight: 600;
	text-align:	left;
	padding: 30px 0 20px 0;
	text-transform: uppercase;
}

.relatedProducts .slick-prev,
.relatedProducts .slick-next {
	position: absolute;
	top: -28px;
	z-index:20;
	-webkit-transition: all .2s ease; 
	transition: all .2s ease;
}

.relatedProducts .slick-prev {
	right: 25px;
	left: auto;
}

.relatedProducts .slick-next {
	left: auto;
	right: 0;
}
.relatedProducts .slick-next:before {
	content: "\276F";
	color: #003e5b;
}
.relatedProducts .slick-prev:before {
	content: "\276E";
	color: #003e5b
}

.relatedProducts .owl-prev:hover,
.relatedProducts .owl-next:hover {
	opacity: 1;
}

.socialBoxInstagram {
	margin:0 0 30px;
}

.socialBoxInstagram .socialBoxInstagramTitle {
	height:109px;
	line-height:45px;
	color:#003e5b;
	font-size:30px;
	font-weight:700;
	text-align:center;
}

.socialBoxInstagram .socialBoxInstagramTitle > span {
	display:block;
	line-height:16px;
	color:#526067;
	font-size:13px;
	font-weight:400;
}

.socialBoxInstagramContent {
	position:relative;
	width:100%;
}

#instafeed a {
	position:relative;
	float:left;
	width:224px;
	height:224px;
	background-color:#ffffff;
}

#instafeed a:after {
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	visibility:hidden;
	width:224px;
	height:224px;
	background:url(../img/insta_hover.png);
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

#instafeed a:hover:after {
	opacity:1;
	visibility:visible;
}

#instafeed a img {
	max-width:100%;
	max-height:100%;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;
}

#instafeed .owl-pagination {
	text-align:center;
	margin:46px 0 0;
}

#instafeed .owl-pagination .owl-page {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}

#instafeed .owl-pagination .owl-page span {
	display:block;
	width:10px;
	height:10px;
	background-color:#b6b8bd;
	border-radius:50%;
}

#instafeed .owl-pagination .owl-page.active span {
	background-color:#003e5b;
}

/*Блок преимущества*/
.b-detail-advantages .detail-advantages__heading {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
	color: #003e5b;
}
.b-detail-advantages .detail-advantages__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.b-detail-advantages .detail-advantages__item {
	flex-basis: 22%;
	margin-right: 2%;
	margin-bottom: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-detail-advantages .detail-advantages__img-wrap {
	width: 45px;
	flex-shrink: 0;
	margin-right: 15px;
}
.b-detail-advantages .detail-advantages__img-wrap > img {
	max-width: 100%;
}
.b-detail-advantages .detail-advantages__img-wrap > span {
	font-size: 14px;
}
/*--------------------------*/

/* @Showcase */
.showcase {
	display: block;
	position: relative;
	margin: 0 0 50px 0;
}

.showcase-picture {
	width: 100%;
	height: 255px;
	position: relative;
	overflow: hidden;
}

.showcase:hover .showcase-picture {
	box-shadow:0px 10px 15px 0px rgba(0,0,0,0.18);
}

.featuredProductsContent .owl-carousel .owl-item {
	padding:15px;
	box-sizing:border-box;
}

.relatedProductsContent .owl-carousel .owl-item {
	padding:15px;
	box-sizing:border-box;
}

.showcase-picture img {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
	.showcase-picture {
		height: 255px;
	}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	.showcase-picture {
		height: 200px;
	}
	.b-detail-advantages {
		padding: 0 20px;
	}
	.b-detail-advantages .detail-advantages__item {
		flex-basis: 31%;
	}
}

@media only screen and (max-width: 767px) {
	.showcase-picture {
		height: auto;
	}
	.showcase-picture img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
	}
	.b-detail-advantages {
		padding: 0 20px;
	}
	.b-detail-advantages .detail-advantages__item {
		flex-basis: 48%;
	}
}
@media only screen and (max-width: 425px) {
	.b-detail-advantages .detail-advantages__item {
		flex-basis: 95%;
	}
}

.showcase-item {
	padding:30px 10px 0;
	text-align:center;
}

.showcase-title {
	position: relative;
	overflow: hidden;
	min-height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}

.showcase-title a {
	color:#003e5b;
}
.showcase-view.showcase-view--about {
	display: inline-block;
}

.showcase-view.showcase-view--about {
	display: inline-block;
}

.showcase-view {
	display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
}

.showcase-view a {
	display:block;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 0 20px;
	height:50px;
	line-height:48px;
	color:#003e5b;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #003e5b;
	box-sizing:border-box;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.showcase:hover .showcase-view a {
	color:#ffffff;
	background-color:#003e5b;
}

.new-label {
	position:absolute;
	right:10px;
	top:10px;
	z-index:2;
	width:60px;
	line-height:32px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	background-color:#fec13c;
}

.sold-out-label {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
}

.sold-out-label span {
	position:absolute;
	left:50%;
	top:50%;
	width:100px;
	line-height:32px;
	color:#ffffff;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	margin:-16px 0 0 -50px;
	background-color:#003e5b;
}

/* @Footer */
#footer {
	width:100%;
	margin-top:50px;
	position: sticky;
	top: 100vh;
}

.footer-subscribe {
	width:100%;
	height:110px;
	text-align:center;
	padding:30px 0;
	box-sizing:border-box;
	background:url(../img/bg_newsletter.png) no-repeat center top;
}

.footer-subscribe-title {
	width:100%;
	line-height:50px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	text-align:center;
}

.footer-subscribe-link a {
	display:block;
	width:100%;
	height:50px;
	line-height:48px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
    text-transform:uppercase;
	text-align:center;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

.footer-top {
	padding:50px 0 70px;
	background-color:#ffffff;
}

.footer-title {
	color:#003e5b;
	font-size:16px;
	font-weight:600;
	padding:18px 0;
}

.footer-menu-item ul li {
	display:block;
	padding:6px 0;
}

.footer-menu-item ul li a {
	display:inline-block;
	color:#526067;
	font-size:13px;
	font-weight:500;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.footer-menu-item ul li a:hover {
	color:#c85ba1;
}

.footer-feedback p {
	line-height:20px;
	color:#526067;
	font-size:13px;
	font-weight:500;
	margin:0 0 25px;
	padding:0px;
}

.footer-feedback a {
	display:inline-block;
	width:150px;
	line-height:45px;
	color:#ffffff;
	font-weight:600;
	text-align:center;
	background-color:#c85ba1;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.footer-feedback a:hover {
	opacity:.9;
}

.footer-middle {
	padding:20px 0 15px;
	/*background-color:#eeeeee;*/
}

.footer-middle-row {
	margin-bottom: 24px;
	line-height:21px;
	color:#526067;
	font-size:12px;
	font-weight:500;

	padding-left: 8px;
	background-repeat:no-repeat;
	background-position:0 2px;
}
@media(min-width: 768px) {
	.footer-middle-row {
		text-align: right;
	}
	.footer-middle-row2 {
		background-position-x: 25%;
	 }
}

.footer-middle-row div {
	line-height:18px;
	color:#003e5b;
	font-size:14px;
	font-weight:600;
}

.footer-middle-row1 {
	background-image:url(../img/icon_footer1.png);
}

.footer-middle-row2 {
	background-image:url(../img/icon_footer2.png);
}

.footer-social {
	margin-top: 24px;
	margin-bottom: 24px;
}

.footer-social .banner {
	display:inline-block;
	margin-left:15px;
}

.footer-bottom {
	padding:20px 0;
}

.footer-copy-right {
	line-height:18px;
	color:#526067;
	font-weight:500;
}
.columns.main-footer-wrapper {
	display: flex;
}
.footer-alsk {
	display: flex;
	justify-content: flex-end;
	font-size: 10px;
	margin-top: auto;
}
.footer-alsk a {
	height: 37px;
	width: 149px;
}
.footer-ssl-banner {
	text-align:right;
}

.footer-ssl-banner .banner {
	display:inline-block;
	margin-top:5px;
}

/* @Breadcrumbs */
.breadcrumbs {
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px solid #eeeeee;
	margin-bottom:30px;
}

.breadcrumbs > a,
.breadcrumbs > span {
	display:inline-block;
	vertical-align:middle;
	color:#526067;
	font-size:13px;
	font-weight:500;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.breadcrumbs > a:hover {
	color:#35c0be;
}
.breadcrumbs > a.is-current {
	color:#35c0be;
}

.breadcrumbs > span {
	padding:0 2px;
}

/* @Collection */
.collection-filter {
	
}

.collection-filter > div {
	float: right;
}

.collection-filter select,
.collection-filter label {
	float: left;
}

.collection-filter label {
	font-weight: 300;
	padding: 8px 10px 0 0;
}

/* @Pagination */
.pagination {
	margin-bottom:20px;
	margin-top: 75px;
	text-align: center;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

.pagination ul {
	
}

.pagination ul > li {
	display: inline-block;
	vertical-align: middle;
}

.pagination ul > li.position > a {
	display:block;
	line-height:48px;
	color: #003e5b;
	font-size: 16px;
	font-weight: 600;
	padding:0 12px;
}

.pagination ul > li.pager-active a {
	color:#fec13c;
}

.pagination ul > li.previous a,
.pagination ul > li.next a {
	display:block;
	width:48px;
	height:48px;
	background-repeat:no-repeat;
	background-image:url(../img/paginate.png);
}

.pagination ul > li.previous > a {
	background-position:left bottom;
}

.pagination ul > li.next > a {
	background-position:right bottom;
}

.pagination ul > li.previous.disabled > a {
	background-position:left top;
}

.pagination ul > li.next.disabled > a {
	background-position:right top;
}

/* @Product Image */
.product-image {
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
}

.zoom-spinner {
	left: 10px;
	top: 10px;
}

.product-image > span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
	display: none;
}

.product-image a {
	display: block;
	font-size: 0px;
}

/* @Thumb Images */
#thumb-gallery {
	text-align:left;
	width: 100%;
	font-size: 0px;
	margin-left: -10px;
}

#thumb-gallery a {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 90px;
	height: 60px;
	margin: 0 0 10px 10px;
}

#thumb-gallery a.active:after {
	content:"";
	position:absolute;
	left:0px;
	bottom:-8px;
	width:90px;
	height:2px;
	background-color:#35c0be;
}

#thumb-gallery a img {
	max-height: 60px;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* @Product List */
.product-list {
	padding-bottom: 15px;
}

.product-list h3 {
	/*color:;*/
	font-size: 17px;
	margin: 0 0 10px;
}

/* @Product Row */
.product-row {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 300;
}

.product-row .variant-select {
	width: auto !important;
}

/* @Product Title */
.product-title h1 {
	color: #003e5b;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0 20px;
}

/* @Product Price */
.product-price {
	padding: 0 0 20px;
}

.product-price-one {
	display:inline-block;
	color: #35c0be;
	font-size: 30px;
	font-weight:700;
}

.product-price-two {
	display:inline-block;
	color: #888888;
	font-size: 21px;
	font-weight: 600;
    text-decoration: line-through;
	margin-left: 12px;
}

/* @Product List Group */
.product-list-group div,
.product-list-group div a {
	line-height:25px;
	color:#526067;
	font-size:13px;
	font-weight:500;
}

.product-list-group div a {
	display:inline-block;
}

.product-options-title {
	color:#526067;
	font-size:14px;
	font-weight:600;
	padding:12px 0;
}

/* @Product Social */
.product-social {
	padding: 10px 0 0;
}

/* @Product Add To Cart */
.product-add-to-cart {
	padding: 30px 0;
}

.product-add-to-cart div.qty {
	float: left;
}

.product-add-to-cart div.qty label {
	color:#526067;
	font-size:14px;
	font-weight:600;
	padding: 0 0 12px;
	cursor: pointer;
}

.product-add-to-cart div.add-to-cart {
	float: left;
	padding: 30px 0 0 10px;
}

.product-add-to-cart a {
	width:230px;
	height:50px;
	line-height:50px;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
}

.product-add-to-cart div.no-stock-message {
	float: left;
	font-size: 14px;
	padding: 8px 35px;
	color: #fff;
	background-color: #666666;
}

.product-add-to-cart div.qty select {
    border:none;
    box-shadow:none;
    padding:7px 38px 7px 15px;
    border-radius:0px;
	width:90px;
	height:50px;
	color:#526067;
    font-size:17px;
	font-weight:600;
	font-family:Montserrat, sans-serif;;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
    text-indent:0.01px;
    text-overflow:'';
	cursor:pointer;
	box-sizing:border-box;
	background-image:url(../img/product_selectbox.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

/* @Product Detail */
.product-tab-detail {
	
}

.product-detail-title {
	position:relative;
	z-index:2;
	float:left;
	width:30%;
	min-height:200px;
	border:1px solid #eeeeee;
	border-right:none;
	background-color:#f5f5f5;
}

.product-detail-title span {
	display:block;
	width:calc(100% + 1px);
	color:#526067;
	font-weight:600;
	text-transform:uppercase;
	padding:15px 20px;
	background-color:#ffffff;
	box-sizing:border-box;
	border-bottom:1px solid #eeeeee;
}

.product-detail {
	float:left;
	width:70%;
	min-height:200px;
	line-height:18px;
	color:#526067;
	padding: 20px;
	border:1px solid #eeeeee;
}

.product-detail h3 {
	margin: 0 0 10px;
}

.product-detail p {
	/*color: ;*/
}

body .product-detail * {
	font-family: Montserrat, sans-serif; !important;
}

body .product-detail ol,
body .product-detail ul {
	margin: 0 0 0 10px;
	list-style: inherit;
}

/* @Product Image Zoom */
.zoomContainer {
	margin-top: 0;
}

.zoomWindow {
	left: -1px !important;
	background-color: #ffffff;
}

/* @Related Products Title*/
.related-products > *{
	line-height: 70px;
}

/* @Not Found (404) */
.not-found {
	width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 100px;
}

.not-found a {
	font-weight: 700;
}

.not-found-error-code {
	font-size: 72px;
	font-weight: 700;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #F4F2F3;
}

.not-found-title h1 {
	font-size: 14px;
	line-height: 30px;
}

/* @Catalog List */
.catalog-list .catalog-item a.catalog-item-image {
	display: block;
	padding: 5px;
	font-size: 0px;
	border: 1px solid ;
	height: 220px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.catalog-list .catalog-item a.catalog-item-image img {
	bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	max-width: 220px;
	max-height: 220px;
	vertical-align: inherit;
}

.catalog-list .catalog-item a.catalog-item-image:hover {
	/*border-color: ;*/
}

.catalog-list .catalog-item .five.columns > * {
	margin: 0 0 10px;
}

.catalog-list .catalog-item:nth-child(1n) {  
	margin-left: 0;
}

.catalog-list .catalog-item:nth-child(4n) {  
	margin-right: 0;
}

.catalog-list .catalog-item-title {
	text-align: center;
	padding: 5px 0;
}

.catalog-list .catalog-item-title a {
	display: block;
}

/* @Customer Forms */
.customer-forms {
	min-height: 285px;
}

.customer-forms a.dotted {
	font-size: 14px;
	font-weight: 300;
}

/* @Post Style */
.search-results {
	font-size: 16px;
	padding: 0 10px 20px;
}

.search-results > span {
	font-size: 18px;
}

.post-list {
	border-bottom: 1px solid #dddddd;
}

.post-item {
	padding: 0 0 20px;
	border-top: 1px solid #dddddd;
}

.post-title h3 {
	padding: 20px 0 10px;
}

.post-meta {
	margin: 10px 0;
}

.post-date {
	float: left;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	font-size: 12px;
	padding: 0 20px;
	margin: 0 10px 0 0;
	background-color: #666667;
}

.post-author {
	float: left;
	line-height: 36px;
	font-size: 12px;
}

.post-comments-count {
	float: right;
}

.post-content {
	margin: 0 0 10px;
	line-height: 24px;
	color: #818181;
	font-size: 14px;
	font-weight: 300;
}

/* @Blog Search */
#search-blog {
	width: auto;
	height: 30px;
	position: relative;
	border: 1px solid #cccccc;
}

#search-blog input.search-blog-text-input {
	width: 295px;
	color: #666666;
	margin: 6px 0 0 8px;
	border: none;
	background: none;
}

@media all and (min-width:0) {
    #search-blog input.search-blog-text-input {
		margin:7px 0px 0 8px\0/!important;
	}
}

#search-blog input.search-blog-submit-button {
	width:27px;
	height:28px;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	background:url('../img/search-submit.jpg') no-repeat 0 center;
}

/* @Block */
.block-heading {
	padding: 10px 14px;
	background-color: #f5f5f5;
}

.block-heading h3 {
	font-size: 14px;
	font-weight: 400;
}

.block-content {
	margin: 12px 0 0;
}

.block-content li a {
	display: block;
	font-size: 14px;
	padding: 2px 0;
}

/* @Subscribe */
.subscribe a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #ffffff;
	padding: 0 0 0 32px;
	background: #fda119 url('../img/subscribe.png') no-repeat 8px center;
}

/* @Post Tags */
.post-tags {
	padding: 10px 0;
	margin: 0 0 10px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.post-tags-heading {
	float: left;
	font-size: 13px;
	margin: 0 8px 0 0;
}

.post-tags-links {
	float: left;
}

.post-tags-links a {
	font-size: 13px;
	font-weight: 300;
}

.post-tags-links a:after {
	content: ",";
	margin: 0 2px;
}

.post-tags-links a:last-child:after {
	content: "";
}

/* @Post Comments */
.post-comment {
	margin: 0 0 20px;
}

.post-comment-item {
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}

.post-comment .post-meta {
	margin: 0 0 10px;
}

.post-comment .post-date {
	float: right;
	margin: 0px;
}

.post-leave-comment-content {
	margin: 20px 0;
}

/* @Cart */
.cart-image {
	text-align: center;
}

.cart-image a {
	padding: 5px;
	border: 1px solid #f5f5f5;
	display: inline-block;
}

.cart-image img {
	max-width: 100px;
}

.cart-delete-button {
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	border: 1px solid #dddddd;
}

.cart-refresh input {
	width: 50px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin: 0px;
	padding: 6px 8px;
	border: 1px solid #dddddd;
}

.cart-refresh a {
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -3px;
	background-image: url('../img/cart-refres-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #dddddd;
}

.cart-total-price {
	font-size: 25px;
	font-weight: 400;
	color: #828282;
	text-align: right;
	padding-bottom: 15px;
    padding-top: 10px;
}

.cart-total-price > span {
	font-size: 20px;
	font-weight: 400;
	color: #1a1a1a;
}

.continue-shopping {
    color: #3795E3;
    font-size: 16px;
    margin: 0 20px 0 0;
    display: inline-block;
    font-weight: 400;
}

.continue-shopping:hover { 
    cursor: pointer;
    text-decoration: underline;
} 

/* @Mobile Navigation */
.toggle-left {
	width:36px;
	height:36px;
	background: url(../img/burger-icon.svg) no-repeat 50% 50%;
	display:none;
	z-index:65;
	cursor:pointer;
}

.b-sidebar-goods-menu {
	margin-bottom: 30px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.b-sidebar-close-btn {
	width: 16px;
	height: 16px;
	background: url('../img/sidebar-close.svg');
	cursor: pointer;
}

.navigation-left {
	display:none;
	background:#003955;
}
.navigation-left .navigation-left__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}
.navigation-left .navigation-left__wrapper-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 156px;
}
.navigation-left.active {
	right: 0;
	box-shadow:2px 0 5px 1px rgba(0,0,0,0.1);
}

.navigation-left input[type="checkbox"] {
	display: none;
}
.navigation-left label.toggleSubmenu {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
}
.navigation-left .haeder-city-select__regions-wrapper {
	margin-left: 0;
}
.navigation-left .haeder-city-select__dropdown {
	left: 0;
}
.navigation-left .b-personal-link {
	margin-right: 20px;
}
.navigation-left .b-header-cart {
	margin-right: 37px;
}

input.toggleMenu:checked ~ ul, 
input.toggleSubmenu:checked ~ ul {
	display: block;
    position: relative;
    max-height: 5000px;
    transition: max-height 2s ease-in;
    width: 100%;
    top: 0;
    left: 0;
}
input.toggleSubmenu:checked ~ a label.toggleSubmenu svg {
	transform: rotate(90deg);
}
input.toggleSubmenu:checked ~ a label.toggleSubmenu svg path {
	stroke: #FCC020;
}
input.toggleSubmenu:checked ~ a {
	color: #FCC020;
}

.navigation-left > ul li > a {
	display: inline-block;
	padding: 10px 0;
	color:#fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	width: 86%;
}
.navigation-left .b-sidebar-goods-menu > li > span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 16px;
}
/* .navigation-left .b-sidebar-goods-menu > li:hover > span img {
	object-position: 0 -18px;
} */
.navigation-left .b-sidebar-goods-menu > li > span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
}
.navigation-left > ul li:last-child > a {
	margin-bottom: 10px;
}

.navigation-left ul {
	margin:0;
	padding:0;
}
.navigation-left > ul li {
	position: relative;
}
.navigation-left > ul li.active > a {
	color: #FCC020;
}
.navigation-left > ul li.active > span img {
	object-position: 0 -18px;
}
.navigation-left > ul li.active a > label.toggleSubmenu path {
	stroke: #FCC020;
}
.navigation-left > ul li.active a > label.toggleSubmenu svg {
	transform: rotate(90deg);
}
.navigation-left > ul li a.active {
	color: #FCC020;
}

.navigation-left a:hover {
	color: #FCC020;
}

.navigation-left > ul > li > ul > li > a {
	font-size:16px;
	padding-left:25px;
}
.navigation-left > ul li span img {
	max-width: 35px;	
} 

.overlay {
	display: none;
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.navigation-left > ul > li > ul > li > ul > li > a {
	font-size:14px;
	padding-left:30px;
}
.navigation-left .navigation-left__level-2 {
	max-height: 0;
	overflow: hidden;
}
.navigation-left .navigation-left__level-2 a {
	display: block;
	font-size: 14px;
	line-height: 1.22;
	color: #FFFFFF;
	padding: 0 10px 12px 40px;
}
.navigation-left .navigation-left__level-2 a:hover {
	color: #FCC020;
}

.navigation-left .b-header-top-menu {
	margin-bottom: 38px;
}
.navigation-left .haeder-city-select__regions-wrapper {
	text-align: left;
}
.navigation-left .haeder-city-select__regions-wrapper:after {
	left: 0;
}
.navigation-left .b-haeder-city-select {
	margin-bottom: 13px;
}
.navigation-left .b-contacts-main {
	margin-bottom: 24px;
}
.navigation-left .b-header-top-menu .header-top-menu__list {
	display: block;
}
.navigation-left .b-header-top-menu .header-top-menu__list > li {
	margin-bottom: 12px;
}
.navigation-left .b-header-top-menu .header-top-menu__list a {
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
	padding-top: 0;
	padding-bottom: 12px;
}
.navigation-left .b-header-top-menu .header-top-menu__list li:last-child a {
	padding-bottom: 0;
}

.b-contact .contact__item {
    padding: 30px 20px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: flex-start;
	column-gap: 30px;
}
.b-contact .contact__item > div {
    width: 31%;
}
.b-contact .contact__info {
    display: flex;
    justify-content: space-between;
	column-gap: 20px;
}
.b-contact .contact__info-left img,
.b-contact .contact__info-right img {
    margin-right: 12px;
}
.b-contact .contact__info-right {
    flex-shrink: 0;
}
.b-contact .contact__info-address-title,
.b-contact .contact__info-phone-title,
.b-contact .contact__info-requisites-title,
.b-contact .contact__info-schedule-title,
.b-contact .contact__info-mail-title {
    color: #003e5b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.b-contact .contact__info-address-text,
.b-contact .contact__info-phone-text,
.b-contact .contact__info-requisites-text,
.b-contact .contact__info-schedule-text,
.b-contact .contact__info-mail-text {
    font-size: 13px;
    color: #526067;
    margin-bottom: 21px;
}
.slick-slider1 .slick-slide {
    margin: 5px;
    height: 45px;
}
.slick-slide.slick-current.slick-active.slick-center {
    border-bottom: 2px solid #3db9b7;
    padding-bottom: 4px;
    box-sizing: content-box;
}
.b-contact .slick-slide img {
    width: 100%;
    height: 100%;
}
.heading-main {
    text-align: center;
	font-size: 34px;
	font-weight: 600;
	color: #003e5b;
    margin-bottom: 40px;
}

.catalog-wrapper {
	display: flex;
	align-items: flex-start;
}
.catalog-list {
	width: 300px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: flex !important;
}
.products__wrapper {
	display: flex !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	flex-wrap: wrap;
	column-gap: 12px;
	float: none !important;
}
.product__item {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.showcase-view {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	flex-wrap: wrap;
}

/*-----------Форма купить в один клик---------------*/
.b-oneclick-form {
	display: none;
	width: 100%;
	max-width: 650px;
}
.b-oneclick-form h3 {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #003E5B;
	margin-bottom: 20px;
}
.b-oneclick-form .oneclick-form__phone-input {
	width: 100%;
	border: 1px solid #eeeeee;
	font-size: 12px;
	box-sizing: border-box;
	padding: 14px 18px;
	color: #757575;
	margin-bottom: 20px;
	outline: none;
}
.b-oneclick-form .oneclick-form__button-send {
	width: 100%;
	background-color: #003e5b;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding: 18px 0;
	border: 1px solid #003e5b;
	box-sizing: border-box;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}
.b-oneclick-form .oneclick-form__button-send:hover {
	background-color: #fff;
	color: #003e5b;
}
.b-oneclick-form .oneclick-form__item {
	padding: 20px 0 12px 0;
	position: relative;
}
.b-oneclick-form .oneclick-form__item label {
	font-size: 12px;
	font-weight: 700;
	color: #003e5b;
	padding-bottom: 10px;
}
.b-oneclick-form .oneclick-form__success,
.b-oneclick-form .oneclick-form__error {
	display: none;
	text-align: center;
}
.b-oneclick-form .oneclick-form__item--error input {
	background-color: #fde8e8;
	border: 1px solid #e22828;
	color: #e22828;
}
.b-oneclick-form .oneclick-form__item--error label {
	color: #e22828;
}
/*-----------Форма купил бы, но нужно---------------*/
.b-needs-to-buy-form {
	max-width: 500px;
}
.b-needs-to-buy-form input[type="text"] {
	width: 100%;
}
/*---------------------------------------*/
.b-reviews {
	background: #f7f7f7;
	border: 1px solid #e4e4e4;
	padding: 42px 57px 65px;

}
.b-reviews:after {
	content: "";
	display: table;
	clear: both;
}
.b-reviews .reviews__item {
	float: left;
	clear: left;
	margin-bottom: 70px;
	margin-right: 20px;
}
.b-reviews .reviews__info {
	display: flex;
	align-items: baseline;
	margin-bottom: 13px;
}
.b-reviews .reviews__author {
	font-size: 15px;
	font-weight: 600;
	color: #222222;
	margin-right: 28px;
}
.b-reviews .reviews__date {
	font-size: 13px;
	color: #8e8e8e;
}
.b-reviews .reviews__rating {
	display: flex;
	margin-bottom: 21px;
}
.b-reviews .reviews__icon {
	margin-right: 6px;
}
.b-reviews .reviews__icon svg {
	width: 12px;
	height: 12px;
	fill: #fff;
	stroke: #f4bf00;
}
.b-reviews .reviews__icon.reviews__icon--active svg {
	fill: #f4bf00;
}
.b-reviews .reviews__text {
	max-width: 510px;
	color: #222222;
	margin-bottom: 28px;
	word-break: break-all;
}
.b-reviews .reviews__images img {
	height: 65px;
	width: 65px;
	object-fit: cover;
}
.b-reviews .reviews__images a {
	text-decoration: none;
}
.b-reviews .reviews__customers-pictures {
	margin-bottom: 36px;
}
.b-reviews .reviews__customers-pictures-title {
	font-size: 15px;
	color: #222222;
	margin-bottom: 30px;
}
/*---------------------------------------*/
.review-error,
.review-success {
	font-weight: bold;
	padding-bottom: 35px;
}
/*---------------------------------------*/
.b-average-rating {
	box-sizing: border-box;
	background: #fff;
	padding: 11px 26px 30px 20px;
	margin: 15px 10px 0 0;
	max-width: 413px;
	min-width: 290px;
	min-height: 208px;
	display: flex;
}
.b-average-rating .average-rating__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100px;
	margin-right: 20px;
}
.b-average-rating .average-rating__number {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 9px;
	color: #222222;
}
.b-average-rating .average-rating__title {
	font-size: 12px;
	color: #8e8e8e;
}
.b-average-rating .reviews__rating {
	margin-bottom: 0;
}
.b-average-rating .average-rating__table {
	margin-top: 5px;
	width: 100%;
}
.b-average-rating .average-rating__table-item {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 19px;
}
.b-average-rating .average-rating__table-number {
	margin-right: 5px;
}
.b-average-rating .average-rating__table-number,
.b-average-rating .average-rating__table-percentage {
	color: #8e8e8e;
	font-size: 13px;
}
.b-average-rating .average-rating__table-line {
	width: 100%;
	height: 2px;
	background: #e5e5e5;
	position: relative;
}
.b-average-rating .average-rating__table-active-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #f4bf00;
}
.b-average-rating .average-rating__table-percentage {
	margin-left: 6px;
	width: 32px;
}
/*---------------------------------------*/
.b-form-review {
	background-color: #f7f7f7;
	border: 1px solid #e4e4e4;
	border-bottom: 0;
	padding-left: 57px;
	padding-right: 57px;
}
.b-form-review .form-review__show-btn {
	max-width: 190px;
	width: 100%;
	height: 50px;
	display: inline-block;
	background-color: #003E5B;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 50px;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: background-color .2s;
}
.b-form-review .form-review__show-btn:hover {
	background-color: #ffffff;
	color: #003E5B;
	text-decoration: none;
	border: 1px solid #003E5B;
}
.b-form-review .form-review__show-wrap {
	padding: 20px 0;
}
.b-form-review > form {
	padding-bottom: 65px;
}
.b-form-review .reviews__rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}
.b-form-review .reviews__rating:not(:checked) > input {
	display: none;
}
.b-form-review .reviews__rating:not(:checked) > label {
	padding: 0;
	cursor: pointer;
	font-size: 24px;
	line-height: 20px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
	margin-right: 10px;
}
.b-form-review .reviews__rating label:nth-child(3) {
	margin-right: 7px;
}
.b-form-review .reviews__rating:not(:checked) > label:before {
	content: '★';
}
.b-form-review .reviews__rating > input:checked ~ label {
	color: gold;
}
.b-form-review .reviews__rating:not(:checked) > label:hover,
.b-form-review .reviews__rating:not(:checked) > label:hover ~ label {
	color: gold;
}
.b-form-review .reviews__rating > input:checked + label:hover,
.b-form-review .reviews__rating > input:checked + label:hover ~ label,
.b-form-review .reviews__rating > input:checked ~ label:hover,
.b-form-review .reviews__rating > input:checked ~ label:hover ~ label,
.b-form-review .reviews__rating > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.b-form-review .reviews__rating > label:active {
	position: relative;
}
.b-form-review .reviews__rating > span {
	cursor: pointer;
}
.b-form-review .row-1-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.b-form-review .row-1-2 > label {
	width: 49%;
}
.b-form-review .row-1-2 > label > div {
	margin-bottom: 15px;
	font-size: 15px;
}
.b-form-review .row-1-2 > label > input {
	width: 100%;
	padding: 14px;
	box-sizing:border-box;
	border: 1px solid #e4e4e4;
}
.b-form-review .form-review__required-star {
	color: #ff0000;
}
.b-form-review .form-review__rating-label {
	margin-bottom: 15px;
}
.b-form-review .row-2-1 {
	margin-bottom: 28px;
}
.b-form-review .row-3-1 textarea {
	width: 100%;
	min-height: 160px;
	resize: none;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.b-form-review .row-3-1 {
	margin-bottom: 20px;
}
.b-form-review .row-3-1 > label > div {
	margin-bottom: 13px;
}
.b-form-review input[type="file"] {
	display: none;
}
.b-form-review .review-form__file-upload {
	border: 1px solid #e4e4e4;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	display: block;
	margin-bottom: 25px;
}
.b-form-review .review-form__file-upload > span {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
.b-form-review .review-form__file-upload > span:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 17px;
	background: url('../img/icons/clip.png') center center / cover no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.b-form-review .review-form__policy {
	margin-bottom: 28px;
	display: flex;
	align-items: center
}
.b-form-review .review-form__policy > label {
	padding-left: 10px;
}
.b-form-review .review-form__policy > input {
	flex-shrink: 0;
}
.b-form-review .review-form__submit-btn {
	max-width: 190px;
	width: 100%;
	height: 50px;
	display: inline-block;
	background-color: #003E5B;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 50px;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: background-color .2s;
}
.b-form-review .review-form__submit-btn:hover {
	background-color: #ffffff;
	color: #003E5B;
	text-decoration: none;
	border: 1px solid #003E5B;
}
/*---------------------------------------*/
.b-personal-link {
	margin-right: 7px;
	display: flex;
	column-gap: 20px;
}
.b-personal-link svg {
	max-width: 23px;
	fill: #fff;
}
.b-personal-link a {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.b-personal-link .personal-link__name {
	color: #fff
}
.b-personal-link .personal-link__logout {
	color: #fff;
}
.b-personal-link--mobile {
	display: none;
}
/*---------------------------------------*/
.filter__wrapper {
	width: 235px;
	min-height: 400px;
	margin-right: 20px;
	flex-shrink: 0;
}

@media only screen and (max-width: 959px) {
	.filter__wrapper {
		width: 100%;
	}
}
/* Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.footer-subscribe-title {
		line-height:25px;
	}
	.footer-social {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.b-contact .contact__item {
		flex-direction: column;
	}
	.b-contact .contact__item > div {
		width: 100%;
		justify-content: center;
		column-gap: 10px;
	}
	.b-contact .contact__img {
		text-align: center;
		margin-bottom: 30px;
	}
	.slick-slider1 .slick-slide {
		height: 100px;
	}
}

@media only screen and (max-width: 830px) {
	.header-bottom {
		display:none;
	}
	#navigation > ul {
		display: none;
	}
}

/* Mobile (Portrait) */
@media only screen and (max-width: 767px) {
	#navigation > ul > li {
		padding: 15px 0;
	}
	body {
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        position: relative;
        top: 0;
        left: 0
    }
	.header-top-right-top,
	.header-top-right-bottom {
		text-align:center;
	}
	.showcase-picture img {
		height:auto;
	}
	.footer-subscribe {
		padding:10px 0;
	}
	.footer-subscribe-title {
		line-height:20px;
		font-size:12px;
		margin:0 0 8px;
	}
	.footer-subscribe-link a {
		height:44px;
		line-height:42px;
	}
	.footer-menu-item,
	.footer-feedback {
		text-align:center;
	}
	.menu-item-one, .language-switcher, .header-phone {
		display:block;
	}
	.language-switcher-title,
	.language-switcher-content {
		float:none;
		display:inline-block;
	}
	.header-phone {
		display:inline-block;
		margin:0px;
	}
	.menu-item-one li {
		float:none;
	}
	.footer-middle-row {
		margin-bottom:20px;
		text-align: center;
	}
	.footer-social {
		margin-top: 24px;
		margin-bottom: 24px;
		text-align:center;
	}
	.footer-social .banner {
		margin-left:0;
		margin-right:15px;
	}
	.footer-copy-right {
		text-align:center;
		margin-bottom:20px !important;
	}
	#slider .owl-controls,
	#slider2 .owl-controls,
	#instafeed .owl-controls,
	#relatedSlider .owl-controls,
	#featuredSlider .owl-controls {
		display:none !important;
	}
	.socialBoxInstagram .socialBoxInstagramTitle {
		font-size:20px;
	}
	#slider2 {
		margin-bottom:40px;
	}
	.featuredProducts {
		padding-bottom:0px;
		margin-bottom:40px;
	}
	.featuredProductsTitle {
		font-size:20px;
		padding:20px 0;
	}
	#instafeed a {
		width:100%;
		height:300px;
	}
	.product-price-one {
		font-size:20px;
	}
	.product-price-two {
		font-size:16px;
	}
	.product-add-to-cart div.add-to-cart {
		padding:30px 0 0;
	}
	.product-detail-title {
		float:none;
		width:100%;
		min-height:auto;
		text-align:center;
		background:none;
		border-right:1px solid #eeeeee;
		border-bottom:none;
	}
	.product-detail-title span {
		width:100%;
		border-bottom:none;
	}
	.product-detail {
		float:none;
		width:100%;
		margin-bottom:30px;
	}
	.footer-alsk {
		justify-content: flex-end;
	}
	.toggle-left {
		display:block;
	}
	.header-top {
		padding: 14px 20px;
	}
	.b-header-main {
		display: grid;
		grid-template-areas: 'logo personal-area burger-open'
							'search-cart search-cart search-cart';
		gap: 10px;
		grid-template-columns: 4fr 1fr 1fr;
		justify-content: center;
	}
	.header-main__logo {
		grid-area: logo;
		max-width: 140px;
	}
	.header-main__contacts {
		grid-area: phone;
	}
	.b-header-main .header-main__wrapper {
		grid-area: search-cart;
		display: flex;
		justify-content: space-between;
		width: 100%;
		column-gap: 15px;
	}
	.toggle-left {
		grid-area: burger-open;
		justify-self: end;
	}

	.b-contacts-main .contacts-main__phone a {
		font-size: 17px;
	}
	.b-contacts-main .contacts-main__email {
		display: none;
	}
	.b-header-cart .header-cart__count {
		top: -10px;
    	right: -5px;
	}
	.b-contact .contact__item {
		flex-direction: column;
	}
	.b-contact .contact__item > div {
		width: 100% ;
		justify-content: center;
		column-gap: 10px;
	}
	.b-contact .contact__img {
		text-align: center;
		margin-bottom: 30px;
	}
	.slick-slider1 .slick-slide {
		height: 50px;
	}

	.gallery-item {
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.b-contact .contact__item .contact__img iframe {
		width: 300px !important;
	}
	/*---------------------------------*/
	.b-partner-profile {
		display: flex;
		flex-wrap: wrap;
	}
	.b-partner-profile > a:nth-child(2) {
		display: inline;
	}
}

/* Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

@media only screen and (max-width: 1200px) {
	.header-bottom {
		/* display: none; */
	}
	.header-top {
		padding-left: 20px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 980px) {
	.toggle-left {
		display:block;
	}
	.b-header-top {
		display: none;
	}
	.b-personal-link--mobile {
		display: block;
		grid-area: personal-area;
	}
	.header-top {
		margin-bottom: 11px;
	}
	.b-header-main .header-main__socials {
		display: none;
	}
	.navigation-left {
        position: fixed;
        width: 340px;
        height: 100%;
        float: none;
        right: -340px;
        z-index: 1000;
        top: 0;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        display:block;
		pointer-events:all!important;
		padding: 16px 20px 90px 20px;
		overflow: hidden auto;
    }
	.b-search {
		width: auto;
	}
	.b-search > form {
		/* display: none; */
	}
	/* .b-search-mobile {
		display: block;
		margin-top: 5px;
	} */
	.b-search-mobile path {
		fill: #fff;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.navigation-left.active {
        right: 0;
		box-shadow:2px 0 5px 1px rgba(0,0,0,0.1);
	}

	.b-header-cart:before,
	.b-header-cart:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 46px;
		background: rgba(255, 255, 255, 0.2);
		top: -10px;
	}
	.b-header-cart:before {
		left: -20px;
	}
	.b-header-cart:after {
		right: -25px;
	}
	.b-header-main .header-main__wrapper {
		width: 55%;
		margin-right: -15px;
		margin-left: 15px;
	}
	.header-top {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.b-header-cart {
		display: flex;
		justify-content: flex-end;
		width: 64px;
	}
	.b-header-cart:before {
		left: 20px;
	}
	.b-personal-link--mobile {
		margin-left: 30px;
	}
	/*--------------------------*/
	.b-header-main .header-main__logo {
		max-width: 150px;
	}
}
@media only screen and (max-width: 959px) {
	.catalog-wrapper {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
		padding: 0 20px;
	}
	.bx-filter {
		margin-right: 0;
	}
	.sixteen.columns.products__wrapper {
		width: 300px;
	}
}
@media only screen and (max-width: 425px) {
	.navigation-left {
		width: 100%;
		right: -100%;
	}
	#slider.owl-carousel.owl-loaded {
		height: 300px;
	}
	#slider.owl-carousel .owl-stage-outer {
		height: 100%;
	}
	#slider.owl-carousel .owl-stage {
		height: 100%;
	}
	#slider .owl-dots {
		bottom: 10px;
	}
	#slider .item__btn {
		width: 100px;
		line-height: 40px;
	}
}
