@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "Montserrat", sans-serif;
}

body{
	width: 100%;
	min-height: 100%;
	/*background-image: url(../images/bg-body.svg);*/
	background-size: 100%;
	background-position: 0 0;
}

.container{
	width: 1174px;
	display: flex;
	margin: 0 auto;
}

.flex{
	display: flex;
}

header{
	padding-top: 80px;
	margin-bottom: 65px;
}

.top-header{
	align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header-logo{
	width: 182px;
	margin-right: 30px;
}

.header-list-soc{
	width: 120px;
	gap: 12px;
}

header form{
	width: 500px;
	margin: 0 60px;
	gap: 10px;
}

header form input{
	background: #e7e7e7;
	border-radius: 24.5px;
	height: 35px;
	width: 325px;
	border:none;
	padding: 0 20px;
}

header form button{
	background: #79a620;
	border-radius: 24.5px;
	height: 35px;
	width: 120px;
	border:none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
}

.bot-header{
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.bot-header .left{
	gap: 25px;
}

.bot-header .right{
	gap: 25px;
}

.bot-header .left .flex, .bot-header .right .flex{
	align-items: center;
}

.bot-header .right img{
	margin-right: 10px;
}

.bot-header a{
	color: #005523;
	letter-spacing: 1px;
	font-size: 18px;
	text-decoration: none;
	font-weight: 500;
}

.bot-header .left a{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.owl-carousel .slide{
	height: 676px;
	border-radius: 30px;
	background-size: 100% !important;
	background-position: 0 0 !important;
	overflow: hidden;
}

.catalog-slider .owl-carousel .slide{
	height: 350px;
	border-radius: 30px;
	background-size: 100% !important;
	background-position: 0 0 !important;
	overflow: hidden;
}

.owl-carousel .slide h2{
	margin: 42px 36px 0;
	max-width: 50%;
	font-size: 90px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 100px;
	color: #fff;
	font-weight: 600;
}

.catalog-slider .owl-carousel .slide h2{
	margin: 42px 36px 0;
	max-width: 50%;
	font-size: 55px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 65px;
	color: #fff;
	font-weight: 600;
}

.owl-carousel .slide p{
	margin: 20px 36px 0;
	max-width: 50%;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 35px;
	color: #fff;
	font-weight: 500;
}

.catalog-slider .owl-carousel .slide p{
	margin: 20px 36px 0;
	max-width: 50%;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #fff;
	font-weight: 500;
}

.owl-carousel .owl-nav{
	position: absolute;
	left: 36px;
	bottom: 48px;
	width: calc(100% - 72px);
	display: flex;
	justify-content: space-between;
	z-index: 99;
}

.owl-carousel .owl-nav button{
	width: 35px;
	height: 35px;
	background: #fff !important;
	display: flex;
	align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.owl-carousel .owl-nav button span{
	font-size: 32px;
	margin-top: -5px;
}

.owl-carousel .owl-nav button.disabled span{
	color: #ccc;
}

.block-slider{
	position: relative;
	margin-bottom: 40px;
}

.block-slider .button-feedback{
	background: #79a620;
    position: absolute;
    bottom: 48px;
    right: 120px;
    height: 35px;
    width: 234px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 16px;
    cursor: pointer;
    z-index: 9999;
}

.owl-carousel .owl-dots{
	width: 80%;
	margin: 30px auto 0;
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-dots .owl-dot{
	height: 2px;
	background: #232323;
	width:100%;
}

.owl-carousel .owl-dots .owl-dot.active{
	background: #79a620;
} 

.infoblock{
	padding: 140px 0;
	width: 100%;
	overflow: hidden;
}

.infoblock h2{
	margin: 0 0 40px;
	padding: 0;
	font-size: 90px;
	line-height: 100px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #79a620;
	    width: 100%;
}

.popular_category .item{
	width: 360px;
	height: 300px;
	display: block;
	background-size: cover !important;
	background-position: 50% !important;
	border-radius: 30px;
	border: 3px solid #fff;
	position: relative;
}

.popular_category .flex{
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.popular_category .item:nth-child(1), .popular_category .item:nth-child(2), .popular_category .item:nth-child(3){
	margin-bottom: 60px;
}

.popular_category .title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(to top, #000, transparent);
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0 0 25px 25px;
	justify-content: center;
	padding: 10px 10px;
	box-sizing: border-box;
	min-height: 30%;
}

.popular_category .item:hover{
	border: 3px solid #79a620;
	transition-duration: .3s;
}

.popular_category .item:hover .title{
	background-image: linear-gradient(to top, #79a620, transparent);
	transition-duration: .3s;
}

.popular_category .el-line{
	height:2px;
	background: #232323;
	width:70%;
	position: absolute;
	top:50%;
	left: 15%;
}


.slider-product .owl-stage{
	display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.slider-product{
	position: relative;
}

.slider-product .owl-item{
	overflow: hidden;
	/*width: 375px !important;*/
}

.slider-product .owl-item .bg-slide{
	display: flex;
	width: 100%;
	height:415px;
	border-radius: 30px;
	background: #959595;
	padding: 30px 30px 20px;
	flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: space-between;
}

.slider-product .owl-item .bg-slide img{
	max-width: 100%;
	max-height: 100%;
}

.slider-product .owl-item .bg-slide #msGallery{
	display: flex;
	height: 78%;
	overflow: hidden;
	align-items: center;
}

.slider-product .owl-item .bg-slide #msGallery > div{
	width: 100%;
	height: 100%;
}

.slider-product .owl-item .bg-slide .justify-content-around{
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}

.slider-product .btn-primary{
	background: #79a620;
    height: 32px;
    width: 162px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    margin: 20px auto 0;
    border: none;
    display: block;
}

header .not_empty{
	position: relative;
}

header .not_empty strong{
	display: flex;
    position: absolute;
    top: -3px;
    right: -10px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #79a620;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: #fff;
    z-index: -1;
}

.slider-product .owl-nav{
	width: 1200px;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: calc((100% - 1200px) / 2);
    justify-content: space-between;
}

.slider-product .owl-nav button{
	width: 55px;
	height: 55px;
	background: #fff !important;
	display: flex;
	align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 3px #ccc;
}

.slider-product .owl-nav button span{
	font-size: 48px;
	margin-top: -5px;
	color: #aaa;
}


.block-about img{
	width: 400px;
	height: auto;
	border-radius: 30px;
}

.block-about .left > strong{
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 3px;
	color: #79a620;
}

.block-about .left > p{
	font-size: 30px;
	font-weight: 500;
	line-height: 37px;
	letter-spacing: 1px;
	color: #232323;
	margin: 20px 0 60px;
}

.block-about .line{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.block-about .line:last-child{
	margin-bottom: 0px;
}

.block-about .line strong{
	font-size: 45px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 1.5px;
	color: #79a620;
	margin-right: 15px;
}

.block-about .line p{
	font-size: 30px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	color: #232323;
}

.block-preim .list{
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.block-preim .list .item{
	width: 40%;
	display: flex;
	    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

.block-preim .list .item span{
	font-size: 130px;
	font-weight: 700;
	line-height: 130px;
	letter-spacing: 3px;
	color: #79a620;
}

.block-preim .list .item strong{
	font-size: 34px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}

.block-preim .list .item p{
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 1px;
	color: #000;
}

.partners-block{
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.partners-block .item{
	width: 25%;
	text-align: center;
	margin-bottom: 60px;
}

.partners-block .item img{
	width: 200px;
}

.block-infotext .container{
	flex-direction: column;
}

.block-infotext h2{
	font-size: 55px;
	line-height: 65px;
	text-align: left;
	text-transform: none;
}

.block-infotext p{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #005523;
	margin-bottom: 20px;
}

.block-infotext .list-question{
	margin: 60px auto;
}

.block-infotext .list-question .item{
	margin-bottom: 40px;
	cursor: pointer;
}

.block-infotext .list-question .question{
	font-size: 30px;
	line-height: 28px;
	font-weight: 700;
	color: #005523;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.block-infotext .list-question .item.activ .question{
	color: #79a620;
}

.block-infotext .list-question .question:after{
	display: block;
	content: '';
	width: 26px;
	height: 18px;
	-webkit-mask-image: url(../images/arr-down-darkgreen.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: 50%;
	background-color: #005523;
	margin-left: 15px;
}

.block-infotext .list-question .item.activ .question:after{
	content: '';
	-webkit-mask-image: url(../images/arr-down-green.svg);
	background-color: #79a620;
}

.block-infotext .list-question .answer{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #232323;
	display: none;
	margin-top: 30px;
}

.block-infotext ul{
	margin-left: 20px;
}

.block-infotext li{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #005523;
	margin-bottom: 30px;
}

.fix-catalog{
	max-width:310px;
}

.fix-catalog .dropdown > ul{
	display: none;
	margin-top: 15px;
}

.fix-catalog li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.fix-catalog .dropdown{
	display: flex;
	align-items: center;
	flex-direction: row;
    flex-wrap: wrap;
}

.fix-catalog .dropdown .dropdown-arrow{
	display: block;
	content: '';
	width: 19px;
	height: 12px;
	-webkit-mask-image: url(../images/arr-down.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: 50%;
	background-color: #fff;
	margin-right: 5px;
	transition-duration: .3s;
	cursor: pointer;
}

.fix-catalog .dropdown.active .dropdown-arrow{
	display: block;
	content: '';
	width: 19px;
	height: 12px;
	-webkit-mask-image: url(../images/arr-down.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: 50%;
	background-color: #fff;
	margin-right: 5px;
	transform: rotate(180deg);
	transition-duration: .3s;
}

.fix-catalog nav{
	padding: 56px 24px;
	box-sizing: border-box;
	width: 100%;
	background: #79a620;
	border-radius: 30px;
}

.fix-catalog .dropdown > a{
	width: calc(100% - 24px);
	display: block;
}

.fix-catalog nav a{
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition-duration: .3s;
}

.fix-catalog nav a:hover{
	text-decoration: underline !important;
	transition-duration: .3s;
}

.fix-catalog nav li{
	margin-bottom: 20px;
}

.fix-catalog nav > ul > li:last-child{
	margin-bottom: 0px;
}

.fix-catalog .dropdown > ul > li{
	margin-bottom: 10px;
}

.fix-catalog .dropdown > ul a{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.body-catalog{
	justify-content: space-between;
}

.body-catalog .content-catalog{
	width: 820px;
	padding: 43px 34px;
	background: #ddd;
	border-radius: 30px;
	box-sizing: border-box;
}

.content-catalog nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	flex-direction: row;
    flex-wrap: wrap;
}

.content-catalog nav li{
	display: block;
	width: 240px;
	height: 290px;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 15px;
	border-radius: 30px;
	overflow: hidden;
	border: 2px solid #fff;
	position: relative;
}

.content-catalog nav li:nth-child(7), .content-catalog nav li:nth-child(8), .content-catalog nav li:nth-child(9){
	margin-bottom: 0px;
}

.content-catalog nav li a{
	width: 100%;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to top, #000, transparent);
	text-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 0 25px 25px;
    justify-content: center;
    padding: 10px 10px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    min-height: 30%;
}


footer{
	padding: 100px 0;
	box-sizing: border-box;
	background: #79A620;
	width: 100%;
}

footer .container-footer{
	width: 736px;
	margin: 0 auto;
}

footer .stroke{
	display: flex;
	justify-content: space-between;
}

footer .stroke .left span{
	display: block;
	font-weight: 200;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 0 10px;
}

footer .stroke .left a{
	font-weight: 200;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	margin: 0 0 10px;
	text-decoration: none;
}


footer form{
	width: 500px;
	margin: 0 0px;
	gap: 10px;
}

footer form input{
	background: #e7e7e7;
	border-radius: 24.5px;
	height: 35px;
	width: 370px;
	border:none;
	padding: 0 20px;
}

footer form button{
	background: #fff;
	border-radius: 24.5px;
	height: 35px;
	width: 120px;
	border:none;
	color: #79a620;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
}

footer .midl-stoke{
	gap: 25px;
	margin: 30px 0 50px;
}

footer .midl-stoke a{
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

footer .title-soc{
	font-weight: 500;
	font-size: 32px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}

footer .block_soc{
	display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 20px;
}

.breadcrumb{
	display: flex;
	width: 100%;
	padding: 8px 20px;
	background: #fff;
	border-radius: 14px;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}

.breadcrumb li{
	list-style: none;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #005523;
}

.breadcrumb li a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #005523;
}

.breadcrumb li:after{
	display: block;
	width: 33px;
	height:12px;
	content: '';
	background: url(../images/arr-right-green.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0 20px;
}

.breadcrumb li.active:after{
	display: none; 
}

.content-catalog h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #005523;
	margin: 40px 0 20px;
}

#mse2_mfilter > .col-md-3{
	width: 100%;
	margin-bottom: 30px;
}

#mse2_mfilter > .col-md-3 form > div fieldset{
	display: flex;
	gap: 15px;
	border: none;
	align-items: center;
}

#mse2_mfilter > .col-md-3 form > div fieldset h4{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #005523;
}

#mse2_mfilter > .col-md-3 form > div fieldset input{
	width: 122px;
	height:20px;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #959595;
	border-radius: 135px;
}

.catalog-wrap .list-subcategory nav{
	margin: 40px 0;
}

.catalog-wrap .list-subcategory nav li{
	width: auto;
	height: 26px;
	padding: 0 20px;
	background: #fff;
	border-radius: 135px;
	display: flex;
    align-items: center;
    border: none;
    margin-bottom: 0px;
}

.catalog-wrap .list-subcategory nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-wrap .list-subcategory nav li a {
    width: 100%;
    display: flex;
    position: relative;
    left: 0;
    bottom: 0;
    background-image: none;
    text-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 600;
    border-radius: 0;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    color: #005523;
    text-decoration: none;
    min-height: 0;
}

#mse2_results{
	display: flex;
	gap: 10px;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mse2_results .ms2_product{
	width: 24%;
	background: #fff;
	border-radius: 14px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px;
}

#mse2_results .ms2_product img{
	width: 90%;
	margin: 0 5%;
}

#mse2_results .ms2_product .info-tovar > a{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #005523;
	padding: 10px 0 7px;
	border-bottom: 1px solid #005523;
	text-decoration: none;
}

#mse2_results .ms2_product .info-tovar .wrap-price{
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	align-items: center;
}

#mse2_results .ms2_product .info-tovar .wrap-price .price{
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #79a620;
}

#mse2_results .ms2_product .info-tovar .wrap-price .old_price{
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 12px;
	color: #959595;
}

#mse2_results .ms2_product button{
	padding: 0 15px;
	height: 20px;
	display: flex;
	align-items: center;
	background: #79a620;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 60px;
	border: none;
	cursor: pointer;
}

.pagination{
	display: flex;
	gap: 10px;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 60px !important;
}

.pagination li{
	background: #959595;
	border-radius: 16px;
	list-style: none;
	padding: 5px 10px;
	min-width: 9px;
	display: flex;
	justify-content: center;
    align-items: center;
}

.pagination li:first-child, .pagination li:last-child{
	padding: 5px 15px;
}

.pagination li.active{
	background: #79a620;
}

.pagination li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.body-product .content-catalog{
	width: 100%;
	padding: 30px 30px;
	background: #ddd;
	border-radius: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.body-product .info-product {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
        align-items: stretch;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: 20px;
}

.body-product .info-product .img-product{
	width: 55%;
	box-sizing: border-box;
	display: flex;
	background: #fff;
	border-radius: 25px;
	justify-content: center;
	align-items: center;
	min-height: 640px;
}

.body-product .info-product .product-info{
	width: 43%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.body-product .info-product .info-product-top{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	height: 48%;
	border-radius: 25px;
	position: relative;
}

.body-product .info-product h1{
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 2px;
	color: #000;
	text-transform: none;
	margin: 30px 0;
}

.body-product .info-product .product-available{
	position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 100px;
    padding: 5px 10px;
    color: #fff;
    background: #79a620;
    font-size: 9px;
    text-align: center;
    letter-spacing: 1px;
}

.body-product .info-product .price{
	color: #79a620;
    font-size: 50px;
    letter-spacing: 2px;
    margin: 30px 0;
    font-weight: 700;
}

.body-product .info-product .add-cart{
    border-radius: 100px;
    padding: 7px 15px;
    color: #fff;
    background: #3660dc;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

.body-product .info-product .line-button{
	display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.body-product .info-product .buy-one-click{
	border-radius: 100px;
    padding: 7px 15px;
    color: #fff;
    background: #79a620;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

.body-product .info-product .line-button a{
	border-radius: 100px;
    padding: 7px 15px;
    color: #fff;
    background: #959595;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.body-product .info-product .info-product-bottom{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	height: 48%;
	border-radius: 25px;
	position: relative;
	margin-top: 20px;
}

.body-product .info-product .info-product-bottom h2{
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 30px;
}

.body-product .info-product .info-product-bottom p{
	color: #000;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 400;
}

.body-product .poduct-description{
	width: 100%;
	padding: 30px 30px;
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	margin: 30px 0 0;
}

.body-product .poduct-description h2{
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 30px;
}

.body-product .poduct-description p{
	color: #000;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 400;
}

.looked-wrap{
	padding: 30px 30px;
	background: #ddd;
	border-radius: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
} 

.looked-wrap h3{
	width: 100%;
}

.looked-wrap h3 span{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 100px;
    color: #fff;
    background: #79a620;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 40px;
}

.looked-ms2-product{
	width: 18%;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.looked-ms2-product img {
    max-width: 100%; 
    max-height: 100%;
}

.looked-ms2-product a{
	display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #005523;
    padding: 10px 0 7px;
    border-bottom: 1px solid #005523;
    text-decoration: none;
}

.looked-ms2-product .price{
	font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #79a620;
    margin: 10px 0;
    display: block;
}

.looked-ms2-product button{
	padding: 0 15px;
    height: 20px;
    display: flex;
    align-items: center;
    background: #79a620;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 60px;
    border: none;
    cursor: pointer;
}

.js #msCart [type="submit"][value="cart/change"] {
    display: block !important;
}


.cart-product-list{
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    box-sizing: border-box;
    margin-top: 30px;
}


.cart-product-list > h3{
	display: block;
    color: #000;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 30px;
}

.item-product-cart {
	display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.item-product-cart .ms-title{
	width: 60%;
	display: flex;
    justify-content: center;
}

.item-product-cart .ms-title img{
	border-radius: 25px;
	max-height: 180px;
}

.item-product-cart .info-tovar-cart{
	width: 40%;
}

.item-product-cart .info-tovar-cart .title a{
	color: #000;
	text-decoration: none;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 1px;
}

.item-product-cart .info-tovar-cart .title{
	margin-bottom: 30px;
}

.item-product-cart .info-tovar-cart .ms-price{
	width: 100%;
	color: #79a620;
	font-size: 45px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.item-product-cart .info-tovar-cart .ms-count{
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.item-product-cart .info-tovar-cart .ms-count p{
	margin-bottom: 5px;
	width: 100%;
}

.item-product-cart .info-tovar-cart .ms-count form .count-group{
	display: flex;
}

.item-product-cart .info-tovar-cart .ms-count .cart-product__control{
	width: 24px;
	height: 24px;
	border-radius: 100%;
	align-items: center;
	background: #79a620;
	color: #fff;
	font-size: 20px;
	border: none;
	line-height: 16px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}

.item-product-cart .info-tovar-cart .ms-count input{
	width: 54px;
	height: 24px;
	border-radius: 100px;
	border: none;
	background: #ddd;
	padding-left: 15px;
	box-sizing: border-box;
	line-height: 24px;
	text-align: center;
	margin-right: 15px;
	font-weight: 600;
}

.item-product-cart .info-tovar-cart .ms-remove{
	width: auto;
}

.item-product-cart .info-tovar-cart .ms-remove button{
	background: none;
	border: none;
}

button{
	cursor: pointer;
}

#msCart .ms-footer{
	text-align: right;
	margin-top: 15px;
}

#msCart .ms-footer .total{
	color: #000;
	font-size: 25px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom:10px;
}


#msCart .ms-footer .total_cost{
	color: #79a620;
	font-size: 30px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 1px;
}

.content-catalog + .ms2_form{
	    width: 100%;
    padding: 30px 30px;
    background: #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 20px !important;
}

.page-cart{
	flex-wrap: nowrap;
	flex-direction: column;
}

.ms2_form .wrap-cart-form{
	background: #fff;
	padding: 30px 30px;
    border-radius: 30px;
    box-sizing: border-box;
}

.ms2_form .form-cart-top h2{
	color: #232323;
	font-size: 80px;
	line-height: 95px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 10px 0;
	width: 100%;
}

.ms2_form .form-cart-top p{
	color: #232323;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	max-width: 65%;
}

.ms2_form .form-cart-top{
	margin-bottom: 30px;
	width: 100%;
}

.ms2_form .wrap-cart-form > .row:first-child{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ms2_form .wrap-cart-form > .row:first-child input{
	width: 374px;
	height: 35px;
	box-sizing: border-box;
	background: #ddd;
	font-size: 16px;
	border-radius: 100px;
	border: none;
	padding: 0 15px;
}

.ms2_form .col-form-label {
	color: #232323;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
    display: block;
}

.ms2_form .form-group{
	margin-bottom: 20px;
}

.ms2_form .input-text{
	width: 55%;
}

.ms2_form .input-text textarea{
	width: 100%;
    border: none;
    background: #ddd;
    border-radius: 16px;
    min-height: 202px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 16px;
}


.ms2_form .wrap-cart-form > .row:nth-child(2){
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

.ms2_form .wrap-submit-form{
	display: flex;
	width: 55%;
	gap: 30px;
	    align-items: center;
}

.ms2_form .wrap-submit-form button{
background: #79a620;
    border-radius: 24.5px;
    height: 35px;
    width: 233px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

.ms2_form .wrap-submit-form label{
	width: calc(100% - 260px);
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 0px;
}

.ms2_form .wrap-submit-form label p{
	text-transform: none;
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}

.ms2_form #deliveries .col-12{
	display: flex;
	gap: 30px;
}

.ms2_form #deliveries .col-12 label{
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	cursor: pointer;
}

.ms2_form #deliveries{
	display: flex;
    align-items: center;
}

footer .msMiniCart a{
	color: #fff;
	text-decoration: none;
}

.page-text{
    padding: 30px 30px;
    background: #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    width: 1174px;
    margin: 0 auto 40px;
}

.nav-page-default{
	display: flex;
	gap: 15px;
	margin: 40px 0;
}

.nav-page-default a{
	background: #fff;
    border-radius: 100px;
    height: 26px;
    color: #005523;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    line-height: 26px;
    text-decoration: none;
    transition-duration: .5s;
}

.nav-page-default a.active, .nav-page-default a:hover{
	background: #79a620;
	color: #fff;
	transition-duration: .5s;
}

.page-text .block-about{
	display: flex;
}

.page-text .infoblock {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 40px;
}

.page-text .block-about .left > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    color: #232323;
    margin: 20px 0 60px;
}

.page-text .block-about .line strong {
    font-size: 38px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1.5px;
    color: #79a620;
    margin-right: 15px;
}

.page-text .block-about .line p {
    font-size: 26px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    color: #232323;
}

.page-text .block-about .line {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page-text .block-about .line:last-child{
	margin-bottom: 0px;
}

.page-text .infoblock h2{
	text-align: left;
	font-size: 70px;
	line-height: 72px;
	margin-top:20px;
}

.page-text .infoblock p{
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 20px;
}

.page-text .infoblock .line-text{
	margin: 30px 0 0px;
	display: flex;
	justify-content: space-between;
}

.page-text .infoblock .line-text .item{
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
}

.page-text .infoblock h3{
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #79a620;
}

.page-text .infoblock h4{
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #79a620;
}

.page-text  .block-missya > p{
	margin-bottom: 50px;
}

.page-text .block-preim .list, .page-text .partners-block{
	display: flex;
}

.page-text .block-preim .list .item:nth-child(5), .block-preim .list .item:nth-child(6) {
    margin-bottom: 0px;
}

.page-text .infoblock > h3{
	margin-top: 60px;
	margin-bottom: 20px;
}

.page-text .infoblock > ul{
	margin-left: 30px;
	margin-bottom: 30px;
}

.page-text .infoblock > ul li{
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

li::marker{
	color: #79a620;
	font-size: 30px;
}

.page-text .infoblock > strong{
	font-size: 30px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 40px;
	letter-spacing: 1px;
	display: inline-block;
}

.page-text .infoblock hr {
    background: #79a620;
    height: 2px;
}

.page-text .page-contacts{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
    flex-wrap: wrap;
}

.page-text .page-contacts .left, .page-contacts .right{
	width: 49%;
}

.page-text .page-contacts .block-maps{
	width: 100%;
}

.page-text .infoblock h1{
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #79a620;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.page-text .page-contacts h2{
	font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}

.page-text .page-contacts .left img{
	margin-right: 10px;
}

.page-text .page-contacts .left .flex{
	align-items: center;
	margin-bottom: 15px;
	color: #005523;
	font-weight: 500;
}

.page-text .page-contacts .left a{
	color: #005523;
	text-decoration: none;
	font-size: 16px;
}

.page-text .page-contacts .soc-block{
	padding: 20px;
    box-sizing: border-box;
    background: #79a620;
    border-radius: 25px;
}

.page-text .page-contacts .soc-block strong{
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
}

.page-text .page-contacts .button-feedback{
	background: #79a620;
    height: 35px;
    width: 234px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 16px;
    cursor: pointer;
    z-index: 9999;
    margin: 20px 0 15px;
}

.page-contacts .right p{
	font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
    color: #005523;
    margin-bottom: 0;
}

.page-text .page-contacts iframe{
	border-radius: 25px;
}

.page-text .big-number{
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #79a620;
	margin-right: 20px;
}

.page-text .page-delivery .flex{
	align-items: center;
	margin-bottom: 10px;
}

.page-text .page-delivery .flex p{
	margin-bottom: 0px;
}

.modal-feedback{
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: fixed;
	top:0;
	left: 0;
	z-index: 99999;
	justify-content: center;
    align-items: center;
}

.modal-feedback.close{
	display: none;
} 

.modal-feedback .content-form{
	padding: 40px;
	background: #79a620;
	position: relative;
	border-radius: 16px;
	border: 1px solid #fff;
}

.modal-feedback .content-form .close-modal{
	color: #ddd;
	font-size: 42px;
	position: absolute;
	top:-3px;
	right: 10px;
	transform: rotate(45deg);
	cursor: pointer;
	font-weight: 300;
}

.modal-feedback .title-form{
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 96px;
	color: #fff;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.modal-feedback .title-form + p{
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	max-width: 800px;
}

.modal-feedback form{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	flex-direction: row;
    flex-wrap: wrap;

}

.modal-feedback form .left, .modal-feedback form .right{
	width: 49%;
	display: flex;
	flex-direction: column;
}

.modal-feedback form label{
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 10px;
}

.modal-feedback form input{
    height: 35px;
    box-sizing: border-box;
    background: #ddd;
    font-size: 16px;
    border-radius: 100px;
    border: none;
    padding: 0 15px;
}

.modal-feedback form .input-group{
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}

.modal-feedback form textarea{
    height: 126px;
    border: none;
    background: #ddd;
    border-radius: 16px;
    min-height: 130px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 16px;
}

.modal-feedback form button{
	    background: #005523;
    border-radius: 24.5px;
    height: 35px;
    width: 233px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

.modal-feedback form button + label{
	width: calc(100% - 260px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 0px;
    margin-left:30px;
    font-size: 15px;
    line-height: 18px;
}

.mse2-row{
    margin-bottom: 15px;
}














/*Моб версия*/
@media(max-width: 768px){

.container {
    width: calc(100% - 20px);
    display: flex;
    margin: 0 auto;
}

header form {
    display: none !important;
}

.header-logo {
    width: 182px;
    margin-right: 10px;
}

.header-list-soc {
    width: auto;
    gap: 5px;
}

header {
    padding-top: 20px;
    margin-bottom: 65px;
}

.bot-header .left {
    gap: 25px;
    width: 100%;
    flex-direction: row;
}

.bot-header{
	flex-direction: column;
}

.bot-header .right{
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 10px;
}

.bot-header a {
    color: #005523;
    letter-spacing: 0px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.top-header{
	margin-bottom: 10px;
}

.owl-carousel .slide {
    height: 250px;
    border-radius: 30px;
    background-size: cover !important;
    background-position: 0 0 !important;
    overflow: hidden;
    background-repeat: no-repeat;
}

.owl-carousel .slide h2, .catalog-slider .owl-carousel .slide h2 {
    margin: 30px 20px 0;
    max-width: 90%;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
}


.owl-carousel .slide p, .catalog-slider .owl-carousel .slide p {
    margin: 20px 20px 0;
    max-width: 90%;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
}

.owl-carousel .owl-nav {
    position: absolute;
    left: 20px;
    bottom: 48px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

.block-slider .button-feedback {
    background: #79a620;
    position: absolute;
    bottom: 48px;
    right: 70px;
    height: 35px;
    width: 190px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 16px;
    cursor: pointer;
    z-index: 9999;
}

.infoblock {
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}

.infoblock h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 30px;
        line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #79a620;
    width: 100%;
    text-shadow: 0 0 2px #fff;
    word-wrap: break-word;
}

.popular_category .flex {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.popular_category .item {
    width: 47%;
    height: 160px;
    display: block;
    background-size: cover !important;
    background-position: 50% !important;
    border-radius: 30px;
    border: 3px solid #fff;
    position: relative;
    margin-bottom: 10px;
}

.popular_category .item:nth-child(1), .popular_category .item:nth-child(2), .popular_category .item:nth-child(3) {
    margin-bottom: 0px;
}

.popular_category .el-line{
	display: none;
}

.popular_category .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to top, #000, transparent);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 0 25px 25px;
    justify-content: center;
    padding: 10px 7px;
    box-sizing: border-box;
    min-height: 30%;
}

.slider-product .owl-item {
    overflow: hidden;
    /* width: 375px !important; */
    padding: 0 10px;
}

.slider-product .owl-item .bg-slide .justify-content-around {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.slider-product .owl-item .bg-slide{
    display: flex;
    width: 100%;
    height: 370px;
    border-radius: 30px;
    background: #959595;
    padding: 30px 30px 20px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: space-between;
}

.block-about .left > strong {
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 1px;
    color: #79a620;
    text-shadow: 0 0 2px #fff;
}

.block-about .left, .block-about .right{
	width: 100%;
}

.block-about .container:nth-child(2){
	flex-direction: column;
}

.block-about .left > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    color: #232323;
    margin: 0px 0 20px;
}

.block-about .line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.block-about .line strong {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1px;
    color: #79a620;
    margin-right: 15px;
    text-shadow: 0 0 2px #fff;
}

.block-about .line p {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    color: #232323;
    text-transform: uppercase;
}

.block-about img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-top: 20px;
}

.block-preim .list .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.block-preim .list .item span {
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 3px;
    color: #79a620;
    text-shadow: 0 0 1px #fff;
}

.block-preim .list .item strong {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-preim .list .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000;
}


.partners-block .item {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
}

.partners-block .item img {
    width: 90%;
}

.block-infotext p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #005523;
    margin-bottom: 20px;
}

.block-infotext .list-question .question {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #005523;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.block-infotext .list-question .item {
    margin-bottom: 20px;
    cursor: pointer;
}

.block-infotext .list-question .answer {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #232323;
    display: none;
    margin-top: 15px;
}

.block-infotext ul {
    margin-left: 30px;
}

.block-infotext li {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #005523;
    margin-bottom: 15px;
}

footer form{
	display: none !important;
}

footer .container-footer {
    width: calc(100% - 30px);
    margin: 0 auto;
}

footer {
    padding: 40px 0;
    box-sizing: border-box;
    background: #79A620;
    width: 100%;
}

footer form {
    width: 80%;
    margin: 0 0px;
    gap: 10px;
}

footer form button {
    background: #fff;
    border-radius: 24.5px;
    height: 35px;
    width: 140px;
    border: none;
    color: #79a620;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 35px;
}

footer .midl-stoke {
    gap: 25px;
    margin: 20px 0 30px;
}

footer .stroke{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.container-footer .stroke:nth-child(1){
	flex-direction: row;
}

.modal-feedback .content-form {
    padding: 20px;
    background: #79a620;
    position: relative;
    border-radius: 16px;
    border: 1px solid #fff;
}

.modal-feedback .title-form {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.modal-feedback .title-form + p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    max-width: 98%;
}

.modal-feedback form {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}

.modal-feedback .right + .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.modal-feedback form .left, .modal-feedback form .right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.modal-feedback form button + label {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 0px;
    margin-left: 30px;
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
}

.slider-product .owl-nav {
    width: 100%;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    justify-content: space-between;
}

.catalog-slider .owl-carousel .slide{
    height: 250px;
    border-radius: 30px;
    background-size: cover !important;
    background-position: 0 0 !important;
    overflow: hidden;
}

.body-catalog{
	flex-direction: column;
	margin-top: 20px;
}

.fix-catalog {
    max-width: 100%;
    width: 100%;
    order: 2;
}

.body-catalog .content-catalog {
    width: 100%;
    padding: 20px 20px;
    background: #ddd;
    border-radius: 30px;
    box-sizing: border-box;
}

.content-catalog nav li {
    display: block;
    width: 48%;
    height: 200px;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #fff;
    position: relative;
}

.content-catalog nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.fix-catalog nav {
    padding: 35px 20px;
    box-sizing: border-box;
    width: 100%;
    background: #79a620;
    border-radius: 30px;
    margin-top: 20px;
}

.fix-catalog nav a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: .3s;
}

.item-product-cart .ms-title {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.item-product-cart .info-tovar-cart {
    width: 100%;
}

.item-product-cart {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.body-product .content-catalog {
    width: 100%;
    padding: 20px 15px;
    background: #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.item-product-cart .info-tovar-cart .ms-count input {
    width: 54px;
    height: 24px;
    border-radius: 100px;
    border: none;
    background: #ddd;
    padding-left: 0px;
    box-sizing: border-box;
    line-height: 24px;
    text-align: center;
    margin-right: 15px;
    font-weight: 600;
}

.item-product-cart .info-tovar-cart .ms-price {
    width: 100%;
    color: #79a620;
    font-size: 36px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.ms2_form .form-cart-top h2 {
    color: #232323;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 10px 0;
    width: 100%;
}

.content-catalog + .ms2_form {
    width: 100%;
    padding: 20px 20px;
    background: #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 20px !important;
}

.ms2_form .form-cart-top p {
    color: #232323;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    max-width: 100%;
}

.ms2_form .wrap-cart-form > .row:first-child input {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    background: #ddd;
    font-size: 16px;
    border-radius: 100px;
    border: none;
    padding: 0 15px;
}

.ms2_form .wrap-cart-form {
    background: #fff;
    padding: 20px 20px;
    border-radius: 30px;
    box-sizing: border-box;
}

.form-cart-top + .col-12{
	width: 100%;
}

.ms2_form .input-text {
    width: 100%;
}

.ms2_form .wrap-submit-form{
    display: flex;
    width: 100%;
    gap: 15px;
    order: 2;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.ms2_form .wrap-cart-form > .row:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

.ms2_form .wrap-submit-form label {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: center;
}

.body-product .info-product {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: 20px;
}

.body-product .info-product .img-product {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    background: #fff;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    min-height: 380px;
}

.body-product .info-product .product-info {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
    margin-top: 20px;
}

.looked-wrap h3 span{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    background: #79a620;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 40px;
}

.looked-wrap {
    padding: 20px 20px;
    background: #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.looked-ms2-product {
    width: 48%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}

.catalog-wrap .list-subcategory nav li{
    width: auto;
    height: auto;
    padding: 6px 10px;
    background: #fff;
    border-radius: 135px;
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 0px;
}

#mse2_results .ms2_product {
    width: 48%;
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}

.pagination li:first-child, .pagination li:last-child{
	display: none;
}

.pagination {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px !important;
}

.page-text {
    padding: 20px 20px;
    background: #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    width: calc(100% - 20px);
    margin: 0 auto 40px;
}

.nav-page-default {
    display: flex;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
    flex-direction: row;
}

.page-text .infoblock {
    padding: 20px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 40px;
    flex-direction: column;
}

.page-text .block-about .left > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    color: #232323;
    margin: 20px 0 60px;
}

.page-text .block-about .line p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    color: #232323;
    margin-bottom: 0;
}

.page-text .infoblock h2 {
    text-align: left;
    font-size: 32px;
    line-height: 46px;
    margin-top: 20px;
}

.page-text .infoblock p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.page-text .infoblock .line-text {
    margin: 30px 0 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.page-text .infoblock .line-text .item {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
    word-wrap: break-word;
}

.page-text .infoblock > strong {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 20px;
    letter-spacing: 1px;
    display: inline-block;
}

.page-text .page-contacts {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}

.page-text .page-contacts .left, .page-contacts .right {
    width: 100%;
}

.page-text .infoblock h1{
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #79a620;
    text-transform: uppercase;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.page-text .page-contacts .soc-block strong {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}


.page-text .page-contacts .button-feedback {
    background: #79a620;
    height: 35px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 16px;
    cursor: pointer;
    z-index: 9999;
    margin: 20px 0 15px;
}

.content-catalog nav li a {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000, transparent);
    text-align: center;
    align-items: center;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 0 25px 25px;
    justify-content: center;
    padding: 10px 10px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    min-height: 30%;
    word-wrap: break-word;
}

#mse2_results .ms2_product .info-tovar > a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #005523;
    padding: 10px 0 7px;
    border-bottom: 1px solid #005523;
    text-decoration: none;
    word-wrap: break-word;
}

.looked-ms2-product a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #005523;
    padding: 10px 0 7px;
    border-bottom: 1px solid #005523;
    text-decoration: none;
    word-wrap: break-word;
}



}