.main__links{
    margin-bottom: 24px;
}
.main{
    margin-top: 110px;
}
.main__inner{
    display: flex;
    gap: 34px;
    justify-content: space-between;
}
.main__block{
    width: 100%;
    position: relative;
    z-index: 2;
}
.main__block:first-of-type{
    width: 100%;
    max-width: 768px;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: -6px;
}
.main__descr{
    margin-bottom: 33px;
    max-width: 744px;
}
.main__box{
    display: flex;
    align-items: end;
    gap: 62px;
}
.main__btn{
    width: 100%;
    max-width: 180px;
    height: 56px;
}
.main__content{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}
.main__item-name{
    color: rgba(73, 72, 72, 0.70);
    font-family: "Koulen", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 20px;
}
.main__item-descr{
    color: #2F2F2F;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    max-width: 109px;
}
.main__content-item:last-of-type .main__item-descr {
    margin-left: 2px;
    margin-top: 3px;
    max-width: 66px;
}
.main__content-item:first-of-type .main__item-descr {
    margin-left: 1px;
    margin-top: 3px;
}
.main__content-item.underline{
    position: relative;
}
.main__content-item.underline::after {
    position: absolute;
    content: '';
    width: 88px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='16' viewBox='0 0 74 16' fill='none'%3E%3Cpath d='M74 8C74 3.58172 70.4183 4.76837e-07 66 4.76837e-07C61.5817 4.76837e-07 58 3.58172 58 8C58 12.4183 61.5817 16 66 16C70.4183 16 74 12.4183 74 8ZM66 6.5L0 6.5V9.5L66 9.5V6.5Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -13px;
    left: 2px;
}
.main__block:last-of-type{
    width: 411px;
    min-width: 411px;
    position: relative;
    z-index: 1;
}
.main__block:last-of-type::before {
    pointer-events: none;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='349' viewBox='0 0 411 349' fill='none'%3E%3Cpath d='M411 153.883C411 214.634 361.751 263.883 301 263.883C240.249 263.883 191 214.634 191 153.883C191 93.1315 240.249 43.8828 301 43.8828C361.751 43.8828 411 93.1315 411 153.883Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M323.305 268.184C323.305 312.366 287.487 348.184 243.305 348.184C199.122 348.184 163.305 312.366 163.305 268.184C163.305 224.001 199.122 188.184 243.305 188.184C287.487 188.184 323.305 224.001 323.305 268.184Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3Cpath d='M297 148.5C297 230.514 230.514 297 148.5 297C66.4857 297 0 230.514 0 148.5C0 66.4857 66.4857 0 148.5 0C230.514 0 297 66.4857 297 148.5Z' fill='%238C2782' fill-opacity='0.8'/%3E%3Cpath d='M153.008 201.434C153.008 208.898 147.013 214.887 139.542 214.887C132.07 214.887 126.016 208.898 126.016 201.434C126.016 193.97 132.1 187.922 139.542 187.922C147.043 187.922 153.008 193.97 153.008 201.434ZM78.0269 187.922C70.5553 187.922 64.5603 193.999 64.5603 201.434C64.5603 208.868 70.5553 214.887 78.0269 214.887C85.4984 214.887 91.5524 208.898 91.5524 201.434C91.5524 193.97 85.4984 187.922 78.0269 187.922ZM164.171 108.266C74.926 108.266 52.1865 104.49 28 79C38.159 94.2526 43.7404 122.929 138.183 121.542C236.613 120.067 176.574 146.943 159.092 177.271C214.228 128.092 253.416 108.266 164.171 108.266Z' fill='white'/%3E%3C/svg%3E");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 411px;
    height: 348.184px;
    z-index: -1;
    top: 25px;
    right: 0;
}
@media (max-width: 1279px) {
    .main {
        margin-top: 116px;
    }
    .main__links {
        margin-bottom: 21px;
    }
    .main__block:last-of-type {
        width: 352px;
        min-width: 352px;
    }
    .main__title {
        margin-bottom: 15px;
        margin-left: -1px;
    }
}
@media (max-width: 999px) {
    .main {
        margin-top: 109px;
    }
    .main__inner{
        gap: 0;
    }
    .main__block:last-of-type {
        width: 0;
        min-width: 0;
    }
    .main__block:last-of-type::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='349' viewBox='0 0 411 349' fill='none'%3E%3Cpath d='M411 153.883C411 214.634 361.751 263.883 301 263.883C240.249 263.883 191 214.634 191 153.883C191 93.1315 240.249 43.8828 301 43.8828C361.751 43.8828 411 93.1315 411 153.883Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M323.305 268.184C323.305 312.366 287.487 348.184 243.305 348.184C199.122 348.184 163.305 312.366 163.305 268.184C163.305 224.001 199.122 188.184 243.305 188.184C287.487 188.184 323.305 224.001 323.305 268.184Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3Cpath d='M297 148.5C297 230.514 230.514 297 148.5 297C66.4857 297 0 230.514 0 148.5C0 66.4857 66.4857 0 148.5 0C230.514 0 297 66.4857 297 148.5Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
        top: -16px;
        right: -113px;
    }
    .main__title {
        margin-bottom: 15px;
        margin-left: -1px;
        font-size: 68px;
        letter-spacing: -0.68px;
    }
}
@media (max-width: 767px) {
    .main {
        margin-top: 131px;
    }
    .main__links {
        margin-bottom: 30px;
    }
    .main__title {
        font-size: 42px;
        letter-spacing: -0.42px;
    }
    .main__btn {
        max-width: 220px;
    }
    .main__box {
        gap: 33px;
    }
    .main__block:last-of-type::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='297' height='297' viewBox='0 0 297 297' fill='none'%3E%3Cpath d='M297 148.5C297 230.514 230.514 297 148.5 297C66.4857 297 0 230.514 0 148.5C0 66.4857 66.4857 0 148.5 0C230.514 0 297 66.4857 297 148.5Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
        width: 297px;
        height: 297px;
        top: 14px;
        right: -83px;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 185px;
    }
    .main__links {
        margin-bottom: 15px;
    }
    .main__block:last-of-type::before {
        top: 4px;
        right: -137px;
    }
    .main__box{
        flex-direction: column;
        align-items: start;
    }
    .main__descr{
        margin-bottom: 15px;
    }
}   
.advantages{
    margin-top: 120px;
}
.advantages__title{
    max-width: 703px;
    margin-bottom: 15px;
	white-space:nowrap;
}
.advantages__descr{
    max-width: 1061px;
}
.advantages__content{
    margin-top: 20px;
    display: flex;
    gap: 54px;
}
.advantages__box{
    width: 100%;
    max-width: 346px;
}
.advantages__box-name{
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: 400;
    line-height: 110%;
}
.advantages__block{
    margin-top: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
}
.advantages__item-name{
    margin-bottom: 8px;
    color: #368CC1;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}
@media (max-width: 1279px) {
    .advantages__descr{
        max-width: 928px;
    }
    .advantages__content{
        gap: 30px;
    }
    .advantages__block {
        margin-top: 0;
        gap: 20px 30px;
        max-width: 590px;
    }
}
@media (max-width: 999px) {
    .advantages__inner{
        max-width: 731px;
        margin: 0 auto;
        width: 100%;
    }
    .advantages__title {
        margin-bottom: 11px;
    }
    .advantages__content{
        flex-direction: column;
        margin-top: 15px;
        gap: 15px;
    }
    .advantages__box-name{
        margin-bottom: 10px;
    }
    .advantages__box {
        max-width: 628px;
    }
    .advantages__block {
        gap: 15px 30px;
        max-width: 711px;
    }
}
@media (max-width: 767px) {
    .advantages{
        margin-top: 100px;
    }
    .advantages__title {
        margin-bottom: 11px;
        font-size: 40px;
        margin-right: -9px;
        width: auto;
    }
    .advantages__block{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .advantages__box-name {
        margin-bottom: 10px;
        font-size: 28px;
        max-width: 322px;
    }
    .advantages__item-name{
        font-size: 18px;
        margin-bottom: 6px;
    }
    .advantages__box-descr{
        max-width: 428px;
    }
    .advantages__item:nth-of-type(1) .advantages__item-descr{
        max-width: 360px;
    }
    .advantages__item:nth-of-type(2) .advantages__item-descr{
        max-width: 407px;
    }
    .advantages__item:nth-of-type(3) .advantages__item-descr{
        max-width: 452px;
    }
    .advantages__item:nth-of-type(4) .advantages__item-descr{
        max-width: 367px;
    }
}
@media (max-width: 479px) {
    .advantages__title {
        margin-right: 0;
		font-size: 36px;
		white-space:normal;
    }
} 



.promotion__btn-more{
    display: none;
}
.promotion{
    margin-top: 176px;
    position: relative;
    z-index: 1;
}
.promotion__inner{
    display: flex;
    gap: 10px;
    position: relative;
    flex-direction: column;
    margin-left: 98px;
    max-width: 1059px;
}
.promotion__inner::after{
    position: absolute;
    content: '';
    width: 547px;
    height: 547px;
    border-radius: 547px;
    background: rgba(217, 217, 217, 0.30);
    top: -63px;
    left: -98px;
    z-index: -1;
}
.promotion__block:nth-child(2){
    display: flex;
    gap: 33px;
}
.promotion__title{
    margin-bottom: 20px;
    max-width: 733px;
}
.promotion__descr{
    max-width: 979px;
}
.promotion__content-block .promotion__descr{
    max-width: 868px;
}
.promotion__content{
    display: flex;
    gap: 11px;
    margin-top: 45px;
    width: 100%;
    max-width: 146px;
    position: relative;
}
.promotion__content-name{
    position: absolute;
    top: -27px;
    left: 1px;
    color: #9E9595;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
}
.promotion__item-name{
    color: rgba(73, 72, 72, 0.70);
    font-family: "Koulen", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 20px;
}
.promotion__item-descr{
    color: #2F2F2F;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: nowrap;
}
.promotion__content-item.underline{
    position: relative;
}
.promotion__content-item.underline::after{
    position: absolute;
    content: '';
    width: 120px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='16' viewBox='0 0 64 16' fill='none'%3E%3Cpath d='M64 8C64 3.58172 60.4183 4.76837e-07 56 4.76837e-07C51.5817 4.76837e-07 48 3.58172 48 8C48 12.4183 51.5817 16 56 16C60.4183 16 64 12.4183 64 8ZM56 6.5L0 6.5V9.5L56 9.5V6.5Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    top: 29px;
    left: 0;
}
@media (max-width: 1279px) {
    .promotion {
        margin-top: 158px;
    }
    .promotion__inner{
        max-width: 100%;
        margin-left: 12px;
    }
    .promotion__inner::after{
        left: -104px;
        top: -58px;
    }
    .promotion__descr{
        max-width: 957px;
    }
    .promotion__content-block .promotion__descr{
        max-width: 778px;
    }
}
@media (max-width: 999px) {
    .promotion__inner::after {
        left: -127px;
        top: -51px;
    }
    .promotion__descr{
        margin-right: -10px;
        max-width: 733px;
    }
    .promotion__content-block .promotion__descr{
        margin-right: -5px;
        width: auto;
        max-width: none;
        margin-left: 22px;
    }
}
@media (max-width: 767px) {
    .promotion{
        margin-top: 118px;
    }
    .promotion__inner{
        gap: 0;
        margin: 0;
    }
    .promotion__inner::after {
        top: -38px;
        left: 22px;
    }
    .promotion__title {
        font-size: 38px;
        line-height: 110%;
        margin-bottom: 5px;
        width: auto;
        max-width: none;    
    }
    .promotion__content {
        margin-top: 0;
        position: absolute;
        top: 3px;
        right: 16px;
    }
    .promotion__content-block{
        display: none;
    }
    .promotion__btn-more{
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        gap: 5px;
        color: rgba(54, 140, 193, 0.80);
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        border: none;
        cursor: pointer;
        background-color: transparent;
        outline: none;
        margin-top: 15px;
    }
    .promotion__inner.show .promotion__content-block{
        display: block;
        margin-top: 50px;
    }
    .promotion__inner.show .promotion__block:first-of-type,
    .promotion__inner.show .promotion__content{
        display: none;
    }
    .promotion__inner.show .promotion__btn-more{
        font-size: 0;
        transform: rotate(180deg);
    }
    .promotion {
        margin-top: 135px;
    }
    .promotion__inner::after{
        width: 400px;
        height: 400px;
    }
    .promotion__content-block .promotion__descr{
        max-width: 432px;
        margin-left: 13px;
    }
    .promotion__inner.show .promotion__btn-more{
        margin-left: 11px;
        margin-top: 8px;
    }
    .promotion__content {
        top: -3px;
        right: 27px;
    }
    .promotion__content-name {
        top: -23px;
        left: 0px;  
    }
    .promotion__descr {
        max-width: 453px;
    }
}
@media (max-width: 479px) {
    .promotion__content {
        top: -37px;
    }
    .promotion {
        margin-top: 100px;
    }
    .promotion__title{
        font-size: 28px;
    }
    .promotion__content{
        display: none;
    }
    .promotion__descr{
        max-width: 327px;
    }
    .promotion__inner.show .promotion__btn-more {
        margin-top: 5px;
    }
    .promotion__descr {
        max-width: 332px;
    }
    .promotion__inner::after {
        top: -27px;
        left: -33px;
    }
    .promotion__content-block .promotion__descr{
        margin-left: 0;
    }
    .promotion__inner.show .promotion__content-block {
        display: block;
        margin-top: 20px;
    }
    .promotion__content-block .promotion__descr {
        max-width: 100%;
    }
}
.steps{
    margin-top: 120px;
}
.steps__title{
    margin-bottom: 15px;
}
.steps__descr{
    max-width: 1088px;
}
.steps__block{
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.steps__item{
    display: flex;
    gap: 53px;
}
.steps__item-content{
    width: 100%;
    max-width: 529px;
}
.steps__item-content:last-of-type{
    max-width: 100%;
}
.steps__item-name {
    color: #6B6464;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}
.steps__item-descr {
    margin-top: 8px;
    text-transform: lowercase;
}
.steps__item{
    position: relative;
}
.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: calc(50% - 55px);
    transform: translateX(-50%);
    background-color: #368CC1;
    border-radius: 50%;
    bottom: -39px;
}
.steps__item .steps__item-name:not(:first-of-type){
    margin-top: 20px;
}
.steps__item:nth-of-type(1) .steps__item-content:first-of-type .steps__item-name{
    max-width: 203px;
}
.steps__item:nth-of-type(1) .steps__item-content:first-of-type .steps__item-descr{
    max-width: 495px;
}
.steps__item:nth-of-type(1) .steps__item-content:last-of-type .steps__item-name{
    max-width: 221px;
}
.steps__item:nth-of-type(1) .steps__item-content:last-of-type .steps__item-descr{
    max-width: 436px;
}
.steps__item:nth-of-type(2) .steps__item-content:first-of-type .steps__item-name{
    max-width: 137px;
}
.steps__item:nth-of-type(2) .steps__item-content:last-of-type .steps__item-name{
    max-width: 298px;
}
.steps__item:nth-of-type(2) .steps__item-content:last-of-type .steps__item-descr{
    max-width: 534px;
}
.steps__item:nth-of-type(3) .steps__item-content:first-of-type .steps__item-descr{
    max-width: 481px;
}
.steps__item:nth-of-type(3) .steps__item-content:first-of-type .steps__item-descr{
    max-width: 501px;
}
.steps__item:nth-of-type(3) .steps__item-content:last-of-type .steps__item-descr{
    max-width: 518px;
}
.steps__item:nth-of-type(4) .steps__item-content:last-of-type .steps__item-descr:nth-of-type(4){
    max-width: 592px;
}
.steps__item:nth-of-type(4) .steps__item-content:first-of-type .steps__item-descr{
    max-width: 481px;
}
.steps__item-content.steps__item-end{
    display: none;
}
.steps__more{
    margin-top: 8px;
    display: none;
    cursor: pointer;
    align-items: center;
    gap: 7px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    background: transparent;
    outline: none;
    border: none;
    width: max-content;
}
@media (max-width: 1279px) {
    .steps__title{
        max-width: 722px;
    }
    .steps__descr{
        max-width: 722px;
    }
    .steps__item {
        display: flex;
        gap: 30px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:last-of-type .steps__item-descr {
        max-width: 459px;
    }
    .steps__item-content.steps__item-end{
        display: block;
        grid-column: span 2;
        max-width: 718px;
    }
    .steps__item:last-of-type{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 30px;
    }
    .steps__item:last-of-type .steps__item-content:nth-of-type(2) .steps__item-name:not(:first-of-type),
    .steps__item:last-of-type .steps__item-content:nth-of-type(2) .steps__item-descr:not(:nth-of-type(2)){
        display: none;
    }
    .steps__item:last-of-type .steps__item-content:nth-of-type(2) .steps__item-descr:nth-of-type(2){
        max-width: 468px;
    }
    .steps__item:not(:last-of-type)::after {
        left: calc(50% - 5px);
    }
}
@media (max-width: 999px) {
    .steps__item {
        gap: 12px;
    }
    .steps__block{
        gap: 47px;
    }
    .steps__item:not(:last-of-type)::before{
        bottom: -22px;
    }
    .steps__item:not(:last-of-type)::after {
        left: calc(50% - 39px);
        bottom: -30px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 316px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:last-of-type .steps__item-descr {
        max-width: 307px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 328px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 328px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:last-of-type .steps__item-descr {
        max-width: 358px;
    }
    .steps__item:nth-of-type(4) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 327px;
    }
    .steps__item:last-of-type{
        gap: 15px 12px;
    }
}
@media (max-width: 767px) {
    .steps{
        margin-top: 100px;
    }
    .steps__item{
        flex-direction: column;
    }
    .steps__item:nth-of-type(1) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 435px;
    }
    .steps__title {
        width: auto;
        margin-right: -10px;
        margin-bottom: 10px;
    }
    .steps__descr{
        margin-right: -5px;
    }
    .steps__item-name{
        max-width: 100% !important;
        font-size: 20px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:last-of-type .steps__item-descr {
        max-width: 385px;
    }
    .steps__block{
        margin-top: 15px;
        gap: 17px;
    }
    .steps__item:not(:last-of-type)::before,
    .steps__item:not(:last-of-type)::after {
        content: none;
    }
    .steps__item:nth-of-type(2) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 399px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 428px;
    }
    .steps__item:last-of-type{
        grid-template-columns: 1fr;
    }
    .steps__item-content.steps__item-end {
        grid-column: auto;
    }
    .steps__item:last-of-type .steps__item-content:nth-of-type(2) .steps__item-descr:nth-of-type(2) {
        max-width: 428px;
    }
    .steps__item:nth-of-type(4) .steps__item-content:first-of-type .steps__item-descr{
        max-width: 100%;
    }
    .steps__item:nth-of-type(3) .steps__item-content:last-of-type .steps__item-descr {
        max-width: 448px;
    }
    .steps__more{
        display: flex;
        margin-top: -6px;
    }
    .steps__item,
    .steps__item:last-of-type,
    .steps__item:nth-of-type(2) .steps__item-content:last-of-type{
        display: none;
    }
    .steps__item:nth-of-type(1){
        display: flex;
    }
    .steps__item:nth-of-type(2){
        display: flex;
    }
    .steps__block.active .steps__item,
    .steps__block.active .steps__item:last-of-type{
        display: flex;
    }
    .steps__block.active .steps__item:nth-of-type(2) .steps__item-content:last-of-type{
        display: block;
    }
}
@media (max-width: 479px) {
    .steps__title {
        font-size: 28px;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.turnkey{
    margin-top: 120px;
}
.turnkey__inner{
    display: flex;
    justify-content: space-around;
    gap: 62px;
}
.turnkey__box{
    width: 100%;
    max-width: 580px;
}
.turnkey__title{
    margin-left: 9px;
	white-space:nowrap;
}
.turnkey__title span {
    display: block;
    margin-top: 1px;
    margin-left: 0;
    line-height: 110%;
}
.turnkey__name{
    margin-top: -5px;
    color: rgba(140, 39, 130, 0.80);
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.turnkey__descr{
    max-width: 557px;
    padding-left: 8px;
}
.turnkey__form{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #A92F9D;
    align-items: center;
    justify-content: center;
    padding: 39px 30px 34px;
    width: 100%;
    max-width: 580px;
    margin-left: 2px;
}
.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: 10px;
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.turnkey__item-name{
    margin-bottom: 6px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
}
.turnkey__item:nth-of-type(3) .turnkey__item-descr{
    max-width: 524px;
}
.turnkey__item:nth-of-type(5) .turnkey__item-descr{
    max-width: 526px;
}
@media (max-width: 1279px) {
    .turnkey__inner {
        gap: 46px;
        max-width: 963px;
        width: 100%;
    }
    .turnkey__box {
        max-width: 469px;
    }
    .turnkey__block{
        max-width: 444px;
        gap: 11px;
    }
    .turnkey__title {
        font-size: 42px;
        margin-right: -10px;
        margin-left: 0;
    }
    .turnkey__title span {
        margin-top: -4px;
    }
}
@media (max-width: 999px) {
    .turnkey__inner{
        flex-direction: column;
        max-width: 512px;
        margin: 0 auto;
        width: 100%;
        gap: 20px;
    }
    .turnkey__box {
        max-width: 498px;
    }
    .turnkey__block {
        margin-top: 0;
        max-width: none;
        gap: 11px;
        margin-right: -26px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .turnkey {
        margin-top: 100px;
    }
    .turnkey__title {
        width: auto;
        font-size: 40px;
        margin-right: -8px;
        line-height: 45px;
        max-width: none;
    }
    .turnkey__title .span-title{
        font-size: 28PX;
    }
    .turnkey__name{
        font-size: 65px;
        margin-top: -10px;
        margin-left: 4px;
    }
    .turnkey__descr {
        padding-left: 37px;
    }
    .turnkey__form{
        max-width: 403px;
        margin: 20px auto 0;
    }
    .turnkey__form-block{
        max-width: 220px;
        margin-top: 29px;
    }
    .turnkey__form-input{
        max-width: 100%;
    }
    .turnkey__form-end{
        flex-direction: column;
        gap: 20px;
        margin-top: 17px;
    }
    .turnkey__form-submit{
        max-width: 100%;
    }
    .turnkey__form-label{
        max-width: 100%;
    }
    .turnkey__form-label br{
        display: none;
    }
    .turnkey__form-name{
        max-width: 212px;
    }
    .turnkey__form-checkbox + .checkmark{
        top: -1px;
    }
    .turnkey__block{
        padding-left: 22px;
        margin: 0;
    }
    .turnkey__item:nth-of-type(4) .turnkey__item-descr{
        max-width: 404px;
    }
    .turnkey__item:nth-of-type(6) .turnkey__item-descr{
        max-width: 408px;
    }
    .turnkey__item-name{
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .turnkey__title, .includes__title {
		white-space:normal;
	}
	.turnkey__name {
        font-size: 50px;
        margin-top: -4px;   
    }
    .turnkey__descr {
        padding-left: 4px;
    }
    .turnkey__form{
        margin-top: 15px;
    }
    .turnkey__block {
        padding-left: 1px;
    }
}

.includes{
    margin-top: 120px;
}
.includes__title{
    margin-left: 4px;
    max-width: 700px;
    letter-spacing: -1.5px;
	white-space:nowrap;
}
.includes__content{
    margin-top: 50px;
    display: flex;
    gap: 26px;
    position: relative;
    z-index: 1;
}
.includes__content::before{
    content: '';
    position: absolute;
    background-color: #F4F4F4;
    top: -30px;
    bottom: -30px;
    right: -125px;
    left: -46px;
    z-index: -1;
    pointer-events: none;
}
.includes__left{
    width: 100%;
    max-width: 293px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.includes__left-name{
    margin-bottom: 8px;
    color: rgba(140, 39, 130, 0.80);
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 31.5px */
    letter-spacing: -1.75px;
    text-transform: lowercase;
}
.includes__left-descr{
    color: rgba(140, 39, 130, 0.80);
    font-size: 14px;
    line-height: 110%;
    max-width: 204px;
}
.includes__left-item:nth-of-type(1) .includes__left-name{
    font-size: 60px;
    line-height: 80%;
    letter-spacing: -3px;
}
.includes__left-item:nth-of-type(1) .includes__left-descr{
    color: #494848;
    max-width: 260px;
    line-height: 130%;
}
.includes__left-item:nth-of-type(2) .includes__left-name{
    color: rgba(54, 140, 193, 0.80);
    font-size: 50px;
    line-height: 90%; /* 45px */
    letter-spacing: -2.5px;
}
.includes__left-item:nth-of-type(2) .includes__left-descr{
    color: #368CC1;
    max-width: 231px;
}
.includes__left-item:nth-of-type(3) .includes__left-name{
    color: rgba(122, 83, 169, 0.90);
    font-size: 40px;
    line-height: 90%; /* 36px */
    letter-spacing: -2px;
    max-width: 267px;
}
.includes__left-item:nth-of-type(3) .includes__left-descr{
    color: #7A53A9;
    max-width: 253px;
}
.includes__right{
    width: 100%;
    max-width: 790px;
}
.includes__block{
    margin: 20px 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
}
.includes__name{
    margin-bottom: 8px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
}
.includes__content-title{
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
}
.includes__box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
}
.includes__box-name{
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 400;
    line-height: 110%;
}
.includes__item:nth-of-type(1) .includes__descr{
    max-width: 335px;
}
.includes__item:nth-of-type(2) .includes__descr{}
.includes__item:nth-of-type(3) .includes__descr{
    max-width: 359px;
}
.includes__item:nth-of-type(4) .includes__descr{}
.includes__item:nth-of-type(5) .includes__descr{
    max-width: 349px;
}
.includes__item:nth-of-type(6) .includes__descr{}
.includes__item:nth-of-type(7) .includes__descr{
    max-width: 357px;
}
.includes__item:nth-of-type(8) .includes__descr{}
.includes__box-item:nth-of-type(1) .includes__box-descr{
    max-width: 356px;
}
.includes__box-item:nth-of-type(2) .includes__box-descr{
    max-width: 373px;
}
@media (max-width: 1279px) {
    .includes__left {
        max-width: 274px;
    }
    .includes__right{
        margin-top: 7px;
    }
    .includes__content-title{
        font-size: 30px;
    }
    .includes__block{
        gap: 15px 30px;
    }
    .includes__item:nth-of-type(4) .includes__descr {
        max-width: 304px;
    }
    .includes__item:nth-of-type(5) .includes__descr {
        max-width: 333px;
        margin-right: -10px;
    }
    .includes__item:nth-of-type(7) .includes__descr {
        max-width: 339px;
        margin-right: -15px;
    }
    .includes__box {
        gap: 15px 30px;
    }
    .includes__box-name{
        font-size: 26px;
    }
    .includes__box-item:nth-of-type(1) .includes__box-descr {
        max-width: 356px;
        margin-right: -16px;
    }
}
@media (max-width: 999px) {
    .includes__title {
        margin-left: 0;
    }
    .includes__left{
        gap: 12px;
        max-width: 232px;
        justify-content: space-between;
    }
    .includes__left-name{
        margin-bottom: 7px;
    }
    .includes__left-item:nth-of-type(1) .includes__left-name {
        font-size: 50px;
        line-height: 80%;
        letter-spacing: -2.5px;
    }   
    .includes__left-item:nth-of-type(1) .includes__left-descr{
        max-width: 220px;
    }
    .includes__left-item:nth-of-type(2) .includes__left-name {
        font-size: 48px;
        letter-spacing: -2.4px;
    }
    .includes__left-item:nth-of-type(2) .includes__left-descr {
        max-width: 212px;
    }
    .includes__left-item:nth-of-type(3) .includes__left-descr{
        max-width: 216px;
        font-size: 13px;
    }
    .includes__left-item:nth-of-type(4) .includes__left-descr{
        font-size: 13px;
    }
    .includes__block{
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
        margin-top: 16px;
    }
    .includes__right {
        width: 100%;
        max-width: 480px;
        margin-top: 4px;
    }
    .includes__item:nth-of-type(1) .includes__descr {
        max-width: 441px;
    }
    .includes__item:nth-of-type(3) .includes__descr {
        max-width: 480px;
    }
    .includes__item:nth-of-type(4) .includes__descr {
        max-width: 480px;
    }
    .includes__item:nth-of-type(5) .includes__descr {
        max-width: 441px;
        margin-right: 0;
    }
    .includes__item:nth-of-type(7) .includes__descr {
        max-width: 480px;
        margin-right: 0;
    }
    .includes__box {
        grid-template-columns: 1fr;
        padding-left: 2px;
    }
    .includes__box-item:nth-of-type(1) .includes__box-descr {
        max-width: 480px;
        margin-right: 0;
    }
    .includes__name{
        margin-bottom: 6px;
    }
    .includes__content{
        gap: 17px;
        margin-top: 43px;
    }
    .includes__content::before {
        top: -23px;
        bottom: -35px;
        left: -170px;
        right: -170px;
    }
}
.includes__block-mobile{
    display: none;
}
.includes__more {
    margin-top: 8px;
    display: none;
    cursor: pointer;
    align-items: center;
    gap: 7px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    background: transparent;
    outline: none;
    border: none;
    width: max-content;
}
@media (max-width: 767px) {
    .includes{
        margin-top: 100px;
    }
    .includes__title {
        margin-left: 0;
        font-size: 38px;
        width: auto;
        max-width: none;
        margin-right: -10px;
        letter-spacing: -1.14px;
    }
    .includes__content{
        flex-direction: column;
        margin-top: 38px;
    }
    .includes__left{
        flex-direction: row;
        gap: 10px;
        animation: scroll 15s linear infinite;
        width: max-content;
        max-width: none;
    }
    .includes__left-item:nth-of-type(1){
        max-width: 231px;
    }
    .includes__left-item:nth-of-type(1){
        max-width: 228px;
    }
    .includes__left-item:nth-of-type(1){
        max-width: 231px;
    }
    .includes__left-item:nth-of-type(1){
        max-width: 204px;
    }
    .includes__block-mobile{
        display: flex;
        flex-direction: row;
        max-width: none;
        width: max-content;
        gap: 10px;
    }
    @keyframes scroll {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(calc(-50% - 5px));
        }
    }
    .includes__left-item:nth-of-type(1) .includes__left-name {
        font-size: 40px;
        line-height: 80%;
        letter-spacing: -2.25px;
    }
    .includes__left-item:nth-of-type(2) .includes__left-name {
        font-size: 38px;
        letter-spacing: -1.9px;
        max-width: 176px;
    }
    .includes__left-item:nth-of-type(3) .includes__left-name {
        font-size: 35px;
        letter-spacing: -1.75px;
        max-width: 155px;
    }
    .includes__right{
        display: none;
    }
    .includes__more{
        display: flex;
        position: relative;
        z-index: 1;
        margin-top: 33px;
    }
    .includes__content::before {
        top: -23px;
        bottom: -27px;
    }
    .includes__content.active .includes__right{
        display: block;
    }
    .includes__item:nth-of-type(4) .includes__descr {
        max-width: 440px;
    }
}
@media (max-width: 479px) {
    .includes__title{
        font-size: 28px;
        letter-spacing: -0.84px;
    }
}
.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;
    line-height: 100%;
}
.us__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 13px;
}
.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-content{
    width: 100%;
}
.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(4) .us__item-descr {
    max-width: 466px;
}
.us__btn{
    height: 56px;
    width: 100%;
    max-width: 290px;
    margin-top: 18px;
    margin-left: 84px;
}
@media (max-width: 1279px) {
    .us__content{
        margin-top: 10px;
        max-width: 959px;
    }
    .us__btn {
        margin-left: 0;
    }
    .us__item:nth-of-type(1) .us__item-descr {
        max-width: 367px;
    }
}
@media (max-width: 999px) {
    .us__item-descr{
        max-width: 100%;
    }
    .us__title{
        margin-left: 3px;
    }
    .us__content{
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .us__item{
        gap: 20px;
    }
    .us__item-name{
        margin-bottom: 11px;
    }
    .us__item:nth-of-type(1) .us__item-descr {
        max-width: 614px;
    }
    .us__item:nth-of-type(2) .us__item-descr {
        max-width: 631px;
    }
    .us__item:nth-of-type(3) .us__item-descr {
        max-width: 100%;
    }
    .us__item:nth-of-type(4) .us__item-descr {
        max-width: 602px;
    }
    .us__btn {
        margin-top: 26px;
    }
}
@media (max-width: 767px) {
    .us{
        margin-top: 100px;
    }
    .us__title {
        display: flex;
        gap: 5px;
        font-size: 60px;
        align-items: start;
        flex-direction: column;
        margin-left: 17px;
    }
    .us__title .span-title{
        max-width: 100%;
        margin-left: 5px;
        margin-top: -9px;
        font-size: 24px;
    }
    .us__content{
        margin-top: 12px;
        gap: 2px;
    }
    .us__item-descr{
        font-size: 14px;
    }
    .us__item:nth-of-type(1) .us__item-descr {
        max-width: 310px;
    }
    .us__item:nth-of-type(4) .us__item-descr {
        max-width: 318px;
    }
    .us__item-name {
        margin-bottom: 6px;
    }
    .us__btn{
        margin-left: 97px;
    }
}
@media (max-width: 479px) {
    .us__title{
        margin-left: -3px;
		font-size: 46px;
    }
    .us__title .span-title {
        margin-left: 4px;
        font-size: 22px;
    }
    .us__item:nth-of-type(6) .us__item-name{
        max-width: 200px;
    }
    .us__content {
        margin-top: 10px;
    }
    .us__item-name{
        font-size: 16px;
        margin-bottom: 5px;
    } 
    .us__item-num{
        margin-top: 2px;
        min-width: 50px;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    .us__item {
        gap: 10px;
    }
    .us__btn{
        margin-left: 0;
        max-width: 100%;
    }
}
.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;
        gap: 20px 0;
    }
    .work__content.hidden .work__image:nth-of-type(n+3){
        display: none;
    }
    .work__title.title {
        margin: 0 -12px;
        width: auto;
        max-width: none;
        text-align: left;
    }
}
@media (max-width: 479px) {
    .work__title.title {
        margin: 0 -12px;
        width: auto;
        max-width: none;
        text-align: center;
    }
}

.start{
    margin-top: 120px;
}
.start__inner{
    display: flex;
    gap: 49px;
    max-width: 871px;
    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: 501px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
@media (max-width: 1279px) {
    .start__inner{
        max-width: 901px;
    }
    .start__content {
        margin-top: 22px;
    }
    .start__form{
        padding-bottom: 26px;
    }
}
@media (max-width: 999px) {
    .start__inner {
        gap: 61px;
    }
    .start__content{
        margin-top: 30px;
    }
    .start__form{
        max-width: 305px;
        padding-bottom: 18px;
    }
    .start__descr{
        max-width: 356px;
    }
}
@media (max-width: 767px) {
    .start{
        margin-top: 100px;
    }
    .start__inner{ 
        flex-direction: column-reverse;
        gap: 20px;
    }
    .start__form{
        max-width: 100%;
        padding: 32px 30px 36px;
    }
    .start__content{
        gap: 10px;
        padding-left: 16px;
        max-width: 100%;
    }
    .start__descr {
        max-width: 422px;
    }
    .start__form-name{
        max-width: 100%;
        margin-bottom: 26px;
    }
    .start__form-block{
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 306px;
        gap: 6px;
    }
    .start__form-input + .start__form-input {
        margin-top: 0;
    }
    .start__form-end{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        max-width: 306px;
        margin-top: 20px;
    }
    .start__form-label{
        max-width: 130px;
        align-items: center;
        margin-left: 6px;
    }
    .start__form-submit{
        max-width: 133px;
        margin-top: 0;
    }
    .start__form-checkbox + .checkmark{
        top: -7px;
    }
}
@media (max-width: 479px) {
    .start__content {
        padding-left: 0;
    }
    .start__title{
        font-size: 36px;
        margin-right: -10px;
        width: auto;
        max-width: none;
    }
    .start__form-name {
        max-width: 210px;
        margin-bottom: 20px;
    }   
    .start__form {
        padding: 40px 30px 35px;
    }
    .start__form-block {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 199px;
        gap: 10px;
    }
    .start__form-end{
        flex-direction: column;
        gap: 20px;
        margin-top: 16px;
    }
    .start__form-label{
        max-width: 100%;
        margin-left: 2px;
    }
    .start__form-submit {
        max-width: 155px;
    }
}
.cost{
    margin-top: 120px;
}
.cost__inner{
    display: flex;
    justify-content: space-between;
    gap: 19px;
    max-width: 1177px;
}
.cost__title{
    margin-bottom: 23px;
}
.cost__title .span-title {
    margin-top: 4px;
    margin-left: 1px;
}
.cost__descr{
    max-width: 543px;
}
.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__content{
    max-width: 595px;
    width: 100%;
}
.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%;
    margin-right: -33px;
}
.cost__item:last-of-type .cost__item-descr {
    max-width: 554px;
}
.cost__box{
    margin-top: 25px;
    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; 
    min-width: 214px;
    width: 214px;
    height: 214px;
}
.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(-7px, 24px);
}
.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: -23px;
    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: 132px;
    position: absolute;
	display: flex;
	justify-content: 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;
}
.cost__box-item:last-of-type .cost__box-name span:last-of-type {
    font-size: 16px;
    font-weight: 400;
    top: -14px;
    position: absolute;
}
.cost__btn{
    margin-top: 15px;
    max-width: 246px;
    height: 56px;
    width: 100%;
}
@media (max-width: 1279px) {
    .cost__title .span-title{
        font-size: 26px;
    }
    .cost__descr {
        max-width: 457px;
    }
    .cost__box{
        margin-top: 30px;
    }
    .cost__block{
        max-width: 457px;
        gap: 17px;
    }
    .cost__item-name {
        margin-bottom: 10px;
        margin-right: 0;
        max-width: 405px;
    }
    .cost__btn{
        margin-top: 21px;
    }
}
@media (max-width: 999px) {
    .cost__inner {
        gap: 18px;
        max-width: 640px;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
    }
    .cost__block {
        margin-top: 0;
        max-width: 100%;
    }
    .cost__item-name {
        margin-bottom: 10px;
        margin-right: 0;
        max-width: 100%;
    }
    .cost__item:first-of-type .cost__item-descr {
        max-width: 606px;
    }
    .cost__item:last-of-type .cost__item-descr {
        max-width: 100%;
    }
    .cost__content {
        max-width: 576px;
        margin-left: 30px;
        width: 100%;
    }
    .cost__title {
        margin-bottom: 18px;
    }
    .cost__title .span-title {
        font-size: 28px;
    }
    .cost__descr {
        max-width: 543px;
    }
    .cost__box {
        margin-top: 17px;
        margin-left: 54px;
    }
}
@media (max-width: 767px) {
    .cost{
        margin-top: 100px;
    }
    .cost__content{
        margin-left: 0;
    }
    .cost__title {
        margin-bottom: 12px;
    }
    .cost__title .span-title {
        font-size: 26px;
    }
    .cost__descr {
        max-width: 431px;
    }
    .cost__box {
        margin-top: 17px;
        margin-left: 14px;
    }
    .cost__item-name{
        font-size: 18px;    
    }
    .cost__block{
        gap: 14px;
    }
    .cost__btn {
        margin-top: 25px;
    }
}
@media (max-width: 479px) {
    .cost__title {
        margin-bottom: 10px;
        font-size: 34px;
    }
    .cost__title .span-title {
        font-size: 22px;
        max-width: 250px;
        line-height: 24px;
        margin-top: -1px;
        margin-left: 0px;
    }
    .cost__box{
        flex-direction: column;
        align-items: start;
        margin-left: 0;
    }
    .cost__box-item:last-of-type{
        margin-left: 119px;
        margin-top: -86px;
    }
    .cost__descr {
        margin-right: -2px;
    }
    .cost__block{
        gap: 16px;
    }
    .cost__item-name{
        max-width: 281px;
        margin-bottom: 7px;
    }
    .cost__item:first-of-type .cost__item-descr {
        max-width: 326px;
    }
    .cost__btn{
        max-width: 100%;
    }
}
.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;
    }
}