@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: ##000000;
}

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: 12px;
}

.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;
}

/* 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: #cee0a1;
}

.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: #cee0a1;
}

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: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #343434;
	border-color: #fff
}

#top {
	background-color: #ffffff;
	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 {
	border: 2px solid #cee0a1;
	border-radius: 28px;
	padding: 12px 28px;
	font-weight: 700;
	cursor: pointer;
}

.top_button_phone a {
	font-size: 24px !important;
}

.top_button_phone .fa-phone {
	font-size: 20px;
	color: #cee0a1;
	padding-right: 7px;
}

#top .dropdown-menu {
	background-color: #464646;
}

#top .dropdown {
	color: #cccccc;
}

#top .dropdown .fa-map-marker {
	font-size: 21px;
	color: #717171;
	padding-right: 5px;
}

#top .dropdown a span:nth-child(2) {
	padding-right: 15px;
	color: #cccccc;
}

#top .dropdown a span:nth-child(3) {
	color: #717171;
	font-size: 21px;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #c2c2c2;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#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;
	width: 27px;
	height: 27px;
	display: block;
	line-height: 26px;
}

#top .top_nav_button_telegramm a {
	background-image: url(../image/telegram.svg);
	background-repeat: no-repeat;
	width: 28px;
	height: 26px;
	display: block;
	line-height: 26px;
}

#top .icon_shopping-cart {
	background-image: url(../image/cart.svg);
	background-repeat: no-repeat;
	width: 28px;
	height: 32px;
	display: inline-block;
	top: 9px;
	position: relative;
}

#top .icon-search {
	background-image: url(../image/search.svg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-size: contain;


}

#toggleSearch {
	display: flex;
	align-items: center;
}
#toggleSearch  span {
	margin-left: 7px;
}


#top .cities {
	padding: 0 25px 0 30px;
}

#top li {
	padding-left: 10px;
	padding-right: 10px;
}

#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: 17px;
	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 #cee0a1;
}

.owl-wrapper-outer {
	border: none !important;
	box-shadow: none !important;
	border-radius: 10px !important;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
	width: 244px;
}

/* 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: #cee0a1;
}

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: #cee0a1;
	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: #cee0a1;
	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: #ffffff;
	background: linear-gradient(53.48deg, rgba(255, 255, 255, 0.2) 19.72%, rgba(255, 255, 255, 0) 80.24%), #cee0a1;
border-radius: 28px;
	padding: 18px 0 18px 0;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.test_button p:hover {
	background: #cee0a1;
}



/* 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: #343434;
}

.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 {
	background: none !important;
	color: #343434;
	font-size: 32px;
}

.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 #cee0a1;
	border-top: 4px solid #cee0a1;
	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 #cee0a1;
}
.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%;
	display: inline-block;
	background-color: #fff0;
	color: #010000;
	line-height: 38px;
	text-align: center;
	border: 2px solid #cee0a1;
	border-radius: 26px;
	font-size: 25px;
	padding-bottom: 4px;
}

#button-cart:hover {
	color: #fff;
	background-color: #cee0a1;
	text-decoration: none;
	cursor: pointer;
}

/* 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 #cee0a1;
	border-top: 11px solid #cee0a1;
	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: #aff250;
	color: white;
	text-transform: uppercase;
	border-radius: 20px;
	font-size: 27px;
	padding: 20px 50px;
	border-radius: 30px;
}
.baner_title .banner_link:hover {
	background: #cee0a1;
}
/* module_html */
.map-block.container-fluid {
	position: relative;
	width: 98.9vw;
	margin-left: calc((100% - 99vw) / 2);
	padding: 0;
}

.module_html {
	padding-bottom: 40px;
}

.module_html .html_body {
	display: flex;
	font-size: 18px;
	align-items: center;
}

.module_html .html_body .image {
	flex: 0 0 50%;
	max-width: 50%;
}

.html_body .html {
	padding-left: 0;
	width: 100%;
}

.html .html__title {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	color: #343434 !important;
	margin-bottom: 24px !important;
}

.html .html__title img {
	margin-right: 8px;
}

.html_body .html p {
	margin: 0;
	font-size: 20px;
	color: #343434;
	line-height: 140%;
	font-weight: 400;
}

.html .html__btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #343434;
	padding: 12px 59px;
	border: 2px solid #cee0a1;
	border-radius: 28px;
	margin-top: 35px;
	display: inline-block;
}

.html .html__btn:hover {
	background: #cee0a1;
}

.about_image {
	margin-left: 38px;
}
.about_image img {
	border-radius: 16px;
}

.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 (min-width: 768px) {
	.html__text-2, .html__btn-2 {
		display: none;
	}
}
@media (max-width: 767px) {
	.about_image {
		margin-left: 0;
	}
	.module_html .html_body .html .html__text {
		padding: 0 15px;
		display: none;
	}
	.module_html .html_body .html .html__btn {
		display: none;
	}
	.html .html__title {
		margin-bottom: 15px !important;
		font-size: 23px;
		line-height: 30px;
		text-align: left;
	}
	.swiper {
		width: 335px;
		margin-bottom: 15px;
	}
	.swiper-pagination-bullet {
		height: 9px !important;
		width: 9px !important;
	}
	.html__text-2 {
		color: #343434;
		text-align: center;
		font-size: 18px !important;
		line-height: 140%;
		margin-bottom: 15px !important;
	}
	.html__text-2::first-child {
		margin-bottom: 15px;
	}
	.module_html .html_body .image {
		text-align: center;
	}
	.html__btn-2 {
		display: inline-block;
		padding: 14px 40px;
		font-weight: 600;
		font-size: 16px;
		color: #343434;
		border: 2px solid #cee0a1;
		border-radius: 28px;
		margin-top: 5px;
	}
	.html__btn-2:hover {
		background: #cee0a1;
	}
}

/* mod */
.module_news {
	padding-bottom: 84px;
}

.module_news .header {
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #343434;
	padding-top: 46px;
	padding-bottom: 40px;
}

/*.module_news .header span:nth-child(1) {
	display: inline-block;
	padding: 7px;
	border-left: 4px solid #cee0a1;
	border-top: 4px solid #cee0a1;
	margin-right: 15px;
	margin-bottom: 9px;
}*/

/*.module_news .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;
}*/

.module_news .gradient .news_over {
background: linear-gradient(180.17deg, rgba(111, 111, 111, 0) 1.97%, rgba(0, 0, 0, 0.7626) 83.69%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#ad000000', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	height: 413px;
	width: 413px;
	position: absolute;
	z-index: 10;
	top: 0;
	border-radius: 10px;
	max-width: 100%;
}

.module_news .news_body {
	position: relative;
	z-index: 10000;
	padding: 23px;
	top: 188px;
}

.module_news .news_body a {
	color: #cee0a1 !important;
	font-size: 16px;
	line-height: 19px;
	margin-top: 8px;
	display: inline-block;
}
.module_news .news_body a img {
	margin-left: 4px;
}
.module_news .news {
	width: 100%;
	max-width: 413px;
	height: 413px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.module_news .news_body .caption h4 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	height: 46px;
}

.module_news .news_body .caption p {
	font-size: 16px;
	color: #fff;
}

.module_news .gradient .news_body a,
.module_news .gradient .news_body .caption p,
.module_news .gradient .news_body .caption h4 {
	color: #ffffff;
}

/* search */
#search {
	margin-bottom: 10px;
	position: relative;
}

#search .input-lg {
	height: 45px;
	line-height: 23px;
	padding: 11px 20px;
}

#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;
}

	/* cart */
#cart {
	margin-bottom: 10px;
}

#cart tr {
	background-color: #3e3e3e;
}

#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: #464646;
	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;
	}
}

/* content */
#content {
	min-height: 400px;
}

/* footer */
footer {
	/* margin-top: 30px; */
	padding: 46px 0 55px 0;
	background-color: #F8F8FA;
	/* border-top: 1px solid #ddd; */
	color: #e2e2e2;
	font-family: 'Roboto Condensed';
	/*height: 593px;*/
}

footer .row:nth-child(1) {
	padding-bottom: 45px;
}

footer .row:nth-child(2) {
	padding: 50px 0;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	border-top-width: 90%;
	border-bottom-width: 90%;
}

footer .row:nth-child(3) {
	padding-top: 36px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #646464;
	font-size: 18px;
}

footer a:hover {
	color: #3A3343;
}

footer h5 {
	font-size: 22px;
	color: #3A3343;
	margin: 0 0 16px 0;
}

.footer__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 41px;
	text-transform: uppercase;
	color: #343434;
	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-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #343434;
}
footer .footer-num, footer .footer-clock {
	font-family: 'PT Sans Narrow';
}

.footer-clock span {
	margin-left: 10px;
}

.list-unstyled li img {
	margin-right: 16px;
}

.footer-socilal__item {
	margin-right: 22px;
}

.footer-call-btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #161616;
	padding: 13px 29px;
	background: linear-gradient(46.84deg, rgba(255, 255, 255, 0.2) 20.88%, rgba(255, 255, 255, 0) 81.43%), #cee0a1;
	border-radius: 28px;
	font-family: 'Roboto Condensed';
	letter-spacing: 0.035em;
	cursor: pointer;
	white-space: nowrap;
}

.footer-call-btn:hover {
	background: #cee0a1;
	color: #ffffff;
}

footer .img-response {
	padding-top: 7px;
}

footer .afterlogo2 {
	color: #4d5459;
	padding-top: 20px;
	padding-left: 5px;
}

footer .visamaster {
	padding-top: 19px;
}

footer .visamaster a {
	line-height: 20px;
}

footer .visamaster div {
	padding-left: 0;
	padding-right: 0;
}

footer .imgcards {
	padding-top: 8px;
}

footer .callback {
	padding-top: 7px;
}

footer svg {
	fill: #90979c;
	margin-right: 7px;
}

@media (min-width: 800px) {
	footer .row:nth-child(4) {
		display: none;
	}
}
@media (max-width: 799px) {
	.col-sm-3 h2 {
		text-align: center;
		font-size: 23px;
	}
	.col-sm-3 {
		width: 100%;
		margin: auto;
	}
	footer {
		padding: 20px 0 30px 0;
	}
	footer a {
		font-size: 16px;
	}
	
	footer h5 {
		margin-bottom: 11px;
	}
	footer .row:nth-child(1) {
		padding-bottom: 20px;
	}
	footer .row:nth-child(1) .col-sm-3 {
		margin: auto;
	}
	footer .row:nth-child(2) {
		flex-direction: column;
		padding: 27px 0;
	}
	footer .row:nth-child(2) .col-sm-3 {
		text-align: center;
		margin-bottom: 20px;
	}
	footer .row:nth-child(2) .col-sm-3:last-child {
		margin-bottom: 0;
	}
	footer .row:nth-child(2) .col-sm-3 .list-unstyled, footer .row:nth-child(2) .col-sm-3 .list-unstyled li a  {
		justify-content: center;
	}
	footer .row:nth-child(2) .col-sm-3 .list-unstyled li:nth-child(3) a {
		margin: 0;
	}
	footer .row:nth-child(3) {
		display: none;
	}
	footer .row:nth-child(4) {
		padding-top: 27px;
	}
	footer .row:nth-child(4) .col-sm-6 {
		width: 50%;
	}
	footer .row:nth-child(4) .col-sm-6 a {
		font-size: 16px;
	}
	footer .row:nth-child(4) .col-sm-6 .list-unstyled li {
		margin-bottom: 14px;
	}
	footer .row:nth-child(4) .col-sm-6 .list-unstyled li:last-child {
		margin-bottom: 26px;
	}
	.footer-logo-text {
		font-size: 14px;
		color: #343434;
		line-height: 140%;
	}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	/* border: 1px solid #ddd; */
	background-color: transparent;
	font-weight: 600;
}

.breadcrumb i {
	font-size: 15px;
	color: #000;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:last-child::after {
	content: none;
}

.breadcrumb>li a {
	color: #000;
	font-size: 18px;
}

.breadcrumb>li:last-child a {
	font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #343434;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0
}

.pagination>li>a,
.pagination>li>span {
	color: black;
	border: 1px solid ##cee0a0;

}

.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: ##cee0a0;
	color: #fff;
	border: 1px solid ##cee0a0;

}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	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: auto;
}

.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: 'Roboto Condensed';
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #343434;
	text-transform: uppercase;
	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: 15px 0;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-size: 29px;
	line-height: 38px;
	color: #343434;
}

.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: 18px;
	}
	.product-thumb .caption p {
		font-size: 14px;
	}
	.reviews-count {
		font-size: 16px;
	}
	.product-thumb .caption .price {
		font-size: 23px;
	}
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		/* min-height: 210px; */
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.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 {
	display: inline-block;
	background-color: #fff0;
	text-align: center;
	border: 2px solid #cee0a1;
	padding: 9px 72px;
	border-radius: 28px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.03em;
	color: #343434;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #fff;
	background: linear-gradient(53.48deg, rgba(255, 255, 255, 0.2) 19.72%, rgba(255, 255, 255, 0) 80.24%), #cee0a1;
	text-decoration: none;
	cursor: pointer;
}

@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: #1130550a;
}

.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: uppercase;
}

.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%), #b8b8b8e3 !important;
border-radius: 28px !important;
	color: #363636 !important;
	border: none !important;
	max-width: 202px;
	width: 100%;
	height: 47px;
}

.mfpocp-close {
	right: 5px !important;
	top: 5px !important;
}

.ocpcb .btn-success:hover {
	background: #cee0a1 !important;
}

.ocpcb .btn-success:hover,
.ocpcb .btn-success:focus {
	transition: all 0.3s;
	background: #cee0a1 !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: 70px;
	width: 99.1vw;
	margin-left: calc((100% - 99vw) / 2 - 1px);
	margin-bottom: 80px;
}

.advantage.preim {
	margin-top: 100px;

}

.featured .feat_head {
	margin-bottom: 52px;
	display: flex;
	flex-wrap: wrap;
}

.featured .feat-image {
	flex: 0 0 50%;
	max-width: 50%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 507px; 
	position: relative;
	border-radius: 16px 16px 16px 16px;
}
.featured .feat-image::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(129.03deg, rgba(41, 41, 41, 0.66) 20.11%, rgba(14, 14, 14, 0) 88.42%);
	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: center;
	max-width: 580px;
	padding-left: 70px;
	padding-right: 10px;
	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;
}
.featured .feat-image .feat-html .feat-icons > div {
	border: 2px solid #cee0a1;
	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-weight: 700;
	font-size: 14px;
	line-height: 113%;
	letter-spacing: 0.045em;
	padding-top: 4px;
}
.featured .feat-image .feat-html .feat-icons > div span {
	font-size: 16px;
}
.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;
}

/* @media (max-width: 1440px) {
	.featured .feat-image {
		min-width: 727px;
	}

	.featured .feat-bodytext a {
		margin-top: 15px !important;
	}
} */

.featured .feat-bodytext {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 30px;
	font-size: 19px;
	justify-content: center;
	display: flex;
	flex-direction: column;	
}

#content .featured .feat-bodytext h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 6px 0;
	font-size: 28px;
}

.featured .feat-bodytext p {
	width: 82%;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #343434;
}

.featured .feat-bodytext a {
	display: inline-block;
	background-color: #fff0;
	text-align: center;
	border: 2px solid #cee0a1;
	border-radius: 28px;
	padding: 12px 73px;
	margin-top: 27px;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.035em;
	color: #343434;
}

.featured .feat-bodytext a:hover {
	color: #fff;
	background: linear-gradient(53.48deg, rgba(255, 255, 255, 0.2) 19.72%, rgba(255, 255, 255, 0) 80.24%), #cee0a1;
	text-decoration: none;
	cursor: pointer;
}

.featured .separator {
	background: url(../image/Polygon.svg) 0 0 no-repeat;
	width: 18px;
	height: 19px;
	margin: auto 0;
	display: inline-block;
	top: 0px;
	position: relative;
	margin-right: 3px;
}

/* 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%;
	height: auto;
}

.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;
}

.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;
}

.product-thumb .button-group button {
	font-size: 22px;
	line-height: 32px;
}

#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: #cee0a1 !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: #aff250;
	text-align: center;
	border: 1px solid #aff250;
	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 #cee0a1;
	color: #000;
	outline: none;
}

.ocfilter-option-popover .btn:active {
	background: #fff;
	box-shadow: none;
	border: 1px solid #cee0a1;
	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%), #cee0a1;
	box-shadow: none;
	border: 1px solid #aff250;
	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: #343434;
  	background: linear-gradient(46.84deg, rgba(255, 255, 255, 0.2) 20.88%, rgba(255, 255, 255, 0) 81.43%), #cee0a1;
	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: transparent;
	color: #010000;
	line-height: 38px;
	text-align: center;
	border: 1px solid #113055;
	border-radius: 26px;
	font-size: 25px;
	margin-top: 10px;
}

.prmn-cmngr__confirm-btns .btn-primary {
	border: 1px solid #113055;
	background: #113055;
	color: #fff;
}

.prmn-cmngr-cities__city a {
	color: #000;
}

.prmn-cmngr-cities__city a:hover {
	color: #000;
}

.prmn-cmngr-cities__search-item_selected {
	background: #1130550 !important;
}

.btn-info {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: #010000;
	line-height: 38px;
	text-align: center;
	border: 2px solid #cee0a1;
	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: #cee0a1;
	color: #343434;
	border: 1px solid #cee0a1;
}

.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: #fff;
	color: #343434;
	border: 1px solid #113055;
}

.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: 0 !important;
	font-size: 16px !important;
}

.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: #bdb8b8;
	border-color: #e1dfdf;
}

@media (max-width: 1199px) {
	#content h1 {
		font-size: 28px !important;
	}
	.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: #113055;
	}

	.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 #cee0a1;
	}

	.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: 3px 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: 0;
	}

	.top_button_phone .fa-phone {
		color: #cee0a1;
	}

	#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_menu2 {
		/*display: none;*/
		padding: 0;
	}

	/* #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 {
		width: 100vw;
		margin-left: calc((100% - 100vw) / 2);
	}

	.featured .feat-bodytext {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.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;
	}

	.module_html .html_body .image {
		margin: 0 auto 20px;
	}

	.module_html .html_body .html {
		padding: 0;
		text-align: center;
	}

	.html_body .html p {
		padding: 0;
	}

	.module_news .product-layout {
		margin-bottom: 20px;
	}

	.module_news .news {
		margin: 0 auto;
	}

	.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;
	}

	.module_news .gradient .news_over {
		width: 100%;
	    max-width: 413px;
	    height: 413px;
	}

	footer .col-sm-2 {
		width: auto;
		flex: 0 0 calc(100% / 5);
		max-width: calc(100% / 5);
	}

	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_news .header,
	.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: 575px) {
	.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;
	}
	.module_news .news {
		height: 315px !important;
	}
}

@media (max-width: 991px) {
	.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 .feat-bodytext p {
		width: auto;
	}

	footer .col-sm-2 {
		width: auto;
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
}

@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: 392px;
		border-radius: 16px;
		flex: auto;
		max-width: 100%;
		width: 100%;
	}
	.featured .feat-image::after {
		border-radius: 16px;
	}

	.featured .feat-bodytext {
		flex: 1;
		max-width: 100%;
		padding: 20px;
	}
	
	#content .featured .feat-bodytext h3 {
		font-size: 23px;
		line-height: 30px;
		margin-top: 0;
		padding-bottom: 5px;
	}
	.featured .feat-bodytext p {
		font-size: 18px;
	}
	.featured .separator {
		width: 14px;
		height: 15px;
	}
	
	.featured .feat-bodytext a {
		margin-top: 5px;
		padding: 11px 61px;
		font-size: 16px;
		line-height: 21px;
	}
	
	.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 {
		top: 155px !important;
	}

	.ocf-offcanvas .ocfilter-mobile-handle .btn {
		background: #113055;
		color: #fff;
		border: 1px solid #113055;
	}

	.ocfilter.panel-default .list-group {
		padding-left: 20px;
	}

	.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;
	}

	footer .col-sm-2 {
		width: auto;
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}

	.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;
	}

	.product-layout.col-xs-6 {
		border: 1px solid #EFEFEF;
		box-sizing: border-box;
		padding: 5px 5px 8px;
		margin-bottom: 10px;
		border-radius: 16px;
		width: calc(49% - 2px);
	}
	
	.product-layout.col-xs-6:nth-child(2n+1) {
		margin-right: calc(2% - 4px);
	}

	.tab-content .row,
	.featured .row {
		margin: 0 -5px;
		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%;
	}

	.featured .feat-bodytext a {
		font-size: 16px;
	}

	.advantage.preim .adv_description p {
		padding: 0 5px;
	}

	.featured .feat_head {
		margin-bottom: 0;
	}

	.askmore .test_button {
		width: 80% !important;
	}

	.askmore img {
		margin: 0 auto;
		display: block;
		position: static !important;
		max-width: 100%;
	}

	.askmore {
		margin-bottom: 40px !important;
	}

	.module_news .header {
		padding: 15px 0;
		font-size: 23px;
	}

	.module_news .news {
		height: 413px;
	}

	.follow .input-group {
		width: 350px;
	}

	.product_title h1 {
		font-size: 18px;
		line-height: 1.2;
	}

	#top li {
		padding: 0;
	}
}

@media (max-width: 575px) {

	#button-cart {
		font-size: 22px;
	}

	#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 {
		margin: 0;
	}

	#mob_menu {
		margin: 0;
	}*/

	.test_button p {
		width: 95%;
		padding: 12px 5px;
	}

	footer .col-sm-2 {
		width: auto;
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}

	footer .col-sm-2:first-child {
		flex: 0 0 calc(100% / 1);
		max-width: calc(100% / 1);
	}

	footer .col-sm-2:first-child img {
		flex: 0 0 calc(100% / 1);
		margin: 0 auto;
	}

	.afterlogo2 {
		display: none;
	}

	.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 100%;
		max-width: 100%;
	}

	.product-thumb .caption {
		padding: 6px 0;
	}

	.product-thumb .price {
		font-size: 18px;
		line-height: 1.2;
	}

	.product-thumb .button-group button {
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
		letter-spacing: 0.03em;
		color: #414141;
	}

	.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;
	}

	.module_news .gradient .news_over {
		max-width: none;
		width: auto;
		left: 15px;
		right: 15px;
		height: 315px;
	}
	.module_news .news_body {
		top: 115px;
	}
	.module_news .news_body .caption h4 {
		font-size: 18px;
		height: 42px;
	}
	.module_news .news_body .caption p {

	}
}

/* @media (max-width: 375px) {


}
@media (max-width: 374px) {


} */


.alert-success {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000 !important;
}

.alert-success a {
	color: #cee0a1 !important;
}

.product-stiky {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.caption h4 {
	margin-top: 7px;
	margin-bottom: 12px;	
}

.ocpcb .captcha legend  {
	display: none !important;
}
header {
	position: relative;
}
.search-line {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#search .input-lg {
	border: none;
	border-radius: 3px;
	font-weight: 400;
	font-size: 18px;
	background: #F4F4F4;
	border-radius: 28px;
	width: 100%;
	outline: none;
}
#search .search-btn {
	position: absolute;
	top: 12px;
	right: 22px;
	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: #cee0a1;
	border-radius: 28px;
	padding: 5px 21px;
	color: #2d2d2d;
	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;
	}

	.map__legend img {
		height: 22px;
	}

	.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: #113055;
	-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 #cee0a1;
}

.collections .slick-next::after {
	transform: rotate(0);
	border: 1px solid #cee0a1;

}

.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: 420px){
	#logo img {
		position: relative;
		left: -23%;
	}
}


@media (max-width: 1199px) {
	.search-line {
		top: -68px;
		left: -15px;
		height: 70px;
		background: #fff;
		z-index: 10000;
		align-items: center;
		position: absolute;
		width: 100vw;
		display: none;
	}

	.search-line #search {
		margin-top: 13px;
	}
}


.fa-star-o, .fa-star {
	color: #cee0a1;

}

.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: #cee0a1;
}

.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: #cee0a1;
}


.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: #343434;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0px;
}	
#content h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 41px;
	text-transform: uppercase;
	color: #343434;
	margin-bottom: 32px;
}
#content h3 {
	font-weight: 700;
	font-size: 25px;
	line-height: 41px;
	text-transform: uppercase;
	color: #414141;
}
#page button:hover {
    background: #cee0a1;
    color: #FFFFFF;
    background: linear-gradient(53.48deg, rgba(255, 255, 255, 0.2) 19.72%, rgba(255, 255, 255, 0) 80.24%), #cee0a1;
    color: #343434 !important;
	font-weight: 700;
   } 
#content h2 {
	text-transform: uppercase;
	color: #343434;
	margin: 0px 0px 30px 0px;
}
.left_img {
    margin-top: -6px;
    margin-right: 10px;
	border-radius: 0px;
}
.right_img {
    transform: rotate(180deg);
    margin-top: 1px;
    margin-left: 9px;
	border-radius: 0px;
}
.block {
	display: inline-table;
    position: relative;
}
.blocks {
    /* background: #F8F8F8; */
	border: 2px solid #cee0a1;
	border-radius: 16px;
}
.blocks:hover {
	border: 2px solid #cee0a1;
	border: 2px solid #cee0a1;
}
section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
section #item {
    width: 32%;
    text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
}
#sertificats {
	margin-bottom: 110px;
}
#sertificats .items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: space-between;
}
#sertificats .items .item {
    width: 32%;
    text-align: center;
    margin-top: 20px;
    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;
}
.adrs_shop {
	margin: 15px 0px 40px 0px;
}
.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;
}

.btn_map_top, .btn_map_bot {
	background: #fff;
	border: 2px solid #cee0a1;
	border-radius: 50px;
	line-height: 24px;
	padding: 10px 30px;
	margin-top: 20px;
	font-weight: 700;
}

.block_btn {
	margin-bottom: 28px;
}
.btn_map_bot {
	bottom:30px;
	left:30px;	
	position: absolute;
}
.img_left{
	float: left;
}
#page .text {
    margin: 0px 0px 16px 35px;
	line-height: 24px;
	width: 96%;
}
.btn_mp_2 {
	bottom: -100px;
	position: absolute;
	left: 7%;
}
#page h2 {
	font-size: 24px;
}
#gde-kupit h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
}
/* #gde-kupit .block {
	padding: 40px;
} */
.block_top {
	width: 52%;
    padding: 30px 10px 25px 40px;
	margin-bottom: 120px;
}
.block_left {
	width: 53%;
}
.block_right {
	width: 41%;
	font-weight: 400;
}
#gde-kupit .gk_head {
	font-weight: 400;
    margin-top: -25px;
	margin-bottom: 40px;
}
#gde-kupit .shops {
	color: #000;
	margin-bottom: 40px;
	margin-top: 60px;
	/* line-height: 31px; */
}
/*Страница "Где купить"*/
/*Страница "Сертификаты"*/
#sertificats .blocks {
	border: 2px solid #EFEFEF;
	border-radius: 16px;
	padding: 10px 13px;
}
#item .text {
	margin: 20px 27px 10px 27px;
}
.addr_block {
	padding: 0px;
	/* margin-left: 59px; */
}
.img_left_2 {
	margin-left: 5%;
}
#sertificats .text {
    margin: 20px 0px 10px 0px;
}
#sertificats .sertif_year {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #7A7A7A;
	margin-bottom: 40px;
} 
.sertif_img {
	display: block;
	height: 542px;
	border-radius: 16px;
	margin: auto;
}
#sertificats h3 {
	font-size: 20px;
	line-height: 26px;
	color: #343434;
	font-weight: 400;
	text-transform: none !important;
}
.sertif_year {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #7A7A7A;
	margin-bottom: 40px;
}
/*Страница "Сертификаты"*/
/*Страница "Услуги"*/
#uslugi p {
	font-size: 18px;
}
#uslugi .green_txt {
	color: #cee0a1;
	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 #cee0a1; 
     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 #cee0a1;
	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 #cee0a1;
    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: #1130559 !important;
}
#pay .tarif_zone p {
	margin-top: 20px;
	color: #113055 !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 span {
	font-weight: 400;
}
#page .green {
	color: #113055;
	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;
}  
.sect_right, .loc_style {
	justify-content: flex-start;
	border: 1px solid #113055;
	padding: 12px 32px 8px 32px;
	border-radius: 16px;
	margin-bottom: 120px;
	width: 70%;
}
.cont_h3 {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.h3_2 {
	margin-left: 40.5%;
}
#pay p {
	font-weight: 700;
}
/*Страница "Оплата и доставка"*/
/* О нас */
.steps_3 {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.steps_3 img {
margin-right: 12px;

}
.steps_3 span {
	margin: auto 0px;
}
/*.sp1 {
	width: 50%;
}
.sp2 {
	width: 70%;
}
.sp3 {
	width: 35%;
}*/
.steps_3 p {
display: flex;
flex-direction: row;
font-size: 24px !important;
/* width: 24%; */
}
.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: #90BB39;
}
.photos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
/*	margin: 30px 30px 0px 0px;*/
}
.photo {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.25);
	border: 1px white solid;
	border-radius: 16px 16px 0px 0px;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.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;
}
.text_form_about input,
.text_form_about textarea {
	box-shadow: none; 
	border: none; 
	margin-left: 8px !important;
	
	/* background-color: #F8F8F8; */
}
/* О нас */
/* Контакты */
#contact p {
	font-weight: 700;
}
#form_about fieldset{
    max-width: 526px;
    width: 100%;
    height: auto;
	margin: 5% 0%;
	border: 1px solid white;
	/* border-image: linear-gradient(45deg, #cee0a1 , #D91A31) !important; */
	box-shadow: 4px 7px 12px rgba(0, 0, 0, 0.16);
	border-radius: 16px;
	border-image-slice: 1 !important;
	border-radius: 10px !important;  /* will have no effect */
	position: absolute;
	background-color: #fff;
	right: 15%;
	z-index:1;
}
.no_border{
	border-top: none;
}
.border_about{
	border: 2px solid #cee0a1;
	border-radius: 28px;
	margin: 20px 50px !important;
	overflow: hidden;
}
.lite_green_style {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #343434;
	margin: 45px 65px 10px 81px;
}
.about_bot {
    border: 2px solid #cee0a1;
	border-radius: 28px;
	padding: 13px 0px 62px 0px;
}
.text_form_about textarea,
.text_form_about input
{
	height: 47px;
	border: none; 
	box-shadow: none !important;
	/* margin-left: -29px; */
	background-color: none;
}
.send_text{
	text-align: center; 
	margin: 30px 90px;
	font-size: 18px;
}	
.green_style{
    text-transform: none;
    font-size: 24px !important;
    font-weight: 700;
    color: #cee0a1 !important;
    line-height: 31px;
    margin: 50px 50px 10px 51px;
    text-align: center;
}
.form_send span {
	text-align: center;
    margin: 0PX 82PX 0PX 83PX;
    DISPLAY: block;
    font-size: 18px;
    line-height: 23px;	
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none !important;
}
.no_left{
	margin-left: -15px;
}
.contact_btn {
	margin: auto;
	text-align: center;
	background-color: #cee0a1 !important;
	border-radius: 41px !important;
	font-family: 'Roboto Condensed' !important;
	font-style: normal;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 21px;
	letter-spacing: 0.035em;
	color: #fff !important;
	border: #cee0a1 1px solid !important;
	padding: 6px 28px !important;
/*	margin: 0px 0% 33px -65% !important;*/
}
.contact_btn:hover {
    background: linear-gradient(53.48deg, rgba(255, 255, 255, 0.2) 19.72%, rgba(255, 255, 255, 0) 80.24%), #cee0a1;
    color: #343434 !important;
	font-weight: 700;
}
.btn_map {
	width: 200px;
}
.cont_clmn_left {
	white-space: nowrap;
	margin-right: 55px;
}
.sect {
	display: flex; 
	justify-content: start;
}
.loc_style {
	margin-left: 30px;
    width: 70%;
}
.map {
	margin-bottom: -20px;
}
#contact .hr_left {
    margin: 0px 0 32px 0;
}
#contact .hr_right {
	margin: 33px 0 26px 0 !important;
}
#contact .panel-body {
    padding: 20px 14px 20px 20px !important;
}
.chbox {
	margin-left: 54px;
	margin-top: 20px;
	margin-right: 60px;
}
.chbox p {
	font-family: 'PT Sans Narrow';
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #7A7A7A;
}
.chbox input[type=checkbox], input[type=radio] {
	margin: 0px 10px 0 0;
}
#contact .form-control {
	padding: 14px auto !important;
}

#map
{
  width: 100%;
  height: 400px;
}
/* контакты */
@media (max-width: 1300px) {
	.block_bot {
		width: 48%;
	}
}
@media (min-width: 1201px) {
	.sect .h3_2 {
		display: none;
	}
}
@media (max-width: 1200px) {
	.block_top {
		width: 100%;
	}
	#sertificats .items .item {
		width: 48%;
	}
	#gde-kupit .block1{
		width: 100%;
	}
	.usl_img3 {
		bottom: 30px;
		width: 350px;
		right: 33px;
	}
	.usl_img2 {
		right: 10px;
		width: 49%;
	}
	.usl_img1{
		/* height: 140px;
		width: 100%; */
		/* z-index: 100; */
		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: #cee0a1;
		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%;
	}
	.form_send {
		border: 2px black !important;
	}
	.pull-right {
		float: none !important;
	}
	#page .block_st {
		display: flex;
	}
	.sect {
		flex-direction: column;
	}
	.sect_right {
		margin-left: 0px;
		width: 100%;
	}
		.cont_h3 .h3_2 {
		display: none;
	}
	.h3_2 {
		margin-left: 0;
	}
	.loc_style {
		margin-left: 0px;
		width: 100%;
	}
	#form_about fieldset {
		width: 460px;
		right: 6%;
	}
	.contact_btn {
		width: 86% !important;
	}
	.addr_block {
		padding: 0px;
		margin-left: 0px;
	}
	#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;
	}
	#sertificats .items .item {
		width: 42%;
		margin: 0PX 30PX;
	}
}
@media (max-width: 767px) {
	.sect_right {
		height: 400px;
	}
	.loc_style {
		padding-bottom: 45px;
	}
	.sect_right, .loc_style {
		margin-bottom: 50px;
	}
}
@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;
	}
	#sertificats .items .item {
		width: 65%;
		margin: 0px auto;
	}
}
@media (max-width: 768px) {
	#form_about fieldset {
		width: 93%;
		right: 4%;
		margin: 26% auto;
	}
}
@media (max-width: 670px) {
	#gde-kupit .block {
		padding: 20px;
	}
}
@media (max-width: 632px) {
	#sertificats .blocks {
		border: 2px solid #EFEFEF;
		border-radius: 16px;
		padding: 0px;
		margin: auto;
		width: max-content;
	}
	#pay .green {
		color: #90BB39;
		text-transform: uppercase;
		margin: 24px 0 24px !important;
	  }
	#sertificats {
		margin-bottom: 50px;
	}
	#sertificats h3 {
		font-size: 16px !important;
		line-height: 21px !important;
		margin-top: 9px !important;
		text-align: center !important;
	  }
	#sertificats .items .item {
		width: 47% !important;
	  }
	.sertif_img {
		height: 217px;
		border-radius: 16px;
		margin: 0px;
	  }
	.chbox {
		margin-left: 47px;
		margin-top: 20px;
		margin-right: 40px;
	}
	.chbox input[type=checkbox], input[type=radio] {
		margin: 0px 6px 0px -19px;
	}
	.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 !important;
	}
	.adrs_shop {
		text-align: center;
	}
	.block_top {
		width: 100%;
		padding: 30px 33px 25px 23px;
	}
	#gde-kupit h2, #page .text {
		font-size: 18px;
	}
	.btn_map_top {
		font-size: 16px;
	}
	.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;
	}
	.contact_btn {
		/*margin: 50px 27px;*/
		width: 82% !important;
		height: 50px;
	}
	.form_send span {
		margin: 0PX 12PX 0PX 13PX;
	}

	.send_text {
		text-align: center;
		margin: 50px 21px 0px 21px;
	}
/*	.border_about {
		margin: auto 27px !important;
	}*/
	.map {
		height: 870px;
	}
	#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;
	}
	#contact h3 {
		text-align: left;
	}
	.text_form_about textarea, .text_form_about input {
		height: 40px;
	}
	#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: 420px){
#form_about fieldset {
    width: 93%;
    /*right: 4%;*/
}
} 
@media (max-width: 400px) {
	#sertificats .items .item {
		width: 100%;
	}
/*	#form_about fieldset {
		margin: 280px auto auto auto;
	}*/
}
@media (max-width: 400px) {
	/* #uslugi .usl_img1 {
		width: 440px;
	} */
	.usl_img11 {
		height: 45%;
	}
	#uslugi .usl_img1 {
		width: 85%;
		bottom: 9%;
		left: 13%;
	  
	  }
}
@media (max-width: 370px) {
	.sertif_img {
		height: 190px;
	}
}



.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 #cee0a1;
	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;
}

#top .top_call a:hover, #top .top_delivery_to_home a:hover {
	background: linear-gradient(53.48deg, rgba(255, 255, 255, 0.2) 19.72%, rgba(255, 255, 255, 0) 80.24%), #eceef1;
	color: #343434;
}

@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: 2px;
		margin-bottom: 3px;
	}
	.product-thumb h4 a {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 16px;
	}
	.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: 18px;
		line-height: 21px;
		margin: 8px 0 14px 0;
	}
	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-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	color: #fff;
/*	width: 12px;
	height: 23px;*/
}

.swiper-button-next, .swiper-button-prev {
	width: 12px !important;
	height: 23px !important;
}
.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,#cee0a1);
}

:root {
    --swiper-navigation-size: 24px;
}

/*Блок Несколько враиантов доставки*/

.delivery__desc {
	font-size: 22px !important;
	line-height: 21px !important;
	color: #cee0a1 !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 #cee0a1;
	border-radius: 28px;
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	color: #343434;
}

.delivery__btn:hover {
	background: #cee0a1;
}

.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: 575px) {
	.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;
}
.offer__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 4.6rem;
	line-height: 140%;
	text-transform: uppercase;
	color: #434247 !important;
	margin: 4.8rem 0 1.9rem 17.6rem !important;
	line-height: 100%;
}
.offer__title_green {
	color: #434247;
}
.offer__btn {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 2.1rem;
	line-height: 23px;
	font-weight: 700;
	color: #363636;
	padding: 1.8rem 2rem;
	background: #FFFFFF;
	border-radius: 28px;
	display: inline-block;
	margin: 2.1rem 0 0 17.6rem;
}
.offer__btn:hover {
	background: #cee0a1;
}
.offer__list, .offer__item {
	display: flex;
	align-items: center;
}
.offer__list {
	margin-left: 16.5rem;
}
.offer__list_line {
	margin-bottom: 0.4rem;
}
.offer__item {
	margin-right: 1.7rem;
}
.offer__item.offer__delivery {
	margin-right: 2.8rem;
}
	.offer__text {
	font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 0.6rem;
	color: #000;
	background: #fff;
	border-radius: 26px;
	padding: 11px;
	}

.offer__text-discount {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	right: 11rem;
	font-weight: 400;
	font-size: 1.4rem;
	color: #373838;
	line-height: 150%;
	text-align: center;
	background: #ffffff;
	padding: 2.5rem 2.3rem 1.8rem 2.3rem;
	border-radius: 15px;
	width: 16.5rem;
}

.offer__text-discount .offer__img {
	position: absolute;
	top: -3.3rem;
	left: 50%;
	margin-left: -3.3rem;
}

@media (max-width: 1300px) {
	.offer {
		height: 47.1vw;
	}
	.offer__text-discount {
		right: 2.1vw;
	    top: 34.2vw;
	    font-size: 1.08vw;
		line-height: 150%;
		width: 12.69vw;
		padding: 1.92vw 1.77vw 1.38vw 1.77vw;
	}
	.offer__text-discount .offer__img {
		top: -2.46vw;
    		margin-left: -2.46vw;
	}
	.offer__title {
		font-size: 3.08vw;
		margin: 10.35vw 0 1.62vw 14.15vw !important;
	}
	.offer__btn {
		font-size: 1.54vw;
		line-height: 1.77vw;
		padding: 1.15vw 2.46vw;
		margin: 2vw 0 6.15vw 14.15vw;
	}
	.offer__list {
		margin-left: 14.15vw;
	}
	.offer__item {
		margin-right: 3.69vw;
	}
	.offer__item.offer__delivery {
		margin-right: 4.84vw;
	}
	.offer__img {
		height: 5vw;
		margin-right: 0.92vw;
	}
	.offer__text {
		margin-bottom: 0;
		font-size: 1.69vw;
		line-height: 2.00vw;
	}
}

@media (max-width: 992px) {
	.offer__title, .offer__btn, .offer__list {
		margin-left: 13.5vw !important;
	}
	.offer__title {
		margin-top: 12vw !important;
	}
	.offer__btn {
		margin-bottom: 8.15vw;
	}
}

@media (min-width: 640px) {
	.offer__text-discount-2 {
		display: none;
	}
}

@media (min-width: 640px) {
	.offer__img_sm {
		display: none;
	}
}
@media (max-width: 639px) {
	.offer {
		background-image: url(../image/baner-sm.png);
	    	background-size: cover;
	    	height: 62.99vw;
	}
	.offer__img_lg {
		display: none;
	}
	.offer__title {
		font-size: 6.74vw;
		line-height: 130%;
		text-align: center;
		margin: 9.33vw 0 0 0 !important;
	}
	.offer__btn, .offer__list:last-child {
		display: none;
	}
	.offer__list {
		padding: 3vw 10.15vw;
		margin-left: -5.09vw !important;
		justify-content: center;
		margin-top: -4.88vw;
	}
	.offer__text-discount {
		font-size: 2.09vw;
		left: 70%;
		top: 47.79vw;
		line-height: 150%;
		width: 23.26vw;
		height: 10.93vw;
		padding: 3.2vw 1.77vw 1.38vw 1.77vw;
		border-radius: 6px;
	}
	.offer__text-discount .offer__img {
		width: 15.81vw;
    		height: 15.81vw;
    		top: -8.46vw;
    		margin-right: 0;
    		margin-left: -7.5vw;
	}
	.offer__list_line {
		display: none;
	}
	.offer__item.offer__delivery {
		margin-right: 0;
	}
	.offer__item {
		justify-content: space-between;
		align-items: center;
	}
	.offer__item:last-child {
		margin-right: 0;
	}
	.offer__list .offer__img {
		width: 16.28vw;
    		height: 14.88vw;
	}
	.offer__text {
		font-size: 3.49vw;
		line-height: 3.78vw;
		margin-left: -2.88vw;
		margin-top: 2.33vw;
		background: #fff;
		border-radius: 17px;
		padding: 5px;
	}
}

/*Блок все коллекции*/

.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%), #cee0a1;
	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: 1032px) {
	.steps_3 {
		flex-direction: column;
	}
	.about_cntr {
		margin-top: 0;
		font-size: 24px !important;
		line-height: 31px !important;
	}
	.about_cntr br {
		display: none;
	}
}

@media (max-width: 576px) {
	#page h3 {
		font-size: 20px;
	}
	.steps_3 p {
		font-size: 20px !important;
		line-height: 26px;
	}
	#about {
		margin-bottom: 50px;
	}
	#about .img_about {
		margin-bottom: 23px;
	}
	.steps_3 img {
		width: 46px;
	}
	.photos {
		flex-direction: column;
	}
	.photo {
		max-width: 303px;
    	width: 100%;
    	margin: 0 auto 20px auto;
    	padding-bottom: 18px;
	}
	.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 #cee0a1;
	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 #cee0a1;
	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: #cee0a1;
}

@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;
	}
}

/*Страница Контанкты*/
.buttons .pull-right {
	float: none !important;
}

.pull-right .btn-primary {
	max-width: 229px; 
    width: 100%;
}

@media (max-width: 576px) {
	#form_about {
		overflow: hidden;
		display: flex;
    	flex-direction: column;
	}
	.form_about .form-horizontal {
		order: -2;
	}
	#form_about fieldset {
		position: relative !important;
	}
	#map {
		order: -1;
		height: 480px !important;
	}
	.sect_right, .loc_style {
		padding-bottom: 52px;
	}
	#page .panel-body .row .green {
		    margin-bottom: 19px !important;
	}
	#contact .hr_left {
		margin-bottom: 19px;
	}
	.sect_right {
		height: auto;
		margin-bottom: 9px;
	}
	#form_about fieldset {
		margin: 40px auto !important;
		right: 0;
	}
	.lite_green_style {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 7px;
		text-align: center;
	}
	.text_form {
		font-size: 18px;
		line-height: 23px;
		text-align: center;
		color: #343434;
		margin-bottom: 20px;
	}
	.text_form span {
		margin: 0px;
	}
}

/*подгон страницы Главная*/
@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 .html_body .image {
		margin: 0 auto;
	}
	.module_html {
		padding: 0;
	}
	.advantage.preim .adv_description p {
		margin-bottom: 0;
	}
	.advantage .adv_item:last-child {
		margin-bottom: 0;
	}
	.module_news {
		margin-top: 35px;
		padding-bottom: 0;
	}
	.module_news .product-layout:last-child {
		margin-bottom: 4px;
	}
	.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;
	}
}

.desc-bottom-page {
	font-size: 18px;
	margin-top: 15px;
}