.main__links{
    margin-bottom: 21px;
}
.main {
    margin-top: 117px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 29px;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.65px;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 578px;
}
.main__descr{
    margin-bottom: 20px;
    max-width: 723px;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
}
.main__box{
    display: flex;
    gap: 62px;
}
.main__btn{
    width: 100%;
    max-width: 180px;
    height: 56px;
}
.main__content{
    display: flex;
    gap: 12px;
    align-items: end;
}
.main__content-item:first-of-type .main__item-name {
    color: rgba(73, 72, 72, 0.70);
    display: flex;
    gap: 4px;
    align-items: end;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}
.main__content-item:first-of-type .main__item-name span{
    font-family: 'Koulen', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
}
.main__content-item:last-of-type .main__item-name {
    color: #368CC1;
    font-family: 'Koulen', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
}
.main__item-descr{
    font-size: 10px;
    font-weight: 400;
    max-width: 70px;
    line-height: normal;
}
.main__block:first-of-type{
    max-width: 411px;
    min-width: 411px;
    width: 100%;
    position: relative;
}
.main__block:first-of-type::before {
    content: '';
    position: absolute;
    top: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='349' viewBox='0 0 411 349' fill='none'%3E%3Cpath d='M0 153.883C0 214.634 49.2487 263.883 110 263.883C170.751 263.883 220 214.634 220 153.883C220 93.1315 170.751 43.8828 110 43.8828C49.2487 43.8828 0 93.1315 0 153.883Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M87.6953 268.184C87.6953 312.366 123.513 348.184 167.695 348.184C211.878 348.184 247.695 312.366 247.695 268.184C247.695 224.001 211.878 188.184 167.695 188.184C123.513 188.184 87.6953 224.001 87.6953 268.184Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3Cpath d='M114 148.5C114 230.514 180.486 297 262.5 297C344.514 297 411 230.514 411 148.5C411 66.4857 344.514 0 262.5 0C180.486 0 114 66.4857 114 148.5Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 411px;
    height: 351.184px;
    left: 0;
}
@media (max-width: 1279px) {
    .main__block:first-of-type {
        max-width: none;
        min-width: auto;
        width: auto;
    }
    .main__inner{
        gap: 20px;
    }
    .main__block{
        max-width: 622px;
    }
    .main__block:first-of-type::before{
        left: -87px;
    }
}
@media (max-width: 999px) {
    .main{
        margin-top: 91px;
    }
    .main__links{
        margin-bottom: 34px;
    }
    .main__block {
        max-width: 550px;
    }
    .main__descr{
        max-width: 522px;
    }
    .main__block:first-of-type::before {
        left: -119px;
        top: 23px;
    }
}
@media (max-width: 767px) {
    .main{
        margin-top: 120px;
    }
    .main__links {
        margin-bottom: 28px;
    }
    .main__title {
        font-size: 50px;
        letter-spacing: -0.5px;
        margin-bottom: 15px;
    }
    .main__descr{
        margin-bottom: 15px;
        font-size: 14px;
        max-width: 413px;
    }
    .main__block:first-of-type::before {
        left: -234px;
        top: 30px;
    }
    .main__btn{
        max-width: 220px;
    }
}
@media (max-width: 479px) {
    .main{
        margin-top: 180px;
    }
    .main__inner{
        gap: 0;
    }
    .main__links {
        margin-bottom: 24px;
    }
    .main__title {
        font-size: 40px;
        letter-spacing: -0.4px;
    }
    .main__block:first-of-type::before {
        left: -264px;
        top: 28px;
    }
}
/* advantages */
.advantages{
    margin-top: 120px;
}
.advantages__inner{
    display: flex;
    gap: 45px;
}
.advantages__box{
    width: 100%;
    max-width: 535px;
}
.advantages__box-item:nth-of-type(1) .advantages__box-descr{
    max-width: 480px;
}
.advantages__box-title{
    color:#494848;
    font-size: 40px;
    font-weight: 600;
    line-height: 110%;
}
.advantages__box-content{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.advantages__box-name{
    margin-bottom: 6px;
    color: rgba(140, 39, 130, 0.80);
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
}
.advantages__box-bottom{
    display: flex;
    align-items: center;
    gap: 18px;
}
.advantages__box-cms{
    color: #368CC1;
    font-family: 'Koulen', sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -3.2px;
    position: relative;
}
.advantages__box-cms span{
    color: #9E9595;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    text-transform: lowercase;
    position: absolute;
    bottom: 27px;
    left: 10px;
    letter-spacing: normal;
}
.advantages__box-about{
    display: flex;
    align-items: center;
    gap: 8px;
}
.advantages__box-about-graph{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 4px;
    flex-direction: column;
    margin-bottom: -12px;
}
.advantages__box-about--name{
    color: #9E9595;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 90%;
    text-transform: lowercase;
}
.advantages__box-about--pages{
    color: rgba(140, 39, 130, 0.80);
    font-family: 'Koulen', sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -4px;
}
.advantages__content{
    width: 100%;
    max-width: 600px;
}
.advantages__block{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.advantages__item{
    padding-bottom: 17px;
    border-bottom: 3px solid rgba(54, 140, 193, 0.80);
    position: relative;
}
.advantages__item::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -10px;
    right: 0;
    background-color: rgba(54, 140, 193, 1);
    border-radius: 50%;
}
.advantages__item-name{
    color: #368CC1;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.advantages__item-descr{
    margin-right: -7px;
}
@media (max-width: 1279px) {
    .advantages__inner{
        flex-direction: column-reverse;
        gap: 26px;
        max-width: 659px;
        width: 100%;
        margin: 0 auto;
    }
    .advantages__box,
    .advantages__content {
        max-width: 100%;
    }
    .advantages__item-descr {
        margin-right: -20px;
    }
    .advantages__box-item:nth-of-type(1) .advantages__box-descr {
        max-width: 100%;
    }
    .advantages__box-bottom{
        gap: 48px;
        margin-top: -20px;
    }
}
@media (max-width: 767px) {
    .advantages{
        margin-top: 100px;
    }
    .advantages__block{
        margin-top: 15px;
        gap: 15px;
    }
    .advantages__item{
        padding-bottom: 15px;
    }
    .advantages__item-name{
        font-size: 20px;
    }
    .advantages__item-descr {
        margin-right: 0;
    }
    .advantages__box-title{
        font-size: 32px;
    }
    .advantages__box-content {
        margin-top: 15px;
        gap: 10px;
    }
    .advantages__box-item:nth-of-type(4) .advantages__box-descr{
        margin-right: -7px;
    }
    .advantages__box-bottom{
        gap: 18px;
        margin-top: -5px;
    }
    .advantages__box-cms {
        font-size: 60px;
        letter-spacing: -2.4px;
    }
    .advantages__box-cms span {
        font-size: 12px;
        bottom: 21px;
        left: 7px;
    }
    .advantages__box-about-graph svg{
        max-width: 64px;
        max-height: 48px;
    }
    .advantages__box-about--name{
        font-size: 12px;
    }
    .advantages__box-about{
        gap: 12px;
    }
    .advantages__box-about--pages {
        font-size: 60px;
        letter-spacing: -3px;
    }
}
@media (max-width: 479px) {
    .advantages__inner{
        gap: 0;
    }
    .advantages__title{
        font-size: 36px;
    }
    .advantages__item:nth-of-type(1) .advantages__item-name{
        max-width: 256px;
    }
    .advantages__item:nth-of-type(2) .advantages__item-descr{
        max-width: 325px;
    }
    .advantages__box-title{
        font-size: 24px;
    }
    .advantages__box-name{
        font-size: 16px;
    }
    .advantages__box-about{
        display: none;
    }
    .advantages__box-bottom{
        justify-content: center;
    }
    .advantages__box{
        display: flex;
        flex-direction: column-reverse;
        gap: 5px;
    }
    .advantages__item::after{
        content: none;
    }
}

/* turnkey */
.turnkey{
    margin-top: 120px;
}
.turnkey__inner{
    display: flex;
    justify-content: space-around;
    gap: 37px;
}
.turnkey__left{
    width: 100%;
    max-width: 561px;
}
.turnkey__descr{
    margin-top: 15px;
}
.turnkey__form{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #A92F9D;
    align-items: center;
    justify-content: center;
    padding: 34px;
    width: 100%;
    max-width: 573px;
}
.turnkey__form-name{
    color: #A92F9D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: -2px;
}
.turnkey__form-block{
    max-width: 311px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 21px;
}
.turnkey__form-input{
    width: 100%;
    max-width: 150px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #A92F9D;
    background: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 30px;
    padding: 10px 10px 10px 8px;
    color: #A92F9D;
}
.turnkey__form-input::placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.turnkey__form-input:focus{
    outline: 3px solid #A92F9D;
}
.turnkey__form-submit{
    width: 100%;
    max-width: 133px;
    height: 43px;
}
.turnkey__form-submit button{
    font-size: 14px;
    font-weight: 500;
}
.turnkey__form-box{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 314px;
    width: 100%;
}
.turnkey__form-label{
    color: #A92F9D;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    display: flex;
    cursor: pointer;
}
.turnkey__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.turnkey__form-checkbox + .checkmark {
    position: relative;
    top: 5px;
    left: 0;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
}
.turnkey__form-checkbox + .checkmark:before {
    content: "";
    position: absolute;
    left: 4px;
    top: -2px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #A92F9D;
}
.turnkey__form-checkbox:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8' fill='none'%3E%3Cpath d='M7.40234 1L4.55825 5.8295C4.21469 6.41289 3.40286 6.49343 2.95138 5.98891L1.00024 3.8086' stroke='%23A92F9D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.turnkey__form-submit button:active{
    background: #8E1A83;
}
.turnkey__form-end{
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.turnkey__block{
    margin-top: 6px;
    width: 100%;
    max-width: 581px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.turnkey__item-name{
    margin-bottom: 6px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
}
@media (max-width: 1279px) {
    .turnkey__inner{
        gap: 20px;
    }
    .turnkey__form{
        margin-right: 30px;
    }
    .turnkey__left{
        max-width: 468px;
    }
    .turnkey__block{
        max-width: 470px;
    }
    .turnkey__item:nth-of-type(2) .turnkey__item-descr{
        max-width: 450px;
    }
    .turnkey__item:nth-of-type(3) .turnkey__item-descr{
        max-width: 467px;
    }
    .turnkey__item:nth-of-type(5) .turnkey__item-descr{
        max-width: 467px;
    }
}
@media (max-width: 999px) {
    .turnkey__inner{
        flex-direction: column;
        max-width: 554px;
        margin: 0 auto;
    }
    
    .turnkey__left {
        max-width: 100%;
    }
    .turnkey__descr {
        margin-top: 10px;
    }
    .turnkey__form{
        margin-top: 20px;
    }
    .turnkey__block{
        max-width: 540px;
        margin-top: 0;
        gap: 10px;
    }
    .turnkey__item:nth-of-type(2) .turnkey__item-descr{
        max-width: 530px;
    }
    .turnkey__item:nth-of-type(3) .turnkey__item-descr{
        max-width: 505px;
    }
    .turnkey__item:nth-of-type(4) .turnkey__item-descr{
        margin-right: -1px;
    }
    .turnkey__item:nth-of-type(5) .turnkey__item-descr{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .turnkey{
        margin-top: 100px;
    }
    .turnkey__form {
        max-width: 403px;
        padding: 44px 0;
        margin: 20px auto 0;
    }
    .turnkey__form-block{
        flex-direction: column;
        width: 100%;
        max-width: 220px;
    }
    .turnkey__form-input{
        max-width: 220px;
    }
    .turnkey__form-end{
        margin-top: 10px;
        flex-direction: column;
        gap: 20px;
    }
    .turnkey__form-submit{
        max-width: 100%;
    }
    .turnkey__form-label br{
        display: none;
    }
    .turnkey__form-checkbox + .checkmark {
        top: -2px;
    }
    .turnkey__form-name{
        max-width: 212px;
    }
    .turnkey__item:nth-of-type(1) .turnkey__item-descr{
        max-width: 430px;
    }
    .turnkey__item:nth-of-type(3) .turnkey__item-descr {
        max-width: 444px;
    }
    .turnkey__item:nth-of-type(4) .turnkey__item-descr {
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .turnkey__inner{
        gap: 15px;
    }
    .turnkey__title{
        font-size: 40px;
        width: auto;
        max-width: none;
        margin-right: -20px;
    }
    .turnkey__descr{
        max-width: 316px;
    }
    .turnkey__item-name{
        font-size: 16px;
    }
    .turnkey__block{
        max-width: 328px;
    }
    .turnkey__item-descr{
        font-size: 13px;
    }
    .turnkey__item:nth-of-type(5) .turnkey__item-descr {
        max-width: none;
        margin-right: -3px;
    }
}
/* work */
.work{
    margin-top: 120px;
}
.work__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
.work__image{
    max-height: 328px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(217, 217, 217, 0.70);
    background: #FFF;
}
.work__image:nth-of-type(3),
.work__image:nth-of-type(4),
.work__image:nth-of-type(5){
    border-color: rgba(54, 140, 193, 0.70);
}
.work__image:nth-of-type(6){
    border-color: rgba(0, 136, 136, 0.70);
}
.work__image:nth-of-type(7){
    border-color: rgba(54, 140, 193, 0.70);
}
.work__image:nth-of-type(8){
    border-color: rgba(50, 50, 50, 0.70);;
}
.work__image img{
    width: 100%;
}
.work__more{
    display: none;
    cursor: pointer;
    align-items: center;
    gap: 9px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    background: transparent;
    outline: none;
    border: none;
    width: max-content;
}
.work__content.hidden .work__more{
    display: flex;    
}
.work__content.hidden .work__image:nth-of-type(n+5){
    display: none;
}
@media (max-width: 1279px) {
    .work__title.title{
        text-align: center;
    }
    .work__image:first-of-type,
    .work__image:nth-of-type(2){
        grid-column: span 2;
        max-width: 579px;
        margin: 0 auto;
    }
    .work__image:nth-of-type(5),
    .work__image:nth-of-type(6),
    .work__image:nth-of-type(7),
    .work__image:nth-of-type(8){
        grid-column: span 2;
        max-width: 502px;
        margin: 0 auto;
    }
    .work__image:nth-of-type(7),
    .work__image:nth-of-type(6){
        max-width: 579px;
    }    
    .work__image:first-of-type{
        order: 1;
    }
    .work__image:nth-of-type(2){
        order: 2;
    }
    .work__image:nth-of-type(3){
        order: 3;
    }
    .work__image:nth-of-type(4){
        order: 4;
    }
    .work__image:nth-of-type(5){
        order: 5;
    }
    .work__image:nth-of-type(6){
        order: 8;
    }
    .work__image:nth-of-type(7){
        order: 7;
    }
    .work__image:nth-of-type(8){
        order: 6;
    }
    .work__more{
        order: 9;
    }
}
@media (max-width: 999px) {
    .work__inner{
        max-width: 582px;
        margin: 0 auto;
    }
    .work__image:nth-of-type(3),
    .work__image:nth-of-type(4){
        grid-column: span 2;
        max-width: 579px;
        margin: 0 auto;
    }
    .work__image:nth-of-type(3){
        order: 4;
    }
    .work__image:nth-of-type(4){
        order: 3;
    }
}
@media (max-width: 767px) {
    .work {
        margin-top: 100px;
    }
    .work__content{
        margin-top: 20px;
        grid-template-columns: 1fr;
    }
    .work__content.hidden .work__image:nth-of-type(n+3){
        display: none;
    }
}
/* us */
.us{
    margin-top: 120px;
}
.us__title{
    display: flex;
    gap: 10px;
    font-size: 70px;
    align-items: center;
}
.us__title .span-title {
    max-width: 254px;
    margin-top: -8px;
    margin-left: 0;
}
.us__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
    margin-top: 10px;
}
.us__item{
    display: flex;
    gap: 20px;
}
.us__item-num{
    margin-top: 6px;
    min-width: 80px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    background-color: rgba(140, 39, 130, 0.80);
    border-radius: 50%;
}
.us__item-name{
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%; /* 18px */
    margin-bottom: 8px;
}
.us__item-descr{
    font-size: 16px;
    max-width: 481px;
    line-height: 130%;
    text-transform: lowercase;
}
.us__item:nth-of-type(2) .us__item-descr{
    max-width: 444px;
}
.us__item:nth-of-type(3) .us__item-descr{
    max-width: 449px;
}
.us__item:nth-of-type(4) .us__item-descr{
    max-width: 442px;
}
@media (max-width: 1279px) {
    .us__content{
        margin-top: 5px;
    }
    .us__item:nth-of-type(5) .us__item-descr{
        max-width: 368px;
    }
    .us__item:nth-of-type(3) .us__item-descr {
        max-width: 371px;
    }
}
@media (max-width: 999px) {
    .us__item-descr{
        max-width: 100%;
    }
    .us__title{
        margin-left: 2px;
    }
    .us__content{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .us__item-content{
        width: 100%;
    }
    .us__item:nth-of-type(1) .us__item-descr {
        max-width: 605px;
    }
    .us__item:nth-of-type(2) .us__item-descr {
        max-width: 100%;
    }
    .us__item:nth-of-type(3) .us__item-descr {
        max-width: 571px;
    }
    .us__item:nth-of-type(4) .us__item-descr {
        max-width: 100%;
    }
    .us__item:nth-of-type(5) .us__item-descr {
        max-width: 600px;
    }
    .us__item:nth-of-type(6) .us__item-descr {
        max-width: 600px;
    }
}
@media (max-width: 767px) {
    .us{
        margin-top: 100px;
    }
    .us__title {
        display: flex;
        gap: 5px;
        font-size: 60px;
        align-items: start;
        flex-direction: column;
    }
    .us__item{
        gap: 10px;
    }
    .us__item-descr{
        font-size: 14px;
    }
    .us__item-num{
        min-width: 60px;
        width: 60px;
        height: 60px;
        font-size: 40px;
    }
    .us__item:nth-of-type(3) .us__item-descr {
        max-width: 379px;
    }
    .us__item:nth-of-type(6) .us__item-descr {
        max-width: 351px;
    }
}
@media (max-width: 479px) {
    .us__title {
        font-size: 46px;
	}
	.us__item-name{
        font-size: 16px;
    }
    .us__item-num {
        min-width: 50px;
        width: 50px;
        height: 50px;
        font-size: 35px;
    }
    .us__item:nth-of-type(5) .us__item-name {
        max-width: 207px;
    }
    .us__item:nth-of-type(5) .us__item-descr {
        margin-right: -10px;
    }
}   
/* steps */
.steps{
    margin-top: 120px;
}
.steps__descr{
    margin-top: 10px;
    max-width: 1068px;
}
.steps__block{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.steps__item{
    display: flex;
    gap: 30px;
    position: relative;
}
.steps__item-content{
    width: 100%;
}
.steps__item-name {
    color: #6B6464;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    display: flex;
    min-height: 48px;
    align-items: end;
}
.steps__item-descr {
    margin-top: 8px;
}
.steps__item:not(:last-of-type)::before{
    position: absolute;
    content: '';
    display: inline-block;
    height: 3px;
    width: 100%;
    background: rgba(54, 140, 193, 0.80);
    left: 0;
    right: 0;
    bottom: -30px;
}
.steps__item:not(:last-of-type)::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #368CC1;
    border-radius: 50%;
    bottom: -39px;
}
.steps__item:nth-of-type(1) .steps__item-content:nth-of-type(1) .steps__item-name{
    max-width: 203px;
}
.steps__item:nth-of-type(1) .steps__item-content:nth-of-type(1) .steps__item-descr{
    max-width: 561px;
}
.steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-name{
    max-width: 315px;
}
.steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-descr{
    max-width: 562px;
}
.steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-name{
    max-width: 405px;
}
.steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-name{
    max-width: 365px;
}
.steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-descr{
    max-width: 558px;
}
.steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-name{
    max-width: 490px;
}
.steps__item:nth-of-type(3) .steps__item-content:nth-of-type(2) .steps__item-name{
    max-width: 359px;
}
@media (max-width: 1279px) {
    .steps__descr {
        max-width: 898px;
    }
    .steps__block{
        margin-top: 20px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-descr{
        max-width: 454px;
    }
}
@media (max-width: 999px) {
    .steps__title {
        max-width: 678px;
    }
    .steps__block{
        gap: 35px;
    }
    .steps__item{
        flex-direction: column;
        gap: 15px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(1) .steps__item-name,
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-name,
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-name,
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-name,
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-name,
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(2) .steps__item-name{
        max-width: 100%;
    }
    .steps__item:not(:last-of-type)::after{
        content: none;
    }
    .steps__item-name{
        min-height: auto;
    }
    .steps__item:not(:last-of-type)::before{
        bottom: -19px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(1) .steps__item-descr,
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-descr{
        max-width: 721px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-descr,
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-descr {
        max-width: 703px;
    }
    .steps__item-name br{
        display: none;
    }
}
@media (max-width: 767px) {
    .steps{
        margin-top: 100px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(1) .steps__item-descr {
        max-width: 419px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-name {
        max-width: 245px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-descr {
        max-width: 427px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-descr {
        max-width: 415px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-descr {
        max-width: 424px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-name{
        max-width: 293px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-name {
        max-width: 281px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr{
        max-width: 417px;
    }
    .steps__item-name{
        font-size: 18px;
    }
    .steps__item-name br{
        display: block;
    }
}
@media (max-width: 479px) {
    .steps__title {
        max-width: 450px;
        font-size: 32px;
        margin-right: -8px;
        width: auto;
    }
}
/* howorder */
.howorder{
    margin-top: 120px;
}
.howorder__inner{
    max-width: 1068px;
    margin: 0 auto;
    display: flex;
    gap: 55px;
    align-items: center;
}
.howorder__block{
    width: 400px;
    height: 400px;
    min-width: 400px;
    background-color: #A92F9D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 21px;
}
.howorder__block-title{
    max-width: 182px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.howorder__form{
    width: 100%;
    max-width: 306px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.howorder__form-input,
.howorder__form-input::placeholder{
    color: #CFCFCF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.howorder__form-input{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #A92F9D;
    background: #FFF;
    height: 30px;
    padding: 5px 10px;
    outline: none;
    color: #000;
}
.howorder__form-end{
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 27px;
}
.howorder__form-submit{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;
    border: 3px solid #FFF;
    background: rgba(169, 47, 157, 0.00);
    height: 43px;
    width: 100%;
    max-width: 148px;
    cursor: pointer;
    transition: all .2s ease;
    font-family: 'Montserrat', sans-serif;
}
.howorder__form-submit:hover{
    background-color: #fff;
    color: #A92F9D;
}
.howorder__form-label {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.howorder__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.howorder__form-checkbox + .checkmark {
    position: relative;
    top: 5px;
    left: 0;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
}
.howorder__form-checkbox + .checkmark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 14px;
    border-radius: 3px;
    border: 2px solid #A92F9D;
    background: #FFF;
}
.howorder__form-checkbox:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 20px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8' fill='none'%3E%3Cpath d='M7.40234 1L4.55825 5.8295C4.21469 6.41289 3.40286 6.49343 2.95138 5.98891L1.00024 3.8086' stroke='%23A92F9D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 8px;
}
.howorder__content{
    width: 100%;
}
.howorder__title{
    color: rgba(140, 39, 130, 0.80);
    font-size: 40px;
}
.howorder__descr{
    margin-top: 15px;
    max-width: 614px;
}
@media (max-width: 1279px) {
    .howorder__inner{
        gap: 22px;
    }
    .howorder__title{
        font-size: 36px;
    }
    .howorder__content{
        max-width: 526px;
    }
}
@media (max-width: 999px) {
    .howorder__inner{
        flex-direction: column-reverse;
        gap: 15px;
        max-width: 684px;
        margin: 0 auto;
    }
    .howorder__content{
        max-width: 581px;
    }
    .howorder__descr {
        max-width: 100%;
    }
    .howorder__block{
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .howorder{
        margin-top: 100px;
    }
    .howorder__title{
        font-size: 32px;
    }
    .howorder__descr{
        margin-top: 10px;
    }
}
@media (max-width: 479px) {
    .howorder__inner{
        gap: 15px;
        align-items: center;
    }
    .howorder__content {
        max-width: 306px;
    }
    .howorder__title{
        font-size: 38px;
    }
    .howorder__block {
        width: 360px;
        height: 360px;
        min-width: 360px;
        margin: 0;
    }
}
/* includes */
.includes{
    margin-top: 120px;
}
.includes__title{
    letter-spacing: -1.5px;
}
.includes__about{
    margin-top: 15px;
    max-width: 1099px;
}
.includes__content{
    margin-top: 20px;
    display: flex;
    gap: 44px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #F4F4F4;
    padding: 25px 16px 37px 1px;
    max-width: 1181px;
}
.includes__left{
    width: 100%;
    max-width: 246px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.includes__left-name{
    margin-bottom: 6px;
    color: rgba(122, 83, 169, 0.90);
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -2px;
    text-transform: lowercase;
}
.includes__left-descr{
    color: #7A53A9;
    font-size: 12px;
    line-height: 110%;
    max-width: 132px;
}
.includes__left-item:nth-of-type(1) .includes__left-name{
    font-size: 55px;
    line-height: 80%;
    letter-spacing: -3px;
    margin-bottom: 4px;
}
.includes__left-item:nth-of-type(1) .includes__left-descr{
    color: #494848;
    max-width: 246px;
    line-height: 130%;
    font-size: 14px;
}
.includes__left-item:nth-of-type(2) .includes__left-name{
    color: rgba(54, 140, 193, 0.80);
    font-size: 50px;
    line-height: 80%;
    letter-spacing: -2.5px;
}
.includes__left-item:nth-of-type(2) .includes__left-descr{
    color: #368CC1;
    max-width: 145px;
}
.includes__right{
    width: 100%;
}
.includes__block{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.includes__name{
    margin-bottom: 6px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
}
.includes__content-title{
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
}
.includes__item:nth-of-type(2) .includes__descr{
    max-width: 795px;
}
.includes__item:nth-of-type(4) .includes__descr{
    max-width: 779px;
}
.includes__content-bottom{
    margin-top: 25px;
    display: flex;
    gap: 19px;
}
.includes__content-box{
    width: 100%;
}
.includes__content-block{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.includes__content-box:nth-of-type(1) .includes__content-item:nth-of-type(1){
    max-width: 520px;
}
.includes__content-box:nth-of-type(1) .includes__content-item:nth-of-type(2){
    max-width: 540px;
}
@media (max-width: 1279px) {
    .includes__title{
        max-width: 714px;
    }
    .includes__content{
        padding: 30px 0 35px;
        gap: 40px;
    }
    .includes__content-bottom{
        gap: 20px;
        margin-top: 20px;
    }
    .includes__content-box:nth-of-type(1){
        max-width: 471px;
    }
    .includes__content-box:nth-of-type(2){
        max-width: 467px;
    }
    .includes__item:nth-of-type(4) .includes__descr {
        max-width: 660px;
    }
}
.includes__block-mobile{
    display: none;
}
.includes__more {
    margin-top: 8px;
    display: none;
    cursor: pointer;
    align-items: center;
    gap: 7px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    background: transparent;
    outline: none;
    border: none;
    width: max-content;
}
@media (max-width: 999px) {
    .includes__about{
        margin-top: 10px;
    }
    .includes__content{
        flex-direction: column;
        gap: 40px;
        padding: 22px 0;
    }
    .includes__left{
        flex-direction: row;
        max-width: 100%;
        align-items: stretch;
        justify-content: space-between;
    }
    .includes__left-item {
        display: flex;
        justify-content: end;
        flex-direction: column;
    }
    .includes__left-item:nth-of-type(1) .includes__left-name {
        font-size: 55px;
        line-height: 80%;
        letter-spacing: -2.75px;
        margin-bottom: 0px;
    }
    .includes__left-item:nth-of-type(1) .includes__left-descr {
        max-width: 206px;
        line-height: 110%;
        font-size: 12px;
    }
    .includes__left-item:nth-of-type(3) .includes__left-name{
        margin-bottom: 12px;
    }
    .includes__right{
        margin-left: 44px;
        width: auto;
    }
    .includes__content:not(.show-content) .includes__block .includes__item:nth-of-type(n+3){
        display: none;
    }
    .includes__content:not(.show-content) ~ .includes__content-bottom{
        display: none;
    }
    .includes__content:not(.show-content) ~ .includes__more{
        display: flex;
        margin-top: 10px;
    }
    .includes__content-bottom{
        flex-direction: column;
        margin-left: 44px;
    }
    .includes__content-box:nth-of-type(1) .includes__content-item:nth-of-type(1),
    .includes__content-box:nth-of-type(1) .includes__content-item:nth-of-type(2),
    .includes__content-box:nth-of-type(1),
    .includes__content-box:nth-of-type(2) {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .includes{
        margin-top: 100px;
    }
    .includes__content{
        overflow: hidden;
        margin-top: 15px;
    }
    .includes__left{
        flex-direction: row;
        gap: 10px;
        animation: scroll 15s linear infinite;
        width: max-content;
        max-width: none;
    }
    .includes__block-mobile{
        display: flex;
        flex-direction: row;
        max-width: none;
        width: max-content;
        gap: 10px;
    }
    .includes__left-item:nth-of-type(1){
        max-width: 215px;
    }
    .includes__left-item:nth-of-type(2){
        max-width: 202px;
    }
    .includes__left-item:nth-of-type(3){
        max-width: 183px;
    }
	.includes__left-item:nth-of-type(1) .includes__left-name{
        font-size: 45px;
        letter-spacing: -2.5px;
    }
    .includes__left-item:nth-of-type(1) .includes__left-descr{
        font-size: 11px;
        line-height: 130%;
        max-width: 200px;
    }
    .includes__left-item:nth-of-type(3) .includes__left-descr{
        max-width: 166px;
    }
    .includes__left-item:nth-of-type(2) .includes__left-name{
        letter-spacing: -2.25px;
        font-size: 36px;
    }
	 .includes__left-item:nth-of-type(3) .includes__left-name {
		margin-bottom: 12px;
		font-size: 33px;
	}
    @keyframes scroll {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(calc(-50% - 5px));
        }
    }
    .includes__right {
        margin-left: 16px;
    }
    .includes__content-title {
        font-size: 26px;
    }
    .includes__content-block,
    .includes__block{
        margin-top: 15px;
        gap: 10px;
    }
    .includes__name{
        font-size: 16px;
    }
    .includes__content-bottom{
        margin-left: 16px;
        margin-top: 15px;
    }
    .includes__title{
        font-size: 34px;
    }
}
@media (max-width: 479px) {
    .includes__about{
        margin-right: -4px;
    }
    .includes__content{
        gap: 25px;
    }
    .includes__right {
        margin-left: 0;
    }
    .includes__right .includes__content-title {
        max-width: 269px;
    }
    .includes__content-bottom {
        margin-left: 0;
        margin-top: 10px;
    }
	.includes__left-item:nth-of-type(1){
        max-width: 175px;
    }
    .includes__left-item:nth-of-type(2){
        max-width: 150px;
    }
    .includes__left-item:nth-of-type(3){
        max-width: 175px;
    }
	.block-mobile__ru .includes__left-item:nth-of-type(1){
        max-width: 200px;
    }
    .block-mobile__ru .includes__left-item:nth-of-type(2){
        max-width: 175px;
    }
    .block-mobile__ru .includes__left-item:nth-of-type(3){
        max-width: 180px;
    }
	.includes__left-item:nth-of-type(1) .includes__left-name{
        font-size: 43px;
        letter-spacing: -2.5px;
    }
}
/* reviews */
.reviews{
    margin-top: 193px;
}
.reviews__inner{
    position: relative;
    z-index: 1;
    max-width: 874px;
    margin: 0 auto;
}
.reviews__inner::after{
    position: absolute;
    content: '';
    border-radius: 600px;
    width: 600px;
    height: 600px;
    background: rgba(217, 217, 217, 0.30);
    top: -103px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.reviews__title{
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.reviews__item-name{
    color: #8C2782;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}
.reviews__item-descr{
    color: #8C2782;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.reviews__item-corp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: rgba(217, 217, 217, 0.90);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 5px;
}
.reviews__item-corp span{
    text-wrap: nowrap;
}
.reviews .swiper-wrapper{
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;  
}
.reviews__item{
    padding: 31px 25px 31px 21px;
    border-radius: 10px;
    border: 3px solid rgba(140, 39, 130, 0.80);
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 260px;
}
.reviews__item.swiper-slide-active{
    background: rgba(140, 39, 130, 0.80);
    border: none;
    padding: 40px 30px 40px 35px;
    min-height: 320px;
}
.reviews__item.swiper-slide-active p{
    color: #fff;
}
.reviews__slider{
    overflow: hidden;
}
.reviews__slider-pagination{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews__slider .swiper-pagination-bullet{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='17' viewBox='0 0 25 17' fill='none'%3E%3Cpath d='M2 10.2734L0.5 10.2734L0.5 7.27344L2 7.27344L2 10.2734ZM9 8.77344C9 4.35516 12.5817 0.773437 17 0.773436C21.4183 0.773436 25 4.35516 25 8.77344C25 13.1917 21.4183 16.7734 17 16.7734C12.5817 16.7734 9 13.1917 9 8.77344ZM2 7.27344L17 7.27344L17 10.2734L2 10.2734L2 7.27344Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
    width: 26px !important;
    height: 19px !important;
    background-color: transparent;
    background-repeat: no-repeat;
    border-radius: 0 !important;
    opacity: 1 !important;
}
.reviews__slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='17' viewBox='0 0 25 17' fill='none'%3E%3Cpath d='M2 9.51953L0.5 9.51953L0.5 6.51953L2 6.51953L2 9.51953ZM9 8.01953C9 3.60125 12.5817 0.0195303 17 0.0195299C21.4183 0.0195296 25 3.60125 25 8.01953C25 12.4378 21.4183 16.0195 17 16.0195C12.5817 16.0195 9 12.4378 9 8.01953ZM2 6.51953L17 6.51953L17 9.51953L2 9.51953L2 6.51953Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
}
@media (max-width: 999px) {
    .reviews__slider{
        overflow: visible;
    }
    .reviews__content{
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .reviews {
        margin-top: 174px;
    }
    .reviews__title{
        font-size: 40px;
        text-align: left;
        max-width: 216px;
        margin: 0 auto 20px;
    }
}
@media (max-width: 479px) {
    .reviews {
        margin-top: 163px;
    }
    .reviews__inner::after{
        top: -83px;
    }
}
/* decision */
.decision{
    margin-top: 120px;
}
.decision__descr{
    margin-top: 15px;
    max-width: 1068px;
}
.decision__block{
    margin-top: 20px;
    display: flex;
    align-items: start;
    gap: 30px;
    padding: 48px 81px 48px 33px;
    background: rgba(122, 83, 169, 0.90);
    border-radius: 10px;
}
.decision__icon{
    display: flex;
    align-items: center;
}
.decision__content{
    margin-top: 5px;
}
.decision__content-title{
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
}
.decision__content-descr{
    margin-top: 15px;
    color: rgba(227, 213, 243, 0.90);
    font-weight: 500;
    line-height: 130%;
}
.decision__content-name{
    margin-top: 30px;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.decision__content ul li{
    color: rgba(224, 206, 245, 0.90);
    font-size: 16px;
    line-height: normal;
}
.decision__content ul li + li{
    margin-top: 6px;
}
@media (max-width: 999px) {
    .decision__block{
        padding: 51px 22px 47px 22px;
    }
    .decision__content-descr{
        max-width: 575px;
    }
}
@media (max-width: 767px) {
    .decision{
        margin-top: 100px;
    }
    .decision__descr{
        margin-top: 10px;
    }
    .decision__block{
        margin-top: 10px;
        gap: 0;
        padding: 47px 21px 52px 26px;
        position: relative;
    }
    .decision__icon{
        position: absolute;
        top: 39px;
        left: 290px;
    }
    .decision__icon svg{
        width: 60px;
        max-height: 60px;
    }
    .decision__content-title{
        max-width: 292px;
        font-size: 24px;    
    }
    .decision__content-name{
        margin-top: 20px;
        font-size: 18px;
    }
    .decision__content ul li{
        font-size: 13px;
    }
    .decision__content ul li + li {
        margin-top: 5px;
    }
}
@media (max-width: 479px) {
    .decision__block{
        padding: 45px 13px 45px 25px;
    }
    .decision__icon{
        display: none;
    }
}
/* cost */
.cost{
    margin-top: 120px;
}
.cost__inner{
    display: flex;
    justify-content: space-between;
    gap: 72px;
}
.cost__content{
    width: 100%;
    max-width: 529px;
}
.cost__descr{   
    margin-top: 20px;
}
.cost__factors{
    margin-top: 20px;
    display: flex;
    gap: 44px;
}
.cost__factors ul li{
    color: #368CC1;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
}
.cost__factors ul li + li{
    margin-top: 8px;
}
.cost__block{
    margin-top: 5px;
    max-width: 582px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cost__item-name{
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 110%;
}
.cost__box{
    margin-top: 20px;
    margin-left: 39px;
    display: flex;
    align-items: center;
}
.cost__box-item {
    min-width: 210px;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%; 
    position: relative;
    transition: all .2s ease;
}
.cost__box-item:first-of-type {
    border: 4px solid rgba(54, 140, 193, 0.80);
    position: relative;
    z-index: 1; 
}
.cost__box-item:first-of-type .cost__box-name {
    color: #368CC1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transform: translate(-3px, 25px);
}
.cost__box-item:first-of-type .cost__box-name span {
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 10px;
    display: block;
    transform: translate(9px, -20px);
}
.cost__box-item:last-of-type {
    background-color: rgba(140, 39, 130, 0.80);
    margin-left: -20px;
    position: relative;
}
.cost__box-item:last-of-type .cost__box-name {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: lowercase;
    top: 133px;
    left: 71px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cost__box-item:last-of-type .cost__box-name span:first-of-type {
    font-family: 'Koulen', sans-serif;
    font-size: 70px;
    font-weight: 400;
    position: absolute;
    top: -100px;
    left: 12px;
}
.cost__box-item:last-of-type .cost__box-name span:last-of-type {
    font-size: 16px;
    font-weight: 400;
    top: -14px;
    left: 11px;
    position: absolute;
}
.cost__btn{
    margin-top: 15px;
    height: 56px;
    max-width: 246px;
}
@media (max-width: 1279px) {
    .cost__inner{
        gap: 20px;
    }
    .cost__content{
        max-width: 470px;
    }
    .cost__title{
        font-size: 45px;
    }
    .cost__descr{
        margin-top: 15px;
    }
    .cost__box {
        margin-top: 41px;
        margin-left: 11px;
    }
    .cost__block{
        gap: 15px;
        max-width: 476px;
    }
    .cost__item:nth-of-type(1){
        max-width: 466px;
    }
}
@media (max-width: 999px) {
    .cost__inner{
        flex-direction: column;
        max-width: 587px;
        margin: 0 auto;
        gap: 15px;
    }
    .cost__content {
        max-width: 100%;
    }
    .cost__box {
        margin-top: 15px;
        margin-left: 57px;
    }
    .cost__block {
        max-width: 100%;
    }
    .cost__item:nth-of-type(1) {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .cost {
        margin-top: 100px;
    }
    .cost__descr {
        margin-top: 10px;
    }
    .cost__box {
        margin-left: 12px;
    }
    .cost__item-name{
        font-size: 22px;
    }
    .cost__item:nth-of-type(1) {
        max-width: 445px;
    }
}
@media (max-width: 479px) {
    .cost__title {
        font-size: 34px;
    }
    .cost__title .span-title {
        font-size: 22px;
    }
    .cost__descr {
        max-width: 311px;
    }
    .cost__box {
        margin-left: 3px;
        flex-direction: column;
        align-items: start;
    }
    .cost__box-item:last-of-type {
        margin-left: 117px;
        margin-top: -90px;
    }
    .cost__item-name{
        max-width: 306px;
    }
    .cost__item:nth-of-type(1) {
        max-width: 328px;
    }
}

/* shaps */
.chaps{
    margin-top: 120px;
}
.chaps__inner{
    max-width: 931px;
    margin: 0 auto;
}
.chaps__title.title{
    font-size: 70px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.chaps .span-title{
    display: inline-block;
    max-width: 170px;
}
.chaps__content{
    margin-top: 60px;
    margin-left: 5px;
    margin-right: 2px;
    position: relative;
}
.chaps__content-img {
    position: absolute;
    right: 0;
    top: -72px;
}
.chaps__content-img circle{
    transition: all 2s ease;
    opacity: 0;
}
#animated-svg.active circle{
    opacity: 1;
}
.chaps__desc{
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    padding: 0 10px;
    background: rgba(217, 217, 217, 0.30);
    max-height: 0;
    transition: all .2s ease;
    overflow: hidden;
}
.chaps__item.active .chaps__desc{
    max-height: 1000px;
    padding: 10px;
    margin-top: 32px;
}
.chaps__name{
    user-select: none;
    margin-bottom: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 500px;
    user-select: none;
}
.chaps__item span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: #D9D9D9;
    position: relative;
}
.chaps__item span::after{
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background-color: #D9D9D9;
    border-radius: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.chaps__item span::before{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background-color: #D9D9D9;
    border-radius: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5.00049 1L5.00049 9M1 5.02051H9.00012' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}
.chaps__item.active span,
.chaps__item.active span::after{
    background-color: #368CC1;
}
.chaps__item.active span::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='2' viewBox='0 0 11 2' fill='none'%3E%3Cpath d='M1.76636 1H9.87638' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    height: 2px;
}
.chaps__block{
    display: flex;
    flex-direction: column;
    gap: 38px;
    max-width: 516px;
    width: 100%;
}
.chaps__name,
.chaps__name span{
    cursor: pointer;
}
@media (max-width: 999px) {
    .chaps__inner{
        max-width: 529px;
    } 
    .chaps__content-img{
        display: none;
    }   
}
@media (max-width: 767px) {
    .chaps{
        margin-top: 100px;
    }
    .chaps__title.title {
        font-size: 50px;
    }
    .chaps .span-title {
        margin-left: -5px;
    }
    .chaps__content {
        margin-top: 25px;
        margin-left: 0px;
        margin-right: 0px;
        gap: 85px;
        position: relative;
    }
    .chaps__name{
        margin-bottom: 19px;
    }
    .chaps__block{
        gap: 23px;
    }
    .chaps__desc{
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .chaps__inner{
        margin: 0 -6px 0 -4px;
    }
    .chaps__content {
        margin-top: 13px;
    }
    .chaps__block {
        gap: 26px;
        width: 101%;
    }
    .chaps__name{
        max-width: 330px;
    }
}