:root{
    --balck: #212529;
    --white: #FFFF;
    --gold: #C78D66;
    --flesh: #f3e1d7;
    --gray: #7c7979;
    --yellow: #ffff00;

    --text-color-1: var(--balck);
    --text-color-2: #333;
    --text-color-3: var(--gray);
    --error-color: #d40221;
    --brand-color: #d40221;
    --font-family-1: Montserrat,Arial,sans-serif;
    --font-family-2: Roboto,Arial,sans-serif;
}

.model-detail-title{display: none}
.model-detail-container.model-detail-container__middle[data-model]{
    padding: 0;
    max-width: none;
    width: auto;
}

.gacDetailPage{
    font-family:Montserrat,Arial,sans-serif;
}
.gacDetailPage picture{
    display: flex;
    width: 100%;
}
.gacDetailPage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}

@media (min-width: 768px) {
    .gacPictureOverlay{position: relative}
    .gacPictureOverlay:before {
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }
    .gacPictureOverlay--left:before {
        background: linear-gradient(100deg, rgba(0, 0, 0, .6) 2%, rgba(0, 0, 0, .24) 22%, transparent 45%);
    }
    .gacPictureOverlay--vertical-up:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, .6) 2%, rgba(0, 0, 0, .24) 22%, transparent 45%);
        top: 0;
    }
}

.gacDetailPage h1, .gacDetailPage h2, .gacDetailPage h3, .gacDetailPage h4{color: currentColor}

.gacH1{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 0 40px;
    text-transform: none;
}
.gacH2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 0 20px;
    text-transform: none;
}
.gacH3{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 20px;
    text-transform: none;
}
.gacH4 {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: none;
}
@media (min-width: 768px) {
    .gacH1{
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 50px;
        text-transform: none;
    }
    .gacH2 {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 40px;
        margin: 0 0 40px;
        text-transform: none;
    }
    .gacH3{
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
        text-transform: none;
    }
    .gacH4 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.389em;
        text-transform: none;
    }
}


/*===gacSection====*/
.gacSection {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px
}
.gacSection--without-side-paddings {
    padding-left: 0!important;
    padding-right: 0!important
}
.gacSection--background-inverse {
    background-color: #000;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px
}
.gacSection__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.gacSection__container--width-800 {
    max-width: 840px
}
.gacSection__container--width-1180 {
    max-width: 1220px
}

.gacSection__subtitle {
    font-weight: 400;
    text-transform: uppercase
}
.gacSection__text {
    margin: 0 auto;
    max-width: 800px
}
.gacSection__pagination {
    margin-top: 30px
}
.gacSection__head {
    padding: 0 0 20px
}
.gacSection__upperTitle{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 30px;
}
.gacSection__title, .gacSection__underTitle{
    text-align: center;
}
.gacSection__underTitle {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.gacSection p {
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .gacSection__subTitle {
        font-family:Montserrat,Arial,sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 40px;
        text-transform: none
    }
}
@media (min-width: 768px) {
    .gacSection {
        font-size:16px;
        line-height: 25px
    }
    .gacSection__pagination {
        margin-top: 40px
    }
}
@media (min-width: 992px) {
    .gacSection {
        padding-bottom:60px;
        padding-top: 60px
    }
    .gacSection--map {
        padding-bottom: 0
    }
    .gacSection__container {
        padding-left: 60px;
        padding-right: 60px
    }
    .gacSection__container--width-800 {
        max-width: 920px
    }
    .gacSection__container--width-1180 {
        max-width: 1300px
    }
    .gacSection__head {
        padding: 0 0 40px
    }
    .gacSection__text--cols .h4,.gacSection__text--cols .h5,.gacSection__text--cols h4,.gacSection__text--cols h5 {
        margin-bottom: 40px
    }
    .gacSection__text--background-inverse {
        padding-bottom: 30px;
        padding-top: 40px
    }
    .gacSection__header {
        margin-bottom: 40px
    }
}
@media (min-width: 1400px) {
    .gacSection {
        padding-bottom:60px;
        padding-top: 60px
    }
}
@media (min-width: 1920px) {
    .gacSection__head {
        padding:0 0 40px
    }
}

/*===technicalSpecifications===*/
.technicalSpecifications__body{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.technicalSpecifications__btn{
    display: flex;
    justify-content: center;
}
.technicalSpecifications__text{
    text-align: center;
    font-weight: bold;
}
.technicalSpecifications__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
.technicalSpecifications__list .gacH3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.technicalSpecifications__list p {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
}
@media (min-width: 700px) {
    .technicalSpecifications__btn .GA-PS-btn{flex: 0 0 auto}
    .technicalSpecifications__list{text-align: center;}
}
@media (max-width: 1200px) {
    .technicalSpecifications__list{grid-template-columns: repeat(3, 1fr);}
}
@media (max-width: 700px) {
    .technicalSpecifications__body{
        display: grid;
        grid-template-areas: "technicalSpecifications__text" "technicalSpecifications__list" "technicalSpecifications__btn";
    }
    .technicalSpecifications__btn{grid-area: technicalSpecifications__btn}
    .technicalSpecifications__text{grid-area: technicalSpecifications__text}
    .technicalSpecifications__list{grid-template-columns: repeat(1, 1fr);grid-area: technicalSpecifications__list}
    .technicalSpecifications__list .gacH3{
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 40px;
        margin: 0 0 20px;
        text-transform: none;
    }
}

/*===executionOptions===*/
.executionOptions__btns{display: flex;justify-content: center}
.executionOptions__btn{
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    transition: .2s;
    padding: 9px 20px;
    color: #fff;
    background: #000;
    border-color: #000;
    box-shadow: inset 0 0 0 1px #000;
    text-align: center;
    cursor: pointer;
}
.executionOptions__btn.active {
    color: #000;
    background: #fff;
    cursor: none;
    pointer-events: none;
}
.executionOptions__wrapper{
    position: relative;
}
.executionOptionsSlider__bg{
    display: flex;
    height: 100%;
}
.executionOptionsSlider__bg picture{
    height: 100%;
    margin: 0 auto;
}
.executionOptionsSlider__content{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.executionOptionsSlider{max-width: 100%}
.executionOptionsSlider~.swiper-pagination {
    padding-top: 120px;
}
.executionOptionsSlider__bullet {
    display: inline-flex;
    height: 40px;
    margin: 0 5px;
    width: 40px;
    border: 1px solid #e1e0e0;
    border-radius: 50%;
    position: relative;
}
.executionOptionsSlider__bullet:not(.swiper-pagination-bullet-active){
    cursor: pointer;
}
.executionOptionsSlider__bullet span{
    display: none;
}
.executionOptionsSlider__bullet:before {
    animation: none;
    background-blend-mode: normal;
    background-color: transparent;
    background-image: radial-gradient(62.62% 64.65% at 74.75% 91.34%,hsla(0,0%,100%,.7) 0,hsla(0,50%,97%,0) 100%);
    border-radius: inherit;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: none;
    width: auto;
}
.executionOptionsSlider__bullet:after {
    animation: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDIwIDIwJyBmaWxsPSdub25lJz48cmVjdCB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHJ4PScxMCcgZmlsbD0nd2hpdGUnLz48cGF0aCBkPSdNMTUuMzMyNyA2TDcuOTk5MzUgMTMuMzMzM0w0LjY2NjAyIDEwJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjxzY3JpcHQgeG1sbnM9JycvPjwvc3ZnPg==") no-repeat 0 0/contain;
    bottom: auto;
    content: "";
    display: block;
    height: 14px;
    left: auto;
    opacity: 0;
    position: absolute;
    right: -7px;
    top: 0;
    transform: none;
    transition: .2s;
    width: 14px;
}
.swiper-pagination-bullet-active:after, .swiper-pagination-bullet-active:hover:after {
    opacity: 1;
}
.executionOptionsSlider__price, .executionOptionsSlider__btns{
    position: absolute;
    bottom: 60px;
    z-index: 2;
}
.executionOptionsSlider__price{left: 120px;margin: 0}
.executionOptionsSlider__btns{
    display: flex;
    gap: 12px;
    right: 120px;
    z-index: 3;
}
.executionOptionsSlider__btns .GA-PS-btn{
    padding: 8px 20px;
}
.executionOptionsSlider .swiper-pagination.swiper-pagination-lock{
    display: block;
}
@media (min-width: 768px) {
    .executionOptionsSlider{height: 722px;padding-bottom: 40px}
    .executionOptionsSlider__content {
        background-color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 20px;
    }
    .executionOptionsSlider__content {
        margin-bottom: 15px;
        width: fit-content;
    }
}
@media (min-width: 1200px) {
    .executionOptions__wrapper[data-tab-td-id="interior"] .executionOptionsSlider__price{
        color: #FFFF;
    }
}
@media (max-width: 1200px) {
    .executionOptionsSlider__bg {
        height: auto;
    }
    .executionOptionsSlider {
        height: 70vw;
        padding-bottom: 40px;
    }
    .executionOptionsSlider__price {
        top: -45px;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
        height: fit-content;
        bottom: auto;
    }
    .executionOptionsSlider__btns{
        flex-direction: column;
        bottom: 0;
    }
    .gacDetailPage img{
        height: 100%;
    }
}
@media (max-width: 1000px) {
    .executionOptionsSlider__btns {
        position: static;
    }
}
@media (max-width: 767px) {
    .executionOptionsSlider {
        aspect-ratio: 372 / 257;
    }
}

/*===equipment===*/
.gacSection.equipment{
    overflow: visible;
    position: relative;
}
.equipmentCheckBox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    margin: 15px 0;
}
.equipmentCheckBox__action{
    display: flex;
    align-items: center;
    position: relative;
    width: 45px;
    height: 25px;
    border-radius: 20px;
    background: #a2a0a0;
    box-sizing: border-box;
}
.equipmentCheckBox.checked .equipmentCheckBox__action{
    background: #d40221;
}
.equipmentCheckBox__action:after{
    content: "";
    height: calc(100% - 5px);
    aspect-ratio: 1;
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #FFFF;
    top: 0;
    bottom: 0;
    left: 3px;
    right: auto;
    transition: .2s linear;
    margin: auto;
}
.equipmentCheckBox__label{
    color: #7c7979;
}
.equipmentCheckBox.checked .equipmentCheckBox__action:after{
    left: auto;
    right: 3px;
}
.equipment .swiper{
    width: 100%;
    box-sizing: border-box;
}
.equipment__navigation {
    z-index: 1;
    display: flex;
    position: relative;
    top: -37px;
}
.equipment__navigation > *{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 50%;
    box-sizing: border-box;
    background: #2e2d2d;
    color: #FFFF;
}
.equipment__navigation > *.swiper-button-disabled{
    background: #c0c0c0;
}
.equipment__navigation > *.swiper-button-lock{
    display: none;
}
.equipmentHeader{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background: #FFFF;
}
.equipmentItem__row {
    padding: 15px 0;
}
.equipmentHeader .equipmentItem__td{
    font-weight: bold;
}
.equipmentItem{
    list-style: none;
}
.equipmentItem__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
    border-bottom: 1px solid #e1e0e0;
    list-style: none;
    cursor: pointer;
}
.equipmentItem__inner:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    width: 30px;
}
.equipmentItem__inner:after {
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    background-color: #000;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc2MCcgaGVpZ2h0PSc2MCcgdmlld0JveD0nMCAwIDYwIDYwJyBmaWxsPSdub25lJz48cGF0aCBkPSdNMjAgMjRMMzAgMzRMNDAgMjQnIHN0cm9rZT0nIzJFMkQyRCcgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48c2NyaXB0IHhtbG5zPScnLz48L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc2MCcgaGVpZ2h0PSc2MCcgdmlld0JveD0nMCAwIDYwIDYwJyBmaWxsPSdub25lJz48cGF0aCBkPSdNMjAgMjRMMzAgMzRMNDAgMjQnIHN0cm9rZT0nIzJFMkQyRCcgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48c2NyaXB0IHhtbG5zPScnLz48L3N2Zz4=");
    -webkit-mask-size: contain;
    mask-size: contain;
}
.equipmentItem[open] .equipmentItem__inner:after{
    transform: rotate(180deg);
}
.equipmentItem__th--plus, .equipmentItem__th--minus{
    position: relative;
}
.equipmentItem__th--plus:after, .equipmentItem__th--minus:after {
    position: absolute;
    background: #000;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 6px;
    left: 0;
}
.equipmentItem__th--minus:after{
    background: #cccccc;
}
@media (min-width: 768px) {
    .equipmentHeader .equipmentItem__td, .equipmentItem__inner {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 25px;
        text-transform: none;
    }
    .equipmentItem__inner:before {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        height: 60px;
        position: absolute;
        right: 0;
        width: 60px;
    }
}
@media (min-width: 992px) {
    .equipmentCheckBox{
        position: absolute;
        right: 60px;
        top: -44px;
        margin: auto;
        width: fit-content;
        z-index: 5;
    }
}

.equipmentItem__options {
    display: flex;
}
.equipmentItem__th {
    color: #7c7979;
    margin-bottom: 10px;
    padding: initial;
}
.equipmentItem__options {
    margin-left: auto;
    max-width: 100%;
    min-width: 280px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    .equipmentItem__row {
        display: flex;
        padding: 15px 0;
    }
    .equipmentItem__th {
        max-width: 380px;
        min-width: 380px;
        width: 380px;
        margin-bottom: 0;
        padding-right: 80px;
    }
    .equipmentItem__options {
        max-width: calc(100% - 380px);
        width: calc(100% - 380px);
    }
    .equipmentItem__td {
        padding-bottom: initial;
        padding-left: initial;
        padding-right: 0;
        padding-top: initial;
    }
}
@media (max-width: 575px) {
    .equipmentItem__td {
        max-width: 50%;
        min-width: 50%;
        width: 50%;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .equipmentItem__td {
        max-width: 33.3333333333%;
        min-width: 33.3333333333%;
        width: 33.3333333333%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .equipmentItem__td {
        max-width: 50%;
        min-width: 50%;
        padding: 10px 15px;
        width: 50%;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .equipmentItem__td {
        max-width: 33.3333333333%;
        min-width: 33.3333333333%;
        width: 33.3333333333%;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .equipmentItem__td {
        max-width: 25%;
        min-width: 25%;
        width: 25%;
    }
}
@media (min-width: 1600px) {
    .equipmentItem__td {
        max-width: 20%;
        min-width: 20%;
        width: 20%;
    }
}
@media (max-width: 992px) {
    .equipmentItem__td{text-align: center}
}

/*===gacSectionDesign===*/
.gacSectionDesign__wrapper {
    align-items: flex-start;
    background-size: cover;
    border-radius: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    transition-property: transform;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
@media (min-width: 768px) {
    .gacSectionDesign__wrapper {
        display: flex;
        height: calc(100vh - 120px);
        height: calc(var(--vh, 1vh) * 100 - 120px);
        justify-content: center;
        max-height: 900px;
        min-height: 540px;
        padding: 60px;
        text-align: center;
        transition: .6s;
    }
}


@media (min-width: 992px) {
    .gacSectionDesign__wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/*===financialServices====*/
.financialServices .gacSection__container{
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}
.financialServices .gacSection__title{
    text-align: left;
    margin-top: 0;
}
.financialServices__list{
    display: flex;
    flex-direction: column;
}
.financialServices__item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
}
.financialServices__title{
    box-sizing: border-box;
    margin: 0 0 10px;
    text-transform: none;
}
.financialServices__item i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d40221;
    border-radius: 0;
    height: 40px;
    min-width: 40px;
    position: relative;
    width: 40px;
}
.financialServices .GA-PS-btn{width: 100%;margin-top: 30px;}
@media (max-width: 767px) {
    .financialServices__item {gap:20px}
}
@media (min-width: 768px) {
    .financialServices__item {gap: 40px}
    .financialServices__content{padding: 40px 60px;}
}
@media (max-width: 992px) {
    .financialServices .gacSection__container{flex-direction: column-reverse;gap: 30px;}
}
@media (min-width: 992px) {
    .financialServices .gacSection__container {
        display: flex;
        justify-content: space-between;
        gap: 60px;
    }
    .financialServices--reverse .gacSection__container{flex-direction: row-reverse}
}

/*===gacSectionCards===*/
.gacSectionCards__wrapper{
    display: grid;
    gap: 60px;
}
.gacSectionCard picture{
    margin-bottom: 30px;
}
.gacSectionCard__title{
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: none;
    text-align: center;
}
.gacSectionCard__text{
    text-align: center;
}
@media (min-width: 1200px) {
    .gacSectionCards__wrapper{
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .gacSectionCard__title {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    .gacSectionCard__title{
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 25px;
        text-transform: none;
    }
}

/*===gacSwiper====*/
.gacSwiper{overflow: visible !important;}
.gacSwiper .swiper-slide picture, .gacSwiper .swiper-slide img{height: 100%;width: 100%;}
.gacSwiper__arrow {
    align-items: center;
    background: hsla(0,0%,100%,.15);
    border-radius: 0;
    color: #f2f2f2;
    cursor: pointer;
    display: none;
    height: 40px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    width: 40px;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
}
.gacSwiper__arrow svg{stroke: currentColor}
@media (min-width: 768px) {
    .gacSwiper .swiper-slide {
        display: flex;
        align-items: flex-end;
        border-radius: 0;
        height: calc(100vh - 120px);
        height: calc(var(--vh, 1vh) * 100 - 10px);
        justify-content: center;
        min-height: 540px;
        text-align: center;
        aspect-ratio: 1800 / 800;
    }
    .gacSwiper picture{
        min-height: 320px;
    }
    .gacSwiper .swiper-slide {
        aspect-ratio: 1800/800;
        height: auto;
    }
    .gacSwiper__content{
        position: absolute;
        top: 65px;
        left: 65px;
        text-align: left;
        color: #FFFF;
        z-index: 11;
    }
    .gacSwiper__arrow {
        display: flex;
        height: 60px;
        opacity: .5;
        width: 60px
    }
    .gacSwiper__arrow:hover {
        background: hsla(0,0%,100%,.6)
    }
}
.gacSwiper:hover .gacSwiper__arrow {
    opacity: 1
}
@media (min-width: 992px) {
    .gacSwiper__next {right: 10px;}
    .gacSwiper__prev {left: 10px;}
}
@media (max-width: 768px) {
    .gacSwiper__content{
        margin-top: 30px;
        text-align: center;
        max-width: none !important;
    }
}
.gacSwiper__arrow.swiper-button-lock{
    display: none;
}

/*===gacSmallSwiper===*/
.gacSmallSwiper__slide{
    position: relative;
}
.gacSmallSwiper .swiper-slide:only-child .gacSmallSwiper__slide {
    padding-left: 0;
    padding-right: 0;
}
.gacSmallSwiper__bg {height: 100%;display: flex;}
@media (min-width: 768px) {
    .gacSmallSwiper .swiper-slide .gacSmallSwiper__slide {
        height: 480px;
    }
    .gacSmallSwiper__slide .GA-PS-btn{width: fit-content}
}
@media (min-width: 992px) {
    .gacSmallSwiper .swiper-slide .gacSmallSwiper__slide {
        height: 495px;
    }
}
.gacSmallSwiper__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 25px;
}
.gacSmallSwiper__text{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
}

@media (min-width: 768px) {
    .gacSmallSwiper__content {
        padding: 40px;
    }
}
@media (min-width: 992px) {
    .gacSmallSwiper__content{
        padding: 30px 55px;
    }
    .gacSmallSwiper__text{
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5em;
    }
}
@media (min-width: 1200px) {
    .gacSmallSwiper__content {
        padding: 60px 75px;
    }
}

/*===gacMiniSwiper===*/
@media (min-width: 768px) {
    .gacMiniSwiper .swiper-slide .gacSmallSwiper__slide {
        height: 380px;
    }
}

/*===gacModelSlider===*/
.gacModelSlider__header{
    padding-bottom: 50px;
}
.gacModelSlider__header .swiper-slide:not(.swiper-slide-active),
.gacModelSlider__footer .swiper-slide:not(.swiper-slide-active)
{opacity: 0 !important;}

.gacModelSlider__body picture {
    aspect-ratio: 1120/443;
    max-width: 1120px;
    margin: 0 auto;
}
.gacModelSlider__description{
    display: flex;
    justify-content: space-between;
}
.gacModelSlider__parameters {
    display: flex;
    gap: 25px;
}
.gacModelSlider__parameter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gacModelSlider__title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    text-transform: none;
}
.gacModelSlider__subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.gacModelSlider__divider {
    border-left: 1px solid #2e2d2d;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
}
.gacModelSlider__price {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: none;
}
@media (min-width: 992px) {
    .gacModelSlider__description {
        align-items: center;
        flex-wrap: wrap;
        gap: 50px;
        padding: 50px 0;
    }
    .gacModelSlider__parameters {
        gap: 30px;
        margin-right: auto;
    }
    .gacModelSlider__price, .gacModelSlider__title {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 40px;
        text-transform: none;
    }
    .gacModelSlider__price {
        white-space: nowrap;
    }
    .gacModelSlider__btns {
        display: flex;
        gap: 20px;
    }
}
@media (min-width: 1200px) {
    .gacModelSlider__description {
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: space-between;
    }
    .gacModelSlider__parameters {
        gap: 15px;
        margin: 0;
        width: auto;
    }
    .gacModelSlider__parameter {
        max-width: 130px;
    }
    .gacModelSlider__btns {
        gap: 10px 20px;
    }
}
@media (min-width: 1400px) {
    .gacModelSlider__parameters {
        gap: 30px;
        margin-right: auto;
        width: auto;
    }
    .gacModelSlider__parameter {
        max-width: none;
    }
}
@media (max-width: 991px) {
    .gacModelSlider__footer{margin-top: 30px}
    .gacModelSlider__description {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 50px;
    }
    .gacModelSlider__parameters {
        gap: 15px;
    }
    .gacModelSlider__title {
        text-align: center;
    }
    .gacModelSlider__subtitle {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
    }
    .gacModelSlider__price {
        text-align: center;
    }
    .gacModelSlider__btns {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 575px) {
    .gacModelSlider__title {
        font-size: 20px;
    }

}
@media (max-width: 359px) {
    .gacModelSlider__parameters {
        flex-wrap: wrap;
    }
    .gacModelSlider__parameter {
        width: 100%;
    }
    .gacModelSlider__divider {
        display: none;
    }
}

/*===gacSectionDocuments===*/
.gacSectionDocuments .gacSectionCards__wrapper{
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    max-width: 100%;
    overflow: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    gap: 10px
}
.gacSectionDocuments__item {background: #f2f2f2;border: none;gap: 30px;text-decoration: none;color: inherit;position: relative;padding:20px}
.gacSectionDocuments__item:first-child{background: #000;color: #FFFF;}
.gacSectionDocuments__item h3 {margin-bottom: auto}
.gacSectionDocuments__item p {max-width: 300px}
.gacSectionDocuments__item p:last-of-type {margin-bottom: 0}
.gacSectionDocuments__item i {margin-top: auto;}
.gacSectionDocuments__item i svg {color: #d40221;}
@media (min-width: 992px) {
    .gacSectionDocuments .gacSectionCards__wrapper{gap:20px}
    .gacSectionDocuments__item {padding:30px}
    .gacSectionDocuments__item i {position: absolute;right: 30px;top:30px}
}
@media (min-width: 1200px) {
    .gacSectionDocuments .gacSectionCards__wrapper{gap:40px}
    .gacSectionDocuments__item {padding:40px}
    .gacSectionDocuments__item i {right: 40px;top:40px;}
}
@media (max-width: 992px) {
    .gacSectionDocuments .gacSectionCards__wrapper{grid-template-columns: repeat(3, minmax(85vw, 1fr));}
    .gacSectionDocuments__item i {margin-top: 20px;display: flex;}
}

/*===drop-downLists====*/
.drop-downListsItem:not(:last-child){
    margin-bottom: 60px;
}
.drop-downListsItem__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e0e0;
    border-top: 1px solid #e1e0e0;
    cursor: pointer;
    padding: 20px 0;
}
.drop-downListsItem__inner:after {
    content: "";
    display: block;
    flex-shrink: 0;
    height: 30px;
    margin-left: 20px;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJyBmaWxsPSdub25lJz48cGF0aCBkPSdNMTUgOEwxNSAyMk04IDE1TDIyIDE1JyBzdHJva2U9J2N1cnJlbnRDb2xvcicgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48c2NyaXB0IHhtbG5zPScnLz48L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJyBmaWxsPSdub25lJz48cGF0aCBkPSdNMTUgOEwxNSAyMk04IDE1TDIyIDE1JyBzdHJva2U9J2N1cnJlbnRDb2xvcicgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48c2NyaXB0IHhtbG5zPScnLz48L3N2Zz4=");
    width: 30px;
    background: currentColor;
}
.drop-downListsItem[open] .drop-downListsItem__inner:after{
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJyBmaWxsPSdub25lJz48cGF0aCBkPSdNMjIuMDAzOSAxNUw4LjAwMzkxIDE1JyBzdHJva2U9J2N1cnJlbnRDb2xvcicgc3Ryb2tlLXdpZHRoPScyLjY1MDM5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48c2NyaXB0IHhtbG5zPScnLz48L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJyBmaWxsPSdub25lJz48cGF0aCBkPSdNMjIuMDAzOSAxNUw4LjAwMzkxIDE1JyBzdHJva2U9J2N1cnJlbnRDb2xvcicgc3Ryb2tlLXdpZHRoPScyLjY1MDM5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48c2NyaXB0IHhtbG5zPScnLz48L3N2Zz4=");
}
.drop-downListsItem__inner span{margin: 0}
.drop-downListsItem__content{padding-top: 30px}
@media (min-width: 768px) {
    .drop-downListsItem__inner {
        padding: 30px 0;
        width: 100%;
    }
    .drop-downListsItem__inner:after {
        height: 30px;
        width: 30px;
        margin-left: 40px;
    }
}
@media (max-width: 768px) {
    .drop-downListsItem__inner span{font-size: 15px}
}
