.main__links{
    margin-bottom: 24px;
}
.main {
    margin-top: 109px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 22px;
    max-width: 980px;
    margin-left: 105px;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: -5px;
}
.main__descr{
    margin-bottom: 20px;
    max-width: 680px;
}
.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;
    width: 100%;
    position: relative;
}
.main__block:first-of-type::before {
    content: '';
    position: absolute;
    top: 35px;
    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;
    right: 57px;
}
@media (max-width: 1279px) {
    .main__inner{
        margin: 0;
    }
    .main__title{
        margin-left: 0;
    }
    .main__descr {
        max-width: 655px;
    }
    .main__block:first-of-type::before {
        right: -6px;
    }
    .main__block:last-of-type{
        max-width: 655px;
    }
}
@media (max-width: 999px) {
    .main{
        margin-top: 77px;
    }
    .main__inner {
        margin: 0 -5px 0 0;
    }
    .main__title {
        font-size: 60px;
        letter-spacing: -0.6px;
    }
    .main__block:first-of-type::before {
        right: 4px;
    }
    .main__btn{
        max-width: 229px;
    }
}
@media (max-width: 767px) {
    .main{
        margin-top: 123px;
    }
    .main__links {
        margin-bottom: 31px;
    }
    .main__title {
        font-size: 50px;
        letter-spacing: -0.5px;
        margin-right: -8px;
    }
    .main__inner{
        gap: 63px;
        margin: 0 -11px 0 0;
    }
    .main__block:first-of-type{
        max-width: 0;
    }
    .main__block:first-of-type::before {
        right: -115px;
        top: 25px;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 186px;
    }
    .main__inner{
        gap: 0;
        margin: 0;
    }
    .main__links {
        margin-bottom: 28px;
    }
    .main__block:first-of-type::before {
        right: -53px;
    }
    .main__title {
        font-size: 42px;
        letter-spacing: -0.42px;
        margin-right: 0px;
    }
    .main__descr {
        max-width: 328px;
    }
}


.sells {
    margin-top: 120px;
}
.sells__inner {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    max-width: 1178px;
    margin: 0 auto;
}
.sells__content {
    max-width: 533px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sells__title{
    margin-bottom: 20px;
}
.sells__content .sells__descr  + .sells__descr{
    margin-top: 10px;
}
.sells__btn {
    margin-top: 20px;
    height: 56px;
    max-width: 246px;
}
.sells__box {
    max-width: 580px;
    width: 100%;
}
.sells__name {
    margin-bottom: 15px;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    max-width: 509px;
}
.sells__block {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sells__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sells__item-name {
    color: #368CC1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.sells__item:nth-of-type(1) .sells__item-descr {
    max-width: 403px;
}
.sells__item:nth-of-type(2) .sells__item-descr {
    max-width: 548px;
}
.sells__item:nth-of-type(3) .sells__item-descr {
    max-width: 488px;
}
@media (max-width: 1279px) {
    .sells__name{
        font-size: 36px;
    }
}
@media (max-width: 999px) {
    .sells__inner{
        max-width: 589px;
        flex-direction: column;
        gap: 30px;
    }
    .sells__title {
        max-width: 450px;
    }
    .sells__content {
        max-width: 600px;
        margin-right: -5px;
        width: auto;
    }
    .sells__item:nth-of-type(2) .sells__item-descr{
        max-width: 545px;
    }
    .sells__item:nth-of-type(3) .sells__item-descr {
        max-width: 518px;
    }
}
@media (max-width: 767px) {
    .sells{
        margin-top: 100px;
    }
    .sells__inner {
        gap: 25px;
    }
    .sells__title{
        max-width: 448px;
        margin-bottom: 15px;
    }
    .sells__btn{
        margin-top: 15px;
    }
    .sells__descr{
        max-width: 448px;
    }
    .sells__name{
        font-size: 34px;
    }
    .sells__item {
        gap: 6px;
    }
}
@media (max-width: 479px) {
    .sells__descr {
        max-width: 327px;
    }
}


.advantages {
    margin-top: 120px;
}
.advantages__content {
    margin: 30px -48px 0;
    background-color: #F4F4F4;
    padding: 24px 44px 15px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
    width: auto;
}
.advantages__name {
    color: rgba(140, 39, 130, 0.80);
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%; /* 36px */
    letter-spacing: -2.25px;
    max-width: 204px;
    margin-top: 46px;
}
.advantages__name span {
    font-family: 'Koulen', sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0;
    margin-bottom: 21px;
    display: block;
}
.advantages__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}  
.advantages__item{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 407px;
}
.advantages__icon {
    display: block;
    min-width: 160px;
    width: 160px;
    height: 160px;
    background-color: rgba(122, 83, 169, 0.90);
    border-radius: 50%;
}
.advantages__descr {
    color: rgba(122, 83, 169, 0.90);
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -2.25px;
    text-transform: lowercase;
}
.advantages__item:nth-of-type(2) .advantages__icon {
    background-color: #368CC1;
} 
.advantages__item:nth-of-type(2) .advantages__descr {
    color: rgba(54, 140, 193, 0.80);
} 
@media (max-width: 1279px) {
    .advantages__icon {
        min-width: 120px;
        width: 120px;
        height: 120px;
    }
    .advantages__content {
        padding: 44px 0 35px 53px;
        gap: 43px;
    }
}
@media (max-width: 999px) {
    .advantages__content {
        margin-top: 20px;
        padding: 24px 13px 37px 53px;
        gap: 68px;
    }
    .advantages__name {
        font-size: 30px;
        letter-spacing: -1.5px;
        margin-top: 19px;
    }
    .advantages__name span{
        font-size: 70px;
        margin-bottom: 24px;
    }
    .advantages__item{
        gap: 10px;
    }
    .advantages__icon {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }
    .advantages__descr {
        font-size: 30px;
        letter-spacing: -1.5px;
    }
}
@media (max-width: 767px) {
    .advantages{
        margin-top: 100px;
    }
    .advantages__name {
        font-size: 18px;
        letter-spacing: -0.9px;
        margin-top: 4px;
    }
    .advantages__name span{
        font-size: 40px;
        margin-bottom: 12px;
    }
    .advantages__icon {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }
    .advantages__descr {
        font-size: 18px;
        letter-spacing: -0.9px;
    }
    .advantages__content{
        gap: 31px;
        padding: 22px 13px 18px 53px;
        margin-top: 9px;
    }
    .advantages__item{
        gap: 6px;
    }
    .advantages__block {
        gap: 18px;
    }
    .advantages__title{
        max-width: 320px;
    }
}
@media (max-width: 479px) {
    .advantages__content{
        gap: 21px;
        padding: 22px 13px 18px 47px;
        margin-top: 8px;
    }
    .advantages__descr {
        font-size: 16px;
        letter-spacing: -0.8px;
    }
    .advantages__name {
        font-size: 14px;
        letter-spacing: -0.7px;
        margin-top: 3px;
    }
    .advantages__name span {
        font-size: 30px;
        margin-bottom: 7px;
    }
    .advantages__block {
        gap: 0px;
    }
    .advantages__item:last-of-type{
        margin-left: -20px;
    }
}

.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);
    max-height: 350px;
}
.work__image:nth-of-type(7){
    max-height: 300px;
    border-color: rgba(54, 140, 193, 0.70);
    margin-top: -23px;
}
.work__image:nth-of-type(8){
    max-height: 277px;
    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{
    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: 5px 20px;
    margin-top: 20px;
}
.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(122, 83, 169, 0.90);
    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(1) .us__item-descr{
    max-width: 447px;
}
.us__item:nth-of-type(2) .us__item-descr{
    max-width: 447px;
}
.us__item:nth-of-type(3) .us__item-descr{
    max-width: 449px;
}
.us__item:nth-of-type(5) .us__item-descr{
    max-width: 466px;
}
@media (max-width: 1279px) {
    .us__content{
        margin-top: 10px;
    }
    .us__item:nth-of-type(5) .us__item-descr{
        max-width: 368px;
    }
}
@media (max-width: 999px) {
    .us__item-descr{
        max-width: 100%;
    }
    .us__title{
        margin-left: 3px;
    }
    .us__content{
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .us__item{
        gap: 20px;
    }
    .us__item-content{
        width: 100%;
    }
    .us__item:nth-of-type(1) .us__item-descr{
        max-width: 574px;
    }
    .us__item:nth-of-type(2) .us__item-descr{
        max-width: 100%;
    }
    .us__item:nth-of-type(3) .us__item-descr{
        max-width: 100%;
    }
    .us__item:nth-of-type(4) .us__item-descr{
        max-width: 594px;
    }
    .us__item:nth-of-type(5) .us__item-descr{
        max-width: 598px;
    }
    .us__item:nth-of-type(6) .us__item-descr{
        max-width: 590px;
    }
    .us__item-name{
        margin-bottom: 11px;
    }
}
@media (max-width: 767px) {
    .us{
        margin-top: 100px;
    }
    .us__title {
        display: flex;
        gap: 5px;
        font-size: 60px;
        align-items: start;
        flex-direction: column;
    }
    .us__title .span-title{
        max-width: 100%;
        margin-left: 10px;
    }
    .us__item-name{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .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: 347px;
    }
    .us__item:nth-of-type(6) .us__item-descr {
        max-width: 351px;
    }
}
@media (max-width: 479px) {
    .us__title .span-title {
        margin-left: 0;
        font-size: 22px;
    }
    .us__item:nth-of-type(2) .us__item-descr {
        max-width: 244px;
    }
    .us__item:nth-of-type(3) .us__item-descr{
        max-width: 244px;
    }
    .us__item:nth-of-type(4) .us__item-descr {
        max-width: 224px;
    }
    .us__item:nth-of-type(6) .us__item-descr {
        max-width: 234px;
    }
    .us__item-name {
        margin-right: -7px;
    }
    .us__item:nth-of-type(6) .us__item-name{
        max-width: 200px;
    }
}
.turnkey{
    margin-top: 120px;
}
.turnkey__inner{
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.turnkey__descr{
    margin-top: 15px;
    max-width: 948px;
}
.turnkey__content{
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.turnkey__content-item{
    width: 100%;
    border-radius: 10px;
    min-height: 294px;
    height: max-content;
}
.turnkey__content-block{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0 auto;
    max-width: 272px;
}
.turnkey__content-item:first-of-type .turnkey__content-block{
    gap: 64px;
    max-width: 336px;
}
.turnkey__content-item:nth-of-type(2) .turnkey__content-block {
    max-width: 305px;
}
.turnkey__content-item:not(:last-of-type){
    border: 4px solid #8C2782;
}
.turnkey__content-item:last-of-type{
    background-color: #368CC1;
    border: 4px solid #368CC1;
}
.turnkey__content-name{
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.5px;
}
.turnkey__content-item:nth-of-type(2) .turnkey__content-name{
    color: #8C2782;
}
.turnkey__content-item:first-of-type{
    position: relative;
    z-index: 1;
    padding-top: 23px;
}
.turnkey__content-item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #8C2782;
    height: 106px;
    z-index: -1;
}
.turnkey__content-descr{
    font-size: 14px;
    line-height: normal;
}
.turnkey__content-item:not(:first-of-type) .turnkey__content-block{
    padding: 58px 0;
}
.turnkey__content-item:last-of-type .turnkey__content-descr{
    color: #fff;
}
.turnkey__title{
    line-height: normal;
}
@media (max-width: 1279px) {
    .turnkey__inner{
        max-width: 950px;
    }
    .turnkey__title{
        max-width: 713px;
    }
    .turnkey__descr {
        max-width: 703px;
    }
    .turnkey__content{
        gap: 10px;
    }
    .turnkey__content-name{
        font-size: 40px;
        letter-spacing: -2px;
    }
    .turnkey__content-item{
        min-height: 260px;
    }
    .turnkey__content-item:first-of-type .turnkey__content-block {
        gap: 40px;
        max-width: 261px;
    }
    .turnkey__content-item:first-of-type {
        position: relative;
        z-index: 1;
        padding-top: 42px;
    }
    .turnkey__content-item:nth-of-type(2) .turnkey__content-block {
        max-width: 238px;
    }
    .turnkey__content-item:not(:first-of-type) .turnkey__content-block {
        padding: 54px 0 10px;
    }
    .turnkey__content-item:nth-of-type(2) .turnkey__content-descr{
        max-width: 215px;
    }
    .turnkey__content-item:nth-of-type(3) .turnkey__content-descr{
        max-width: 193px;
    }
    .turnkey__content-item:nth-of-type(3) .turnkey__content-block {
        max-width: 208px;
    }
}
@media (max-width: 999px) {
    .turnkey__inner{
        max-width: 599px;
    }
    .turnkey__content{
        flex-direction: column;
        max-width: 585px;
    }
    .turnkey__content-item:first-of-type {
        padding-top: 23px;
    }
    .turnkey__content-item:first-of-type .turnkey__content-block {
        gap: 64px;
        max-width: 336px;
    }
    .turnkey__content-item:not(:first-of-type) .turnkey__content-block {
        padding: 58px 0 10px;
    }
    .turnkey__content-item:nth-of-type(2) .turnkey__content-block {
        max-width: 305px;
    }
    .turnkey__content-item:nth-of-type(3) .turnkey__content-block {
        max-width: 284px;
    }
    .turnkey__content-item:nth-of-type(2) .turnkey__content-descr,
    .turnkey__content-item:nth-of-type(3) .turnkey__content-descr{
        max-width: 100%;
    }
    .turnkey__content-name{
        font-size: 50px;
        letter-spacing: -2.5px;
    }
    .turnkey__descr{
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .turnkey{
        margin-top: 100px;
    }
    .turnkey__title{
        font-size: 38px;
    }
    .turnkey__descr{
        margin-top: 10px;
        max-width: 419px;
    }
    .turnkey__content{
        margin-top: 15px;
    }
}
@media (max-width: 479px) {
    .turnkey__content-item:first-of-type .turnkey__content-block {
        gap: 64px;
        max-width: 252px;
    }
    .turnkey__content-item:nth-of-type(2) .turnkey__content-block {
        max-width: 248px;
    }
    .turnkey__content-item:nth-of-type(3) .turnkey__content-block {
        max-width: 247px;
    }
    .turnkey__content-item:not(:first-of-type) .turnkey__content-block {
        padding: 64px 10px 10px;
    }
	.turnkey__content-name{
        font-size: 40px;
    }
}

.price{
    margin-top: 120px;
}
.price__inner{
    max-width: 879px;
    margin: 0 auto;
}
.price__title.title{
    max-width: 747px;
}
.price__content{
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
    gap: 41px;
}
.price__block:first-of-type{
    display: flex;
    align-items: center;
}
.price__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;
}
.price__item:first-of-type {
    border: 4px solid rgba(54, 140, 193, 0.80);
    position: relative;
    z-index: 1;
    width: 214px;
    min-width: 214px;
    height: 214px;
}
.price__item:last-of-type {
    background-color: rgba(140, 39, 130, 0.80);
    margin-left: -23px;
}
.price__item:first-of-type .price__name{
    color: #368CC1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transform: translate(-3px, 25px)
}
.price__item:first-of-type .price__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);
}
.price__item:last-of-type .price__name{
    display: flex;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transform: translate(-4px, 1px);
}
.price__item:last-of-type .price__name span:first-of-type{
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: lowercase;
    transform: translate(3px, 2px);
}
.price__item:last-of-type .price__name span:last-of-type {
    color: #FFF;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 48px;
    transform: translate(14px, 3px);
}
.price__block:last-of-type{
    margin-top: 6px;
}
.price__btn{
    margin-top: 30px;
    max-width: 262px;
    height: 56px;
}
.price__item:first-of-type::before {
    content: '';
    position: absolute;
    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 38L9.5 39.5L6.5 39.5L6.5 38L9.5 38ZM8 16C3.58172 16 1.11821e-06 12.4183 1.31134e-06 8C1.50447e-06 3.58172 3.58172 -1.93129e-07 8 0C12.4183 1.93129e-07 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM6.5 38L6.5 8L9.5 8L9.5 38L6.5 38Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 44px;
    top: -45px;
}
@media (max-width: 1279px) {
    .price__inner{
        margin-left: 38px;
    }
    .price__content{
        justify-content: start;
    }
    .price__block:first-of-type{
        margin-top: 15px;
    }
    .price__block:last-of-type{
        max-width: 344px;
    }
    .price__content{
        margin-top: 38px;
    }
}
@media (max-width: 999px) {
    .price__inner {
        margin-left: 0;
    }
    .price__title {
        font-size: 48px;
    }
    .price__content{
        margin-top: 22px;
    }
    .price__block:first-of-type{
        margin-top: 35px;
    }
    .price__block:last-of-type {
        max-width: 250px;
    }
    .price__btn{
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .price {
        margin-top: 100px;
    }
    .price__inner{
        max-width: 401px;
        margin: 0 auto;
    }
    .price__title {
        font-size: 40px;
    }
    .price__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
        gap: 15px;
    }
    .price__block:last-of-type {
        max-width: 100%;
    }
    .price__block:first-of-type{
        margin-top: 0;
    }
}
@media (max-width: 479px) {
    .price__item:last-of-type{
        margin-left: 140px;
    }
    .price__block:first-of-type{
        flex-direction: column;
    }
    .price__item:first-of-type {
        margin-bottom: -95px;
        margin-left: -110px;
    }
    .price__content{
        gap: 15px;
        margin-top: 40px;
    }
    .price__block:last-of-type {
        max-width: 100%;
        margin: 0 auto;
    }
    .price__btn{
        max-width: 100%;
    }
    .price__title{
        font-size: 34px;
    }
}
.feedback{
    margin-top: 60px;
    padding: 120px 0;
    overflow: hidden;
}
.feedback .span-title{
    margin-top: 10px;
}
.feedback__inner{
    max-width: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.feedback__inner::after {
    position: absolute;
    content: '';
    border-radius: 650px;
    width: 650px;
    height: 650px;
    background: rgba(217, 217, 217, 0.30);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}
.feedback__top{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 428px;
}
.feedback__title{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    flex-direction: column;
    color: #A92F9D;
}
.feedback__descr{
    font-size: 16px;
    line-height: 130%;
    color: #494848;
}
.feedback__form-end{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    align-items: center;
}
.feedback__form{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #A92F9D;
    align-items: center;
    justify-content: center;
    padding: 46px;
    width: 100%;
}
.feedback__form-name{
    color: #A92F9D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: -2px;
}
.feedback__form-block{
    max-width: 311px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 35px;
}
.feedback__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;
}
.feedback__form-input::placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.feedback__form-input:focus{
    outline: 3px solid #A92F9D;
}
.feedback__form-submit{
    width: 100%;
    max-width: 133px;
    height: 43px;
}
.feedback__form-submit button{
    font-size: 14px;
    font-weight: 500;
}
.feedback__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%;
}
.feedback__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;
}
.feedback__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.feedback__form-checkbox + .checkmark {
    position: relative;
    top: 5px;
    left: 0;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
}
.feedback__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;
}
.feedback__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");
}
.feedback__form-submit button:active{
    background: #8E1A83;
}
@media (max-width: 767px) { 
    .feedback{
        padding: 0;
        margin-top: 100px;
    }
    .feedback__inner{
        max-width: 368px;
        align-items: start;
    }
    .feedback__inner::after{
        content: none;
    }
    .feedback__title {
        margin-right: -50px;
    }
    .feedback__descr{
        font-size: 14px;
    }
    .feedback__form{
        max-width: 100%;
        padding: 43px;
    }
    .feedback__form-name{
        max-width: 212px;
    }
    .feedback__form-block{
        max-width: 220px;
    }
    .feedback__form-input{
        max-width: 100%;
        margin: 0 auto;
    }
    .feedback__form-end{
        flex-direction: column;
        margin-top: 14px;
        gap: 20px;
    }
    .feedback__form-submit{
        max-width: 100%;
    }
    .feedback__form-label br{
        display: none;
    }
    .feedback__form-checkbox + .checkmark{
        top: -1px;
        left: -8px;
    }
    .feedback__top{
        margin-right: -10px;
    }
}
@media (max-width: 479px) {
    .feedback__top{
        margin-right: 0px;
        margin-left: 19px;
    }
    .feedback__title {
        margin-right: 0;
        max-width: 235px;
    }
    .feedback__descr {
        max-width: 295px;
    }
}


.includes{
    margin-top: 120px;
}
.includes__inner{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1175px;
    margin: 0 auto;
}
.includes__content{
    max-width: 452px;
    width: 100%;
}
.includes__descr{
    margin-top: 15px;
    margin-bottom: 31px;
    max-width: 385px;
}
.includes__block{
    width: 100%;
    max-width: 700px;
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.includes__item-name{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 17px;
}

@media (max-width: 1279px) {
    .includes__inner{
        max-width: 947px;
        gap: 33px;
    }
    .includes__title{
        margin-left: -4px;
    }
    .includes__descr{
        margin-bottom: 36px;
        margin-top: 21px;
        padding-left: 4px;
    }
    .includes__content {
        max-width: 396px;
    }
    .includes__block {
        margin-top: 8px;
        margin-right: -15px;
        gap: 18px;
        justify-content: start;
    }
    .includes__block .includes__item:last-of-type .includes__item-name {
        margin-bottom: 12px;
    }
    .includes__item-descr br{
        display: block;
    }
}
@media (max-width: 999px) {
    .includes__inner {
        max-width: 549px;
        gap: 8px;
        flex-direction: column;
    }
    .includes__content{
        max-width: 100%;
    }
    .includes__title {
        margin-left: 0px;
        font-size: 38px;
    }
    .includes__descr{
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .includes__item-name {
        margin-bottom: 13px;
    }
    .includes__item-descr br {
        display: none;
    } 
}
@media (max-width: 767px) {
    .includes {
        margin-top: 100px;
    }
    .includes__inner {
        max-width: 448px;
        gap: 6px;
    }
    .includes__title{
        font-size: 32px;
    }
    .includes__descr {
        margin-top: 10px;
        margin-bottom: 17px;
        padding-left: 0;
    }
    .includes__item-name{
        font-size: 18px;
        margin-bottom: 7px;
    }
    .includes__block .includes__item:last-of-type .includes__item-name {
        margin-bottom: 7px;
    }
    .includes__block .includes__item:last-of-type .includes__item-descr{
        margin-right: -6px;
    }
}
@media (max-width: 479px) {
    .includes__inner {
        max-width: 311px;
    }
    .includes__descr {
        margin-top: 8px;
    }
    .includes__block .includes__item:last-of-type .includes__item-descr {
        margin-right: -3px;
    }
}


.steps{
    margin-top: 120px;
}
.steps__inner{
    max-width: 1180px;
    margin: 0 auto;
}
.steps__content {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 
    "a a d"
    "b c d"; 
    gap: 2px 20px;
}
.steps__block {
    height: auto;
}
.steps__block:nth-of-type(1) {
    grid-area: a;
    display: flex;
    gap: 16px;
}
.steps__block:nth-of-type(2) {
    grid-area: b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.steps__block:nth-of-type(3) {
    grid-area: c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
.steps__block:nth-of-type(4) {
    grid-area: d; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.steps__block:nth-of-type(1) .steps__item {
	flex-basis:50%;
}
.steps__item-title {
    padding: 22px 21px;
    border-radius: 10px;
    border: 4px solid rgba(54, 140, 193, 0.80);
    color: #368CC1;
    font-weight: 500;
    width: 100%;
}
.steps__item-name {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 28.6px */
    margin-bottom: 10px;
    max-width: 327px;
}
.steps__item-top{
    padding-left: 10px;
    max-width: 387px;
}
.steps__item-bottom{
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.80);
    padding: 30px 29px;
    flex: 1;
}
.steps__block:last-of-type .steps__item-bottom{
    padding: 52px 49px 52px 59px;
}
.steps__item-bottom p{
    color: #FFF;
}
.steps__item-bottom .steps__item-descr{
    font-weight: 400;
}
@media (max-width: 1279px) {
    .steps__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "a a"
            "b c"
            "d d";
        gap: 20px;
    }
    .steps__block:nth-of-type(1){
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    .steps__item-title {
        padding: 21px 67px;
    }
    .steps__item-top {
        max-width: 464px;
    }
    .steps__item-name {
        max-width: 100%;
    }
    .steps__item-descr{
        max-width: 100%;
    }
    .steps__item-bottom{
        min-height: 299px;
        padding: 30px 73px;
    }
    .steps__block:nth-of-type(3) .steps__item-bottom {
        min-height: 318px;
        padding: 30px 71px 30px 81px;
    }
    .steps__block:nth-of-type(4) .steps__item-top,
    .steps__block:nth-of-type(4) .steps__item-name,
    .steps__block:nth-of-type(4) .steps__item-descr{
        max-width: 100%;
    }
    .steps__item-name br{
        display: none;
    }
    .steps__block:last-of-type .steps__item-bottom {
        padding: 44px 65px;
        min-height: auto;
    }
}
@media (max-width: 999px) {
    .steps__inner{
        max-width: 585px;
    }
    .steps__block:nth-of-type(1){
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .steps__item-title {
        padding: 32px 65px;
    }
    .steps__item-top{
        max-width: 100%;
        padding-left: 23px;
    }
    .steps__content {
        margin-top: 15px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "a"
            "b"
            "c"
            "d";
        gap: 20px;
    }
    .steps__item-descr {
        max-width: 100%;
    }
    .steps__item-bottom {
        min-height: auto !important;
        padding: 30px 45px 43px 55px;
    }
    .steps__block:nth-of-type(3) .steps__item-bottom{
        padding: 49px 54px;
    }
    .steps__block:nth-of-type(4) .steps__item-top{
        padding-left: 10px;
    }
    .steps__block:last-of-type .steps__item-bottom {
        padding: 47px 45px 47px 55px;
    }
}
@media (max-width: 767px) {
    .steps{
        margin-top: 100px;
    }
    .steps__item-title {
        padding: 21px 52px;
    }
    .steps__item-top {
        padding-left: 20px !important;
    }
    .steps__item-descr{
        margin: 0;
    }
    .steps__block:nth-of-type(1) .steps__item-descr{
        max-width: 417px;
    }
    .steps__item-name{
        font-size: 22px;
        margin-bottom: 8px;
    }
    .steps__block:nth-of-type(1),
    .steps__content,
    .steps__block:nth-of-type(3){
        gap: 15px;
    }
    .steps__item-bottom {
        min-height: auto !important;
        padding: 30px 59px 65px 49px;
    }
    .steps__block:nth-of-type(4) .steps__item-descr {
        max-width: 413px;
    }
    .steps__block:nth-of-type(3) .steps__item-bottom {
        padding: 50px 57px;
    }   
    .steps__block:last-of-type .steps__item-bottom {
        padding: 43px 51px 43px 61px;
    }
}
@media (max-width: 479px) {
    .steps__item-title {
        padding: 12px 24px;
    }
    .steps__item-descr {
        max-width: 287px;
    }
    .steps__block:nth-of-type(4) .steps__item-descr {
        max-width: 281px;
    }
    .steps__item-name{
        max-width: 281px;
        margin: 0 0 8px;
    }
    .steps__item-bottom {
        padding: 30px 20px 41px 30px;
    }
    .steps__block:nth-of-type(3) .steps__item-bottom {
        padding: 41px;
    }
    .steps__block:last-of-type .steps__item-bottom {
        padding: 29px 28px 29px 38px;
    }
}

.start{
    margin-top: 120px;
}
.start__inner{
    display: flex;
    gap: 41px;
    max-width: 816px;
    margin: 0 auto;
}
.start__form{
    width: 100%;
    border-radius: 10px;
    background: #A92F9D;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 30px 40px;
    max-width: 343px;
    height: max-content;
}
.start__form-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.start__form-name{
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    max-width: 210px;
}
.start__form-input{
    width: 100%;
    max-width: 197px;
    border-radius: 10px;
    background: #FFF;
    border: none;
    outline: none;
    color: #CFCFCF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 30px;
    padding: 8px;
}
.start__form-input::placeholder{
    color: #CFCFCF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.start__form-input + .start__form-input{
    margin-top: 10px;
}
.start__form-end{
    margin-top: 25px;
}
.start__form-label {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    cursor: pointer;
    margin-left: 2px;
}
.start__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.start__form-checkbox + .checkmark {
    position: relative;
    top: 1px;
    left: 0;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
}
.start__form-checkbox + .checkmark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 14px;
    border-radius: 3px;
    border: 2px solid #A92F9D;
    background: #FFF;
}
.start__form-checkbox:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    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: 100%;
}
.start__form-submit {
    margin-top: 25px;
    width: 155px;
    height: 43px;
    outline: none;
    background-color: transparent;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;
    border: 3px solid #FFF;
    cursor: pointer;
}
.start__form-submit:active{
    background: #8E1A83;
}
.start__content{
    width: 100%;
    max-width: 433px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}
@media (max-width: 1279px) {
    .start__inner{
        max-width: 816px;
    }
    .start__content {
        margin-top: 22px;
    }
    .start__form{
        padding-bottom: 26px;
    }
}
@media (max-width: 999px) {
    .start__inner{
        gap: 34px;
    }
    .start__content{
        margin-top: 0;
    }
    .start__form{
        max-width: 305px;
        padding-bottom: 18px;
    }
    .start__descr{
        max-width: 356px;
    }
}
@media (max-width: 767px) {
    .start{
        margin-top: 100px;
    }
    .start__inner{
        max-width: 345px;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .start__form{
        max-width: 100%;
        padding-bottom: 40px;
    }
    .start__content{
        gap: 10px;
        padding-left: 13px;
    }
    .start__descr{
        max-width: 323px;
    }
}
@media (max-width: 479px) {
    .start__content {
        padding-left: 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(122, 83, 169, 0.90);
    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 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='%237A53A9' fill-opacity='0.9'/%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;
    }
}
.chaps{
    margin-top: 146px;
}
.chaps__inner{
    max-width: 946px;
    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: 20px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
}
.chaps__content-img {
    position: absolute;
    right: 0;
    top: -134px;
}
.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{
    margin-bottom: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 500px;
}
.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;
    }
}