.main-wa{
    margin-top: 100px;
}

.img{
    display: block;
    pointer-events: none;
    user-select: none;
}

.subtitle{
    font-size: 22px;
    color: #F1523C;
    font-family: Circe;
    margin-bottom: 32px;
}

.title{
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    font-family: Futura PT;
    margin-bottom: 38px;
}

.title-small{
    font-size: 40px;
    color: #fff;
    font-family: Futura PT;
    margin-bottom: 38px;
    font-weight: 500;
}

.text{
    font-size: 22px;
    color: #808182;
    font-family: Circe;
}

.section{
    padding-top: 120px;
}

.section-btn{
    display: flex;
    align-items: center;

    margin-top: 60px;

    font-size: 24px;
    color: #fff;
    font-family: Circe;

    cursor: pointer;
}

.section-btn div{
    background: linear-gradient(97.16deg, #F46653 10.52%, #F46653 98.57%), #131313;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}

.section-btn div svg{
    width: 15px;
    height: 15px;
    transform: rotate(-180deg);
}

@media screen and (max-width: 1200px) {
    .section{
        padding-top: 60px;
    }
}

@media screen and (max-width: 480px){
    .subtitle{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .title{
        font-size: 35px;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-bottom: 15px;
    }

    .title-small{
        font-size: 25px;
        margin-bottom: 19px;
    }

    .text{
        font-size: 18px;
    }

    .section-btn{
        font-size: 20px;
        margin-top: 30px;
    }

    .section-btn div{
        width: 38px;
        height: 38px;
        margin-left: 20px;
    }
}


    /*HEADER*/

.section-header__wrapper{
    display: flex;
}

.section-header__info{
    padding-top: 130px;
    width: 50%;
}

.section-header__img{
    padding-top: 50px;
    width: 50%;
    display: flex;
    justify-content: center;
}

.section-header__img > div{
    position: relative;
}


.section-header__img > div img{
    position: relative;
    z-index: 5;
    width: 660px;
}

.section-header__img-text{
    position: absolute;
    color: #fff;
    font-family: Circe;
    font-size: 14px;
    background: linear-gradient(97.16deg, #F46653 10.52%, #F46653 98.57%), #131313;
    top: 27%;
    left: 60%;
    width: 230px;
    padding: 15px;
    z-index: 20;

    border-radius: 6px;
}

.section-header__img-text span{
    position: relative;
    z-index: 3;
}

.section-header__img-text::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 20px;
    height: 17px;
    z-index: 1;
    border-radius: 0 0 0 12px;
    transform-origin: center center;
    transform: skewY(-37deg);
    background: linear-gradient(37deg, #F46653 50%, #F46653 50%);
    z-index: 1;
}

.section-header__img-icon{
    position: absolute;
    top: 41%;
    left: 49%;
    width: 46px;
    height: 46px;
    background: linear-gradient(97.16deg, #F46653 10.52%, #F46653 98.57%), #131313;
    border-radius: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-header__img-icon div{
    background-color: #1B1B1B;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #000;

}

.section-header__img-icon div div{
    background: linear-gradient(97.16deg, #F46653 10.52%, #F46653 98.57%), #131313;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
}

.section-header__img-blur{
    position: absolute;
    top: 50px;
    left: -20px;
    width: 200px;
    height: 200px;
    background-color: #F46653;
    filter: blur(77px);
    z-index: 1;
}

.section-header__img-circle{
    position: absolute;
    width: 360px;
    height: 360px;
    top: 15px;
    right: -150px;
    border: 2px solid #393939;
    border-radius: 50%;
}

.section-header__img-circle-dashed{
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: 20px;
    left: -80px;
    border: 2px dashed #393939;
    border-radius: 50%;
}

@media screen and (max-width: 1200px){
    .section-header__wrapper{
        flex-direction: column-reverse;
        align-items: center;
    }

    .section-header__info{
        padding-top: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .section-header__img > div img{
        width: 230px;
    }

    .section-header__img-text{
        top: 18%;
        width: 180px;
    }

    .section-header__img-circle{
        width: 240px;
        height: 240px;
        right: -100px;
    }

    .section-header__img-circle-dashed{
        width: 180px;
        height: 180px;
    }

    .section-header__img-icon{
        top: 41%;
        left: 46%;
        width: 36px;
        height: 36px;
    }

    .section-header__img-icon div{
        width: 22px;
        height: 22px;
    }

    .section-header__img-icon div div{
        width: 8px;
        height: 8px;

    }
}

@media screen and (max-width: 480px){



    .section-header__img{
        padding-top: 25px;
    }

    .section-header__img > div img{
        width: 150px;
    }

    .section-header__img-icon{
        top: 37%;
        left: 48%;
    }

    .section-header__img-text{
        width: 120px;
        font-size: 11px;
        padding: 10px;
        top: 12%;
    }

    .section-header__img-circle{
        width: 180px;
        height: 180px;
        right: -80px;
    }

    .section-header__img-circle-dashed{
        width: 120px;
        height: 120px;
        left: -55px;
    }
}

/*INFO*/

.section-info__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section-info__wrapper .section-info__title{
    width: 15%;
    font-size: 35px;
    margin-right: 45px;
    margin-bottom: 0;
    margin-block-start: 0;
    padding: 0;
}

.section-info__wrapper .section-info__text{
    width: 85%;
    padding-top: 10px;
    font-size: 20px;
}

.section-info__wrapper .section-info__text span{
    color: #fff;
}

@media screen and (max-width: 1200px){
    .section-info__wrapper{
        justify-content: flex-start;
        flex-direction: column;
    }
    .section-info__wrapper .section-info__title{
        width: 100%;
    }

    .section-info__wrapper .section-info__text{
        width: 100%;
    }
}

/*CHOICE*/

.section-choice__items{
    display: flex;
}

.section-choice__items .section-choice__item-column:nth-child(1){
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.section-choice__items .section-choice__item-column:nth-child(1) .section-choice__item{
    width: calc(33% - 20px - 100px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 50px;
    background-color: #212121;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
}

.section-choice__item-column:nth-child(1) .section-choice__item:nth-child(1){
    padding-top: 60px;
}

.section-choice__item-column:nth-child(1) .section-choice__item:nth-child(1) .section-choice__item-img{
    padding-top: 30px;
    padding-bottom: 15px;
}

.section-choice__item-text{
    /*padding-top: 30px;*/
    color: #fff;
    font-family: Futura PT;
    font-size: 25px;
}
.section-choice__item-value{
    color: #808182;
    font-family: Futura PT;
    font-size: 20px;
}

.section-choice__item-column:nth-child(2){
    width: 30%;
    height: auto;
    padding: 50px;
    margin-bottom: 20px;
    background: linear-gradient(95.99deg, #F46653 8.85%, #F46653 98.55%), #212121;
}

.section-choice__item-column:nth-child(2) .section-choice__item{
    height: 100%;
}

.section-choice__item-column:nth-child(2) .section-choice__item-info{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.section-choice__item-column:nth-child(2) .section-choice__item-info .section-btn{
    margin-top: 0;
    padding-top: 44px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1200px){
    .section-choice__items{
        display: block;
    }

    .section-choice__items .section-choice__item-column:nth-child(1){
        width: 100%;
    }

    .section-choice__item-column:nth-child(2){
        width: auto;
        margin-right: 20px;
    }

    .section-choice__item-column:nth-child(2) .section-choice__item{
        width: 100%;
    }

    .section-choice__item-column:nth-child(2) .section-choice__item-info .section-btn{
        padding-bottom: 0;
        padding-top: 22px;
    }
}

@media screen and (max-width: 768px){
    .section-choice__items .section-choice__item-column:nth-child(1) .section-choice__item{
        width: 100%;
        margin-right: 0;
        padding: 25px;
    }

    .section-choice__item-column:nth-child(2){
        margin-right: 0;
        padding: 25px;
    }
}

@media screen and (max-width: 480px) {
    .section-choice__item-text{
        padding-top: 45px;
        font-size: 18px;
    }

    .section-choice__item-column:nth-child(2) .section-choice__item img{
        width: 120px;
    }
}

/*REVIEW*/
.section-info__review__items{
    justify-content: space-between;
}

.section-info__review__item{
    width: calc(48% - 124px);
    font-size: 30px;
    padding: 53px 62px;
}

@media screen and (max-width: 1200px){
    .section-info__review__item{
        width: calc(100% - 60px);
        padding: 30px 30px;
        margin-bottom: 20px;
        font-size: 25px;

    }
}
/*INFO PRICE*/

.section-info__price__items{
    display: flex;
}

.section-info__price__item{
    margin-right: 80px;
}

.section-info__price__item:nth-child(3){
    margin-right: 0;
}

.section-info__price__item .title-small{
    margin-block-end: 0;
    margin-block-start: 0;
    padding-bottom: 10px;
    font-size: 60px;
}

.section-info__price__item .title-small span{
    font-size: 90px;

}

@media screen and (max-width: 1200px){
    .section-info__price__items{
        display: block;
    }

    .section-info__price__item{
        padding-bottom: 10px;
    }
}

/*ADVANTAGE*/


.section-advantage__items{
    display: flex;
    flex-direction: column;
}

.section-advantage__item{
    display: flex;
    padding-bottom: 120px;
}

.section-advantage__item:last-child{
    padding-bottom: 0;
}

.section-advantage__item:nth-child(1){
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.section-advantage__item-img{
    width: 50%;
    display: flex;
   justify-content: center;
}

.helper-img{
    width: 250px;
    height: 500px;
    position: relative;
    justify-content: center;
}

.helper-img img{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 5;
}

.section-advantage__img-blur{
    position: absolute;
    top: 130px;
    left: -40px;
    width: 200px;
    height: 200px;
    filter: blur(85px);
    background: linear-gradient(97.16deg, #F46653 10.52%, #F46653 98.57%), #131313;
}

.section-advantage__img-text-f{
    width: 260px;
    padding: 18px 23px;
    position: absolute;

    top: 100px;
    right: -200px;

    color: #fff;
    font-size: 16px;
    font-family: Circe;
    background: linear-gradient(116.46deg, #F46653 27.45%, #131313 120.52%);
    border-radius: 6px;
    z-index: 10;
}

.section-advantage__img-text-f >div{
    position: relative;
    z-index: 3;
}

.section-advantage__dot{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(116.46deg, #F46653 27.45%, #131313 120.52%);
}


.section-advantage__img-text-f .section-advantage__dot{
    position: absolute;
    bottom: -30px;
    left: -7px;
}

.section-advantage__img-text-f::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 20px;
    height: 17px;
    z-index: 1;
    border-radius: 0 0 0 12px;
    transform-origin: center center;
    transform: skewY(-37deg);
    background: linear-gradient(37deg, #F46653 50%, #F46653 50%);
    z-index: 1;
}

.section-advantage__img-text-s {
    width: 250px;
    padding: 18px 23px;
    position: absolute;

    bottom: 180px;
    left: -210px;

    color: #fff;
    font-size: 16px;
    font-family: Circe;
    background: linear-gradient(264deg, #F46653 8.85%, #F46653 98.55%);
    border-radius: 6px;
    z-index: 10;
}

.section-advantage__img-text-s > div{
    position: relative;
    z-index: 3;
}

.section-advantage__img-text-s .section-advantage__dot{
    position: absolute;
    bottom: -30px;
    right: -7px;
}

.section-advantage__img-text-s::after{
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 20px;
    height: 17px;
    z-index: 1;
    border-radius: 0 0 12px 0;
    transform-origin: center center;
    transform: skewY(37deg);
    background: linear-gradient(37deg, #F46653 50%, #F46653 50%);
    z-index: 1;
}

.section-advantage__item-info{
    padding-top: 60px;
    width: 45%;
}

.section-advantage__item-info-ul{
    list-style: none;
}

.section-advantage__item-info-ul li{
    position: relative;
    padding-bottom: 20px;
}

.section-advantage__item-info-ul li:last-child{
    padding-bottom: 0;
}

.section-advantage__item-info-ul li:after{
    content: '';
    position: absolute;
    left: -30px;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #F46653;
    border-radius: 50%;
}

.section-advantage__item:nth-child(2){
    flex-direction: row-reverse;
}

.section-advantage__item:nth-child(2) .section-advantage__item-img{
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.section-advantage__item:nth-child(2) .section-advantage__item-img > div{
    position: relative;
}

.section-advantage__item:nth-child(2) .section-advantage__item-img > div > img{
    position: relative;
    z-index: 2;
}

.section-advantage__item:nth-child(2) .section-advantage__item-img img:nth-child(2){
    position: absolute;
    z-index: 1;
    right: -130px;
    top: -100px;
}

.section-advantage__item:nth-child(2) .section-advantage__img-blur{
    width: 150px;
    height: 150px;
    top: 50px;
    left: 45px;
    filter: blur(60px);
    z-index: 1;
}

.section-advantage__item:nth-child(3) .section-advantage__item-info-ul li{
    counter-increment: section;
    padding-left: 15px;
}

.section-advantage__item:nth-child(3) .section-advantage__item-info-ul li:after{
    content: '0' counter(section);
    color: #fff;
    position: absolute;
    left: -30px;
    top: 0;
    font-size: 22px;
    font-family: Futura PT;
    width: 0;
    height: 0;
}

@media screen and (max-width: 1200px){
    .section-advantage__item{
        flex-direction: column-reverse;
    }

    .section-advantage__item-img{
        width: 100%;
    }

    .section-advantage__item-info{
        width: 100%;
    }

    .section-advantage__item:nth-child(2){
        flex-direction: column-reverse;
    }

    .section-advantage__item:nth-child(2) .section-advantage__item-img{
        justify-content: center;
    }
}

@media screen and (max-width: 768px){

    .section-advantage__item{
        padding-bottom: 60px;
    }

    .helper-img{
        width: 150px;
        height: auto;
    }

    .section-advantage__img-text-f,
    .section-advantage__img-text-s{
        width: 150px;
        font-size: 11px;
        padding: 9px 10px;
    }

    .section-advantage__img-text-f{
        top: 30px;
        right: -110px;
    }

    .section-advantage__img-text-s{
        bottom: 100px;
        left: -110px;
    }

    .section-advantage__item:nth-child(2) .section-advantage__item-img > div > img{
        width: 150px;
    }

    .section-advantage__item:nth-child(2) .section-advantage__img-blur{
        width: 100px;
        height: 100px;
        top: 25px;
        left: 25px;
    }

    .section-advantage__item:nth-child(2) .section-advantage__item-img img:nth-child(2){
        width: 100px;
        right: -50px;
        top: -35px;
    }

    .section-advantage__item:nth-child(3) img{
        width: 350px;
    }
}


/*CLIENTS*/

.section-clients__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-clients__item{
    /*width: 20%;*/
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1400px){
    .section-clients__item{
        width: 25%;
    }
}

@media screen and (max-width: 1200px){
    .section-clients__items{
        justify-content: center;
        align-items: center;
    }

    .section-clients__item{
        width: 30%;
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px){

    .section-clients__items{
        justify-content: space-between;
    }

    .section-clients__item{
        width: calc(50% - 30px);
        justify-content: center;
        margin-right: 0;
    }
    .section-clients__item img{
        width: 100%;
        height: auto;
    }
}

.questions .section-btn{
    padding-bottom: 15px;
}
