:root {
    --main-font: 'Benzin', sans-serif;
    --secondary-font: 'Montserrat', sans-serif;
    --main-font-weight: 400;
    --main-font-color: #203E67;
    --secondary-font-color: #2E7290;
    --button-main-color: #CCF386;
    --button-module-color: #ffffff;
}

.main-heading-buttons{
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.main-heading{
    margin-bottom: 64px;
    display: flex;
    gap: 30px;
}

.main-heading .homes-starting{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.main-heading .homes-starting span{
    font-family: var(--secondary-font);
    color: var(--main-font-color);
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 130%;
}

.main-heading .homes-starting a{
    font-family: var(--secondary-font);
    color: var(--secondary-font-color);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}

.main-heading .pre-main-heading{
    display: block;
    font-family: var(--main-font);
    font-weight: var(--main-font-weight);
    color: var(--main-font-color);
    font-size: 20px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.main-heading h1{
    text-align: left;
}

.main-description{
    font-family: var(--secondary-font);
    font-weight: 500;
    color: var(--secondary-font-color);
    margin-bottom: 32px;
}

.main-description span{
    max-width: 1110px;
    font-size: 20px;
}

.smart-systems {
    padding: 64px 0;
}

.smart-systems .smart-systems-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.smart-systems .smart-systems-container .column {
    flex: 1;
}

.smart-systems .smart-systems-container .column h2 {
    text-align: left;
    margin: 0 0 32px 0;
}

.smart-systems .smart-systems-container .column p {
    font-family: var(--secondary-font);
    font-weight: 500;
    color: var(--main-font-color);
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 32px 0;
}

.smart-systems .smart-systems-container .column img {
    width: 100%;
    max-width: 915px;
    border-radius: 32px;
    object-fit: cover;
}

.customers-review, .follow-instagram{
    padding: 64px 0;
}

.hero-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    border: 2px solid #ffffff;
}

/*.marquee-text {*/
/*    margin-bottom: 61px;*/
/*}*/

/*.marquee {*/
/*    padding: 30px;*/
/*    box-sizing: border-box;*/
/*    background: var(--button-main-color);*/
/*    border-radius: 20px;*/
/*}*/

/*.marquee__mask {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/

/*.marquee__inner {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    will-change: transform;*/
/*    backface-visibility: hidden;*/
/*    -webkit-backface-visibility: hidden;*/
/*    animation: marquee 20s linear infinite;*/
/*    -webkit-animation: marquee 20s linear infinite;*/
/*    min-width: 200%;*/
/*}*/

/*.marquee__group {*/
/*    flex: 0 0 auto;*/
/*    margin-right: 30px;*/
/*    font-size: 20px;*/
/*    font-family: var(--main-font);*/
/*    color: var(--main-font-color);*/
/*}*/

/*!* Анимация бесшовного бега *!*/
/*@keyframes marquee {*/
/*    from { transform: translate3d(0, 0, 0); }*/
/*    to   { transform: translate3d(-50%, 0, 0); }*/
/*}*/
/*@-webkit-keyframes marquee {*/
/*    from { -webkit-transform: translate3d(0, 0, 0); }*/
/*    to   { -webkit-transform: translate3d(-50%, 0, 0); }*/
/*}*/


/*@keyframes marquee {*/
/*    from { transform: translateX(0); }*/
/*    to   { transform: translateX(-50%); }*/
/*}*/










/*.marquee-text {*/
/*    margin-bottom: 61px;*/
/*}*/

/*.marquee {*/
/*    padding: 30px;*/
/*    box-sizing: border-box;*/
/*    background: var(--button-main-color);*/
/*    border-radius: 20px;*/
/*}*/

/*.marquee__mask {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/

/*.marquee__inner {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    will-change: transform;*/
/*    backface-visibility: hidden;*/
/*    !* анимация: duration управляется через --marquee-duration *!*/
/*    animation: marquee var(--marquee-duration, 40s) linear infinite;*/
/*    -webkit-animation: marquee var(--marquee-duration, 40s) linear infinite;*/
/*}*/

/*!* блок с фразой + gap *!*/
/*.marquee__group {*/
/*    flex: 0 0 auto;*/
/*    margin-right: 30px;*/
/*    font-size: 20px;*/
/*    font-family: var(--main-font);*/
/*    color: var(--main-font-color);*/
/*}*/

/*!* ключевка: смещение в px через --marquee-displace *!*/
/*@keyframes marquee {*/
/*    from { transform: translate3d(0, 0, 0); }*/
/*    to   { transform: translate3d(var(--marquee-displace), 0, 0); }*/
/*}*/
/*@-webkit-keyframes marquee {*/
/*    from { -webkit-transform: translate3d(0, 0, 0); }*/
/*    to   { -webkit-transform: translate3d(var(--marquee-displace), 0, 0); }*/
/*}*/


/*.marquee,*/
/*.marquee__mask,*/
/*.marquee__inner {*/
/*    !* форсируем создание compositing layer *!*/
/*    transform: translateZ(0);*/
/*    -webkit-transform: translateZ(0);*/
/*    backface-visibility: hidden;*/
/*    -webkit-backface-visibility: hidden;*/
/*    will-change: transform;*/
/*}*/




.marquee-text {
    margin-bottom: 61px;
}

.marquee {
    padding: 30px;
    box-sizing: border-box;
    background: var(--button-main-color);
    border-radius: 20px;
}

.marquee__mask {
    overflow: hidden;
    width: 100%;
}

.marquee__inner {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.marquee__group {
    flex: 0 0 auto;
    margin-right: 30px;
    font-size: 20px;
    font-family: var(--main-font);
    color: var(--main-font-color);
}

.hero-section .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-section .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}


@media (max-width: 900px) {
    .smart-systems .smart-systems-container {
        flex-direction: column;
        text-align: center;
    }

    .smart-systems .smart-systems-container .column img {
        max-width: 100%;
    }
}

@media(max-width: 768px){
    .customers-review,
    .follow-instagram{
        padding: 48px 0;
    }

    .main-heading h1{
        text-align: center;
    }

    .main-heading{
        flex-direction: column;
    }

    .marquee-text{
        margin-bottom: 32px;
    }
}

@media (max-width: 650px) {
    .main-heading{
        margin-bottom: 48px;
    }
    .main-description span{
        font-size: 18px;
        display: block;
        text-align: center;
    }
    .main-heading-buttons{
        justify-content: center;
    }
    .main-heading .pre-main-heading{
        text-align: center;
    }
}
