.main__links{
    margin-bottom: 36px;
}
.main {
    margin-top: 125px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 45px;
}
.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;
}
.main__descr{
    margin-bottom: 20px;
    max-width: 907px;
    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: 220px;
    min-width: 220px;
    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='220' height='364' viewBox='0 0 220 364' fill='none'%3E%3Cpath d='M220 254C220 314.751 170.751 364 110 364C49.2487 364 0 314.751 0 254C0 193.249 49.2487 144 110 144C170.751 144 220 193.249 220 254Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M220 110C220 170.751 170.751 220 110 220C49.2487 220 0 170.751 0 110C0 49.2487 49.2487 0 110 0C170.751 0 220 49.2487 220 110Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-size: 100%;
    width: 220px;
    height: 364px;
    left: 0;
}
@media (max-width: 1279px) {
    .main__inner{
        gap: 24px;
    }
    .main__title{
        font-size: 50px;
        letter-spacing: -0.5px;
        margin-bottom: 15px;
    }
    .main__descr {
        margin-right: -4px;
        margin-bottom: 15px;
    }
}
@media (max-width: 999px) {
    .main{
        margin-top: 83px;
    }
    .main__inner {
        margin: 0 -5px 0 0;
    }
    .main__title {
        font-size: 46px;
        letter-spacing: -0.46px;
    }
    .main__descr {
        margin-right: 0;
        max-width: 467px;
    }
}
@media (max-width: 767px) {
    .main{
        margin-top: 125px;
    }
    .main__inner{
        gap: 0;
    }
    .main__block:first-of-type {
        max-width: 0;
        min-width: 0;
    }
    .main__block:first-of-type::before {
        left: -162px;
        top: 14px;
    }
    .main__links {
        margin-bottom: 31px;
    }
    .main__title {
        font-size: 40px;
        letter-spacing: -0.4px;
        margin-right: -8px;
    }
    .main__descr{
        font-size: 16px;
    }
    .main__btn{
        max-width: 220px;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 182px;
    }
    .main__links {
        margin-bottom: 17px;
    }
    .main__title {
        font-size: 32px;
        letter-spacing: -0.32px;
        margin-right: 0px;
    }
    .main__descr {
        max-width: 328px;
    }
    .main__block:first-of-type::before {
        left: -169px;
        top: 56px;
    }
}

.about{
    margin-top: 107px;
}
.about__innner{
    display: flex;
    gap: 60px;
    align-items: start;
}
.about__title{
    font-size: 34px;
    margin-bottom: 15px;
}
.about__content{
    max-width: 539px;
    width: 100%;
}
.about__block{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 583px;
}
.about__name{
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.about__btn{
    height: 56px;
    max-width: 275px;
}
@media (max-width: 1279px) {
    .about__innner{
        gap: 20px;
    }
    .about__name{
        max-width: 427px;
    }
}
@media (max-width: 999px) {
    .about__innner{
        flex-direction: column;
        gap: 15px;
    }
    .about__content{
        max-width: 703px;
    }
    .about__block{
        max-width: 730px;
    }
    .about__name{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .about{
        margin-top: 100px;
    }
    .about__title {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .about__descr{
        max-width: 445px;
    }
    .about__btn{
        margin-top: 17px;
    }
    .about__name {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .about__block{
        gap: 0;
    }
}
@media (max-width: 479px) {
    .about__block .about__descr{
        margin-right: -7px;
    }
}
/* whoneeds */
.whoneeds{
    margin-top: 120px;
}
.whoneeds__title{
    font-size: 42px;
}
.whoneeds__content{
    margin-top: 20px;
    display: flex;
    gap: 54px;
}
.whoneeds__block{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.whoneeds__name{
    font-size: 26px;
    font-weight: 400;
    line-height: 110%;
}
.whoneeds__descr{
    margin-top: 10px;
}
.whoneeds__block:nth-of-type(1){
    max-width: 544px;
}
.whoneeds__block:nth-of-type(2){
    max-width: 580px;
}
.whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(2){
    border-radius: 10px;
    background: rgba(140, 39, 130, 0.80);
    padding: 34px 40px 35px 75px;
    max-width: 545px;
}
.whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(1) .whoneeds__descr{
    margin-right: -20px;
}
.whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(2) .whoneeds__name{
    color: #fff;
    font-weight: 700;
}
.whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(2) .whoneeds__descr{
    color: #FFF;
    font-weight: 400;
}
.whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(1) .whoneeds__descr{
    max-width: 568px;
}
.whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(2) .whoneeds__descr{
    max-width: 554px;
}
.whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(3){
    padding: 45px 33px;
    border-radius: 10px;
    border: 5px solid rgba(54, 140, 193, 0.80);
}
.whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(3) .whoneeds__descr{
    margin-top: 15px;
}
.whoneeds__more{
    margin-top: 10px;
    display: none;
    align-items: center;
    max-width: max-content;
    gap: 8px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
}
@media (max-width: 1279px) {
    .whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(1) .whoneeds__descr {
        margin-right: 11px;
    }
    .whoneeds__content{
        gap: 20px;
    }
    .whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(2) {
        padding: 35px 34px 74px 64px;
        max-width: 470px;
    }
    .whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(3) {
        padding: 29px 19px;
    }
}
@media (max-width: 999px) {
    .whoneeds__inner{
        margin: 0 auto;
        max-width: 730px;
    }
    .whoneeds__content{
        flex-direction: column;
    }
    .whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(2) {
        padding: 40px 51px 33px;
        max-width: 100%;
    }
    .whoneeds__block:nth-of-type(1),
    .whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(1) .whoneeds__descr,
    .whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(2) .whoneeds__descr,
    .whoneeds__block:nth-of-type(2) {
        max-width: 100%;
    }
    .whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(3) {
        padding: 33px 28px 31px 45px;
    }
    .whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(3),
    .whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(2) {
        padding: 22px 36px;
        max-width: 100%;
    }
    .whoneeds__content.show-more .whoneeds__block:nth-of-type(1) .whoneeds__item:last-of-type,
    .whoneeds__content.show-more .whoneeds__block:nth-of-type(2){
        display: none;
    }
    .whoneeds__more{
        display: flex;
    }
    .whoneeds__content:not(.show-more) ~ .whoneeds__more{
        font-size: 0;
        gap: 0;
        transform: rotate(-180deg);
    }
}
@media (max-width: 767px) {
    .whoneeds{
        margin-top: 100px;
    }
    .whoneeds__content{
        margin-top: 10px;
        gap: 10px;
    }
    .whoneeds__name{
        font-size: 20px;
    }
    .whoneeds__descr{
        margin-top: 6px;
    }
}
@media (max-width: 479px) {
    .whoneeds__title {
        font-size: 32px;
    }
    .whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(1) .whoneeds__descr {
        margin-right: 0;
    }
    .whoneeds__block:nth-of-type(2) .whoneeds__item:nth-of-type(3), .whoneeds__block:nth-of-type(1) .whoneeds__item:nth-of-type(2) {
        padding: 28px 17px 29px 30px;
        max-width: 100%;
    }
}
/* aboutcms */
.aboutcms{
    margin-top: 120px;
}
.aboutcms__block{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.aboutcms__item{
    width: 100%;
    max-width: calc(33.33% - 14px);
}
.aboutcms__item-top{
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.80);
    padding: 20px 25px;
    height: 100px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.aboutcms__item-title{
    color: #FFF;
    font-family: 'Koulen', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.aboutcms__item-about{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase;
}
.aboutcms__item-content{
    margin-top: 15px;
}
.aboutcms__item-name{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
}
.aboutcms__item-descr{
    max-width: 752px;
}
.aboutcms__item:nth-of-type(1){
    max-width: calc(50% - 10px);
}
.aboutcms__item:nth-of-type(1) .aboutcms__item-descr{
    max-width: 560px
}
.aboutcms__item:nth-of-type(2){
    max-width: calc(50% - 10px);
}
.aboutcms__item:nth-of-type(5) .aboutcms__item-descr{
    margin-right: -5px;
}
.aboutcms__item:nth-of-type(6) {
    max-width: calc(67% - 10px);
}
@media (max-width: 1279px) {
    .aboutcms__inner{
        max-width: 960px;
        margin: 0 auto;
    }
    .aboutcms__title{
        max-width: 715px;
    }
    .aboutcms__block{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .aboutcms__item{
        max-width: none !important;
    }
    .aboutcms__item:nth-of-type(6){
        grid-column: span 2;
    }
    .aboutcms__item:nth-of-type(5){
        order: 1;
    }
    .aboutcms__item:nth-of-type(7){
        order: 2;
    }
    .aboutcms__item:nth-of-type(1) .aboutcms__item-descr {
        max-width: 463px;
    }
    .aboutcms__item:nth-of-type(2) .aboutcms__item-descr {
        max-width: 450px;
    }
    .aboutcms__item:nth-of-type(3) .aboutcms__item-descr {
        max-width: 463px;
    }
    .aboutcms__item:nth-of-type(4) .aboutcms__item-descr {
        max-width: 463px;
    }
    .aboutcms__item:nth-of-type(5) .aboutcms__item-descr {
        max-width: 465px;
    }
    .aboutcms__item:nth-of-type(6) .aboutcms__item-descr {
        max-width: 100%;
    }
    .aboutcms__item:nth-of-type(7) .aboutcms__item-descr {
        max-width: 467px;
    }
}
@media (max-width: 999px) {
    .aboutcms__inner{
        max-width: 730px;
        margin: 0 auto;
    }
    .aboutcms__block{
        grid-template-columns: 1fr;
    }
    .aboutcms__item:nth-of-type(6) {
        grid-column: auto;
    }
    .aboutcms__item-descr{
        max-width: 100% !important;
    }
}
@media (max-width: 767px) {
    .aboutcms{
        margin-top: 100px;
    }
    .aboutcms__item-top {
        padding: 15px 20px;
        height: 80px;
    }
    .aboutcms__item-title{
        font-size: 30px;
    }
    .aboutcms__item-about{
        font-size: 14px;
    }
    .aboutcms__block{
        max-width: 445px;
        margin: 15px auto 0;
        gap: 6px;
    }
    .aboutcms__item-content{
        display: none;
        margin-bottom: 7px;
    }
    .aboutcms__item.active .aboutcms__item-content{
        display: inline-block;
    }
    .aboutcms__item-name{
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .aboutcms__title {
        max-width: 715px;
        font-size: 32px;
    }
    .aboutcms__item-top{
        height: 70px;
    }
    .aboutcms__item-content{
        margin-top: 10px;
        margin-bottom: 9px;
    }
    .aboutcms__item-name{
        margin-bottom: 6px;
    }
}
/* howorder */
.howorder{
    margin-top: 120px;
}
.howorder__inner{
    max-width: 1066px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: start;
}
.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: space-between;
    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);
}
.howorder__descr{
    margin-top: 15px;
    margin-right: -12px;
}
@media (max-width: 1279px) {
    .howorder__inner{
        gap: 22px;
    }
    .howorder__descr{
        max-width: 542px;
        margin-right: 0;
    }
}
@media (max-width: 999px) {
    .howorder__inner{
        flex-direction: column-reverse;
        gap: 15px;
        max-width: 684px;
        margin: 0 auto;
    }
    .howorder__descr {
        max-width: 100%;
    }
    .howorder__block{
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .howorder{
        margin-top: 100px;
    }
    .howorder__inner{
        gap: 0;
    }
}
@media (max-width: 479px) {
    .howorder__inner{
        gap: 15px;
        align-items: center;
    }
    .howorder__title{
        font-size: 32px;
    }
    .howorder__descr{
        margin-top: 10px;
    }
    .howorder__block {
        width: 360px;
        height: 360px;
        min-width: 360px;
        margin: 0;
    }
}
/* types */
.types{
    margin-top: 120px;
}
.types__block{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
}
.types__item-name{
    margin-bottom: 8px;
    color:#494848;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
}
.types__item:nth-of-type(1) .types__item-descr{
    max-width: 528px;
}
.types__item:nth-of-type(2) .types__item-descr{
    max-width: 540px;
}
.types__item:nth-of-type(3) .types__item-descr{
    max-width: 560px;
}
.types__item:nth-of-type(4) .types__item-descr{
    max-width: 532px;
}
.types__item:nth-of-type(6) .types__item-descr{
    max-width: 558px;
}
.types__title br{
    display: none;
}
.types__more{
    margin-top: 10px;
    display: none;
    align-items: center;
    max-width: max-content;
    gap: 8px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
}
@media (max-width: 1279px) {
    .types__item:nth-of-type(2) .types__item-descr {
        max-width: 469px;
    }
    .types__item:nth-of-type(4) .types__item-descr {
        max-width: 458px;
    }
    .types__item:nth-of-type(6) .types__item-descr {
        max-width: 456px;
    }
}
@media (max-width: 999px) {
    .types__inner{
        max-width: 721px;
        margin: 0 auto;
    }
    .types__title br{
        display: block;
    }
    .types__block{
        gap: 20px;
        margin-top: 15px;
        grid-template-columns: 1fr;
    }
    .types__item:nth-of-type(1) .types__item-descr,
    .types__item:nth-of-type(2) .types__item-descr,
    .types__item:nth-of-type(3) .types__item-descr,
    .types__item:nth-of-type(4) .types__item-descr,
    .types__item:nth-of-type(5) .types__item-descr,
    .types__item:nth-of-type(6) .types__item-descr{
        max-width: 100%;
    }
    .types__block.show-more .types__item:nth-of-type(n+3){
        display: none;
    }
    .types__more{
        display: flex;
    }
    .types__block:not(.show-more) ~ .types__more{
        font-size: 0;
        gap: 0;
        transform: rotate(-180deg);
    }
}
@media (max-width: 767px) {
    .types{
        margin-top: 100px;
    }
    .types__more{
        margin-top: 18px;
    }
    .types__block{
        gap: 10px;
    }
    .types__item-name{
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .types__title{
        font-size: 30px;
    }
    .types__more{
        margin-top: 10px;
    }
    .types__item:nth-of-type(1) .types__item-descr {
        max-width: 326px;
    }
}
/* steps */
.steps{
    margin-top: 120px;
}
.steps__title{
    margin-left: 68px;
}
.steps__inner{
    margin: 0 auto;
    width: 100%;
    max-width: 740px;
}
.steps__block{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.steps__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.steps__item-num{
    color: rgba(122, 83, 169, 0.90);
    font-family: 'Koulen', sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    width: 40px;
    min-width: 40px;
}
.steps__item-content{
    width: 100%;
    max-width: 675px;
}
.steps__item-title{
    margin-bottom: 6px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}
.steps__item:not(:last-of-type){
    padding-bottom: 20px;
    border-bottom: 3px solid rgba(122, 83, 169, 0.90);
}
.steps__item:nth-of-type(1) .steps__item-descr{
    max-width: 651px;
}
.steps__item:nth-of-type(2) .steps__item-descr{
    max-width: 639px;
}
.steps__item:nth-of-type(4) .steps__item-descr{
    max-width: 620px;
}
@media (max-width: 1279px) {

}
@media (max-width: 999px) {

}
@media (max-width: 767px) {
    .steps{
        margin-top: 100px;
    }
    .steps__title {
        margin-left: 43px;
    }
    .steps__block{
        margin-top: 10px;
        gap: 22px;
    }
    .steps__item{
        align-items: start;
    }
    .steps__item:not(:last-of-type){
        padding-bottom: 15px;
    }
    .steps__item-title{
        font-size: 16px;
    }
    .steps__item-num {
        font-size: 70px;
        width: 27px;
        min-width: 27px;
    }
    .steps__item:nth-of-type(2) .steps__item-descr {
        max-width: 387px;
    }
    .steps__item:nth-of-type(3) .steps__item-descr {
        margin-right: -5px;
    }
    .steps__item:nth-of-type(4) .steps__item-descr {
        max-width: 384px;
    }
}
@media (max-width: 479px) {
    .steps__block{
        gap: 15px;
    }
    .steps__item-num {
        font-size: 60px;
        width: 19px;
        min-width: 19px;
    }
    .steps__item:nth-of-type(3) .steps__item-descr {
        margin-right: 0;
    }
}
.us{
    margin-top: 120px;
}
.us__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 22px;
    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(54, 140, 193, 0.80);
    border-radius: 50%;
}
.us__item-name{
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 8px;
}
.us__item:nth-of-type(1) .us__item-descr,
.us__item:nth-of-type(2) .us__item-descr{   
    max-width: 447px;
}
@media (max-width: 1279px) {
    .us__item:nth-of-type(4) .us__item-descr{
        margin-right: -9px;
    }
}
@media (max-width: 999px) {
    .us__content{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .us__item-content{
        width: 100%;
    }
    .us__item:nth-of-type(1) .us__item-descr {
        max-width: 100%;
    }
    .us__item:nth-of-type(2) .us__item-descr{
        max-width: 611px;
    }
    .us__item:nth-of-type(3) .us__item-descr{
        max-width: 574px;
    }
    .us__item:nth-of-type(4) .us__item-descr{
        max-width: 601px;
    }
    .us__item{
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .us{
        margin-top: 100px;
    }
    .us__item-num {
        min-width: 60px;
        width: 60px;
        height: 60px;
        font-size: 40px;
    }
    .us__item-name{
        font-size: 16px;
    }
    .us__item:nth-of-type(4) .us__item-descr {
        margin: 0;
    }
}
@media (max-width: 479px) {
    .us__item{
        gap: 10px;
    }
    .us__item-num {
        min-width: 35px;
        width: 35px;
        height: 35px;
        font-size: 26px;
    }
    .us__item-name{
        margin-bottom: 6px;
    }
}

.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;
    }
}

/* price */
.price{
    margin-top: 170px;
}
.price__inner{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.price__content{
    max-width: 482px;
    width: 100%;
}
.price__title{
    font-size: 44px;
}
.price__circles{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.price__circles-item{
    width: 210px;
    height: 210px;
    min-width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.price__circles-name{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.price__circles-item:nth-of-type(1){
    border: 4px solid rgba(54, 140, 193, 0.80);
    position: relative;
    z-index: 1;
    width: 214px;
    height: 214px;
    min-width: 214px;
}
.price__circles-item:nth-of-type(2){
    background-color: rgba(140, 39, 130, 0.80);
    margin-left: -24px;
}
.price__circles-item:nth-of-type(1) .price__circles-name{
    color: #368CC1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transform: translate(-3px, 5px);
}
.price__circles-item:nth-of-type(1) .price__circles-name span{
    color: #368CC1;
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 50px;
    transform: translateX(10px);
}
.price__circles-item:nth-of-type(2) .price__circles-name{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: lowercase;
}
.price__circles-item:nth-of-type(2)::before{
    content: '';
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='40' viewBox='0 0 16 40' fill='none'%3E%3Cpath d='M9.5 38.2461L9.5 39.7461L6.5 39.7461L6.5 38.2461L9.5 38.2461ZM8 16.2461C3.58172 16.2461 1.11821e-06 12.6644 1.31134e-06 8.24609C1.50447e-06 3.82782 3.58172 0.246094 8 0.246095C12.4183 0.246095 16 3.82782 16 8.24609C16 12.6644 12.4183 16.2461 8 16.2461ZM6.5 38.2461L6.5 8.24609L9.5 8.24609L9.5 38.2461L6.5 38.2461Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.price__content-block{
    margin-top: 20px;
    max-width: 461px;
}
.price__btn{
    margin-top: 30px;
    height: 56px;
    max-width: 250px;
}
.price__box{
    width: 100%;
    max-width: 681px;
}
.price__name{
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
}
.price__block{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.price__item-title{
    margin-bottom: 6px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
}
.price__item:nth-of-type(2) .price__item-descr{
    max-width: 646px;
}
.price__item:nth-of-type(3) .price__item-descr{
    max-width: 665px;
}
.price__item:nth-of-type(5) .price__item-descr{
    max-width: 665px;
}
.price__item:nth-of-type(6) .price__item-descr{
    max-width: 648px;
}
.price__more{
    margin-top: 10px;
    display: none;
    align-items: center;
    max-width: max-content;
    gap: 8px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
}
@media (max-width: 1279px) {
    .price__inner{
        flex-direction: column;
        gap: 30px;
    }
    .price__content{
        max-width: 100%;
    }
    .price__content-box{
        display: flex;
        gap: 44px;
        margin-top: 0;
    }
    .price__btn{
        margin-top: 20px;
    }
    .price__box {
        max-width: 883px;
    }
    .price__block{
        margin-top: 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 20px;
    }
    .price__item:nth-of-type(2) .price__item-descr {
        margin-right: -30px;
    }
    .price__item:nth-of-type(4) .price__item-descr {
        margin-right: -25px;
    }
    .price__item:nth-of-type(6) .price__item-descr {
        margin-right: -14px;
    }
    .price__content-box{
        margin-top: 20px;
    }
    .price__content-block{
        margin-top: 0;
    }
}
@media (max-width: 999px) {
    .price__title {
        max-width: 640px;
    }
    .price__content-box{
        gap: 32px;
    }
    .price__content-block {
        max-width: 301px;
    }
    .price__circles {
        margin-top: 20px;
        display: flex;
        align-items: start;
    }
    .price__block{
        margin-top: 20px;
        grid-template-columns: 1fr;
    }
    .price__item:nth-of-type(2) .price__item-descr {
        margin-right: 0;
        max-width: 100%;
    }
    .price__item:nth-of-type(5) .price__item-descr,
    .price__item:nth-of-type(6) .price__item-descr,
    .price__item:nth-of-type(3) .price__item-descr {
        max-width: 100%;
    }
    .price__item:nth-of-type(4) .price__item-descr {
        margin-right: 0;
    }
    .price__block.show-more .price__item:nth-of-type(n+3){
        display: none;
    }
    .price__more{
        display: flex;
    }
    .price__block:not(.show-more) ~ .price__more{
        font-size: 0;
        gap: 0;
        transform: rotate(-180deg);
    }
}
@media (max-width: 767px) {
    .price__content-box{
        flex-direction: column;
        margin-top: 15px;
        gap: 15px;
    }
    .price__circles {
        margin-top: 0px;
        align-items: center;
        justify-content: center;
    }
    .price__title{
        font-size: 40px;
    }
    .price__content-block{
        max-width: 442px;
    }
    .price__item:nth-of-type(1) .price__item-descr{
        margin-right: -10px;
    }
}
@media (max-width: 479px) {
    .price__title {
        font-size: 32px;
    }
    .price__content-box{
        margin-top: 10px;
        gap: 10px;
    }
    .price__circles {
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }
    .price__circles-item:nth-of-type(2)::before{
        content: none;
    }
    .price__circles-item:nth-of-type(2) {
        margin-left: 119px;
        margin-top: -92px;
    }
    .price__btn{
        max-width: 100%;
    }
    .price__item:nth-of-type(1) .price__item-descr {
        margin-right: 0;
    }
}
.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;
    }
    .chaps__item.active .chaps__desc{
        margin-top: 22px;
    }
}
@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;
    }
}