@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	height: 100%;
	min-width: 320px
}

body {
	color: #212121;
	line-height: 1;
	font-family: Gilroy, sans-serif;
	font-size: .9375rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
	font-family: Gilroy, sans-serif;
	font-size: inherit
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit
}

a {
	color: inherit
}

a:link,
a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit
}

address {
	font-style: inherit
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 174, 255, .04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, .03) 100%)
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

.menu-open body .menu__body {
	right: 0
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.wrapper>main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.wrapper>* {
	min-width: 0
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}

[class*=__container] {
	max-width: 71.25rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 1.25rem
}

body::after {
	content: "";
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .8s ease 0s;
	-o-transition: opacity .8s ease 0s;
	transition: opacity .8s ease 0s;
	pointer-events: none;
	z-index: 149
}

body.popup-show::after {
	opacity: 1
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	-webkit-transition: visibility .8s ease 0s;
	-o-transition: visibility .8s ease 0s;
	transition: visibility .8s ease 0s;
	visibility: hidden;
	pointer-events: none
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto
}

.popup_show .popup__content {
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.popup__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center
}

.popup__content {
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease 0s;
	transition: -webkit-transform .3s ease 0s;
	-o-transition: transform .3s ease 0s;
	transition: transform .3s ease 0s;
	transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
	background-color: #eee;
	padding: 3.875rem .625rem 3.4375rem;
	max-width: 500px;
	width: 100%;
	text-align: center
}

.lock .popup__content {
	visibility: visible
}

.popup__close {
	position: absolute;
	top: .75rem;
	right: .75rem
}

.popup__icon {
	width: .875rem;
	height: .875rem
}

.popup__succes-icon {
	margin-bottom: 1.5625rem;
	width: 2.6875rem;
	height: 2.6875rem
}

.popup__succes-text {
	font-size: 1.25rem;
	font-weight: 600
}

[class*=-ibg] {
	position: relative
}

[class*=-ibg] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

[class*=-ibg_contain] img {
	-o-object-fit: contain;
	object-fit: contain
}

.title {
	font-weight: 600
}

.btn {
	padding: 1.5rem 4.5rem;
	background-color: #7d9e47;
	color: #fff;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
	text-align: center;
	border-radius: 3px
}

.btn:hover {
	background-color: #66803d
}

.arrow-top {
	position: fixed;
	width: 3.125rem;
	height: 3.125rem;
	bottom: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #7d9e47;
	border-radius: 3px;
	-webkit-transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease, transform .3s ease;
	transition: background-color .3s ease, opacity .3s ease, transform .3s ease;
	transition: background-color .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
	opacity: 0;
	-webkit-transform: translateY(200%) rotate(0);
	-ms-transform: translateY(200%) rotate(0);
	transform: translateY(200%) rotate(0)
}

.arrow-top:hover {
	background-color: #66803d
}

.arrow-top.active {
	opacity: 1;
	-webkit-transform: translateY(0) rotate(-90deg);
	-ms-transform: translateY(0) rotate(-90deg);
	transform: translateY(0) rotate(-90deg)
}

.arrow-top__icon {
	width: 2.125rem;
	height: 2.125rem;
	fill: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.icon-menu {
	display: none
}

.header {
	position: relative
}

.no-webp .header::before {
	background-image: url(../img/dark-bg.png)
}

.header::before {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: -1px;
	width: 50%;
	background-size: cover;
	background-position: center;
	content: ""
}

.header.fixed {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	color: #fff
}

.header.fixed::before {
	width: 100%
}

.header__container {
	padding: 2.125rem 1.25rem
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__logo {
	position: relative;
	z-index: 5;
	margin-right: 5.3125rem
}

.logo__img {
	max-width: 8.375rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: right .3s ease;
	-o-transition: right .3s ease;
	transition: right .3s ease
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.menu__item:not(:last-child) {
	margin-right: 1.25rem
}

.menu__link {
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

.menu__link:hover {
	color: #7d9e47
}

.menu__contacts {
	margin: 0 1.4375rem 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.menu__phone {
	margin-bottom: .625rem;
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

.menu__phone:hover {
	color: #7d9e47
}

.menu__mail {
	font-size: .9375rem;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

.menu__mail:hover {
	color: #7d9e47
}

.menu__btn {
	margin-right: 10px;
	padding: 1rem 1.875rem 1rem 3.75rem;
	display: inline-block;
	background-image: url(../img/icons/mail-icon.svg);
	background-repeat: no-repeat;
	background-size: 1.4375rem 1.0625rem;
	background-position: 1.75rem 50%
}

.footer {
	background-color: #212121;
	color: #fff
}

.footer__top {
	margin-bottom: 1.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__logo {
	margin-right: 5.3125rem
}

.footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px
}

.footer__item:not(:last-child) {
	margin-right: 1.25rem
}

.footer__link {
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

.footer__link:hover {
	color: #7d9e47
}

.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__contact {
	position: relative;
	padding-left: 2.5rem
}

.footer__contact::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.75rem;
	height: 1.75rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	content: ""
}

.footer__contact--phone {
	font-weight: 600
}

.footer__contact--phone::before {
	background-image: url(../img/icons/phone-icon.svg)
}

.footer__contact--mail::before {
	background-image: url(../img/icons/email-icon.svg)
}

.footer__contact:not(:last-child) {
	margin-right: 2.1875rem
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #626262
}

.footer__requisites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer__requisite {
	margin-right: 2.5rem
}

.footer__requisite span:not(:last-child) {
	margin-right: .9375rem
}

.footer__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__author span {
	margin-right: .625rem
}

.footer__refer {
	outline: transparent;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.footer__refer:hover {
	opacity: .8
}

.footer__icon {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.promo {
	position: relative
}

.promo__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.promo__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 46.25rem;
	max-width: 45.1%
}

.no-webp .promo__content::after {
	background-image: url(../img/dark-bg.png)
}

.promo__content::after {
	position: absolute;
	z-index: -1;
	top: -1px;
	bottom: 5.4375rem;
	left: 0;
	width: 50%;
	background-size: cover;
	content: ""
}

.promo__bullets {
	position: relative;
	z-index: 2
}

.promo__info {
	margin-top: auto;
	margin-bottom: auto;
	-webkit-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
	transform: translateY(-65px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	max-width: 29.6875rem;
	color: #fff
}

.promo__title {
	margin-bottom: .9375rem;
	line-height: 1.2
}

.promo__descr {
	margin-bottom: 2.75rem;
	max-width: 25.625rem;
	line-height: 1.7
}

.promo__link {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.promo__navs {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.promo__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 5.4375rem;
	height: 5.4375rem;
	background-color: #7d9e47;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.promo__btn:hover {
	background-color: #66803d
}

.promo__btn.swiper-button-disabled {
	background-color: #dfdfdf
}

.promo__arrow {
	width: 2.125rem;
	height: 2.125rem;
	fill: #fff
}

.swiper-pagination-bullet {
	position: relative;
	width: 1.0625rem;
	height: 1.0625rem;
	display: block;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.swiper-pagination-bullet::before {
	display: block;
	width: .5625rem;
	height: .5625rem;
	background-color: #fff;
	content: "";
	border-radius: 50%
}

.swiper-pagination-bullet:not(:last-child) {
	margin-bottom: 1.25rem
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	position: absolute;
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: ""
}

.promo__slider-wrapper {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 46.25rem
}

@media (max-width: 992px) {
	.promo__slider-wrapper {
		left: 0;
	}
}

.promo__slider {
	width: 100%;
	height: 100%
}

.promo__swiper {
	overflow: hidden
}

.promo__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-repeat: no-repeat
}

.advantages__title {
	max-width: 50%;
	line-height: 1.2
}

.advantages__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 3.125rem 1.875rem
}

.advantages__item {
	padding: 8.125rem 2.5rem 1.25rem;
	background-repeat: no-repeat;
	background-position: 2.5rem 2.1875rem;
	border-left: 1px solid #dbdbdb
}

.advantages__name {
	margin-bottom: 1rem;
	max-width: 80%;
	font-weight: 600;
	line-height: 1.15;
	min-height: 40px;
}

.advantages__descr {
	line-height: 1.6
}

.portfolio {
	background-color: #f3f3f3
}

.portfolio__title {
	margin-bottom: 2.5rem
}

.portfolio__navigation {
	margin-bottom: 2.8125rem
}

.portfolio__button {
	font-weight: 600
}

.portfolio__button:not(:last-child) {
	margin-right: 3.4375rem
}

.portfolio__button._tab-active {
	color: #7d9e47
}

.portfolio__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.portfolio__gallery,
.portfolio__info {
	max-width: calc(50% - 15px)
}

.portfolio__meta {
	display: none
}

.portfolio__name {
	margin-bottom: .75rem;
	font-weight: 600
}

.portfolio__size {
	margin-bottom: 1.75rem;
	display: block
}

.gallery__slider {
	margin-bottom: 1.5625rem;
	height: 25.75rem
}

.gallery__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.thumbs__slide {
	max-width: 8rem;
	max-height: 8rem;
	cursor: pointer
}

.thumbs__slide.swiper-slide-thumb-active {
	border: 6px solid #7d9e47
}

.thumbs__img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 768px) {
	.thumbs__slide {
		width: 128px !important;
		height: 128px !important;
	}
}

.polity__text h4,
.portfolio__text h4 {
	margin-bottom: .5rem;
	font-weight: 700
}

.polity__text ul,
.portfolio__text ul {
	margin-bottom: 2.125rem;
	padding-left: 1.25rem
}

.polity__text li,
.portfolio__text li {
	line-height: 1.5;
	list-style-type: disc
}

.polity__text li:not(:last-of-type),
.portfolio__text li:not(:last-of-type) {
	margin-bottom: .1875rem
}

.portfolio__link {
	display: inline-block
}

.materials {
	position: relative;
	padding: 11.5625rem 0 5rem
}

.materials__content {
	background-color: #f3f3f3
}

.materials__info {
	max-width: 40.9375rem
}

.materials__title,
.polity__title {
	margin-bottom: 1.875rem
}

.materials__text,
.polity__text p {
	line-height: 1.7
}

.materials__text:not(:last-of-type),
.polity__text p:not(:last-of-type) {
	margin-bottom: 2rem
}

.materials__img--mobile {
	display: none
}

.materials__img--desctope {
	position: absolute;
	top: 6.875rem;
	bottom: 0;
	right: 0;
	max-width: 40%;
	width: 100%;
	height: 88%;
	-o-object-fit: cover;
	object-fit: cover
}

.polity {
	background-color: #f3f3f3
}

.contacts {
	padding-top: 2.8125rem
}

.contacts__title {
	margin-bottom: 1.75rem
}

.contacts__descr {
	margin-bottom: 3.125rem
}

.contacts__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contacts__list {
	max-width: 74.5%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.contacts__item {
	position: relative;
	max-width: calc(33% - 20px);
	width: 100%
}

.contacts__item::after {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: ""
}

.contacts__item--name::after {
	width: 20px;
	height: 20px;
	background-image: url(../img/icons/user-icon.svg)
}

.contacts__item--phone::after {
	width: 22px;
	height: 22px;
	background-image: url(../img/icons/phone-icon.svg)
}

.contacts__item--mail::after {
	width: 23px;
	height: 23px;
	background-image: url(../img/icons/email-icon.svg)
}

.contacts__label {
	position: absolute;
	left: 1rem;
	padding: 0 .5rem;
	background-color: #fff;
	font-weight: 600;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contacts__field {
	padding-left: 3.125rem;
	padding-right: .625rem;
	width: 100%;
	min-height: 3.5625rem;
	height: 100%;
	outline: transparent;
	border: 1px solid #dadada;
	border-radius: 3px
}

.contacts__field:focus {
	border-color: #7d9e47
}

.contacts__btn {
	display: block;
	max-width: 16.375rem;
	padding: 1.125rem 4.1875rem;
	white-space: nowrap
}

.contacts__agree {
	margin-top: 1.75rem
}

.contacts__checkbox:checked+.contacts__checker::before {
	background-image: url(../img/icons/checked-icon.svg)
}

.contacts__checker {
	position: relative;
	padding-left: 2.1875rem;
	color: #a7a7a7;
	font-size: .875rem;
	cursor: pointer
}

.contacts__checker::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #dadada;
	border-radius: 3px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	content: ""
}

.contacts__checker a {
	border-bottom: 1px solid #a7a7a7;
	line-height: 1.3
}

.swiper {
	overflow: hidden
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
	display: none !important
}

@media (min-width:73.75em) {
	.title {
		font-size: 2.625rem
	}

	.footer {
		padding-top: 3.4375rem
	}

	.footer {
		padding-bottom: 3.75rem
	}

	.footer__contact {
		font-size: 1.125rem
	}

	.promo__title {
		font-size: 3rem
	}

	.promo__descr {
		font-size: 1.25rem
	}

	.advantages {
		padding-top: 6.25rem
	}

	.advantages {
		padding-bottom: 6.5625rem
	}

	.advantages__title {
		margin-bottom: 3.25rem
	}

	.advantages__name {
		font-size: 1.25rem
	}

	.portfolio {
		padding-top: 5.625rem
	}

	.portfolio {
		padding-bottom: 6.25rem
	}

	.portfolio__button {
		font-size: 1.375rem
	}

	.portfolio__name {
		font-size: 2rem
	}

	.portfolio__size {
		font-size: 1.0625rem
	}

	.materials__content {
		padding-top: 8.75rem
	}

	.materials__content {
		padding-bottom: 6.25rem
	}

	.materials__text,
	.polity__text p {
		font-size: 1.125rem
	}

	.polity {
		padding-top: 6.25rem
	}

	.polity {
		padding-bottom: 6.25rem
	}

	.contacts {
		padding-bottom: 5.9375rem
	}

	.contacts__descr {
		font-size: 1.25rem
	}
}

@media (max-width:20em) {
	.title {
		font-size: 1.75rem
	}

	.footer {
		padding-top: 1.5625rem
	}

	.footer {
		padding-bottom: 2.8125rem
	}

	.footer__contact {
		font-size: 1rem
	}

	.promo__title {
		font-size: 2rem
	}

	.promo__descr {
		font-size: 1.0625rem
	}

	.advantages {
		padding-top: 3.4375rem
	}

	.advantages {
		padding-bottom: 3.75rem
	}

	.advantages__title {
		margin-bottom: 1.875rem
	}

	.advantages__name {
		font-size: 1.125rem
	}

	.portfolio {
		padding-top: 3.4375rem
	}

	.portfolio {
		padding-bottom: 3.75rem
	}

	.portfolio__button {
		font-size: .9375rem
	}

	.portfolio__name {
		font-size: 1.5rem
	}

	.portfolio__size {
		font-size: 1rem
	}

	.materials__content {
		padding-top: 3.125rem
	}

	.materials__content {
		padding-bottom: 3.125rem
	}

	.materials__text,
	.polity__text p {
		font-size: .9375rem
	}

	.polity {
		padding-top: 2.5rem
	}

	.polity {
		padding-bottom: 2.5rem
	}

	.contacts {
		padding-bottom: 3.75rem
	}

	.contacts__descr {
		font-size: 1rem
	}
}

@media (max-width:85.375em) {
	.promo__content {
		min-height: 37.5rem
	}

	.promo__slider-wrapper {
		height: 37.5rem
	}

	.materials__info {
		max-width: 34.375rem
	}

	.materials__img--desctope {
		max-width: 40%
	}

	.contacts__list {
		max-width: 70%
	}
}

@media (max-width:61.99875em) {
	.icon-menu {
		display: block;
		position: relative;
		-webkit-transform: translateX(-12px);
		-ms-transform: translateX(-12px);
		transform: translateX(-12px);
		width: 30px;
		height: 20px;
		cursor: pointer;
		z-index: 5
	}

	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: "";
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		left: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 2px
	}

	.icon-menu::before {
		top: 0
	}

	.icon-menu::after {
		bottom: 0
	}

	.icon-menu span {
		top: calc(50% - 1px)
	}

	.menu-open .icon-menu span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}

	.menu-open .icon-menu::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc(50% - 1px)
	}

	.menu-open .icon-menu::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 1px)
	}

	.header::before {
		width: 100%
	}

	.header__container {
		padding: .875rem 1.25rem
	}

	.header__menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.menu__body {
		position: fixed;
		z-index: 3;
		top: 0;
		right: -100%;
		bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #212121;
		color: #fff;
		overflow: auto
	}

	.menu__list {
		position: relative;
		padding: 2.5rem 0;
		width: calc(100% - 40px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-top: 1px solid rgba(255, 255, 255, .2);
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.menu__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 2.5rem
	}

	.menu__link {
		font-size: 20px
	}

	.menu__contacts {
		padding: 2.1875rem 0;
		margin: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.menu__phone {
		margin-bottom: 1.5625rem;
		font-size: 28px
	}

	.menu__mail {
		font-size: 18px
	}

	.footer__top {
		margin-bottom: 3.125rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer__nav {
		margin-bottom: 3.125rem
	}

	.promo__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.promo__content::after {
		bottom: 4.375rem
	}

	.promo__content {
		min-height: auto;
		max-width: 100%;
		padding-top: .875rem
	}

	.promo__content::after {
		width: 100%
	}

	.promo__bullets {
		margin: .875rem auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.promo__info {
		margin-bottom: 2.5rem;
		max-width: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.promo__title {
		margin-bottom: .4375rem;
		max-width: 90%
	}

	.promo__descr {
		margin-bottom: 1.875rem;
		line-height: 1.5
	}

	.promo__navs {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.promo__btn:hover {
		background-color: transparent
	}

	.promo__btn.swiper-button-disabled {
		background-color: transparent
	}

	.promo__btn {
		width: 3.125rem;
		height: 3.125rem;
		background-color: transparent
	}

	.swiper-pagination-bullet::before {
		background-color: #c6c6c6
	}

	.swiper-pagination-bullet:not(:last-child) {
		margin-bottom: 0;
		margin-right: .625rem
	}

	.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
		background-color: #7d9e47
	}

	.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
		border: 1px solid #7d9e47
	}

	.promo__slider-wrapper {
		position: relative;
		width: 100%;
		height: auto
	}

	.advantages__list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}

	.portfolio__navigation {
		margin-bottom: 2.375rem;
		width: 768px
	}

	.materials {
		padding: 0
	}

	.materials__content {
		background-color: transparent
	}

	.materials__info {
		max-width: 100%
	}

	.materials__img--mobile {
		margin-top: 1.875rem;
		display: block;
		width: 100%
	}

	.materials__img--desctope {
		display: none
	}

	.contacts {
		background-color: #f3f3f3
	}

	.contacts__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contacts__list {
		margin-bottom: 1.875rem;
		max-width: 100%
	}

	.contacts__label {
		background-color: #f3f3f3
	}

	.contacts__field {
		background-color: #f3f3f3
	}
}

@media (max-width:47.99875em) {
	.arrow-top {
		width: 2.5rem;
		height: 2.5rem
	}

	.footer__logo {
		margin-right: 2.5rem
	}

	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer__requisites {
		margin-bottom: 1.5625rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer__requisite {
		margin-right: 0;
		margin-bottom: 1.25rem
	}

	.promo__link {
		width: 100%
	}

	.advantages__title {
		max-width: 100%
	}

	.advantages__list {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 0
	}

	.advantages__item {
		border-left: none;
		border-bottom: 1px solid #dbdbdb
	}

	.advantages__item:first-child {
		border-top: 1px solid #dbdbdb
	}

	.portfolio__title {
		margin-bottom: 1.5625rem;
		max-width: 90%;
		line-height: 1.15
	}

	.portfolio__navigation-mobile {
		overflow-x: auto
	}

	.portfolio__button:not(:last-child) {
		margin-right: .625rem
	}

	.portfolio__button {
		position: relative;
		z-index: 1;
		padding: .6875rem 1.25rem;
		background-color: #dbdbdb;
		border-radius: 90px
	}

	.portfolio__button._tab-active {
		background-color: #7d9e47;
		color: #fff
	}

	.portfolio__button._tab-active::after {
		position: absolute;
		z-index: 0;
		bottom: -.5rem;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(-45deg);
		-ms-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg);
		width: 1.125rem;
		height: 1.125rem;
		border-radius: 2px;
		background-color: #7d9e47;
		content: ""
	}

	.portfolio__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.portfolio__gallery,
	.portfolio__info {
		max-width: 100%
	}

	.portfolio__gallery {
		margin-bottom: 2.25rem
	}

	.portfolio__meta {
		display: block
	}

	.portfolio__meta .portfolio__name {
		display: block
	}

	.portfolio__meta .portfolio__size {
		margin-bottom: 1.125rem;
		display: block
	}

	.portfolio__name {
		display: none
	}

	.portfolio__size {
		display: none
	}

	.gallery__slider {
		margin-bottom: 1.125rem;
		max-height: 100%
	}

	.portfolio__link {
		width: 100%
	}

	.materials__title,
	.polity__title {
		margin-bottom: 1.25rem
	}

	.materials__text,
	.polity__text p {
		line-height: 1.5
	}

	.contacts__title {
		margin-bottom: 1rem
	}

	.contacts__descr {
		margin-bottom: 2.375rem;
		max-width: 85%;
		line-height: 1.2
	}

	.contacts__list {
		margin-bottom: 1.5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contacts__item {
		max-width: 100%
	}

	.contacts__item:not(:last-child) {
		margin-bottom: 1.875rem
	}

	.contacts__btn {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		max-width: 100%;
		padding: 1.625rem 4.1875rem
	}

	.contacts__agree {
		margin-top: 0;
		margin-bottom: 1.875rem
	}

	.contacts__checker::before {
		-webkit-transform: translateY(-80%);
		-ms-transform: translateY(-80%);
		transform: translateY(-80%)
	}
}

@media (max-width:29.99875em) {
	.footer__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer__logo {
		margin-right: 0;
		margin-bottom: 2.5rem
	}

	.promo__slider-wrapper {
		height: 16.5625rem
	}

	.advantages__item {
		padding: 2.5rem 0 1.875rem 3.125rem;
		background-size: 3.9375rem;
		background-position: 3.125rem 2.0625rem
	}

	.advantages__name {
		margin-bottom: 1.5625rem;
		padding-left: 5.25rem
	}

	.gallery__slider {
		height: 16.5625rem
	}

}

@media (min-width:20em) and (max-width:73.75em) {
	.title {
		font-size: clamp(1.75rem, 1.4244186047rem + 1.6279069767vw, 2.625rem)
	}

	.footer {
		padding-top: clamp(1.5625rem, .8648255814rem + 3.488372093vw, 3.4375rem)
	}

	.footer {
		padding-bottom: clamp(2.8125rem, 2.4636627907rem + 1.7441860465vw, 3.75rem)
	}

	.footer__contact {
		font-size: clamp(1rem, .9534883721rem + .2325581395vw, 1.125rem)
	}

	.promo__title {
		font-size: clamp(2rem, 1.5348837209rem + 2.3255813953vw, 3.25rem)
	}

	.promo__descr {
		font-size: clamp(1.0625rem, .9927325581rem + .3488372093vw, 1.25rem)
	}

	.advantages {
		padding-top: clamp(3.4375rem, 2.3909883721rem + 5.2325581395vw, 6.25rem)
	}

	.advantages {
		padding-bottom: clamp(3.75rem, 2.7034883721rem + 5.2325581395vw, 6.5625rem)
	}

	.advantages__title {
		margin-bottom: clamp(1.875rem, 1.363372093rem + 2.5581395349vw, 3.25rem)
	}

	.advantages__name {
		font-size: clamp(1.125rem, 1.0784883721rem + .2325581395vw, 1.25rem)
	}

	.portfolio {
		padding-top: clamp(3.4375rem, 2.6235465116rem + 4.0697674419vw, 5.625rem)
	}

	.portfolio {
		padding-bottom: clamp(3.75rem, 2.8197674419rem + 4.6511627907vw, 6.25rem)
	}

	.portfolio__button {
		font-size: clamp(.9375rem, .7747093023rem + .8139534884vw, 1.375rem)
	}

	.portfolio__name {
		font-size: clamp(1.5rem, 1.3139534884rem + .9302325581vw, 2rem)
	}

	.portfolio__size {
		font-size: clamp(1rem, .976744186rem + .1162790698vw, 1.0625rem)
	}

	.materials__content {
		padding-top: clamp(3.125rem, 1.0319767442rem + 10.4651162791vw, 8.75rem)
	}

	.materials__content {
		padding-bottom: clamp(3.125rem, 1.9622093023rem + 5.8139534884vw, 6.25rem)
	}

	.materials__text,
	.polity__text p {
		font-size: clamp(.9375rem, .8677325581rem + .3488372093vw, 1.125rem)
	}

	.polity {
		padding-top: clamp(2.5rem, 1.1046511628rem + 6.976744186vw, 6.25rem)
	}

	.polity {
		padding-bottom: clamp(2.5rem, 1.1046511628rem + 6.976744186vw, 6.25rem)
	}

	.contacts {
		padding-bottom: clamp(3.75rem, 2.9360465116rem + 4.0697674419vw, 5.9375rem)
	}

	.contacts__descr {
		font-size: clamp(1rem, .9069767442rem + .4651162791vw, 1.25rem)
	}
}

.webp .header::before {
	background-image: url(../img/dark-bg.webp)
}

.webp .promo__content::after {
	background-image: url(../img/dark-bg.webp)
}

.langs {
	display: flex;
}

.langs__item {
	position: relative;
	display: block;
	min-width: 31px;
	border-radius: 50%;
	background-color: #f3f3f3;
	color: #212121;
}

.langs__item.active {
	background-color: #7d9e47;
	color: #ffffff;
}

.langs__item:not(:last-child) {
	margin-right: 5px;
}

.langs__item::after {
	padding-top: 100%;
	display: block;
	content: '';
}

@media (max-width: 1024px) {
	.langs__item {
		min-width: 52px;
	}
}

.langs__link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	transition: opacity 0.3s ease;
	outline: transparent;
}

.langs__link:hover {
	opacity: 0.8;
}

@media (max-width: 992px) {
	.menu__btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
}