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

@font-face {
	font-family: 'Roboto Italic';
	src: url('../fonts/Roboto-BlackItalic.ttf');
}

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

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

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

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

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

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

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

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

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

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

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
}

._lock {
	overflow: hidden;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}
/****POP-UP*****/
.pop-up {
	display: none;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(5px);
	padding: 0 22px 22px 22px;
	transition: left 0.3s ease 0s;
	overflow: auto;
}

.scroll__scrollbar-thumb {
	display: none;
}

.pop-up._active2 {
	display: block;
}

.pop-up__item {
	margin: 20% auto 0 auto;
	width: 600px;
	height: 400px;
	background-color: #f4f4f4;
	filter: drop-shadow(0px 10px 22px rgba(0, 0, 0, 0.1))
		drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
	border-radius: 5px;
}

.close2 {
	position: relative;
	top: 20px;
	left: 93%;
	cursor: pointer;
}

.pop-up__title {
	text-align: center;
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 47px;
	color: #191919;
	margin-top: 130px;
	margin-bottom: 0;
}

.pop-up__text {
	text-align: center;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #191919;
	margin-top: 30px;
}

/******HEADER******/
.menu__icon {
	display: none;
}

.menu__body {
	display: none;
}

.img__container {
	background-image: url('../images/Main_img.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.header {
	background: rgba(180, 180, 180, 0.15);
	backdrop-filter: blur(20px);
	padding-top: 25px;
	padding-bottom: 27.5px;
}

.header__container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header__navigation {
	display: flex;
	justify-content: space-between;
	width: 465px;
}

.navigation__item {
	padding-top: 25px;
}

.navigation__link {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #191919;
	display: inline-block;
	transition: text-shadow 0.3s;
	letter-spacing: 0.01em;

	position: relative;
	white-space: nowrap;
}

.navigation__link_normal {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #191919;
	transition: text-shadow 0.3s;
	letter-spacing: 0.01em;

	position: relative;
	white-space: nowrap;
}

.separator {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #191919;
}

.navigation__link_bold {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #191919;
	transition: text-shadow 0.3s;
	letter-spacing: 0.01em;

	position: relative;
	white-space: nowrap;
}

.navigation__link:after {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: transparent;
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 400;
	transform: scale(0.9);
	transform-origin: center center;
}

.navigation__link:hover {
	color: transparent;
}

.navigation__link:hover:after {
	color: #191919;
	transform: scale(1);
}

.navigation__link:active:after {
	text-decoration: underline;
	color: #191919;
	transform: scale(1);
}

.navigation__link_normal:after {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: transparent;
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 400;
	transform: scale(0.9);
	transform-origin: center center;
}

.navigation__link_normal:hover {
	color: transparent;
}

.navigation__link_normal:hover:after {
	color: #191919;
	transform: scale(1);
}

.navigation__link_normal:active:after {
	text-decoration: underline;
	color: #191919;
	transform: scale(1);
}

.navigation__link_bold:after {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: transparent;
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 400;
	transform: scale(0.9);
	transform-origin: center center;
}

.navigation__link_bold:hover {
	color: transparent;
}

.navigation__link_bold:hover:after {
	color: #191919;
	transform: scale(1);
}

.navigation__link_bold:active:after {
	text-decoration: underline;
	color: #191919;
	transform: scale(1);
}

.header__phone {
	padding-top: 25px;
}

.header__phone_hover {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #191919;

	position: relative;
	white-space: nowrap;
}

.header__phone_hover:after {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: transparent;
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 400;
	transform: scale(0.9);
	transform-origin: center center;
}

.header__phone_hover:hover {
	color: transparent;
}

.header__phone_hover:hover:after {
	color: #191919;
	transform: scale(1);
}

.header__phone_hover:active:after {
	text-decoration: underline;
	color: #191919;
	transform: scale(1);
}

/****MAIN****/

.main__container {
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	text-align: center;
	padding: 200px 0 300px 0;
}

.main__title {
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 70px;
	line-height: 111.2%;
	color: #191919;
	max-width: 790px;
}

.main__description {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 41px;
	color: #191919;
	margin-top: 28px;
}

.main__button {
	margin: 50px auto 0 auto;
	width: 260px;
	height: 65px;
	background: #407542;
	border-radius: 5px;
	text-align: center;
	transition: 0.3s;
	-webkit-box-shadow: 4px 4px 32px -6px rgba(34, 60, 80, 0.8);
	-moz-box-shadow: 4px 4px 32px -6px rgba(34, 60, 80, 0.8);
	box-shadow: 4px 4px 32px -6px rgba(34, 60, 80, 0.8);
}

.form__anchor {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #fafafa;
	vertical-align: middle;
	display: inline-block;
	padding: 22px;
}

.main__button:hover {
	background: #366538;
}

.main__button:active {
	background: #315632;
}

/****ABOUT US****/

.about {
	background-color: #f4f4f4;
}

.about__container {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 150px;
}

.about__titles {
	display: flex;
	justify-content: left;
	margin-bottom: 50px;
}

.about__title {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #191919;
	margin: 0;
}

.about__description {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #407542;
	margin: 0;
	max-width: 610px;
	margin: 0 0 0 200px;
}

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

.about__item {
	max-width: 355px;
	align-items: start;
}

.about__item_title {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 120%;
	color: #191919;
	margin: 0 0 10px 0;
}

.about__item__description {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #191919;
	padding: 0;
	margin: 0;
}

/****PRODUCTS****/

.products__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 150px 0;
}

.products__title {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #191919;
	margin: 0;
}

.products__items {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.products__item {
	padding: 30px 0;
	width: 269px;
	background: #fafafa;
	border-radius: 10px;
	filter: drop-shadow(0px 10px 22px rgba(0, 0, 0, 0.1))
		drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}

.products__item_circle {
	margin: 0 auto 40px auto;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #f0f0f0;
	box-shadow: inset 5px 5px 40px rgba(140, 140, 140, 0.1);
}

.products__description {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 120%;
	text-align: center;
	color: #191919;
	width: 230px;
	margin: 0 auto;
}

.products__description_width {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 120%;
	text-align: center;
	color: #191919;
	width: 139px;
	margin: 0 auto;
}

.oil {
	padding-top: 45px;
	padding-left: 55px;
}

.shrot {
	padding-top: 45px;
	padding-left: 53px;
}

.pellet {
	padding-top: 42px;
	padding-left: 48px;
}

.soapstock {
	padding-top: 45px;
	padding-left: 48px;
}

/****PARTNERS****/

.partners {
	background-color: #f4f4f4;
	padding: 150px 0;
}

.partners__container {
	max-width: 1200px;
	margin: 0 auto;
}

.form__container {
	display: flex;
	justify-content: end;
	background-image: url(/images/illustration.png);
	background-repeat: no-repeat;
	background-position: left;
}

.partners__title {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #191919;
	margin: 0 0 64px 0;
}

.form__title {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	color: #191919;
	margin-bottom: 40px;
	margin-top: 0;
	text-align: center;
}

.label__container {
	display: flex;
	justify-content: space-between;
	width: 625px;
	margin-bottom: 25px;
}

.form__item {
	position: relative;
}

.form__input {
	width: 300px;
	height: 60px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fafafa;
	outline: none;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: rgba(25, 25, 25, 0.6);
	text-indent: 20px;
}

.form__input:hover {
	border: 1px solid #b8b8b8;
}

.form__input:active {
	border: 1px solid #191919;
}

.form__input:focus {
	border: 1px solid #191919;
}

.form__textarea {
	width: 625px;
	height: 233px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fafafa;
	outline: none;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: rgba(25, 25, 25, 0.6);
	text-indent: 20px;
	padding-top: 20px;
	resize: none;
}

.form__textarea:hover {
	border: 1px solid #b8b8b8;
}

.form__textareaactive {
	border: 1px solid #191919;
}

.form__textarea:focus {
	border: 1px solid #191919;
}

.submit__container {
	display: flex;
	justify-content: start;
	margin-top: 23px;
}

.form__button {
	width: 260px;
	height: 65px;
	background-color: #407542;
	border-radius: 5px;
	transition: 0.3s;
	-webkit-box-shadow: 4px 4px 32px -6px rgba(34, 60, 80, 0.8);
	-moz-box-shadow: 4px 4px 32px -6px rgba(34, 60, 80, 0.8);
	box-shadow: 4px 4px 32px -6px rgba(34, 60, 80, 0.8);
	outline: none;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #fafafa;
	border: 0;
	margin-right: 15px;
}

.form__button ::-moz-focus-inner {
	border: 0;
}

.form__button:hover {
	background: #366538;
}

.form__button:active {
	background: #315632;
}

.checkbox {
	padding-top: 47px;
	width: 320px;
}

.agreement {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 134.09%;
	color: #191919;
	text-decoration: underline;
}

.checkbox__label {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 134.09%;
	color: #191919;
	display: flex;
	cursor: pointer;
}

.checkbox__input {
	display: none;
}

.checkbox__input:checked + .checkbox__label::after {
	transform: scale(1);
}

.checkbox__label::before {
	content: '';
	flex: 0 0 18px;
	height: 18px;
	background-color: #f4f4f4;
	border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #191919;
	margin-right: 8px;
}

.checkbox__label::after {
	transition: transform 0.1s ease 0s;
	content: url(/images/Vector.png);
	position: absolute;
	background-color: #191919;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #191919;
	padding-left: 3px;
	transform: scale(0);
}

.form__input._error {
	border: 1px solid #cc0000;
	border-radius: 5px;
	box-sizing: border-box;
}

.form__textarea._error {
	border: 1px solid #cc0000;
	border-radius: 5px;
	box-sizing: border-box;
}

.checkbox._error .checkbox__label::before {
	border: 1px solid #cc0000;
}

.warning__img {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: none;
}

.warning__img._error-img_true {
	display: block;
}

/****CONACTS****/

.contacts__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 150px 0;
}

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

.contacts__title {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #191919;
	margin: 0 0 74px 0;
}

.contacts__info_container {
	max-width: 500px;
}

.info__item {
	display: flex;
	justify-content: start;
	margin-bottom: 30px;
}

.info__item_img {
	width: 54px;
	height: 54px;
	background: #407542;
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
}

.phone__icon {
	padding-left: 16px;
	padding-top: 16px;
}

.mail__icon {
	padding-left: 15px;
	padding-top: 15px;
}

.geo__icon {
	padding-left: 15px;
	padding-top: 14px;
}

.times__icon {
	padding-left: 16px;
	padding-top: 14px;
}

.info__item_description {
	max-width: 408px;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #191919;
	padding-top: 15px;
}

.info__item_description.info__item_unset {
	padding-top: 0;
}

.info__item_unset:first-child {
	padding-bottom: 20px;
}

.contats__map {
	width: 661px;
}

.contacts__title_none {
	display: none;
}

/****FOOTER****/

.footer {
	background: #ebebeb;
}

.footer__container {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 42px;
}

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

.footer__info {
	text-align: start;
}

.footer__info_text {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #191919;
}

.coopyrights {
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #191919;
	text-decoration: underline;
}

.footer__development {
	margin: 52px auto 0 auto;
	text-align: center;
}

.dev {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #191919;
	text-decoration: underline;
}

.footer__anchor {
	width: 120px;
	height: 50px;
	border: 1px solid #191919;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 8px;
}

.footer__logo {
	padding-right: 150px;
}

.footer__anchor_arrow {
	padding-left: 54px;
	padding-top: 11px;
}

.anchor__text_link {
	width: 100px;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #191919;
	padding-left: 10px;
}

.footer__logo_adaptive {
	display: none;
}

/****COOKIES BANNER****/
.cookies_warning {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  color: #3A3838;
  z-index: 999;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.cookies_warning .wr {
    max-width: 1350px;
    margin: 0 auto;
    padding: 8px 15px 27px;
    position: relative;
}

.cookie_read {
    background: #299F41;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 17px 10px;
    vertical-align:middle;
    display: inline-block;
    margin-top: 20px;
}

.cookie_read:hover {
    background: #218a37;
}

.cookies_warning .text {
    padding-right: 30px;
    display: inline-block;
    width: 87%;
    vertical-align:middle;
    margin-top: 20px;
}

.cookie_close {
    display:block;
    position: absolute;
    right: -65px;
    top:13px;
    border-radius: 50%;
    background: #F4F4F4;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.cookie_close:before, .cookie_close:after {
  position: absolute;
  left: 14px;
  top: 9px;
  content: ' ';
  height: 13px;
  width: 2px;
  background-color: #333;
}

.cookie_close:before {
  transform: rotate(45deg);
}

.cookie_close:after {
  transform: rotate(-45deg);
}

@media all and (max-width: 1500px) {
.cookies_warning .wr {
    padding-right: 40px;
    padding-left: 40px;
}
.cookie_close {
    right: 10px;
}
}

@media all and (max-width: 1024px) {
.cookies_warning .text {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
}
