@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ptsans/v12/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOytKA.ttf) format('truetype');
}
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
html {
	box-sizing: border-box;
}
.main {
	flex-grow: 1;
}
body {
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}
html,
body {
	height: 100%;
}
*,
*::after,
*::before {
	box-sizing: inherit;
}
ul[class],
ol[class] {
	padding: 0;
	text-decoration: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}
ul[class] {
	list-style: none;
}
img {
	max-width: 100%;
	display: block;
}
input,
button,
textarea,
select {
	font: inherit;
}
a {
	text-decoration: none;
}
.container {
	max-width: 1470px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.container-mobile {
	max-width: 1470px;
	width: 100%;
	margin: 0 auto;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}
body.lock {
	overflow: hidden;
}
.header__box {
	position: relative;
	z-index: 4;
	transform: translateY(7px);
}
.header__box .box-city {
	text-decoration: underline;
}
.header__box__city {
	color: #303030;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	cursor: pointer;
	padding-right: 25px;
	position: relative;
	z-index: 7;
	transition: 0.3s ease 0s;
}
.header__box__city:hover {
	color: #e30017;
}
.header__box__city::before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	width: 15px;
	height: 25px;
	background-image: url('../img/icons/s3-dst.svg');
	background-repeat: no-repeat;
	background-position: center;
	object-fit: cover;
	z-index: 7;
}
.header__box__city.active {
	color: #010101;
	position: relative;
}
.header__box__city.active::before {
	content: "";
	position: absolute;
	top: -3px;
	right: -5px;
	width: 25px;
	height: 25px;
	background-image: url('../img/icons/angle-up-dst.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	transform: rotate(0deg);
	z-index: 7;
}
.header__box__show {
	position: absolute;
	top: -20px;
	left: -25px;
	padding: 45px 25px 25px 25px;
	background: #fff;
	z-index: 6;
	border: 3px solid #e30017;
	display: none;
}
.header__box__show.active {
	display: block;
}
.header__box__inner {
	display: flex;
	justify-content: space-between;
	min-width: 380px;
}
.header__box__link {
	color: #010101;
	font-weight: normal;
	text-transform: uppercase;
	transition: 0.3s ease 0s;
}
.header__box__link:hover {
	color: #aeaeae;
}
.header__box__link.active {
	color: #e30017;
}
.header__box__li {
	padding: 5px 0;
	color: #272b30;
}
.header__box-mobile {
	position: relative;
}
.header__box-mobile__city {
	color: #e30017;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	cursor: pointer;
	padding-right: 25px;
	position: relative;
	z-index: 7;
}
.header__box-mobile__city::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 25px;
	height: 22px;
	background-image: url('../img/icons/angle-up-dst.svg');
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
	z-index: 7;
}
.header__box-mobile__city.active {
	color: #010101;
	position: relative;
}
.header__box-mobile__city.active::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 25px;
	height: 25px;
	background-image: url('../img/icons/angle-up-dst.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	transform: rotate(0deg);
	z-index: 7;
}
.header__box-mobile__show {
	position: absolute;
	top: -5px;
	left: -25px;
	padding: 45px 25px 25px 25px;
	background: #fff;
	z-index: 6;
	border: 3px solid #e30017;
	display: none;
}
.header__box-mobile__show.active {
	display: block;
}
.header__box-mobile__inner {
	display: flex;
	justify-content: space-between;
	min-width: 380px;
}
.header__box-mobile__link {
	color: #010101;
	font-weight: normal;
	text-transform: uppercase;
	transition: 0.3s ease 0s;
}
.header__box-mobile__link:hover {
	color: #272b30;
}
.header__box-mobile__link.active {
	color: #e30017;
}
.header__box-mobile__li {
	padding: 5px 10px;
	color: #272b30;
}
.header {
	background: #eaeaea;
}
.header__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #eaeaea;
	/* padding: 15px 0 25px; */
	padding: 10.5px 0 25px;
}
.header__city {
	color: #fff;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	position: relative;
	cursor: pointer;
	padding-right: 25px;
}
.header__city::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 25px;
	height: 25px;
	background-image: url('../img/icons/angle-down.png');
	background-repeat: no-repeat;
	background-position: center;
}
.header__send-link {
	color: #303030;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.3s ease 0s;
}
.header__send-link:hover {
	color: #e30017;
}
.header__send {
	transform: translateY(7px);
	margin-left: auto;
	margin-right: 55px;
}
.header__social {
	max-width: 100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateY(7px);
}
.header__call {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header__call-link {
	font-size: 16px;
	color: #e30017;
	transform: translateY(7px);
	font-weight: bold;
}
.header__call-link__first {
	font-weight: bold;
	font-size: 14px;
}
.header .header__call-span {
	font-size: 18px;
}
.header .second {
	padding: 0 55px;
}
.header .call-link {
	font-weight: bold;
	font-size: 26px;
	padding-left: 35px;
	transform: translateY(4px);
}
.header__top-mobile {
	background-color: #fff;
	/* padding: 15px 0 35px; */
	padding: 15px 0 15px;
}
.header__top-mobile__text {
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
	font-weight: bold;
}
.header__top-mobile__logo {
	margin: 0 auto;
	max-width: 140px;
}
.mobile,
.mobile-nav {
	display: none;
}
.second-header {
	padding-bottom: 65px;
	position: relative;
}
.second-header__content-bottom::before {
	/* content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 5px;
	background: #e30017; */
}
.second-header__content-bottom::after {
	/* content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 5px;
	background: #e30017; */
}
.second-header__content-top {
	padding: 10px 0;
}
.second-header__content-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.second-header__content-text {
	text-transform: uppercase;
	color: #626262;
    font-size: 13px;
    font-weight: bold;
}
.second-header__content-bottom {
	margin: 0 auto;
	position: relative;
}
.second-header__form {
	display: flex;
	position: relative;
}
.second-header__form::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 39.5px;
	/* background-image: url('../img/icons/input.png'); */
	background-image: url('../img/icons/search-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.second-header__input {
	border: none;
	padding: 15px 50px;
	max-width: 400px;
	width: 100%;
	outline: transparent;
	background: transparent;
	position: relative;
	font-weight: normal;
}
.second-header__input::placeholder {
	color: #010101;
	text-transform: uppercase;
	padding: 10px;
	font-size: 12px;
}
.second-header__btn {
	background: transparent;
	border: none;
	cursor: pointer;
	transform: translateX(-25px);
}
.second-header__content-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.second-header__logo {
	/* padding-bottom: 15px; */
}
.second-header__logo img{
	/* padding-bottom: 15px; */
	transform: scaleY(1.1);
}
.second-header__nav {
	display: flex;
	/*height: 70px;*/
	padding: 0 0 0 65px;
	position: relative;
	z-index: 2;
}
.second-header__nav::before {
	/* content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-image: url('../img/nav.png');
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	z-index: -1; */
	/* content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border: 35px solid #fff;
	border-right: 35px solid transparent; */
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/img/icons/header-left-rectangle.png');
}

.second-header__nav::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	width: 100vw;
	height: 70px;
	/* background-image: url('../img/nav.png');
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat; */
	background: repeating-linear-gradient(135deg, #3b3939, #3b3939 25px, #1c1a19 25px, #1c1a19 50px);
	z-index: -1;
}

.second-header__menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.second-header__link .active {
	color: #bfbfbf;
}
.second-header__link {
	position: relative;
	display: block;
	color: #fff;
	transition: 0.3s ease 0s;
}
.second-header__link:hover, .second-header__sub-menu .second-header__link:hover {
	color: #bfbfbf;
}
.second-header__sub-menu .second-header__link {
	color:#303030;
}
.second-header__list:hover .second-header__sub-menu {
	display: block;
}
.second-header__block {
	position: relative;
	background: #fff;
}
.second-header .bulldozers {
	position: relative;
}
.second-header .bulldozers__sub-menu {
	position: absolute;
	left: 0;
}
.second-header .equipment,
.second-header .info,
.second-header .tractor,
.second-header .lizing,
.second-header .news-header,
.second-header .states,
.second-header .contact {
	position: relative;
}
.second-header .info__sub-menu,
.second-header .lizing__sub-menu,
.second-header .tractor__sub-menu,
.second-header .equipment__sub-menu {
	position: absolute;
	left: 70px;
}
.second-header .states__sub-menu,
.second-header .contact__sub-menu,
.second-header .news-header__sub-menu {
	position: absolute;
	left: -215px;
}
.second-header .states__sub-sub-menu,
.second-header .contact__sub-sub-menu,
.second-header .news-header__sub-sub-menu {
	position: absolute;
	left: -95%;
	padding-left: 0;
	padding-right: 30px;
}

.second-header__sub-menu {
	width: 345px;
	display: none;
	position: absolute;
	top: 40px;
	padding: 35px 0 !important;
}
.second-header__block {
	border: 3px solid #e30017;
}
.second-header__sub-block {
	border: 3px solid #e30017;
}
.second-header__sub-list {
	padding: 5px 25px;
	z-index: 2;
	font-weight: normal;
}
.second-header__sub-list:hover .second-header__sub-sub-menu {
	display: block;
}
.second-header__sub-link {
	color: #010101;
	transition: 0.3s ease 0s;
}
.second-header__sub-link:hover {
	color: #909090;
	text-shadow: 0 0 5px #e30017;
}
.second-header__sub-sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 97%;
	padding-left: 20px !important;
	width: 345px;
}
.second-header__sub-block {
	padding: 10px 0;
	position: relative;
	background: #fff;
}
.second-header__sub-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/drop-down-bg-2.png');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.second-header__sub-sub-list {
	padding: 5px 25px;
}
.second-header__sub-sub-list {
	list-style: none;
}
.second-header__link.active {
	color: #bfbfbf;
}
.second-header__list {
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
}
@media (min-width:1430px) and (max-width:1450px){
	.second-header__list {
		font-size: 15px;
	}
}
.second-header__list + .second-header__list {
	/*padding-left: 70px;*/
}
.second-header__list .second-header__link {
	line-height: 70px;
	padding: 0 25px;
	/* padding: 0 35px; */
}

.second-header__menu .second-header__list:last-of-type .second-header__link{
	padding-right: 0px;
}


.second-header__sub-list .second-header__link {
	line-height: initial;
	padding: initial;
}

.second-header__nav-button{
	display: none;
}

.second-header__sub-menu-back{
	display: none;
}

.description {
	background: #d8d8d8;
	position: relative;
	margin-bottom: 150px;
}
.description::before {
	content: "";
	position: absolute;
	top: 16.1%;
	right: 0;
	width: 50%;
	height: 84%;
	background: #272b30;
}
.description__descr {
	height: 465px;
	background-color: #d8d8d8;
	position: relative;
}
.description__descr::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 100%;
	height: 100%;
	border-bottom: 390px solid #272b30;
	border-left: 270px solid transparent;
}
.description__descr-img {
	transform: translateY(-40px) translateX(-100px);
}
@media (min-width:1600px){
	.description__descr-img{
		max-width: 820px;
	}
}
@media (min-width:1440px) and (max-width:1599px){
	.description__descr-img{
		max-width: 720px;
	}
}
@media (min-width:1201px) and (max-width:1439px){
	.description__descr-img{
		max-width: 650px;
	}
}
@media (min-width:1100px) and (max-width:1200px){
	.description__descr-img{
		max-width: 597px;
	}
}
@media (min-width:1001px) and (max-width:1099px){
	.description__descr-img{
		max-width: 544px;
	}
}

.description__descr-content {
	padding-top: 20px;
	/* padding-top: 70px; */
	padding-left: 30px;
}
ul.description__descr-menu{
	width: 100%;
	padding-right: 20px !important;
}
.description__descr-content__inner {
	display: flex;
	justify-content: space-between;
}
.description__descr-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.description__descr .descr-name__mobile {
	display: none;
}
.description__descr-title {
	padding: 30px 45px 30px 0;
	/*padding-right: 45px;*/
	text-transform: uppercase;
	color: #010101;
	cursor: pointer;
	font-size: 18px;
}
.description__descr-title.active-tab {
	position: relative;
	color:#e30017;
}
.description__descr-title.active-tab::after {
	/* content: "";
	position: absolute;
	top: 55px;
	left: 27%;
	border-top: 40px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 60px solid #272b30;
	transform: rotate(0deg); */
	content: "";
    position: absolute;
    bottom: 5px;
    left: 20%;
    border: 15px solid transparent;
    border-bottom: 12px solid #e30017;
}
.description__descr-tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*padding: 30px 0;*/
}
.description__descr-tab .description__descr-title:last-of-type{
	padding-right: 0px;
}
.description__descr-tab .description__descr-title:last-of-type.active-tab::after{
	left: 33%;
}
.description__descr-name {
	padding-bottom: 20px;
}
.description__descr-link {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	transition: 0.3s ease 0s;
	font-size: 30px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}
@media (max-width:1400px){
	.description__descr-link {
		font-size: 27px;
	}
}
@media (min-width:1001px) and (max-width:1230px){
	.description__descr-link {
		font-size: 20px;
	}
}
.description__descr-link:before{
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #e30017;
}
.description__descr-link br {
	display: none;
}
.description__descr-link:hover {
	color: #e30017;
}
.description__descr-content__inner {
	display: flex;
}
.description__descr-content__inner.d-none-tab {
	display: none;
}
.description__descr-menu {
	width: 280px;
}
.second-header__mobile {
	display: none;
}
.plant {
	padding-bottom: 95px;
}
.plant__inner {
	display: flex;
}
.plant__video{
	margin-bottom: 50px;
}
/* @media (max-width:1400px){
	.plant__inner {
		align-items: center;
	}
} */
.plant__video{
	min-height: 340px;
    height: 30vw;
    width: 100%;
    max-height: 480px;
}
.plant__video:hover img{
	opacity: 0.8;
	cursor: pointer;
}
.plant__video img{
	opacity: 1;
}
.plant__video img, .plant__video iframe{
	width: 100%;
}

@media (min-width:700px) and (max-width:1000px){
	.plant__video img, .plant__video iframe{
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}
}
.plant__form {
	max-width: 590px;
	width: 100%;
	padding: 40px 75px;
	position: relative;
	z-index: 3;
	margin-right: 40px;
	margin-bottom: 50px;
}
.plant__form::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 520px;
	/* background-image: url('../img/icons/form-border.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain; */
	background-color: #dedcdc;
	border-top-left-radius: 75px;
	border-bottom-right-radius: 75px;
	z-index: -1;
}
.plant__form-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.plant__input {
	max-width: 440px;
	width: 100%;
	background: #fff;
	border: none;
	padding: 20px 25px;
	margin-bottom: 15px;
	border-radius: 5px;
	outline: transparent;
}
.plant__input::placeholder {
	color: #010101;
	font-weight: normal;
	font-weight: 18px;
}
.plant__header__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 35px;
	margin-bottom: 20px;
}
.plant__btn button {
	text-align: center;
	font-size: 16px;
	padding: 22px 45px;
	background: #fff;
	border: 3px solid #e30017;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s ease 0s;
	border-radius: 5px;
}
.plant__btn button:hover {
	background: #e30017;
	color:#fff;
}
.plant__rules {
	font-size: 12px;
}
.plant__rules-mobile {
	display: none;
}
.plant__link {
	font-size: 12px;
	text-decoration: underline;
	color: #010101;
}
.plant__descr {
	max-width: 610px;
	width: 100%;
	overflow: hidden;
	margin-left: 20px;
}
.plant__title {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 35px;
}
.plant__text {
	font-size: 16px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 25px;
}
.plant__text::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #e30017;
}
.plant__text {
	font-weight: normal;
}
.plant__text br {
	display: none;
}
.plant__span {
	text-transform: uppercase;
	font-weight: bold;
}
.news {
	background: #272b30;
	position: relative;
	padding-bottom: 95px;
}
.news::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 62%;
	height: 530px;
	border-bottom: 650px solid #e30017;
	border-left: 360px solid transparent;
}
.news__title {
	padding-top: 50px;
	font-size: 30px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
}
.news__inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 120px;
}
.news__item-box {
	visibility: hidden;
	opacity: 0;
}
.news__item {
	width: 100%;
	display: block;
	transition: 0.3s ease 0s;
	position: relative;
	cursor: pointer;
	margin: 5px;
}
.news__image {
	margin-bottom: 25px;
	max-width: 456px;
}
.news__img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	transition: 0.3s ease 0s;
}
.news__text {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
.news .news__date {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.news__bottom {
	display: flex;
}
.news__block {
	width: 550px;
}
.news__video {
	max-width: 920px;
	width: 100%;
	height: 480px;
	z-index: 2;
	position: relative;
	padding-right: 50px;
}

.news__content {
	z-index: 2;
	max-width: 440px;
	width: 100%;
	right: 0;
}
.news__content-title {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 45px;
	color: #272b30;
}
.news__content-text {
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #272b30;
	font-weight: normal;
	font-size: 18px;
}
.news__content-list {
	position: relative;
}
.news__content-list::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -15px;
	height: 1px;
	width: 5px;
	background: #272b30;
}
.news__content-link {
	color: #272b30;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: underline;
}
.news__content-links {
	color: #272b30;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 18px;
}
.news__content-list {
	margin-bottom: 40px;
}
.clients {
	padding-top: 65px;
	padding-bottom: 55px;
}
.clients__title {
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	color:#e30017;
	margin-bottom: 60px;
}
.benefits {
	position: relative;
}
.benefits::after {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	width: 68%;
	border-bottom: 20px solid #e30017;
	border-left: 20px solid transparent;
}
.benefits::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 65%;
	border-top: 20px solid #e30017;
	border-right: 20px solid transparent;
}
.benefits__box {
	padding: 100px 0;
	position: relative;
}
.benefits__box::before {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 58%;
	border-bottom: 675px solid #efefef;
	border-left: 500px solid transparent;
	z-index: -1;
}
.benefits__title {
	text-transform: uppercase;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 80px;
}
.benefits__inner {
	display: flex;
	justify-content: space-between;
}
.benefits__item {
	max-width: 215px;
	width: 100%;
	overflow: hidden;
}
.benefits__img {
	max-width: 115px;
	width: 100%;
	height: 130px;
	object-fit: contain;
}
.benefits__image {
	margin-bottom: 25px;
}
.benefits__text {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.benefits__descr {
	font-weight: normal;
	font-weight: 16px;
}
.delivery {
	padding: 60px 0 85px 0;
	position: relative;
}
.delivery__title {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 41px;
	text-align: center;
	margin-bottom: 30px;
	color:#e30017;
}
.delivery__text {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.delivery__text p + p {
	padding-left: 5px;
}
.delivery__text p {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}
.delivery__text p a {
	text-decoration: none;
	color: #010101;
	cursor: default;
}
.feedback {
	padding: 60px 0;
	position: relative;
	background: #efefef;
}
.feedback::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 65%;
	border-bottom: 542px solid #fff;
	border-left: 470px solid transparent;
	z-index: 6;
}
.feedback::after {
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	width: 67%;
	border-bottom: 20px solid #e30017;
	border-left: 20px solid transparent;
	z-index: 8;
}
.feedback__box {
	position: relative;
}
/*.feedback__box::after {
	content: "";
	position: absolute;
	top: -120px;
	right: 0;
	width: 65%;
	border-bottom: 542px solid #fff;
	border-left: 470px solid transparent;
	z-index: 6;
}*/
.feedback__block {
	display: flex;
	align-items: center;
}
.feedback__title {
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
	z-index: 8;
	position: relative;
}
.feedback__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.feedback__item-link {
	display: block;
	color: #010101;
}
.feedback__item {
	z-index: 8;
	position: relative;
	max-width: 590px;
	width: 100%;
	margin: 5px;
}
.feedback__item:hover .feedback__item-links {
	color: #e30017;
}
.feedback__item-title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.feedback__content {
	max-width: 460px;
	width: 100%;
}
.feedback__image {
	margin-bottom: 15px;
	margin-right: 15px;
}
.feedback__rate {
	margin-bottom: 15px;
}
.feedback__text {
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: normal;
}
.feedback__item-links {
	color: #010101;
	text-decoration: underline;
	font-weight: normal;
	transition: 0.3s ease 0s;
}
.feedback__item-links:hover {
	color: #e30017;
}
.sticky {
	height: 145px;
	padding: 15px 0;
	background: #272b30;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.sticky__title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sticky__title-name {
	padding-right: 5px;
}
.sticky__title div {
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.sticky__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	background: #e30017;
	margin-bottom: 10px;
}
.sticky__item {
	max-width: 490px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.sticky__link img {
	margin: 0 auto;
}
.sticky__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 15px;
}
.sticky__bottom::after {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	width: 1px;
	height: 20px;
	background: #fff;
}
.sticky__box {
	max-width: 490px;
	width: 100%;
}
.sticky__box p {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.sticky .buy-download {
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.sticky .buy-download a {
	color: #fff;
}
.sticky .download-buy {
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.sticky .download-buy a {
	color: #fff;
}
.sticky .mail {
	position: relative;
}
.sticky .mail::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 20px;
	background: #010101;
}
.sticky .mail::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 20px;
	background: #010101;
}
.sticky {
	display: none;
}
.footer {
	background-image: url('../img/footer-dst.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 9;
}
.footer .faq-input {
	width: 0;
	height: 0;
	appearance: none;
	position: absolute;
}
.footer__inner {
	padding-top: 60px;
}
.footer .item-menu__footer-1 {
	max-width: 225px;
	width: 100%;
	margin-right: 75px;
}
.footer .item-menu__footer-2 {
	max-width: 280px;
	width: 100%;
	margin-right: 220px;
}
.footer .item-menu__footer-3 {
	max-width: 225px;
	width: 100%;
	margin-right: 120px;
}
.footer .item-menu__footer-4 {
	max-width: 200px;
	width: 100%;
}
.footer__item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.footer__item::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #cccc;
}
.footer__item-list {
	padding-top: 10px !important;
}
.footer__item-link {
	font-weight: normal;
}
.footer__item-logo {
	max-width: 225px;
	width: 100%;
	margin-right: 75px;
}
.footer__item-name {
	max-width: 300px;
	width: 100%;
	margin-right: 200px;
}
.footer__item-name__text {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 25px;
}
.footer__item-name__text br {
	display: none;
}
.footer__item-button {
	margin-right: 165px;
}
.footer__item-btn {
	display: block;
	border: 1px solid #e30017;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	padding: 25px 30px;
	cursor: pointer;
	font-size: 14px;
	transition: 0.3s ease 0s;
}
.footer__item-btn:hover {
	color: #e30017;
}
.footer__item-tel {
	max-width: 225px;
	width: 100%;
}
.footer__item-tel__link {
	font-size: 24px;
	color: #e30017;
	font-weight: bold;
}
.footer__item-tel p {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.footer__item {
	padding: 40px 0 25px 0;
}
.footer__item-menu {
	max-width: 295px;
	width: 100%;
}
.footer__item-title {
	text-transform: uppercase;
	color: #e30017;
	margin-bottom: 20px;
	font-size: 16px;
}
.footer__item-links {
	margin-bottom: 10px;
}
.footer__item-address-link, .footer__item-link {
	font-size: 16px;
	color: #fff;
	transition: 0.3s ease 0s;
}
.footer__item-link br {
	display: none;
}
.footer__item-address-link:hover, .footer__item-link:hover {
	color: #e30017;
}
.footer__item-nav {
	margin-right: 85px;
}
.footer .item-nav {
	display: flex;
}
.footer__item-social {
	display: flex;
	align-items: center;
}
.footer__item-social__link {
	display: block;
}
.footer__item-social__link + .footer__item-social__link {
	padding-left: 15px;
}
.footer__item-mail,
.footer__item-tel {
	display: block;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}
.footer__item-address {
	margin-right: 155px;
	padding-top: 20px;
}
.footer__item-address br {
	display: none;
}
.footer__item-address p {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.footer__item-address a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
}
.footer__item-week {
	padding-top: 20px;
	margin-right: 115px;
}
.footer__item-week__text {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.footer__item-inn {
	padding-top: 20px;
}
.footer__item-inn__text {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.footer .item-copy {
	display: flex;
}
.footer__item-copy {
	margin-right: 90px;
}
.footer__item-descr {
	margin-right: 35px;
}
.footer__item-descr br {
	display: none;
}
.footer__item-notation {
	margin-right: 120px;
}
.footer__item-copy {
	color: #aeaeae;
	font-size: 16px;
	font-weight: normal;
}
.footer__item-descr p,
.footer__item-notation p {
	color: #aeaeae;
	font-size: 16px;
	font-weight: normal;
}
.footer__item-map__link {
	color: #aeaeae;
	font-size: 16px;
	font-weight: normal;
}
.scroll-to-top {
	position: fixed;
	bottom: 5%;
	left: 2%;
	z-index: 999;
	cursor: pointer;
	opacity: 0.9;
	transition: 0.3s ease-in-out;
}
.scroll-to-top:hover {
	opacity: 1;
}
@media (max-width: 1430px) {
	/*.second-header__list + .second-header__list {
		padding-left: 35px;
	}*/
	.second-header__nav {
		width: 100%;
	}
	.second-header__menu {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.second-header__link {
		padding: 0 !important;
	}
	.footer__item-name {
		margin-right: 130px;
	}
	.footer__item-button {
		margin-right: 95px;
	}
	.footer .item-menu__footer-1 {
		margin-right: 75px;
	}
	.footer .item-menu__footer-2 {
		margin-right: 90px;
	}
	.footer .item-menu__footer-3 {
		margin-right: 30px;
	}
	.footer__item-address {
		margin-right: 25px;
	}
	.footer__item-week {
		margin-right: 35px;
	}
	.footer__item-descr {
		margin-right: 95px;
	}
	.footer__item-descr br {
		display: block;
	}
	.footer__item-notation {
		margin-right: 45px;
	}
	.footer__item-name {
		max-width: 240px;
		width: 100%;
	}
	.footer__item-button {
		margin-right: 75px;
	}
	.footer__item-name__text br {
		display: block;
	}
}
@media (max-width: 1255px) {
	.footer__item-logo {
		margin-right: 15px;
	}
	.footer__item-name {
		margin-right: 30px;
	}
	.footer__item-link br {
		display: block;
	}
	.footer .item-menu__footer-1 {
		margin-right: 10px;
	}
	.footer .item-menu__footer-2 {
		max-width: 185px;
		width: 100%;
		margin-right: 85px;
	}
	.footer .item-menu__footer-3 {
		margin-right: 40px;
	}
	.footer__item-nav {
		margin-right: 20px;
	}
	.footer__item-address {
		margin-right: 80px;
	}
	.footer__item-address br {
		display: block;
	}
	.footer__item-week {
		margin-right: 40px;
	}
	.footer__item-copy {
		margin-right: 25px;
	}
	.footer__item-descr {
		margin-right: 10px;
	}
	.footer__item-descr br {
		display: block;
	}
	.footer__item-notation {
		margin-right: 45px;
	}
}
@media (max-width: 1300px) {
	.description {
		position: relative;
	}
	.description::before {
		content: "";
		position: absolute;
		top: 70px;
		right: 0;
		height: 82.9%;
	}
	.description__descr {
		height: 410px;
		position: relative;
	}
	.description__descr::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 1px;
		width: 100%;
		height: 100%;
		border-bottom: 340px solid #272b30;
		border-left: 90px solid transparent;
	}
	.description__descr-name {
		padding-bottom: 15px;
	}
	.description__descr-image {
		transform: translateX(-140px);
	}
	.description__descr-img {
		transform: translateY(-30px);
	}
	.description__descr-title.active-tab::after{
		bottom: 11px;
	}
	.plant__form {
		margin-right: 35px;
	}
	.news {
		padding-bottom: 20px;
		position: relative;
	}
	.news::before {
		content: "";
		position: absolute;
		width: 72%;
		border-bottom: 530px solid #e30017;
		border-left: 360px solid transparent;
	}
	.news__video {
		left: -15px;
	}
}
@media (min-width:1185px) and (max-width:1217px){
	.description__descr-title.active-tab::after{
		bottom: 10px;
	}
}
@media (max-width: 1230px) {
	.header__box__show.active {
		left: -10px;
	}
	.description {
		position: relative;
	}
	.description::before {
		content: "";
		position: absolute;
		top: 70px;
		right: 0;
		width: 50%;
		height: 340px;
		background: #272b30;
	}
	.second-header__descr {
		position: relative;
	}
	.second-header__descr::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 1px;
		width: 100%;
		height: 100%;
		border-bottom: 400px solid #272b30;
		border-left: 150px solid transparent;
	}
	.second-header__descr-name {
		padding-bottom: 15px;
	}
	.second-header__descr-image {
		transform: translateX(-20px);
	}
	.second-header__nav {
		margin-left: 15px;
	}
	.second-header .descr-name__mobile {
		display: block;
	}
	.benefits {
		position: relative;
	}
	.benefits__box {
		position: relative;
	}
	.benefits__box::before {
		content: "";
		position: absolute;
		border-bottom: 740px solid #efefef;
	}
	.benefits__item {
		max-width: 180px;
		width: 100%;
	}
}
@media (max-width: 1170px) {
	/*.second-header__list + .second-header__list {
		padding-left: 20px;
	}*/
	.plant__form-box {
		transform: translateX(15px);
	}
	.plant__form {
		padding: 50px 25px;
		margin-right: 10px;
		max-width: 480px;
		width: 100%;
		position: relative;
		transform: translateY(-30px);
	}
	.plant__form::before {
		content: "";
		position: absolute;
		top: -15px;
	}
	.plant__form-title {
		margin-bottom: 15px;
	}
	.plant__input {
		max-width: 400px;
		width: 100%;
	}
	.plant__header__box {
		justify-content: start;
		padding-top: 15px;
	}
	.plant__rules {
		display: none;
	}
	.plant__rules-mobile {
		max-width: 390px;
		text-align: center;
		display: block;
		font-size: 16px;
		font-weight: normal;
	}
	.plant__link-mobile {
		color: #010101;
		text-decoration: underline;
	}
	.feedback__box {
		position: relative;
	}
	.feedback__box::after {
		content: "";
		position: absolute;
		top: -60px;
	}
}
@media (min-width:1001px) and (max-width:1070px){
	.second-header__list {
		font-size: 12px;
	}
}
@media (max-width: 1060px) {
	.header .second {
		padding: 0 25px;
	}
	.header .call-link {
		padding-left: 20px;
	}
	.second-header__list + .second-header__list {
		padding-left: 12px;
	}
	.second-header__descr-img {
		transform: translateY(75%);
	}
	.description {
		position: relative;
	}
	.description::before {
		content: "";
		position: absolute;
		top: 70px;
		right: 0;
		width: 50%;
		height: 305px;
		background: #272b30;
	}
	.description__descr {
		height: 375px;
		position: relative;
	}
	.description__descr::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 1px;
		width: 100%;
		height: 100%;
		border-bottom: 305px solid #272b30;
		border-left: 90px solid transparent;
	}
	.description__descr-header__box {
		width: 475px;
	}
	.description__descr-title + .description__descr-title {
		padding-left: 10px;
	}
	.description__descr-title {
		padding-right: 0px;
	}
	.description__descr-title.active-tab {
		position: relative;
	}
	.description__descr-title.active-tab::after {
		content: "";
		position: absolute;
		left: 38%;
	}
	.description__descr-name {
		padding-bottom: 10px;
	}
	.description__descr-image {
		transform: translateX(-140px);
	}
	.description__descr-link br {
		display: block;
	}
	.news {
		padding-bottom: 0;
		position: relative;
	}
	.news::before {
		content: "";
		position: absolute;
		width: 84%;
		border-bottom: 435px solid #e30017;
		border-left: 360px solid transparent;
	}
	.news__inner {
		justify-content: space-between;
		align-items: baseline;
	}
	.news__video {
		padding-right: 35px;
		height: 395px;
	}
	.news__content-title {
		margin-bottom: 30px;
	}
	.news__content-text {
		margin-bottom: 20px;
	}
	.news__content-list {
		margin-bottom: 25px;
	}
	.news__content-links br {
		display: block;
	}
	.benefits__box {
		position: relative;
	}
	.benefits__box::before {
		content: "";
		position: absolute;
		border-bottom: 745px solid #efefef;
	}
}
@media (max-width: 1000px) {
	.second-header__link{
		color:#303030;
	}
	.second-header__btn img.second-header__search{
		filter: brightness(0);
	}
	.second-header {
		position: relative;
	}
	.second-header::after {
		display: none;
	}
	.second-header::before {
		display: none;
	}
	.description {
		position: relative;
	}
	.description::before {
		content: "";
		position: absolute;
		top: 70px;
		right: 0;
		width: 50%;
		height: 370px;
		background: #272b30;
	}
	.description__descr {
		height: 440px;
		position: relative;
	}
	.description__descr::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 1px;
		width: 100%;
		height: 100%;
		border-bottom: 370px solid #272b30;
		border-left: 90px solid transparent;
	}
	.description__descr-header__box {
		display: none;
	}
	.description__descr-image {
		transform: translateX(0);
	}
	.description__descr-img {
		transform: translateY(-75px);
	}
	.mobile-nav {
		display: block;
		position: relative;
		z-index: 5;
	}
	.mobile-nav::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 35px;
		background: #dbdbdb;
		z-index: -1;
	}
	.mobile-nav::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 45%;
		height: 35px;
		border-top: 35px solid #272b30;
		border-left: 35px solid transparent;
		z-index: -1;
	}
	.mobile-nav__form-item {
		display: flex;
		justify-content: space-between;
	}
	.mobile-nav__form {
		max-width: 190px;
		width: 100%;
		height: 35px;
		background-color: #dbdbdb;
	}
	.mobile-nav__form-input {
		max-width: 250px;
		width: 100%;
		background: transparent;
		border: none;
		outline: transparent;
		padding: 10px 10px 10px 10px;
		font-weight: normal;
		position: relative;
	}
	.mobile-nav__form-input::placeholder {
		font-weight: normal;
	}
	.mobile-nav__form-btn {
		position: absolute;
		top: 0;
		right: 44%;
		border: none;
		background: transparent;
	}
	.mobile-nav__form-btn img {
		transform: translateY(5px);
	}
	.mobile-nav__button {
		transform: translateY(0);
	}
	.mobile-nav__button-menu {
		text-transform: uppercase;
		color: #e30017;
		z-index: 3;
		padding-right: 10px;
		transform: translateY(10px);
	}
	.mobile-nav__item-menu {
		transform: translateY(0);
		background: #fff;
		width: 100%;
	}
	.mobile-nav__menu {
		display: none;
	}
	.mobile-nav__menu.active {
		display: block;
		position: relative;
		padding-top: 20px;
	}
	.mobile-nav__menu.active::after {
		/*content: "";
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #e30017;*/
	}
	.mobile-nav__img {
		margin: 0 auto;
	}
	.mobile-nav__img-link {
		display: none;
	}
	.mobile-nav__img-link.active {
		display: block;
	}
	.mobile-nav__nav {
		padding: 20px 0;
		position: relative;
	}
	.mobile-nav__list,
	.mobile-nav .sub-menu__list {
		padding: 10px;
		text-transform: uppercase;
		text-align: center;
	}
	.mobile-nav__link {
		color: #272b30;
	}
	.mobile-nav__nav ul.sub-menu__menu {
		display: none;
		background: #fff;
	}
	.mobile-nav ul.sub-menu__menu .active {
		display: block;
	}
	.mobile-nav .sub-menu__menu {
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background: #fff;
		z-index: 1;
	}
	.mobile-nav .sub-menu__list {
		text-align: start;
	}
	.mobile-nav .sub-menu__link {
		color: #272b30;
	}
	.mobile-nav .sub-menu__menu.active {
		display: block;
		padding-left: 50px;
		padding-top: 20px;
	}
	.mobile-nav .sub-menu__link-back {
		display: block;
		position: absolute;
		top: 30px;
		left: 0;
	}
	.mobile-nav__button {
		display: flex;
	}
	.mobile-nav__button.active .mobile-nav__button-menu {
		color: #fff;
	}
	.mobile-nav__btn {
		transform: translateY(8px);
		width: 30px;
		height: 18px;
		border: none;
		outline: transparent;
		background-color: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		cursor: pointer;
		position: relative;
		z-index: 99;
	}
	.mobile-nav__btn span {
		width: 100%;
		height: 3px;
		background: #e30017;
	}
	.mobile-nav__btn::after,
	.mobile-nav__btn::before {
		content: "";
		position: absolute;
		width: 30px;
		height: 3px;
		background: #e30017;
	}
	.mobile-nav__btn::before {
		top: 0;
	}
	.mobile-nav__btn::after {
		bottom: 0;
	}
	.sticky {
		display: block;
	}
	.header__top {
		display: none;
	}
	.mobile {
		display: block;
	}
	.header__top-tel__mobile {
		background: #fff;
	}
	.header__top-tel__mobile-inner {
		display: flex;
		justify-content: baseline;
		padding: 10px 0 20px;
		align-items: center;
	}
	.header__top-tel__mobile .call-link {
		padding-left: 20px;
	}
	.header__top-tel {
		font-size: 20px;
		color: #e30017;
		display: block;
		font-weight: bold;
	}
	.header__call-link,
	.call-link,
	.header__call-span {
		font-size: 17px;
		color: #e30017;
		font-weight: bold;
	}
	.header__top-nav__mobile {
		padding: 10px 0;
	}
	.header__top-nav__mobile-inner {
		display: flex;
		justify-content: space-between;
	}
	.header__top-nav__mobile-img {
		max-width: 70px;
		width: 100%;
		object-fit: contain;
		transform: translateX(10px);
	}
	.header__top-nav__mobile-mail__link {
		color: #303030;
		text-transform: uppercase;
	}
	.second-header__mobile {
		display: block;
		margin-bottom: 45px;
	}
	.second-header__mobile__descr-title {
		padding-left: 25px;
		font-size: 20px;
		color: #272b30;
		text-transform: uppercase;
		position: relative;
		margin-bottom: 15px;
		text-decoration: underline;
		cursor: pointer;
	}
	.second-header__mobile__descr-title::before {
		content: "";
		position: absolute;
		top: 0;
		left: 5px;
		width: 7px;
		height: 20px;
		background: #e30017;
	}
	.second-header__mobile__descr-content {
		display: none;
		background: #272b30;
		margin-bottom: 20px;
	}
	.second-header__mobile__descr-name {
		padding: 10px 0 10px 15px;
	}
	.second-header__mobile__descr-link {
		color: #fff;
		text-transform: uppercase;
	}
	.second-header__mobile__descr-item {
		transition: 0.3s ease 0s;
	}
	.second-header__mobile__descr-item._active .second-header__mobile__descr-content {
		display: block;
	}
	.second-header__mobile__descr-item._active .second-header__mobile__descr-title {
		padding: 20px 5px 20px 25px;
		background: #e30017;
		position: relative;
		margin-bottom: 0;
		transition: 0.5s ease 0s;
		text-decoration: none;
		color:#fff;
	}
	.second-header__mobile__descr-item._active .second-header__mobile__descr-title::before {
		content: "";
		position: absolute;
		top: 20px;
		left: 5px;
		width: 7px;
		height: 20px;
		background: #272b30;
	}
	.second-header__logo {
		display: none;
	}
	.second-header__content-inner {
		display: none;
	}
	.second-header__content-bottom {
		display: none;
	}
	.second-header__descr-box {
		display: none;
	}
	.second-header__descr-header__box {
		display: none;
	}
	.second-header__descr-img {
		transform: translateY(-50px);
	}
	.plant__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.plant__form {
		transform: translateY(0);
	}
	.news {
		position: relative;
	}
	.news::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 63%;
		background: #e30017;
	}
	.news__title {
		line-height: 30px;
	}
	.news__inner {
		justify-content: center;
	}
	.news__video {
		left: 0;
	}
	.news__content-title {
		font-size: 24px;
	}
	.news__content-text {
		margin-bottom: 25px;
	}
	.news__content-list {
		margin-bottom: 25px;
	}
	.news__bottom {
		display: flex;
		flex-wrap: wrap-reverse;
		justify-content: center;
		position: relative;
		padding-bottom: 0;
	}
	.news__bottom::before {
		display: none;
	}
	.news__video {
		margin-right: 0;
		margin: 0 auto;
		height: unset;
	}
	.benefits__item {
		margin: 5px;
	}
	.benefits__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.feedback__box {
		position: relative;
	}
	.feedback__box::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		border-bottom: 830px solid #fff;
		border-left: 650px solid transparent;
	}
	.feedback__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer {
		background-image: url('../img/footer-dst.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0;
		/*margin-bottom: 125px;*/
	}
	.footer__inner {
		padding-bottom: 135px;
	}
	.footer__item {
		justify-content: center;
	}
	.footer__item .faq-input {
		width: 0;
		height: 0;
		-webkit-appearance: none;
		appearance: none;
		position: absolute;
	}
	.footer__item .faq-input:checked ~ .footer__item-list {
		display: block;
	}
	.footer__item .footer__item-list {
		display: none;
		padding-top: 10px;
	}
	.footer__item .footer__item-address {
		padding-top: 0;
	}
	.footer__item-name {
		text-align: center;
		margin-bottom: 25px;
		margin-right: 0;
	}
	.footer__item-name p {
		font-size: 16px;
	}
	.footer__item-name br {
		display: none;
	}
	.footer__item-button {
		width: unset;
		margin: 0 auto 25px auto;
	}
	.footer__item-tel p {
		text-align: center;
	}
	.footer__item-tel__link {
		display: block;
		text-align: center;
	}
	.footer__item-menu {
		max-width: 300px;
		width: 100%;
		margin-bottom: 15px;
	}
	.footer__item-mail,
	.footer__item-tel,
	.footer__item-address,
	.footer__item-week,
	.footer__item-copy,
	.footer__item-descr,
	.footer__item-notation,
	.footer__item-social,
	.footer__item-map {
		margin-bottom: 10px;
	}
	.footer__item-week {
		padding-right: 15px;
	}
	.footer .item-help,
	.footer .item-nav,
	.footer .item-copy {
		justify-content: start;
		flex-direction: column;
	}
	.footer__logo {
		margin-bottom: 25px;
	}
}
@media (max-width: 769px) {
	.plant__video{
		min-height: 230px;
		height: 30vw;
		width: 100%;
		max-height: 480px;
	}
	.plant__form {
		position: relative;
	}
	.plant__form::before {
		display: none;
	}
	.plant__input{
		border: 3px solid #eaeaea;
	}
	.news {
		position: relative;
	}
	.news::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 40%;
		background: #e30017;
	}
	.news__inner {
		flex-wrap: wrap;
	}
	.news__content-title br {
		display: block;
	}
	.footer__inner {
		padding: 0;
	}
	.footer__item-logo {
		max-width: 130px;
		width: 100%;
	}
	.footer__item-name {
		max-width: 270px;
		width: 100%;
	}
	.footer .item-menu__footer-1 {
		margin-right: 75px;
	}
	.footer__item-nav {
		margin-right: 55px;
	}
	.footer__item-week {
		padding-right: 0;
		margin-right: 35px;
	}
	.footer__item-copy {
		margin-right: 65px;
	}
	.footer__item-notation {
		margin-right: 38px;
	}
}
@media (max-width: 550px) {
	.plant__video{
		min-height: 190px;
		height: 30vw;
		width: 100%;
		max-height: 480px;
	}
	.plant__video img, .plant__video iframe {
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.g-recaptcha {
		width: 174px !important;
	}
	.plant__btn {
		margin-top: 15px;
	}
	.plant__btn, .plant__btn button {
		width: 100%;
	}
	.plant__header__box {
		flex-direction: column;
	}
	.plant__capcha {
		padding: 0 !important;
	}
	.mobile-fixed-nav {
		display: block !important;
	}
	.scroll-to-top {
		display: none;
	}
	.mobile-nav__nav {
		padding-top: 10px;
	}
	.second-header {
		padding-bottom: 0px;
	}
	.header__top-nav__mobile-inner {
		display: flex;
		justify-content: space-between;
		/*padding: 10px 0 40px; -- nik.gord edited*/ 
		padding: 10px 0;
		text-align: center;
	}
	.header__top-nav__mobile .header__box-mobile {
		/*transform: translateY(3px); -- nik.gord edited*/ 
	}
	.header__top-nav__mobile .social-mobile {
		transform: translateY(0);
	}
	.header__top-nav__mobile .call-link {
		padding-top: 15px;
		padding-left: 0;
	}
	.header__top-tel__mobile-inner {
		display: flex;
		justify-content: space-between;
		padding: 10px 0 20px;
		text-align: center;
	}
	.header__top-tel__mobile-inner * {
		color: #e30017;
	}
	.header__top-tel__mobile .call-link {
		padding-left: 0;
	}
	.header__top-nav__mobile-mail {
		/*transform: translateY(5px); -- nik.gord edited*/
	}
	.header__box-mobile {
		z-index: 6;
	}
	.header__box-mobile__city {
		font-size: 1em;
		position: relative;
		color: #303030;
	}
	.header__box-mobile__city::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 24px;
		height: 22px;
		background-image: url('../img/icons/s3-m.svg');
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(0deg);
	}
	.header__box-mobile__link {
		font-size: 13px;
	}
	.header__box-mobile__city.active {
		font-size: 1em;
		position: relative;
	}
	.header__box-mobile__city.active::before {
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.header__box-mobile__inner {
		min-width: unset;
	}
	.header__box-mobile__show.active {
		padding: 45px 10px 10px 10px;
		left: -14px;
	}
	.description {
		height: unset;
		position: relative;
	}
	.description::before {
		content: "";
		position: absolute;
		top: 40px;
		right: 0;
		width: 50%;
		height: 200px;
		background: #272b30;
	}
	.description__descr {
		height: 240px;
		position: relative;
	}
	.description__descr::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 1px;
		width: 100%;
		height: 100%;
		border-bottom: 200px solid #272b30;
		border-left: 90px solid transparent;
	}
	.description__descr-img {
		transform: translateY(-30px);
	}
	.plant {
		padding-bottom: 0;
		position: relative;
	}
	/* .plant::after {
		content: "";
		position: absolute;
		top: 41%;
		left: 0;
		width: 100%;
		height: 3px;
		background: #e30017;
	} */
	.plant__form-title {
		font-size: 16px;
	}
	.plant__form {
		border: none;
		padding: 0;
	}
	.plant__form-box {
		padding-top: 10px;
		transform: translateX(0);
	}
	.plant__capcha {
		padding-right: 15px;
	}
	.plant__rules {
		display: none;
	}
	.plant__rules-mobile {
		display: block;
		text-align: center;
	}
	.plant__link-mobile {
		color: #010101;
		font-size: 16px;
		text-decoration: underline;
	}
	.plant__descr {
		margin-left: 0;
	}
	.plant__text p {
		font-weight: normal;
	}
	.plant__text br {
		display: block;
	}
	.header__top {
		display: none;
	}
	.header .city-mobile {
		font-size: 16px;
		color: #aeaeae;
		position: relative;
		padding-right: 0;
	}
	.header .city-mobile::before {
		display: none;
	}
	.header .city-mobile::after {
		content: "";
		position: absolute;
		top: -3px;
		right: -15px;
		width: 13px;
		height: 25px;
		background-image: url('../img/icons/angle-down-mobile.png');
		background-repeat: no-repeat;
		background-position: center;
	}
	.header .call-link {
		font-size: 22px;
		transform: translateY(0);
	}
	.header .img-yt {
		transform: translateX(-20px);
	}
	.header .img-vk {
		transform: translateX(20px);
	}
	.second-header {
		position: relative;
	}
	.second-header::before {
		content: "";
		position: absolute;
		top: 122px;
		right: 0;
		width: 100%;
		height: 100%;
		border-bottom: 220px solid #272b30;
		border-left: 150px solid transparent;
		z-index: 2;
	}
	.second-header__logo,
	.second-header__content-top {
		display: none;
	}
	.second-header__list + .second-header__list {
		padding-left: 0;
	}
	.second-header__link {
		padding: 10px 0;
	}
	.second-header__descr {
		background: transparent;
		height: unset;
	}
	.second-header__descr::before {
		display: none;
	}
	.second-header__descr-img {
		transform: translateY(0px);
	}
	.breadcrumbs-mobile {
		padding: 10px 0;
	}
	.news-page {
		display: none;
	}
	.news {
		position: relative;
	}
	.news::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 34%;
		background: #e30017;
	}
	.news__title {
		font-size: 23px;
	}
	.news__inner {
		padding-bottom: 40px;
	}
	.news__item {
		margin: 0 0 60px 0;
	}
	.news__video {
		height: 217px;
		padding-right: 0;
	}
	.news__content {
		padding-left: 0;
	}
	.news__content-list {
		padding-left: 10px;
		position: relative;
	}
	.news__content-list::before {
		content: "";
		position: absolute;
		left: 0;
	}
	.clients {
		padding: 25px 0;
		padding-bottom: 55px;
	}
	.clients__title {
		font-size: 23px;
		margin-bottom: 30px;
	}
	.benefits__box {
		padding: 25px 0;
		position: relative;
	}
	.benefits__box::before {
		content: "";
		position: absolute;
		border-bottom: 940px solid #efefef;
		border-left: 400px solid transparent;
	}
	.benefits__title {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.benefits__item {
		display: flex;
		max-width: 325px;
		width: 100%;
	}
	.benefits__image {
		margin-right: 35px;
	}
	.benefits__content {
		max-width: 210px;
		width: 100%;
	}
	.benefits__text {
		font-size: 14px;
	}
	.benefits__descr {
		font-size: 14px;
	}
	.delivery {
		padding: 25px 0 45px;
	}
	.delivery__title {
		line-height: 30px;
	}
	.feedback {
		padding: 25px 0;
	}
	.feedback__box::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		border-bottom: 855px solid #fff;
		border-left: 340px solid transparent;
	}
	.feedback__title {
		margin-bottom: 0;
	}
	.feedback__img {
		width: 100px;
		height: 100px;
		object-fit: contain;
		margin-bottom: 0;
	}
	.feedback__rate {
		display: none;
	}
	.feedback__item-title {
		font-size: 19px;
		margin-bottom: 0;
	}
	.feedback__text p {
		font-weight: normal;
	}
}
@media (max-width: 325px) {
	.header__top-tel__mobile-inner {
		display: flex;
		justify-content: space-between;
		padding: 10px 0 20px;
		text-align: center;
		flex-direction: column;
	}
	.header__top-tel__mobile .call-link {
		padding-top: 15px;
		padding-left: 0;
	}
	.header__social {
		position: relative;
		top: 15px;
		right: -5px;
	}
	.mobile-nav {
		position: relative;
	}
	.mobile-nav::before {
		z-index: 3;
	}
	.mobile-nav::after {
		top: 35px;
		width: 100%;
		border-top: 35px solid #272b30;
		border-left: 35px solid #272b30;
	}
	.mobile-nav__inner {
		position: relative;
	}
	.mobile-nav__btn {
		position: relative;
		right: 0;
		left: 90%;
		top: 0px;
	}
	.mobile-nav__button-menu {
		position: absolute;
		top: 0px;
		right: 30px;
	}
	.mobile-nav__form {
		max-width: 100%;
		z-index: 4;
	}
	.mobile-nav__form-btn {
		right: 0;
	}
	.mobile-nav__form-item {
		display: flex;
		flex-direction: column;
	}
	.mobile-nav__button {
		height: 35px;
		width: 100%;
		background: #272b30;
	}
	.second-header__descr-image {
		transform: translateY(70px);
	}
	.social-mobile {
		max-width: 70px;
		width: 100%;
	}
	.description {
		margin-bottom: 70px;
		position: relative;
	}
	.description::before {
		content: "";
		position: absolute;
		top: 30px;
		right: 0;
		width: 50%;
		height: 165px;
		background: #272b30;
	}
	.description__descr {
		height: 195px;
		position: relative;
	}
	.description__descr::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 1px;
		width: 100%;
		height: 100%;
		border-bottom: 165px solid #272b30;
		border-left: 90px solid transparent;
	}
	.plant {
		position: relative;
	}
	/*.plant::after {
		content: "";
		position: absolute;
		top: 32%;
		left: 0;
		width: 100%;
		height: 3px;
		background: #e30017;
	}*/
	.plant__btn button {
		padding: 20px 25px;
	}
	.plant__descr {
		margin-left: 0;
	}
	.plant__text {
		padding-left: 25px;
	}
	.news__video {
		height: 164px;
	}
	.benefits__inner {
		justify-content: center;
	}
	.benefits__item {
		display: block;
	}
	.benefits__content {
		margin: 0 auto;
	}
	.benefits__image {
		width: 140px;
		margin: 0 auto 10px;
	}
}
.mobile-nav__btn::before,
.mobile-nav__btn::after {
	transition-duration: 0.5s, 0.5s;
	transition-delay: 0.1s, 0s;
}
.mobile-nav__btn::before {
	transition-property: top, transform;
}
.mobile-nav__btn::after {
	transition-property: bottom, transform;
}
.active span {
	transition: 0.5s;
}
.active span {
	background: none;
}
.active::before {
	top: 7px;
	transform: rotate(45deg);
	background: #fff;
	transition: all 0.1s ease;
}
.active::after {
	bottom: 9px;
	transform: rotate(-45deg);
	background: #fff;
	transition: all 0.1s ease;
}
.active::before,
.active::after {
	transition-delay: all 0.5s;
}

.g-recaptcha {
	width: 234px;
	height: 58px;
	overflow: hidden;
	transform-origin: 0 0;
}

.plant__capcha .g-recaptcha {
	height: 62px;
}

.news__item > * {
	transition: 0.3s ease 0s;
}

.news__item:hover .news__date, .news__item:hover .news__text {
	color: #e30017;
}

.news__item:hover .news__image {
	outline: 7px solid #e30017;
	outline-offset: -7px;
}

.social-mobile {
	justify-content: space-around !important;
}

.social-mobile-icon,
.header__item-social-icon,
.footer__item-social-icon {
	height: 15px;
}

.header__item-social-icon {
	transition: 0.3s ease 0s;
}

.header__item-social-icon:hover .hover {
	fill: #e30017;
}

.clients__images {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
img.clients__image{
	max-width: 150px;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
}
@media (max-width:700px){
	img.clients__image{
		max-width: 100px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
.content-text h3, .content-text h4, .content-text h5, .content-text h6 {
	color: #e30017 !important;
}

.content-text h3 {
	font-size: 22px;
}

.content-text h4 {
	font-size: 20px;
}

.content-text h4 {
	font-size: 18px;
}

.content-text h5 {
	font-size: 16px;
}

.content-text p, .content-text ul {
	font-weight: normal;
}

.content-text h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 15px 0;
	position: relative;
	margin-top:55px;
	margin-bottom: 35px;
	/* color: inherit !important; */
	color:#fff !important;
}

.content-text h2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	border-bottom: 45px solid #e30017;
	/* border-left: 40px solid transparent; */
	z-index: -1;
}

.content-text h3 {
	margin: 20px 0;
}

.delivery__link {
	color: initial;
	margin-right: 5px;
	font-weight: 100;
}

.mobile-fixed-nav {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	color: #fff;
	z-index: 999;
}

.mobile-fixed-nav__top, .mobile-fixed-nav__bottom, .mobile-fixed-nav__download-proposal, .mobile-fixed-nav__popup-price {
	display: none;
}

.mobile-fixed-nav__top.active, .mobile-fixed-nav__bottom.active,
.mobile-fixed-nav__download-proposal.active,
.mobile-fixed-nav__popup-price.active {
	display: block;
}

.mobile-fixed-nav__center {
	background-color: #eaeaea;
}

.mobile-fixed-nav__bottom, .mobile-fixed-nav__top {
	background-color: #272b30;
}

.mobile-fixed-nav__items {
	display: flex;
}

.mobile-fixed-nav__item {
	width: 100%;
	text-align: center;
	margin: 15px 0;
	cursor: pointer;
}

.mobile-fixed-nav__item:not(:last-child) {
	border-right: 1px solid transparent;
}

.mobile-fixed-nav__bottom .mobile-fixed-nav__item {
	border-color: #fff;
	color: #fff;
}

.mobile-fixed-nav__center .mobile-fixed-nav__item {
	border-color: #000;
}

.mobile-fixed-nav__icon {
	height: 20px;
	margin: 0 auto;
}

.header__top-nav__mobile-mail {
	font-size: 1em;
}

.messengers {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.messengers__link {
  display: block;
  width: 100%;
  padding: 15px 0;
  background: #e30017;
  transition: 0.3s ease 0s;
}

.messengers__link:hover {
  background: #e30017;
}

.messengers__icon {
  height: 20px;
  margin: 0 auto;
}

.validation-error {
	outline: 2px solid #f70000 !important;
}

.content-text {
	font-size: 18px;
}

blockquote a, .content-text a, .product__tab-content a {
	color: #010101;
	text-decoration: underline;
	transition: 0.3s ease 0s;
}

blockquote a:hover, .content-text a:hover, .product__tab-content a:hover {
	color: #e30017;
}

.content-text li {
	font-weight: normal;
}



/* new styles */
@media (max-width: 1000px) {
    .second-header {
        position: relative;
        display: block;
        /* padding-bottom: 0px; */
    }
    .second-header:before{
        display: block !important;
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 35px !important;
        background: #dbdbdb !important;
        z-index: -1 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
    }
    .second-header:after{
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        height: 35px;
        border-top: 35px solid #272b30;
        border-left: 35px solid transparent;
        z-index: -1;
    }
    .second-header__content-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .second-header__content-top{
        padding: 0;
    }
    .second-header__content-text{
        display: none;
    }
    .second-header__form::before{
        display: none;
    }
    .second-header__input{
        max-width: 190px;
        width: 100%;
        height: 35px;
        width: 100%;
        background: transparent;
        border: none;
        outline: transparent;
        padding: 10px 10px 10px 10px;
		padding-left: 0px;
        font-weight: normal;
        position: relative;
    }
    .second-header__form{
        position: static;
    }
    .second-header__btn{
        position: absolute;
        top: 0;
        right: 44%;
        border: none;
        background: transparent;
        padding-top: 6px;
        transform: none;
    }
    .second-header__input::placeholder {
        color: #757575;
        text-transform: uppercase;
        padding: initial;
        font-size: initial;
    }

    .second-header__nav-button {
		transform: translateY(-7px);
	}
	.second-header__nav-button-menu {
		text-transform: uppercase;
		color: #fff;
		z-index: 3;
		padding-right: 10px;
		transform: translateY(8px);
	}

    .second-header__nav-button {
		display: flex;
	}
	.second-header__nav-button.active .second-header__nav-button-menu {
		color: #fff;
	}

    .second-header__nav-btn {
		transform: translateY(8px);
		width: 30px;
		height: 18px;
		border: none;
		outline: transparent;
		background-color: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		cursor: pointer;
		position: relative;
		z-index: 99;
	}
	.second-header__nav-btn span {
		width: 100%;
		height: 3px;
		background: #e30017;
	}
	.second-header__nav-btn::after,
	.second-header__nav-btn::before {
		content: "";
		position: absolute;
		width: 30px;
		height: 3px;
		background: #e30017;
        transition-duration: 0.5s, 0.5s;
        transition-delay: 0.1s, 0s;
	}
	.second-header__nav-btn::before {
		top: 0;
        transition-property: top, transform;
	}
	.second-header__nav-btn::after {
		bottom: 0;
        transition-property: bottom, transform;
	}
    .second-header__nav-btn.active::before{
        top: 7px;
        transform: rotate(45deg);
        background: #fff;
        transition: all 0.1s ease;
    }
    .second-header__nav-btn.active::after{
        bottom: 9px;
        transform: rotate(-45deg);
        background: #fff;
        transition: all 0.1s ease;
    }
    .second-header__nav-btn.active span{
        background: none;
        transition: 0.5s;
    }
    .second-header__content-bottom{
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .second-header__content-bottom::before{
        display: none;
    }
    .second-header__content-bottom::after{
        display: none;
    }
    .second-header__nav::before, .second-header__nav::after{
        display: none;
    }
    .second-header__nav{
        padding: 0px;
        margin-left: 0;
        background: #fff;
        width: 100%;
    }
    .second-header__menu{
        display: none;
    }
    .second-header__menu.active{
        display: block;
        position: relative;
        padding-top: 20px;
    }
    .second-header__list, .second-header__sub-list{
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
        position: static;
    }
    .second-header__sub-list{
        text-align: start;
    }
    .second-header__list .second-header__link{
        padding: 0;
        line-height: initial;
    }
    .second-header__list:hover .second-header__sub-menu:not(.active){
        display: none;
    }
    .second-header__sub-list:hover .second-header__sub-sub-menu:not(.active){
        display: none;
    }
    .second-header__sub-list .second-header__sub-sub-menu{
        height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background: #fff;
		z-index: 6;
        width: 100%;
    }
    .second-header__block, .second-header__sub-block{
        border: none;
        position: static;
    }
    .second-header__sub-block::before{
        display: none;
    }
    .second-header__sub-menu{
        height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background: #fff;
		z-index: 5;
        width: 100%;
    }
    .second-header__sub-menu.active{
        display: block;
		padding-left: 50px !important;
		padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .second-header__sub-list .second-header__sub-sub-menu.active{
        display: block;
		padding-left: 50px !important;
		padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .second-header__link{
        font-weight: bold;
    }
    .second-header .second-header__sub-menu-back{
		display: block;
		position: absolute;
		top: 30px;
		left: 0;
	}
}

@media (max-width: 550px) {
    .second-header__content-top{
        display: block;
    }
    .second-header__content-bottom{
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 325px) {
    .second-header{
        display: block;
    }
    .second-header:before{
        display: block !important;
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 35px !important;
        background: #dbdbdb !important;
        z-index: 3 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
    }
    .second-header:after{
        display: block;
        content: "";
        position: absolute;
        top: 35px;
        right: 0;
        width: 100%;
        height: 35px;
        border-top: 35px solid #272b30;
        border-left: 35px solid #272b30;
        z-index: -1;
    }
    .second-header__form{
        position: relative;
        width: 100%;
    }
    .second-header__input{
        z-index: 4;
    }
    .second-header__btn{
        z-index: 4;
        right: 0;
    }

    .second-header__nav-button-menu {
		position: absolute;
		top: 0px;
		right: 30px;
	}

    .second-header__nav-button{
		height: 35px;
		width: 100%;
		background: #272b30;
        transform: translateY(0px);
	}

    .second-header__nav-btn {
		position: relative;
		right: 0;
		left: 90%;
		top: 0px;
	}

    .second-header__nav-btn::before,
    .second-header__nav-btn::after {
        transition-duration: 0.5s, 0.5s;
        transition-delay: 0.1s, 0s;
    }
    .second-header__nav-btn::before {
        transition-property: top, transform;
    }
    .second-header__nav-btn::after {
        transition-property: bottom, transform;
    }
}
/* new styles */
/* home advantages */
.home-advantages{
	position: relative;
	background: #fff;
	padding-bottom: 60px;
}
.home-advantages__title{
	display: inline-block;
	width: 100%;
	color:#e30017;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.home-advantages__lists{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.home-advantages__list{
	width:45%;
	max-width: 640px;
	/* margin-bottom:30px; */
}
.home-advantages__list-item{
	display: inline-block;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;

}
.home-advantages__list-item span{
	font-weight: bold;
	text-transform: uppercase;
}
.home-advantages__list-item::before{
	content: '';
	position: absolute;
	left: 5px;
	top: 2px;
	width: 7px;
	height: 14px;
	background-color: #e30017;
}
@media (max-width:700px){
	.home-advantages__list{
		width: 100%;
	}
	.home-advantages__title{
		font-size: 27px;
	}
}
/* home advantages */

/* home-our-services */
.home-our-services{
	background: #e0e0e0;
	position: relative;
	padding-top: 45px;
	padding-bottom: 35px;
}
.home-our-services__title{
	display: inline-block;
	width: 100%;
	color:#e30017;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.home-our-services__list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: center;
}
.home-our-services__list-item{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	/* max-width: 334px; */
	max-width: 364px;
	margin-bottom: 25px;
}
.home-our-services__list-item:hover{
	opacity: 0.9;
	cursor: pointer;
}
/* .home-our-services__list-item:hover .home-our-services__list-title{
	color:#303030;
} */
.home-our-services__list-item img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.home-our-services__list-title{
	font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 30px 35px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-our-services__bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.home-our-services__action{
	padding: 20px 65px;
	border: 1px solid #e30017;
	font-size: 20px;
	font-weight: bold;
	background: transparent;
	color:#e30017;
}
.home-our-services__action:hover{
	color:#fff;
	background-color: #e30017;
}
@media (max-width:1100px){
	.home-our-services__list{
		justify-content: center;
	}
	.home-our-services__list-item{
		width: 50%;
	}
}
@media (max-width:650px){
	.home-our-services__list-item{
		width: 100%;
	}
	.home-our-services__title{
		font-size: 27px;
	}
}
/* home-our-services */
.delivery::before{
	content: '';
    display: block;
    position: relative;
    width: 70%;
    top: -60px;
    left: 0;
    border-top: 20px solid #e30017;
    border-right: 20px solid transparent;
}
.messengers-dst{
	display: flex;
	position: relative;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 6px solid #e30017;
}
.messengers-dst img{
	max-width: 62px;
	height: auto;
}
.messengers-dst a:hover img{
	opacity: 0.9;
}

.pers_toggler__text{
    display:block;
    margin-bottom:15px;
}
.pers_toggler__text, .pers_toggler__text a{
    font-size:12px;
    color:#fff;
    font-weight:normal;
}
.pers_toggler__wrapper{
	display:inline-block;
	margin-right:5px;
}
input[name="pers_toggler"]{
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #000;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #ddd;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
input[name="pers_toggler"]:before{
	content: "";
	width: 0.65em;
	height: 0.65em;
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	background-color: #10a32c;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
  
input[name="pers_toggler"]:checked::before {
	transform: scale(1);
}
button[type="submit"].disabled{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	background:#ddd;
	pointer-events: none;
}


/* Капча */
.choices-captcha{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
    width: 234px;
    padding: 10px;
    border: 1px solid #abbcd1;
    border-radius: 3px;
    background: #f2f2f2;
    box-sizing: border-box;
    /* margin-bottom: 10px; */
    min-height: 113px;
}
.choices-captcha.error{
    border:1px solid #e30f0f;
}
.choices-captcha.loading .choices-captcha__loader-wrapper{
    display: flex;
}
.choices-captcha .choices-captcha__question{
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.choices-captcha .choices-captcha__title{
    font-weight: bold;
    color:#000;
}
.choices-captcha .choices-captcha__answers{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: start;
}
.choices-captcha .choices-captcha__answers label{
    color:#272b30;
}
.choices-captcha .choices-captcha__answers label:hover{
    cursor: pointer;
}
.choices-captcha .choices-captcha__answers label > input {
    opacity: 0 !important;
    inline-size: 0 !important;
    width: 0;
    height: 0;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: none !important;
}
.choices-captcha .choices-captcha__answers label > input:checked + *, .choices-captcha .choices-captcha__answers label > input:focus + *{
    border-color:#00ab4e;
}
.choices-captcha .choices-captcha__answers label > input:checked + *{
    color:#00ab4e;
}
.choices-captcha .choices-captcha__answers svg{
   width: 30px;
   height: 30px;
   padding: 5px;
   border-radius: 3px;
   border-width: 2px;
   border-style: solid;
   box-sizing: content-box !important;
   fill: currentColor;
   border-color: transparent;
}
.choices-captcha__loader-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: #f2f2f2;
}
.choices-captcha__loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotationChoises 1s linear infinite;
}
.choices-captcha__loader::after,
.choices-captcha__loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #00ab4e #00ab4e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationChoisesBack 0.5s linear infinite;
  transform-origin: center center;
}
.choices-captcha__loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotationChoises 1.5s linear infinite;
}
    
@keyframes rotationChoises {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationChoisesBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}