@font-face { 
	font-family: "MontserratMedium";
	src: url("../font/MontserratMedium/MontserratMedium.eot");
	src: url("../font/MontserratMedium/MontserratMedium.eot?#iefix")format("embedded-opentype"),
	url("../font/MontserratMedium/MontserratMedium.woff") format("woff"),
	url("../font/MontserratMedium/MontserratMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}
/*@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);*/
@font-face {
	font-family: 'PT Sans Narrow';
	src: url('../font/pt_sans_narrow.eot');
	/* IE 9 Compatibility Mode */
	src: url('../font/pt_sans_narrow.eot?#iefix') format('embedded-opentype'),
		/* IE < 9 */
		url('../font/pt_sans_narrow.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../font/pt_sans_narrow.woff') format('woff'),
		/* Firefox >= 3.6, any other modern browser */
		url('../font/pt_sans_narrow.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/pt_sans_narrow.svg#pt_sans_narrow') format('svg');
	/* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: "Lato";
    src: url('../font/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../font/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/Lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../font/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../font/Lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}
@font-face {
	font-family: "Lato";
    src: url('../font/Lato/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../font/Lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/Lato/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../font/Lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../font/Lato/Lato-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
	text-rendering: optimizeLegibility;
}

body {
	font-family: "PT Sans Narrow";
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

.d-flex {
	display: flex;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 37px;
	font-weight: 600;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
	font-weight: 600;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 16px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 16px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

body > address {
	margin: 0;
}

.b-btn {
	border: 1px solid #171717;
	border-radius: 60px;
	padding: 14.5px 25px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #171717;
	background: #fff;
	white-space: nowrap;
}
.b-btn:hover {
	background: #171717;
	color: #fff;
	border-color: #171717; 
}
@media(max-width: 767px) {
	.b-btn {
		padding: 11.5px 25px;
	}
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	border-bottom: 4px solid #f4f4f4;
}

.product-nav-tabs>li.active>a,
.product-nav-tabs>li.active>a:focus,
.product-nav-tabs>li.active>a:hover {
	border: none;
	color: #000000;
	padding: 10px;

}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	font-size: 23px;
	line-height: 1.2;
	font-weight: 400;
	color: #000000;
	padding: 10px;
	border: none;
	position: relative;
	background-color: transparent;
	transition: all 0.3s;

}

.product-nav-tabs>li>a:focus::after,
.product-nav-tabs>li>a:hover::after {
	content: '';
	position: absolute;
	bottom: -4px;
	height: 4px;
	left: 0;
	right: 0;
	background-color: #343434;
}

.product-nav-tabs>li.active>a::after,
.product-nav-tabs>li.active>a:focus::after,
.product-nav-tabs>li.active>a:hover::after {
	content: '';
	position: absolute;
	bottom: -4px;
	height: 4px;
	left: 0;
	right: 0;
	background-color: #343434;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
#top .dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #343434;
	background-image: linear-gradient(to bottom, #6a6a6a, #343434);
	background-repeat: repeat-x;
}

/* top */
.header-top {
	height: 12px;
	background: #fff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #ffffff;
	border-color: #fff
}

#top {
	background-color: #fff;
	padding: 5px 0px 5px 0;
	margin: 0 0 19px 0;
}

#top .container {
	/*padding: 0 20px;*/
}

.container {
	max-width: 1330px;
	width: 100%;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.top_nav_button {
	padding: 12px 45px;
}
#top-links .top_nav_button:hover {
	color: #fff;
}

.top_button_phone a {
	font-size: 24px !important;
}

.top_button_phone .fa-phone {
	font-size: 20px;
	color: #343434;
	padding-right: 7px;
}

#top .dropdown-menu {
	background-color: #464646;
}

#top .dropdown {
	padding: 12px 28px;
}

#top .dropdown .fa-map-marker {
	font-size: 21px;
	color: #646464;
	padding-right: 5px;
}
#top .dropdown .fa-map-marker::before {
	color: #646464;
}
#top .dropdown:hover .fa-map-marker::before {
	color: #fff;
	background: #171717;
}

#top .dropdown a span:nth-child(2) {
	padding-right: 15px;
}

#top .dropdown a span:nth-child(3) {
	font-size: 21px;
}

#top .dropdown.b-btn:hover, #top .dropdown.b-btn:hover a {
	color: #fff;
}


.top_delivery_to_home a.top_nav_button {
	pointer-events: none;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #171717;
	font-size: 18px;
	text-decoration: none;
}

.top_delivery_to_home a.top_nav_button {
	pointer-events: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #646464;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #343434;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
	text-align: center;
	width: 100%;
	margin-bottom: 8px;
}

#top-links .list-inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top-links a+a {
	margin-left: 15px;
}

#top .top_nav_button_whatsapp,
#top .top_nav_button_telegramm {
	padding: 0;
}

#top .top_nav_button_whatsapp a {
	background-image: url(../image/whatsapp.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 26px;
}
#top .top_nav_button_whatsapp a::before {
	background-image: url(../image/whatsapp_hover.svg);
	content: '';
	position: absolute;
	top: -1000px;
}
#top .top_nav_button_whatsapp a:hover {
	background-image: url(../image/whatsapp_hover.svg);
}

#top .top_nav_button_telegramm a {
	background-image: url(../image/telegram.svg);
	background-repeat: no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	display: block;
	line-height: 26px;
}
#top .top_nav_button_telegramm a::before {
	background-image: url(../image/telegram_hover.svg);
	content: '';
	position: absolute;
	top: -1000px;
}
#top .top_nav_button_telegramm a:hover {
	background-image: url(../image/telegram_hover.svg);
}

#top .icon_shopping-cart {
	background-image: url(../image/cart.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	width: 28px;
	height: 28px;
	display: inline-block;
	top: 6px;
	position: relative;
}

#top .icon-search {
	background-image: url(../image/search.svg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	width: 28px;
	height: 30px;
	background-size: 28px 30px;
}

#toggleSearch {
	display: flex;
	align-items: center;
}
#toggleSearch  span {
	margin-left: 7px;
}

#top li {
	padding-left: 10px;
	padding-right: 10px;
	flex-shrink: 0;
}
#top li.top_timetable {
	flex-shrink: 1;
}

#top .top_nav_button_zayavka {
	color: #7a7a7a;
}

#mob_menu {
	display: none;
}

/* @media (min-width: 1200px){
	.navbar-toggle {
		display: none;
	}
} */


.top_menu2 {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 27px;
	display: flex;
	align-items: center;
}
.top_menu2  > div {
	padding: 0;
}

#top_menu2 {
	display: flex;
	justify-content: space-evenly;
	margin-top: 3px;
	margin-left: 12px;
    text-transform: uppercase;
    padding: 0 15px;
}

#mob_menu a,
#top_menu2 a {
	font-size: 16px;
	//font-weight: 600;
	color: #3e3e3e;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(0, 176, 80, 0);
}

#top_menu2 a:hover {
	border-bottom: 2px solid #343434;
}

.owl-wrapper-outer {
	border: none !important;
	box-shadow: none !important;
	border-radius: 10px !important;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
	width: 120px;
}
@media(max-width: 1199px) {
	#logo {
		width: 107px;
		margin-bottom: 0;
	}
}
@media(max-width: 767px) {
	#logo {
		width: 83px;
	}
}

/* slider */
.slider_right {
	width: 60px;
	height: 59px;
	display: block;
	position: relative;
	background: url(../image/slider_right.png);
}

.slider_left {
	width: 60px;
	height: 59px;
	display: block;
	position: relative;
	background: url(../image/slider_right.png);
	transform: rotate(180deg);
}

.slider_right,
.slider_left {
	opacity: 0.7;
}
.slider_right:hover,
.slider_left:hover {
	opacity: 1;
}
/* slick */
.thumbslick-for {
	flex: 0 0 calc(100% - 170px);
	max-width: calc(100% - 170px);
	padding-left: 30px;
}

.thumbslick {
	flex: 0 0 170px;
	max-width: 170px;
	background: #f4f4f4;
	border-radius: 7px 0 0 7px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-bottom: 35px;
	padding-left: 2px;
}

.slick-next,
.slick-prev {
	outline: none;
	border: none;
	color: transparent;
	background: transparent;
	width: 45px;
	height: 45px;
	left: 53px;
	position: relative;
	padding: 30px;
}

.slick-next:hover:after,
.slick-prev:hover:after {
	transition: all 0.3s;
	color: white;
	background: #343434;
}

img {
	max-width: 100%;
	height: auto;
	/*border-radius: 7px;*/
}

.slick-slide img {
	margin: 0 auto;
	border-radius: 16px;
}

.slick-prev::after {
	content: '>';
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #343434;
	font-size: 40px;
	background: white;
	border-radius: 25px;
	transform: rotate(-90deg);
	line-height: 40px;
	left: 0;
	top: 6px;
	position: absolute;
	padding-bottom: 0px;
}

.slick-next::after {
	content: '>';
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #343434;
	font-size: 40px;
	background: white;
	border-radius: 25px;
	transform: rotate(90deg);
	line-height: 40px;
	left: 0;
	top: 6px;
	position: absolute;
	padding-bottom: 0px;
}

.thumbslick .slick-slide {
	padding: 3px 0 !important;
}

.photoslide {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

/* test_button */
.test_button {
	padding: 30px 0 40px 0;
}

.test_button p {
	width: 50%;
	position: relative;
	margin: 0 auto;
	color: #343434;
	background: linear-gradient(53.48deg, rgba(255, 255, 255, 0.2) 19.72%, rgba(255, 255, 255, 0) 80.24%), #343434;
border-radius: 28px;
	padding: 18px 0 18px 0;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.test_button p:hover {
	background: #343434;
}



/* new_featured */
.new_featured {
	flex-direction: row;
	display: flex;
	justify-content: center;
	border: none;
	padding-bottom: 25px;
}

.new_featured li {
	border: none;
}

.new_featured li a {
	border: none !important;
	outline: none !important;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	color: #171717;
	padding: 0 20px;
}

.new_featured li.active a:focus,
.new_featured li.active a:active,
.new_featured li.active a:hover,
.new_featured li a:focus,
.new_featured li a:hover,
.new_featured li.active a {
	color: #555;
	font-size: 32px;
	font-weight: 700 !important;
}

.new_featured li a:hover, .new_featured li a:active, .new_featured li a:focus{
	background: none !important;
	font-size: 32px;
	padding: 0 20px;
}

.new_featured .separator {
	background: url(../image/Polygon.svg);
	background-repeat: no-repeat;
	width: 18px;
	height: 19px;
	margin: auto 0;
}

/* askanswer */
.askanswer {
	margin-bottom: 120px;
}
.askanswer .header {
	margin-top: 80px;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #343434;
}

/*.askanswer .header span:nth-child(1) {
	display: inline-block;
	padding: 7px;
	border-left: 4px solid #343434;
	border-top: 4px solid #343434;
	margin-right: 15px;
	margin-bottom: 9px;
}*/

/*.askanswer .header span:nth-child(2) {
	display: inline-block;
	padding: 7px;
	border-right: 4px solid #e72033;
	border-bottom: 4px solid #e72033;
	margin-left: 11px;
	margin-top: 9px;
	background: url(../image/fast-delivery_1.png) center no-repeat;
}*/
.delivery {
	margin-top: 80px;
}
.header span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header span img {
	margin: 0 12px;
}

/* collections */
.collections {
	/* display: flex;
	flex-wrap: wrap; */
	/*padding-bottom: 35px;*/
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 60px;
}
/* .collections-mobile.row{
	display: none;
} */

.collect_item {
	/* padding: 9px; */
	padding: 5px 15px;
	position: relative;
	display: flex;
	justify-content: center;
}

/* .collect_item:nth-child(1),
.collect_item:nth-child(4),
.collect_item:nth-child(7) {
	padding-left: 0;
}

.collect_item:nth-child(3n) {
	padding-right: 0;
} */
.collect_item div:hover {
    border-bottom: 1px solid #343434;
}
.collect_item div {
	/* position: absolute;
	top: 66%;
	color: white;
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 1.2; */
	position: static;
    /* color: #000;
    font-size: 20px;
    text-decoration: underline; */
	font-size: 20px;
    font-weight: 600;
    color: #3e3e3e;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 176, 80, 0);
}

.product_title h1 {
	text-transform: uppercase;
	padding-bottom: 16px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 34px;
}

#product {
	background: #f4f4f4;
	padding: 23px;
	border-radius: 7px;
	height: 588px;
}

#button-cart {
	width: 80%;
}

/* product calculator */
.product_calc_top .header_calc {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.btn_calc_onebuy {
	background: #e1dfdf;
	border-radius: 25px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 16px;
	color: #3e3e3e;
	max-width: 185px;
	width: 100%;
	position: relative;
	margin: 20px auto;
	cursor: pointer;
	line-height: 30px;
}

.btn_calc_onebuy span {
	background: url(../image/mouse.png);
	width: 16px;
	height: 22px;
	display: inline-block;
	top: 5px;
	position: relative;
	margin-right: 7px;
}

.btn_calc_pak,
.btn_calc_kvm2 {
	background: #e1dfdf;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	color: #3e3e3e;
	max-width: 185px;
	width: 100%;
	position: relative;
	margin: 20px auto;
	/*cursor: pointer;*/
	line-height: 30px;
}

.btn_calc_pak i:nth-child(1),
.btn_calc_kvm2 i:nth-child(1) {
	top: -2px;
	position: relative;
	padding: 7px;
	cursor: pointer;
}

.btn_calc_pak i:nth-child(3),
.btn_calc_kvm2 i:nth-child(3) {
	top: -2px;
	position: relative;
	padding: 7px;
	cursor: pointer;
}

#pak,
#kvm2 {
	border: none;
	width: 114px;
	text-align: center;
	font-size: 21px;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}

.product_calc_bottom {
	text-align: center;
}

.product_calc_bottom .price {
	padding: 0 0 25px;
}

.product_calc_bottom .price div:nth-child(1) {
	color: #000000;
	font-size: 35px;
	font-weight: bold;
	padding: 7px;
}

.product_calc_bottom .price div:nth-child(2) {
	font-size: 16px;
}

.product_calc_top {
	padding-top: 11px;
}

.product_calc_body {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	padding-top: 25px;
}

.product_calc_body>div {
	text-align: center;
	width: 155px;
	margin-bottom: 27px;
}

.product_calc_body>div div:nth-child(1) {
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 5px;
}

.product_calc_body>div div:nth-child(2) {
	font-size: 16px;
	color: #3c4c59;
}

/* baner title */
.baner_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.baner_title .start_span <!--{
	display: inline-block;
	padding: 17px;
	border-left: 11px solid #343434;
	border-top: 11px solid #343434;
	position: absolute;
	top: -40px;
}-->

<.baner_title .end_span {
	<!--display: inline-block;
	padding: 17px;
	border-right: 11px solid #e72033;
	border-bottom: 11px solid #e72033;
	margin-left: 11px;
	margin-top: 9px;
	bottom: -40px;
	position: absolute;
	right: 0;-->
}

.baner_title .title {
	text-align: center;
	line-height: 0.9;
	font-size: 40px;
	margin: 0px -90px 0px -90px;
	color: white;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	padding: 15px;
    letter-spacing: 0.2em;
    border: 10px solid;
    border-image: linear-gradient(106deg, #00ab49 38%, #dc1931 65%);
    border-image-slice: 1;
}


/*new banner*/
.baner_title .banner_link {
	position: absolute;
	top: 130%;
	left: 20%;
	background: #3a3a3a;
	color: white;
	text-transform: uppercase;
	border-radius: 20px;
	font-size: 27px;
	padding: 20px 50px;
	border-radius: 30px;
}
.baner_title .banner_link:hover {
	background: #343434;
}
/* module_html */
.map-block.container-fluid {
	position: relative;
	width: 98.9vw;
	margin-left: calc((100% - 99vw) / 2);
	padding: 0;
}

.module_html .html_body {
	display: flex;
	font-size: 18px;
	align-items: center;
}

.html_body .html {
	padding-left: 0;
	width: 100%;
}

.html .html__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	text-transform: uppercase;
	color: #171717;	
}
#content .html .html__title {
	margin-bottom: 20px;
	color: #171717;
}

.html .html__title img {
	margin-right: 8px;
}

.html_body .html p {
	margin: 0 0 16px 0;
	font-size: 20px;
	line-height: 130%;
	color: #171717;
}

.html .official .html__btn {
	padding: 14px 60px;
	margin-top: 32px;
	font-weight: 700;
}

.official {
	display: flex;
	gap: 24px;
	align-items: stretch;
	margin-bottom: 120px;
}
.official .official-left {
	width: calc(50% - 12px);
	flex-basis: calc(50% - 12px);
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 16px;
	background: #f8f8fa;
	padding: 30px 30px 37px 30px;
}
.official .about_image {
	width: calc(50% - 12px);
	flex-basis: calc(50% - 12px);
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 16px;
	overflow: hidden;
}
.official .about_image .swiper {
	height: 100%;
}
.official .official-left .sect_right_1 {
	padding: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #f4f4f4;
	border-radius: 16px;
	background: #fff;
}
.official .official-left .sect_right_1 img {
	width: 75px;
}
.official .official-left .sect_right_1 p {
	margin: 0;
}
.module_html .header {
text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: #343434 !important;
    margin-bottom: 24px !important;
	padding-top: 46px;
	padding-bottom: 16px;
	text-align: center;
}

@media (max-width: 991px) {
	.official {
		flex-direction: column;
	}
	.official .official-left {
		width: 100%;
		flex-basis: 100%;
	}
	.official .about_image {
		width: 100%;
		flex-basis: 100%;
	}
}
@media (min-width: 768px) {
	.html__text-2, .html__btn-2 {
		display: none;
	}
}
@media (max-width: 767px) {
	.official .swiper-pagination-bullet {
		height: 9px !important;
		width: 9px !important;
	}
}
@media (max-width: 576px) {
	.official {
		gap: 10px;
		margin-bottom: 60px;
	}
	.official .official-left {
		padding: 20px 17px 52px 20px;
	}
	#content .html .html__title {
		font-size: 21px;
		line-height: 110%;
		margin-bottom: 16px;
	}
	.html_body .html p {
		margin-bottom: 8px;
		font-size: 15px;
		line-height: 130%;
	}
	.official .official-left .sect_right_1 {
		margin-top: 20px;
		padding: 12px 16px;
	}
	.official .official-left .sect_right_1 p {
		font-size: 13px;
	}
	.official .official-left .sect_right_1 img {
		width: 45px;
	}
	.html .official .html__btn {
		margin-top: 24px;
		padding: 13px 60px;
	}
	.official .swiper {
		margin: 0;
	}
}

/* mod */
.module_news {
	margin-bottom: 120px;	
}
.module_news .news-inner {
	position: relative;
}
.news-container {
	display: grid;
	grid-template-columns: 39% 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 31px;
	color: #171717;
}
.news-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}
.news-item img {
	border-radius: 16px;
}
.news-item:hover img {
	box-shadow: 0 4px 10px 0 rgba(23, 23, 23, 0.05);
}
.news-item .caption h4 {
	margin-top: 24px;
	margin-bottom: 0;
}
.news-item .caption h4 a {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	color: #171717;
}
.news-item .caption p {
	margin-top: 8px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 120%;
	color: #646464;
}
.news-item .b-btn {
	width: 100%;
}
@media(min-width: 768px) {
	.module_news .news-item:not(.first-news) .caption p, .module_news .news-item:not(.first-news) .b-btn {
		display: none;
	}
	.module_news .swiper-button-prev,
    .module_news .swiper-button-next {
    	display: none;
    }
}
.news-item .b-btn {
	margin-top: auto;
}
.first-news {
	grid-row: 1/3;
}
.first-news .caption h4 {
	font-size: 24px;
}

@media(max-width: 1199px) {
	.news-item .caption h4 {
		font-size: 18px;
	}
	.first-news .caption h4 {
		font-size: 21px;
	}
}
@media(max-width: 767px) {
	.news-container {
		display: flex;
		gap: 0;
	}
	.first-news .caption h4 {
		font-size: 18px;
	}
}

/* swiper */
@media(max-width: 767px) {	
    .module_news .swiper-button-prev,
    .module_news .swiper-button-next {
        top: -64px; 
    }
    .module_news .swiper-button-prev {
        right: 52px;
        left: auto;
    }
    .module_news .swiper-button-next {
        right: 0px;
    }    
}
@media(max-width: 576px) {	
	.module_news {
		margin-bottom: 60px;
	}
    .module_news .swiper-button-prev,
    .module_news .swiper-button-next {
        top: -42px;
    } 
    .module_news .swiper-button-prev {
        right: 42px;
    }
}
/* swiper */


/* BEGIN страница новостей */
.news-wrapper {
	margin-bottom: 120px;
}
.news-wrapper .row::before, .news-wrapper .row::after {
	display: none;
}
.news-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	margin-bottom: 40px;
}

@media (max-width: 900px) {
	.news-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 576px) {
	.news-wrapper {
		margin-bottom: 60px;
	}
	.news-list {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 30px;
	}
}

.news-full {
	margin: 20px auto 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	max-width: 900px;
	gap: 43px;
}
.news-full img {
	border-radius: 16px;
}
#content .news-full h1 {
	margin: 0;
	font-size: 48px;
	line-height: 120%;
	text-transform: uppercase;
	color: #171717;
}
.news-full .news-description, .news-full .news-description p {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #646464;
}
.news-full p {
	margin-top: 16px;
	margin-bottom: 0;
}
@media(max-width: 1199px) {
	#content .news-full h1 {
		font-size: 32px;
	}
}
@media(max-width: 576px) {
	.news-full {
		margin: 0px auto 60px;
		gap: 24px;
	}
	#content .news-full h1 {
		font-size: 24px;
	}
	.news-full .news-description, .news-full .news-description p {
		font-size: 14px;
	}
}
/* END страница новостей */


/* search */
#search {
	position: relative;
}

#search .input-lg {
	height: 52px;
	line-height: 24px;
	padding: 14px 16px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	text-shadow: 0 1px 0 #FFF;
	border: none;
	background-color: transparent;
	box-shadow: none;
	background-image: none;
}

#search .btn-lg:focus {color: #333 }

#search .btn-lg i.fa {
	font-size: 18px;
}

.search-design {
	display: flex;
}
.b-btn.b-btn-design-project {
	flex-grow: 0;
}

	/* cart */
#cart {
	margin-bottom: 10px;
}

#cart tr {
	background-color: #ffffff;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #464646;
	/*background-color: #FFFFFF;*/
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	/*background: #eee;*/
	background-color: #ffffff;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		min-width: 290px;
	}

	#cart .dropdown-menu li p {
		white-space: nowrap;
	}

	.dropdown-menu.pull-right {
		right: -15px !important;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* footer */
footer {
	padding: 50px 0 60px 0;
	background-color: #F8F8FA;
	color: #171717;
	font-family: 'Roboto Condensed';
}

footer .row:nth-child(1) {
	padding-bottom: 46px;
}

footer .row:nth-child(2) {
	padding: 50px 0;
}

footer .row:nth-child(3) {
	padding-top: 42px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #646464;
	font-size: 18px;
}

footer a:hover {
	color: #646464;
}

footer h5 {
	font-size: 22px;
	margin: 0 0 16px 0;
	font-weight: 500;
	line-height: 110%;
	color: #171717;
}

.footer__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 128%;
	text-transform: uppercase;
	color: #171717;
	margin: 0;
}

footer .row:nth-child(3) .list-unstyled li {
	margin-bottom: 14px;
}

.list-unstyled__item {
	margin-bottom: 32px;
}
footer .list-with-image li {
	display: flex;
	align-items: center;
}

.footer-row-2__title {
	font-size: 18px;
	line-height: 117%;
	color: #171717;
}
footer .footer-num, footer .footer-clock {
	font-family: 'PT Sans Narrow';
}

.footer-clock span {
	margin-left: 6px;
}

.list-unstyled li img {
	margin-right: 20px;
}

.footer-socilal__item {
	margin-right: 18px;
}

.footer-call-btn {
	padding: 13px 25px;
	letter-spacing: 0.03em;
	white-space: nowrap;
	background-color: transparent;
	cursor: pointer;
	border-width: 2px;
	display: inline-flex;
}

footer .img-response {
	padding-top: 7px;
}

footer .logo {
	width: 120px;
}

footer .afterlogo2 {
	color: #646464;
	padding-top: 16px;
	line-height: 125%;
}


footer .callback {
	padding-top: 7px;
}

@media (min-width: 992px) {
	footer .row:nth-child(3) > div:nth-child(1) iframe {
		display: none;
	}	
}

@media (max-width: 991px) {
	footer .row .col-md-3 {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.footer__title {
		text-align: center;
	}
	footer .row:nth-child(3) > div:nth-child(2) iframe {
		display: none;
	}	
	footer .row:nth-child(3) > div:nth-child(1) iframe {
		margin-bottom: 24px;
	}
	footer .row:nth-child(3) > div:nth-child(1) {
		order: 1;
	}
	footer .row::before, footer .row::after {
		display: none;
	}
	footer .row .list-unstyled {
		margin-bottom: 24px;
	}
	footer .row .list-unstyled li {
		text-align: center;		
	}
	footer .row:nth-child(n) .list-unstyled li:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	footer .row:nth-child(2) > div:nth-child(2) .footer-call-btn {
		display: none;
	}
}
@media (max-width: 767px) {
	footer .row:nth-child(2) > div:nth-child(1) .footer-call-btn {
		display: none;
	}
	footer {
		padding: 40px 15px 56px 15px;
	}
	.footer__title {
		font-size: 22px;
	}
	.footer-row-2__title {
		font-size: 16px;
		line-height: 131%;
		margin-bottom: 8px;
	}
	footer h5 {
		margin-bottom: 16px;
	}
	footer a {
		font-size: 16px;
		line-height: 125%;
	}
	.list-unstyled li img {
		margin-right: 8px;
	}
	footer .list-unstyled__item {
		margin: 0;
	}
	footer .row:nth-child(1) {
		padding-bottom: 31px;
		border-bottom: 1px solid #d9d9d9;
	}
	footer .row:nth-child(2) {
		padding: 33px 0 26px 0;
		border-bottom: 1px solid #d9d9d9;
	}
	footer .row .col-md-3 {
		padding: 0;
	}
	footer .row:nth-child(2) .col-md-3 .list-unstyled li:nth-child(3) a {
		margin: 0;
	}
	.footer-call-btn {
		margin-bottom: 24px;
	}
	.footer-clock span {
		margin-left: 2px;
	}
	.footer-socilal__item {
		margin-right: 22px;
	}
	footer .row:nth-child(2) .col-md-3:nth-child(3) .list-unstyled li img, footer .row:nth-child(2) .col-md-3:nth-child(4) .list-unstyled li img {
		margin-right: 16px;
	}
	footer .row .col-md-3:last-child .list-unstyled {
		margin-bottom: 0;
	}
	footer .row:nth-child(3) {
		padding-top: 32px;
	}
	footer .row:nth-child(3) .list-unstyled li {
		margin-bottom: 8px;
	}
	footer .row:nth-child(3) > div:nth-child(1) iframe {
		margin-top: 32px;
	}
	footer .afterlogo2 {
		font-size: 15px;
		line-height: 133%;
		text-align: center;
	}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0 0 0;
	background-color: transparent;
	font-weight: 600;
}

.breadcrumb i {
	font-size: 15px;
	color: #000;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 6px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:first-child {
	padding-left: 0;
}
.breadcrumb>li:last-child::after {
	content: none;
}

.breadcrumb>li a {
	color: #171717;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	font-weight: 400;
}

.breadcrumb>li:last-child a {
	font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #171717;
}

.breadcrumb>li:after {
	content: '/';
	display: block;
	position: absolute;
	top: -1px;
	right: -7px;
	width: 7px;
	height: 23px;
	color: #171717;
	font-weight: 400;
}

@media(max-width: 576px) {
	.breadcrumb {
		margin: 0 0 16px 0;
	}
	.breadcrumb>li a, .breadcrumb>li:last-child a {
		font-size: 14px;
	}
	.breadcrumb > li::after {
		font-size: 14px;
		top: 0;
	}
}

.pagination {
	margin: 0;
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: stretch;
}
.text-left ..pagination {
	justify-content: flex-start;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	font-family: 'Roboto Condensed';
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #171717;
	padding: 8px;
	float: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
	min-width: 34px;
	height: 100%;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
	border-radius: 8px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background: #171717;
	color: #fff;
	border: 1px solid #171717;
}

.pagination>.active>a path,
.pagination>.active>a:focus path,
.pagination>.active>a:hover path,
.pagination>.active>span path,
.pagination>.active>span:focus path,
.pagination>.active>span:hover path,
.pagination>li>a:focus path,
.pagination>li>a:hover path,
.pagination>li>span:focus path,
.pagination>li>span:hover path {
	stroke: #fff;
	fill: #fff;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 18px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 16px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #343434;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	margin-bottom: 20px;
	/*overflow: hidden;*/
	border: 1px solid #e6eaee;
	border-radius: 16px;
	padding: 0px 0px 24px 0px;
}
.product-thumb:hover {
	border-color: #171717;
}

.product-thumb .image-wrap {
	margin-right: -1px;
	margin-left: -1px;
}

.product-thumb .image {
	text-align: center;
}


.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb h4 a {
	font-family: 'PT Sans Narrow';
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #171717;
	text-transform: none;
	overflow: hidden;
}

.product-thumb .caption {
	padding: 6px 20px;
	/*min-height: 180px;*/
	text-align: center;
}

.product-thumb .caption p {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #646464;
}

.product-thumb .caption .price {
	display: flex;
	justify-content: center;
	margin: 20px -10px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	color: #171717;
}

.price-metrs {
	display: flex;
}

span .price-sqr {
	font-size: 18px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1300px) {
	.product-thumb h4 a {
		font-size: 20px;
	}
	.product-thumb .caption p {
		font-size: 14px;
	}
	.reviews-count {
		font-size: 16px;
	}
	.product-thumb .caption .price {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.product-thumb h4 a {
		font-size: 18px;
	}
	
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

/*.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}*/

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #343434;
	font-size: 32px;
	font-weight: bold;
	margin-top: 5px;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	/*border-top: 1px solid #ddd;
	background-color: #eee;*/
	overflow: auto;
	padding-bottom: 32px;
	text-align: center;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	padding: 14.5px 78px;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}



/* advantage */
.advantage .adv_item .adv_image {
	width: 135px;
	height: 100px;
	margin: 0 auto;
}

.advantage .adv_items {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.advantage .adv_item {
	width: 378px;
	/*height: 240px;*/
}

.advantage .adv_item:hover {
	background: #3434340d;
	border-radius: 20px;
}

.advantage h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 37px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 60px;
}

.advantage .adv_title {
	text-align: center;
	font-size: 22px;
	margin: 10px;
	font-weight: 700;
	padding: 6px 0 0 0;
	color: #343434;
	text-transform: inherit;
}

.ocpcb-control {
	border-color: eeeeee !important;
	border-radius: 0 !important;
}

.ocpcb-control:focus-visible {
	border-color: black !important;
	border-radius: 0 !important;
}

.ocpcb .btn-success {
	background: linear-gradient(46.84deg, rgba(255, 255, 255, 0.2) 20.88%, rgba(255, 255, 255, 0) 81.43%), #343434 !important;
border-radius: 28px !important;
	color: #fff !important;
	border: none !important;
	max-width: 202px;
	width: 100%;
	height: 47px;
}

.mfpocp-close {
	right: 5px !important;
	top: 5px !important;
}

.ocpcb .btn-success:hover {
	background: #343434 !important;
}

.ocpcb .btn-success:hover,
.ocpcb .btn-success:focus {
	transition: all 0.3s;
	background: #343434 !important;
	color: #fff !important;
}

.advantage.bezop .adv_description {
	text-align: center;
	font-size: 18px;
	padding: 0 44px;
}

.advantage.preim .adv_description {
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	color: #646464;
}

.featured {
	margin-top: 0;
	margin-bottom: 120px;
}

.advantage.preim {
	margin-top: 100px;
}

.featured .product-layout {
	padding: 0;
}

.featured .row {
	display: flex;
	gap: 33px;
	justify-content: space-between;
}
.featured .row::before, .featured .row::after {
	display: none;
}

.featured .feat_head {
	margin-bottom: 50px;
	display: flex;
	gap: 25px;
}

.featured .feat-image {
	flex: 0 0 calc(50% - 12.5px);
	width: calc(50% - 12.5px);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
	border-radius: 16px 16px 16px 16px;
}

.featured .feat-image .feat-html {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	line-height: 108%;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}

#content .featured .feat-image .feat-html h3 {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	letter-spacing: 0.045em;
	color: #FFFFFF;
	margin-bottom: 7px;
	text-transform: none;
}
.featured .feat-image .feat-html .feat-params {
	display: flex;
	justify-content: flex-start;
	line-height: 140%;
	margin-bottom: 11px;
}
.featured .feat-image .feat-html .feat-params .feat-params-left {
	padding-right: 10px;
}
.featured .feat-image .feat-html .feat-params .feat-params__item {
	margin-bottom: 2px;
}
.featured .feat-image .feat-html .feat-text {
	margin-bottom: 13px;
}
.featured .feat-image .feat-html .feat-icons {
	display: flex;
	margin-bottom: 30px;
	margin-right: 30px;
}
.featured .feat-image .feat-html .feat-icons > div {
	border: 2px solid #fff;
	border-radius: 11px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 17px;
	width: 57px;
	height: 57px;
	font-family: 'Lato';
	font-size: 14px;
	line-height: 113%;
	letter-spacing: 0.04em;
	padding-top: 4px;
}
.featured .feat-image .feat-html .feat-icons > div span {
	font-size: 16px;
	line-height: 99%;
}
.featured .feat-image .feat-html .feat-icons .feat-icons__faska {
	background: url('../image/faska.svg') center 18px no-repeat;
	background-size: contain;
	padding-top: 29px;
	justify-content: flex-start;
	margin-right: 0;
}

.featured .feat-bodytext {
	flex: 0 0 calc(50% - 12.5px);
	width: calc(50% - 12.5px);
	padding: 30px;
	font-size: 19px;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;	
	border: 1px solid #e6eaee;
	border-radius: 16px;
}

#content .featured .feat-bodytext h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 6px 0;
	font-size: 28px;
	margin-top: 0;
	line-height: 120%;
	color: #171717;
}

.featured .feat-bodytext p {
	font-size: 20px;
	line-height: 140%;
	color: #171717;
}

.featured .feat-bodytext .razmer-container {
	display: flex;
	justify-content: flex-start;
	gap: 12px;
	flex-wrap: wrap;
	margin: 40px 0;
}

.featured .feat-bodytext .razmer {
	border: 1px solid #f4f4f4;
	border-radius: 16px;
	padding: 10px 12px 10px 40px;
	font-size: 16px;
	line-height: 138%;	
	color: #171717;
}

.featured .feat-bodytext .razmer.razmer1 {
	background: #f8f8fa url('../image/razmer1.svg') 12px 10px no-repeat;
	background-size: 24px;
}

.featured .feat-bodytext .razmer.razmer2 {
	background: #f8f8fa url('../image/razmer2.svg') 12px 10px no-repeat;
	background-size: 24px;
}

.featured .feat-bodytext .razmer .r-name {
	color: #646464;
}

.featured .feat-bodytext a {
	padding: 13px 73px;
	margin-top: auto;
	font-weight: 700;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

/* .featured .feat_head .feat-image { */
/* min-width: 100%;
	max-width: 100%; */
/* height: auto; */
/* } */

.image img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-controls .owl-pagination {
	text-align: center;
	top: -30px;
	position: relative;
}

#content .owl-controls .owl-page.active span {
	background: rgba(255, 255, 255, 0.9);
}

.product-page__charac-list-wrap {
	display: block;
}

.product-page__charac-list-name {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #373737;
	margin-bottom: 20px;
	display: none;
}

.product-page__charac-list {
	max-height: 7000px;
	transition: all 0.3s;
}

.product-page__charac-list.hiden {
	max-height: 248px;
	overflow: hidden;
}

.product-page__charac-more {
	display: none;
	justify-content: center;
	border-top: 1px solid #dfdfdf;
}

.product-page__charac-more span {
	display: block;
	padding: 9px 30px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #3e3e3e;
	border-radius: 0 0 10px 10px;
	background-color: #f4f4f4;
	cursor: pointer;
}

.product-page__charac-more.showen .shows {
	display: none;
}

.product-page__charac-more .hidens {
	display: none;
}

.product-page__charac-more.showen .hidens {
	display: block;
}

.product-page__charac-item {
	display: flex;

}

.product-page__charac-item:nth-child(odd) {
	background-color: #f4f4f4;
}

.product-page__charac-item .item {
	flex: 0 0 50%;
	max-width: 50%;
	font-size: 18px;
	line-height: 120%;
	font-weight: 400;
	color: #373737;
	box-sizing: border-box;
	padding: 5px 20px;
}

.related-product {
	margin-top: 70px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	padding-bottom: 12px;
	color: #000000;
	border-bottom: 4px solid #f4f4f4;
	margin-bottom: 28px;
}

.product-thumb__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.product-thumb__list .product-thumb {
	flex: 0 0 calc(100% / 4);
	padding: 0 15px;
	display: flex;
	flex-direction: column;
}

.product-thumb__list .product-thumb .caption {
	padding-top: 15px;
	display: flex;
	flex-direction: column;
}

.product-thumb__list .product-thumb .image {
	max-height: 303px;
	overflow: hidden;
}

.product-thumb .button-group {
	margin-top: auto;
	padding-bottom: 0;
}

#tab-description p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #373737;
	line-height: 1.2;
}

.follow {
	background-color: #2f2f2f;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.follow .title {
	font-size: 26px;
	margin-bottom: 8px;
	color: #fff;
}

.follow img {
	max-width: 20px;
}

.follow-wrap {
	display: flex;
	flex-direction: column;
	padding-right: 30px;
}

.follow-wrap span {
	font-size: 20px;
	color: #fff;
	opacity: 0.6;
}

.follow .input-group {
	position: relative;
	width: 400px;
	display: block;
	height: 55px;
}

.follow .for-img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 20;
	cursor: pointer;
}

.product-accessories {
	margin-top: 15px;
	position: relative;
}

.product-accessories::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	z-index: -1;
	background-color: #f4f4f4;
}

.product-accessories .wrapper {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

.product-accessories h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	color: #000000;
	margin-top: 0;
	margin-bottom: 12px;
}

.product-accessories p {
	font-size: 18px;
	color: #373737;
	margin-top: 0;
}

.donotgo {
	background-color: #f4f4f4;
	padding: 20px 0;
	flex: 1;
}

.donotgo__wrap {
	display: flex;
}

.donotgo .img {
	max-width: 371px;
	width: 100%;
	margin-right: 48px;
}

.donotgo h2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #000000;
	margin: 0 0 50px;
}

.donotgo h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #000000;
	margin: 0 0 30px;
}

.donotgo .donotgo__form {
	display: flex;
	justify-content: space-between;
}

.donotgo label {
	flex: 0 0 48%;
	max-width: 48%;
	margin-bottom: 32px;
}

.donotgo input {
	border: none;
	background: transparent;
	border-bottom: 1px solid #dfdfdf;
	font-size: 25.4px;
	line-height: 1.2;
	font-weight: 400;
	width: 100%;
	color: #010000;
	outline: none !important;
}

.donotgo input::placeholder {
	font-size: 25.4px;
	line-height: 1.2;
	font-weight: 400;
	color: #010000;
}

.donotgo__bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.donotgo__bottom a {
	color: #343434 !important;
}

.donotgo__bottom p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #3c4c59;
	margin: 0 20px 0 0;
}

.donotgo__btn {
	font-size: 25.4px;
	line-height: 1.2;
	font-weight: 400;
	color: #ffffff;
	width: 229px;
	height: 43px;
	background-color: #3a3a3a;
	text-align: center;
	border: 1px solid #3a3a3a;
	border-radius: 30px;
}

.donotgo__btn:hover {
	color: #000;
	background-color: #fff;
	transition: all 0.3s;
}

.panel.ocfilter {
	border: none;
}

.panel.ocfilter .panel-heading {
	display: none;
}

.list-group-item.ocfilter-option.hidens .ocf-option-values {
	max-height: 0;
	overflow: hidden !important;

}

.list-group-item.ocfilter-option.hidens .ocf-option-name::after {
	transform: rotate(90deg);
}

.list-group-item.ocfilter-option {
	border: none;
	padding: 0 0 20px;
	border-bottom: 1px solid #c7c4c4;
	margin-bottom: 20px;
}

.list-group-item.ocfilter-option .ocf-option-name {
	padding-left: 29px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	color: #000000;
	position: relative;
	cursor: pointer;
}

.list-group-item.ocfilter-option .ocf-option-name::after {
	transition: all 0.5s;
	content: '>';
	transform: rotate(-90deg);
	color: #373737;
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 24px;
	opacity: 0.8;
}

.list-group-item.ocfilter-option label {
	font-size: 18px;
	color: #373737;
	font-weight: 400;
}

.list-group-item.ocfilter-option label.ocf-selected {
	color: #373737;
}

.list-group-item.ocfilter-option label small.badge {
	background-color: transparent;
	font-size: 18px;
	color: #373737;
	margin-left: 5px;
	position: relative;
	opacity: 1;
}

.list-group-item.ocfilter-option label small.badge:after {
	content: '(';
	color: #373737;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 18px;
}

.list-group-item.ocfilter-option label small.badge:before {
	content: ')';
	color: #373737;
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 18px;
}

/* .list-group-item.ocfilter-option label input {
	width: 19px;
	height: 19px;
	border: 1px solid #c7c4c4;
	border-radius: 0;
} */

.ocf-option-values {
	transition: all 0.5s;
	max-height: 1800px;
}

.ocfilter-option-popover .btn {
	background: #fff;
	box-shadow: none;
	border: 1px solid #343434;
	color: #000;
	outline: none;
}

.ocfilter-option-popover .btn:active {
	background: #fff;
	box-shadow: none;
	border: 1px solid #343434;
	color: #000;
	outline: none;
}

.ocfilter-option-popover .btn:hover {
	transition: all 0.3s;
	background: linear-gradient(46.84deg, rgba(255, 255, 255, 0.2) 20.88%, rgba(255, 255, 255, 0) 81.43%), #c1bbbb;
	box-shadow: none;
	border: 1px solid #3a3a3a;
	color: #363636;
	outline: none;
}

.list-group-item.selected-options {
	margin-bottom: 16px;
}

.list-group-item.selected-options .ocfilter-option {
	background: transparent;
	font-size: 16px;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger {
	color: #ffffff;
  	background: linear-gradient(46.84deg, rgba(255, 255, 255, 0.2) 20.88%, rgba(255, 255, 255, 0) 81.43%), #343434;
	outline: none;
	border: none;
}

.my-label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.ocfilter-option .my-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	margin: 0;

}

.title-item {
	padding-left: 28px;
}

/* Create a custom checkbox */
.my-label .checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: transparent;
	border: 1px solid #cac8c8;
}

/* On mouse-over, add a grey background color */
.my-label:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.my-label input:checked~.checkmark {
	background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.my-label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.my-label input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.my-label .checkmark:after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.table-cart {
	margin-bottom: 60px;
}

.table-cart__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f4f4f4;
}

.table-cart__item-img {
	flex: 0 0 170px;
	max-width: 170px;
}

.table-cart__item-name {
	padding-left: 50px;
	flex: 0 0 43%;
	max-width: 43%;
}

.table-cart__item-name a {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #000000;
}

.table-cart__item-calc.btn_calc_kvm2 {
	width: auto;
	flex: 0 0 205px;
	max-width: 205px;
}

.table-cart__total {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	flex: 0 0 15%;
	max-width: 15%;
}

.table-total {
	margin-top: 30px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.table-total span {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #3c4c59;
	margin-bottom: 10px;
}

.table-total .table-total-wrap {
	display: none;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
}

.table-total-wrap:last-child {
	display: block;
}

.form-horizontal .btn-primary,
.table-total .btn-primary,
.simplecheckout-button-right .btn-primary {
	/* max-width: 229px; */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #171717;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #171717;
	border-radius: 100px;
	font-size: 18px;
	margin-top: 16px;
	text-shadow: none;
	box-shadow: none;
	padding: 13.2px 50px;
}
@media(max-width: 767px) {
	.form-horizontal .btn-primary,
	.table-total .btn-primary,
	.simplecheckout-button-right .btn-primary {
		font-size: 16px;
		margin-top: 4px;
	}
}

.prmn-cmngr__confirm-btns .btn-primary {
	border: 1px solid #3a3a3a;
	background: #3a3a3a;
	color: #fff;
}

.prmn-cmngr-cities__city a {
	color: #000;
}

.prmn-cmngr-cities__city a:hover {
	color: #000;
}

.prmn-cmngr-cities__search-item_selected {
	background: #3a3a3a !important;
}

.btn-info {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: #010000;
	line-height: 38px;
	text-align: center;
	border: 2px solid #343434;
	border-radius: 26px;
	font-size: 20px;
	margin-top: 10px;
	padding: 5px 10px;

	position: absolute !important;
	margin-bottom: 15px !important;
}

.btn-info .fa {
	margin-right: 8px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
	background: #171717;
	color: #fff;
	border: 1px solid #171717;

}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-info:hover,
.form-horizontal .btn-primary:hover,
.table-total .btn-primary:hover,
.simplecheckout-button-right .btn-primary:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	transition: all 0.3s;
	background: transparent;
	color: #171717;
	border: 1px solid #171717;
}

.category-list.row {
	display: flex;
	flex-wrap: wrap;
}

.simple-content .checkout-heading.panel-heading {
	background: transparent;
	font-size: 24px;
}

.simplecheckout .form-horizontal .control-label {
	text-align: left;
	font-size: 16px;
}

.information-contact .form-control,
.simplecheckout .form-control,
#review .form-control:focus,
.form-control:focus {
	border-radius: 22px;
    /* border: 1px solid #ccc; */
}

.information-contact .form-control:focus,
.simplecheckout .form-control:focus,
#review .form-control:focus,
.form-control:focus {
	box-shadow: none;
	border-color: #000;
}

.simplecheckout-block-content .radio label {
	font-size: 16px;
}

/* Customize the label (the container) */
.my-radio {
	display: block;
	position: relative;
	padding-left: 29px !important;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.my-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.my-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #666;
}

/* On mouse-over, add a grey background color */
.my-radio:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.my-radio input:checked~.checkmark {
	background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.my-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.my-radio input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.my-radio .checkmark:after {
	top: 5px;
	left: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: black;
}

#simplecheckout_comment textarea {
	margin-top: 10px !important;
	resize: none;
}

textarea.form-control {
	resize: none;
}

.information-contact {
	font-size: 16px;
	color: #000;
}

.panel-default>.panel-heading {
	border: none;
	background: transparent;
	padding-left: 0;
}

.panel.panel-default {
	border: none;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #ddd; */
}


.follow .form-control:focus,
#review .form-control:focus {
	box-shadow: none !important;
	border-color: transparent;
}

.follow .form-control,
#review .form-control:focus {
	width: 100%;
	border-radius: 27px !important;
	background-color: #fff;
	color: #222222;
	box-sizing: border-box;
	padding-left: 25px;
	text-transform: uppercase;
	height: 55px;
	font-size: 20px !important;
	line-height: 55px;

}

.follow .form-control::placeholder {
	font-size: 20px;
	line-height: 55px;

}
.collections-mobile.row{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.product-stiky .red {
	background-color: #3e3e3e;
	border-color: #e1dfdf;
}

@media (max-width: 1199px) {
	#content h1 {
		font-size: 28px;
	}
	.list-group-item.ocfilter-option label.ocf-selected {
		display: flex;
		align-items: center;
	}
	.list-group-item.ocfilter-option label,
	.list-group-item.ocfilter-option label small.badge,
	.list-group-item.ocfilter-option label small.badge:before,
	.list-group-item.ocfilter-option label small.badge:after {
		font-size: 13px;
	}
	.collections.row{
		display: none !important;
	}

	.btn-info {
		font-size: 14px;
	}
	
	.product-thumb__list {
		margin: 0;
	}

	.product-thumb__list .product-thumb {
		flex: 0 0 calc(100% / 3);
		border: 1px solid #ced3d6;
		box-sizing: border-box;
		padding: 5px 5px 8px;
		height: auto;
	}

	.slick-dots {
		margin-top: 16px;
		margin-bottom: 16px;
		display: flex !important;
		justify-content: center;
		list-style: none;
	}

	.slick-dots li button {
		display: none !important;
	}

	.slick-dots li {
		position: relative;
		width: 30px;
		height: 15px;
	}

	.slick-dots li:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #e1dfdf;
	}

	.slick-dots li.slick-active:after {
		background: #3a3a3a;
	}

	.thumbslick {
		display: none !important;
	}

	.thumbslick-for {
		flex: 0 0 calc(100% - 0px);
		max-width: calc(100% - 0px);
		padding-left: 0;
	}

	#product {
		height: auto;
	}

	.collect_item {
		padding: 5px 15px;
	}
	.collect_item div{
		position: static;
		/* color: #000;
		font-size: 20px;
		text-decoration: underline; */
		font-size: 16px;
		font-weight: 600;
		color: #3e3e3e;
		padding-bottom: 6px;
		/* border-bottom: 1px solid rgba(0, 176, 80, 0); */
		border-bottom: 1px solid #343434;
	}

	.dropdown-menu.pull-right li a {
		margin: 0 !important;
	}

	.dropdown-backdrop {
		background-color: black;
		opacity: 0.2;
	}

	.product-thumb .button-group button {
		max-width: 219px;
		width: 100% !important;
		padding: 6px 50px;
	}

	.product-thumb .button-group button span {
		display: block !important;
	}

	.test_button p {
		font-size: 16px;
	}

	#top .top_callback {
		display: none;
	}

	#top .cities {
		display: none;
	}

	#top .top_button_zayavka {
		display: none;
	}

	#top .top_delivery_to_home {
		display: none;
	}

	.header-top {
		display: none;
	}

	#top .list-inline {
		margin-bottom: 12px;
	}

	.top_button_phone .fa-phone {
		color: #343434;
	}

	#top .fa-phone::before {
		top: 3px;
		position: relative;
		font-size: 24px;
	}

	#top li a {
		margin: 0 23px 0 23px;
	}

	#mob_menu {
		margin: 0 20px;
		display: block;
	}

	.navbar-collapse {
		height: auto !important;
		max-height: 0;
		overflow: hidden;
	}

	.navbar-collapse.in {
		max-height: 1000px;
		overflow: visible;
	}

	#mob_menu .btn-navbar {
		float: left;
		display: block !important;
	}

	#mob_menu #logo {
		/*display: flex;*/
		margin: 0 auto 0;
		width: 112px;
	}
	
	#top {
		margin: 0;
		padding: 14px 0 0 0;		
	}
	#top-links {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #D9D9D9;
	}
	#cart {
		margin-bottom: 0;
	}
	#top .icon_shopping-cart {
		top: 2px;
	}
	
	header {
		z-index: 1003;
		padding-top: 12px;
		padding-bottom: 14px;
		background: #fff;		
	}

	.top_menu2 {
		/*display: none;*/
		padding: 0;
	}
	
	.search-design {
		width: 0;
	}
	
	.b-btn-design-project {
		display: none;
	}

	/* #mob_menu .nav .open>a {
		background: #e5e5e5;
	} */

	/* #mob_menu .dropdown.open {
		background: #f6f6f6;
	} */

	.nav .open>a,
	.nav .open>a:focus,
	.nav .open>a:hover {
		background: transparent;
		color: #3e3e3e;
		;
	}

	.dropdown-menu.dropdown-menu-left>li>a {
		line-height: 20px;
		padding: 5px 15px 5px 25px;
	}

	.dropdown-toggle .fa-angle-down:before {
		content: none;
	}

	.navbar-nav .dropdown-menu {
		position: static !important;
		display: block !important;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-left: 15px;
	}

	.baner_title .end_span,
	.baner_title .start_span {
		display: none !important;
	}

	.baner_title .title {
		font-size: 24px;
		color: white;
		text-transform: uppercase;
		text-align: center !important;
	}

	.baner_title .banner_link {
		display: none !important;
	}

	.module_html {
		width: auto;
	}
	
	.featured .row {
		gap: 20px;
	}
	
	.featured .feat-bodytext p {
		width: 100%;
	}

	.featured .feat-bodytext a {
		display: flex;
		justify-content: center;
	}

	.featured .hidden-sm {
		display: block !important;
	}

	.askmore img {
		z-index: -1;
		right: 0;
	}

	.advantage .adv_item {
		width: auto;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}

	.donotgo__wrap .img {
		display: none;
	}

	.donotgo__wrap .right {
		margin: 0 auto;
	}

	footer .row {
		display: flex;
		flex-wrap: wrap;
	}

	.navbar .btn:focus,
	.navbar .btn:active {
		background: transparent;
		border: none;
		box-shadow: none;
	}

	.navbar .navbar-toggle .fa {
		font-size: 23px;
		color: #000;
	}

	.navbar .navbar-toggle {
		border: none;
	}

	h2,
	.module_html .header,
	.advantage h3,
	.askmore h5,
	.featured .feat-bodytext h3,
	.donotgo h2 {
		font-size: 28px;
	}

	h3,
	.donotgo input::placeholder,
	.donotgo input,
	.askmore .test_button,
	.advantage .adv_title,
	.asks .panel-heading a {
		font-size: 18px;
	}

	.askmore .test_button {
		font-size: 20px !important
	}


}

.panel-body p {
	font-size: 20px;
	color: #646464;
}

.asks .panel-body {
	padding: 0;
}

@media (max-width: 576px) {
	.askanswer .asks {
		margin-top: 25px !important;
	}
	.askanswer .header {
		font-size: 23px;
	}
	.asks .panel-body p {
		font-size: 16px;
		margin: 0;
	}
	.asks .panel-heading {
		padding: 0 0 5px 0 !important;
	}
	.asks .panel-collapse {
		padding-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.product_calc_top {
		display: flex;
		justify-content: center;
	}
	.product_calc_body {
		justify-content: space-between;
	}
	.table-cart__item-calc.btn_calc_kvm2 {
		flex: 0 0 160px;
		max-width: 160px;
	}

	.table-cart__item-calc.btn_calc_kvm2 #kvm2 {
		width: 80px;
	}

	.table-cart__item-name {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.donotgo__wrap .img {
		display: none;
	}
	
	.featured .row {
		overflow: auto;
		margin-right: -30px;
	}
	
	.featured .product-layout {
		flex-shrink: 0;
		flex-grow: 0;
		width: 300px;
	}

	.featured .feat-bodytext p {
		width: auto;
	}


	aside.hidden-xs {
		display: none !important;
	}

	.ocf-offcanvas .ocfilter-mobile-handle {
		top: 155px !important;
	}

	.ocfilter.panel-default .list-group {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {

	.module_html .html_body {
		flex-direction: column;
		align-items: center;
	}

	.module_html .html_body .image {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.featured,
	.advantage.preim {
		margin-bottom: 40px;
	}

	.featured .feat-image {
		height: 347px;
		flex: auto;
		max-width: 100%;
		width: 100%;
	}


	.featured .feat-bodytext {
		flex: 1;
		max-width: 100%;
		width: 100%;
		padding: 20px;
		padding-bottom: 33px;
	}
	
	#content .featured .feat-bodytext h3 {
		line-height: 110%;
		margin-top: 0;
		padding-bottom: 5px;
	}
	.featured .feat-bodytext p {
		font-size: 15px;
		line-height: 130%;
	}
	.featured .feat-bodytext .razmer-container {
		margin: 24px 0;
		column-gap: 12px;
	}
	.featured .separator {
		width: 14px;
		height: 15px;
	}
	
	.featured .feat-image .feat-html {
		padding-left: 30px;
		font-size: 16px;
	}
	#content .featured .feat-image .feat-html h3 {
		font-size: 26px;
		margin-bottom: 2px;
	}
	.featured .feat-image .feat-html .feat-params {
		margin-bottom: 5px;
	}
	.featured .feat-image .feat-html .feat-params .feat-params__item {
		margin-bottom: 1px;
	}
	.featured .feat-image .feat-html .feat-icons > div {
		margin-right: 9px;
		width: 47px;
		height: 47px;
		font-size: 13px;
	}
	.featured .feat-image .feat-html .feat-icons > div span {
		font-size: 14px;
	}
	.featured .feat-image .feat-html .feat-icons .feat-icons__faska {
		background: url('../image/faska-sm.svg') center 13px no-repeat;
		padding-top: 23px;
	}

	.btn-info {
		margin-bottom: 20px;
	}

	.table-cart {
		margin: 0 -15px 50px;
	}

	.table-cart__item {
		flex-direction: column;
	}

	.table-cart__item-img,
	.table-cart__item-name,
	.table-cart__total,
	.table-cart__item-calc.btn_calc_kvm2 {
		padding: 0;
		flex: none;
		max-width: none;
		margin-bottom: 16px;
	}

	.table-total {
		align-items: center;
		margin: 0;
		background: #f4f4f4;
		padding-bottom: 20px;
	}

	.table-total .table-totals {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.product-thumb__list .product-thumb {
		flex: 0 0 calc((100% / 2) - 2px);
		margin: 1px;
	}

	.product_calc_top .header_calc {
		display: none;
	}

	.product_calc_top {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.btn_calc_onebuy,
	.btn_calc_pak,
	.btn_calc_kvm2 {
		margin: 0;
	}

	.btn_calc_onebuy {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}

	.product_calc_body>div {
		width: calc(100% / 4);
	}

	.product-accessories {
		display: none;
	}

	.pagination {
		margin: 30px 0 20px;
		display: flex;
		justify-content: center;
	}

	/* .collect_item {
		padding: 0;
	} */



	.ocf-offcanvas .ocfilter-mobile-handle .btn {
		background: #3a3a3a;
		color: #fff;
		border: 1px solid #3a3a3a;
	}



	.ocf-offcanvas {
		/* top: 69px !important; */
		width: 280px !important;
		left: -280px !important;
	}

	.ocf-offcanvas.active {
		left: 0 !important;
	}

	aside.hidden-xs {
		display: block !important;
	}

	.dropdown-menu.pull-right table tbody .text-right {
		display: none;
	}

	.baner_title {
		bottom: 10px;
		top: unset;
		transform: translate(-50%, 0);
		width: 300px;
	}

	.owl-pagination {
		display: none !important;
	}

	.test_button {
		padding: 30px 0;
	}

	.test_button p {
		width: 90%;
		font-size: 14px;
	}
	
	.category-list.row {
		margin-left: -12px;
		margin-right: -12px;
	}

	.category-list .product-layout.col-xs-6 {
		padding: 0 10px;
		margin-bottom: 20px;

	}

	.tab-content .row {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.product-thumb .button-group {
		padding-bottom: 0;
		margin-top: auto;
	}

	.product-thumb {
		margin: 0;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding-bottom: 20px;
	}

	.featured .feat-bodytext a {
		font-size: 16px;
	}

	.advantage.preim .adv_description p {
		padding: 0 5px;
	}

	.featured .feat_head {
		margin-bottom: 40px;
		flex-direction: column-reverse;
		gap: 10px;
	}

	.askmore .test_button {
		width: 80% !important;
	}

	.askmore img {
		margin: 0 auto;
		display: block;
		position: static !important;
		max-width: 100%;
	}

	.askmore {
		margin-bottom: 40px !important;
	}

	.follow .input-group {
		width: 350px;
	}

	.product_title h1 {
		font-size: 18px;
		line-height: 1.2;
	}

	#top li {
		padding: 0;
	}
}

@media (max-width: 576px) {

	#product {
		padding: 23px 5px;
		margin-bottom: 16px;
	}

	.product-nav-tabs {
		overflow-x: auto;
		display: flex;
		white-space: nowrap;
		min-height: 55px;
    	overflow-y: hidden;
	}

	.btn_calc_pak,
	.btn_calc_kvm2 {
		max-width: 137px;
	}

	#pak,
	#kvm2 {
		width: 80px;
	}

	.product_calc_body>div {
		width: calc(100% / 2);
	}

	#top li a {
		margin: 0;
	}
	
	#top .top_button_phone img {
		width: 22.4px;	
		height: 24px;
	}
	
	#top .top_nav_button_whatsapp a {
		background-size: 24px;
		width: 24px;	
		height: 24px;
	}
	
	#top .top_nav_button_telegramm a {
		background-size: 22.4px 24px;
		width: 22.4px;	
		height: 24px;
	}
	#top .icon-search {
		background-size: 22.4px 24px;
		width: 22.4px;	
		height: 24px;
	}
	#top .icon_shopping-cart {
		position: static;
		background-size: 24px;
		width: 24px;	
		height: 24px;
	}
	#cart {
		height: 24px;
	}	
	.search-design .search-line {
		top: 40px;
	}

	/*#top {
		margin: 0;
	}

	#mob_menu {
		margin: 0;
	}*/

	.test_button p {
		width: 95%;
		padding: 12px 5px;
	}

	.top_nav_button {
		padding: 5px;
	}

	.follow {
		flex-direction: column;
	}

	.follow-wrap {
		padding: 0;
		margin-bottom: 16px;
	}

	.follow .input-group {
		width: 290px;
	}

	.donotgo h2,
	.donotgo h3 {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.donotgo__form,
	.donotgo__bottom {
		flex-direction: column;
	}

	.donotgo label {
		flex: 0 0 95%;
		max-width: 95%;
	}

	.donotgo__bottom p {
		margin: 0 0 10px;
	}

	.module_html iframe {
		height: 350px;
	}

	.advantage .adv_item {
		flex: 0 0 50%;
		max-width: 100%;
	}

	.product-thumb .caption {
		padding: 6px 0;
	}

	.product-thumb .price {
		font-size: 18px;
		line-height: 1.2;
	}

	.baner_title {
		width: 95%;
		max-width: 420px;
	}
	
	.baner_title .title {
		margin: 0 auto;
		padding: 10px;
		font-size: 20px;
	}

	.owl-item .item img {
		height: 212px;
		margin: 0 auto;
		object-fit: cover;
	}
	#content .featured .feat-bodytext h3 {
		font-size: 22px;
	}
}

.alert-success {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000 !important;
}

.alert-success a {
	color: #343434 !important;
}

.product-stiky {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.caption h4 {
	margin-top: 14px;
	margin-bottom: 8px;	
}

.ocpcb .captcha legend  {
	display: none !important;
}
header {
	position: relative;
}
.search-line {
	width: 100%;
	height: 100%;
	background-color: #fff;
	flex-grow: 1;
}

#search .input-lg {
	border: none;
	font-weight: 400;
	font-size: 18px;
	background: #F4F4F4;
	border-radius: 28px;
	width: 100%;
	outline: none;
	color: #646464;
}
#search .search-btn {
	position: absolute;
	top: 15.5px;
	right: 20px;
	z-index: 2;
	cursor: pointer;
}

.ocpcb .captcha .col-sm-10, .ocpcb .captcha .col-sm-2 {
	width: 100% !important;
	padding: 0 !important;
}

.ocpcb {
	min-width: 330px;
}

#delivery_to_home .ocpcb {
	min-width: 360px;
}

a:focus,
a:hover {
	text-decoration: none !important;
	outline: none !important;
}

.product-stiky span {
	font-family: 'Roboto Condensed', sans-serif;
	background: #343434;
	border-radius: 28px;
	padding: 5px 21px;
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.035em;
	margin-bottom: 7px;
}

#legend {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 301px;
	height: 206px;
	padding: 36px 32px 37px 31px;
	background-color: #ffffff;
	box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.25);
border-radius: 16px;
}

.address {
	margin-top: 23px;
}

.address span {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: #343434;
	display: inline-block;
	margin-bottom: 8px;
}

.address p {
	font-weight: 400 !important;
	font-size: 22px !important;
	line-height: 21px !important;
	//text-transform: uppercase;
	color: #646464 !important;
}

@media (max-width: 639px) {
	#legend {
		top: 100px;
		width: 209px;
		height: 143px;
		padding: 19px 35px 18px 35px;
	}

	.address {
		margin-top: 7px;
		text-align: left;
	}

	.address span {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 0;
	}

	.address p {
		font-size: 14px !important;
		line-height: 18px !important;
	}
}


.mfp-content.ocpcb {
	width: 300px;
}

.toTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #000;
	justify-content: center;
	align-items: center;
	outline: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #343434;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 100;
	display: none;
}

.collections .slick-prev::after {
	transform: rotate(-180deg);
	border: 1px solid #343434;
}

.collections .slick-next::after {
	transform: rotate(0);
	border: 1px solid #343434;

}

.collections .slick-prev {
	left: 50px !important;
	z-index: 10;
}

.collections .slick-next {
	left: auto !important;
	right: 50px  !important;
}
.mfp-container.mfp-inline-holder {
	top: -20%;
}

.mfp-container.mfp-inline-holder .ocp-control-label {
	font-size: 16px;
}

.mfp-container.mfp-inline-holder  .ocpcb .btn {
	font-size: 18px;
}


@media (max-width: 1199px) {
	.search-line {
		top: 55px;
		left: 0;
		height: 70px;
		background: #fff;
		z-index: 10000;
		align-items: center;
		position: fixed;
		width: 100vw;
		display: none;		
	}

	.search-line #search {
		margin-top: 13px;
	}
}

.fa-star-o, .fa-star {
	color: #343434;

}

.fa-stack {
	height: 14px;
	width: 14px;
}

.reviews-stat {
	display: flex;
	flex-direction: column;
}

.reviews-stat-head {
	display: flex;
}

.rate-line {
	display: flex;
	align-items: center;
	margin: 10px 0 15px 0;
}

.rate-line .fa-stack {
	margin-left: 4px;
}

.rate-line .rate-star {
	margin-right: 5px;
}

.rate-line .progress {
	flex-grow: 1;
	height: 4px;
	margin: 0 10px;
}

.rate-line .progress-bar {
	background-color: #343434;
}

.reviews-avg {
	color: #1f1f1f;
	font-weight: 700;
	font-size: 36px;
}

.reviews-stars {
	margin-left: 9px;
}

#write_review {
	font-size: 17px;
	font-weight: 400;
	width: 198px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #adbac4;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 17px;
}

#write_review:hover {
	background-color: #343434;
}


.reviews-recommend {
	color: #3c4c59 !important;
	font-size: 16px !important;
	margin-bottom: 20px;
}

.reviews-stat-block .rate-count {
	font-size: 18px;
	color: #000;
	background: #e9eaeb;
	display: inline-block;
	width: 44px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
}


.reviews-header-text {
	display: block;
	color: #1f1f1f;
	font-size: 20px;
	margin-bottom: 13px;
	font-weight: 700;
	margin-bottom: 13px;
}

.reviews-stat-head {
	margin-bottom: 16px;
}

.reviews-count {
	color: #3c4c59;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
	text-transform: lowercase;
}

.review-item .review-author {
	color: #1f1f1f;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 7px;
	border: none;
}

.review-item .review-rating {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.review-item .review-rating .fa {
	margin-right: 4px;
}

.review-item .recommend-text {
	font-size: 16px;
	color: #3c4c59;
	margin-bottom: 2px;
	margin-left: 7px;
}

.review-item .review-date {
	font-size: 18px !important;
	line-height: 20px;
	color: #3c4c59 !important;
	margin-bottom: 20px;
}

.review-item .review-text {
	color: #1f1f1f;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.write-review-form {
	display: none;
	position: absolute;
	top: -12px;
	background: white;
	width: 100%;
	padding-right: 30px;
	z-index: 10;
}
@media (max-width: 1199px) {
	.write-review-form {
		left: 0;
		padding-left: 15px;
	}
}


.reviews-header-top {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.simple-remove-product {
	margin: 0 10px;
	background-image: url(../image/remove.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	cursor: pointer;
}

/*.ocpcb-head h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}*/
#__enquiz_iframe_wjjfyoi + button {
	display: none !important;
}
/*Общие параметры страниц*/
/* @font-face {
	font-family: 'PT Sans Narrow';
	src: url('C:/Users/0000/Desktop/gde-kupit/PT_Sans-Narrow-Web-Regular.ttf');
	} */
#page {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	color: #171717;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0px;
}	
#content h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #171717;
	margin-bottom: 38px;
	margin-top: 0;
}
#content h1.information_heading {
	font-size: 48px;
}
#content h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 41px;
	text-transform: uppercase;
	color: #171717;
}
#content h2 {
	text-transform: uppercase;
	color: #171717;
	margin: 0px 0px 38px 0px;
	font-size: 32px;
	font-weight: 700;
}
@media(max-width: 1199px) {
	#content h1.information_heading {
		font-size: 32px;
		margin-bottom: 28px;
	}
}
@media(max-width: 576px) {
	#content h2 {
		margin: 0px 0px 24px 0px;
		font-size: 22px;
	}
	#content h1.information_heading {
		font-size: 24px;
		margin-bottom: 24px;
	}
}
.block {
	display: inline-table;
    position: relative;
}
.blocks {
    /* background: #F8F8F8; */
	border: 2px solid #343434;
	border-radius: 16px;
}
.blocks:hover {
	border: 2px solid #343434;
	border: 2px solid #343434;
}
section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
section #item {
    width: 32%;
    text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
}
#item img {
    max-width: 100%;
}
#item h3,
#uslugi h3  {
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	color: #343434;
	margin-top: 20px;
	margin-bottom: 0px;
}
/*Общие параметры страниц*/
/*Страница "Где купить"*/
.block_text{
	margin: 10px;
}
.watch_img{
	margin-bottom: 2.9px;
    margin-right: 10px;
	border-radius: 0px;
}
.address_img {
	margin-right: 10px;
    margin-left: 0px;
    margin-top: 2px;
	border-radius: 0px;
	border-radius: 0px;
}
.phone_img {
	margin-right: 10px;
	border-radius: 0px;
}
.shops {
	margin: 60px 0px 40px 0px;
	font-size: 24px;
}
.block_bot {
    margin-bottom: 40px;
    width: 24%;
    height: 319px;
    padding: 30px 10px 40px 30px;
}
.block__section {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 60px;
    position: initial;
}

.block_btn {
	margin-bottom: 28px;
}

#page .text {
    margin: 0px 0px 16px 35px;
	line-height: 24px;
	width: 96%;
}
.btn_mp_2 {
	bottom: -100px;
	position: absolute;
	left: 7%;
}

.block_top {
	width: 52%;
    padding: 30px 10px 25px 40px;
	margin-bottom: 120px;
}
.block_left {
	width: 53%;
}
.block_right {
	width: 41%;
	font-weight: 400;
}
/*Страница "Где купить"*/

/*Страница "Услуги"*/
#uslugi p {
	font-size: 18px;
}
#uslugi .green_txt {
	color: #343434;
	position: absolute;
    z-index: 1;
    bottom: 50px;
}
.block1 {
	position:relative;
	width: 49%;
	height:334px;
	flex-direction: column-reverse;
}
.uslugi{
	display: flex;
	flex-direction: column;
}
#uslugi .txt {
	margin-left: 50px;
	margin-top: 20px;
}
#uslugi h3 {
	text-transform: uppercase;
}
#uslugi p { 
	width: 45%;
	margin-top: 10px;
}
.usl_img {
	bottom: 0px;
    position: absolute;
z-index: -100;
}
.grey_txt {
	z-index: 10;
}
.usl_img1 {
	bottom: 16px;
	left: 230px;
	z-index: 5;
	width: 58%;
}
.usl_img2 {
	bottom: 13px;
	position: absolute;
	right: -3px;
	z-index: -1;
	width: 56%;
}
.usl_img3 {
	bottom: 0px;
	width: 59%;
	right: 15px;
	z-index: -1;
}
.grey_bot {
/*	position: absolute !important;
	bottom: 41px;*/
	color: #343434 !important;
	margin-top: 130px !important;
}
  .blocks_usl {
     border: 2px solid #343434; 
     border-radius: 16px;
	 overflow: hidden;
	 margin-bottom: 30px;
}
/*Страница "Услуги"*/
/*Страница "Оплата и доставка"*/
.pay_carts {
	width: 100%;
	max-width: 120% !important; 
}
#pay .block_bot {
	margin-bottom: auto;
	width: 23.5%;
	height: 324px;
	padding: 0px 17px 0px;
	border: 2px solid #343434;
	border-radius: 16px;
}
.none_ul {

}
.pay_list {
	padding-left: 0px;
	font-weight: bold;
}
#pay .bot20 {
	margin-bottom: 20px;
}
#pay .pays {
margin-bottom: 15px;
}
#pay .item {
	width: 29%;
}
#pay .img_pay {
	max-width: 524px;
    width: 100%;
    border-radius: 16px !important;
    border: 2px solid #343434;
    padding: 0 3.385vw;
}
#content .img-pay__title {
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	color: #343434;
}
.img-pay__list {
	display: flex;
	justify-content: center;
}
.img-pay__list div {
	margin-right: 2.769vw;
	display: flex;
    align-items: center;
}
.img-pay__list div:last-child {
	margin-right: 0;
}
.img-pay__list div a img:nth-child(1) {
	width: 110px;
}
.img-pay__list div a img:nth-child(2) {
	width: 104px;
}
.img-pay__list div a img:nth-child(3) {
	width: 73px;
}
#pay h3{
	color: #414141;
	font-size: 24px;
	margin-bottom: 30px;
}
#pay .tarif {
	text-transform: none !important;
	color: #343434 !important;
	margin: 8px 0px;
}
#pay .tarif_zone {
	margin-top: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #90BB39 !important;
}
#pay .tarif_zone p {
	margin-top: 20px;
	color: #343434 !important;
}
.ship p {
	margin-top: -10px;
}
#about .block_bot {
    height: auto;
}
#pay ul {
    list-style: none;
}

#pay ul li:before {
    content:  "—";
    position: relative;
    left:     -5px;
}
#page h3 {
	text-transform: uppercase;
	/*z-index: 100000;*/
	position: relative;
}
#page p {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	/* font-weight: 700; */
	font-size: 18px;
	line-height: 23px;
	color: #343434;
}
#page .center span {
	margin: auto 10px;
}
#page .green {
	color: #414141;
	text-transform: uppercase;
	margin: 0 0 24px !important;
}
#page hr {
	border: 0.5px solid #343434;
	margin-top: 10px !important;
}
#page .start {
	justify-content: start;
	margin-bottom: 60px !important;
}
#page .start p {
	margin: 0px;
}
.block_start{
	width: 50%;
	padding: 0px;
	margin: 0px;
}
#page .block__section{
	padding: 0px;
	margin: 0px;
}
#page .column_right{
	margin-left: 15px;
}  
#pay p {
	font-weight: 700;
}
/*Страница "Оплата и доставка"*/
/* О нас */
.abt {
	margin: auto 0px;
}
#about {
	margin-bottom: 80px;
}
.about_text p {
	margin-top: 10px;
}

.about_text {
	clear: both;
overflow: hidden;
}
.img_about {
	float: left;
	text-align: center;
}
.img_about_abbt {
	margin-right: 30px;
}
.about_text_n2 {
/*	width: 95% !important;*/
	margin-top: 120px;
}
.about_cntr {
	font-size: 32px !important;
	line-height: 41px !important;
	text-align: center;
	letter-spacing: 0.03em;
	margin-top: 110px;
	margin-bottom: 90px;
}
.about_cntr span { 
	color: #e30614;
}
.strt_about {
	display: flex;
}
.strt_about .block_bot {
	margin-right: 83px;
}
.strt_about p {

	margin-bottom: 12px !important;
}
.start_block {

}
.names {
	font-size: 22px !important;
	line-height: 28px !important;
	color: #343434 !important;
	text-align: center;
}
.proff {
	font-size: 18px !important;
	line-height: 23px !important;
	color: #646464 !important;
	text-align: center;
}
#about .column_left,
#about .sect_right,
#about .about_lft p,
#page .start p  {
	font-weight: 700;
}
#about .img_about{
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 0px;
}
#about .about_right {
margin-right: 0px;
margin-bottom: 0px;
}
#about .center {
	text-align: center;
	width: 85%;
}
#about .start {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 60px;
    position: initial;
	padding: 0px;
	margin-top: 40px;
}
#about .heading {
	font-weight: 700;
	display: inline-block;
}
#about .about_lft p {
	margin-top: 16px;
    margin-bottom: 10px;
}
#about .about_lft{
    margin-bottom: 20px;
}
#about .about_text p {
	margin-bottom: 20px;
}
#about .video {
	width: 100%;
	height: 595px;
	margin-top: 10px;
	margin-bottom: 100px;
}
.agt h3 {
	margin-top: 40px;
}
.agt {
	margin-bottom: 20px;
}
/* О нас */

@media (max-width: 1200px) {
	#gde-kupit .block1{
		width: 100%;
	}
	.usl_img3 {
		bottom: 30px;
		width: 350px;
		right: 33px;
	}
	.usl_img2 {
		right: 10px;
		width: 49%;
	}
	.usl_img1{
		bottom: -8px;
left: 211px;
z-index: 100;
	}
	.usl_img1{
		right: 10%;
		bottom: 3%;
	}
	#about .block_bot {
		height: auto;
	}
	#about .img_about {
		width: 50%;
		margin-bottom: 15px;
		border-radius: 0px;
	}
	#about .heading {
		display: block;
	}
	#about .rect_right {
		display: flex;
		margin-bottom: -50px
	}
	#about .center {
		width: 75%;
	}
	.title {
		text-transform: uppercase;
	}
	.green h4 {
		font-family: 'PT Sans Narrow';
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 23px;
		color: #343434;
		text-transform: uppercase;
	}
	#page .panel {
		border: none;
		box-shadow: none;
	}
	.text_form p {
		text-transform: none;
		text-align: center;
	}
	textarea .msg {
		width: 100%;
		height: 70px;
	}
	.form-control .msg {
		padding-top: 0px !important;
	}
	.send {
		width: 100%;
	}
	.pull-right {
		float: none !important;
	}
	#page .block_st {
		display: flex;
	}
	#pay .block_bot {
		width: 48%;
	}
	#pay .item {
		width: 33%;
	}
	#pay .img_pay {
		margin-left: 0px;
		text-align: center;
		border-radius: 0px;
	}
	#uslugi .block1 {
		width: 51%;
		margin: 15px auto;
	}
	#uslugi .images {
	margin: 5px auto;
	}
}

@media (max-width: 1200px){
#uslugi .block1 {
  width: 53%;
}
}
@media (max-width: 860px){
	.usl_img3 {
		bottom: 30px;
		width: 275px;
		right: 10px;
	}
	.blocks_usl {
		height: 400px;
	}
	.usl_img2 {
		bottom: 57px;
		right: 20px;
		width: 85%;
	}
	#uslugi .usl_img1 {
		max-width: 152%;
		left: 30%;
	}	
	.usl_img1, .usl_img2, .usl_img3{
		display: block;
		position: absolute;
		max-width: 300px;
		margin: auto;
	}
	.usl_img11 {
		height: 30%;
		width: 200%;
	}
	#uslugi .txt {
		margin-left: 0px;
		margin-top: 20px;
		text-align: center;
	}
	#uslugi p {
		width: 100%;
	}
	.grey_bot {
		margin-top: 12px !important;
	}

	#uslugi .green_txt {
		position: relative;
		bottom: 0px;
		margin-bottom: 25px;
	}
	/* #uslugi .no_abs_img  {
		position:inherit;
		width: 250px;
	} */
	#uslugi .no_abs_img {
		position: absolute;
		width: 100%;
		bottom: 8%;
		right: -3%;
	  }
	  #uslugi .usl_img3 {
		position: absolute;
		width: 100%;
		bottom: 0%;
		right: -3%;
	  }
/*	  #uslugi .grey_bot {
		display: none;
	  }*/
}
@media (max-width: 800px) {
	#uslugi .block1 {
		width: 90%;
	  }
	#pay .item {
		width: 50%;
	}
	.usl_img11 {
		width: 100%;
	}
	#page .start {
		justify-content: center;
	}
	#pay .img_pay {
		margin-top: 30px;
	}
}
@media (max-width: 670px) {
	#gde-kupit .block {
		padding: 20px;
	}
}
@media (max-width: 632px) {
	#pay .green {
		color: #90BB39;
		text-transform: uppercase;
		margin: 24px 0 24px !important;
	  }
	.txt h3, .txt p {
		text-align: left !important;
	}
	#uslugi {
		margin-bottom: 42px !important;
	}
	#uslugi .block1 {
		width: 100%;
		margin: 10px auto;
		padding: 20px;
	}
	.usl_img11 {
		height: 134px;
		left: 0px;
	}
	/* #uslugi .usl_img1 {
		max-width: 200%;
		width: 200%;
		margin-left: -190px;
		z-index: 1;
	} */

	
	#gde-kupit .gk_head {
		margin-top: 20px;
		text-align: left;
		font-size: 20px;
	}
	section {
		flex-direction: column;
	}
	section #item {
		width: 100%;
		margin-top: 30px;
	}
	#content h1{
		text-align: left;
		font-size: 21px;
	}
	.block_top {
		width: 100%;
		padding: 30px 33px 25px 23px;
	}
	#gde-kupit h2, #page .text {
		font-size: 18px;
	}
	.by__desc {
		font-size: 16px;
		line-height: 21px;
	}
	.block_top {
		margin-bottom: 50px;
	}

	.block__section {
		flex-direction: column;
		margin-bottom: 10px;
	}
	#pay {
		margin-bottom: 30px;
	}
	.top_blocks{
		font-size: 18px;
		width: 100%;
	}
	#page p {
		margin-bottom: 22px;
	}
	#page p:last-child {
		margin-bottom: 0;
	}
	.block_btn{
		order:1;
		margin-bottom: 15px;
    	margin-top: 5px;
	}
/*	.block_right{
		order: 2;
	}*/
	.shops{
		text-align: center;
	}
	.block_bot{
		margin-bottom: 10px;	
		width: 100%;
		padding: 30px 10px 0px 20px;
	}
	#about .block_bot {
		padding: 0; 
	}
	#uslugi .txt{
		text-align: center;
		margin: 0px;
	}
	#uslugi p{
		width: 100%;
	}
	#uslugi .green_txt {
		position: relative;
		bottom: 0px;
		margin-bottom: 25px;
	}
	#about .sect_right {
		flex-direction: row; 
   }
   #about .img_about {
		width: 100%;
		margin-right: 0;
		height: 329px;
	}
	#about .about_right {
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: -20px;
	}
	.sect_fabric {
		flex-direction: column;
	}
	.sect_fabric img {
		width: 35px;
		margin-bottom: -15px;
	}
	#about .center {
		width: 100%;
	}
	#about .rect_right {
		display: block;
		margin-bottom: 0px;
		text-align: right;
	}
	#about h3 {
		text-align: center;
	}
	#about .video {
		width: 100%;
		height: 240px;
	}
	#page .agt {    
		margin: auto 25px;
		text-align: center;
	}
	#content h1 {
		font-size: 30px;
	}
	#pay .item {
		width: 100%;
		padding-bottom: 20px;
	}
	#pay .img_pay {
		margin-left: 0px;
		margin-top: 30px;
		/*margin-bottom: 60px;*/
	}
	#pay h3 {
		font-size: 18px !important;
		margin-bottom: 0;
	}
	#content .img-pay__title {
		margin-bottom: 20px !important;
	}
	.variant-delivery {
		margin-bottom: 20px !important;
	}
	#pay .block_bot {
		width: 100%;
		height: 227px;
		margin-bottom: 20px;
		padding: 0px 22px 31px 22px;
	}
	#pay .bot20 {
		margin-top: 20px;
	}
	#page h3 {
		text-align: left;
	}
	#pay .tarif_zone {
		margin-top: 30px;
	}

	#page .text {
		width: 80%;
	  }
	  .block_btn {
		order: 2;
	  }
	  .block_top {
		width: 100%;
		padding: 30px 10px 20px 20px;
	  }
}
@media (max-width: 500px){
	#uslugi .usl_img1 {
		width: 75%;
		bottom: 4%;
		left: 6%;
	}
	} 

@media (max-width: 400px) {
	.usl_img11 {
		height: 45%;
	}
	#uslugi .usl_img1 {
		width: 85%;
		bottom: 9%;
		left: 13%;
	  
	  }
}


.product_calc_body .calc-price-old{
	width: 100%;
	text-align: left;
	padding-left: 102px;
	text-align: left;
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: 600;	
}
.product_calc_body .calc-price-old span {
	position: relative;
}
.product_calc_body .calc-price-old span:before {
	border-bottom: 2px solid #343434;
	position: absolute;
	content: "";
	width: 100%;
	height: 38%;
	transform: rotate(-13deg);
}

/*Переверстал header*/

.top_timetable_text {
	margin: 0;
	font-size: 20px;
}

.top_timetable_text span {
	font-weight: 700;
}

@media (min-width: 1200px) {
	#top .top_search {
		display: none;
	}
	.pay_carts {
		width: 100%;
	  }
}

@media (max-width: 1199px) {
	#top .top_timetable, #top .top_call {
		display: none;
	}
}

/*Рекомендуем и новинки*/
@media (min-width: 577px) {
	.product-thumb .caption p br {
		display: none;
	}
}

@media (max-width: 576px) {
	.new_featured li.active a:focus, .new_featured li.active a:active, .new_featured li.active a:hover, .new_featured li.active a, .new_featured li a {
		font-size: 23px !important;
	}
	.new_featured {
		padding: 0;
	}
	.product-thumb .product-stiky {
		top: 12px;
	}
	.product-stiky {
		right: 12px;
	}
	.product-stiky span {
		font-size: 10px;
		padding: 5px 12px;
	}
	.caption h4 {
		margin-top: 10px;
		margin-bottom: 8px;
	}
	
	.caption .price {
		margin-top: 0;
	}
	.product-thumb .caption p {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.product-thumb .caption .price {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
	}
	span .price-sqr {
		font-size: 9px;
	}
}

@media (max-width: 355px) {
	.product-thumb h4 a, .product-thumb .caption .price {
		font-size: 12px;
	}
}

/*Преимущества*/

@media (max-width: 576px) {
	#content h3 {
		font-size: 23px;
		line-height: 30px;
	}
	.advantage h3 {
		margin-bottom: 31px;
	}
	.advantage .adv_title {
		padding: 0;
	}
	.advantage.preim .adv_description p {
		font-size: 18px;
	}
}

/*Стили для слайдера на главной*/

.swiper-pagination-bullet {
	opacity: 1;
	background: var(--swiper-pagination-bullet-inactive-color,#fff);
	height: 12px;
	width: 12px;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-bullet-active-inactive-color,#343434);
}

:root {
    --swiper-navigation-size: 24px;
}

/*Блок Несколько враиантов доставки*/

.delivery__desc {
	font-size: 18px !important;
	line-height: 21px !important;
	color: #1111109 !important;
	text-align: left;
}
.delivery__title {
	font-size: 32px;
	line-height: 41px;
	text-transform: uppercase;
	color: #343434 !important;
	font-weight: 700;
}
.delivery__title img {
	margin-right: 8px;
	margin-bottom: 8px;
}

.delivery__btn {
	padding: 10px 28px;
	border: 2px solid #343434;
	border-radius: 28px;
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	color: #343434;
}

.delivery__btn:hover {
	background: #8fb2bf;
}

.options__title {
	font-weight: 700;
	font-size: 22px !important;
	line-height: 28px !important;
	color: #414141 !important;
	text-transform: none !important;
	margin-bottom: 10px;
	margin-top: 0;
}

.options__text {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.03em;
	color: #646464;
	margin-bottom: 0;
}

.options-item {
	padding-top: 21px;
	border-top: 2px solid #343434;
}

@media (max-width: 576px) {
	.delivery__desc {
		font-size: 16px !important;
		margin-bottom: 5px !important;   
	}
	.delivery__title {
		font-size: 23px;
		line-height: 30px;
		text-align: left;
		margin-bottom: 20px !important;
	}
	.delivery__btn {
		font-size: 18px;
		max-width: 292px;
	    width: 100%;
	    margin-right: auto;
	    display: block;
	}
	.options-item {
		padding-top: 18px;
		margin-top: 40px;
	}
	.col-lg-4:last-child .options-item {
		margin-bottom: 30px;
	}
	.options__title {
		text-align: left !important;
	}
	.options__text {
		font-size: 18px !important;
		text-align: left !important;
	}

}

@media (max-width: 375px) {
	.delivery__btn {
		font-size: 16px;
		padding: 6px 18px;
	}
	.options__text {
		font-size: 14px;
	}
	.swiper {
		width: auto;
		margin-bottom: 15px;
	}
}

/*Блок Банер*/

.offer {
	background-image: url(../image/banerbg.png);
	background-size: cover;
	max-width: 130rem;
	width: 100%;
	height: 56rem;
	border-radius: 16px;
	position: relative;
	border-radius: 16px;
	padding-right: 7.2rem;
}

.offer-content {
	margin-left: auto;
}

.offer__title {
	font-family: 'Lato', sans-serif;
	font-size: 4rem;
	line-height: 120%;
	text-transform: none !important;
	color: #343434 !important;
	margin: 7.5rem 0 3.4rem 0 !important;
}

.offer__title span {
	color: #e20c19;
}
.offer-wrap {
	display: flex;
}
.offer__list, .offer__item {
	display: flex;
}
.offer__item {
	margin-bottom: 0.9rem;
}
.offer__list {
	margin-left: -0.8rem;
	flex-direction: column;
}
.offer__list:first-child {
	margin-right: 3.2rem;
}
.offer__list:first-child .offer__item:last-child img {
	margin-right: 1rem !important;
}
.offer__img {
	margin-right: 2.2rem;
}
.offer__text {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	font-weight: 500;
	color: #343434;
	font-family: 'Lato';
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 130%;
	margin-top: 2rem;
	
}
.offer__text span {
	font-size: 1.9rem;
	color: #e20c19;
	text-transform: none;
}
.offer__list:nth-child(2) .offer__item:nth-child(2) p {
	margin-top: 3rem;
}

@media (max-width: 1300px) {
	.offer {
		height: 47.1vw;
		padding-right: 3.85vw;
	}
	.offer__title {
		font-size: 3.08vw;
		margin: 5.85vw 0 2.62vw 0 !important;
	}
	.offer__list:first-child {
		margin-right: 2.46vw;
	}
	.offer__img {
		margin-right: 0.92vw;
	}
	.offer__text {
		margin-top: 1vw;
		margin-bottom: 0;
		font-size: 1.37vw;
		line-height: 2.00vw;
	}
	.offer__text span {
		font-size: 1.46vw;
	}
}

@media (max-width: 992px) {
	.offer__title {
		margin-top: 3vw !important;
	}
	.offer__item img {
		height: 8.77vw;
	}
	.offer__text {
		margin-top: 2.02vw;
	}
	.offer__text {
		font-size: 1.31vw;

	}
	.offer__text span {
		font-size: 1.61vw;
	}
}
@media (min-width: 640px) {
	.offer__img_sm {
		display: none;
	}
}
@media (max-width: 639px) {
	.offer__img_lg {
		display: none;
	}
	.offer {
		background-image: url(../image/baner-sm.png);
	    	background-size: cover;
	    	height: 62.99vw;
	    	padding: 0;
	    	margin-bottom: 2vw;
	}
	.offer-content {
		margin: auto;
	}
	.offer__title {
		font-size: 6.05vw;
		line-height: 130%;
		text-align: center;
		margin: 36.33vw 0 2.09vw 0 !important;
	}
	.offer__list:last-child {
		display: none;
	}
	.offer__list {
		flex-direction: row;
		margin-left: 0 !important;
		justify-content: center;
		margin-right: 0 !important;
		margin: auto !important;
	}
	.offer__item {
		margin-right: 3.5vw;
		justify-content: space-between;
		align-items: flex-start;
	}
	.offer__item:last-child {
		margin-right: 0;
	}
	.offer__item:last-child img {
		height: 10.47vw;
		width: 12.79vw;
	}
	.offer__item img  {
		width: 12.09vw;
		height: 10.23vw;
	}
	.offer__text {
		margin-top: 2.8vw;
		font-size: 1.74vw;
		line-height: 130%;
	}
	.offer__text span {
		font-size: 2.09vw;
	}
}

/*Блок все коллекции*/

.all-collection__title {
	margin-top: 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 41px;
	text-transform: uppercase;
	color: #343434 !important;
	text-align: center;
}

.all-collection__row {
	/*на ширину*/
	width: 99vw;
    margin-left: calc((100% - 99vw) / 2);
    overflow: hidden;
	background: linear-gradient(53.48deg, rgba(255, 255, 255, 0.2) 19.72%, rgba(255, 255, 255, 0) 80.24%), #343434;
	padding: 55px 0;
}

.all-collection__list {
	padding: 0;
	max-width: 1300px;
	width: 100%;
	margin: auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.all-collection__item {
	display: flex;
	position: relative;
}

.all-collection__item:after {
	content: '';
	position: absolute;
	top: 12px;
    right: -20px;
	background: url(../image/colPolygon.svg) no-repeat;
	width: 12px;
	height: 13px;
}

.all-collection__item:last-child:after {
	background: none;
}

.all-collection__block {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.all-collection__link {
	font-weight: 400;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.03em;
	color: #343434;
}

/*@media (max-width: 1175px) {
	.all-collection__row {
		padding: 30px 0;
	}
	.all-collection__list {
		flex-direction: column;
	}
	.all-collection__block {
		width: auto;
		margin: 0 auto 12px auto
	}
	.all-collection__block:last-child {
		margin-bottom: 0;
	} 
	.all-collection__link {
		font-size: 20px;
	}
}*/
@media (min-width: 1176px) {
	.all-collection__list-2 {
		display: none;
	}
}
@media (max-width: 1175px) {
	.all-collection__title {
		font-size: 23px;
		margin-bottom: 25px !important;
	}
	.all-collection__list {
		display: none;
	}
	.all-collection__list-2 {
		width: 50%;
		margin: auto;
		padding: 0 20px;
	}
		.all-collection__link {
		font-size: 20px;
	}
}

@media (max-width: 801px) {
	.all-collection__list-2 {
		width: auto;
		padding: 0 20px;
	}
}

@media (max-width: 372px) {
	.all-collection__item:after {
		content: '';
		position: absolute;
		top: 12px;
	    right: -12px;
		background: url(../image/colPolygon.svg) no-repeat;
		width: 12px;
		height: 13px;
	}
}


@media (max-width: 576px) {
	#page h3 {
		font-size: 20px;
	}
	.about_text_n2 {
		margin-top: 50px;
	}
	.about_text_n2 img {
		margin-bottom: 23px;
	}
	.names {
		font-size: 20px !important;
		margin: 17px 0 0 0 !important;
	}
	.about_cntr {
		margin-bottom: 50px !important;
	}
	.strt_about {
		flex-direction: column;
	}
	.strt_about .block_bot {
		height: auto !important;
		padding: 0 !important;
		margin-right: 0;
	}
}

.about-dillers {
	display: flex;
	padding: 65px 0 69px 34px;
	border: 1px solid #343434;
	width: 100%;
	border-radius: 16px;
	margin-top: 80px;
	margin-bottom: 90px;
}

.about-dillers__right {
	margin-right: 237px;
}

.about-dillers__right h3, .about-dillers__left h3 {
	font-size: 32px	!important;
	line-height: 41px !important;
}

.about-dillers__right p, .about-dillers__left p {
	font-size: 22px !important;
	line-height: 28px !important;
	color: #646464 !important;
}
.about-dillers__right a, .about-dillers__left a {
	font-size: 18px !important;
	line-height: 23px !important;
	font-weight: 700 !important;
	color: #343434 !important;
	border: 2px solid #343434;
	border-radius: 28px;
	display: block;
	max-width: 202px;
	width: 100%;
	padding: 12px 0;
	text-align: center;
}

.about-dillers__right a:hover, .about-dillers__left a:hover {
	background: #343434;
}

@media (max-width: 992px) {
	.about-dillers {
		flex-direction: column;
		padding: 35px 34px 39px 34px;
	}

	.about-dillers__right, .about-dillers__left {
		margin: auto;
		max-width: 300px;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.about-dillers {
		margin: 30px 0 50px 0;
		padding: 25px 18px; 
	}
	.strt_about div p {
		margin-bottom: 20px !important;
	}
	.about-dillers__right h3, .about-dillers__left h3 {
		font-size: 23px !important;
		line-height: 30px !important;
		margin-bottom: 6px !important;
		margin-top: 0 !important;
	}

	.about-dillers__right {
		margin-bottom: 42px;
	}

	.about-dillers__right p, .about-dillers__left p {
		font-size: 20px !important;
		line-height: 26px !important;
		margin-bottom: 12px !important; 
	}
	.about-dillers__right a, .about-dillers__left a {
		font-size: 16px !important;
		line-height: 21px !important;
		max-width: 177px;
		width: 100%;
		padding: 13px 0;
	}
}

/*подгон страницы Главная*/
@media (max-width: 639px) {
	.test_button {
		padding: 5px 0 15px 0 !important;
	}
	.test_button p {
		font-size: 14px !important;
		line-height: 18px;
	}
	.advantage.preim {
		margin-top: 0 !important;
	}
	.featured {
		margin-top: 0 !important;
	}
	.all-collection__row {
		padding: 20px 0;
	}
	.askanswer .header {
		margin-top: 50px;
	}
	.askanswer {
		margin-bottom: 41px;
	}
	.module_html {
		padding: 0;
	}
	.advantage.preim .adv_description p {
		margin-bottom: 0;
	}
	.advantage .adv_item:last-child {
		margin-bottom: 0;
	}
	.delivery {
		margin-top: 50px;
	}
}

#uslugi {
	margin-bottom: 90px;
}

.img-pay__list div:nth-child(1) img {
	width: 110px;
}
.img-pay__list div:nth-child(2) img {
	width: 104px;
}
.img-pay__list div:nth-child(3) img {
	width: 73px;
}
#pay {
	margin-bottom: 120px;
}
@media (max-width: 576px) {
	.img-pay__list div:nth-child(1) img {
		width: 83px;
	}
	.img-pay__list div:nth-child(2) img {
		width: 90px;
	}
	.img-pay__list div:nth-child(3) img {
		width: 55px;
	}
	.featured {
	    margin-bottom: 60px;
	}
}

.desc-bottom-page {
	font-size: 18px;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.photoslide {
		max-width: 636px;
		width: 100%;
		margin: auto;
	}
	.photoslide .slick-slide img {
		margin: 0;
	}
}
/*СБП*/
#content .sbp-title {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
#content .sbp-title img {
	margin-right: 18px;
}
.sbp-id-oder, .sbp-price, .sbp-descript, .sbp-text-warning, .sbp-info-warning {
	color: #000;
}
.sbp-id-oder {
	font-size: 24px;
	line-height: 32.78px;
	margin-bottom: 4px;
}
.sbp-price {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 54.64px;
	font-weight: 600;
}
.sbp-descript {
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	max-width: 774px;
	width: 100%;
	margin-bottom: 0;
}
.sbp-btn {
	background-repeat: no-repeat;
	max-width: 432px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	font-size: 24px;
	font-weight: 600;
	border-radius: 12px;
	margin-bottom: 36px;
	transition: all 0.5s ease;
}
.sbp-btn:last-child {
	margin-bottom: 0;
}
.sbp-sber {
	color: #fff;
	background-image: url(../image/sbp-sberB.jpg);
	background-size: cover
}
.sbp-sber:focus {
	color: #fff;
}
.sbp-sber:hover {
	color: #fff;
	background-image: url(../image/sbp-sberB-hover.jpg);
}
.sbp-sber img, .sbp-tinkov img {
	margin-left: 18px;
}
.sbp-tinkov {
	color: #000;
	background: #FFDD2D;
}
.sbp-tinkov:focus {
	color: #000;
}
.sbp-tinkov:hover {
	color: #000;
	background: #F1CF21;
}
.sbp-next {
	color: #000;
	background: #C7C3CA;
	border: none;
	height: 58px;
}
.sbp-next:focus {
	color: #000;
}
.sbp-next:hover {
	color: #000;
	background: #ACA6B0;
}
.sbp-ok {
	height: 58px;
	color: #fff;
	background: #BF3C2D;
}
.sbp-ok:focus {
	color: #fff;
}
.sbp-ok:hover {
	color: #fff;
	background: #9E3024;
}
.wrap-sbp-payment {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.sbp-buttons-wrapp {
	margin-right: 80px;
	max-width: 432px;
	width: 100%;
}
.sbp-qr {
	margin-bottom: 0;
}
.sbp-qr svg {
	width: 432px;
	height: 432px;
}
.sbp-text-warning {
	font-size: 18px;
	margin-top: 18px;
}
.sbp-container {
	max-width: 944px;
	width: 100%;
	display: block;
	margin: auto;
	font-family: 'Manrope', sans-serif;
}
.sbp-color-item {
	max-width: 118px;
	width: 100%;
	height: 14px;
}
.sbp-colors-row {
	display: flex;
}
.sbp-color-item:nth-child(1) {
	background: #9A4F99;
	border-radius: 4px 0 0 4px;
}
.sbp-color-item:nth-child(2) {
	background: #615CA4;
}
.sbp-color-item:nth-child(3) {
	background: #1F8AC9;
}
.sbp-color-item:nth-child(4) {
	background: #1D823D;
}
.sbp-color-item:nth-child(5) {
	background: #66B439;
}
.sbp-color-item:nth-child(6) {
	background: #FAB828;
}
.sbp-color-item:nth-child(7) {
	background: #EF7332;
}
.sbp-color-item:nth-child(8) {
	background: #DA2157;
	border-radius: 0 4px 4px 0;
}
.sbp-info-page {
	margin: 67px 0 60px;
}
.sbp-info-warning {
	text-align: center;
	margin-bottom: 30px;
}
.success-wrap-text {
	margin-top: 100px;
	line-height: 41px;
	font-size: 30px;
	color: #000;
}
.success-text-hi {
	margin-bottom: 0;
}
.success-text-info {
	margin-bottom: 36px;
}
.button-done-text {
	font-size: 18px;
	margin-top: 8px;
	color: #000;
}
.sbp-buttons-success {
	margin-bottom: 129px;
}
.sbp-order-info {
	color: #000;
}

@media (max-width: 992px) {
	.sbp-container {
		padding: 0 15px;
	}
	.success-wrap-text {
		margin-top: 150px;
	}
	.sbp-buttons-wrapp {
		margin-right: 30px;
	}
	.sbp-buttons-success {
		margin-bottom: 190px;
	}
}
@media (max-width: 767px) {
	.sbp-container {
		padding: 0 28px;
	}
	.wrap-sbp-payment {
		flex-direction: column;
	}
	.sbp-buttons-wrapp {
		margin-right: 0;
		order: 2;
		margin-bottom: 0;
	}
	.sbp-text-warning {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.sbp-info-page {
		margin-top: 30px;
	}
	.sbp-qr svg {
		width: 304px;
		height: 304px;
	}
	.sbp-title img {
		width: 22px;
		height: 27px;
	}
	#content .sbp-title {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	.sbp-id-oder, .sbp-descript, .sbp-btn {
		font-size: 18px;
		line-height: 24px;
	}
	.sbp-id-oder {
		margin-bottom: 2px;
	}
	.sbp-price {
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 16px;
	}
	.sbp-text-warning {
		font-size: 14px;
		line-height: 19px;
	}
	.wrap-sbp-payment {
		margin-top: 16px;
	}
	.sbp-btn {
		margin-bottom: 20px;
		height: 45px;
	}
	.sbp-btn:last-child {
		margin-bottom: 0;
	}
	.sbp-info-warning {
		font-size: 14px;
		text-align: left;
		margin-bottom: 16px;
	}
	.sbp-info-page {
		margin-bottom: 20px;
	}
	.success-wrap-text {
		margin-top: 186px;
		line-height: 25px;
		font-size: 18px;
	}
	.success-text-info {
		margin-bottom: 26px;
	}
	.sbp-ok {
		height: 45px;
	}
	.button-done-text {
		font-size: 14px;
	}
	.sbp-buttons-success {
		margin-bottom: 273px;
	}
}
.offer-btn {
	text-align: center;
	margin-top: 9px;
	margin-left: -683px;
}
.offer__btn {
	background: #e20714;
	border-radius: 28px;
	padding: 12px 100px 12px 100px;
	font-weight: 700;
	cursor: pointer;
	font-size: 25px;
}
.offer__btn:link, .offer__btn:visited {
	color: white; /* Цвет шрифта по умолчанию */
}
.offer__btn:hover {
	color: rgb(6, 6, 6); /* Цвет шрифта при наведении */
	background-color: rgba(239, 40, 52, 1);
}
.product-attribute-sku .product-attribute-value {
	color: #171717;
}
@media only screen and (max-width: 768px) {
	.offer-btn {
		display: block;
		text-align: center;
	}
}
/*atr*/
.product-attributes {
	display: flex;
	justify-content: center;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #646464;
	flex-wrap: wrap;
}

@media (max-width: 1300px) {
	.product-attributes {
		font-size: 15px;
	}
}
.product-attribute.product-attribute-sku {
	order: 1;
	margin-right: 0;
}
.product-attribute {
	display: flex;
	margin-right: 4px;
}
.product-attributes .product-attribute-name {
	order: 1;
	text-transform: lowercase;
}
.product-attributes .product-attribute-value {
	margin-right: 2px;
}
.product-attribute.product-attribute-sku .product-attribute-name {
	order: 1;
	margin-right: 2px;
	text-transform: capitalize;
}
.product-attribute.product-attribute-sku .product-attribute-value {
	order: 2;
	margin-right: 0;
}

/* Основные стили */
.popular-sections {
  margin: 0px auto 120px;
  padding: 0 15px;
  box-sizing: border-box;
}

.popular-sections__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.popular-sections__grid {
  display: flex;
  gap: 15px;
  align-items: stretch;
}

.popular-sections__left {
  flex: 1;
}

.popular-sections__right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.popular-sections__link {
  position: relative;
  display: block;
  overflow: hidden;
  transition: transform 0.3s;
}

.popular-sections__link:hover {
  transform: translateY(-5px);
}

.popular-sections__left .popular-sections__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px 16px;
}

.popular-sections__right .popular-sections__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px 16px;
}

.material-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Мобильная версия (до 576px) */
@media (max-width: 576px) {
  .popular-sections {
    padding: 0 10px;
    margin: 0 auto 60px;
  }
  
  .popular-sections__title {
    font-size: 22px;
  }

  .popular-sections__grid {
    flex-direction: column;
    gap: 8px;
  }

  .popular-sections__left,
  .popular-sections__right {
    width: 100%;
  }

  .popular-sections__right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .popular-sections__left .popular-sections__img,
  .popular-sections__right .popular-sections__img {
    border-radius: 100px 16px;
  }

  .popular-sections__link {
    height: 100px;
  }

  .material-label {
    font-size: 24px;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    text-shadow: none;
    padding: 0 20px;
  }
}

/* Планшет */
@media (min-width: 577px) and (max-width: 992px) {
  .popular-sections__left .popular-sections__img {
    border-radius: 120px 16px;
  }
  
  .popular-sections__right .popular-sections__img {
    border-radius: 70px 16px;
  }
}

/* Серые блоки */
.gray-blocks {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	margin-bottom: 120px;
}

.gray-blocks__title {
	color: #171717;
	text-align: center;
	font-size: 32px;
	line-height: 110%;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.gray-blocks__steps {
	display: flex;
	flex-direction: row;
	gap: 30px;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	align-items: stretch;
	justify-content: space-between;
	font-family: 'Roboto Condensed';
}

.gray-blocks__step {
	background: #f8f8fa;
	border-radius: 16px;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	padding: 20px 16px 55px 16px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	flex-grow: 1;
	position: relative;
	max-width: 310px;
	width: 100%;
	transition: transform 0.3s;
}
.gray-blocks__step:hover {
	transform: translatey(-5px);
}

.gray-blocks__icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	position: relative;
	overflow: visible;
	aspect-ratio: 1;
}

.gray-blocks__description {
	color: #171717;
	text-align: left;
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	position: relative;

}

.gray-blocks__description-wide {
	color: #171717;
	text-align: left;
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	position: relative;
	align-self: stretch;
}
@media(max-width: 1200px){
	.gray-blocks__step{
		flex-shrink: 1;
	}
}

@media (max-width: 1000px) {
	.gray-blocks__steps {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		width: 100%;
	}

	.gray-blocks__step {
		flex-direction: row;
		width: calc(50% - 10px);
		height: 100px;
		max-width: unset;
	}
	.gray-blocks__description br {
		display: none;
	}
}

@media(max-width: 576px){

	.gray-blocks {
		display: flex;
		flex-direction: column;
		gap: 24px;
		margin-bottom: 60px;
	}

	.gray-blocks__title {
		font-size: 22px;
		line-height: 110%;
	}

	.gray-blocks__steps {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	.gray-blocks__step {
		padding: 20px 16px;
		display: flex;
		flex-direction: row;
		gap: 16px;
		width: 100%;
		height: auto;
		min-height: 0;
		max-width: 100%;
		align-items: center;
	}

	.gray-blocks__icon {
		flex-shrink: 0;
		width: 32px;
		height: 32px;
	}

	.gray-blocks__description {
		font-family: 'PT Sans Narrow';
		font-size: 15px;
		line-height: 130%;
		max-width: none;
	}


}


/* баннер страница для дилеров */

.information-information-21 #content > h1 {
	display: none;
}

.dealer-banner {
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	background-image: url("/image/catalog/dealer-banner-pc.png");
	margin-bottom: 120px;
}
.dealer-banner__container {
	border-radius: 16px;
	flex-shrink: 0;
	width: 100%;
	height: 560px;
	position: relative;
}
.dealer-info {
	padding-top: 80px;
	padding-left: 60px;	
	width: 628px;
}
.dealer-banner__title {
	color: #fff;
	font-size: 48px;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
}

.dealer-banner__description {
	color: #ffffff;
	font-size: 22px;
	line-height: 120%;
	font-family: 'Roboto Condensed';
	margin-top: 12px;
}

/*.dealer-banner__cta {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 60px;
	border: 1px solid #ffffff;
	padding: 20px 90px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 52px;
	position: absolute;

	left: 62px;
	top: 294px;
	backdrop-filter: blur(2px);
}

.dealer-banner__cta-text {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}

.dealer-banner__cta-icon {
	flex-shrink: 0;
	width: 16px;
	height: 10px;
	position: relative;
	overflow: visible;
}*/

.dealer-banner__button {
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.1);
	font-size: 18px;
	gap: 10px;
	width: 210px;
	height: 52px;
	margin-top: 34px;

}
.dealer-banner__button:hover {
	background: #171717;
	color: #fff;
	border-color: #171717;
}

.dealer-banner__button svg {
	stroke-width: 1px;
	stroke: #fff;
}



@media (max-width: 767px) {
	.dealer-banner__container{
		width: 100%;
		height: 100%;
	}
	/*.dealer-banner--mobile {
		height: 485px;
		position: relative;
	}*/

	.dealer-banner {
		background-image: url("/image/catalog/dealer-banner-mobile.png");
		background-size: cover;
		width: 100%;
		height: 485px;
		margin-bottom: 60px;
	}
	
	.dealer-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;		
		height: 100%;
		padding: 0 30px;
	}

	.dealer-banner__title {
		color: #ffffff;
		text-align: center;
		font-size: 24px;
	}

	.dealer-banner__description {
		color: #ffffff;
		text-align: center;
		font-size: 16px;
		max-width: 300px;
	}
	.dealer-banner__description br {
		display: none;
	}

	.dealer-banner__button {
		width: 180px;
		height: 46px;
		padding: 0;
	}

	.dealer-banner__button-icon {
		width: 16px;
		height: 10px;
	}
}


/* BEGIN Поля в модалках */
.betta-modal .modal-body {
	padding: 40px 90px;
}
.betta-modal h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	color: #171717;
	margin-top: 0;
	margin-bottom: 40px;
}
.betta-modal .form-control {
	border: 1px solid #e6eaee;
	border-radius: 8px;
	padding: 15.5px 10px;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 120%;
	color: #171717;
	margin-bottom: 16px;
	height: auto;
	box-shadow: none;
}
.betta-modal .form-control::placeholder {
	color: #646464;
	opacity: 0.4;
}
.betta-modal div.required .control-label {
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 120%;
	color: #171717;
	padding-top: 0;
	margin-bottom: 6px;
}
.betta-modal div.required .control-label::before {
	display: none;
}
.betta-modal div.required .control-label::after {
	color: #171717;
	content: '* ';
	font-family: 'Roboto Condensed';
}
.betta-modal .apply-policy {
	margin: 32px 0 0 0;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 120%;
	color: #646464;
	opacity: 0.4;
	width: auto;
	height: auto;
}
.betta-modal .apply-policy a {
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 120%;
	color: #646464;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.betta-modal .close {
	width: 40px;
	height: 40px;
	background: url('../image/close-modal.svg') 0 0 no-repeat;
	background-size: 100%;
	opacity: 1;
	text-shadow: none;
	float: none;
	position: absolute;
	top: 10px;
	right: 0px;
}
@media(max-width: 767px) {
	.betta-modal .modal-body {
		padding: 30px 17px 20px 20px;
	}
	.betta-modal h3 {
		font-size: 22px;
    	line-height: 110%;
    	margin-bottom: 24px;
	}
	.betta-modal .form-control {
		margin-bottom: 8px;
	}
	.betta-modal .apply-policy {
		margin-top: 16px;
		font-size: 14px;
	}
	.betta-modal .apply-policy a {
		font-size: 14px;
	}
	.betta-modal .close {
		right: 10px;
	}
}
/* END Поля в модалках */

/* BEGIN Модалка Бесплатный Дизайн-проект */
#modalDesignProject {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	padding-right: 0 !important;
}
#modalDesignProject .modal-content {
	box-shadow: none;
	border: none;
	border-radius: 16px;
}
#modalDesignProject .modal-body {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0;
}
#modalDesignProject .modal-body form {
	padding: 40px;
	padding-right: 44px;
}
#modalDesignProject .modal-body form h3 {
	margin-bottom: 16px;
}
#modalDesignProject .modal-body form p {
	margin-right: 35px;
	margin-bottom: 40px;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 120%;
	color: #646464;
}
#modalDesignProject .modal-body .design-project-img {
	border-radius: 16px;
}
@media (min-width: 768px) {
	#modalDesignProject .modal-dialog {
		max-width: 900px;
		width: 100%;
		margin: 30px auto;		
	}
	#modalDesignProject .modal-body .design-project-img {
		width: 44vw;
		background: url('../image/design-project.png') center 0 no-repeat;
		background-size: cover;
		flex-shrink: 0;
	}
}
@media (min-width: 900px) {
	#modalDesignProject .modal-body .design-project-img {
		width: 396px;
		background-size: 396px;
	}
}
@media (max-width: 767px) {
	#modalDesignProject .modal-dialog {
		margin: 14px;
	}
	#modalDesignProject .modal-content {
		max-height: 99vh;
		overflow: auto;
	}
	#modalDesignProject .modal-body {
		flex-direction: column;
	}
	#modalDesignProject .modal-body form {
		padding: 30px 17px 20px 20px;
		gap: 24px;
	}
	#modalDesignProject .modal-body form h3 {
		font-size: 22px;
		line-height: 110%;
	}
	#modalDesignProject .modal-body form p {
		font-size: 15px;
		margin-bottom: 24px;
	}
	#modalDesignProject .modal-body .design-project-img {
		width: 100%;
		height: 54.4vw;
		background: url('../image/design-project-mob.png') center 0 no-repeat;
		background-size: cover;
	}
}

/* END Модалка Бесплатный Дизайн-проект */


/* BEGIN Преимущества */
.advantages .gray-blocks__steps {
	gap:20px;
}
.advantages .gray-blocks__step {
	width: calc((100% - 80px) / 5);
	padding: 20px 10px 20px 16px;
}
@media (min-width: 577px) {
	.advantages br.m-display {
		display: none;
	}
	.advantages br.pc-display {
		display: initial;
	}
}
@media (max-width: 1000px) {
	.advantages br:not(.m-display) {
		display: none;
	}	
	.advantages .gray-blocks__step {
		height: auto;
	}
	.advantages .gray-blocks__step:nth-child(-n+3) {
		width: calc(33.333% - 14px); 
	}
	.advantages .gray-blocks__step:nth-child(n+4) {
		width: calc(50% - 10px); 
	}
}
@media (max-width: 767px) {
	.advantages .gray-blocks__step:nth-child(-n+3) {
		width: calc(50% - 10px); 
	}
	.advantages .gray-blocks__step:nth-child(5) {
		width: 100%; 
	}
}
@media (max-width: 576px) {
	.advantages .gray-blocks__step:nth-child(n) {
		width: 100%; 
		padding-right: 8px;
	}
	.advantages br.m-display {
		display: initial;
	}
}
/* END Преимущества */

/* BEGIN О компании */
.dealer-banner.company {
	background-image: url("/image/catalog/company-pc.png");
}
.dealer-banner.company  .dealer-info {
	border-radius: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 693px;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.1);
	padding: 40px 25px 35px 40px;
}
@media (min-width: 768px) {	
	.dealer-banner.company .dealer-info .dealer-banner__description p {
		display: inline;
	}
}
@media (max-width: 767px) {
	.dealer-banner.company {
		background-image: url("/image/catalog/company-mob.png");
	}
	.dealer-banner.company .dealer-info {
		padding: 23px 15px;
		width: 100%;
		height: auto;
	}
	.dealer-banner.company .dealer-info .dealer-banner__description {
		max-width: 500px;
	}
	.dealer-banner.company .dealer-info .dealer-banner__description p {
		margin-bottom: 8px;
	}
	.dealer-banner.company .dealer-info .dealer-banner__description p:last-child {
		margin-bottom: 0;
	} 
}

.mission-block {
    width: 100%;
    display: flex;
    gap: 24px;
    margin: 20px 0;
    align-items: stretch;
    margin-bottom: 120px;
}

.mission-text {
    width: calc(50% - (24px / 2));
    border: 1px solid #e6eaee;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 59px 30px;
}

#content .mission-text h2 {
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.mission-text p {
    font-size: 20px;
    line-height: 1.3;
    color: #171717;
    margin: 0 0 16px 0;
}

.mission-image {
    width: calc(50% - (24px / 2));
    border-radius: 16px;
    overflow: hidden;
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 1199px) {
	.mission-text p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
    .mission-block {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 60px;
    }
    .mission-text,
    .mission-image {
        width: 100%;
    }
    .mission-text {
        padding: 20px;
    }    
}

@media (max-width: 576px) {
	.mission-text {
        padding: 16px;
    }
    .mission-image img {
    	object-fit: initial;
    }
    .mission-text p {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

/* цифры */
.numbers-image {
    width: calc(50% - 12px);
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.numbers-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mission-info {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
}

#content .mission-info h2 {
    margin-bottom: 44px;
}

.mission-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e6eaee;
}

.numbers-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid #e6eaee;
}

.text-left {
    font-size: 20px;
    line-height: 1.3;
    color: #171717;
    text-align: left;
}

.text-right {
    font-size: 20px;
    line-height: 1.3;
    color: #171717;
    text-align: right;
}

.text-right.bold,
.text-left.bold {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #171717;
}
.information-information-22 #content > h1 {
	display: none;
}

@media (max-width: 1199px) {
    .text-right.bold,
    .text-left.bold {
        font-size: 32px;
    }	
}
@media (max-width: 768px) {
    .numbers-image {
        order: 2;
        width: 100%;
        margin: 0 auto;
    }
    .mission-info {
        order: 1;
        width: 100%;
        padding: 0;
    }
    #content .mission-info h2 {
        margin-bottom: 24px;
    }
    .numbers-line {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .text-right.bold,
    .text-left.bold {
        font-size: 24px;
    }
    .numbers-image {
        height: 73.8vw;
    }
}

/* END О компании */

/* BEGIN Сертификаты */
.sertificats {
	display: flex;
	gap: 35px;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 120px;
}
.sertificats .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	flex-grow: 1;
}
.sertificats .item a:first-child {
	flex-grow: 1;
	align-self: stretch;
}
.sertificats .item img {
	height: 100%;
	width: 100%;
	border-radius: 16px;
	border: 1px solid #e6eaee;
}
#content .sertificats .item h3 {
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #171717;
	text-transform: none;
	margin: 0;
}
.sertificats .item .b-btn {
	max-width: 204px;
	font-family: 'Roboto Condensed';
}
@media(min-width: 768px) and (max-width: 1199px) {
	#content .sertificats .item h3 {
		font-size: 18px;
	}
}
@media(max-width: 767px) {
	.sertificats {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}
	.sertificats .item {
		gap: 16px;
	}
	.sertificats .item .b-btn {
		padding: 14.5px 35px;
	}
}
/* END Сертификаты */

/* BEGIN Точки продаж */
.points_map-wrapper {
	display: grid;
	grid-template-areas: "list filter"
						  "list map";
	gap: 20px;
	grid-template-columns: 26.7% auto;
	grid-template-rows: auto 1fr;
	margin-bottom: 120px;
	height: 884px;
}
.points_list {
	grid-area: list;
	border-radius: 16px;
	background: #f8f8fa;	
	overflow: auto;
	scrollbar-width: thin;
  	scrollbar-color: #646464 transparent;
  	height: 100%;
}
.points_list .point {
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	gap: 16px;
	border-bottom: 1px solid #e6eaee;
}
.point h2 {
	font-size: 28px;
	line-height: 120%;
	text-transform: uppercase;
	color: #171717;
	position: relative;
	cursor: pointer;
	padding: 1px 0;
}
#content .points_list .point h2 {
	margin: 0;
	padding-right: 43px;
}
.points_list .point h2::after {
	content: '';
	display: block;
	border-radius: 100px;
	border: 1px solid #646464;
	width: 40px;
	height: 40px;
	background: transparent url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 8.625L12 15.375L5.25 8.625' stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") center center no-repeat;
	background-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
}
.points_list .point.active h2::after {
	background: #171717 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 15.375L12 8.625L18.75 15.375' stroke='white' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") center center no-repeat;	
}
.point .point_info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	flex-grow: 1;
	gap: 8px;	
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.points_list .point .point_info {
	max-height: 0;
}
.points_list .point:not(.active) {
	gap: 0;
}
.point .point_info a, .point .point_info span {
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 120%;
	color: #171717;
	padding: 6.5px 0 6.5px 44px;
}
.point .point_info .point_phone {	
	background: url('../image/point_phone.svg') 0 0 no-repeat;
	background-size: 32px;
}
.point .point_info .point_address {
	background: url('../image/point_address.svg') 0 0 no-repeat;
	background-size: 32px;
}
.point .point_info .point_open {
	background: url('../image/point_open.svg') 0 0 no-repeat;
	background-size: 32px;
}
.point .point_info .point_email {
	background: url('../image/point_email.svg') 0 0 no-repeat;
	background-size: 32px;
}
.points_list .point .point_info .point_buttons {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	align-items: stretch;
}
.points_list .point .point_info .point_buttons .b-btn {
	font-size: 15px;
	flex-shrink: 1;
	flex-grow: 1;
	line-height: 1.15;
}
@media (min-width: 901px) {
	.points_list .point .point_info .point_buttons .b-btn {
		padding: 12.5px 0;
	}
}
.points_filter {
	grid-area: filter;
	background: #f8f8fa;
	border-radius: 16px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 9px;
	height: min-content;
}
.points_filter > div {
	flex-basis: 33.333%;
}
.points_filter .multi-select .multi-select-options {
	scrollbar-width: thin;
	scrollbar-color: #646464 transparent;
	box-shadow: 0 8px 24px 0 rgba(75, 100, 137, 0.1);
	background: #fff;
	border-radius: 10px;
	padding: 12px 0 12px 0;
	max-height: 176px;
}
.points_filter .multi-select .multi-select-header.multi-select-header-active + .multi-select-options {
	gap: 8px;
}
.points_filter .multi-select .multi-select-options .multi-select-option, 
.points_filter .multi-select .multi-select-options .multi-select-all {
	padding: 6px 16px;
	height: auto;
	border-radius: 0;
}
.points_filter .multi-select .multi-select-options .multi-select-option:hover, 
.points_filter .multi-select .multi-select-options .multi-select-option:active, 
.points_filter .multi-select .multi-select-options .multi-select-all:hover, 
.points_filter .multi-select .multi-select-options .multi-select-all:active{
	background-color: #f8f8fa;
}

.points_filter .multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio, 
.points_filter .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
  border-color: #88BD30;
  background-color: #88BD30;
}
.points_filter .multi-select .multi-select-options .multi-select-option .multi-select-option-text, 
.points_filter .multi-select .multi-select-options .multi-select-all .multi-select-option-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #171717;
	font-family: 'Roboto Condensed';	
}
.points_filter .multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text, 
.points_filter .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
  color: #88BD30;
}

.points_filter .multi-select .multi-select-header {
	border: 1px solid #E6EAEE;
	border-radius: 10px;
	padding: 11.5px 32px 11.5px 16px;
	font-size: 16px;
	line-height: 120%;
	color: #646464;
}
.points_filter .multi-select .multi-select-header::after {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.28 5.9668L8.93337 10.3135C8.42003 10.8268 7.58003 10.8268 7.0667 10.3135L2.72003 5.9668' stroke='%23171717' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	right: 16px;
	height: 16px;
	width: 16px;
}
.points_filter .multi-select .multi-select-header .multi-select-header-placeholder {
	color: #646464;
}
.points_filter .multi-select .multi-select-header.multi-select-header-active {
	border-color: #646464;
}
.points_filter .multi-select .multi-select-header .multi-select-header-option {
	color: #fff;
	background-color: #88BD30;
	font-size: 16px;
}
#points_cities .multi-select-option-radio {
	display: none;
}
#points_map {
	grid-area: map;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
	filter: grayscale(1);
}
[class*="-balloon__tail"] {
	display: none !important;
}
[class*="-balloon_layout_normal"] {
	border: 1px solid #e6eaee !important;
	border-radius: 16px !important;
	box-shadow: none !important;
	overflow: hidden;
}
ymaps .point {
	padding: 13px 0 13px 11px;
	min-width: 258px;
}
#content ymaps h2 {
	margin: 0;
	padding: 0;
}
ymaps .point_info {
	margin-top: 16px;
}

/* карточки внизу */
#content .points_map-wrapper + h2 {
	text-align: center;
}
.points_cards {
	margin-bottom: 120px;
	position: relative;
}
.points_cards .swiper-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;	
}
.points_cards .point {
	border: 1px solid #e6eaee;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: 24px;
	width: calc((100% - 90px) / 4);
	height: auto;
}
.points_cards .point:hover {
	border-color: #171717;
}
.points_cards .point img {
	border-radius: 16px;
}
#content .points_cards .point h2 {
	margin: 24px 0 16px 0;
	padding: 0;
}
.points_cards .point .point_info .point_address {
	margin-bottom: 16px;
}
.points_cards .point .point_info .point_buttons {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	margin-top: auto;
	gap: 10px;
}
.points_cards .point .point_info .b-btn {
	padding-left: 0;
	padding-right: 0;
}
.points_cards .load-more-wrapper {
	max-width: 260px;
	margin: 40px auto 0;
}


@media (max-width: 1199px) {
	.points_map-wrapper {
		grid-template-columns: 30% auto;
		height: 700px;
	}
	#content .points_list .point h2, #content .points_cards .point h2, #content ymaps h2 {
		font-size: 28px;
	}
	.points_list .point h2::after {
		width: 36px;
		height: 36px;
	}
	.points_filter {
		padding: 20px;
	}
	.points_cards {
		margin-right: -15px;
	}
	.points_cards .swiper-wrapper {
		flex-wrap: nowrap;
		gap: 0;
	}
}
@media (max-width: 900px) {
	.points_map-wrapper {
		display: flex;
		flex-direction: column;
		gap: 8px;
		height: auto;
	}
	.points_list {
		height: 100vw;
		max-height: 400px;
	}
	.points_list .point {
		padding: 12px 16px;
	}
	#content .points_list .point h2 {
		padding: 4px 0;
		font-size: 18px;
		padding-right: 33px
	}
	.points_list .point h2::after {
		width: 30px;
		height: 30px;
	}
	.points_list .point .point_info .point_buttons {
		justify-content: flex-start;
	}
	.points_list .point .point_info .point_buttons .b-btn {
		flex-grow: 0;
		padding: 12.5px 25.5px;
	}
	#points_map {
		height: 75vw;
		max-height: 500px;
	}
}
@media (max-width: 767px) {
	.points_map-wrapper {
		margin-bottom: 60px;
	}
	.points_filter {
		flex-direction: column;
		align-items: stretch;
	}
	#content ymaps h2 {
		font-size: 18px;
	}
	ymaps .point {
		padding: 2px 0;
		min-width: 200px;
	}
	ymaps .point .point_info {
		margin-top: 8px;
		gap: 0;
	}
	ymaps .point .point_info a, ymaps .point .point_info span {
		font-size: 14px;
		padding: 7.5px 0 7.5px 44px;
	}
	.points_cards {
		margin-bottom: 45px;
	}
	.points_cards .point {
		padding: 20px;
	}
	#content .points_cards .point h2 {
		font-size: 18px;
		margin: 20px 0 16px 0;
	}
	.points_cards .point .point_info {
		gap: 0;
	}
	.points_cards .point .point_info .point_address {
		margin-bottom: 0;
	}
	.points_cards .point .point_info .point_buttons {
		margin-top: 20px;
	}
	.points_cards .point .point_info .b-btn {
		padding: 10px 25px;
	}
	.points_cards .point .point_info .btn-primary {
		padding: 12px 50px;
		margin-top: 0;
	}
	.points_cards .load-more-wrapper {
		margin: 24px auto 0;
	}
	.points_cards .load-more-wrapper .btn-primary {
		padding: 12px 50px;
	}
}
@media (min-width: 577px) {
	#content .points_map-wrapper + h2 br {
		display: none;
	}
}
@media (max-width: 767px) {
	#content .points_map-wrapper + h2 {
		text-align: left;
	}
}

/* swiper */
@media(min-width: 1200px) {
	.points_cards .swiper-button-prev,
    .points_cards .swiper-button-next {
    	display: none;
    }
}
@media(max-width: 1199px) {	
    .points_cards .swiper-button-prev,
    .points_cards .swiper-button-next {
        top: -64px;
    }
    .points_cards .swiper-button-prev {
        right: 67px;
        left: auto;
    }
    .points_cards .swiper-button-next {
        right: 15px;
    }    
}
@media(max-width: 576px) {	
    .points_cards .swiper-button-prev,
    .points_cards .swiper-button-next {
        top: -52px;
    } 
    .points_cards .swiper-button-prev {
        right: 57px;
    }
}
/* swiper */

/* END Точки продаж */

/* BEGIN Новинки/лидеры */
.swiper-button-prev, .swiper-button-next {
	border: 1px solid #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	border: 1px solid #171717;
	background: #171717;
}
.swiper-button-prev:hover::after, .swiper-button-next:hover::after {
	color: #fff;
}
.hits-widget {
    position: relative;
    margin-bottom: 120px;
}
.hits-widget #swiper-button-prev-hits1,
.hits-widget #swiper-button-next-hits1,
.hits-widget #swiper-button-prev-hits2,
.hits-widget #swiper-button-next-hits2{
    top: -65px;
}

.hits-widget #swiper-button-prev-hits1,
.hits-widget #swiper-button-prev-hits2{
    right: 50px;
    left: auto;
}

.hits-widget #swiper-button-next-hits1,
.hits-widget #swiper-button-next-hits2{
    right: 0;
}
.hits-widget .product-layout{
    padding-left: 0;
    padding-right: 0;
}
.hits-widget .hits-novelty-slide {
    position: relative;
}
.hits-widget .product-thumb.transition {
    margin-bottom: 0;
}
.hits-widget .product-thumb .image img {
    height: 330px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hits-widget p.price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #171717;
}
.header-swiper li.separator {
    background: url("https://betta.com.ru/image/catalog/Line1.svg");
    height: 35px;
    width: 1px;
}
.hits-widget .rating .fa-star,
.hits-widget .rating .fa-star-o {
    color: #FFD700;
}
.nav-tabs > li > a {
    margin-right: 0;
}
.nav-tabs > li:not(.active) > a {font-weight: 400}

@media(max-width: 1330px) {
    .hits-widget .product-thumb .image img {
        width: 22.5564vw;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 1.0526vw;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 1.1667vw;
    }
}

@media(max-width: 767px) {
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 1.8253vw;
    }
    .hits-widget ul.nav.nav-tabs.new_featured {
        justify-content: flex-start;
    }

    .hits-widget .product-layout {
        border: none;
    }


    .hits-widget #swiper-hits.swiper,
    .hits-widget #swiper-hits2.swiper {
        margin-right: -15px;
        width: auto;
    }
}

@media(max-width: 576px) {
	.hits-widget {
		margin-bottom: 60px;
	}
    .new_featured li.active a:focus, .new_featured li.active a:active, .new_featured li.active a:hover, .new_featured li.active a, .new_featured li a {
        font-size: 22px !important;
    }

    .hits-widget #swiper-button-prev-hits1, .hits-widget #swiper-button-prev-hits2 {
        right: 42px;
    }
    .header-swiper li.separator {
        height: 26px;
    }
    .nav-tabs > li:first-child > a, .nav-tabs > li:first-child > a:hover {
        padding-left: 0;
    }
    .swiper-button-prev, .swiper-button-next {
	    width: 32px;
	    height: 32px;
	}
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 2.4306vw;
    }
    .header-swiper.nav-tabs>li>a, .header-swiper.nav-tabs>li>a:focus, .header-swiper.nav-tabs>li>a:hover{
        padding: 0;
    }
    .hits-widget .new_featured li a,
    .hits-widget .new_featured li.active a {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 22px !important;
        line-height: 110%;
        text-transform: uppercase;
        text-align: center;
        color: #171717;
    }
    .hits-widget #swiper-button-next-hits1,
    .hits-widget #swiper-button-next-hits2 {
         right: 0;
    }
    .hits-widget #swiper-button-prev-hits1, .hits-widget #swiper-button-next-hits1, .hits-widget #swiper-button-prev-hits2, .hits-widget #swiper-button-next-hits2 {
        top: -31px;
    }
    .header-swiper ul.new_featured {
        justify-content: flex-start;
    }
    .hits-widget .nav-tabs li a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
/* END Новинки/Лидеры */

/* BEGIN Проекты */
#swiper-art {
    flex: none; 
}
.articles-widget{
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 120px;
}
.article-designer{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #171717;
    margin-bottom: 8px;
}
.article-des{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
}
.articles-title{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: left;
    color: #171717;
}
.articles-widget .product-thumb .caption {
    padding: 24px 16px;

}
.articles-widget .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}
.articles-widget #swiper-art,
.articles-widget .add-project-btn {
    /*flex: 1;*/
}
.articles-widget .articles-container {
    display: flex;
    flex-direction: row;
    /*max-width: 1300px;*/
    width: 100%;
    height: 377px;
    justify-content: space-between;
}
.articles-widget #swiper-art {
    order: 0;
    /*max-width: 1000px;*/
    width: 75%;
    margin-left: 0;
    margin-right: 0;
}
.articles-widget #swiper-art .button-group {
    margin: 0 auto;
}

.articles-widget #swiper-art .button-group button {
    width: 86%;
    margin: 0 auto;
    padding: 13.6px 78px;
}
.articles-widget #swiper-art .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    border-radius: 16px;
    /*width: 300px !important;*/
    height: 377px;
    padding: 0;
    flex-grow: 0;
}
.articles-widget .product-thumb {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
}
.articles-widget .product-thumb .image img {
    border-radius: 16px;
    width: 300px;
    height: 222px;
    object-fit: cover;
}

.articles-widget .add-project-btn {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    /*max-width: 300px;*/
    width: 23%;
    flex-grow: 0;
    height: 377px;
    background: #f8f8fa;
    border: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #171717;
    text-align: center;
    transition: background-color 0.3s;
    padding: 0;
    position: relative; 
}
.articles-widget .add-project-btn:hover {
	background: #171717;
	color: #fff;
}
.articles-widget .add-project-btn:hover path {
	stroke: #fff;
}

.articles-widget .btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px; 
}

.articles-widget .plus-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
}
.articles-widget {
    /*height: 377px;*/
    position: relative;
    padding-top: 40px;
}

.articles-widget #swiper-button-prev-art,
.articles-widget #swiper-button-next-art {
    top: -26px;
}
.articles-widget #swiper-button-prev-art {
    right: 50px;
    left: auto;
}
.articles-widget #swiper-button-next-art {
    right: 0;
}
@media(max-width: 767px){
    .articles-widget{
        margin-bottom: 60px;
    }

}

@media(max-width: 576px){
    .articles-widget{
        margin-bottom: 170px;
        margin-right: -15px;
        width: auto;
    }
    .articles-container{
        box-sizing: border-box;
    }
    .article-des{
        font-weight: 400;
        font-size: 15px;
        line-height: 130%;
        text-align: center;
    }
    .article-designer{
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        color: #171717;
    }
    .articles-widget     .product-thumb h4 a {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        color: #171717;
    }
    .articles-widget #swiper-button-prev-art,
    .articles-widget #swiper-button-next-art {
        top: -16px;
    }
    .articles-widget #swiper-button-prev-art {
    	right: 57px;
    }
    .articles-widget #swiper-button-next-art {
    	right: 15px;
    }
    .articles-title{
        font-size: 22px;
        line-height: 110%;

    }
    .articles-widget .btn-content {
         flex-direction: row;
         padding: 0;
         justify-content: center;
    }
    .articles-widget .add-project-btn {
        flex-direction: row;
        margin: 0 auto;
        max-width: 300px;
        transition: background-color 0.3s;
        border: 1px solid #171717;
        border-radius: 60px;
        margin-top: 10px;
        width: 300px;
        height: 51px;
    }
    .articles-widget .add-project-btn path {
    	stroke-width: 7px;
    }
    .articles-widget .add-project-btn:hover path {
    	stroke: #fff;
    }

    .articles-widget .add-project-btn span {
        padding-left: 10px;
    }
    .articles-widget .plus-icon {
        width: 32px;
        height: 32px;
        margin: 0 0 0 10px;
        order: 1;
    }

    .articles-widget .articles-container {
        gap: 33px;
        flex-direction: column;
    }
    .articles-widget #swiper-art, .articles-widget .add-project-btn {
        flex: none;
    }
    .articles-widget #swiper-art {
        width: 100% !important;
    }
}
/* END Проекты */

/* BEGIN Контакты */
#contact #content > h2 {
	margin-bottom: 40px;
}
.contact_data {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 24px;
	height: 300px;
	margin-bottom: 120px;
}
.contact_data a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: calc((100% - 24px) / 2);
	border: 1px solid #e6eaee;
	border-radius: 16px;
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	text-transform: uppercase;
	color: #171717;
}
.contact_data a:hover {
	border-color: #171717;
}
.contact_data a span {
	font-weight: 700;
}
.contact_data a img {
	width: 100px;
	height: 100px;
}
@media(max-width: 900px) {
	#contact #content > h2 {
		margin-bottom: 24px;
	}
	.contact_data {
		height: 220px;
	}
	.contact_data a {
		font-size: 24px;
	}
	.contact_data a img {
		width: 80px;
		height: 80px;
	}
}

@media(max-width: 576px) {
	.contact_data {
		height: 30.13vw;
		gap: 10px;
		margin-bottom: 60px;
	}
	.contact_data a {
		font-size: 4.26vw;
		gap: 0px;
		width: calc((100% - 10px) / 2);
	}
	.contact_data a img {
		width: 14vw;
		height: 14vw;
	}
}

.no-dealer {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 24px;
	height: 216px;
	margin-bottom: 120px;
	background: #f8f8fa;
	border-radius: 16px;
	padding: 0 90px;
}
.no-dealer > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: calc((100% - 24px) / 2);
}
#contact .no-dealer h3 {
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	color: #171717;
	margin: 0;
}
#contact .no-dealer p {
	font-size: 20px;
	line-height: 130%;
	color: #171717;
	margin-bottom: 16px;
}
#contact .no-dealer p:last-child {
	margin: 0;
}

@media(max-width: 1199px) {
	.no-dealer {
		padding: 0 35px;
	}
}
@media(max-width: 900px) {
	#contact .no-dealer h3 {
		font-size: 27px;
	}
	#contact .no-dealer p {
		font-size: 16px;
	}
}
@media(max-width: 767px) {
	.no-dealer {
		padding: 30px 20px;
		flex-direction: column;
		gap: 16px;
		height: auto;
	}
	.no-dealer > * {
		width: 100%;
	}
	#contact .no-dealer h3 {
		font-size: 22px;
	}
	#contact .no-dealer h3 br {
		display: none;
	}
	#contact .no-dealer p {
		font-size: 15px;
		margin-bottom: 8px;
	}
}
@media(max-width: 576px) {
	.no-dealer {
		margin-bottom: 60px;
	}
}
	
/* END Контакты */

/* BEGIN банер на главной */

    #content .item.betta-banner {
        min-height: 560px;
        min-width: 1300px;
        border-radius: 16px;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        position: relative;
        margin: 0 auto;
        box-sizing: border-box;
        margin-bottom: 100px;
    }

    .betta-banner__content {
        margin: 0 auto;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #content .betta-banner__title {
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        margin-bottom: 12px;
        margin-top: 85px;
    }

    #content .betta-banner__subtitle {
        font-family: 'Roboto Condensed';
        font-weight: 400;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        color: #fff;
        margin-bottom: 40px;
    }

    .betta-banner__features {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        margin: 0 auto 40px;
        list-style: none;
        padding: 0;
        width: 800px;
        justify-content: center;
    }

    .betta-banner__feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 120px;
        height: 133px;
    }

    .betta-banner__icon {
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .betta-banner__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .betta-banner__feature-text {
        font-family: 'Roboto Condensed';
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #fff;
    }

    .betta-banner__button-wrapper.desktop-only {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }

    .desktop-only .betta-banner__button {
        font-size: 18px;
        padding: 15px 40px;
        gap: 10px;
        width: 210px;
        height: 52px;}

    .betta-banner__button-wrapper.mobile-only {
        display: none;
    }

    .betta-banner__button {
        font-weight: 700;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
        backdrop-filter: blur(4px);
        background: rgba(255, 255, 255, 0.1);
    }
    
    .betta-banner__button:hover {
    	background: #171717;
    	color: #fff;
    	border-color: #171717;
    }

    @media(max-width: 1330px){

        .betta-banner__features {

            gap: 1.5038vw;
            margin: 0 auto 3.0075vw;
            list-style: none;
            padding: 0;
            width: 60.1504vw;
            justify-content: center;
        }

        .betta-banner__feature {

            gap: 0.75vw;
            width: 9.02vw;
            height: 10vw;
        }

    }

    @media ((min-width: 769px) and (max-width: 1200px)) {
    #content .item.betta-banner {
        min-width: 512px;
        /*min-height: 500px;*/
        /*background-size: contain;*/
        width: 100%;
        /*max-width: 83.3vw;*/
        min-height: 500px;
        /*background-size: cover;*/
        /*padding: 2.5vw 1.67vw;*/
    }
    #content .betta-banner__title {
        font-size: 4vw;

        margin-bottom: 4vw;
        /*height: 15.467vw;*/
        height: 4.8333vw;
        width: 82.67vw;
        /*padding-top: 3.9vw;*/
    }

    #content .betta-banner__subtitle {
        font-size: 2.6667vw;
        /*font-size: clamp(16px, 4.267vw, 20px);*/
        margin-bottom: 1.3vw;
        /*margin-top: 2.6vw;*/
    }
    .betta-banner__features {
        gap: 1.67vw;
        margin: 0 auto 2.5vw;
        width: 66.6667vw;

    }

    .betta-banner__icon {
        max-width: 70px;
        max-height: 70px;
    }

    .betta-banner__button-wrapper.desktop-only {
        display: flex !important;
        justify-content: center;
        width: 100%;
        /*margin-top: 1.67vw;*/
    }

    .desktop-only .betta-banner__button {
        /*width: 17.5vw;*/
        /*height: 4.33vw;*/
        /*font-size: 1.33vw;*/
        padding: 0;
        margin-bottom: 5vw;
    }
    .betta-banner__feature {

        gap: 0.75vw;
        width: 10vw;
        height: 11.0833vw;
    }
    }
    
    @media (min-width: 769px) and (max-width: 900px) {
	    .betta-banner__features {
	        width: 90vw;
	    }
	    .betta-banner__feature {
	    	width: 14vw;
	    }
	}


    @media (max-width: 768px) {
        #content .item.betta-banner {
            min-width: 347px; 
            width: 100%;
            min-height: 485px;
            height: 129.33vw;
            background-position: center;
            background-size: cover;
        }

        #content .betta-banner__title {
            /*font-size: 6.4vw;*/
            font-size: clamp(24px, 6.4vw, 32px);
            margin-bottom: 4vw;
            height: 15.467vw;
            width: 82.67vw;
            margin-top: 50px;
            /*padding-top: 3.9vw;*/
        }

        #content .betta-banner__subtitle {
            /*font-size: 4.267vw;*/
            font-size: clamp(16px, 4.267vw, 20px);
            margin-bottom: 1.3vw;
            /*margin-top: 2.6vw;*/
        }

        .betta-banner__features {
            grid-template-columns: repeat(3, 1fr);
            width: 100%;
            max-width: 332px;
            gap: 1.3vw;
            margin-top: 8.6vw;
        }

        .betta-banner__feature {
            width: 26.66vw;
            height: 21.6vw;
        }

        .betta-banner__icon {
            width: 10.66vw; /* 40 px */
            /*height: 10.66vw; */
            height: clamp(40px, 10.66vw, 70px);
            object-fit: contain;
        }

        .betta-banner__feature-text {
            /*font-size: 3.46vw;*/
            font-size: clamp(13px, 3.46vw, 16px);
        }

        .betta-banner__button-wrapper.mobile-only {
            display: flex !important;
            margin-top: 1.95vw;
            margin-bottom: 3.9vw;
            width: 100%;
            justify-content: center;
        }

        .betta-banner__button-wrapper.desktop-only {
            display: none !important;
        }

        .mobile-only .betta-banner__button {
            /*width: 48vw;*/
            width: clamp(150px, 48vw, 210px);
            height: clamp(42px,12.26vw, 52px);
            font-size: clamp(12px, 4.26vw, 16px);
            padding: 0;
            gap: 0.65vw;
        }
    }
    @media (max-width: 576px) {
    	#content .item.betta-banner {
    		margin-bottom: 40px;
    	}
        .item.betta-banner .betta-banner__icon img {
            width: 40px;   
            height: 40px;  
        }

    }
/* END банер на главной */

/* BEGIN форма Заявка на сотрудничество */
.simple-form .error {
	color: #E01F1F;
}
.simple-form .success {
	color: green;
	margin-top: 15px;
}
.input-label:after {
	content: '* ';
	color: #171717;
}
.simple-form-container{
	display: flex;
	flex-direction: row;
}
.inputs-container{
	width: 50%;
}
.image-right{
	width: 50%;
	background-image: url("/image/catalog/feedback.png");
	margin-left: 72px;
	border-radius: 16px;
	background-size: cover;
	height: 560px;
}
.contacts-form {
	border-radius: 16px;
	padding: 0px 0px 0px 30px;
	background: #f8f8fa;
	margin-bottom: 120px;
}
.form-send {
	margin-top: 16px;
	max-width: 426px;
}
.form-send span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.form-send .btn {
	width: 100%;
}
.form-send .send-note {
	margin-top: 32px;
	opacity: 0.4;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #646464;;
	padding-right: 10px;
}
.input-label{
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #171717;
}
.simple-form label{
	margin-bottom: 6px;
}
.simple-form input{
	display: block;
	transition: border-color 0.3s ease-out;
	color: #171717;
	background-color: inherit;
	border: 1px solid #e6eaee;
	border-radius: 8px;
	padding: 8px 10px;
	max-width: 300px;
	height: 52px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}
.simple-form input::placeholder{
	opacity: 0.4;
}
.simple-form textarea {
	resize: none;
	height: 144px;
	line-height: 1.35;
	padding: 14px 19px;
}
.simple-form .input-block {
	margin-bottom: 16px;
	position: relative;
}
.simple-form .form-note {
	color: #929292;
	line-height: 1.2;
	margin-bottom: 20px;
}
.simple-form .error {
	border-color: #E01F1F;
}
.simple-form .error-note {
	color: #E01F1F;
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.2;
}
.simple-form .inputs-flex {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 16px;
}
.simple-form .inputs-flex:last-child {
	margin-bottom: -20px;
}
.simple-form .inputs-flex .input-block {
	width: 100%;
}
.simple-form .form-title {
	margin-bottom: 40px;
	margin-top: 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	color: #171717;
}

@media(max-width: 900px){
	.simple-form input{
		width: 100%;
		max-width: 100%;
	}
	.inputs-container{
		width: 100%;
	}
	.contacts-form{
		height: auto;
		width: 100%;
		margin-bottom: 100px;
	}
	.image-right{
		height: 63.222vw;
		width: auto;
		margin-left: 0;
	}
	.simple-form-container{
		flex-direction: column;
	}
	.contacts-form {
		padding: 20px;
	}
	.form-send{
		margin: 0 auto;
	}
	.form-send .send-note {
		margin-bottom: 20px;
	}
}

@media(max-width: 576px){
	.form-send .send-note{
		font-weight: 400;
		font-size: 14px;
		line-height: 120%;
		padding-right: 13px;
		margin-bottom: 24px;
	}
	.form-send {
		margin-top: 24px;
		margin: 0 auto;
	}
	.simple-form .input-block {
		margin-bottom: 8px;
	}
	.inputs-container{
		width: 100%;
	}
	.simple-form .btn {
		width: 81.867vw;
		padding: 0;
		margin-top: 32px;
	}
	.contacts-form{
		height: auto;
		width: 100%;
		margin-bottom: 60px;
		padding: 20px;
	}
	.image-right{
		height: 260px;
		width: auto;
		margin-left: 0;
	}
	.simple-form .form-title{
		margin-top: 10px;
		margin-bottom: 24px;
		font-size: 22px !important;
		line-height: 110% !important;
	}
	.simple-form .inputs-flex {
		grid-template-columns: 1fr;
		column-gap: 0;
	}
	.simple-form-container{
		flex-direction: column;
	}
}
/* END форма Заявка на сотрудничество */

/* форма Добавить свой проект */
#modalFeedback #input-enquiry {
	max-height: 52px;
}
#modalFeedback h3 {
	line-height: 120%;
}

@media (max-width: 576px) {
	#modalFeedback #input-enquiry {
		max-height: 104px;
	}
	#modalFeedback h3 {
		font-size: 22px;
	}
}