.main{
    margin-top: 126px;
}
.main__inner{
    display: flex;
    gap: 27px;
    margin: 0 auto;
    justify-content: space-between;
}
.main__block{
    width: 50%;
    position: relative;
    z-index: 2;
}
.main__block:first-of-type{
    width: 100%;
    max-width: 876px;
    min-width: 876px;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 77px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: -7px;
}
.main__descr{
    margin-bottom: 35px;
    max-width: 700px;
}
.main__box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 62px;
}
.main__btn{
    width: 100%;
    max-width: 170px;
    height: 56px;
}
.main__content{
    display: flex;
    gap: 12px;
}
.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__content-item:last-of-type .main__item-name{
    margin-bottom: 4px;
}
.main__item-descr{
    color: #2F2F2F;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main__content-item.underline{
    position: relative;
}
.main__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='99' height='16' viewBox='0 0 99 16' fill='none'%3E%3Cpath d='M98.6094 8C98.6094 3.58172 95.0277 8.64774e-07 90.6094 4.76837e-07C86.1911 8.88999e-08 82.6094 3.58172 82.6094 8C82.6094 12.4183 86.1911 16 90.6094 16C95.0277 16 98.6094 12.4183 98.6094 8ZM90.6094 6.5L0.609377 6.49999L0.609377 9.49999L90.6094 9.5L90.6094 6.5Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -14px;
    left: 0;
}
.main__block:last-of-type{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    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='271' height='445' viewBox='0 0 271 445' fill='none'%3E%3Cpath d='M270 135C270 209.558 209.558 270 135 270C60.4416 270 0 209.558 0 135C0 60.4416 60.4416 0 135 0C209.558 0 270 60.4416 270 135Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M270.119 309.271C270.119 383.829 209.678 444.271 135.119 444.271C60.5607 444.271 0.119141 383.829 0.119141 309.271C0.119141 234.712 60.5607 174.271 135.119 174.271C209.678 174.271 270.119 234.712 270.119 309.271Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 270.119px;
    height: 444.271px;
    z-index: -1;
    top: -10px;
}
.span-title-main{
    margin-left: 5px;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    max-width: 487px;
}
@media (max-width: 1279px) {
    .main__block:last-of-type::before{
        top: -10px;
        right: -61px;
    }
    .main__links{
        margin-bottom: 28px;
    }
}
@media (max-width: 999px) {
    .main__block:first-of-type{
        min-width: 524px;
    }
    .main {
        margin-top: 92px;
    }
    .main__block:last-of-type::before {
        top: 35px;
        right: -81px;
    }
    .main__links{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .main {
        margin-top: 128px;
    }
    .main__block:last-of-type::before {
        top: 1px;
        right: -73px;
    }
    .main__title {
        font-size: 50px;
        letter-spacing: -0.5px;
        margin-left: -5px;
    }
    .main__descr {
        font-size: 16px;
        margin-bottom: 35px;
        max-width: 325px;
    }
    .main__btn{
        max-width: 220px;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 175px;
    }
    .main__box {
        flex-direction: column;
        align-items: start;
        gap: 52px;
    }
    .main__content {
        margin-left: 7px;
    }
    .main__title{
        font-size: 40px;
        letter-spacing: -0.4px;
        margin-left: -4px;
    }
    .main__block:first-of-type {
        min-width: 378px;
    }
}
.comprehensive{
    margin-top: 120px;
}
.comprehensive__title{
    max-width: 780px;
}
.comprehensive__title .span-title{
    line-height: 100%;
}
.comprehensive__sub-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    max-width: 353px;
    margin-left: auto;
    margin-top: -90px;
}
.comprehensive__block{  
    margin-top: 178px;
    display: flex;
    margin-left: 46px;
    align-items: center;

}
.comprehensive__item{
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    position: relative;
}
.comprehensive__item:first-of-type{
    width: 202px;
    height: 202px;
    min-width: 202px;
    min-height: 202px;
    border: 3px solid rgba(54, 140, 193, 0.80);
    margin-right: -21px;
}
.comprehensive__item:first-of-type .comprehensive__name{
    color: #368CC1;
}
.comprehensive__item:first-of-type .comprehensive__descr {
    top: -154px;
    left: -44px;
    width: 315px;
}
.comprehensive__item:nth-of-type(2){
    width: 222px;
    height: 222px;
    min-width: 222px;
    min-height: 222px;
    background: rgba(54, 140, 193, 0.80);
    margin-right: -21px;
    margin-top: 14px;
}
.comprehensive__item:nth-of-type(2) .comprehensive__descr {
    bottom: -111px;
    left: -228px;
    width: 320px;
}
.comprehensive__item:nth-of-type(3){
    width: 260px;
    height: 260px;
    min-width: 260px;
    min-height: 260px;
    background: rgba(140, 39, 130, 0.80);
    margin-right: -16px;
}
.comprehensive__item:nth-of-type(3) .comprehensive__descr:first-of-type{
    top: -79px;
    left: -103px;
    width: 227px;
}
.comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(2) {
    top: -137px;
    right: -3px;
    width: 257px;
}
.comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
    bottom: -86px;
    right: -291px;
    width: 402px;
}
.comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(4) {
    bottom: -62px;
    right: -164px;
    width: 277px;
}
.comprehensive__item:nth-of-type(4){
    width: 220px;
    height: 220px;
    min-width: 220px;
    min-height: 220px;
    background: rgba(122, 83, 169, 0.90);
}
.comprehensive__item:nth-of-type(4) .comprehensive__descr {
    top: -69px;
    right: -158px;
    width: 252px;
}
.comprehensive__name{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 160px;
}
.comprehensive__item:nth-child(2n) .comprehensive__name{
    font-size: 20px;
}
.comprehensive__descr{
    color: #494848;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: absolute;
}
.comprehensive__item:first-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='17' height='105' viewBox='0 0 17 105' fill='none'%3E%3Cpath d='M8.53906 0.0625C4.12078 0.0625002 0.539062 3.64422 0.539062 8.0625C0.539063 12.4808 4.12078 16.0625 8.53906 16.0625C12.9573 16.0625 16.5391 12.4808 16.5391 8.0625C16.5391 3.64422 12.9573 0.0624998 8.53906 0.0625ZM7.03906 102.853L7.03906 104.353L10.0391 104.353L10.0391 102.853L7.03906 102.853ZM7.03906 8.0625L7.03906 102.853L10.0391 102.853L10.0391 8.0625L7.03906 8.0625Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    height: 108px;
    width: 20px;
    background-repeat: no-repeat;
    top: -107px;
}
.comprehensive__item:nth-of-type(2)::before{
    pointer-events: none;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='81' viewBox='0 0 17 81' fill='none'%3E%3Cpath d='M10 1.67969L10 0.179687L7 0.179688L7 1.67969L10 1.67969ZM8.5 64.7031C4.08172 64.7031 0.499997 68.2848 0.499997 72.7031C0.499997 77.1214 4.08172 80.7031 8.5 80.7031C12.9183 80.7031 16.5 77.1214 16.5 72.7031C16.5 68.2848 12.9183 64.7031 8.5 64.7031ZM7 1.67969L7 72.7031L10 72.7031L10 1.67969L7 1.67969Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    height: 102px;
    width: 20px;
    background-repeat: no-repeat;
    bottom: -100px;
}
.comprehensive__item:nth-of-type(3)::before {
    pointer-events: none;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='75' viewBox='0 0 16 75' fill='none'%3E%3Cpath d='M8 0C3.58172 -1.93129e-07 1.93129e-07 3.58172 0 8C-1.93129e-07 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 1.93129e-07 8 0ZM6.5 73L6.5 74.5L9.5 74.5L9.5 73L6.5 73ZM6.5 8L6.5 73L9.5 73L9.5 8L6.5 8Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    height: 70px;
    width: 20px;
    background-repeat: no-repeat;
    top: -70px;
}
.comprehensive__item:nth-of-type(3)::after{
    pointer-events: none;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='104' viewBox='0 0 17 104' fill='none'%3E%3Cpath d='M8.5 87.7916C4.08172 87.7916 0.499996 91.3733 0.499996 95.7916C0.499996 100.21 4.08172 103.792 8.5 103.792C12.9183 103.792 16.5 100.21 16.5 95.7916C16.5 91.3733 12.9183 87.7916 8.5 87.7916ZM7 0.679687L7 95.7916L10 95.7916L10 0.679688L7 0.679687Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    height: 105px;
    width: 20px;
    background-repeat: no-repeat;
    bottom: -104px;
}
.comprehensive__item:nth-of-type(4)::before{
    pointer-events: none;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='104' viewBox='0 0 17 104' fill='none'%3E%3Cpath d='M8.47168 0.0371094C4.0534 0.0371092 0.47168 3.61883 0.47168 8.03711C0.471679 12.4554 4.0534 16.0371 8.47168 16.0371C12.89 16.0371 16.4717 12.4554 16.4717 8.03711C16.4717 3.61883 12.89 0.0371096 8.47168 0.0371094ZM6.97168 8.03711L6.97168 103.149L9.97168 103.149L9.97168 8.03711L6.97168 8.03711Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    height: 105px;
    width: 20px;
    background-repeat: no-repeat;
    top: -103px;
}

@media (max-width: 1279px) {
    .comprehensive__sub-title{
        max-width: 233px;
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        top: -86px;
        right: -97px;
        width: 192px;
    }
    .comprehensive__sub-title{
        margin: 20px 0 0 0;
        max-width: 391px;
    }
    .comprehensive__block {
        margin-top: 148px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
        bottom: -86px;
        right: -216px;
        width: 332px;
    }
}
@media (max-width: 999px) {
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        top: -176px;
        right: -17px;
        width: 112px;
    }
    .comprehensive__block{
        position: relative;
        margin-top: 104px;
    }
    .comprehensive__item:nth-of-type(3) {
        position: absolute;
        top: 354px;
        left: 96px;
    }
    .comprehensive__item:nth-of-type(4) {
        position: absolute;
        top: 463px;
        left: 307px;
    }
    .comprehensive__item:first-of-type .comprehensive__descr {
        left: 109px;
        top: -88px;
    }
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        bottom: 81px;
        left: 243px;
        width: 248px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(2) {
        top: -49px;
        right: 144px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(4) {
        bottom: -71px;
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        right: -104px;
        width: 194px;
        top: -105px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
        top: 272px;
        right: 136px;
        width: 264px;
    }
    .comprehensive__title{
        max-width: 409px;
    }  
    .comprehensive__title .span-title {
        width: 579px;
    }
    .comprehensive__sub-title{
     max-width: 655px;   
    }
}

@media (max-width: 767px) {
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        width: 198px;
    }
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        width: 138px;
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        right: -44px;
        width: 134px;
        top: -125px;
    }
    .comprehensive__title .span-title {
        width: 100%;
    }
    .comprehensive__inner{
        margin-left: 54px;
    }
    .comprehensive__block {
        justify-content: center;
        margin: 0;
        margin-top: 96px;
        margin-left: -54px;
    }
    .comprehensive__descr{
        font-size: 14px;
    }
    .comprehensive__item:first-of-type::before {
        height: 85px;
        top: -87px;
    }
    .comprehensive__item:first-of-type .comprehensive__descr {
        left: 109px;
        top: -57px;
        width: 220px;
    }
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        width: 213px;
        left: -125px;
        bottom: -92px;
    }
    .comprehensive__item:nth-of-type(3){
        left: 50%;
        transform: translateX(-50%);
        top: 457px;
    }
    .comprehensive__item:nth-of-type(3)::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='116' viewBox='0 0 16 116' fill='none'%3E%3Cpath d='M8 0.125C3.58172 0.125 1.93129e-07 3.70672 0 8.125C-1.93129e-07 12.5433 3.58172 16.125 8 16.125C12.4183 16.125 16 12.5433 16 8.125C16 3.70672 12.4183 0.125 8 0.125ZM6.5 114.125L6.5 115.625L9.5 115.625L9.5 114.125L6.5 114.125ZM6.5 8.125L6.5 114.125L9.5 114.125L9.5 8.125L6.5 8.125Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
        height: 130px;
        width: 20px;
        background-repeat: no-repeat;
        top: -115px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(2) {
        top: -89px;
        right: -56px;
        width: 171px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
        top: 253px;
        right: 147px;
        width: 203px;
    }
    .comprehensive__item:nth-of-type(4) {
        position: absolute;
        top: 927px;
        left: 50%;
        transform: translateX(-50%);
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        right: -116px;
        width: 213px;
        top: -75px;
    }
    .comprehensive{
        margin-top: 100px;
    }
    .comprehensive__title.title{
        font-size: 36px;
        max-width: 308px;
    }
    .comprehensive__sub-title{
        font-size: 16px;
        margin-top: 15px;
    }
}
@media (max-width: 479px) {
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
        top: 268px;
        right: 147px;
        width: 179px;
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        right: -65px;
        width: 160px;
        top: -85px;
    }
    .comprehensive__inner,
    .comprehensive__block{
        margin-left: 0;
    }
    .comprehensive__item:first-of-type{
        top: 12px;
    }
    .comprehensive__item:nth-of-type(2),
    .comprehensive__item:first-of-type{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .comprehensive__item:nth-of-type(2){
        top: 205px;
    }
    .comprehensive__item:first-of-type .comprehensive__descr {
        left: 108px;
        top: -74px;
        width: 154px;
    }
    .comprehensive__item:nth-of-type(2)::before{
        content: none;
    }
    .comprehensive__item:nth-of-type(3) {
        top: 654px;
    }
    .comprehensive__item:nth-of-type(3)::after{
        content: none;
    }
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        width: 296px;
        left: -22px;
        bottom: -84px;
    }
    .comprehensive__item:nth-of-type(4) {
        top: 1115px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(2) {
        top: -103px;
        right: -37px;
        width: 155px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
        top: 267px;
        right: -34px;
        width: 317px;
    }
}
.price{
    margin-top: 223px;
}
.price__top{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: rgba(122, 83, 169, 0.90);
    min-height: 200px;
}
.price__title{
    display: flex;
    color: #fff;
}
.price__title .span-title{
    max-width: 291px;
    line-height: 100%;
}
.price__table{
    max-width: 1020px;
    width: 100%;
    margin: -4px auto 0;
    border-spacing: 0 24px;
}
.price__table th, .price__table td {
    text-align: left;
    vertical-align: middle;
}
.price__table tr:first-of-type{
    background: #D9D9D9;
    height: 72px;
    position: relative;
}
.price__table th{
    border-collapse: separate;
    border-style: none;
    border: 1px solid #D9D9D9;
}
.price__table tr:nth-child(2n) td{
    border-collapse: separate;
    border-style: none;
}
.price__table th:first-of-type,
.price__table td:first-of-type{
    border-radius: 60px 0 0 60px;
    padding-left: 40px;
    text-wrap: nowrap;
}
.price__table th:last-of-type,
.price__table td:last-of-type{
    border-radius: 0 60px 60px 0;
    padding-right: 40px;
}
.price__table tr:first-of-type th{
    color: #7A53A9;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 16.2px */
    text-transform: lowercase;
}
.price__table th:nth-child(2){
    text-align: center;
}
.price__table th:last-of-type{
    text-align: right;
}
.price__table tr:nth-child(2n){
    background-color: #F4F4F4;
    height: 102px;
}
.price__table tr:nth-child(2n) td{
    position: relative;
}
.price__table tr:nth-child(2n):hover{
    background-color: #8765B1;
}
.price__table tr:nth-child(2n):hover td{
    color: #fff;
}
.price__table tr:nth-child(2n):hover span[data-name]::after{
    color: #fff;
}
.price__table td:first-of-type,
.price__table td:last-of-type{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price__table td:last-of-type{
    text-align: right;
}
.price__table td:nth-child(2){
    color: #494848;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 22.5px */
    text-transform: lowercase;
    text-align: center;
}
.price__block{
    max-width: 414px;
    margin: 260px auto 260px;
    position: relative;
}
.price__block::before{
    content: '';
    position: absolute;
    width: 580px;
    height: 580px;
    border-radius: 580px;
    border: 3px solid rgba(140, 39, 130, 0.80);
    top: 53%;
    left: 46%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.price__block-name{
    max-width: 414px;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; 
}
.price__block-name span{
    color: #A92F9D;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 45px */
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}
.price__box{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 25px;
}
.price__block-link{
    color: rgba(54, 140, 193, 0.80);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
}
.price__block-link:hover{
    text-decoration: underline;
}
.price__select{
    display: none;
}
@media (max-width: 1279px) {
    .price__table{
        margin-top: 2px;
    }
    .price__table th:first-of-type,
    .price__table td:first-of-type{
        border-radius: 60px 0 0 60px;
        padding-left: 31px;
    }
    .price__table th:last-of-type,
    .price__table td:last-of-type{
        padding-right: 31px;
    }
    .price__table tr:first-of-type th{
        width: 33%;
    }
    .price__table td:nth-child(2){
        text-align: left;
    }
    .price__table th:nth-child(2){
        width: 20% !important;
    }
    .price__table tr:not(:first-of-type) td:nth-child(2) span:last-of-type{
        position: relative;
        left: 105px;
    }
    .price__block{
        left: initial;
    }
}
@media (max-width: 999px) {
    .price {
        margin-top: 625px;
    }
}
@media (max-width: 767px) {
    .price__table tr:not(:first-of-type) td:nth-child(2) span:last-of-type {
        position: relative;
        left: 35px;
    }
    .price__table th:nth-child(2) {
        width: 33% !important;
    }
    .price__table td:last-of-type {
        display: none;
    }
    .price__table tr:not(:first-of-type) td:nth-child(2) span:last-of-type{
        position: relative;
        left: initial;
    }
    .price__table th:last-of-type {
        display: none;
    }
    .price__table td:nth-child(2) {
        text-align: right;
        border-radius: 0 40px 40px 0;
        padding-right: 26px;
    }
    .price__table th:nth-child(2) {
        text-align: right;
        border-radius: 0 40px 40px 0;
        padding-right: 26px;
    }
    .price__table tr:nth-child(2n) {
        height: 80px;
    }
    .price__table td,
    .price__table th{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .price__table span[data-name]{
        top: 9px;
    }
    .price__table span[data-name]::after{
        content: attr(data-name);
        display: block;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #494848;
    }
    .price__table td:first-of-type{
        font-size: 16px;
    }
    .price__table td:nth-child(2){
        font-size: 20px;
    }
    .price__block {
        max-width: 331px;
    }
    .price__block::before {
        width: 447px;
        height: 447px;
        border-radius: 447px;
    }
    .price__block-name span {
        font-size: 40px;
        margin-bottom: 5px;
        margin-left: 35px;
    }
    .price__block-name{
        font-size: 22px;
    }
    .price__box {
        margin-top: 15px;
        gap: 10px;
        margin-left: 0;
    }
    .price__block-link{
        font-size: 18px;
    }
    .price__table td:first-of-type, .price__table td:last-of-type{
        text-wrap: nowrap;
    }
    .price {
        margin-top: 1017px;
    }
    .price__title.title{
        flex-direction: column;
        justify-content: center;
        max-width: 197px;
        font-size: 50px;
    }
}
@media (max-width: 479px) {
    .price__table{
        display: none;
    }
    .price__select{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .price__select-title{
        height: 80px;
        display: flex;
        align-items: center;
        background-color: #D9D9D9;
        border-radius: 40px;
        color: #7A53A9;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%;
        text-transform: lowercase;
        padding: 30px 20px 30px 30px;
    }
    .price__select-name{
        height: 80px;
        display: flex;
        align-items: center;
        background-color: #F4F4F4;
        border-radius: 40px;
        color: #494848;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 30px 20px 30px 30px;
        cursor: pointer;
    }
    .price__select-block{
        display: none;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
    }
    .price__select-price{
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 90%;
        text-transform: lowercase;
    }
    .price__select-price span{
        font-size: 16px;
        font-weight: 400;
    }
    .price__select-descr{
        font-size: 16px;
        font-weight: 400;
    }
    .price__select-item.active .price__select-block{
        display: flex;
    }
    .price__select-item.active .price__select-name{
        background-color: #8765B1;
        color: #fff;
    }
    .price{
        margin-top: 1435px;
    }
}













.works__inner{
    max-width: 1140px;
    margin-left: 51px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.works__block:last-of-type{
    width: 100%;
    max-width: 642px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
}
.works__block:first-child{
    margin-top: 52px;
    width: 100%;
    max-width: 36.508%;
}
.works__item:first-child{
    grid-column: span 2;
}
.works__block-title{
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.works__descr{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.works__name{
    margin-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.works__title{
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; 
}

@media (max-width: 1000px) {
    .works__inner{
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .price__table {
        margin-top: -7px;
    }
    .works__inner{
        flex-direction: column;
    }
    .works__block:first-child {
        width: 100%;
        max-width: 491px;
        margin: 0 auto;
    }
    .works__title{
        max-width: 100%;
    }
    .works__block:last-of-type{
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .works__block-title{
        font-size: 40px;
        margin-bottom: 15px;
        max-width: 418px;
    }
    .works__descr {
        font-size: 14px;
        max-width: 393px;
    }
    .works__inner{
        gap: 30px;
    }
    .works__title{
        font-size: 30px;
    }
    .works__name {
        margin-bottom: 10px;
        font-size: 18px;
    }
}
@media (max-width: 360px) {
    .works__inner{
        margin-left: 13px;
    }
    .works__block:last-of-type{
        display: flex;
        flex-direction: column;
        margin-left: 7px;
        max-width: 290px;
    }
}

