html{
	font-size: 62.5%;
	height: 100%;
}
body{
	height: 100%;
	line-height: 1.3;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Proxima Nova', 'Roboto', sans-serif;
}
.main-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;	
}
.content{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	position: relative;
}
.footer{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.block{
	padding: 60px 0;
}
.container{
	max-width: 1210px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}


/* ========== TYPICAL STYLES ========== */

.default-text{
	font-size: 1.6rem;
}

.btn{
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding: 10px 25px 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #6aa458;
	cursor: pointer;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.btn:hover{
	background-color: #83291c;
}
.small-btn{
	padding: 10px 15px 8px;
	min-height: 34px;
}
.average-btn{
	min-height: 44px;
}
.large-btn{
	min-height: 54px;
}


h1, h2, h3{
	display: inline-flex;
	font-weight: 700;
	color: #000000;
}
h1{
	font-size: 4.8rem;
}
h2{
	font-size: 3.6rem;
}
h3{
	font-size: 3rem;
}

.category h1{
	font-size: 3.2rem;
}
.category h2{
	font-size: 2.2rem;
}
.category,
.single-page{
	background-color: #f2f2f2;
	overflow-x: hidden;
}

.transform-hover:hover{
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
}

.transition{
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}

.bottom-strip-hover{
	position: relative;
	overflow: visible;
}
.bottom-strip-hover:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(255,255,255,0.6);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	z-index: 99;
}
.bottom-strip-hover:hover:after{
	width: 100%;
}

.mt-box{
	margin-top: 45px;
}
.category .mt-box{
	margin-top: 55px;
}

.breadcrumbs br{
	display: none !important;
}

.breadcrumbs-row{
	padding: 22px 0;
	background-color: #f2f2f2;
}
.breadcrumbs{
	color: #767676;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}
.breadcrumbs__separator{
	margin: 0 15px 0 10px;
}
.breadcrumbs__current{
	margin-right: 10px;
}

.catalog__item:empty,
.news__item:empty{
	opacity: 0;
    visibility: hidden;
    height: 0;
    max-height: 0;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.nav-links{
	color: #000;
	font-size: 1.4rem;
}
.nav-links .page-numbers{
	color: #000000;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 12px;
}
.nav-links .page-numbers:first-child{
	margin-left: 0;
}
.nav-links .page-numbers:last-child{
	margin-right: 0;
}
.nav-links .prev:hover,
.nav-links .next:hover{
	border: 2px solid #6aa458;
	background-color: #6aa458;
}
.nav-links .prev *,
.nav-links .next *{
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.navigation.pagination{
	text-align: center;
	justify-content: center;
}
.nav-links .prev:hover *,
.nav-links .next:hover *{
	fill: #fff;
}
.nav-links .next,
.nav-links .prev{
	width: 47px;
	min-width: 47px;
	height: 47px;
	border: 1px solid #525252;
	background-color: #f2f2f2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.nav-links .prev{
	margin-right: 60px;
}
.nav-links .next{
	margin-left: 60px;
}
.nav-links .current{
	color: #6aa458;
}

.index-page h1,
.page h1{
	font-size: 3.6rem;
}
section.page{
	padding-top: 10px;
}
.page{
	background-color: #fff;
}

.catalog__item-thumb i,
.single-cart__thumb i{
	display: none;
}
.stocks .catalog__item-thumb,
.stocks .single-cart__thumb{
	position: relative;
}
.stocks .catalog__item-thumb i,
.stocks .single-cart__thumb i{
	display: block;
	position: absolute;
	top: 20px;
	left: -10px;
    padding: 8px 15px 8px 32px;
	font-size: 1.4rem;
	background-color: orange;
	background-image: url(../img/fire.svg);
    background-size: 18px;
    background-position: 6px;
	background-repeat: no-repeat;
	color: #000;
	font-weight: 600;
	font-style: normal;
}

.hidden{
	opacity: 0;
	width: 0;
	min-width: 0;
	max-width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

.ajs-message{
	font-size: 1.4rem;
}
.alertify-notifier{
	z-index: 99999 !important;
}
/* WP */
.ajax-loader, div.wpcf7-response-output, span.wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid{
	border: 1px solid red !important;
}



/* ========== TYPICAL STYLES END ========== */


/* ========== HEADER ========== */

.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 128px;
	display: flex;
	flex-direction: column;
	z-index: 99;
}
.header .container{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.header__top-row{
	padding: 8px 0;
	border-bottom: 1px solid rgba(242, 242, 242, 0.3);
	position: relative;
}
.header .logotype{
	width: 128px;
	height: 69px;
	display: block;
}
.header .logotype img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.logotype-container{
	position: relative;
	padding-right: 63px;
	align-self: stretch;
    display: flex;
    align-items: center;
}
.logotype-container .delimiter{
	position: absolute;
	right: 0;
	top: 50%;
	height: calc(100% + 16px);
	width: 1px;
	background-color: rgba(242, 242, 242, 0.3);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.delimiter:after{
	content: '';
	position: absolute;
	bottom: 9px;
	left: 0;
	width: 3px;
	height: 35px;
	background-color: #ffffff;
}

.header__adress{
	font-size: 1.4rem;
	flex-grow: 1;
	padding: 0 50px;
	align-self: flex-end;
}
.header .phones,
.header .btn{
	align-self: center;
}
.phones{
	display: inline-flex;
	flex-direction: column;
	margin: 0 35px;
}
.phones__item{
	font-weight: 700;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.phones__item span{
	font-weight: 400;
}

.header__bottom-row{
	flex-grow: 1;
	display: flex;
}
.header__bottom-row .container{
	justify-content: flex-end;
}
/* navigation */
.navigation__list li{
	cursor: pointer;
	margin: 0 27px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	position: relative;
}
.navigation__list li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #6aa458;
	height: 4px;
	width: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.navigation__list li:hover{
	color: #40a652;
}
.navigation__list li:hover:before{
	width: 100%;
}
.navigation__list li:last-child{
	margin-right: 0;
}
.navigation__list li:first-child{
	margin-left: 0;
}
.navigation__list li a{
	display: block;
	padding: 15px 0;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
}
.navigation,
.navigation__list{
	display: flex;
	color: #fff;
	list-style-type: none;
}
.navigation__list li{
	display: flex;
    align-items: center;
}
.navigation__list .current-menu-item,
.navigation__list .current-post-parent{
	color: #40a652;
}
.navigation__list .current-menu-item:before,
.navigation__list .current-post-parent:before{
	width: 100%;
}

/* hamburger */

#hamburger-6.is-active{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  #hamburger-6.is-active .line:nth-child(2){
	width: 0px;
  }
  
  #hamburger-6.is-active .line:nth-child(1),
  #hamburger-6.is-active .line:nth-child(3){
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
  }
  
  #hamburger-6.is-active .line:nth-child(1){
	-webkit-transform: translateY(13px);
	transform: translateY(13px);
  }
  
  #hamburger-6.is-active .line:nth-child(3){
	-webkit-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-13px) rotate(90deg);
  }
  
  .hamburger{
	  width: 50px;
	  position: absolute;
	  top: 20px;
	  right: 15px;
	  text-align: center;
	  z-index: 999;
}
  
  .row .three{
	padding: 80px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2c3e50;
	color: #ecf0f1;
	text-align: center;
  }
  
  .hamburger .line{
	width: 50px;
	height: 5px;
	background-color: #6aa458;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  .hamburger:hover{
	cursor: pointer;
  }


/* hamburger end */


/* mobile menu */

.mobile-menu{
	width: 320px;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	background-color: rgba(22, 29, 58, 0.99);
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mobile-menu.active{
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.mobile-menu .navigation .navigation__list{
	color: #fff;
}
.mobile-menu .navigation{
	margin-bottom: 30px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.mobile-menu .navigation__list{
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding: 0;
}

.mobile-menu .navigation__list li{
	margin: 0;
}
.navigation__list li a{
	padding: 5px 0;
}

.mobile-menu .header__adress{
	padding: 0;
	flex-grow: 0;
}
.mobile-menu .phones{
	margin: 10px 0 0;
}
/* mobile menu end */

/* header page */

.header-page .mobile-menu{
	color: #fff;
}

.header-page{
	position: static;
	background-color: #fff;
	color: #000;
	font-weight: 600;
	box-shadow: 4px 7px 21px rgba(0, 0, 0, 0.2);
}
.header-page .header__top-row{
	border-bottom: 1px solid #dedede;
}
.header-page .logotype-container .delimiter{
	background-color: #dedede;
}
.header-page .delimiter:after{
	background-color: #000000;
}
.header-page .btn{
	color: #fff;
}
.header-page .navigation__list{
	color: #000;
}

/* scroll */

body::-webkit-scrollbar {
	width: 8px;
}
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);	
}
body::-webkit-scrollbar-thumb {
  background-color: #787373;
  outline: 1px solid #eee;
}
body { overflow: -moz-scrollbars-none;
	scrollbar-width: 8px;
}

/* ========== HEADER END ========== */


/* ========== FIRST SCREEN ========== */

.first-screen{
	padding: 260px 0 65px;
	position: relative;
	overflow: hidden;
}
.first-screen:after{
	content: '';
	position: absolute;
	bottom: 65px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(242, 242, 242, 0.3);
	z-index: 10;
}
.first-screen__video{
    position: absolute;
    left: 0;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
	min-height: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.first-screen:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 5;
}
.first-screen .container{
	position: relative;
	z-index: 10;
}

.first-screen__title,
.first-screen__subtitle{
	text-transform: uppercase;
	color: #f2f2f2;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.first-screen__title{
	margin-bottom: 15px;
}
.first-screen__subtitle{
	color: #6aa458;
	font-weight: 400;
	margin-bottom: 270px;
}

.first-screen__box{
	display: flex;
	justify-content: flex-start;
}
.first-screen__item{
	width: auto;
	max-width: 285px;
	flex-shrink: 1;
	position: relative;
	margin: 0 50px;
}
.first-screen__item:first-child{
	margin-left: 0;
}
.first-screen__item:last-child{
	margin-right: 0;
}
.first-screen__item:after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 32px;
	height: 3px;
	background-color: #fff;
}
.first-screen__item-icon{
	background: no-repeat center/contain;
	min-width: 43px;
	width: 43px;
	height: 45px;
	display: block;
	margin-bottom: 18px;
}
.first-screen__item-text{
	margin-bottom: 24px;
}

/* ========== FIRST SCREEN END ========== */


/* ========== MAIN LINKS ========== */

.main-links{
	position: relative;
}
.main-links:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: -1;
	background-color: #f2f2f2;
}
.main-links__box{
	display: flex;
}
.only-block{
	width: 100%;
	max-width: 578px;
	margin-right: 23px;
}

.multiple-block{
	display: flex;
	flex-direction: column;
}
.multiple-block__item{
	margin-bottom: 23px;
}
.multiple-block__item:last-child{
	margin-bottom: 0;
}
.only-block,
.multiple-block{
	display: flex;
	flex-direction: column;
	position: relative;
}
.only-block .only-block__item-title:after,
.multiple-block .multiple-block__item-title:after{
	content: '';
	position: absolute;
	left: 65px;
	top: 0;
	background-color: #fff;
	min-width: 58px;
	width: 58px;
	height: 9px;
	z-index: 10;
}
.only-block .only-block__item-title:after{
	background-color: #6aa458;
}
.only-block__item,
.multiple-block__item{
    padding: 50px 60px 45px 65px;
	position: relative;
	background: no-repeat center/cover;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
}
.only-block__item:after,
.multiple-block__item:after{
	content: '';
	position: absolute;
	top: 0;
	left: 37px;
	width: 1px;
	height: 100%;
	background-color:rgba(242, 242, 242, 0.3);
}
.only-block__item:before,
.multiple-block__item:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.only-block__item:before{
	background: url(../img/ml-bg-after.png) center/contain;
}
.only-block__item-title,
.multiple-block__item-title{
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: #fff;
}
.only-block__item-text,
.multiple-block__item-text{
	flex-grow: 1;
	margin-bottom: 65px;
}
.only-block__item-link,
.multiple-block__item-link{
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	align-self: flex-start;
	display: flex;
    align-items: center;
}

.only-block__item .only-block__item-link *{
	color: #6aa458;
	fill: #6aa458;	
	border-color: #6aa458;
}
.only-block__item-link span,
.multiple-block__item-link span{
	border-bottom: 1px solid #fff;
	margin-right: 35px;
	display: inline-block;
	position: relative;
}

.multiple-block__item:first-child:before{
	background-color: rgba(106, 164, 88, 0.8);
}
.multiple-block__item:nth-child(2):before{
	background-color: rgba(255, 179, 0, 0.8);
}

/* ========== MAIN LINKS END ========== */



/* ========== INFORMATION ========== */
.information{
	position: relative;
	overflow: hidden;
}
.information:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    height: 45.96%;
	background-color: #f2f2f2;
	z-index: -1;
}
.information__slider{
	margin: 45px -25px 0;
}
.information__slider .slick-slide{
	padding: 0 25px 30px;
	display: flex !important;
	height: inherit !important;
}
.information__slider .slick-track{
	display: flex !important;
}
.information__slide{
	box-shadow: 8px 9px 14px rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
	display: flex;
    flex-direction: column;
	width: 100%;
}
.information__slide-img{
	background: no-repeat center/cover;
	width: 100%;
	height: 348px;
	position: relative;
}
.information__slide-img:after,
.information__slide-img:before{
	content: '';
	position: absolute;
	left: 37px;
}
.information__slide-img:after{
	width: 3px;
	height: 32px;
	top: 18px;
	background-color: #fff;
}
.information__slide-img:before{
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(242, 242, 242, 0.3);
}
.information__slide-content{
	padding: 25px 35px 35px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
}
h3.information__content-title{
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
.information__content-text{
	color: #000;
	margin-bottom: 30px;
}
.information__content-link{
	display: flex;
	align-items: center;
	margin-top: auto;
}
.information__content-link span{
	color: #6aa458;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #6aa458;
	line-height: 1;
	margin-right: 10px;
}

.slider-panel{
	display: flex;
	align-items: center;
	position: relative;
}
.slider-panel *{
	z-index: 10;
}
.slider-panel:after{
	content: '';
	position: absolute;
	left: -50%;
	top: 50%;
	width: 200%;
	height: 1px;
	background-color: #525252;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 0;
}
.slider-panel__arrow{
	position: relative;
	display: flex;
	margin-right: 70px;
}
.arrow-btn{
	min-width: 47px;
	width: 47px;
	height: 47px;
	border: 1px solid #525252;
	background-color: #f2f2f2;
	cursor: pointer;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.arrow-btn:hover{
	border: 1px solid #6aa458;
	background-color: #6aa458;
}
.arrow-btn:hover path{
	fill: #fff;
}
.slider-panel__arrow:hover:after{
	opacity: 0;
}
.arrow-next{
	border-left: none;
}
.arrow-prev{
	border-right: none;
}
.slider-panel__arrow:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #525252;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 10;
}
.slider-panel .slick-dots{
	position: static;
}
.slider-panel .slick-dots{
	display: flex;
	align-items: center;
}
.slider-panel .slick-dots li{
	margin: 0 7px;
	width: 41px;
	max-width: 41px;
	min-width: 41px;
	display: flex;
	align-items: center;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.slider-panel .slick-dots li button{
	height: 7px;
	width: 41px;
	max-width: 41px;
	min-width: 41px;
	background-color: #525252;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	padding: 0;
}
.slick-dots li button:before{
	display: none;
}
.slider-panel .slick-dots .slick-active button{
	background-color: #6aa458;
}
.slider-panel .slick-dots .slick-active button,
.slider-panel .slick-dots .slick-active{
	width: 62px;
	max-width: 62px;
}
.slider-panel__link{
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	padding: 0 40px 0 10px;
	margin-left: auto;
}
.slider-panel__link *{
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.slider-panel__link span{
	color: #525252;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 10px;
}
.slider-panel__link:hover *{
	color: #6aa458;
	fill: #6aa458;
}

/* ========== INFORMATION END ========== */


/* ========== FOOTER ========== */

.footer{
	padding: 53px 0 90px;
	background-color: #353535;
}
.footer .container{
	display: flex;
	justify-content: space-between;
}
.footer .logotype{
	width: 229px;
	height: 121px;
	display: block;
	margin-bottom: 66px;
}
.footer .logotype img{
	max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.footer__details{
	color: #929292;
	font-size: 1.4rem;
}
.footer__copyright{
	margin-bottom: 12px;
}
.footer__details .politics{
	margin-bottom: 35px;
	display: inline-block;
}


.footer__creator span{
	font-weight: 700;
}

.footer__information{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer__information .phones{
	margin: 0 0 15px;
}
.footer__information .phones__item{
	font-size: 3.6rem;
}
.footer__information .btn{
	min-width: 227px;
}
.footer__adress{
	margin-top: auto;
}

.footer__details,
.footer__navigation,
.footer__information{
	flex-basis: 256px;
	width: 100%;
	margin: 0 20px;
}
.footer__details{
	margin-left: 0;
}
.footer__information{
	margin-right: 0;
}
/* footer navigation */
.footer__navigation{
	display: flex;
	align-items: flex-end;
}
.footer__navigation-list{
	display: flex;
	flex-direction: column;
	color: #fff;
	list-style-type: none;
}
.footer__navigation-list li{
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	align-self: flex-start;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.footer__navigation-list li:last-child{
	margin-bottom: 0;
}
.footer__navigation-list li:hover{
	color: #40a652;
}
.footer__navigation-list .current-menu-item{
	color: #40a652;
}

/* ========== FOOTER END ========== */



/* ========== CATALOG ========== */

.catalog{
	padding: 10px 0 45px;
	background-color: #f2f2f2;
}
.catalog__box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	position: relative;
	left: -10px;
}
.catalog__item{
	width: 360px;
	max-width: 100%;
	flex-grow: 1;
	margin: 0 10px 20px;
	background-color: #ffffff;
	box-shadow: 9px 14px 25px rgba(0, 0, 0, 0.07);
	display: flex;
	flex-direction: column;
}
.catalog__item-thumb{
	background: no-repeat center/contain;
	width: 100%;
	height: 195px;
	margin-bottom: 5px;
}

.catalog__item-content{
	/* border-top: 1px solid #c5c5c5; */
	/* max-width: 273px; */
	width: 100%;
	margin: 0 auto;
	padding: 18px 53px 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
}
.catalog__item-content:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 1px;
	max-width: 273px;
	width: 273px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background-color: #c5c5c5;
}
.catalog__item-content .btn{
	justify-content: space-between;
}
.catalog__item-content .btn span{
	margin-right: 10px;
}
.catalog__item-title{
	margin-bottom: 15px;
}
.catalog__item-text{
	color: #000;
	margin-bottom: 25px;
	flex-grow: 1;
}
.catalog .nav-links{
	margin-top: 30px;
}

/* ========== CATALOG END ========== */

/* ========== NEWS ========== */

.news{
	padding: 10px 0 50px;
}
.news__box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% + 50px);
	position: relative;
	left: -25px;
}
.news__item{
	width: 360px;
	max-width: 100%;
	flex-grow: 1;
	margin: 0 25px 50px;
	box-shadow: 8px 9px 14px rgba(0,0,0,.08);
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.news__item-thumb{
	background: no-repeat center/cover;
    width: 100%;
    height: 348px;
    position: relative;
}
.news__item-thumb:before,
.news__item-thumb:after{
	content: '';
    position: absolute;
    left: 37px;
}
.news__item-thumb:before{
	top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(242,242,242,.3);
}
.news__item-thumb:after{
	width: 3px;
    height: 32px;
    top: 18px;
    background-color: #fff;
}
.news__item-content{
	padding: 25px 35px 35px;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
}
.news__item-title{
	color: #000;
	font-size: 2rem;
    line-height: 1.2;
	margin-bottom: 15px;
	font-weight: 700;
}
.news__item-text{
	color: #000;
    margin-bottom: 30px;
}
.news__item-link{
	display: flex;
	align-items: center;
	margin-top: auto;
}
.news__item-link span{
	color: #6aa458;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #6aa458;
    line-height: 1;
    margin-right: 10px;
}
/* strip block */

.strip-block{
	padding: 50px 0;
	background: url(../img/strip.png) no-repeat center/cover;
	width: 100%;
}
.strip-block__box{
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.strip-block__item{
	max-width: 318px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border: 1px solid #6aa458;
	color: #6aa458;
	margin: 0 10px;
}
.strip-block__item *{
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.strip-block__item span{
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 20px;
}
.strip-block__item:hover{
	border: 1px solid #fff;
}
.strip-block__item:hover *{
	color: #fff;
	fill: #fff;
}

/* strip block end */


/* ========== NEWS END ========== */


/* ========== SINGLE CATALOG ========== */

.single-cart{
	padding: 25px 0 60px;
}
.single-cart__box{
	display: flex;
	margin-bottom: 80px;
}
.single-cart__thumb{
	width: 100%;
	max-width: 480px;
	height: 405px;
	background: no-repeat center/contain;
	box-shadow: 18px 18px 5px #eaeaea;
	background-color: #fff;
	margin-right: 120px;
}
.single-cart__content{
	color: #000000;
	max-width: 405px;
	width: 100%;
}
.single-cart__title{
	font-size: 2.4rem;
	margin-bottom: 10px;
	font-weight: 700;
}
.single-cart__subtitle{
	margin-bottom: 25px;
}
.parametrs__item{
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
}
.parametrs__item:first-child{
	border-top: 1px solid #e0e0e0;
}
.parametrs__item span{
	flex-grow: 1;
	max-width: 50%;
	padding: 8px 15px;
	font-size: 1.6rem;
	font-weight: 600;
	display: inline-block;
}
.parametrs{
	margin-bottom: 52px;
}

.cost{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 36px;
}
.cost-custom-between{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 100%;
}
.cost__price{
	flex-grow: 1;
	font-weight: 700;
	font-size: 2.4rem;
}
.cost__price span{
	font-size: 3rem;
	margin-right: 5px;
}
.prev-price{
	font-size: 1.6rem;
}
.old-price{
	color: #6aa458;
}
.stocks .old-price{
	text-decoration: line-through;
}
.current-price{
	color: #772819;
	text-align: right;
	text-decoration: line-through;
}
.cost__price b{
	color: #6aa458;
}
.cost__counter{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
}
.cost__counter span:nth-child(1),
.cost__counter span:nth-child(3){
	width: 30px;
	height: 30px;
	border: 1px solid #d3d3d3;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.cost__counter span:nth-child(2){
	font-size: 2rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 17px;
}
.cost__counter span:not(:nth-child(2)):hover{
	box-shadow: 0px 0px 1px 1px #ababab;
}
.cost__counter span:not(:nth-child(2)):active{
    box-shadow: inset 0 0 5px 2px #ababab;
}

.single-cart__content .btn{
	min-width: 160px;
	color: #fff;
}

.single-cart__description{
	color: #000000;
	padding-left: 18px;
}
.single-cart__description-title{
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}


/* ========== SINGLE CATALOG END ========== */


/* ========== SINGLE NEWS ========== */

.single-news{
	padding: 25px 0 60px;
	position: relative;
}
.single-news:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #f2f2f2;
	width: 100%;
	height: 140px;
}
.single-news__item{
	color: #000;
}
.single-news h1{
	font-size: 3.6rem;
	margin-bottom: 35px;
}
.single-news__image{
	background: no-repeat center/cover;
	width: 100%;
	height: 410px;
	margin-bottom: 40px;
}
.single-news__text{
	margin-bottom: 40px;
}
.single-news__date{
	color: #6aa458;
	text-transform: uppercase;
	font-size: 1.6rem;
	margin-bottom: 50px;
}
.single-news__links{
	border-top: 1px solid #dbdbdb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0px;
}
.single-news__links a{
	display: flex;
	align-items: center;
}
.single-news__links a *{
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.single-news__links a:hover *{
	color: #83291c;
	fill: #83291c;
}
.single-news__links a:hover span:after{
	background-color: rgba(131, 41, 28, .5);
}
.single-news__links a[rel="next"]{
	margin-left: auto;
}
.single-news__links a[rel="prev"]{
	margin-right: auto;
}
.single-news__links .prev-link{
	margin-left: 10px;
}
.single-news__links .next-link{
	margin-right: 10px;
}
.single-news__links span{
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #6aa458;
	position: relative;
}
.single-news__links span:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(106, 164, 88, 0.5);
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.rotate-180{
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

/* ========== SINGLE NEWS END ========== */

/* ========== ABOUT ========== */

.about-gallery{
	padding: 10px 0 0px;
	margin-bottom: 50px;
    background-color: #f2f2f2;
}
.about-gallery h1{
	font-size: 3.6rem;
}
.gallery-wrapper{
	position: relative;
	overflow: hidden;
	height: 271px;
	margin-top: 55px;
}
.gallery{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
}
.gallery-clone{
	left: 1920px;
}
.animation{
	animation: gallerymove 25s linear infinite;
	-webkit-animation: gallerymove 25s linear infinite;
}
@keyframes gallerymove {
	0% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
}
	100% {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
}
}
.gallery__item{
	width: 100%;
	max-width: 400px;
	flex-grow: 1;
	height: 271px;
}
.gallery__item img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* video */
.about-video{
	position: relative;
	padding: 50px 0 130px;
}
.about-video:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 188px;
	background-color: #f2f2f2;
	z-index: -1;
}
.about-video__element{
	max-width: 591px;
	width: 100%;
	height: 410px;
	box-shadow: 16px 16px 5px #c3c3c3;
}
.about-video__box{
	display: flex;
	align-items: center;
}
.about-video__content{
	color: #000000;
	margin-left: 120px;
	width: 100%;
}
.about-video__title{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-video__text{
	margin-bottom: 40px;
}
.about-video__btn span{
	margin-left: 18px;
	color: #fff;
}

/* ========== ABOUT END ========== */


/* ========== WHOLESALE ========== */

.wholesale{
	padding: 10px 0 60px;
	position: relative;
}
.wholesale h1{
	font-size: 3.6rem;
}
.wholesale:after{
	content: '';
	position: absolute;
	top: -67px;
    right: 0;
    width: 37.5%;
    height: calc(100% + 67px);
	background-color: #35a94f;
	z-index: -1;
}
.color-none{
	background-color: transparent;
}
.wholesale__box{
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.wholesale__sentence-title{
	color: #000000;
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 45px;
}
.wholesale__sentence{
	max-width: 560px;
	width: 100%;
	margin-right: auto;
}
.sentence{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sentence__item{
	width: 200px;
	max-width: 100%;
	flex-grow: 1;
	margin: 0 10px 45px 0;
	display: flex;
	flex-direction: column;
}
.sentence__item-icon{
	background: no-repeat center/contain;
	min-width: 45px;
	width: 45px;
	height: 47px;
	margin-bottom: 8px;
}
.sentence__item-text{
	color: #000000;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.sentence__item-text span{
	font-weight: 700;
	display: block;
}
.wholesale__link a{
	color: #6aa458;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
.wholesale__link a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(106, 164, 88, 0.5);
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.wholesale__link a:hover{
	color: #83291c;
}
.wholesale__link a:hover:after{
	background-color: #83291c;
}

.wholesale__road{
	max-width: 422px;
	width: 100%;
}
.wholesale__road-title{
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.wholesale__road-cart{
	max-width: 422px;
	width: 100%;
	height: 581px;
	background: url(../img/Layer_2.png) no-repeat center/contain;
	box-shadow: 11px 13px 42px rgba(0, 0, 0, 0.19);
}

/* row */

.row-wholesale{
	padding: 85px 0;
	width: 100%;
	background: url(../img/row-w.png) no-repeat center/cover;
}
.document__box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.document__item{
	max-width: 227px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 15px;
}
.document__item:first-child{
	margin-left: 0;
}
.document__item:last-child{
	margin-right: 0;
}
.document__item svg{
	min-width: 30px;
	width: 30px;
}
.document__item span{
	margin-left: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
}
.document__item *{
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.document__item:hover *{
	color: #6aa458;
	fill: #6aa458;
}
/* ========== WHOLESALE END ========== */



/* ========== CONTACTS ========== */
.contacts{
	padding: 10px 0 80px;
	background-color: #f2f2f2;
	position: relative;
}
.contacts h1{
	font-size: 3.6rem;
}
.contacts__map{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 70px);
	z-index: 0;
}
.contacts__info{
	color: #000;
	font-size: 1.6rem;
	background-color: #fff;
	max-width: 480px;
	width: 100%;
	padding: 50px 35px 30px;
	box-shadow: 9px 14px 25px rgba(0, 0, 0, 0.07);
	position: relative;
	z-index: 40;
	margin-top: 40px;
}
.contacts__item-title{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 1.2;
}
.contacts__info p{
	margin: 4px 0;
}
.contacts__info section{
	margin-bottom: 25px;
}
.contacts__info a{
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.contacts__info a[href^="tel:"]{
	font-weight: 700;
}
.contacts__info a[href^="mailto:"]{
	color: #6aa458;
	text-decoration: underline;
}
.contacts__info a[href^="mailto:"]:hover{
	color: #83291c;
}
.contacts__info a[href^="tel:"]:hover{
	text-decoration: underline;
}
.contacts__item{
	margin-bottom: 30px;
}
.footer .contacts__social{
	margin-bottom: 15px;
}
.contacts__social-item{
	display: inline-block;
	margin-right: 15px;
}
.contacts__social-item svg{
	width: 25px;
	min-width: 25px;
	height: 25px;
	fill: #019933;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.contacts__social-item svg:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

/* ========== CONTACTS END ========== */


/* ========== 404 ========== */
.page-404{
	padding: 65px 0 100px;
	background-color: #f2f2f2;
}
.page-404 .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #000;
}
.page-404__img{
	background: url(../img/404.png) no-repeat center/contain;
	max-width: 454px;
	width: 100%;
	height: 205px;
	margin-bottom: 20px;
}
.page-404__title{
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.page-404__subtitle{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 55px;
}
.page-404 .btn{
	color: #fff;
}
/* ========== 404 END ========== */

/* TIP */

ul:not([class]),
ol:not([class]){
	color: #000;
	font-size: 1.6rem;
	margin: 20px 0;
}
ul:not([class]){
	list-style-type: disc;
}
ol:not([class]){
	list-style-type: decimal;
}
ul:not([class]) li,
ol:not([class]) li{
	margin-bottom: 15px;
}
ul:not([class]) li:last-child,
ol:not([class]) li:last-child{
	margin-bottom: 0;
}
p{
	font-size: 1.6rem;
	color: #000;
}


/* TIP END */


.block-gal{
	width: calc(100% + 14px);
	position: relative;
	left: -7px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 16px;
}
.unit-gal{
	flex-grow: 1;
	height: 240px;
	width: 240px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin: 7px;
	cursor: pointer;
}
.class_empty{
	max-height: 0 !important;
	min-height: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	opacity: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media (max-width: 1000px){
	.unit-gal{
		height: 160px;
		width: 160px;
	}
}

.tel-b{
	text-decoration: none !important;
	font-size: 18px;
	margin-top: 2px;
	display: inline-block;
}