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: 1840px !important;
}

.c-hero{
    width: 100%;
    min-height: 100vh;
    position: relative;
    color: #ffffff;
}

.c-hero__content{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
}

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

.c-hero__column--left{
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
 }

 .c-hero__column--right{
     margin-left: 20px;
 }

.c-hero__video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.c-hero__video::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #000606D9;
}

.c-hero__video video{
    min-width: 100%;
    position: absolute;
    z-index: 10;
    height: 100%;
}

.c-point-line{
    width: 100%;
    height: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.c-point-line::before{
    content: '';
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: white;
}

.c-point-line::after{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.c-page-title{
    font-size: 84px;
    font-weight: 700;
    text-transform: uppercase;
}

.c-hero__text{
    font-size: 25px;
    font-weight: 200;
    max-width: 612px;
    margin-top: 32px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

@keyframes arrowAnimateLeftToRight {
    0%{
        transform: translateX(0);
    }
    70%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0);
    }
}

.c-hero__button{
    margin-top: auto;
    text-decoration: none;
    height: 66px;
    line-height: 66px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 488px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 33px;
    text-align: center;
    color: #ffffff;
    background-color: #84848433;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: all 300ms ease;
    padding: 0 20px;
}

.c-hero__button:hover{
    color: white;
    background-color: rgba(153, 153, 153, 0.2);
    box-shadow: 0 0 18px 0 rgba(255,255,255,0.8);
    transition: all 300ms ease;
}

.c-hero__button:after{
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    margin-left: 12px;
    flex-shrink: 0;
    background: url("../img/pages/about/c-hero__button.svg") no-repeat center;
    animation: arrowAnimateLeftToRight 1600ms infinite;
}

.c-hero__list-wrapper{
    width: 100%;
    max-width: 403px;
    padding: 1px;
    background: rgb(255,255,255);
    background: linear-gradient(208deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    border-radius: 20px;
}

.c-hero__list{
    padding: 48px 52px;
    border-radius: 20px;
    background: #000000;
}

.c-hero__list-title{
    font-size: 24px;
    font-weight: 400;
    color: #80B647;
    margin-bottom: 10px;
}

.c-hero__list-text{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
}

.c-hero__list .c-point-line{
    margin: 30px 0px;
}

.c-hero__list .c-point-line:before{
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.c-facts{
    margin-top: -80px;
    position: relative;
    z-index: 20;
}

.c-facts__row{
    display: flex;
    justify-content: space-between;
    min-height: 754px;
}

.c-facts__column-left{
    width: calc(64% - 10px);
}

.c-facts__column-right{
    width: calc(36% - 10px);
}

.c-facts__text-wrapper{
    padding: 1px;
    background: rgb(255,255,255);
    background: linear-gradient(99deg, rgba(255,255,255,1) 0%, rgba(255, 255, 255, 0.19) 100%);
    border-radius: 20px;
    margin-bottom: 20px;
}


.c-facts__text{
    border-radius: 20px;
    padding: 40px 80px;
    background-color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
}

.c-facts__text a{
    display: inline-block;
    color: #80B647;
    margin-top: 18px;
    font-weight: 700;
    font-size: 24px;
    text-decoration: underline;
}

.c-facts__text a:hover{
    color: #80B647;
    text-decoration: none;
}

.c-facts__facts-list-wrapper{
    padding: 1px;
    background: rgb(255,255,255);
    background: linear-gradient(99deg, rgba(255,255,255,1) 0%, rgba(255, 255, 255, 0.19) 100%);
    border-radius: 20px;
}

.c-facts__facts-list{
    border-radius: 20px;
    padding: 40px 10% 40px 80px;
    background-color: #000000;
}

.c-facts__facts-item{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 8px;
    align-items: center;
}

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

.c-facts__num{
    font-size: 50px;
    font-weight: 500;
    color: #80B647;
    white-space: nowrap;
    flex-shrink: 0;
}

.c-facts__descr{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    width: 345px;
    flex-shrink: 0;
    line-height: 1.3em;
}

.c-facts__column-right{
    padding: 1px;
    background: rgb(255,255,255);
    background: linear-gradient(99deg, rgba(255,255,255,1) 0%, rgba(255, 255, 255, 0.19) 100%);
    border-radius: 20px;
}

.c-facts__right-inner{
    width: 100%;
    height: 100%;
    background-color: black;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.c-facts__right-img{
    aspect-ratio: 639 / 752;
    max-width: 936px;
    width: 100%;
    height: 100%;
    background: url("../img/pages/about/c-facts__right-inner.png") no-repeat center;
    background-size: cover;
    position: absolute;
    border-radius: 20px;
}

.c-whywe{
    padding: 170px 0;
}

.c-whywe__row{
    display: flex;
    align-items: flex-end;
}

.c-whywe__coin{
    margin-right: 95px;
    width: 69%;
}

.c-whywe__coin img{
    display: block;
    max-width: 466px;
    width: 100%;

}

.c-whywe__title{
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 60px;
}

.c-whywe__title span{
    flex-shrink: 0;
    margin-right: 40px;
}

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

.c-whywe__item{
    width: 31%;
    padding-left: 86px;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

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

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

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

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

.c-whywe__item:nth-child(5){
    background-image: url("../img/pages/about/c-whywe__item--5.svg");
}

.c-whywe__item:nth-child(6){
    background-image: url("../img/pages/about/c-whywe__item--6.svg");
}

.c-whywe__item:nth-child(7){
    background-image: url("../img/pages/about/c-whywe__item--7.svg");
}

.c-whywe__item:nth-child(8){
    background-image: url("../img/pages/about/c-whywe__item--8.svg");
}

.c-whywe__item:nth-child(9){
    background-image: url("../img/pages/about/c-whywe__item--9.svg");
}

.c-about-slider{
    padding: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.c-about-slider .swiper{
    position: relative;
}

.c-about-slider__nav{
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 100;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
    top: 0;
}

.c-about-slider__prev,
.c-about-slider__next{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 30px;
    top: -15px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    background: #000000 url("../img/pages/about/naw-arrow.svg") no-repeat center;
}

.c-about-slider__next{
    right: 30px;
    left: unset;
    top: -15px;
    transform: rotate(180deg);
}

.c-factory{
    overflow: hidden;
    position: relative;
}

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

.c-factory__video{
    position: relative;
    aspect-ratio: 786 / 443;
    max-width: 786px;
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 70px;
}

.c-factory__video iframe{
    width: 100%;
    height: 100%;
}

.c-factory__video-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4) url("../img/pages/about/c-factory__video-link.svg") no-repeat center;
    z-index: 10;
}

.c-factory h2{
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 160px;
}

.c-factory__row{
    display: flex;
}

.c-factory__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.c-factory__t-text{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 121px;
    text-transform: uppercase;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255,255,255,0.5);
    text-stroke: 1px rgba(255,255,255,0.5);

    -webkit-background-clip: text;
    background-clip: text;

    line-height: 1em;
    white-space: nowrap;
}

.c-factory__t-text-item:nth-child(2){
    margin-left: 270px;
}

.c-factory__n-text{
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.3em;
    padding: 28px;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;

    backdrop-filter: blur(40px);
    background: rgba(27, 27, 27, 0.6);
}

@keyframes blueCircleAnimate {
    0%{
        transform: translateX(0px) translateY(0px);
    }

    1%{
        transform: translateX(-30px) translateY(-10px);
    }

    20%{
        transform: translateX(160px) translateY(10px);
    }

    50%{
        transform: translateX(460px) translateY(-50px);
    }

    70%{
        transform: translateX(860px) translateY(150px);
    }

    90%{
        transform: translateX(160px) translateY(90px);
    }

    100%{
        transform: translateX(0px) translateY(0px);
    }
}

.c-factory .c-blue-circle{
    position: absolute;
    z-index: 1;
    left: 26%;
    top: -14%;
    animation: blueCircleAnimate 20s ease infinite;
}

.c-slider-factory{
    margin: 80px 0 160px 0;
}

.c-slider-factory__wrapper{
    display: flex;
}

.c-slider-factory__text{
    writing-mode: vertical-lr;
    font-weight: 300;
    font-size: 2.5vw;
    text-transform: uppercase;
    color: #fff;

    line-height: 1.2em;
    transform: rotate(180deg);
    text-align: center;
    margin-right: 36px;
}

.c-slider-factory__bottom-text{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 25%, rgba(198,198,198,0) 100%);
    padding: 1px;
    border-radius: 20px;
    margin-top: -80px;
    position: relative;
    z-index: 20;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.c-slider-factory__bottom-text-inner{
    border-radius: 20px;
    background: rgb(59,62,62);
    background: linear-gradient(180deg, rgba(59,62,62,1) 0%, rgba(0,4,4,1) 100%);
    padding: 52px 80px;
    display: flex;
    align-items: center;

    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
}

.cslltext{
    width: 50%;
    padding-right: 30px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    flex-shrink: 0;
}


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

.c-service__col{
    width: calc(50% - 40px);
}

.c-service__col:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-service__image{
    aspect-ratio: 910 / 462;
    border-radius: 20px;
    background: url("../img/pages/about/c-service__image.png") no-repeat center;
    background-size: cover;
}

.c-service__title-wrapper{
    position: relative;
}

@keyframes textBlink {
    0%{
        opacity: 1;
    }

    50%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
    }
}

.c-service__sub-title{
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.5);
    text-stroke: 1px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
    font-size: 160px;
    animation: textBlink 1500ms ease infinite;
    line-height: 1em;
}

.c-service__title{
    position: absolute;
    height: 42px;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1em;
}

.c-service__text{
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

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

.c-service__item{
    width: calc(50% - 10px);
    border-radius: 12px;
    padding: 24px 40px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3em;
}

.c-service__item:before{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 24px;
    flex-shrink: 0;
}

.c-service__item-1:before{
    background: url("../img/pages/about/c-service__item-1.svg") no-repeat center;
}

.c-service__item-2:before{
    background: url("../img/pages/about/c-service__item-2.svg") no-repeat center;
}


.c-guarantee{
    margin-top: 60px;
}

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

.c-guarantee__title-wrapper{
    position: relative;
}

.c-guarantee__sub-title{
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.5);
    text-stroke: 1px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
    font-size: 160px;
    animation: textBlink 1500ms ease infinite;
    line-height: 1em;
}

.c-guarantee__title{
    position: absolute;
    height: 42px;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1em;
}

.c-guarantee__btn{
    text-decoration: none;
    height: 66px;
    line-height: 66px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 33px;
    text-align: center;
    color: #ffffff;
    background-color: #80b647;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: all 300ms ease;
    margin-top: auto;
}

.c-guarantee__btn:hover{
    color: white;
    background-color: #80b647;
    transition: all 300ms ease;
}

.c-guarantee__btn:after{
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    margin-left: 12px;
    flex-shrink: 0;
    background: url("../img/pages/about/c-hero__button.svg") no-repeat center;
    animation: arrowAnimateLeftToRight 1600ms infinite;
}

.c-guarantee__col:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(30% - 15px);
}

.c-guarantee__col:nth-child(2){
    width: calc(70% - 15px);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

.c-guarantee__line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

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

.c-guarantee__count{
    margin-right: 30px;
    font-weight: 500;
    font-size: 50px;
    line-height: 0.7em;
}

.c-guarantee__count-text{
    font-weight: 500;
    font-size: 16px;
}

.c-guarantee__text{
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    max-width: 320px;
    line-height: 1.3em;
}

.c-team{
    padding: 160px 0;
}

.c-team h2{
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 46px;
    text-align: center;
}

.c-team__content{
    position: absolute;
    z-index: 50;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 40px;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 32px;
    bottom: 32px;
    backdrop-filter: blur(34px);
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.c-team__caption{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    text-transform: uppercase;
}

@keyframes pointLineAnimate {
    0%{
        transform: translateX(-100%) rotate(180deg);
    }
    100%{
        transform: translateX(100%) rotate(180deg);
    }
}

.c-team__content .c-point-line{
    margin: 15px 0;
    width: 100%;
    animation: pointLineAnimate 1800ms ease infinite;
}

.c-team__content .c-point-line:before{
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.c-team__contact{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    color: #afafaf;
}

.c-history{
    margin-bottom: 160px;
}

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

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

.c-history__item:nth-child(odd){
    position: relative;
}

.c-history__item:nth-child(odd) img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.c-history__item:nth-child(even){
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 60px;
    backdrop-filter: blur(34px);
    background: #111;
}

.c-history__title{
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    text-transform: uppercase;
}

.c-history__item .c-point-line{
    transform: rotate(180deg) translateX(60px);
    width: 180px;
    margin: 16px 0;
}

.c-history__item .c-point-line:before{
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.c-history__text{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2em;
}

@media (max-width: 1200px) {
    .c-whywe__item{
        width: 50%;
    }

    .c-whywe__row{
        display: block;
    }
    .c-whywe__coin{
        margin: 20px auto 50px auto;
        max-width: 400px;
        width: 100%;
    }

    .c-factory__row{
        display: block;
    }

    .c-factory__video{
        width: 100%;
        margin: 0 auto 30px auto;
    }

    .c-factory__t-text{
        display: none;
    }

    .c-service__row{
        display: block;
    }

    .c-service__col{
        width: 100%;
        margin: 0 0 30px 0;
    }

    .c-guarantee__row{
        display: block;
    }

    .c-guarantee__col{
        width: 100% !important;
        margin: 0 0 50px 0;
    }

    .c-guarantee__btn{
        padding: 0 20px;
        margin-top: 30px;
    }

    .c-guarantee__title-wrapper{
        width: 100%;
    }
}

@media (max-width: 992px) {
    .c-hero .c-hero__row{
        display: block;
    }

    .c-hero__text{
        max-width: unset;
    }

    .c-hero__column--right{
        margin: 40px 0 0 0;
    }

    .c-hero__list-wrapper{
        max-width: unset;
    }

    .c-facts__column-right{
        display: none;
    }

    .c-facts__column-left{
        width: 100%;
    }

    .facts{
        margin-top: 20px;
    }

    .c-whywe__title{
        display: block;
    }

    .c-whywe__title .c-point-line{
        margin-top: 30px;
    }

    .c-facts__facts-item{
        display: block;
    }

    .c-facts__num{
        font-size: 30px;
        margin-bottom: 15px;
    }

    .c-facts__descr{
        font-size: 15px;
        width: 100%;
    }

    .c-whywe__title span{
        white-space: normal;
        line-height: 1.2em;
    }

    .c-whywe{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .c-factory h2{
        margin: 70px 0 30px 0;
    }

    .c-slider-factory__bottom-text-inner{
        display: block;
    }

    .cslltext{
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .c-service__list{
        display: block;
    }

    .c-service__item{
        width: 100%;
        padding: 20px;
        margin: 0 0 10px 0;
    }

    .c-guarantee__title,
    .c-service__title,
    .c-whywe__title span,
    .c-team__caption
    {
        font-size: 25px !important;
    }

    .c-guarantee__sub-title,
    .c-service__sub-title{
        font-size: 120px !important;
    }

    .c-hero__row{
        margin-top: 21vh !important;
    }

    .c-facts{
        margin-top: 50px;
    }

    .c-team{
        padding: 0;
        margin: 90px 0;
    }

    .c-history__grid{
        display: block;
    }

    .c-history__item{
        width: 100% !important;
    }

    .c-history__item img{
        position: unset !important;
    }

    .c-history__item:nth-child(2n){
        padding: 30px;
    }

    .c-history__text{
        font-weight: 300;
        font-size: 18px;
        line-height: 1.3em;
    }

    .c-history__title{
        font-size: 26px;
    }

    .c-team__content{
        position: unset;
        max-width: unset;
        width: 100%;
        margin: 30px 0 0 0;
        padding: 30px;
    }
}

@media (max-width: 680px) {
    .c-whywe__item{
        padding-right: 0;
        width: 100%;
    }

    .c-slider-factory__wrapper{
        display: block;
    }
    .c-slider-factory__text{
        writing-mode: unset;
        transform: none;
        font-size: 5.4vw;
        margin: 0 0 30px 0;
    }
    .c-slider-factory__bottom-text{
        margin: 30px 0 0 0;
        width: 100%;

    }

    .c-slider-factory__bottom-text-inner{
        padding: 40px;
    }

    .c-facts__facts-list,
    .c-facts__text,
    .c-hero__list{
        padding: 30px;
    }

    .c-facts__text,
    .c-facts__text a{
        font-size: 18px;
    }

    .cslltext{
        font-size: 16px;
    }

    .c-service__text{
        font-size: 18px;
    }

    .c-guarantee__line{
        display: block;
    }

    .c-guarantee__count{
        margin-bottom: 9px;
    }

    .c-guarantee__text{
        font-size: 18px;
        width: 100%;
        max-width: unset;
        text-align: left;
        margin: 0;
    }

    .c-guarantee__line{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .c-guarantee__title,
    .c-service__title,
    .c-whywe__title span
    {
        font-size: 22px !important;
    }

    .c-about-slider__prev,
    .c-about-slider__next{
        display: none !important;
    }

    .c-whywe__item{
        background-size: 14%;
        padding-left: 70px;
        font-size: 16px;
    }
}


