body{
    font-family: "Acrom", sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    background: #000000;
    color: #ffffff;
}

.nav-link{
    color: #ffffff !important;
}

.container{
    max-width: 1480px !important;
}

.c-hero{
    position: relative;
    overflow: hidden;
    margin-bottom: 200px;
}

.c-hero .container{
    position: relative;
    z-index: 10;
}

.c-hero__blink{
    position: absolute;
    right: -50px;
    top: -20px;
    z-index: 1;
}

.c-hero__content{
    aspect-ratio: 1480 / 667;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 206px;
}

.c-hero__text{
    margin-bottom: 50px;
    max-width: 48vw;
    position: relative;
    z-index: 50;
}


.c-hero__rv-title{
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.1);
    text-stroke: 1px rgba(255,255,255,0.1);
    -webkit-background-clip: text;
    background-clip: text;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-weight: 700;
    font-size:calc(24px + 83 * (100vw - 320px) / 1480);
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -20%;
    white-space: nowrap;
}

.c-hero__title{
    font-weight: 700;
    font-size:calc(24px + 59 * (100vw - 320px) / 1480);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2em;
}

.c-hero__text{
    font-weight: 400;
    font-size:calc(14px + 6 * (100vw - 320px) / 1480);
    color: #fff;
    line-height: 1.2em;
}

.c-hero__image{
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    top: 0;
    z-index: 30;
}

.c-hero__contacts{
    position: relative;
    z-index: 50;
}

.c-hero__contacts-text{
    font-weight: 400;
    font-size: clamp(0.75rem, 0.679rem + 0.354vw, 1rem);
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #fff;
    opacity: 0.4;
}
.c-hero__phone{
    font-weight: 400;
    font-size: clamp(1.625rem, 1.395rem + 1.15vw, 2.438rem);
    line-height: 130%;
    color: #fff;
}

.c-support-text{
    background: url("../img/pages/support/c-support-text.png") no-repeat center left -50px;
    background-size: contain;
    aspect-ratio: 2696 / 1818;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 170px;
}

.c-support-text__inner{
    font-weight: 700;
    font-size: clamp(1.25rem, 0.542rem + 3.54vw, 3.75rem);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.c-support-text__inner span{
    color: #80b647;
}

.c-support-counters{
    position: relative;
    margin-bottom: 90px;
}

.c-support-blink{
    position: absolute;
    width: 55%;
    min-width: 600px;
    right: 10%;
    top: 10%;
}

.c-support-counters .container{
    position: relative;
    z-index: 10;
}

.c-support-counters__row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}


.c-support-counters__item {
    max-width: 357px;
    margin-right: 30px;
}

.c-support-counters__item:nth-child(2){
    max-width: 429px;
}

@media (max-width: 1450px) {
    .c-support-counters__item {
        width: 25vw;
        max-width: unset;
    }

    .c-support-counters__item:nth-child(2){
        width: 30vw;
    }
}

.c-support-counters__value{
    font-weight: 500;
    font-size: 339px;
    color: #fff;
    line-height: 0.7em;
    white-space: nowrap;
}

@media (max-width: 1450px) {
    .c-support-counters__value{
        font-size: clamp(5.938rem, 1.619rem + 21.593vw, 21.188rem);
    }
}

.c-support-counters__title{
    font-weight: 300;
    font-size: 108px;
    color: #fff;
    line-height: 1em;
    white-space: nowrap;
}

@media (max-width: 1450px) {
    .c-support-counters__title{
        font-size: clamp(1.938rem, 0.575rem + 6.814vw, 6.75rem);
    }
}

.c-support-counters__description{
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    width: auto;
    margin-top: 15px;
}

@media (max-width: 1450px) {
    .c-support-counters__description{
        font-size: clamp(0.75rem, 0.538rem + 1.062vw, 1.5rem);
    }
}

.c-support-counters__circle{
    aspect-ratio: 1 / 1;
    max-width: 483px;
    flex-shrink: 0;
}

@media (max-width: 1450px) {
    .c-support-counters__circle{
        width: 31%;
    }
}

.c-support-counters__circle img{
    display: block;
    width: 100%;
}

.c-support-counters__photo{
    margin-right: 70px;
}

.c-support-counters__item--custom{
    max-width: 486px;
    margin-right: 0;
    position: relative;
}

.c-support-counters__item--custom .c-support-counters__title{
    font-weight: 400;
    font-size: 35px;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 23%;
}

@media (max-width: 1450px) {
    .c-support-counters__item.c-support-counters__item--custom{
        max-width: unset;
        width: 34vw;
    }

    .c-support-counters__item--custom .c-support-counters__title{
        font-size: clamp(0.688rem, 0.263rem + 2.124vw, 2.188rem);
        right: 16%;
        top: 26%;
    }
}

.c-support-road{
    margin-bottom: 180px;
}

.c-support-road__grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-support-road__item{
    background-color: #090909;
    padding: 40px;
    margin-bottom: 20px;
    transition: background-color 300ms ease;
    width: calc(33.3332% - 13px);
    border-radius: 7px;
}

.c-support-road__item:hover{
    background-color: #80b647;
    transition: background-color 300ms ease;
}

.c-support-road__icon{
    margin-bottom: 50px;
}

.c-support-road__item-title{
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.1em;
}

.c-support-road__text{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    line-height: 1.2em;
}

.c-support-road__item--double{
    width: calc(66.6664% - 7px);
}

.c-support-road__title{
    max-width: 770px;
    font-weight: 700;
    font-size: clamp(1.438rem, 1.048rem + 1.947vw, 2.813rem);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 auto 50px auto;
    line-height: 1.3em;
}

.c-support-road__last-grid{
    display: flex;
    align-items: center;

}

.c-support-circle{
    aspect-ratio: 1 / 1;
    width: 30.4%;
    margin-right: 38px;
    flex-shrink: 0;
}

.c-support-circle img{
    display: block;
    width: 100%;
}

.c-support-road__last-grid-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-support-road__last-grid .c-support-road__item{
    width: calc(50% - 10px);
}

.c-support-road__last-grid .c-support-road__item--fw{
    width: 100%;
}

.c-education__title{
    font-weight: 700;
    font-size: clamp(1.438rem, 1.048rem + 1.947vw, 2.813rem);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.3em;
}

.c-education{
    margin-bottom: 120px;
}

.c-education__row{
    display: flex;
}

.c-education__list{
    max-width: 605px;
    margin-left: 70px;
}

.c-education__item{
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 32px 50px;
    background: #121212;
    margin-bottom: 20px;
}

.c-education__item:last-child{
    margin-bottom: 0;
}

.c-education__count{
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 1em;
    margin-bottom: 16px;
}

.c-education__text{
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 1.3em;
}

.c-education__image{
    position: relative;
    padding-right: 9vw;
}

.c-education__image img:nth-child(1){
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
}

.c-education__image img:nth-child(2){
    z-index: 5;
    width: 33%;
    position: absolute;
    right: 0;
    top: 0;
}


.run-line-wrapper{
    width: 100%;
    overflow: hidden;
    margin-bottom: 120px;
    margin-top: 120px;
    padding: 50px 0;
}

.run-line{
    display: flex;
    overflow: hidden;
    transform: rotate(-3deg);
    width: calc(100% + 100px);
    margin-left: -50px;
}

.run-line__text{
    font-weight: 400;
    font-size: 39px;
    color: #fff;
    line-height: 1.2em;
}

.run-line__text span{
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}

@keyframes lineAnimate {
    0%{
        transform: translateX(0%)
    }
    100%{
        transform: translateX(-200%)
    }
}

.run-line__item{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    animation: lineAnimate 20s infinite linear;
    margin-right: 30px;
}

.c-blink{
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.c-blink img{
    position: absolute;
    left: -150px;
    top: -640px;
    width: unset;
    max-width: unset;
    height: unset;
    max-height: unset;
}

.c-guarantee{
    margin-bottom: 180px;
    position: relative;
    z-index: 20;
}

.c-guarantee__item{
    margin-bottom: 80px;
}

.c-guarantee__item:last-child{
    margin-bottom: 0;
}

.c-guarantee__text{
    font-weight: 300;
    font-size: clamp(1rem, 0.858rem + 0.708vw, 1.5rem);
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
}

.c-guarantee__row{
    display: flex;
}

.c-guarantee__left{
    width: 32%;
    margin-right: 5vw;
}

.c-guarantee__right{
    width: calc(68% - 5vw);
}

.c-guarantee__description{
    font-weight: 700;
    font-size: clamp(1.625rem, 0.669rem + 4.779vw, 5rem);
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
}

.c-guarantee__description span:nth-child(1){
    color: #646464;
}

.c-guarantee__description span:nth-child(2){
    color: #80b647;
}


.c-engineering{
    position: relative;
    margin-bottom: 120px;
}

.c-engineering__blink{
    position: absolute;
    right: 0;
    top: -570px;
    z-index: 10;
    aspect-ratio: 623 / 589;
    max-width: 733px;
    width: 100%;
}

.c-engineering__blink img{
    width: 100%;
}


.c-engineering .container{
    position: relative;
    z-index: 20;
}

.c-engineering__title{
    font-weight: 700;
    font-size: clamp(1.625rem, 1.289rem + 1.681vw, 2.813rem);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.c-engineering__row{
    display: flex;
    justify-content: space-between;
}

.c-engineering__row a{
    width: calc(50% - 10px);
    display: block;
}

.c-engineering__row img{
    display: block;
    width: 100%;
}



.c-support-contacts{
    margin-bottom: 180px;
}

.c-support-contacts__row{
    display: flex;
    justify-content: space-between;
}

.c-support-contacts__item{
    width: calc(25% - 15px);
    text-align: center;
    aspect-ratio: 355 / 164;
    background-color: #090909;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
}

.c-support-contacts__item a{
    text-decoration: none;
    font-weight: 400;
    font-size: clamp(1.125rem, 0.877rem + 1.239vw, 2rem);
    white-space: nowrap;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.c-support-contacts__item:nth-child(1){
    background-image: url("../img/pages/support/c-support-contacts__item-1.svg");
}

.c-support-contacts__item:nth-child(2){
    background-image: url("../img/pages/support/c-support-contacts__item-2.svg");
}

.c-support-contacts__item:nth-child(3){
    background-image: url("../img/pages/support/c-support-contacts__item-3.svg");
}

.c-support-contacts__item:nth-child(4){
    background-image: url("../img/pages/support/c-support-contacts__item-4.svg");
}

@media (max-width: 1250px) {
    .c-guarantee__row{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .c-guarantee__right{
        width: 100%;
        margin-bottom: 60px;
    }

    .c-guarantee__left{
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .c-guarantee__item{
        width: calc(50% - 20px);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .c-guarantee__img-w{
        aspect-ratio: 461 / 238;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .c-guarantee__img-w img{
        width: auto;
        height: 100%;
    }

    .c-support-contacts__row{
        flex-wrap: wrap;
    }

    .c-support-contacts__item{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .c-hero{
        margin-bottom: 70px;
    }

    .c-hero__image{
        position: unset;
        height: auto;
        width: 100%;
        right: unset;
        top: unset;
        z-index: 30;
        max-width: 600px;
        margin: 40px auto;
    }

    .c-hero__text{
        max-width: unset;
        margin-bottom: 0;
    }

    .c-hero__contacts{
        width: 100%;
    }

    .c-hero__contacts-text,
    .c-hero__phone{
        text-align: center;
    }

    .c-support-text{
        margin-bottom: 70px;
    }

    .c-support-counters__circle{
        display: none;
    }

    .c-support-counters__item{
        width: 41vw;
    }

    .c-support-counters__row{
        flex-wrap: wrap;
    }

    .c-support-counters__photo{
        margin: 0 0 60px 0;
        width: 100%;
    }

    .c-support-counters__photo img{
        width: 100%;
    }

    .c-support-counters__item--custom .c-support-counters__title{
        position: unset;
        font-size: clamp(1.938rem, 0.575rem + 6.814vw, 6.75rem);
    }

    .c-support-road__item{
        width: calc(50% - 10px);
    }

    .c-support-road__last-grid{
        flex-wrap: wrap;
    }

    .c-support-road__last-grid-inner{
        width: 100%;
    }

    .c-support-circle{
        width: 70%;
        margin: 0 auto 40px auto;
    }

    .c-education__row{
        flex-wrap: wrap;
    }

    .c-education__image{
        width: 100%;
        aspect-ratio: 1 / 1;
        padding-right: 21vw;
    }
    .c-education__list{
        width: 100%;
        margin: 0;
        max-width: unset;
    }

    .c-engineering__row{
        display: block;
    }

    .c-engineering__row a{
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .c-support-contacts{
        margin-bottom: 60px;
    }
}

@media (max-width: 620px) {
    .c-support-text{
        background: none;
    }

    .c-support-road__item{
        width: 100%;
    }

    .c-support-road__last-grid .c-support-road__item{
        width: 100%;
    }

    .c-guarantee__item{
        width: 100%;
        margin-bottom: 40px;
    }

    .c-guarantee__img-w{
        max-width: 320px;
    }

    .c-support-contacts__item{
        width: 100%;
    }
}