.main {
    margin-top: 109px;
}
.main__inner{
    display: flex;
    gap: 54px;
}
.main__links{
    margin-bottom: 29px;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 585px;
}
.main__descr{
    margin-bottom: 20px;
    max-width: 717px;
}
.main__box{
    display: flex;
    gap: 62px;
}
.main__btn{
    width: 100%;
    max-width: 170px;
    height: 56px;
}
.main__content{
    display: flex;
    gap: 12px;
    align-items: end;
}
.main__item-descr{
    font-size: 10px;
    font-weight: 400;
    max-width: 70px;
    line-height: normal;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__block:last-of-type{
    max-width: 389px;
    min-width: 389px;
    width: 100%;
    z-index: 1;
}
.main__block:last-of-type::before {
    content: '';
    position: absolute;
    top: 26px;
    background: url('../img/main.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 388.75px;
    height: 376.226px;
    left: 0;
    z-index: -1;
}
@media (max-width: 1279px) {
    .main {
        margin-top: 116px;
    }
    .main__inner{
        gap: 0;
    }
    .main__links {
        margin-bottom: 40px;
    }
}
@media (max-width: 999px) {
    .main {
        margin-top: 108px;
    }
    .main__links {
        margin-bottom: 25px;
    }
    .main__block{
        max-width: 574px;
    }
    .main__block:last-of-type {
        max-width: 0;
        min-width: 0;
        width: 100%;
        z-index: 1;
    }
    .main__block:last-of-type::before{
        left: 14px;
        width: 220px;
        height: 375.91px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='376' viewBox='0 0 220 376' fill='none'%3E%3Cpath d='M220 110C220 170.751 170.751 220 110 220C49.2487 220 0 170.751 0 110C0 49.2486 49.2487 0 110 0C170.751 0 220 49.2486 220 110Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3Cpath d='M220 265.91C220 326.661 170.751 375.91 110 375.91C49.2487 375.91 0 326.661 0 265.91C0 205.159 49.2487 155.91 110 155.91C170.751 155.91 220 205.159 220 265.91Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
    }
}
@media (max-width: 767px) {
    .main {
        margin-top: 131px;
    }
    .main__links {
        margin-bottom: 20px;
    }
    .main__title {
        font-size: 50px;
        letter-spacing: -0.5px;
        margin-bottom: 15px;    
    }
    .main__descr{
        margin-bottom: 15px;
    }
    .main__block {
        max-width: 442px;
    }
    .main__btn{
        max-width: 220px;
    }
    .main__block:last-of-type::before {
        top: 4px;
        left: -119px;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 186px;
    }
    .main__links {
        margin-bottom: 25px;
    }
    .main__title {
        font-size: 42px;
        letter-spacing: -0.42px;
        margin-bottom: 15px;
        width: auto;
        max-width: none;
        margin-right: -10px;
    }
    .main__block:last-of-type::before {
        top: 9px;
        left: -86px;
    }
}
.goals{
    margin-top: 120px;
}
.goals__inner{
    max-width: 1186px;
    width: 100%;
    margin: 0 auto;
}
.goals__content{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    gap: 20px;
    justify-content: space-between;
    max-width: 1180px;
}
.goals__content-item{
    width: 100%;
    border-radius: 10px;
    min-height: 294px;
    height: auto;
    padding: 19px 23px 19px 22px;
}
.goals__content-block{
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}
.goals__content-item:first-of-type{
    padding: 22px 19px 22px 25px;
    position: relative;
    z-index: 1;
}
.goals__content-item:first-of-type .goals__content-block{
    gap: 64px;
    max-width: 336px;
}
.goals__content-item:not(:last-of-type){
    border: 4px solid #8C2782;
}
.goals__content-item:last-of-type{
    background-color: #368CC1;
    border: 4px solid #368CC1;
    padding: 21px 40px;
}
.goals__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;
}
.goals__content-item:nth-of-type(2) .goals__content-name{
    color: #8C2782;
}
.goals__content-item::after{
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    background: #8C2782;
    height: 106px;
    z-index: -1;
    border-radius: 10px 10px 0 0;
}
.goals__content-descr{
    font-size: 14px;
    line-height: normal;
    text-transform: lowercase;
}
.goals__content-item:last-of-type .goals__content-descr{
    color: #fff;
}
.goals__title{
    line-height: normal;
}
@media (max-width: 1279px) {
    .goals__title{
        max-width: 712px;
    }
    .goals__content{
        gap: 10px;
    }
    .goals__content-item {
        padding: 23px 18px 19px 18px;
    }
    .goals__content-block{
        gap: 20px;
    }
    .goals__content-descr{
        max-width: 252px;
        margin: 0 auto;
    }
    .goals__content-item:first-of-type {
        padding: 24px 32px 19px 40px;
    }
    .goals__content-item:first-of-type .goals__content-block {
        gap: 50px;
        max-width: 232px;
    }
    .goals__content-item:last-of-type{
        padding: 25px 23px;
    }
    .goals__content-item:last-of-type .goals__content-descr {
        max-width: 100%;
    }
}
@media (max-width: 999px) {
    .goals__content{
        grid-template-columns: 1fr;
    }
    .goals__content-descr {
        max-width: 563px;
        margin: 0;
    }
    .goals__content-item{
        min-height: 260px;
    }
    .goals__content-item:first-of-type {
        padding: 21px 56px;
    }
    .goals__content-item:first-of-type .goals__content-block {
        gap: 60px;
        max-width: 505px;
    }
    .goals__content-item {
        padding: 54px 57px 20px;
    }
    .goals__content-item:last-of-type {
        padding: 63px 58px;
    }
    .goals__content-item:last-of-type .goals__content-descr {
        max-width: 577px;
    }
}
@media (max-width: 767px) {
    .goals{
        margin-top: 100px;
    }
    .goals__title {
        font-size: 36px;
    }
    .goals__content{
        margin-top: 15px;
    }
    .goals__content-block {
        gap: 10px;
    }
    .goals__content-item {
        padding: 27px 34px;
        min-height: 240px;
    }
    .goals__content-item:first-of-type .goals__content-block {
        gap: 50px;
    }
    .goals__content-item:first-of-type {
        padding: 21px 29px 20px 50px;
    }
    .goals__content-item:last-of-type {
        padding: 40px 14px 20px 51px;
    }
}
@media (max-width: 479px) {
    .goals__title {
        font-size: 34px;
    }
    .goals__content-name {
        font-size: 40px;
        letter-spacing: -2px;
    }
    .goals__content-block {
        gap: 8px;
    }
    .goals__content-descr{
        font-size: 13px;
    }
    .goals__content-item{
        min-height: 250px;
        padding: 25px 25px;
    }
    .goals__content-item:first-of-type{
        padding: 26px;
    }
    .goals__content-item:last-of-type {
        padding: 38px 30px 20px;
    }
    .goals__content-item:last-of-type {
        padding: 38px 30px 20px;
    }
}
.us{
    margin-top: 120px;
}
.us__title{
    display: flex;
    gap: 10px;
    font-size: 70px;
    align-items: center;
}
.us__title .span-title {
    max-width: 244px;
    margin-top: -8px;
    margin-left: 0;
    font-size: 26px;
}
.us__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
    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(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%;
}
.us__item:nth-of-type(1) .us__item-descr{
    max-width: 466px;
}
.us__item:nth-of-type(2) .us__item-descr{
    max-width: 461px;
}
.us__item:nth-of-type(3) .us__item-descr{
    max-width: 475px;
}
.us__item:nth-of-type(5) .us__item-descr{
    max-width: 466px;
}
@media (max-width: 1279px) {
    .us__item:nth-of-type(2) .us__item-descr {
        margin-right: -10px;
    }
    .us__item:nth-of-type(3) .us__item-descr {
        margin-right: -18px;
    }
    .us__item:nth-of-type(5) .us__item-descr {
        margin-right: -10px;
    }
    .us__item:nth-of-type(6) .us__item-descr {
        max-width: 358px;
    }
}
@media (max-width: 999px) {
    .us__content {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .us__item{
        gap: 10px;
    }
    .us__item-content{
        width: 100%;
    }
    .us__item:nth-of-type(1) .us__item-descr {
        max-width: 594px;
    }
    .us__item:nth-of-type(2) .us__item-descr {
        max-width: 615px;
    }
    .us__item:nth-of-type(3) .us__item-descr {
        max-width: 582px;
    }
    .us__item:nth-of-type(4) .us__item-descr {
        max-width: 624px;
    }
    .us__item:nth-of-type(5) .us__item-descr {
        max-width: 642px;
    }
    .us__item:nth-of-type(6) .us__item-descr {
        max-width: 574px;
    }
}
@media (max-width: 767px) {
    .us{
        margin-top: 100px;
    }
    .us__title {
        display: flex;
        gap: 10px;
        font-size: 60px;
        align-items: start;
        flex-direction: column;
        margin-left: 64px;
    }
    .us__title .span-title {
        max-width: 321px;
        margin-top: -8px;
        margin-left: 11px;
        font-size: 24px;
        line-height: 100%;
    }
    .us__content{
        margin-top: 15px;
    }
    .us__item{
        gap: 15px;
    }
    .us__item-num {
        min-width: 60px;
        width: 60px;
        height: 60px;
        font-size: 40px;
    }
    .us__item-name{
        font-size: 16px;
    }
    .us__item-descr{
        font-size: 14px;
    }
    .us__item:nth-of-type(2) .us__item-descr {
        margin-right: 0;
        max-width: 358px;
    }
    .us__item:nth-of-type(3) .us__item-descr {
        max-width: 352px;
        margin-right: 0;
    }
    .us__item:nth-of-type(4) .us__item-descr {
        margin-right: -5px;
    }
    .us__item:nth-of-type(5) .us__item-descr {
        max-width: 373px;
    }
}
@media (max-width: 479px) {
    .us__title {
        margin-left: 4px;
		font-size: 46px;
    }
    .us__title .span-title {
        max-width: 283px;
        margin-left: 14px;
        font-size: 22px;
    }
    .us__item{
        gap: 8px;
    }
    .us__item-descr {
        font-size: 13px;
    }
    .us__item:nth-of-type(2) .us__item-descr {
        margin-right: -6px;
    }
    .us__item:nth-of-type(4) .us__item-descr {
        margin-right: 0;
    }
    .us__item-name{
        line-height: 110%;
    }
    .us__item:nth-of-type(5) .us__item-name{
        max-width: 197px;
    }
    .us__item:nth-of-type(5) .us__item-descr {
        max-width: 251px;
        margin-right: 0;
    }
}
/* 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: 8px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    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;
    }
}
/* turnkey */
.turnkey{
    margin-top: 120px;
}
.turnkey__inner{
    display: flex;
    justify-content: space-around;
    gap: 26px;
}
.turnkey__title{
    font-size: 48px;
}
.turnkey__left{
    width: 100%;
    max-width: 503px;
}
.turnkey__descr{
    margin-top: 15px;
    max-width: 486px;
}
.turnkey__form{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #A92F9D;
    align-items: center;
    justify-content: center;
    padding: 48px 34px 42px;
    width: 100%;
    max-width: 478px;
}
.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: 8px;
    width: 100%;
    max-width: 648px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.turnkey__item-name{
    margin-bottom: 6px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
}
.turnkey__item:nth-of-type(4){
    margin-right: -19px;
}
@media (max-width: 1279px) {
    .turnkey__inner{
        flex-direction: column;
        max-width: 650px;
        margin: 0 auto;
        width: 100%;
        gap: 20px;
    }
    .turnkey__left{
        max-width: 100%;
    }
    .turnkey__left-content {
        margin-left: 41px;
        width: 100%;
    }
    .turnkey__descr {
        margin-top: 15px;
        max-width: 488px;
        margin-left: 10px;
    }
    .turnkey__form{
        margin-top: 20px;
        max-width: 585px;
    }
    .turnkey__block{
        margin-top: 0;
    }
}
@media (max-width: 999px) {
    .turnkey__left-content {
        margin-left: 0;
    }
    .turnkey__descr {
        margin-top: 15px;
        max-width: 615px;
        margin-left: 0;
    }
    .turnkey__form {
        max-width: 618px;
    }
}
@media (max-width: 767px) {
    .turnkey {
        margin-top: 100px;
    }
    .turnkey__inner{
        margin-left: 12px;
        width: auto;
        gap: 15px;
    }
    .turnkey__title {
        font-size: 40px;
    }
    .turnkey__descr {
        margin-top: 10px;
        max-width: 399px;
    }
    .turnkey__form{
        max-width: 409px;
    }
    .turnkey__form-name{
        max-width: 212px;
    }
    .turnkey__form-block{
        margin-top: 30px;
        flex-direction: column;
        max-width: 220px;
        width: 100%;
        gap: 14px;
    }
    .turnkey__form-input{
        max-width: 100%;
    }
    .turnkey__form-end{
        margin-top: 11px;
        flex-direction: column;
        gap: 20px;
    }
    .turnkey__form-submit{
        max-width: 100%;
    }
    .turnkey__form-label br{
        display: none;
    }
    .turnkey__form-checkbox + .checkmark{
        top: 0;
    }
    .turnkey__block {
        max-width: 410px;
        margin-left: 8px;
    }
    .turnkey__item-name{
        font-size: 16px;
    }
    .turnkey__item:nth-of-type(4) {
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .turnkey__inner {
        margin-left: 0;
    }
}
/* textBlock */
.textBlock{
    margin-top: 120px;
}
.textBlock__descr{
    margin-top: 15px;
    max-width: 1013px;
}
.textBlock__box{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.textBlock__name{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px;
}
.textBlock__block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.textBlock__block:nth-of-type(1) .textBlock__item:nth-of-type(1){
    max-width: 568px;
}
.textBlock__block:nth-of-type(2) .textBlock__item:nth-of-type(1){
    max-width: 567px;
}
@media (max-width: 1279px) {
    .textBlock__title{
        max-width: 704px;
    }
    .textBlock__descr {
        max-width: 884px;
    }
    .textBlock__block,
    .textBlock__box{
        gap: 15px;
    }
    .textBlock__block:nth-of-type(1) .textBlock__item:nth-of-type(1),
    .textBlock__block:nth-of-type(1) .textBlock__item:nth-of-type(2) {
        max-width: 469px;
    }
}
@media (max-width: 999px) {
    .textBlock__box{
        grid-template-columns: 1fr;
    }
    .textBlock__block,
    .textBlock__box{
        gap: 10px;
    }
    .textBlock__block:nth-of-type(1) .textBlock__item:nth-of-type(1) {
        max-width: 697px;
    }
    .textBlock__block:nth-of-type(1) .textBlock__item:nth-of-type(2) {
        max-width: 683px;
    }
    .textBlock__block:nth-of-type(2) .textBlock__item:nth-of-type(1) {
        max-width: 729px;
    }
}
@media (max-width: 767px) {
    .textBlock{
        margin-top: 100px;
    }
    .textBlock__title {
        font-size: 38px;
    }
    .textBlock__descr{
        margin-top: 10px;
    }
    .textBlock__name {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .textBlock__block:nth-of-type(1) .textBlock__item:nth-of-type(2) {
        max-width: 444px;
    }
}
@media (max-width: 479px) {
    .textBlock__title {
        font-size: 30px;
    }
	.textBlock__name {
        font-size: 16px;
    }
    .textBlock__block:nth-of-type(1) .textBlock__item:nth-of-type(1) {
        max-width: 315px;
    }
    .textBlock__block:nth-of-type(1) .textBlock__item:nth-of-type(2) {
        max-width: 313px;
    }
}
/* bannerBlock */
.bannerBlock{
    margin-top: 120px;
}
.bannerBlock__inner{
    background-color: #F4F4F4;
    padding: 51px 20px 60px;
}
.bannerBlock__block{
    max-width: 561px;
    width: 100%;
    margin: 0 auto;
}
.bannerBlock__descr{
    margin-top: 15px;
    margin-right: -43px;
}
.bannerBlock__bottom{
    margin-top: 28px;
    display: flex;
    align-items: end;
    gap: 51px;
}
.bannerBlock__content-name{
    color: #9E9595;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.bannerBlock__content-block{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.bannerBlock__content-descr{
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
}
.bannerBlock__content-descr span{
    color: rgba(73, 72, 72, 0.70);
    font-family: 'Koulen', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.bannerBlock__content-descr:nth-of-type(2){
    position: relative;
}
.bannerBlock__content-descr:nth-of-type(2) span{
    color: #368CC1;
}
.bannerBlock__content-descr:nth-of-type(2)::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='17' viewBox='0 0 64 17' fill='none'%3E%3Cpath d='M64 8.72656C64 4.30828 60.4183 0.726563 56 0.726563C51.5817 0.726563 48 4.30828 48 8.72656C48 13.1448 51.5817 16.7266 56 16.7266C60.4183 16.7266 64 13.1448 64 8.72656ZM56 7.22656L0 7.22656V10.2266L56 10.2266V7.22656Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    position: absolute;
    bottom: -19px;
    left: -3px;
}   
.bannerBlock__btn{
    max-width: 215px;
    height: 56px;
    width: 100%;
}
@media (max-width: 1279px) {
    .bannerBlock{
        background-color: #F4F4F4;
    }
    .bannerBlock__inner{    
        background-color: transparent;
    }
}
@media (max-width: 999px) {
    .bannerBlock__inner{
        padding: 58px 0px;
    }
    .bannerBlock__descr {
        margin-top: 10px;
    }
    .bannerBlock__bottom{
        justify-content: space-between;
        margin-top: 18px;
    }
}
@media (max-width: 767px) {
    .bannerBlock{
        margin-top: 100px;
    }
    .bannerBlock__descr {
        margin-right: 0;
        max-width: 434px;
    }
}
@media (max-width: 479px) {
    .bannerBlock__descr{
        max-width: 324px;
    }
    .bannerBlock__bottom{
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }
    .bannerBlock__btn{
        max-width: 100%;
    }
}
/* steps */
.steps{
    margin-top: 120px;
}
.steps__descr{
    margin-top: 10px;
    max-width: 1068px;
}
.steps__block{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.steps__item{
    display: flex;
    gap: 20px;
    position: relative;
}
.steps__item-content{
    width: 100%;
}
.steps__item-name {
    color: #6B6464;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}
.steps__item-descr {
    margin-top: 8px;
}
.steps__item-descr::first-letter{
    text-transform: lowercase; 
}
.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(2) .steps__item-name{
    max-width: 221px;
}
.steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-name{
    max-width: 278px;
}
.steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-name{
    max-width: 364px;
}
.steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-name{
    max-width: 480px;
}
.steps__item:nth-of-type(3) .steps__item-content:nth-of-type(2) .steps__item-name{
    max-width: 359px;
}
.steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr br{
    display: none;
}
.steps__item-descr{
    max-width: 575px;
}
.steps__item:nth-of-type(4) .steps__item-descr{
    max-width: 100%;
}
@media (max-width: 1279px) {
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(1) .steps__item-descr{
        max-width: 435px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(1) .steps__item-name{
        max-width: 100%;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-descr{
        max-width: 440px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-name{
        max-width: 100%;
    }


    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-descr{
        max-width: 457px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-name{
        max-width: 100%;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-descr{
        max-width: 452px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-name{
        max-width: 440px;
    }


    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr{
        max-width: 451px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(2) .steps__item-descr{
        max-width: 465px;
    }
    .steps__item:nth-of-type(4) .steps__item-descr {
        max-width: 960px;
    }

}
@media (max-width: 999px) {
    .steps__title{
        max-width: 532px;
    }
    .steps__block {
        margin-top: 15px;
        gap: 40px;
    }
    .steps__item{
        flex-direction: column;
    }
    .steps__item:not(:last-of-type)::before{
        bottom: -20px;
    }
    .steps__item:not(:last-of-type)::after{
        content: none;
    }
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(1) .steps__item-descr {
        max-width: 704px;
    }   
    .steps__item:nth-of-type(1) .steps__item-content:nth-of-type(2) .steps__item-descr {
        max-width: 729px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-descr{
        max-width: 729px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-name {
        max-width: 100%;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-descr{
        max-width: 729px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-name{
        max-width: 100%;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-name br{
        display: none;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr {
        max-width: 718px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr br{
        display: block;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(2) .steps__item-name{
        max-width: 100%;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(2) .steps__item-descr{
        max-width: 712px;
    }
    .steps__item:nth-of-type(4) .steps__item-descr {
        max-width: 729px;
    }
}
@media (max-width: 767px) {
    .steps{
        margin-top: 100px;
    }
    .steps__block {
        gap: 30px;
    }
    .steps__item{
        gap: 15px;
    }
    .steps__item:not(:last-of-type)::before {
        bottom: -15px;
    }
    .steps__item-name{
        font-size: 18px;
    }
    .steps__item-descr {
        margin-top: 6px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(1) .steps__item-name {
        max-width: 247px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-name {
        max-width: 340px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-descr {
        max-width: 400px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-name br{
        display: inline-block;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr {
        max-width: 446px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(2) .steps__item-name {
        max-width: 293px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr br{
        display: none;
    }
    .steps__item:nth-of-type(4) .steps__item-descr {
        margin-right: -3px;
    }
}
@media (max-width: 479px) {
    .steps__block {
        max-width: 326px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:nth-of-type(2) .steps__item-descr {
        max-width: 318px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr {
        max-width: 322px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(1) .steps__item-descr br{
        display: block;
    }
    .steps__item:nth-of-type(3) .steps__item-content:nth-of-type(2) .steps__item-descr {
        margin-right: -6px;
    }
    .steps__item:nth-of-type(4) .steps__item-descr {
        margin-right: 0;
    }
}
/* cost */
.cost{
    margin-top: 120px;
}
.cost__inner{
    display: flex;
    justify-content: space-between;
    gap: 26px;
}
.cost__content{
    width: 100%;
    max-width: 576px;
}
.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: 15px;
    margin-left: 34px;
    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;
}
.cost__title .span-title{
    margin-left: 0;
}
.cost__descr {
    margin-top: 15px;
}
@media (max-width: 1279px) {
    .cost__inner{
        gap: 53px;
    }
    .cost__title{
        font-size: 40px;
    }
    .cost__content {
        max-width: 416px;
    }
    .cost__box {
        margin-top: 20px;
        margin-left: 0;
    }
    .cost__block{
        margin-top: 1px;
        gap: 15px;
    }
}
@media (max-width: 999px) {
    .cost__inner{
        gap: 20px;
        width: 100%;
        max-width: 630px;
        margin: 0 auto;
        flex-direction: column;
    }
    .cost__content {
        max-width: 100%;
    }
    .cost__box {
        margin-left: 94px;
    }
    .cost__block {
        margin-top: 0;
        max-width: 616px;
    }
}
@media (max-width: 767px) {
    .cost{
        margin-top: 100px;
    }
    .cost__inner{
        gap: 15px;
    }
    .cost__descr{
        margin-top: 10px;
    }
    .cost__box {
        margin-left: 23px;
    }
    .cost__item-name {
        margin-bottom: 8px;
        font-size: 24px;
    }
    .cost__item-descr {
        max-width: 446px;
    }
    .cost__btn{
        margin-top: 25px;
    }
}
@media (max-width: 479px) {
    .cost__title {
        font-size: 34px;
    }
    .cost__title .span-title{
        font-size: 22px;
    }
    .cost__box{
        flex-direction: column;
        margin-top: 15px;
        align-items: start;
        margin-left: 0;
    }
    .cost__box-item:last-of-type {
        margin-left: 119px;
        margin-top: -80px;
    }
    .cost__item-descr {
        max-width: 326px;
    }
    .cost__block{
        gap: 10px;
    }
    .cost__item-name{
        margin-bottom: 6px;
    }
    .cost__btn {
        margin-top: 23px;
        max-width: 100%;
    }
}
/* includes */
.includes{
    margin-top: 120px;
}
.includes__title{
    letter-spacing: -1.5px;
}
.includes__box{
    margin-top: 20px;
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.includes__content{
    display: flex;
    gap: 4px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #F4F4F4;
    padding: 17px 21px 42px 0px;
    max-width: 801px;
}
.includes__left{
    width: 100%;
    max-width: 293px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.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;
    margin-bottom: 10px;
}
.includes__left-descr{
    color: #7A53A9;
    font-size: 14px;
    line-height: 110%;
    max-width: 250px;
}
.includes__left-item:nth-of-type(1) .includes__left-name{
    font-size: 60px;
    line-height: 80%;
    letter-spacing: -3.25px;
}
.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: 237px;
}
.includes__right{
    width: 100%;
    margin-top: 9px;
}
.includes__block{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.includes__name{
    margin-bottom: 8px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
	letter-spacing: -1px;
}
.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: 20px;
}
.includes__content-box{
    width: 100%;
}
.includes__content-block{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.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;
}
.includes__box-content{
    width: 100%;
    max-width: 360px;
    padding: 55px 45px 30px 35px;
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.80);
}
.includes__box-title{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.includes__box-block{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.includes__box-name{
    margin-bottom: 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}
.includes__box-descr{
    color: #fff;
}
.includes__item:nth-of-type(2){
    max-width: 468px;
}
.includes__item:nth-of-type(4){
    margin-right: -10px;
}

@media (max-width: 1279px) {
    .includes__title{
        font-size: 45px;
    }
    .includes__box{
        flex-direction: column;
        gap: 30px;
    }
    .includes__content {
        gap: 24px;
        padding: 39px 76px 40px 1px;
        max-width: 960px;
    }
    .includes__left{
        gap: 15px;
    }
    .includes__item:nth-of-type(2) {
        max-width: 100%;
    }
    .includes__content-bottom {
        margin-top: 30px;
    }
    .includes__box-block{
        max-width: 598px;
    }
    .includes__box-content{
        max-width: 960px;
        padding: 40px;
    }
    .includes__box-block {
        margin-top: 15px;
        gap: 15px;
    }
    .includes__content-block {
        grid-template-columns: 1fr 1fr;
        gap: 20px 15px;
    }
    .includes__content-item:nth-of-type(1){
        order: 1;
    }
    .includes__content-item:nth-of-type(3){
        order: 2;
        max-width: 454px;
    }
    .includes__content-item:nth-of-type(2){
        order: 3;
    }
    .includes__content-item:nth-of-type(4){
        order: 4;
    }
}
@media (max-width: 999px) {
    .includes__inner{
        max-width: 730px;
        margin: 0 auto;
    }
    .includes__content {
        padding: 27px 16px 38px 0px;
    }
    .includes__box{
        gap: 20px;
    }
    .includes__left{
        max-width: 266px;
    }
    .includes__right{
        margin-top: 0;
        max-width: 411px;
    }
    .includes__item:nth-of-type(1) .includes__descr{
        margin-right: -14px;
    }
    .includes__item:nth-of-type(4) .includes__descr{
        max-width: 398px;
    }
    .includes__box-content {
        padding: 35px 40px;
    }
    .includes__content-bottom {
        margin-top: 20px;
    }
    .includes__content-block {
        gap: 15px 25px;
    }
    .includes__content-item:nth-of-type(1) .includes__descr{
        max-width: 336px;
    }
    .includes__content-item:nth-of-type(2) .includes__descr{
        max-width: 320px;
    }
    .includes__content-item:nth-of-type(4) {
        margin-right: -5px;
    }
}
@media (max-width: 767px) {
    .includes{
        margin-top: 100px;
    }
    .includes__content{
        padding: 20px 0 30px;
        flex-direction: column;
        overflow: hidden;
        margin-top: 15px;
    }
    .includes__left{
        flex-direction: row;
        gap: 11px;
        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: 11px;
    }
    .includes__left-item:nth-of-type(1){
        max-width: 220px;
    }
    .includes__left-item:nth-of-type(2){
        max-width: 194px;
    }
    .includes__left-item:nth-of-type(3){
        max-width: 198px;
    }
    @keyframes scroll {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(calc(-50% - 5px));
        }
    }
    .includes__left-name{
        font-size: 35px;
        letter-spacing: -1.75px;
    }
    .includes__left-descr{
        font-size: 11px;
    }
    .includes__left-item:nth-of-type(1) .includes__left-name{
        font-size: 50px;
        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: 45px;
    }
    .includes__block{
        margin-top: 15px;
        gap: 10px;
    }
    .includes__name{
        margin-bottom: 6px;
        font-size: 16px;
    }
    .includes__box-content {
        padding: 25px 30px;
    }
    .includes__box-name{
        margin-bottom: 8px;
    }
    .includes__content-block {
        grid-template-columns: 1fr;
    }
    .includes__content-item:nth-of-type(1) .includes__descr {
        max-width: 100%;
    }
    .includes__content-item:nth-of-type(2) .includes__descr {
        max-width: 100%;
    }
    .includes__box:not(.show-content) .includes__right,
    .includes__box:not(.show-content) .includes__box-content{
        display: none;
    }
    .includes__box:not(.show-content) ~ .includes__content-bottom{
        display: none;
    }
    .includes__box:not(.show-content) ~ .includes__more{
        display: flex;
        margin-top: 10px;
    }
    .includes__box{
        margin-top: 15px;
    }
    .includes__content{
        margin-top: 0;
    }
    .includes__right{
        padding: 0 10px;
    }
}
@media (max-width: 479px) {
    .includes__title {
        letter-spacing: -1.2px;
        font-size: 36px;
    }
    .includes__content{
        padding: 20px 0;
    }
    .includes__content-title{
        font-size: 26px;
    }
    .includes__block{
        margin-top: 10px;
    }
    .includes__box{
        gap: 10px;
    }
    .includes__item:nth-of-type(1) .includes__descr {
        margin-right: 0;
    }
    .includes__item:nth-of-type(4) {
        margin-right: 0;
    }
    .includes__box-content{
        padding: 20px;
    }
    .includes__box-title {
        font-size: 26px;
    }
    .includes__content-bottom {
        margin-top: 15px;
    }
    .includes__content-block{
        margin-top: 10px;
    }
	.includes__left-item:nth-of-type(1) .includes__left-name{
        font-size: 43px;
        letter-spacing: -2.5px;
    }
}
.advantages{
    margin-top: 120px;
}
.advantages__title{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 69px;
    font-size: 70px;
}
.advantages__title .span-title{
    max-width: 415px;
}
.advantages__block{
    margin-left: 36px;
    display: flex;
    align-items: center;
    margin-top: 111px;
}
.advantages__item{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.advantages__item + .advantages__item{
    margin-left: -20px;
}
.advantages__item-name{
    color: #FFF;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.advantages__item-descr{
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    position: absolute;
}
.advantages__item:nth-of-type(1){
    border: 3px solid #368CC1;
    width: 202px;
    height: 202px;
    min-width: 202px;
}
.advantages__item:nth-of-type(1) .advantages__item-name{
    font-size: 25px;
    color: #368CC1;
} 
.advantages__item:nth-of-type(1) .advantages__item-descr{
    top: -101px;
    left: 43px;
    width: 145px;
} 
.advantages__item:nth-of-type(1)::before{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='50' viewBox='0 0 17 50' fill='none'%3E%3Cpath d='M8.53516 0.289062C4.11688 0.289063 0.535156 3.87078 0.535156 8.28906C0.535156 12.7073 4.11688 16.2891 8.53516 16.2891C12.9534 16.2891 16.5352 12.7073 16.5352 8.28906C16.5352 3.87078 12.9534 0.289062 8.53516 0.289062ZM7.03516 48.2891L7.03516 49.7891L10.0352 49.7891L10.0352 48.2891L7.03516 48.2891ZM7.03516 8.28906L7.03516 48.2891L10.0352 48.2891L10.0352 8.28906L7.03516 8.28906Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.advantages__item:nth-of-type(2){
    background-color: rgba(54, 140, 193, 0.80);
    width: 222px;
    height: 222px;
    min-width: 222px;
}
.advantages__item:nth-of-type(2) .advantages__item-descr{
    bottom: -50px;
    left: -87px;
    width: 193px;
} 
.advantages__item:nth-of-type(2)::before{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='60' viewBox='0 0 17 60' fill='none'%3E%3Cpath d='M10 1.90625L10 0.40625L7 0.40625L7 1.90625L10 1.90625ZM8.5 43.9062C4.08172 43.9062 0.499998 47.488 0.499998 51.9062C0.499998 56.3245 4.08172 59.9062 8.5 59.9062C12.9183 59.9063 16.5 56.3245 16.5 51.9063C16.5 47.488 12.9183 43.9063 8.5 43.9062ZM7 1.90625L7 51.9062L10 51.9063L10 1.90625L7 1.90625Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 70px;
    bottom: -64px;
    left: 50%;
    transform: translateX(-50%);
}
.advantages__item:nth-of-type(3){
    background-color: rgba(140, 39, 130, 0.80);
    width: 260px;
    height: 260px;
    min-width: 260px;
}
.advantages__item:nth-of-type(3) .advantages__item-name{
    max-width: 135px;
    font-size: 25px;
} 
.advantages__item:nth-of-type(3) .advantages__item-descr{
    top: -96px;
    left: -20px;
    width: 220px;
} 
.advantages__item:nth-of-type(3)::before{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='55' viewBox='0 0 16 55' fill='none'%3E%3Cpath d='M8 0.226562C3.58172 0.226562 1.93129e-07 3.80828 0 8.22656C-1.93129e-07 12.6448 3.58172 16.2266 8 16.2266C12.4183 16.2266 16 12.6448 16 8.22656C16 3.80828 12.4183 0.226563 8 0.226562ZM6.5 53.2266L6.5 54.7266L9.5 54.7266L9.5 53.2266L6.5 53.2266ZM6.5 8.22656L6.5 53.2266L9.5 53.2266L9.5 8.22656L6.5 8.22656Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 70px;
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
}
.advantages__item:nth-of-type(4){
    background-color: rgba(122, 83, 169, 0.90);
    width: 220px;
    height: 220px;
    min-width: 220px;
}
.advantages__item:nth-of-type(4) .advantages__item-name{
    max-width: 157px;
} 
.advantages__item:nth-of-type(4) .advantages__item-descr{
    bottom: -53px;
    left: -56px;
    width: 193px;
} 
.advantages__item:nth-of-type(4)::before{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='60' viewBox='0 0 17 60' fill='none'%3E%3Cpath d='M10 1.90625L10 0.40625L7 0.40625L7 1.90625L10 1.90625ZM8.5 43.9062C4.08172 43.9062 0.499998 47.488 0.499998 51.9062C0.499998 56.3245 4.08172 59.9062 8.5 59.9062C12.9183 59.9063 16.5 56.3245 16.5 51.9063C16.5 47.488 12.9183 43.9063 8.5 43.9062ZM7 1.90625L7 51.9062L10 51.9063L10 1.90625L7 1.90625Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 70px;
    bottom: -64px;
    left: 50%;
    transform: translateX(-50%);
}
.advantages__item:nth-of-type(5){
    border: 3px solid #368CC1;
    width: 202px;
    height: 202px;
    min-width: 202px;
}
.advantages__item:nth-of-type(5) .advantages__item-name{
    font-size: 25px;
    color: #368CC1;
} 
.advantages__item:nth-of-type(5) .advantages__item-descr{
    top: -106px;
    left: 1px;
    width: 192px;
} 
.advantages__item:nth-of-type(5)::before{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='50' viewBox='0 0 17 50' fill='none'%3E%3Cpath d='M8.53516 0.289062C4.11688 0.289063 0.535156 3.87078 0.535156 8.28906C0.535156 12.7073 4.11688 16.2891 8.53516 16.2891C12.9534 16.2891 16.5352 12.7073 16.5352 8.28906C16.5352 3.87078 12.9534 0.289062 8.53516 0.289062ZM7.03516 48.2891L7.03516 49.7891L10.0352 49.7891L10.0352 48.2891L7.03516 48.2891ZM7.03516 8.28906L7.03516 48.2891L10.0352 48.2891L10.0352 8.28906L7.03516 8.28906Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1279px) {
    .advantages__title{
        margin-left: 34px;
    }
    .advantages__block{
        margin-left: 0;
    }
    .advantages__item:nth-of-type(5),
    .advantages__item:nth-of-type(1) {
        width: 186px;
        height: 186px;
        min-width: 186px;
    }
    .advantages__item + .advantages__item {
        margin-left: -30px;
    }
}
@media (max-width: 999px) {
    .advantages__block{
        flex-wrap: wrap;
        margin-left: 44px;
        margin-top: 87px;
    }
    .advantages__item + .advantages__item {
        margin-left: -20px;
    }
    .advantages__item:nth-of-type(3) .advantages__item-descr {
        top: -52px;
        left: -98px;
        width: 215px;
    }
    .advantages__item:nth-of-type(4){
        margin-left: 145px;
        margin-top: 70px;
    }
    .advantages__item:nth-of-type(5){
        margin-top: 70px;
    }
    .advantages__item:nth-of-type(5) .advantages__item-descr {
        top: -50px;
        left: 127px;
    }
}
@media (max-width: 767px) {
    .advantages{
        margin-top: 100px;
    }
    .advantages__title {
        margin-left: 43px;
        flex-direction: column;
        gap: 3px;
        align-items: start;
    }
    .advantages__title .span-title {
        max-width: 326px;
        font-size: 22px;
        margin-left: 4px;
    }
    .advantages__block{
        margin-top: 50px;
        margin-left: 24px;
    }
    .advantages__item-descr{
        font-size: 14px;
    }
    .advantages__item:nth-of-type(5), .advantages__item:nth-of-type(1) {
        width: 202px;
        height: 202px;
        min-width: 202px;
    }
    .advantages__item:nth-of-type(1)::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='36' viewBox='0 0 17 36' fill='none'%3E%3Cpath d='M8.53516 0.59375C4.11688 0.59375 0.535156 4.17547 0.535156 8.59375C0.535156 13.012 4.11688 16.5938 8.53516 16.5938C12.9534 16.5937 16.5352 13.012 16.5352 8.59375C16.5352 4.17547 12.9534 0.59375 8.53516 0.59375ZM7.03516 33.5938L7.03516 35.0938L10.0352 35.0937L10.0352 33.5937L7.03516 33.5938ZM7.03516 8.59375L7.03516 33.5938L10.0352 33.5937L10.0352 8.59375L7.03516 8.59375Z' fill='%23368CC1'/%3E%3C/svg%3E");
        top: -45px;
    }
    .advantages__item:nth-of-type(1) .advantages__item-descr {
        top: -42px;
        left: 115px;
        width: 116px;
    }
    .advantages__item:nth-of-type(2)::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='36' viewBox='0 0 17 36' fill='none'%3E%3Cpath d='M10 2.21094L10 0.710937L7 0.710938L7 2.21094L10 2.21094ZM8.5 19.2109C4.08172 19.2109 0.499999 22.7927 0.499999 27.2109C0.499999 31.6292 4.08172 35.2109 8.5 35.2109C12.9183 35.2109 16.5 31.6292 16.5 27.2109C16.5 22.7927 12.9183 19.2109 8.5 19.2109ZM7 2.21094L7 27.2109L10 27.2109L10 2.21094L7 2.21094Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
        bottom: -52px;
    }
    .advantages__item:nth-of-type(2) .advantages__item-descr {
        bottom: -40px;
        left: -71px;
        width: 174px;
    }
    .advantages__item:nth-of-type(3){
        margin-top: 43px;
        margin-left: 94px;
    }
    .advantages__item:nth-of-type(3)::before{
        content: none;
    }
    .advantages__item:nth-of-type(3) .advantages__item-descr {
        top: initial;
        left: 44px;
        width: 180px;
        bottom: -45px;
    }
    .advantages__item:nth-of-type(4) {
        margin-left: 14px;
        margin-top: 49px;
    }
    .advantages__item:nth-of-type(4)::before{
        content: none;
    }
    .advantages__item:nth-of-type(4) .advantages__item-descr {
        bottom: -45px;
        left: 43px;
        width: 133px;
    }
    .advantages__item:nth-of-type(5) .advantages__item-descr {
        top: initial;
        left: 17px;
        bottom: -77px;
        width: 164px;
    }
    .advantages__item:nth-of-type(5)::before{
        top: initial;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='36' viewBox='0 0 17 36' fill='none'%3E%3Cpath d='M10 2.21094L10 0.710937L7 0.710938L7 2.21094L10 2.21094ZM8.5 19.2109C4.08172 19.2109 0.499999 22.7927 0.499999 27.2109C0.499999 31.6292 4.08172 35.2109 8.5 35.2109C12.9183 35.2109 16.5 31.6292 16.5 27.2109C16.5 22.7927 12.9183 19.2109 8.5 19.2109ZM7 2.21094L7 27.2109L10 27.2109L10 2.21094L7 2.21094Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
        bottom: -45px;
    }
}
@media (max-width: 479px) {
    .advantages__title {
        margin-left: 0;
        gap: 0;
    }
    .advantages__block {
        margin-top: 44px;
        margin-left: 0;
    }   
    .advantages__item + .advantages__item {
        margin-left: 0;
    }
    .advantages__item:nth-of-type(1) .advantages__item-descr {
        top: -25px;
        left: 157px;
    }
    .advantages__item:nth-of-type(2){
        margin-left: 104px;
        margin-top: -90px;
    }
    .advantages__item:nth-of-type(2) .advantages__item-descr {
        bottom: -22px;
        left: -107px;
    }
    .advantages__item:nth-of-type(3) {
        margin-top: 31px;
        margin-left: 28px;
    }
    .advantages__item:nth-of-type(4) .advantages__item-descr{
        left: 0;
    }
    .advantages__item:nth-of-type(5){
        margin-left: 125px;
        margin-top: -90px;
    }
}
/* orderSite */
.orderSite{
    margin-top: 161px;
}
.orderSite__inner{
    display: flex;
    gap: 60px;
}
.orderSite__content{
    width: 100%;
    max-width: 505px;
}
.orderSite__block{
    width: 100%;
    max-width: 502px;
}
.orderSite__descr{
    margin-top: 10px;
}
.orderSite__btn{
    width: 100%;
    max-width: 275px;
    height: 56px;
    margin-top: 20px;
}
.orderSite__block-title{
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
    line-height: 110%;
    max-width: 455px;
}
@media (max-width: 1279px) {
    .orderSite__inner{
        gap: 26px;
    }
    .orderSite__content {
        max-width: 490px;
    }
    .orderSite__title{
        font-size: 45px;
    }
    .orderSite__block {
        max-width: 460px;
    }
}
@media (max-width: 999px) {
    .orderSite {
        margin-top: 169px;
    }
    .orderSite__inner{
        flex-direction: column;
        gap: 30px;
        margin-left: 44px;
        max-width: 676px;
    }
    .orderSite__content {
        max-width: 100%;
    }
    .orderSite__title{
        max-width: 575px;
    }
    .orderSite__block {
        max-width: 100%;
    }
    .orderSite__block-title{
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .orderSite {
        margin-top: 171px;
    }
    .orderSite__inner{
        margin-left: 0;
        gap: 20px;
    }
    .orderSite__title {
        font-size: 35px;
    }
    .orderSite__block-title{
        font-size: 32px;
        max-width: 397px;
    }
}
@media (max-width: 479px) {
    .orderSite__btn{
        max-width: 100%;
    }
    .orderSite__block-title{
        font-size: 28px;
    }
}