/*
Theme Name: Green
Theme URI:
Description: Theme of MFB
Version: 1.0
Author: Ryabukhin Maxim
Author URI: http://myfreelanceblog.net
*/
/*.grecaptcha-badge{visibility: hidden;}*/
.sortContainer {    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
	position: relative;
	cursor: pointer;
    margin-left: 30px;}
.sortChanger__value {position: relative;
    width: 225px;
    text-align: left;}
.sortChanger__value:before{content: "";border: 12px solid transparent;border-top: 12px solid #689f38;position: absolute;bottom: 0px;left: -30px;}
.sortChanger__list{display: none;position: absolute;min-width: 100%;background-color: #fff;border: 1px solid #689f38;border-top: none;z-index: 1;left: -30px;}
.sortChanger__list li :hover{background-color: #689f38;color: #fff;}
.sortChanger__list li {text-align: center;}
.sortChanger__list li a {display: block;padding: 10px 10px;}
.sortChanger__list.active{display: block;}
.bu_disclamer>span, .sp__h1>span {color:red;}
.our__img>img {width:100%;}
.popular__price {text-align: center;font-size: 20px;font-weight: 600;}
/*Custom^*/
@font-face {
	font-family: 'M100';
	src: url('MuseoSansCyrl-100.eot');
	src: local('MuseoSansCyrl-100'),
		url('fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-100.woff') format('woff'),
		url('fonts/MuseoSansCyrl-100.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'M300';
	src: url('MuseoSansCyrl-300.eot');
	src: local('MuseoSansCyrl-300'),
		url('fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-300.woff') format('woff'),
		url('fonts/MuseoSansCyrl-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'M500';
	src: url('MuseoSansCyrl-500.eot');
	src: local('MuseoSansCyrl-500'),
		url('fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-500.woff') format('woff'),
		url('fonts/MuseoSansCyrl-500.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'M700';
	src: url('MuseoSansCyrl-700.eot');
	src: local('MuseoSansCyrl-700'),
		url('fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-700.woff') format('woff'),
		url('fonts/MuseoSansCyrl-700.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'M300';
	background: white;
	color: #121212;
}
ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
h1,h2{
	margin: 0;
	display: block;
	padding: 20px 0;
}
p{
	margin-bottom: 10px;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
section{
	display: block;
}
/* HEAD */
.header__top{
	background: white;
}
.header__top-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__top-left ul{
	display: flex;
}
.header__top-left li a{
	font: 16px M300;
    color: #454545;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    align-items: center;
	transition: all 0.3s;
}
a{
	color: #000000;
	transition: hover 0.3s;
}
a:hover{color: #689F38;}
.header__top-left li a:hover,
.header__top-email:hover,
.footer a:hover,
.line__phone:hover,
.line__cart a:hover,
.worker__phone:hover{
	color: #689F38;
}
.container{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
.header__top-right{
	display: flex;
	align-items: center;
}
.header__top-email{
	font: 16px M300;
	color: #454545;
	text-decoration: none;
	padding: 10px 15px;
	position: relative;
	transition: all 0.3s;
	display: flex;
    align-items: center;
}
.header__top-email:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(img/email.svg) no-repeat center;
	background-size: contain;
	margin-right: 13px;
}
.graf{
	color: #000000;
	font: 16px M500;
	padding: 10px;
}
.header__top-btn,
.line__call,.line__price,
.cf__submit input,
.order__cart,
.cart__right button{
	font: 16px M500;
    background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
    box-shadow: 0px 1px 0px #568E25, 0px 5px 10px rgba(0, 0, 0, 0.28);
    border-radius: 5px 5px 15px 15px;
    display: flex;
    min-height: 60px;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 0 23px;
}
.header__center-box{
	display: flex;
	align-items: center;
}
.header__center-left{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 54%;
}
.header__center-logo{
	text-decoration: none;
	color: #000000;
	font: 26px M700;
	display: block;
	padding: 10px 10px;
}
.header__center-left form{
	max-width: 455px;
	width: 50%;
	position: relative;
}
.header__center-left form input[type="text"],
.line form input[type="text"]{
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-sizing: border-box;
	border-radius: 5px 5px 15px 15px;
	display: block;
	width: 100%;
	padding: 20px 25px;
	min-height: 60px;
	outline: none;
	font: 16px M300;
}
.header__center-left form input[type="submit"],
.line form input[type="submit"]{
	background: url(img/submit.svg) no-repeat center;
    background-size: 17px;
    border: none;
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    cursor: pointer;
}
.header__center{
	background: #F5F5F5;
}
.header__center-right{
	display: flex;
    align-items: center;
    padding-left: 25px;
    justify-content: space-between;
    width: 46%;
}
.hc__col.viber{
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 46px;
}
.hc__col.viber:before{
	content: '';
	background: url(img/whats.svg) no-repeat center;
	position: absolute;
	width: 33px;
	height: 33px;
	background-size: contain;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.viber a{
	color: #000000;
	font: 20px M500;
	text-decoration: none;
}
.viber span{
	color: #000000;
	font: 13px M300;
}
.adres{
	font: 16px M300;
	color: #000000;
	position: relative;
	padding-left: 30px;
}
.adres:before{
	content: '';
	background: url(img/locate.svg) no-repeat center;
	position: absolute;
	width: 22px;
	height: 22px;
	background-size: contain;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
.hc__col{
	font: 16px M300;
	color: #000000;
	position: relative;
}
.calc,
.cart,
.line__cart{
	padding-left: 33px;
}
.calc a,
.cart a,
.line__cart a{
	color: #000000;
	text-decoration: none;
	transition: all 0.3s;
}
.calc a:hover,
.cart a:hover{
	color: #689F38;
}
.calc:before{
	content: '';
	background: url(img/calc.svg) no-repeat center;
	position: absolute;
	width: 21px;
	height: 21px;
	background-size: contain;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.cart:before,
.line__cart:before{
	content: '';
	background: url(img/cart.svg) no-repeat center;
	position: absolute;
	width: 21px;
	height: 21px;
	background-size: contain;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.cart span:empty,
.line__cart span:empty{
	display: none;
}
.cart span,
.line__cart span{
	position: absolute;
    background: #92ff32;
    width: 15px;
    height: 15px;
    display: flex;
    left: 12px;
    font: 10px M300;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: black;
    top: -7px;
}
.header__bottom,
.line__catalog{
	background: #333333;
}
.header__bottom .container,
.line__catalog .container{
	padding: 0 20px;
}
.header__bottom ul,
.line__catalog ul{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header__bottom ul a,
.line__catalog ul a{
	color: white;
	text-decoration: none;
	font: 16px M300;
	padding: 25px 10px;
	display: block;
	position: relative;
	transition: all 0.3s;
}
.header__bottom ul a:hover,
.line__catalog ul a:hover,
.tb__link:hover,
.menu-item-has-children:hover>a{
	color: #689F38;
}
.header__bottom ul a:hover:before,
.line__catalog ul a:hover:before,
.menu-item-has-children:hover>a:before{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	bottom: 11px;
	left: 50%;
	margin-left: -3px;
	background: #689F38;
	transition: all 0.3s;
}
.header__bottom ul.sub-menu,
.line__catalog ul.sub-menu,
.menu-item-has-children>ul.sub-menu
{
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 63px 62px rgba(0, 0, 0, 0.33);
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;*/
	left: 0;
	top: 69px;
	z-index: 999;
	padding: 5px 10px;
	display: none;
	width: 100%;min-width:280px;
}
/* 3 уровень меню */
.menu-item-has-subchildren>ul.sub-menu{
	position: absolute;
	width: 100%;
	top: 0 !important;/*42px;*/
	left: 100%;/*42px;*/
	flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 63px 62px rgba(0, 0, 0, 0.33);
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;*/
	/*left: 0;*/
	/*top: 69px;*/
	z-index: 999;
	padding: 5px 10px;
	display: none;
	/*width: 100%;*/
}
.menu-item-has-subchildren:hover>ul.sub-menu{display: block}
.menu-item-has-subchildren{
	position: relative;
}
/* 3 уровень меню */
.menu-item-has-children:hover>ul.sub-menu{
	display: block;
}
.header__bottom ul.sub-menu a,
.line__catalog ul.sub-menu a{
	color: #121212;
	font: 16px M300;
	padding: 6px 20px;
}
.header__bottom ul.sub-menu a:hover,
.line__catalog ul.sub-menu a:hover{
	color: #689F38;
}
.header__bottom ul.sub-menu a:hover:before,
.line__catalog ul.sub-menu a:hover:before{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -3px;
	background: #689F38;
	transition: all 0.3s;
}
.header__main{
	position: relative;
    overflow: hidden;
	min-height: calc(100vh - 270px);
}
.bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}
.hm__title{
	font: 32px M300;
	color: white;
	text-align: center;
    padding: 10px;
}
.hm__sub{
	font: 18px M300;
	color: white;
	text-align: center;
    padding: 10px;
}
.hm__content{
	position: relative;
	z-index: 1;
}
.hm__block{
	display: flex;
	color: white;
	justify-content: space-between;
	padding: 190px 0;
}
.hm__col-title{
	font: 20px M500;
	padding: 5px 0;
}
.hm__col-desc{
	font: 16px M100;
	padding: 5px 0;
}
.hm__col{
	padding-left: 48px;
    position: relative;
    max-width: 280px;
    width: 100%;
}
.hm__col:before{
	content: '';
	background: url(img/preim.svg) no-repeat center;
	position: absolute;
	width: 34px;
	height: 34px;
	background-size: contain;
	left: 0;
	top: 0;
	margin-top: 0;
}
.hm__item1{
	padding: 230px 0 20px;
}
.line__top{
	background: #333333;
}
.line{
	color: white;
	position: absolute;
    width: 100%;
    left: 0;
	transition: opacity 0.3s;
}
.fix-menu .line{
	position: fixed;
    top: 0;
    z-index: 9999;
}
.open-l.fix-menu .line{
	height: 100%;
    overflow: hidden;
    overflow-y: auto;
	background: rgba(0, 0, 0, 0.5);
}
.open-l .line__bg{
	z-index: 99;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	display: block;
	left: 0;
}
.open-l .line__top{
	z-index: 999;
	position: relative;
}
.line .logo{
	color: white;
	text-decoration: none;
	font: 26px M700;
	display: block;
    padding: 10px 10px;
}
.line__wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.line__right{
	display: flex;
    align-items: center;
    max-width: 75%;
    width: 100%;
    justify-content: space-between;
}
.line__catalog_btn{
	border: 2px solid #689F38;
    box-sizing: border-box;
    border-radius: 5px 5px 15px 15px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 20px 59px 20px 27px;
	position: relative;
	font: 16px M500;
}
.line__catalog_btn:before{
	content: '';
	display: block;
	background: url(img/down.svg) no-repeat center;
	background-size: contain;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	right: 24px;
	position: absolute;
}
.open-l .line__catalog_btn:before{
	transform: rotate(180deg);
}
.line form{
	max-width: 310px;
	width: 100%;
	position: relative;
}
.line__call,.line__price{
	font: 16px M700;
	position: relative;
	max-width: 210px;
	width: 100%;
}
.line__call:before{
	content: '';
	background: url(img/call.svg) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.line__price:before{
	content: '';
	background: url(img/preim.svg) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.line__phone{
	font: 20px M500;
	color: white;
	text-decoration: none;
	display: block;
	transition: all 0.3s;
}
.line__cart{
	position: relative;
	font: 16px M300;
}
.line__cart a{
	color: white;
}
.popular__card{
	align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 600px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 30px;
	position: relative;
	max-width: 327px;
	width: 100%;
	margin: 0 auto;
	transition: all 0.3s;
}
.popular__card:hover{
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.11);
}
.notice{
	font: 12px M700;
	color: #FFFFFF;
	background: #EB4444;
	width: 73px;
	position: absolute;
	padding: 10px;
	text-align: center;
	left: -1px;
	border-radius: 0px 5px 5px 0px;
	top: 10px;
}
.notice.hit{
	background: #FF8A00;
}
.popular__title{
	font: 16px M500;
	color: #121212;
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
	outline: none;
}
.popular__desc{
	color: #121212;
	font: 16px M100;
	text-align: center;
	max-height: 100px;
}
.popular__order,
.popular__link a{
	padding: 20px;
	border: 2px solid #689F38;
    box-sizing: border-box;
    border-radius: 5px 5px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    text-decoration: none;
    color: #689F38;
	font: 16px M700;
	margin: 0 auto;
	outline: none;
}
.popular__order:hover,
.popular__link a:hover{
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
	color: white;
	border: 2px solid white;
}
.popular__slide{
	padding: 40px 15px;
}
.slick-slide{
	outline: none;
}
.popular .c__title{
	padding: 10px 15px 0;
}
img{
	max-width: 100%;
	height: auto;
}
.popular__slider .slick-arrow{
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	background: url(img/arrow.svg) no-repeat center;
	position: absolute;
	top: -30px;
	right: 15px;
	z-index: 9;
}
.popular__slider .slick-arrow.slick-disabled{
	opacity: 0.3;
	cursor: default;
}
.popular__slider .slick-prev{
	transform: rotate(180deg);
	right: 95px;
}
.c__title{
	color: #121212;
	font: 30px M500;
	padding: 10px 15px;
}
.popular__link{
	display: flex;
	justify-content: center;
}
.popular__link a{
	max-width: 255px;
	width: 100%;
	text-decoration: none;
	color: #689F38;
}
.popular{
	padding: 30px 0 70px;
}
.hr__line{
	border: 1px solid #DDDDDD;
}
.actions{
	padding: 50px 0 70px;
}
.our__title{
	font: 20px M500;
	color: #121212;
}
.our__desc{
	color: #121212;
	font: 16px M300;
	padding: 13px 0;
}
.our__right img{
	display: block;
	box-shadow: 0px 19px 48px rgba(0, 0, 0, 0.27);
}
.our__box{
	display: flex;
	flex-wrap: wrap;
}
.our__right{
	width: 48%;
}
.our__left{
	width: 52%;
	padding-right: 60px;
}
.our__block__item{
	display: flex;
	flex-wrap: wrap;
	padding: 14px 0;
}
.our__img{
	width: 88px;
}
.our__text{
	padding-left: 35px;
	width: calc(100% - 88px);
}
.our__block{
	padding: 50px 0 0;
}
.our{
	padding: 70px 0 60px;
	background: url(img/our.jpg) no-repeat center;
	background-size: cover;
}
.parnter__slide{
	padding: 30px 15px;
}
.ps__wrapper{
	display: flex;
    justify-content: center;
    align-items: center;
	min-height: 115px;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	filter: grayscale(100%);
	transition: all 0.3s;
	padding: 10px;
}
.ps__wrapper:hover{
	filter: grayscale(0%);
	box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.09);
}
.parnter{
	padding: 50px 0 60px;
}
#map{
	height: 625px;
}
.map{
	position: relative;
}
.map__title{
	font: 14px M700;
	color: #141414;
	text-transform: uppercase;
	padding: 10px 0;
}
.map__desc{
	color: #616161;
	font: 16px M300;
	line-height: 24px;
}
.map__desc a{
	text-decoration: none;
	color: initial;
}
.map__box{
	position: absolute;
    z-index: 9;
    background: white;
    max-width: 456px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 40px 15px;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    margin-left: 25px;
    top: 50%;
    margin-top: -100px;
}
.map__r{
	width: 170px;
}
.map__l{
	width: calc(100% - 170px);
}
.map__col{
	padding: 0 0 15px;
}
.map__wrapper{
	padding: 0;
}
.footer__copyright{
	text-align: center;
	background: #2B2B2B;
	color: white;
	padding: 12px;
	font: 14px M300;
}
footer{
	background: #333333;
	color: #C5C5C5;
}
.footer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer a{
	transition: all 0.3s;
}
.footer__col{
	width: 25%;
	padding: 10px;
}
.footer__title{
	font: 18px M500;
	text-transform: uppercase;
	padding: 10px 0;
	color: white;
	line-height: 22px;
	margin:0;
}
.footer__logo{
	font-size: 18px;
	text-decoration: none;
	color: white;
	display: block;
}
.footer__info{
	font: 16px M300;
	line-height: 24px;
	padding: 10px 0;
}
.footer__desc{
	padding: 25px 0 0;
}
.footer__desc ul a{
	display: block;
	color: #C5C5C5;
	text-decoration: none;
	padding: 10px 0;
	font: 16px M300;
}
.footer__tel{
	color: #C5C5C5;
	display: block;
	text-decoration: none;
	font: 20px M500;
	padding: 10px 0;
	line-height: 24px;
}
.footer__mail{
	color: #C5C5C5;
	display: block;
	text-decoration: none;
	font: 16px M300;
	padding: 10px 0;
}
.footer__social{
	display: flex;
	padding: 10px 0;
}
.footer__social a{
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 14px;
	transition: all 0.3s;
}
.footer__social a:hover{
	opacity: 0.7;
}
.fb{
	background: url(img/fb.svg) no-repeat center;
	background-size: contain;
}
.gplus{
	background: url(img/gplus.svg) no-repeat center;
	background-size: contain;
}
.twitter{
	background: url(img/twitter.svg) no-repeat center;
	background-size: contain;
}
.inst{
	background: url(img/instagram.svg) no-repeat center;
	background-size: contain;
}
.header__top-box{
	padding: 10px 20px;
}
.line__catalog{
	display: none;
}
.open-l .line__catalog{
	border-top: 1px solid #3d5a23;
	z-index: 999;
	position: relative;
}
.burger{
	display: none;
}
.b__main .product{
	margin-top: 103px;
}
.product{
	padding: 100px 0 50px;
}
.sub__top + .product{
	padding: 10px 0 50px;
}
.product__row,
.service__row,
.same__row{
	display: flex;
	flex-wrap: wrap;
}
.product__col,
.service__col{
	width: calc(50% - 30px);
    margin: 15px;
    background: #F4F5F5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 60px;
	flex-wrap: wrap;
	position: relative;
}
.p__left{
	width: 226px;
	height: 226px;
	border-radius: 50%;
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
	display: flex;
	align-items: center;
    justify-content: center;
	padding: 19px;
}
.p__right{
	width: calc(100% - 226px);
	padding-left: 50px;
}
.p__left img{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}
.p__title,
.s__title{
	font: 24px M500;
    text-decoration: none;
    color: #121212;
    position: relative;
    display: flex;
    min-height: 95px;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.p__title:after,
.s__title:after{
	content: '';
    background: url(img/link-arrow.svg) no-repeat center;
    background-size: contain;
    display: block;
    width: 27px;
    height: 26px;
    position: relative;
}
.p__title2{min-height: auto; padding-bottom: 20px;}
.p__title:after{display:none}
.pc1{
	background-repeat: no-repeat;
    background-image: url(img/p1.svg);
    background-position-y: center;
    background-position-x: 90%;
}
.pc2{
	background-repeat: no-repeat;
    background-image: url(img/p2.svg);
    background-position-y: center;
    background-position-x: 90%;
}
.pc3{
	background-repeat: no-repeat;
    background-image: url(img/p3.svg);
    background-position-y: center;
    background-position-x: 90%;
}
.pc-menu{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 17px 115px rgba(0, 0, 0, 0.19);
    border: 1px solid #EEEEEE;
    padding: 54px;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	transition: all 0.3s;
}
.product__col:hover .pc-menu{
	opacity: 1;
}
.pc-title{
	color: #121212;
	text-decoration: none;
	font: 20px M500;
	display: block;
	padding: 0 0 10px;
}
.pc-menu ul{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.pc-menu ul li{
	display: block;
	-webkit-column-break-inside: avoid;
}
.pc-menu ul a{
	color: #121212;
	font: 16px M300;
	text-decoration: none;
	display: block;
	padding: 14px 0px 14px 25px;
	position: relative;
	transition: all 0.3s;
}
.pc-menu ul a:hover{
	color: #689F38;
	font-family: M500;
}
.pc-menu::-webkit-scrollbar{
	width: 2px;
}
.pc-menu::-webkit-scrollbar-track {
	background: white;
}
.pc-menu::-webkit-scrollbar-thumb {
	background: #689f38;
}
.pc-menu::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.line__catalog::-webkit-scrollbar{
	width: 5px;
}
.line__catalog::-webkit-scrollbar-track {
	background: white;
}
.line__catalog::-webkit-scrollbar-thumb {
	background: #555;
}
.line__catalog::-webkit-scrollbar-thumb:hover {
	background: green;
}
.line::-webkit-scrollbar{
	width: 0px;
}
.pc-menu ul a:before{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 22px;
	left: 0;
	background: #689F38;
	transition: all 0.3s;
}
.b__inner .line{
	transform: scale(0);
	opacity: 0;
}
.fix-menu.b__inner .line{
	transform: scale(1);
	opacity: 1;
}
.ct__col h1{
	color: #121212;
	font: 30px M500;
	padding-left: 50px;
}
.ct__row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0;
}
.ct__img{
	width: 167px;
	height: 167px;
	border-radius: 50%;
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct__img img{
	border-radius: 50%;
	display: block;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cat__top{
	margin: 0 0 20px;
}
.cat__top,
.cat__top .container{
	position: relative;
	z-index: 2;
}
.cat__top:after{
	content: '';
    background: #F4F5F5;
    position: absolute;
    left: 0;
    width: 70%;
    top: 0;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(img/ct-ball.svg);
    background-position-y: center;
    background-position-x: 90%;
    background-size: 270px;
}
.cat__top:before{
	content: '';
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
	background: #f4f5f5 url(img/ct-bg.png) no-repeat bottom left;
	background-size: cover;
	position: absolute;
	right: 0;
	width: 30%;
	top: 0;
	height: 100%;
	z-index: 1;
}
.breadcrumb a{
	color: #121212;
	font: 13px M300;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	transition: all 0.3s;
}
.breadcrumb a:hover{
	color: #689F38;
}
.breadcrumb a:after {
    content: '/';
    display: inline-block;
    padding: 0 5px;
}
.breadcrumb li{
	color: #689F38;
	display: inline-block;
	font: 13px M300;
}
.cpr__row{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 20px);
    margin-left: -15px;
}
.cpr__col{
	display: flex;
    align-items: center;
    width: calc(25% - 20px);
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    color: #121212;
    font: 18px M500;
    text-decoration: none;
    margin: 10px;
    transition: all 0.3s;
    word-break: break-word;
    padding-right: 10px;
}
.cpr__col4{width: calc(25% - 30px);}
.cpr__col:hover{
	box-shadow: 0px 15px 54px rgba(0, 0, 0, 0.11);
	color: #689F38;
	font-family: M700;
}
.cpr__l{
	padding: 14px 14px;
}
.cpr__l img{
	max-width: 60px;
}
.cpr__r p {
	margin: 0;
}
.cd__title{
	color: #121212;
	font: 26px M500;
	padding: 40px 0 10px;
}
.cd__text,
.cf__text{
	color: #121212;
	font: 18px M300;
}
.cd__text p{
	padding: 10px 0;
	line-height: 32px;
	text-align: justify;
}

.cf__text ul{
	padding: 0px 0 0 30px;
list-style:disc;
} 
.cd__text ul{
	padding: 0px 0 0 30px;
list-style:disc;
} 
.cf__text ul li{}
.cd__content{
	/*max-width: 1024px;*/
	width: 100%;
}
.cd__content .wp-caption {margin: 36px;}
.cd__content .wp-caption .wp-caption-text {font-style: italic;margin: 0;padding: 0;text-align: center;}
.cat__form{
	max-width: 1044px;
	width: 100%;
	padding: 140px 0 150px;
}
.cf__title{
	color: #121212;
	font: 30px M500;
}
.cf__text{
	padding: 10px 0;
}
.form__col3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.input{
	width: calc(33% - 30px);
	margin: 15px 0;
	margin-right: 30px;
}
.form__col3 .input:last-child{
	margin-right: 0;
}
.input input,
form textarea,
form .form__select{
	display: block;
	width: 100%;
	color: #333333;
	font: 16px M300;
	padding: 20px;
	border: 1px solid #E2E2E2;
	background: #FBFBFB;
	border-radius: 5px 5px 15px 15px;
	outline: none;
}
form .form__select{
	-webkit-appearance: none;
    background: #fbfbfb url(img/down-black.svg) no-repeat center;
    background-position-x: calc(100% - 20px);
}
form textarea{
	margin: 15px 0;
	height: 143px;
}
.checkbox{
	color: #333333;
	font: 16px M300;
	position: relative;
	padding: 10px 0;
}
.checkbox a{
	color: #F03A3A;
	outline: none;
	user-select: none;
}
.checkbox input{
	opacity: 0;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.checkbox span{
	display: block;
	position: relative;
	padding-left: 35px;
	user-select: none;
}
.checkbox span:before{
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	background: url(img/empty.svg) no-repeat center;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 50%;
    margin-top: -9px;
}
.checkbox input:checked+span:before{
	background: url(img/check.svg) no-repeat center;
}
.cf__item{
	position: relative;
}
.cf__btn,
.qbutton{
	background: #FBFBFB;
	border: 2px solid #E9E9E9;
	border-radius: 5px 5px 15px 15px;
	width: 100%;
	min-height: 42px;
	padding: 0 25px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #757575;
	font: 12px M500;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
}
form div#mfcf7_zl_multifilecontainer{
	margin: 0;
}
.cf__submit input{
	border: none;
	cursor: pointer;
	padding: 0 55px;
	outline: none;
}
.cf__bottom{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 18px 0;
}
.cf__submit{
	padding: 0 30px;
}
.st__row{
	display: flex;
	flex-wrap: wrap;
}
.st__l{
	width: calc(100% - 534px);
}
.st__r{
	width: 534px;
}
.st__r form{
	background: #FBFBFB;
	border-radius: 5px 5px 15px 15px;
	border: 1px solid #E2E2E2;
	padding: 50px 64px;
}
.st__r .input{
	width: 100%;
	margin: 15px 0;
}
.st__r .cf__submit{
	padding: 0;
	width: 100%;
}
.st__r .cf__submit input{
	width: 100%;
	justify-content: center;
    align-items: center;
}
.st__r .checkbox{
	font-size: 15px;
}
.st__r .checkbox span{
	padding-left: 26px;
}
.st__h1{
	color: #121212;
	font: 30px M500;
	padding: 0 0 20px;
}
.st__item{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	max-width: 680px;
	padding-right: 20px;
	align-items: center;
}
.st__title{
	font: 20px M500;
}
.st__desc{
	font: 16px M300;
	line-height: 24px;
}
.st__img{
	width: 88px;
}
.st__text{
	width: calc(100% - 88px);
	padding-left: 35px;
}
.st__box{
	padding: 35px 0;
}
.sub__top{
	padding: 40px 0 0px;
	background: url(img/sub-bg.jpg) no-repeat center;
	background-size: cover;
}
.st__r-title{
	font: 24px M500;
	text-align: center;
	padding: 15px 0;
}
.sb__title{
	font: 30px M500;
	padding: 10px 0;
}
.sb__desc{
	font: 18px M300;
	position: relative;
	padding: 10px 0;
	padding-left: 46px;
}
.sb__desc:before{
	content: '';
	background: url(img/truck.svg) no-repeat center;
	background-size: containe;
	position: absolute;
	width: 29px;
	height: 29px;
	display: block;
	left: 0;
	top: 50%;
	margin-top: -14px;
}
.sb__row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 27px 0;
}
.sb__col{
	width: calc(33% - 20px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sb__l{
	width: 88px;
}
.sb__r{
	width: calc(100% - 88px);
	padding: 0 24px;
	line-height: 24px;
	font: 16px M500;
}
.sb__table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: unset;
}
.inner-page__content table{
	border-collapse: collapse;
    border-spacing: unset;
}
.sb__table th,
.inner-page__content th{
	background: #F4F5F5;
	padding: 33px 10px;
	border: 1px solid #E2E2E2;
	text-align: center;
	font: 16px M500;
}
.sb__table td,
.inner-page__content td{
	padding: 10px 30px;
	font: 16px M300;
	border: 1px solid #E2E2E2;
}
.sb__table .tb__img{
	text-align: center;
	width:200px;
}
.th_name{
	min-width: 400px;
}
.th_price{
	width: 150px;
}
.th_order {
	width: 100px;
}
.td__center{
	text-align: center;
}
.in__cart{
	display: flex;
	text-decoration: none;
	border: 1px solid #689F38;
	border-radius: 5px 5px 15px 15px;
	min-height: 60px;
	justify-content: center;
	align-items: center;
	padding: 0 0;
	transition: background 0.3s;
	color: #689F38;
	font-family: M700;
	min-width: 115px;
}
.in__cart:hover{
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
	color: white;
	border: 1px solid white;;
}
.sub__content{
	padding: 0px 0 70px;
}
.tb__img img{
	max-width: 85px;
}
.tb__link{
	text-decoration: none;
	color: initial;
	transition: all 0.3s;
}
.sp__box{
	display: flex;
	flex-wrap: wrap;
}
.sp__l{
	width: 458px;
}
.sp__r{
	width: calc(100% - 458px);
	padding: 0 0 0 46px;
}
.spb__slide img{
	border: 1px solid #E6E6E6;
	border-radius: 6px;
	transition: all 0.3s;
}
.spb__slide:hover img,
.sps__slide img:hover{
	opacity: 0.7;
}
.sps__slide img{
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	width: calc(100% - 17px);
	transition: all 0.3s;
	cursor: pointer;
	max-width: 75px;
}
.sp__slider-small .slick-track{
	margin: 20px 0;
}
.spb__slide{
	position: relative;
}
.spb__slide:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(img/zoom.svg) no-repeat center;
	background-size: contain;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -12px;
	display: block;
	z-index: 9;
}
.sp__h1{
	font: 30px M500;
	padding: 0;
}
.order{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 0;
}
.order__price{
	font: 24px M500;
	padding-right: 25px;
}
.order__cart{
	font-family: M700;
	padding: 0 40px;
}
.tabs{
	background: #FBFBFB;
	border: 1px solid #E2E2E2;
	border-radius: 5px 5px 15px 15px;
	max-width: 590px;
}
.tabs__nav{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #E2E2E2;
}
.tabs__nav span:not(:first-child){
	border-left: 1px solid #E2E2E2;
}
.tabs__nav span.active{
	color: #689F38;
}
.tabs__nav span{
	width: 100%;
	padding: 20px 35px;
	display: block;
	text-align: center;
	cursor: pointer;
	font: 16px M500;
	-webkit-user-select: none;
	max-width: 50%;
}
.tabs__box{
	padding: 25px 40px;
	font: 16px M300;
	display: none;
}
.tabs__box.active{
	display: block;
}
.tabs__col{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 7px 0;
}
.tabs__char{
	width: calc(100% - 145px);
	position: relative;
	border-bottom: 1px dashed #757575;
}
.tabs__char span{
	position: relative;
	top: 4px;
	background: #FBFBFB;
	padding-right: 2px;
}
.tabs__val{
	color: #757575;
	width: 145px;
}
.tabs__val span{
	position: relative;
	top: 4px;
	padding-left: 2px;
	display: block;
}
.tabs__val table {
	width:100%;
}
.single-product{
	padding: 35px 0 0;
}
.pr-pad{
	padding: 0;
}
.cat-service:after{
	background-image: url(img/s-ball.svg);
    background-position-y: center;
    background-position-x: 90%;
    background-size: 316px;
}
.cat-service .ct__col h1{
	display: flex;
    align-items: center;
    padding: 20px 0;
}
.cat-service .ct__col h1:before{
	content: '';
	display: inline-block;
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 35px;
}
.cat-service .ct__row{
	min-height: 190px;
}
.service__col{
	padding: 0;
	text-decoration: none;
	transition: all 0.3s;
}
.service__col:hover{
	background: #FFFFFF;
	box-shadow: 0px 13px 74px rgba(0, 0, 0, 0.1);
	color: #689F38;
}
.service__col:hover .s__title{
	color: #689F38;
}
.service__col:hover .s__title:after{
	background: url(img/link-arrow-green.svg) no-repeat center;
    background-size: contain;
}
.s__left{
	height: 319px;
    width: 37%;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.s__right{
	width: 63%;
	padding-left: 50px;
}
.s__left-img{
	position: absolute;
    top: 0;
    height: 100%;
    max-width: unset;
    width: 100%;
}
.s__left-img img{
	position: absolute;
    top: 0;
    height: 100%;
    max-width: unset;
    border-radius: 50%;
    right: 0;
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
    padding: 6px 30px 6px 0;
}
.s__left-img img:last-child{
	background: none;
	filter: grayscale(100%);
	transition: all 0.3s;
}
.service__col:hover .s__left-img img:last-child{
	filter: grayscale(0%);
}
.original__title{
	font: 32px M500;
	width: 58%;
	text-align: center;
	padding: 84px 0 57px;
}
.original__garant{
	width: 58%;
	text-align: center;
}
.original__garant span{
	color: #0E0E0E;
	font: 18px M700;
	text-transform: uppercase;
	background: #F4BA0C;
	border-radius: 15px 15px 0px 0px;
	padding: 10px 40px;
	display: inline-block;
	line-height: 36px;
}
.original{
	background: #F4F5F5;
	position: relative;
	margin: 80px 0 30px;
}
.original .container{
	padding: 0 20px;
	position: relative;
}
.original__img{
	background: url(img/original.png) no-repeat bottom left;
    background-size: contain;
	max-width: 430px;
    position: absolute;
    left: 50%;
    width: 50%;
    top: 0;
    height: 100%;
    z-index: 1;
}
.original:before {
    content: '';
    background: url(img/s-bg.svg) no-repeat bottom left;
    background-size: cover;
    position: absolute;
    right: 0;
    width: 36%;
    top: 0;
    height: 100%;
    z-index: 1;
}
.serv{
	padding-bottom: 100px;
}
.nobg{
	background: none;
	padding: 40px 0 20px;
}
.top-service__col h1{
	color: white;
    font: 30px M500;
	max-width: 270px;
	position: relative;
	z-index: 2;
}
.top-service{
	position: relative;
	display: flex;
    align-items: center;
    min-height: 232px;
}
.top-service:before{
	content: '';
    background: url(img/sin.svg) no-repeat bottom right;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 40%;
    top: 0;
    height: 100%;
    z-index: 1;
}
.video{
	position: relative;
	display: block;
	margin: 40px 0;
	max-width: 1023px;
	width: 100%;
	transition: all 0.3s;
}
.video img{
	display: block;
}
.video:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(13, 13, 13, 0) 11.2%, #060606 100%);
	transition: all 0.3s;
}
.video:hover:before{
	opacity: 0.5;
}
.video:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(img/youtube.svg) no-repeat center;
}
.same__row{
	justify-content: space-between;
}
.same__col{
	width: calc(33% - 20px);
	margin: 0;
}
.same__left{
	width: 37%;
	height: 221px;
	position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.same__left-img img{
	padding: 4px 20px 4px 0;
}
.same__right{
    padding-left: 30px;
}
.same__title{
	font-size: 18px;
	min-height: unset;
}
.same__title:after{
	margin-top: 16px;
	width: 17px;
	height: 17px;
}
.same{
	padding: 0 0 120px;
}
.top-service__bg{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}
.map__h1{
	font: 30px M500;
	padding: 30px 0;
}
.maps{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0 0 100px;
}
.maps__r{
	width: 326px;
}
.maps__l{
	width: calc(100% - 326px);
}
.maps__flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 50px;
}
.maps__item{
	width: 33%;
	max-width: 268px;
}
.maps__title{
	color: #757575;
	font: 18px M300;
	padding: 15px 0;
}
.maps__desc{
	color: #000000;
	font: 20px M300;
	padding-left: 53px;
	position: relative;
}
.map2{
	width: 100%;
	height: 464px;
}
.map2 iframe{
	height: 100%!important;
}
.m-phone a{
	display: block;
	text-decoration: none;
	font: 24px M500;
	color: inherit;
}
.m-phone span{
	display: block;
	font-size: 16px;
}
.maps__desc:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
}
.m-adres:before{
	background: url(img/locate.svg) no-repeat center;
	background-size: contain;
}
.m-phone:before{
	background: url(img/whats.svg) no-repeat center;
	background-size: contain;
}
.m-coord:before{
	background: url(img/gps.svg) no-repeat center;
	background-size: contain;
	width: 25px;
	height: 25px;
}
.scheme{
	font: 20px M300;
	position: relative;
	height: 464px;
	display: flex;
    align-items: center;
	justify-content: center;
    padding: 0 10px;
}
.scheme span{
	position: relative;
}
.scheme span:before{
	content: '';
	background: #121212;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.scheme:before{
	content: '';
	display: inline-block;
	background: url(img/scheme.svg) no-repeat center;
	background-size: contain;
	width: 38px;
	height: 38px;
	margin-right: 25px;
}
.req__title{
	font: 30px M500;
	padding: 28px 0;
}
.req__desc{
	font: 20px M300;
	line-height: 32px;
}
.req{
	background: #F4F5F5;
	padding: 20px 0 50px;
}
.worker__title{
	font: 30px M500;
	padding: 30px 0;
}
.center{
	text-align: center;
}
.worker__row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
}
.worker__col{
	max-width: 258px;
	width: calc(25% - 10px);
}
.worker__img{
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
	border: 1px solid #F5F5F5;
}
.worker__img img{
	display: block;
	margin: 0 auto;
	max-height: 243px;
}
.worker__name{
	font: 22px M500;
	color: #000000;
	padding: 25px 0 0;
}
.worker__vac{
	color: #454545;
	font: 18px M300;
}
.worker__phone{
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	font: 18px M500;
	color: #000000;
	padding: 27px 0;
	transition: all 0.3s;
}
.worker__phone:before {
    content: '';
    background: url(img/whats.svg) no-repeat center;
    position: relative;
    width: 21px;
    height: 21px;
	display: inline-block;
    background-size: contain;
	margin-right: 12px;
}
.worker{
	padding: 120px 0 70px;
}
.delivery__box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1168px;
}
.delivery__item,
.delivery-items{
	width: calc(50% - 10px);
	max-width: 510px;
	display: flex;
	flex-wrap: wrap;
	padding: 38px 0;
}
.delivery__item-l{
	width: 50px;
}
.delivery__item-r{
	width: calc(100% - 50px);
}
.delivery__item-l span,
.delivery__item-title{
	font: 24px M500;
}
.delivery__item-desc{
	font: 18px M300;
	padding: 18px 0;
}
.delivery__item-free{
	background: #689F38;
	color: white;
	font: 12px M700;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 24px;
	border-radius: 18px;
	line-height: 26px;
	margin: 20px 0 0;
}
.pay .delivery__item-l{
	position: relative;
}
.pay .delivery__item-l:before{
	position: relative;
	content: '';
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	top: 8px;
}
.delivery-title span{
	background: #FFFFFF;
	border-radius: 14px;
	font: 18px M300;
	padding: 0 20px;
	line-height: 28px;
	display: inline-block;
	color: #757575;
}
.pay{
	padding: 50px 0 30px;
}
.pay-form{
	padding: 100px 0 150px;
}
.delivery-items .delivery__item,
.delivery-title{
	width: 100%;
}
.cart__tr{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	padding: 28px;
	justify-content: space-between;
	margin: 30px 0;
}
.cart__img{
	max-width: 150px;
	width: 100%;
	border: 1px solid #F2F2F2;
	border-radius: 3px;
	display: block;
}
.td-title{
	max-width: 210px;
	width: 100%;
}
.td-title a{
	font: 24px M500;
	display: block;
	text-decoration: none;
	color: #121212;
}
.td-price{
	font: 18px M500;
	max-width: 120px;
	width: 100%;
}
.cart__func span{
	background: #EBEFEF;
	border-radius: 3px 3px 10px 10px;
	width: 41px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #757575;
	font: 24px M500;
}
.cart__func{
	display: flex;
}
.cart__func input{
	font: 18px M500;
	width: 50px;
	text-align: center;
	background: none;
	border: none;
	outline: none;
}
.cart__del{
	background: url(img/delete.svg) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
}
.td-weight{
	color: #757575;
	font: 18px M500;
	max-width: 60px;
	width: 100%;
}
.td-func{
	width: 135px;
}
.cart__title{
	font: 30px M500;
	padding: 30px 0;
}
.cart__right button{
	outline: none;
	border: none;
	cursor: pointer;
	width: 100%;
	justify-content: center;
}
.cart__bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cart__left{
	display: flex;
	flex-wrap: wrap;
	max-width: 530px;
	width: 100%;
}
.cart__right{
	max-width: 280px;
	width: 100%;
	display: block;
	text-align: center;
}
.cart__row{
	max-width: 265px;
	width: 100%;
}
.cl__title{
	color: #757575;
	font: 18px M500;
}
.cl__count{
	font: 18px M700;
	padding: 20px 0 30px;
}
.cl__link{
	color: #689F38;
	font: 18px M500;
	display: block;
	padding: 10px 0;
}
.cart__info{
	color: #757575;
	font: 16px M300;
	padding: 45px 0 0;
}
.back-cart{
	font: 18px M300;
	border: none;
	cursor: pointer;
	background: none;
	padding: 10px 0;
	outline: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.back-cart:before{
	content: '';
	background: url(img/back.svg) no-repeat center;
	background-size: contain;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 13px;
}
.form-label{
	color: #757575;
	font: 16px M300;
	padding: 10px 0 5px;
	display: block;
}
.form__col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.order-cart__form{
	max-width: 880px;
}
.form__col2 .input{
	width: calc(50% - 35px);
	margin: 10px 0;
}
.input input:focus,
form textarea:focus{
	border: 1px solid #689F38;
}
.order-cart__form .cf__submit{
	padding: 0;
}
form.order-cart__form textarea{
	margin-top: 0;
}
.order-cart__form .checkbox{
	padding: 30px 0 10px;
}
.order-cart__desc{
	line-height: 30px;
	font: 18px M300;
	max-width: 780px;
	padding: 0 0 30px;
}
.cart__slide{
	padding: 0 0 100px;
	display: none;
}
.cart__slide.active{
	display: block;
}
.popular__img{
	display: block;
	outline: none;
	text-decoration: none;
}
.order-result{
	display: none;
}
.cf__submit input:disabled{
	cursor: no-drop;
}
.header__main:after{
	content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5803921568627451);
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.single-content__box{
	color: #121212;
    font: 18px M300;
}
.single-content__box p{
	padding: 10px 0;
}
.modal{
	display: none;
}
.modal__content{
	max-width: 1044px;
    width: 100%;
}
.bu_disclamer{text-align: justify;}
.avlb{color: #689F38;}


a.by_one_click{    background: #333;
    color: #fff;
    border: 1px solid #000;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    border-radius: 9px;
    box-shadow: inset 0px 0px 1px #000;
    text-decoration: none;}


a.p__btn{
	display: flex;
	text-decoration: none;
	border: 1px solid #689F38;
	border-radius: 5px 5px 15px 15px;
	min-height: 60px;
	justify-content: center;
	align-items: center;
	padding: 0 0;
	transition: background 0.3s;
	color: #689F38;
	font-family: M700;
	min-width: 115px;
	margin-top:30px;
	max-width:200px;
}
a.p__btnt:hover{
	background: linear-gradient(180deg, #A4DD62 0%, #689F38 100%);
	color: white;
	border: 1px solid white;;
}

.cf__text table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.cf__text table tr{}
.cf__text table td{
    border: 1px solid #ccc;
    padding: 5px;    word-break: break-word;
} 

.t_do{font-weight:bold}
.tx_do{margin-bottom:10px;}


.header__bottom ul li, .line__catalog ul li{position:relative}


.alignright {float: right; margin-left:10px}
.alignleft {float: left; margin-right:10px}
.aligncenter {display: block; margin: 0 auto;}