:root {
	--biege: #EBE8E3;
	--light-biege: #F9F9F9;
	--grey: #3C4650;
	--dark-grey: #272D2D;
	--light-grey: #858585;
	--dark: #313131;
	--text-soft: #76706a;
	--container: 1324px;
	--white: #fff;
	--black: #000;
	--orange: #FE5741;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-width: 320px;
	color: var(--black);
	background: var(--white);
	font-family: "Gals", sans-serif;
	font-weight: 400;
	font-style: Normal;
	font-size: 16px;
	line-height: 1.4;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all .25s ease;
}

button,
input {
	font: inherit;
	transition: all .25s ease;
}

button {
	cursor: pointer;
	transition: all .25s ease;
}

input {
	border: 0;
	outline: none;
}

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

p,
h2,
h3 {
	margin: 0;
	font-weight: 400;
}

svg, path,
section p, section span {
	transition: all .25s ease;
}

.container {
	width: min(calc(100% - 48px), var(--container));
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.logo {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #fff;
}

.header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 100;
	padding: 24px 0;
	transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
	display: flex;
	justify-content: center;
	background: #00000091;
	backdrop-filter: blur(0px);
	z-index: 9999;
}

.burger {
	display: none;
	width: 36px;
	height: 36px;
	padding: 0;
	background: transparent;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	position: relative;
}

.burger span {
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 3px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

section.hero {
	position: relative;
	height: 61.11vw;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #1b150f;
	margin-bottom: 100px;
}

.btn {
	background: var(--dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1;
	color: var(--white);
	border: none;
	outline: 0;
	font-family: inherit;
}

.gallery {
	padding-top: 48px;
	border-top: 2px solid #0000001c;
	display: grid;
	grid-template-areas:
		'i1 i1 i2 i3'
		'i1 i1 i4 i4'
		'i5 i6 i4 i4';
	gap: 20px;
}

.footer__nav {
	display: flex;
}

.footer__nav a {
	color: var(--black);
	font-size: 14px;
	line-height: 1.1;
	opacity: .6;
}

header.header .container {
	width: calc(100% - 116px);
	flex-direction: row;
	justify-content: space-between;
}

section {
	display: flex;
	justify-content: center;
	margin-bottom: 132px;
}

.left {
	display: flex;
	align-items: center;
	gap: 32px;
	width: 35%;
}

.logo img {
    width: 32px;
    height: 32px;
}

.left nav.main {
    max-width: calc(100% - 64px);
}

nav.main {
	display: flex;
}

nav.main ul {
	display: flex;
	align-items: center;
	gap: 34px;
	list-style: none;
}

nav.main ul li {
	display: flex;
}

nav.main ul li a {
	color: var(--white);
	display: flex;
	position: relative;
	padding-bottom: 4px;
	line-height: 1;
}

nav.main ul li a:before {
	width: 0%;
	height: 1px;
	background: var(--white);
	transition: all .25s ease;
	content: '';
	position: absolute;
	bottom: 0;
}

nav.main ul li a:hover:before {
	width: 100%;
}

a.brand__logo {
	display: flex;
	align-items: center;
	gap: 16px;
}

span.delta {
	height: 18px;
	width: 1px;
	background: var(--white);
}

.right {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 35%;
	justify-content: flex-end;
}

.social {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: 20px;
}

.call__wrapper {
	display: flex;
	align-items: center;
	position: relative;
	gap: 40px;
	line-height: 100%;
	color: var(--white);
	padding: 8px 0;
}

.call__list {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 372px;
	right: 0;
	top: 30px;
	background: var(--white);
	padding: 16px 12px;
	border-radius: 12px;
	gap: 16px;
	transition: all .25s ease;
	pointer-events: none;
	opacity: 0;
	cursor: default;
	box-shadow: 0px 0px 12px 0px #0000001A;
}

a.social__link {
	display: flex;
}

a.social__link:hover svg path {
	fill: var(--orange);
}

section.hero .container {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.hero__slider.swiper {
    width: 100%;
    height: 100%;
}

.hero__slider.swiper picture {
    width: 100%;
    height: 100%;
}

.swiper-slide.hero__slide {
    display: flex;
}

.swiper-slide.hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.call__list__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.call__list__item p {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--black);
    font-size: 15px;
    line-height: 100%;
}

.call__list__item p a {
    font-size: 12px;
    opacity: .6;
    line-height: 1;
}

.call__list__item p a:hover {
    color: var(--orange);
    opacity: 1;
}

.call__wrapper:hover .call__list {
    opacity: 1;
    pointer-events: visible;
}

.call__list__item p span {
    line-height: 1;
}

.call__wrapper:hover > span, .call__wrapper:hover > svg path {
    color: var(--orange);
    fill: var(--orange);
}

.call__wrapper span {
    transition: all .25s ease;
}

section.models__list .container {
    flex-direction: row;
    justify-content: space-between;
}

a.models__list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

span.models__item__name {
    font-size: 18px;
}

a.models__list__item:hover span {
    color: var(--orange);
}

.fos__container {
    display: flex;
    align-items: center;
    max-width: 1155px;
    width: 100%;
    background: var(--biege);
    border-radius: 32px;
    overflow: hidden;
}

section.fos .container {
    align-items: center;
}

.fos__wrapper {
    width: 100%;
    padding: 63px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

p.fos__title {
    font-size: 35px;
    line-height: 100%;
}

p.fos__text {
    color: var(--light-grey);
}

.fos__container img {
    max-width: 43.64%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

form.fos__form {
    margin-top: 8px;
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

form.fos__form .row {
    display: flex;
    width: 100%;
}

button.fos__btn {
    background: var(--black);
    color: var(--white);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    height: 58px;
    padding: 19px 30.5px;
    border-radius: 0 16px 16px 0;
    border: 1px solid var(--white);
}

input.fos__input {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    height: 58px;
    padding: 19px 20px;
    width: 100%;
    border-radius: 16px 0 0 16px;
    color: var(--black);
}

input.fos__input::placeholder {
    color: #00000061;
}

button.fos__btn:hover {
    background: var(--orange);
}

.fos__checkbox input {
    appearance: none;
    -webkit-appearance: none; /* для поддержки в Safari */
}

.fos__checkbox input {
    appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #00000065;
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
}

.fos__checkbox input:checked {
    background: url(../img/Check.svg) no-repeat center center;
}

/* Отключенный чекбокс */
.fos__checkbox input:disabled {
    filter: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.fos__checkbox input:disabled ~ .checkbox-label {
    opacity: 0.5;
    cursor: not-allowed;
}

.fos__checkbox {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1;
    color: #00000065;
}

.fos__checkbox label a {
    border-bottom: 1px solid;
}

.fos__checkbox label a:hover {
    border-color: transparent;
}

.fos__checkbox label {
    cursor: pointer;
}

.fos__checkbox {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1;
    color: #00000065;
}

.fos__checkbox label a {
    border-bottom: 1px solid;
}

.fos__checkbox label a:hover {
    border-color: transparent;
}

.fos__checkbox label {
    cursor: pointer;
}

.section__header {
    display: flex;
    justify-content: center;
    gap: 20px;
}

h2.section__title {
    font-size: 50px;
    line-height: 1.2;
}

.model {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.model__info {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.model__info__left {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 56px;
    justify-content: space-between;
}

img.model__img {
    max-width: 904px;
    height: auto;
}

h3.model__name {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.model__params {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 56px;
}

.model__params__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

p.param {
    color: #00000099;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

p.value {
    font-size: 24px;
    line-height: 1;
}

.model__control {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price__wrapp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.model__price, .model__price span {
    font-size: 32px;
    line-height: 1;
}

span.from {
    color: #00000033;
}

span.small__price {
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    opacity: .4;
    border-bottom: 1px solid;
}

span.small__price:hover {
    border-color: transparent;
}

.btn:hover {
    background: var(--orange);
}

header.header.fixed {
    backdrop-filter: blur(5px);
}

.benefits {
    display: flex;
    justify-content: space-between;
    padding: 24px 71px;
    box-shadow: 0px 0px 12px 0px #0000001A;
    border-radius: 20px;
    gap: 72px;
}

.benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    justify-content: flex-end;
}

.benefits__item p {
    font-size: 12px;
    line-height: 16px;
    color: var(--grey);
    text-transform: uppercase;
}

span.benefits__value {
    font-size: 22px;
    line-height: 24px;
    font-family: 'SF Pro Display', sans-serif;
    color: #000000B2;
    font-weight: 600;
}

.benefits__item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.gallery a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    max-height: 200px;
}

p.hover__cursor {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0;
}

p.hover__cursor span {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--white);
}

.gallery a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--dark-grey);
    opacity: .6;
    transition: all .25s ease;
    opacity: 0;
}

.gallery a:hover:before {
    opacity: .6;
}

.gallery a:hover p.hover__cursor {
    opacity: 1;
}

.gallery a:nth-child(1) {
    grid-area: i1;
}

.gallery a:nth-child(2) {
    grid-area: i2;
}

.gallery a:nth-child(3) {
    grid-area: i3;
}

.gallery a:nth-child(4) {
    grid-area: i4;
}

.gallery a:nth-child(5) {
    grid-area: i5;
}

.gallery a:nth-child(6) {
    grid-area: i6;
}

.gallery a:nth-child(1), .gallery a:nth-child(4) {
    max-height: 344px;
}

.gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p.hover__cursor img {
    width: 40px;
    height: 40px;
}

.instock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

p.instock__title {
    font-size: 40px;
    line-height: 1;
}

p.intock__count {
    font-size: 20px;
    line-height: 1;
    color: var(--grey);
    opacity: .6;
}

span.count {
    font-weight: 700;
}

.instock__list {
    display: flex;
    align-items: center;
    position: relative;
}

.instock .arrow {
    display: flex;
    position: absolute;
}

.instock__card__img {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.instock__card__img__nav {
    display: flex;
    gap: 12px;
}

.instock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

p.instock__title {
    font-size: 40px;
    line-height: 1;
}

.instock__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.instock__slider.swiper {
    padding: 12px 10px;
    cursor: grab;
}

.instock__card__img img {
    max-height: 155px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

p.intock__count {
    font-size: 20px;
    line-height: 1;
    color: var(--grey);
    opacity: .6;
}

span.count {
    font-weight: 700;
}

.instock__list {
    display: flex;
    align-items: center;
    position: relative;
}

.instock__card.swiper-slide {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 12px 0px #00000021;
    border-radius: 20px;
    padding: 24px 20px 28px;
    gap: 24px;
}

.instock .arrow {
    display: flex;
    position: absolute;
    cursor: pointer;
}

.instock__card__img {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.instock__card__img__nav {
    display: flex;
    gap: 12px;
}

.instock__card__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.instock__card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

p.instock__card__name {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}

p.instock__card__desc {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1;
    opacity: .4;
    font-size: 14px;
}

span.small {
    font-size: 12px;
}

.instock__card__params {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.instock__card__param__row {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 17px;
    opacity: .8;
}

p.instock__card__price {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.instock__card.swiper-slide button.btn.grey__btn {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 6px 20px;
    border-radius: 4px;
}

.btn.grey__btn {
    background: var(--biege);
    color: var(--black);
}

.btn.grey__btn:hover {
    background: var(--orange);
    color: var(--white);
}

.instock__progressbar {
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-top: 20px;
}

.instock__progressbar__inner {
    width: 10%;
    height: 100%;
    background: var(--dark);
    opacity: .08;
    border-radius: inherit;
    transition: width 0.25s ease;
}

.instock__card__img__nav {
    width: 100%;
}

.instock__card__img__nav .swiper-pagination-bullet {
    flex: 1;
    height: 2px;
    margin: 0 !important;
    border-radius: 999px;
    background: var(--black);
    opacity: 0.08;
}

.instock__card__img__nav .swiper-pagination-bullet-active {
    opacity: .2;
}

.swiper {
    width: 100%;
}

.instock .arrow.prev {
    left: -44px;
}

.instock .arrow:hover svg g {
    opacity: .5;
}

.instock .arrow.next {
    right: -44px;
}

.instock .arrow.swiper-button-disabled {
    cursor: default;
    opacity: .5;
}

.instock .arrow.swiper-button-disabled:hover svg g {
    opacity: .12;
}

.offers__grid {
    display: flex;
    gap: 32px;
}

.offers__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    gap: 32px;
}

p.offers__item__name {
    font-size: 32px;
    line-height: 1;
}

.section__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.offers__item__img {
    display: flex;
    position: relative;
}

.offers__item__img img {
    width: 100%;
    height: 308px;
    border-radius: 16px;
    object-fit: cover;
}

span.deadline {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 8px;
    border-radius: 6px;
    background: var(--white);
    font-size: 14px;
    line-height: 1;
}

section.offers .btn {
    width: calc(100%/3 - 64px/3);
    padding: 16px 20px;
    font-size: 16px;
}

section.rus .section__header {
    justify-content: space-between;
}

section.rus .section__header .section__description {
    max-width: 736px;
}

.section__description {
    font-size: 24px;
    line-height: 1.1;
}

.rus__grid {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.rus__item {
    background: var(--biege);
    border-radius: 16px;
    padding: 56px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    height: 232px;
    overflow: hidden;
}

p.rus__item__title {
    font-size: 32px;
    line-height: 1;
}

p.rus__item__text {
    font-size: 20px;
    line-height: 1.1;
    opacity: .4;
    max-width: 460px;
}

.rus__item img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.col:nth-cilhd(1) .rus__item:nth-child(1) {
    height: 428px;
}

.rus__item:nth-child(2) {
    grid-area: r2;
}

.rus__item:nth-child(3) {
    grid-area: r3;
}

.rus__item:nth-child(4) {
    grid-area: r4;
    height: 288px;
}

.rus__item:nth-child(5) {
    grid-area: r5;
}

.col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 10px);
}

.col:nth-child(1) .rus__item:nth-child(1) {
    height: 428px;
}

.col:nth-child(1) .rus__item:nth-child(2) {
    height: 288px;
}

.credit__items {
    display: flex;
    gap: 40px;
    max-width: 1028px;
}

section.credit .section__content {
    gap: 54px;
}

.credit__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 32px 24px;
    box-shadow: 0px 0px 12px 0px #00000014;
    border-radius: 16px;
    flex: 1;
}

.credit__item img {
    width: 80px;
    height: 80px;
}

p.credit__item__title {
    font-size: 32px;
    line-height: 1.1;
    margin-top: 16px;
}

p.credit__item__text {
    opacity: .4;
    line-height: 22px;
}

.bank__slider.swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit__fos {
    max-width: 988px;
    width: 100%;
    padding: 44px 84px;
    border-radius: 32px;
    background: url(../img/credit-fos.jpg) no-repeat center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

p.credit__fos__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.credit__fos form.fos__form {
    width: 100%;
    max-width: 100%;
    gap: 24px;
    margin: 0;
}

.credit__fos form.fos__form .row {
    gap: 20px;
}

.credit__fos form.fos__form .row input.fos__input {
    height: 48px;
    background: var(--light-biege);
    border-radius: 8px;
    font-size: 16px;
    padding: 15px 20px;
    line-height: 1;
}

.credit__fos form.fos__form .row input.fos__input::placeholder {
    color: #31313169;
}

.credit__fos .fos__btn {
    background: var(--dark);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
}

.fos__checks {
    display: flex;
    gap: 12px;
}

.fos__checks .fos__checkbox input {
    border-color: var(--black);
}

.fos__checks .fos__checkbox {
    color: var(--black);
}

.avilon__benefits {
    max-width: 988px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.avilon__benefits__item {
    padding: 24px 20px;
    box-shadow: 0px 0px 12px 0px #00000014;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.avilon__benefits__item img {
    width: 60px;
    height: 60px;
}

p.avilon__benefits__item__title {
    max-width: 160px;
    line-height: 20px;
}

section.avilon .section__content {
    gap: 56px;
}

section.avilon .fos__wrapper {
    max-width: 400px;
    padding: 0;
    margin-left: 112px;
    gap: 32px;
}

section.avilon .fos__wrapper p.fos__title {
    font-size: 32px;
    color: var(--dark);
    line-height: 40px;
}

section.avilon form.fos__form {
    margin: 0;
    gap: 12px;
}

section.avilon form.fos__form .row {
    flex-direction: column;
    gap: 20px;
}

section.avilon form.fos__form .row input.fos__input {
    height: 49px;
    padding: 16px 20px;
    border-radius: 8px;
    background: var(--light-biege);
    font-size: 16px;
    line-height: 1;
}

section.avilon form.fos__form .row input.fos__input::placeholder {
    color: var(--dark);
    opacity: .4;
}

section.avilon .fos__btn {
    font-size: 16px;
    line-height: 1;
    background: var(--dark);
    border-radius: 12px;
    border: none;
    margin-top: 16px;
}

section.avilon .fos__btn:hover {
    background: var(--orange);
}

section.contacts .container {
    width: 100%;
}

.map__wrapper {
    display: flex;
    position: relative;
    height: 730px;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
}

.map__info {
    position: absolute;
    top: 32px;
    left: 106px;
    border-radius: 24px;
    background: var(--white);
    padding: 24px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 516px;
    width: 100%;
}

.map__info > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.contacts__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contacts__list__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contacts__list__item__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

p.place__name {
    font-size: 24px;
    line-height: 1;
}

span.red {
    color: var(--orange);
}

p.metro {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

p.metro span {
    line-height: 1;
    opacity: .4;
}

.contact__list__item__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact__list__item__content .row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact__list__item__content .row p, .contact__list__item__content .row a {
    font-size: 15px;
    line-height: 1;
}

.contact__list__item__content .row img {
    width: 16px;
    height: 16px;
}

.contact__list__item__content .row {}

.contact__list__item__content .row a:hover {
    color: var(--orange);
}

section.contacts {
    margin: 0;
}

footer {
    padding: 80px 142px;
    background: var(--biege);
    display: flex;
    justify-content: center;
}

footer .container {
    width: 100%;
    padding-right: 127px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.modal {
    position: fixed;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all .5s ease;
}

.footer__info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

.footer__info__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__logos {
    display: flex;
    gap: 16px;
}

.footer__logos span.delta {
    background: var(--black);
}

footer a.social__link svg path {
    fill: var(--black);
    opacity: .4;
}

footer a.social__link:hover svg path {
    opacity: 1;
    fill: var(--orange);
}

.description, .reqs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    line-height: 1;
    opacity: .8;
}

.reqs {
    gap: 12px;
}

nav.footer__nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__nav a:hover {
    color: var(--orange);
    opacity: 1;
}

nav.footer__nav ul li {
    display: flex;
}

.banks {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.banks__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 124px;
    flex: 1;
}

ymaps.ymaps-2-1-79-map {
    width: 100% !important;
}

div#map {
    width: 100%;
}

.modal.active {
    transform: translateY(0);
}

.modal__nav__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 100px 20px 40px 20px;
    background: var(--biege);
    gap: 40px;
}

header.header.nav__active {
    z-index: 99999;
}

.modal__nav__control {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

nav.modal__nav__menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

nav.modal__nav__menu ul a {
    font-size: 16px;
    color: var(--dark);
}

.modal__nav__control a.social__link svg path {
    fill: var(--text-soft);
}

nav.modal__nav__menu ul a:hover {
    color: var(--orange);
}

.modal__nav__control a.social__link:hover svg path {
    fill: var(--orange);
}

.modal__nav__control .btn {
    width: 100%;
}

.modal__nav__control {
    align-items: center;
}

.modal__nav__control a.social__link svg {
    width: 28px;
    height: 28px;
}

.modal__nav__control .social {
    gap: 24px;
}

nav.modal__nav__menu ul a {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 5px 0;
}

main.page__main {
    padding-top: 120px;
    min-height: 80vh;
}

.consent__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.consent__content a {
    border-bottom: 1px solid;
}

.consent__content a:hover {
    color: var(--orange);
}

h1.section__title {
    font-size: 2.5em;
    font-weight: 400;
}

a.consent__link {
    font-size: 14px;
    line-height: 1;
    opacity: .8;
    border-bottom: 1px solid;
}

a.consent__link:hover {
    color: var(--orange);
    opacity: 1;
}

.form-message {
    margin-top: 15px;
    font-size: 14px;
}

.form-message.success {
    color: #2e7d32;
}

.form-message.error {
    color: #d32f2f;
}

/* UPDATE */

.address__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.call__wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.call__wrapper a:hover {
    color: var(--orange);
}

.call__wrapper a:hover svg path {
    fill: var(--orange);
}

.address__list__item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.address__list__item svg {
    width: 20px;
    height: 20px;
}

main {
    overflow-x: hidden;
}