:root {
	--biege: #EBE8E3;
	--light-biege: #F9F9F9;
	--grey: #3C4650;
	--dark-grey: rgba(47, 45, 53, 1);
	--light-grey: #858585;
	--dark: #313131;
	--text-soft: #76706a;
	--container: 1324px;
	--white: #fff;
	--black: #000;
	--orange: #CEA472;
	--mainblack: rgba(24, 22, 31, 1);
}

* {
	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: 'Manrope', 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: sticky;
	inset: 0 0 auto;
	z-index: 100;
	padding: 20px 0;
	transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
	display: flex;
	justify-content: center;
	background: var(--white);
	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: #000;
	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;
	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: rgba(24, 22, 31, 1);
	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: 16px;
	width: 1px;
	background: var(--mainblack);
}

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

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

.call__wrapper {
	display: flex;
	align-items: center;
	position: relative;
	gap: 40px;
	line-height: 100%;
	color: var(--mainblack);
	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 {
	padding: 0px 16px;
    width: 100%;
    height: 100%;
}

.hero__slider.swiper picture {

    width: 100%;
    height: 100%;
}

.swiper-slide.hero__slide {
	overflow: hidden;
	border-radius: 4px;
    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: center;
}

.models__list .container{
	gap: 32px;
}

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

span.models__item__name {
    font-size: 20px;
	font-weight: 600;
}

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

.fos__container {
    display: flex;
    align-items: center;
    max-width: 1155px;
    width: 100%;
    background: var(--dark-grey);
    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: 30px;
    line-height: 100%;
	color: var(--white);
}

p.fos__text {
    color: rgba(250, 250, 250, 1);
	opacity: 0.8;
}

.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 rgba(250, 250, 250, 1);
    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: rgba(250, 250, 250, 1);
	opacity: 0.4;
}

.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: rgba(250, 250, 250, 1);
}

.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;
}

.molel_title_top{
	font-size: 48px;
	font-weight: 500;
	color: #000;
	text-align: center;
}

.brown_li{
	color: rgba(206, 164, 114, 1);
}


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

.button_video{
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}

.btn_video{
	padding: 12px 44px;
}

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

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


.car-color-block {
	text-align: center;
}

.car-color-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	transition: opacity .25s ease;
}

.car-color-name {
	margin-bottom: 12px;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}

.car-color-dots {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.car-color-dot {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 3px solid transparent;
	cursor: pointer;
	padding: 0;
}

.car-color-dot.active {
	border-color: #fff;
	box-shadow: 0 0 0 2px #222;
}


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

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

.model_subtitle{
	font-size: 28px;
	font-weight: 500;
	opacity: 0.32;
	text-align: center;
}

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

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

p.param {
    color: rgba(201, 201, 201, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

p.value {
    font-size: 26px;
    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 {
	color: rgba(206, 164, 114, 1);
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid;
}

span.small__price:hover {
    border-color: transparent;
}
.button_model{
	display: flex;
	flex-wrap:nowrap;
	gap: 20px;
}

.button_model .btn{
	min-width: 232px;
}
.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: 80px;
    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: rgba(47, 45, 53, 1);
    border-radius: 16px;
    padding: 56px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    height: 232px;
    overflow: hidden;
}

p.rus__item__title {
	color: rgba(250, 250, 250, 1);
    font-size: 32px;
    line-height: 1;
}

p.rus__item__text {
	color: rgba(250, 250, 250, 1);
    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 {
	color: #FAFAFA;
    font-size: 28px;
    line-height: 44px;
    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: #CEA472;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
}

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

.fos__checks .fos__checkbox input {
    border-color: #FAFAFA;
}

.fos__checks .fos__checkbox {
    color: #FAFAFA;
}

.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 {
	font-size: 14px;
    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: 24px;
    color: #FAFAFA;
    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: #CEA472;
    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: 850px;
    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: #CEA472;
}

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: #2F2D35;
    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: #FAFAFA;
}
.footer__info p, .footer__info a, .footer__nav a{
	color: #fafafa;
}
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;
}





.address-popup-wrapper{
	position: relative;
	display: inline-block;
}

.address__list{
	position: absolute;
	top: calc(100% + 12px);
	right: 0;

	width: min(420px, calc(100vw - 40px));

	padding: 20px;

	background: var(--white);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 16px;

	backdrop-filter: blur(20px);

	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);

	transition:
			opacity .3s ease,
			transform .3s ease,
			visibility .3s ease;

	z-index: 100;

	box-sizing: border-box;
}

.address-popup-wrapper:hover .address__list{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}




 .pm-tabs-accordion {
	 width: 100%;
	 color: #5f6268;
 }

.pm-tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.pm-tab {
	border: 0;
	padding: 12px 42px;
	background: #eadfce;
	color: #4d4d4d;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
}

.pm-tab:first-child {
	border-radius: 4px 0 0 4px;
}

.pm-tab:last-child {
	border-radius: 0 4px 4px 0;
}

.pm-tab.is-active {
	background: #2c2b31;
	color: #fff;
}

.pm-tab-content {
	display: none;
	opacity: 0;
	transform: translateY(8px);
}

.pm-tab-content.is-active {
	display: block;
	animation: pmTabFade .25s ease forwards;
}

@keyframes pmTabFade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pm-accordion-item {
	border-top: 1px solid #7d7f84;
}

.pm-accordion-item:last-child {
	border-bottom: 1px solid #7d7f84;
}

.pm-accordion-head {
	width: 100%;
	min-height: 64px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5f6268;
	cursor: pointer;
	font-size: 16px;
	font-family: inherit;

	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}

.pm-accordion-head span {
	color: #c99862;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
}

.pm-accordion-body {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition:
			max-height .35s ease,
			opacity .25s ease;
}

.pm-accordion-inner {
	padding: 0 0 22px;
	font-size: 15px;
	line-height: 1.5;
}

.pm-accordion-body p,
.pm-accordion-body ul {
	margin: 0;
}

.pm-accordion-body ul {
	padding-left: 18px;
}

.pm-accordion-item.is-open .pm-accordion-body {
	opacity: 1;
}

@media (max-width: 767px) {
	.pm-tab {
		padding: 11px 28px;
		font-size: 13px;
	}

	.pm-accordion-head {
		min-height: 58px;
		font-size: 15px;
	}
}


.lis__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.lis__col {
	display: grid;
	gap: 20px;
}

.lis__item {
	min-height: 272px;
	background: #f4f4f4;
	border-radius: 12px;
	padding: 56px;
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
}

.lis__item__title {
	margin: 0 0 18px;

	font-size: 32px;
	line-height: 1.22;
	font-weight: 600;
	color: #18161F;
}

.lis__item__text {
	margin: 0;

	font-size: 18px;
	line-height: 1.55;
	font-weight: 400;
	color: #656565;
}

.lis__item--image {
	padding: 0;
	overflow: hidden;
	background: transparent;
}

.lis__app {
	display: block;
	width: 100%;
	height: 272px;
	object-fit: cover;
	border-radius: 12px;
}

@media (max-width: 1024px) {
	.lis__item {
		padding: 32px;
	}

	.lis__item__title {
		font-size: 26px;
	}
	.lis__item--image {
		padding: 0;
		overflow: hidden;
		background: transparent;
	}
}


@media (max-width: 767px) {
	.lis__grid {
		grid-template-columns: 1fr;
	}

	.lis__item {
		min-height: 220px;
		padding: 28px 24px;
	}

	.lis__item__title {
		font-size: 24px;
	}

	.lis__app {
		height: 220px;
	}

	.lis__item--image {
		padding: 0;
		overflow: hidden;
		background: transparent;
	}
}


footer a.social__link svg path{
	fill: #fafafa;
}