@font-face {
    font-family: Roboto;
    src: url(/assets/fonts/roboto-regular.ttf); 
   }

@font-face {
    font-family: 'Roboto medium';
    src: url(/assets/fonts/roboto-medium.ttf); 
}

h1{
	font-family: 'Roboto medium';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #333333;
	padding-bottom: 3rem;
	text-transform: uppercase;
}
h2{
	font-family: 'Roboto medium';
	font-style: normal;
	    font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	color: #333333;
	position: relative;
	padding-left: 63px;
	margin: 1rem 0;
	text-transform: uppercase;
}
h2:before{
	content: '';
    background: #EEA937;
    display: block;
    width: 58px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}
.btn-primary{
	background: #FFB423;
	border-radius: 30px 0px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #333333;
	border: none;
}

header{
  background: linear-gradient(251.82deg, #44301D 7.06%, #6C583F 107.02%), #684D39;
  box-shadow: 0px 4px 40px rgba(73, 53, 33, 0.51);
	padding: 2px 0;
}
.header-phone a.phone{
	background: url(/assets/img/phone.svg) no-repeat 0 center transparent;
    display: block;
    min-height: 28px;
    padding-left: 34px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #FFB423;
}

.header-phone a.phone:hover{
	color: #fff;
	text-decoration: none;
}
#menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	padding: 1rem;
}

#menu a:hover{
	color: #FFB423;
	text-decoration: none;
}
.menu-btn{
	font-size: 22px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #fff;
}

.menu-btn {
  display: flex; /* используем flex для центрирования содержимого */
  align-items: center;  /* центрируем содержимое кнопки */
  width: 42px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
/* добавляем "гамбургер" */
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}

.pushy{
	    background: linear-gradient(251.82deg, #44301D 7.06%, #6C583F 107.02%), #684D39;
}
.mobile-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pushy a {
    color: #fff;
}

.pushy a:hover {
    color: #FFB423;
}

#lang{
	overflow: hidden;
	border-radius: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#lang a{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  display: block;
  background: #3E7639;
	height: 36px;
    padding: 0 0.8rem;
}


#lang a:hover, #lang a.active{
	text-decoration: none;
	background: #FFB423;
}

.slider{
	background: url(/assets/img/main-bg.jpg) no-repeat 0 center transparent;
    background-size: cover;
	min-height: 563px;
    display: flex;
    align-items: center;
}

.content-slider{
	max-width: 825px;
}

.show-modal-callback{
    display: block;
    margin: 0 auto;
    max-height: 51px;
    padding: 1rem;
    min-width: 270px;
}

.section{
	margin-bottom: 2rem;
}

.section-advantages{
	margin-top: 5rem;
	position: relative;
}

body{
	color: #333;
}

.section-advantages::before{
	content: '';
    display: block;
    position: absolute;
    bottom: -18%;
    right: -1%;
    width: 423px;
    height: 328px;
    background: url(/assets/img/bottle.png) no-repeat 0 center transparent;
    background-size: contain;

}

.advantage-wrap{
	margin-top: 3.5rem;
}

.advant-signature{
	font-family: 'Roboto medium';
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #333333;
	padding-left: 1.2rem;
}

.advant-img{
	min-width: 111px;
	border-radius: 50%;
    overflow: hidden;
}

.advant-item{
	margin-bottom: 2.5rem;
}
.product-name{
	background: linear-gradient(217.63deg, #FFFFFF -22.18%, rgba(255, 255, 255, 0) 139.04%), #FFF06D;
	border-radius: 30px 0px;
	font-family: 'Roboto medium';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #333333;
	padding: 0.6rem;
	margin-bottom: 1rem;
}

.product-ico{
	margin-bottom: 1rem;
}

.product-text ul{
	list-style: none;
    margin: 0;
    padding: 0;
}

.product-text ul li{
	background: url(/assets/img/check.svg) no-repeat 0 6px transparent;
	padding-left: 27px;
    margin-bottom: 1.5rem;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}

.feedback-title{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	position: relative;
	padding-left: 63px;
	margin: 1rem 0;
	color: #FFFFFF;
	margin-bottom: 2rem;
}
.feedback-title:before{
	content: '';
    background: #EEA937;
    display: block;
    width: 58px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}

.feedback .btn-primary{
	width: 270px;
	height: 51px;
	margin-top: 16px;
}

.feedback .btn-primary:hover{
	background: #EDA314;
    color: #333333;
}

.provider-section{
	background: url(/assets/img/provider-img.jpg) no-repeat right transparent;
}

.provider-section h2{
	margin: 2rem 0;
}

.provider-img{
	min-height: 130px;
}

.color-bg{
	background: linear-gradient(180deg, #FFFFFF 20.83%, #FFF0D7 100%);
	padding-bottom: 4rem;
}

.products-section{
	position: relative;
	margin-top: -1rem;
	min-height: 1082px;
}

.product-item{
	width: 19%;
}

.products-section h2::before{
	background: #fff;
}

.products-section::after{
	content: '';
	display: block;
	background: url(/assets/img/products-bg.png) no-repeat center transparent;
	background-size: contain;
	position: absolute;
	top: -5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1920px;
	height: 1082px;
	z-index: 0;
}

.products-section::before{
	content: '';
	display: block;
	background: #FFF0D7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30%;
	    z-index: -1;
}

.products-top{
	position: relative;
    z-index: 1;
}

.provider-item {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #000000;
	padding-bottom: 3.3rem;
}
#contact{
	background: linear-gradient(157.64deg, #EC9F2D 4.32%, #F5BD4E 85.43%), #C4C4C4;
	padding: 3rem 0 2rem 0;
}

#contact h2{
	margin: 1rem 0 3rem 0;
}

#contact h2::before{
	background: #fff;
}

.feedback{
	background: url(/assets/img/feedback.jpg) no-repeat center transparent;
	padding: 2rem 0;
	background-size: cover;
}

footer{
	background: #493521;
	padding: 25px 0;
}

.phone-footer{
	position: relative;
	padding-left: 50px;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	color: #333333;
	padding-top: 8px;
	margin-bottom: 3rem;
    display: block;
}

.phone-footer:hover{
	color: #333333;
}

.phone-footer::before{
	position: absolute;
	top: 0;
	left: 0;
	content: url('/assets/img/phone-ico.svg');
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	width: 45px;
	height: 45px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	    line-height: 1;
}

.email-footer{
	position: relative;
	padding-left: 50px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	color: #333333;
	padding-top: 8px;
	display: block;
	margin-bottom: 3rem;
	margin-left: 3rem;
}
.email-footer::before{
	position: absolute;
	top: 0;
	left: 0;
	content: url('/assets/img/mail-ico.svg');
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	width: 45px;
	height: 45px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	    line-height: 1;
}

.email-footer:hover{
	color: #333333;

}

.address-footer{
	position: relative;
	padding-left: 50px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	    margin-top: 8px;
}

.address-footer::before{
	position: absolute;
	top: -9px;
	left: 0;
	content: url('/assets/img/map-ico.svg');
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	width: 45px;
	height: 45px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	    line-height: 1;
}

.footer-contact a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: right;
	color: #FFFFFF;
}

.footer-sign-mobile{
	display: none;
	font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.footer-contact a:hover{
	color: #FFB423;
	text-decoration: none;
}
.footer-contact .phone{
	margin-left: 1.5rem;
}

.footer-sign{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	padding-left: 1rem;
}
.footer-logo-img{
	max-height: 64px;
	min-width: 64px;
}

.feedback .form-control{
	background: #3E7639;
	border: 1px solid #87C982;
	box-sizing: border-box;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	border-radius: 0;
    transition: none;
	padding: 0.8rem 20px;
}

textarea.form-control{
    height: 178px;
}

.btn-primary{
	border: none;
}

.btn-primary:hover{
	background: #EDA314;
	color: #333333;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #EDA314;
	color: #333333;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.modal-content{
	background: linear-gradient(94.19deg, #3A6336 20.06%, rgba(58, 113, 53, 0) 90.2%), #31642D;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	border-radius: 0;
	padding: 0.8rem 2rem;
}

h5.modal-title{
	font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  position: relative;
	padding-left: 63px;
}

h5.modal-title:before{
	content: '';
    background: #EEA937;
    display: block;
    width: 58px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}

.modal-header {
    border-bottom: 0;
}

#container{
    overflow: hidden;
}

body{
	min-width: 320px;
}

body:not(.pushy-open-left) .pushy{
	display: none;
}

.form-control::-webkit-input-placeholder { color: #FFFFFF; }
.form-control:-ms-input-placeholder { color: #FFFFFF; }
.form-control::-ms-input-placeholder { color: #FFFFFF; }
.form-control::placeholder { color: #FFFFFF; }

button:focus {
    outline: none;
}

.modal .form-control{
  background: #3E7639;
  border: 1px solid #87C982;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
	padding: 14px 27px;
	border-radius: 0;
}

.form-control{
	background: #3E7639;
	border: 1px solid #87C982;
	box-sizing: border-box;
}

.modal .btn{
	display: block;
    max-height: 51px;
    padding: 1rem;
    min-width: 270px;
}
.modal-dialog {
    max-width: 610px;
}

.modal-header .close {
	padding: 0rem;
	margin: -1rem -2rem -1rem;
    color: #5D9D58;
    font-size: 50px;
    line-height: 30px;
}

.close{
	color: #5D9D58;
    text-shadow: none;
    opacity: 1;
}
button.close:focus {
    outline: none;
}
.mobile-menu{
	display: none;
}

.form-control.error{
	border: 1px solid brown;
}

.success{
	color: #fff;
    text-align: center;
    padding: 2rem 0 1rem 0;
}

@media screen and (max-width: 768px) {
	.slider {
	  background: url(/assets/img/main-bg.jpg) no-repeat 90% center transparent;
	  background-size: cover;
	}
	.advant-item {
		margin-bottom: 1rem;
	}
	.footer-contact .phone {
		margin-left: 0;
		width: 100%;
		display: block;
		text-align: left;
	}
	.footer-contact a {
		display: block;
		text-align: left;
		margin: 1rem 0;
	}
	.footer-content-wrap{
		align-items: start !important;
	}
	.footer-contact{
		padding-left: 12px;
    	padding-top: 16px;
	}
	h2:before {
    	top: 20px;
	}
	.feedback-title:before {
    	top: 20px;
	}
	.products-section {
    	margin-bottom: 4rem;
		margin-top: 3rem;
	}
	.section-advantages h2{
		font-size: 32px;
	}
	.modal-content {
    	padding: 0rem 0rem;
	}
	.modal-header .close {
    	margin: -0.6rem -0.5rem 0rem;
	}
	.feedback .btn-primary {
    	margin: 16px auto;
	}
	.modal .btn {
   		 margin: 0 auto;
	}
	.advant-img {
    	min-width: 80px;
	}
}

@media screen and (max-width: 992px) {
	  .product-item {
		  width: 215px;
		  max-width: 100%;
	  }
	  .footer-sign{
		display: none;
	  }
	  .footer-sign-mobile{
		display: block
	  }
}

@media screen and (max-width: 1200px) {
  .header-menu{
		display: none;
  }
  .header-logo{
		display: none;
  }
  .header-lang{
		display: none;
  }
  .mobile-menu{
	  display: block;
  }
  .products-wrapper{
    	flex-wrap: wrap;
		justify-content: center !important;
  }
  .products-section::after {
	display: none;
  }

  .provider-section {
	  background: #fff;
  }
  .products-section::before {
	  content: '';
	  display: block;
	  background: url(/assets/img/products-bg.png) no-repeat 100% center transparent;
		background-size: cover;
	  position: absolute;
	  top: -6%;
	  bottom: -5%;
	  left: 0;
	  right: 0;
	  height: unset;
	}
	.product-item {
		margin: 0 1%;
	}
	.section-advantages::before {
		display: none;
	}
	.email-footer{
		    margin-left: 0;
	}
}



