section {
    display: flex;
    justify-content: center;
    max-width: 1920px;
    width: 100%;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.hero {
    height: 100vh;
    max-height: 1000px;
    background: url(/models/900/img/900_26.jpg) no-repeat center;
    background-size: cover;
}

.page__title {
    width: 100%;
}

.hero__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
    color: #fff;
    gap: 16px;
}

h2.title {
    margin: 0;
    font-size: 54px;
    color: #fff;
}

p.subtitle {
    font-size: 24px;
    margin: 0;
    text-align: center;
}

.hero__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sec__btn {
    text-decoration: none;
    background: #339586;
    color: #fff;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.sec__btn:hover {
    color: #fff;
    background: #148372;
}

section.tech {
    height: 100vh;
    max-height: 1000px;
    color: #fff;
    background: url(/models/900/img/900_8.png) no-repeat center;
    background-size: cover;
    position: relative;
}

section.tech .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30vh;
    align-items: center;
    position: relative;
    justify-content: space-between;
    height: 100%;
    padding: 120px 0;
}

.tech__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

section h1, section h2, section h3, section h4, body {
    font-family: 'Gilroy', Arial, sans-serif;
    margin: 0;
}

.tech__params {
    display: flex;
    align-items: center;
    gap: 48px;
}

section.tech h2.section__title {
    color: #fff;
}

section p {
    margin: 0;
}

h2.section__title {
    font-size: 40px;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.item p.value {
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
}

.item p.value span {
    font-size: 28px;
}

.item  p.param {
    font-size: 14px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    width: 130px;
    justify-content: center;
}

.item p.param::before {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100px;
    background: #339586;
}

section.tech::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35%;
    background: #ffffff03;
    backdrop-filter: blur(7px);
}

section.colors {
    background: #e1e1e1;
    background: linear-gradient(180deg, rgb(255 255 255) 25%, rgb(221 223 223) 65%);
    height: 100vh;
    max-height: 1000px;
}

/* ========== COLORS SECTION ========== */
.colors {
  padding: 60px 0;
}

.colors__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.colors__cars {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.colors__cars img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.colors__cars img.active {
  opacity: 1;
  position: relative;
}

.colors__variants {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.color__item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color__item.active {
  border-color: #ffffff;
  transform: scale(1.1);
}

.color__circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}

/* Ð¦Ð²ÐµÑ‚Ð° */
[data-color="blue"] .color__circle {background: #275577;}
[data-color="black"] .color__circle {background: #1f2125;}
[data-color="light-grey"] .color__circle {background: #c3c0bd;}
[data-color="grey"] .color__circle {background: #5b5b5c;}
[data-color="white"] .color__circle { background: #fff; border: 1px solid #ddd; }

/* ========== INNER SLIDER SECTION ========== */
.inner {
  padding: 60px 0;
}

.inner__slider {
  position: relative;
  width: 100%;
}

.inner__slider .swiper-slide {
  text-align: center;
}

.inner__slider img {
  max-width: 100%;
}

.inner__slider__nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.inner__slider__nav .swiper-button-prev,
.inner__slider__nav .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.inner__slider__nav .swiper-button-prev:hover,
.inner__slider__nav .swiper-button-next:hover {
  background: #000;
  color: #fff;
}

section.colors .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner__slider .swiper-wrapper {
    align-items: center;
}

.inner__slider__nav .swiper-pagination-bullet,
.benefits__nav .swiper-pagination-bullet {
    width: 26px;
    height: 3px;
    margin: 0 !important;
    transform: none;
    background: #ccc;
    opacity: 1;
    border-radius: 0;
}

.inner__slider__nav .swiper-pagination-bullet::before,
.benefits__nav .swiper-pagination-bullet::before {
    content: none;
}

.inner__slider__nav .swiper-pagination-bullet-active,
.benefits__nav .swiper-pagination-bullet-active {
    background: #009688;
    width: 50px;
}

.complect__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

section.complect {
    padding: 0 0 60px 0;
}

img.space__bg {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

section.space {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 1000px;
}

.space__info {
    position: relative;
    color: #fff;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 50%;
}

.space__wrapper {
    display: flex;
    height: 100%;
    align-items: flex-end;
}

p.space__title {
    padding: 3px 10px;
    border-left: 5px solid #009688;
    font-size: 24px;
    font-weight: 700;
}

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

section.benefits {
    background: #f5f5f5;
    padding: 60px 0;
}

.swiper-slide.benefits__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

p.benefits__item__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.benefits__item__text {
    line-height: 1.5;
}

.benefits__nav {
    margin-top: 40px;
}

section.enjoy {
    background: url(/models/900/img/900_21.png) no-repeat center;
    height: 100vh;
    max-height: 1000px;
}

section.enjoy .container {
    justify-content: space-between;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enjoy__main {
    color: #fff;
    margin-top: 60px;
    /* background: url(/models/900/img/900_21.png) no-repeat bottom; */
    background-size: 100%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    position: relative;
    width: 100%;
}

.enjoy__main h2 {
    color: #fff;
    max-width: 500px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 3px solid #009688;
    padding-bottom: 30px;
    position: relative;
}

.enjoy__main .subtitle {
    max-width: 500px;
    font-size: 16px;
    position: relative;
}

.enjoy__main::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000c9;
    top: 0;
}

.enjoy__tech {
    background: #f5f5f5;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.enjoy__tech__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

p.enjoy__tech__title {
    padding: 3px 10px;
    border-left: 5px solid #009688;
    font-size: 24px;
    font-weight: 700;
}

.enjoy__tech__params {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.enjoy__tech__params__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid;
}

.enjoy__tech__params__item .value {
    font-size: 24px;
    font-weight: 700;
}

.enjoy__tech__params__item .params {
    font-size: 14px;
}

.func__wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}

.func__img {
    display: flex;
    width: 100%;
}

.func__content {
    flex-direction: column;
    display: flex;
    width: 100%;
    /* align-items: flex-end; */
    /* text-align: right; */
    padding: 60px;
    gap: 20px;
}

section.func {
    background: #f5f5f5;
    padding: 60px 0;
}

p.func__title {
    font-size: 24px;
    font-weight: 700;
}

.func__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.banner {
    height: 100vh;
    max-height: 1000px;
    background: url(/models/900/img/900_5.png) no-repeat center;
    background-size: cover;
}

section.banner .container {
    display: flex;
    justify-content: center;
    padding: 60px 0 0;
}

section.banner .container h2.section__title {
    max-width: 600px;
    text-align: center;
    line-height: 1.25;
    color: #233f65;
}

/* GALLERY */
.gallery {
	padding: 60px 0;
}

.gallery__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.gallery__wrapper a {
	display: block;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery__wrapper a:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.gallery__wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.gallery__wrapper a:hover img {
	transform: scale(1.05);
}

.imap {
    width: 100%;
}

section.offer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

section.offer {
    padding: 0 0 60px 0;
}

section.offer h2.section__title {
    max-width: 800px;
    text-align: center;
    line-height: 1.25;
}

section {
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
	.colors__cars {
	    max-width: 80%;
	}
	
	section.colors {
	    max-height: 800px;
	}
	
	.enjoy__main {
	    max-width: 80%;
	}
}

@media screen and (max-width: 1280px) {
	section.space {
	    max-height: 700px;
	}
	
	.header__callback a {
	    font-size: 14px;
	}
	
	.header__phone a {
	    font-size: 20px;
	}
	
	.header__adress {
	    font-size: 14px;
	}
	
	header .-header-row {
	    padding: 0;
	    margin: 0;
	}
	
	a.logotype img, a.avilon__logo svg {
	    max-width: 115px;
	    max-height: 16px;
	}
	
	h2.title {
	    font-size: 48px;
	}
	
	p.subtitle {
	    font-size: 20px;
	    text-align: center;
	}
	
	.sec__btn {
	    font-size: 16px;
	}
	
	section.hero {
	    max-height: 800px;
	}
	
	.hero__wrapper {
	    padding-top: 100px;
	}
	
	section.tech {
	    max-height: 800px;
	}
	
	h2.section__title {
	    font-size: 32px;
	}
	
	.tech__wrapper {
	    padding: 80px;
	}
	
	section.colors {
	    max-height: 600px;
	}
	
	.complect__header {
	    gap: 20px;
	}
	
	.space__info {
	    max-width: 80%;
	    padding-bottom: 60px;
	}
	
	img.space__bg {
	    object-fit: cover;
	}
	
	.enjoy__main h2 {
	    padding-bottom: 24px;
	}
	
	.enjoy__main {
	    gap: 24px;
	}
	
	.func__content {
	    padding: 32px;
	    gap: 12px;
	}
	
	p.func__title {
	    font-size: 18px;
	}
	
	body {
	    font-size: 15px;
	}
	
	section.func {
	    padding: 48px 0;
	}
	
	section.banner {
	    max-height: 700px;
	}
}

@media screen and (max-width: 992px) {
	h2.title {
	    font-size: 36px;
	}
	
	p.subtitle {
	    font-size: 16px;
	}
	
	.item p.value {
	    font-size: 38px;
	}
	
	.item p.value span {
	    font-size: 24px;
	}
	
	.color__circle {
	    width: 24px;
	    height: 24px;
	}
	
	.color__item {
	    width: 36px;
	    height: 36px;
	}
	
	section.colors {
	    max-height: 500px;
	    padding: 40px 0;
	}
	
	h2.section__title {
	    font-size: 28px;
	}
	
	section.space {
	    max-height: 600px;
	}
	
	.space__info {
	    max-width: 100%;
	}
	
	p.space__title {
	    font-size: 20px;
	}
	
	p.benefits__item__title {
	    font-size: 20px;
	}
	
	.enjoy__main h2 {
	    font-size: 24px;
	    padding-bottom: 20px;
	}
	
	.enjoy__main {
	    gap: 20px;
	    margin-top: 20px;
	    padding: 32px;
	    background-size: 800px;
	}
	
	p.enjoy__tech__title {
	    font-size: 20px;
	}
	
	.enjoy__tech {
	    padding: 32px;
	    gap: 24px;
	}
	
	.enjoy__tech__params__item .value {
	    font-size: 20px;
	}
	
	.enjoy__tech__params__item {
	    padding-top: 12px;
	    gap: 6px;
	}
	
	.func__wrapper {
	    grid-template-columns: repeat(1, 1fr);
	}
	
	section.banner {
	    max-height: 600px;
	}
	
	section.banner .container h2.section__title {
	    max-width: 500px;
	}
}

@media screen and (max-width: 768px) {
	h2.title {
	    font-size: 36px;
	}
	
	p.subtitle {
	    font-size: 16px;
	}
	
	.item p.value {
	    font-size: 38px;
	}
	
	.item p.value span {
	    font-size: 24px;
	}
	
	.color__circle {
	    width: 24px;
	    height: 24px;
	}
	
	.color__item {
	    width: 36px;
	    height: 36px;
	}
	
	section.colors {
	    max-height: 480px;
	    padding: 40px 0;
	}
	
	h2.section__title {
	    font-size: 28px;
	    text-align: center;
	}
	
	section.space {
	    max-height: 600px;
	}
	
	.space__info {
	    max-width: 100%;
	}
	
	p.space__title {
	    font-size: 20px;
	}
	
	p.benefits__item__title {
	    font-size: 20px;
	}
	
	.enjoy__main h2 {
	    font-size: 24px;
	    padding-bottom: 20px;
	}
	
	.enjoy__main {
	    gap: 20px;
	    margin-top: 20px;
	    padding: 32px;
	    background-size: 800px;
	    max-width: 100%;
	}
	
	p.enjoy__tech__title {
	    font-size: 20px;
	}
	
	.enjoy__tech {
	    padding: 32px;
	    gap: 24px;
	}
	
	.enjoy__tech__params__item .value {
	    font-size: 20px;
	}
	
	.enjoy__tech__params__item {
	    padding-top: 12px;
	    gap: 6px;
	}
	
	.func__wrapper {
	    grid-template-columns: repeat(1, 1fr);
	}
	
	section.banner {
	    max-height: 400px;
	}
	
	section.banner .container h2.section__title {
	    max-width: 360px;
	    font-size: 24px;
	}
	
	section.hero {
	    background-position: center;
	    max-height: 650px;
	}
	
	section.tech {
	    max-height: 650px;
	}
	
	.tech__wrapper {
	    padding: 30px 0;
	    width: 100%;
	}
	
	.tech__params {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 10px 40px;
	}
	
	section.tech::before {
	    height: 40%;
	}
	
	.colors__cars {
	    max-width: 100%;
	}
	
	.enjoy__tech__params {
	    grid-template-columns: repeat(2, 1fr);
	}
	
	section.banner .container {
	    padding: 24px 0 0;
	}
	
	.gallery__wrapper {
	    grid-template-columns: repeat(1, 1fr);
	}
	
	section.offer {
	    padding: 0 0 40px 0;
	}
	
	section.gallery {
	    padding: 40px 0;
	}
}

@media screen and (max-width: 480px) {
	.hero__wrapper {
	    padding-top: 60px;
	    gap: 10px;
	}
	
	section.hero {
	    max-height: 600px;
	}
	
	.item p.value {
	    font-size: 32px;
	}
	
	.item p.value span {
	    font-size: 20px;
	}
	
	.tech__params {
	    gap: 10px 28px;
	}
	
	section.colors {
	    max-height: 400px;
	    padding: 24px 0;
	}
	
	section.inner {
	    padding: 40px 0;
	}
	
	.inner__slider__nav {
	    margin-top: 20px;
	}
	
	.complect__header {
	    gap: 12px;
	}
	
	.space__info {
	}
	
	section.space {
	    max-height: 500px;
	}
	
	
	.benefits__nav {
	    margin-top: 20px;
	}
	
	.enjoy__main h2 {
	    font-size: 20px;
	    padding-bottom: 12px;
	    border-bottom: 1px solid #009688;
	}
	
	.enjoy__main {
	    gap: 12px;
	}
	
	.enjoy__main .subtitle {
	    font-size: 13px;
	}
	
	p.enjoy__tech__title {
	    font-size: 16px;
	}
	
	body {
	    font-size: 14px;
	}
	
	.enjoy__tech__params__item .value {
	    font-size: 18px;
	}
	
	.func__content {
	    padding: 20px;
	}
	
	section.banner {
	    max-height: 320px;
	}
	
	section.banner .container h2.section__title {
	    font-size: 20px;
	}
	
	h2.section__title {
	    font-size: 24px;
	}
}