.main__links{
    margin-bottom: 23px;
    margin-left: 7px;
}
.main{
    margin-top: 128px;
}
.main__inner{
    display: flex;
    gap: 65px;
    max-width: 1020px;
    margin: 0 auto;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.main__block{
    width: 50%;
    position: relative;
    z-index: 2;
}
.main__block:first-of-type{
    width: 100%;
    max-width: 620px;
    min-width: 617px;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    max-width: 634px;
    margin-bottom: 20px;
    margin-left: -6px;
}
.main__descr{
    margin-bottom: 18px;
    max-width: 438px;
}
.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__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;
    width: 388px;
    min-width: 388px;
    -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: url('../img/guarantees/guarantees.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 391.271px;
    height: 334.186px;
    z-index: -1;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1279px) {
    .main__inner {
        gap: 48px;
    }
    .main__block:first-of-type {
        width: 100%;
        max-width: 620px;
        min-width: 523px;
    }
}
@media (max-width: 999px) {
    .main {
        margin-top: 92px;
    }
    .main__block:first-of-type {
        width: 100%;
        max-width: 540px;
        min-width: 540px;
    }
    .main__inner{
        gap: 12px;
    }
    .main__block:last-of-type::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='270' height='270' viewBox='0 0 270 270' 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='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
        width: 270px;
        height: 270px;
        left: initial;
        right: -49px;
        top: -4px;
        transform: none;
    }
    .main__block:first-of-type{
        min-width: auto;
        margin-left: 7px;
        width: auto;
        max-width: max-content;
    }
    
}
@media (max-width: 767px) {
    .main {
        margin-top: 126px;
    }
    .main__title {
        font-size: 50px;
        letter-spacing: -0.5px;
    }
    .main__descr{
        font-size: 16px;
        line-height: 130%;
    }
    .main__box{
        justify-content: space-between;
        margin-right: 20px;
        gap: 20px;
    }
    .main__inner{
        gap: 0;
    }
    .main__descr{
        max-width: 408px;
    }
    .main__links{
        margin-bottom: 20px;
    }
    .main__btn{
        max-width: 220px;
    }
    .main__title{
        margin-left: 0;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 172px;
    }
    .main__block:first-of-type {
        min-width: fit-content;
        margin-left: 10px;
        margin-right: -18px;
    }
    .main__box{
        flex-direction: column;
        align-items: start;
    }
    .main__title{
        font-size: 40px;
        letter-spacing: -0.4px;
    }
    .main__links{
        margin-bottom: 36px;
    }
    .main__block:last-of-type::before {
        left: initial;
        right: -78px;
        top: -2px;
    }
    .main__links{
        margin-left: 4px;
    }
}
.always{
    margin-top: 120px;
    background: rgba(217, 217, 217, 0.30);
    padding: 109px 0 122px;
}
.always__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}
.always__title{
    color: #494848;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 454px;
}
.always__content{
    display: flex;
    gap: 14px;
}
.always__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;
}
.always__content-item:last-of-type .always__item-name{
    margin-bottom: 4px;
}
.always__item-descr{
    color: #2F2F2F;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 55px;
}
.always__content-item.underline{
    position: relative;
}
.always__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='84' height='16' viewBox='0 0 84 16' fill='none'%3E%3Cpath d='M84 8C84 3.58172 80.4183 8.63095e-07 76 4.76837e-07C71.5817 9.0579e-08 68 3.58172 68 8C68 12.4183 71.5817 16 76 16C80.4183 16 84 12.4183 84 8ZM76 6.5L1.31134e-07 6.49999L-1.31134e-07 9.49999L76 9.5L76 6.5Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -14px;
    left: 0;
}
.about{
    margin-top: 120px;
}
.about__block{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 730px;
    margin: 0 auto;
    position: relative;
    left: -85px;
}
.about__item{
    display: flex;
    align-items: start;
    gap: 70px;
}
.about__item-num{
    width: 100px;
    height: 100px;
    min-width: 100px;
    background: rgba(54, 140, 193, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    font-family: "Koulen", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    border: 3px solid transparent;
    margin-top: 8px;
}
.about__item-num::after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='17' viewBox='0 0 48 17' fill='none'%3E%3Cpath d='M1.5 7L-1.19209e-07 7L1.19209e-07 10L1.5 10L1.5 7ZM31.5 8.5C31.5 12.9183 35.0817 16.5 39.5 16.5C43.9183 16.5 47.5 12.9183 47.5 8.5C47.5 4.08172 43.9183 0.5 39.5 0.5C35.0817 0.5 31.5 4.08172 31.5 8.5ZM1.5 10L39.5 10V7L1.5 7L1.5 10Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 48px;
    height: 17px;
    right: -51px;
    top: 50%;
    transform: translateY(-50%);
}
.about__item.active .about__item-num{
    border: 3px solid rgba(140, 39, 130, 0.80);
    background: transparent;
    color: rgba(140, 39, 130, 0.80);
}
.about__item.active .about__item-num::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='17' viewBox='0 0 48 17' fill='none'%3E%3Cpath d='M1.5 7L-1.19209e-07 7L1.19209e-07 10L1.5 10L1.5 7ZM31.5 8.5C31.5 12.9183 35.0817 16.5 39.5 16.5C43.9183 16.5 47.5 12.9183 47.5 8.5C47.5 4.08172 43.9183 0.5 39.5 0.5C35.0817 0.5 31.5 4.08172 31.5 8.5ZM1.5 10L39.5 10V7L1.5 7L1.5 10Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
}
.about__item-descr{
    color: #368CC1;
    font-style: normal;
    font-weight: 500;
    max-width: 363px;
}
.about__item-content{
    padding: 35px 30px;
    border-radius: 60px;
    border: 3px solid rgba(54, 140, 193, 0.80);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__item.active .about__item-content{
    background-color: #8C2782;
    border-color: #8C2782;
}
.about__item.active .about__item-descr{
    color: #fff;
}
@media (max-width: 1279px) {
    .about__block{
        left: 0;
    }
    .always{
        padding-right: 45px;
    }
    .always__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 42px;
        justify-content: end;
    }
}
.comprehensive{
    margin-top: 120px;
}
.comprehensive__inner{
    max-width: 1078px;
    margin-left: auto;
    margin-right: 67px;
}
.comprehensive__title{
    max-width: 579px;
}
.comprehensive__block{
    margin-top: 188px;
    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;
    margin-left: -30px;
}
.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: -170px;
    left: -97px;
    width: 325px;
}
.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: -59px;
    left: -187px;
    width: 290px;
}
.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: -67px;
    right: 117px;
    width: 227px;
}
.comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
    top: -168px;
    right: -140px;
    width: 253px;
}
.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: -87px;
    right: -154px;
    width: 252px;
}
.comprehensive__item:nth-of-type(2) .comprehensive__name,
.comprehensive__item:nth-of-type(3) .comprehensive__name{
    font-size: 18px;
}
.comprehensive__name{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 160px;
}
.comprehensive__descr{
    color: #494848;
    font-family: "Montserrat", sans-serif;
    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.53711 0.0644531C4.11883 0.0644533 0.537109 3.64618 0.537109 8.06445C0.53711 12.4827 4.11883 16.0645 8.53711 16.0645C12.9554 16.0645 16.5371 12.4827 16.5371 8.06445C16.5371 3.64617 12.9554 0.0644529 8.53711 0.0644531ZM7.03711 102.855L7.03711 104.355L10.0371 104.355L10.0371 102.855L7.03711 102.855ZM7.03711 8.06445L7.03711 102.855L10.0371 102.855L10.0371 8.06445L7.03711 8.06445Z' 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='169' viewBox='0 0 16 169' 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.49999 167L6.49999 168.5L9.49999 168.5L9.49999 167L6.49999 167ZM6.5 8L6.49999 167L9.49999 167L9.5 8L6.5 8Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    height: 175px;
    width: 20px;
    background-repeat: no-repeat;
    top: -168px;
}
.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;
}
.estimate{
    margin-top: 228px;
}
@media (max-width: 1279px) {
    .comprehensive__block {
        margin-top: 164px;
    }
    .comprehensive__item:first-of-type .comprehensive__descr {
        left: -11px;
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        right: -122px;
        width: 214px;
    }
}
@media (max-width: 999px) {
    .comprehensive__item:first-of-type .comprehensive__descr {
        left: 39px;
    }
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        bottom: -69px;
        left: -147px;
        width: 280px;
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        right: -91px;
        width: 184px;
    }
    .estimate {
        margin-top: 766px;
    }
    .comprehensive__block{
        position: relative;
        margin-top: 104px;
    }
    .comprehensive__item:nth-of-type(3){
        position: absolute;
        top: 454px;
        right: 362px;
    }
    .comprehensive__item:nth-of-type(4) {
        position: absolute;
        top: 477px;
        right: 142px;
    }
    .comprehensive__item:first-of-type .comprehensive__descr {
        left: 109px;
        top: -88px;
    }
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        bottom: -69px;
        left: 127px;
        width: 208px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(2) {
        top: 277px;
    }
    .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: -138px;
        right: 150px;
        width: 233px;
    }
    .comprehensive__item:nth-of-type(3) {
        right: 292px;
    }
    .comprehensive__item:nth-of-type(4) {
        right: 72px;
    }
}
@media (max-width: 767px) {
    .always{
        padding-right: 0;
    }
    .estimate {
        margin-top: 904px;
    }
    .comprehensive{
        margin-top: 100px;
    }
    .comprehensive__inner{
        margin-left: 0;
        margin-right: 0;
    }
    .comprehensive__block{
        margin: 0;
        margin-top: 134px;
    }
    .comprehensive__item:nth-of-type(3) {
        position: relative;
        left: initial;
        right: initial;
        bottom: initial;
        top: initial;
        margin-left: 5px;
    }
    .comprehensive__item:nth-of-type(3)::before {
        height: 103px;
        top: -103px;
    }
    .comprehensive__item:nth-of-type(2){
        position: absolute;
        top: 756px;
        right: 15px;
    }
    .comprehensive__item:first-of-type {
        position: absolute;
        top: 471px;
    }
    .comprehensive__title{
        font-size: 40px;
    }
    .comprehensive__item:nth-of-type(4){
        left: 0;
        top: 771px;
        right: 142px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
        top: -99px;
        right: 129px;
        width: 193px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(4) {
        right: -96px;
        width: 205px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(2) {
        top: -74px;
        width: 200px;
        left: 148px;
    }
    .comprehensive__item:first-of-type .comprehensive__descr {
        left: -117px;
        width: 200px;
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        right: -136px;
        width: 233px;
        top: -81px;
    }
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        bottom: -62px;
        left: -113px;
        width: 185px;
    }
    .always__title{
        font-size: 18px;
    }
    .about {
        margin-top: 100px;
    }
    .about__block{
        gap: 30px;
    }
    .about__item {
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }
    .about__item-descr{
        max-width: 273px;
    }
    .about__item:first-of-type .about__item-descr{
        max-width: 243px;
    }
    .about__item:nth-child(2) .about__item-descr{
        max-width: 217px;
    }
    .about__item-content{
        border: none;
        background-color: transparent !important;
        padding: 0;
    }
    .about__item.active .about__item-descr {
        color: #8C2782;
    }
}
@media (max-width: 479px) {
    .comprehensive__block {
        margin-top: 194px;
    }
    .comprehensive__item:nth-of-type(3)::after{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='81' viewBox='0 0 16 81' fill='none'%3E%3Cpath d='M8 64.2344C3.58172 64.2344 2.95409e-06 67.8161 3.14722e-06 72.2344C3.34035e-06 76.6527 3.58173 80.2344 8 80.2344C12.4183 80.2344 16 76.6527 16 72.2344C16 67.8161 12.4183 64.2344 8 64.2344ZM6.5 0.234375L6.5 72.2344L9.5 72.2344L9.5 0.234375L6.5 0.234375Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(3) {
        top: -162px;
        right: 71px;
        width: 233px;
    }
    .comprehensive__item:nth-of-type(4) {
        left: 52.6%;
        right: initial;
        transform: translateX(-50%);
        top: 787px;
    }
    .comprehensive__item:nth-of-type(2) {
        left: 52.6%;
        right: initial;
        transform: translateX(-50%);
        top: 1000px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(2) {
        top: -83px;
        width: 160px;
        left: 148px;
    }
    .comprehensive__item:nth-of-type(3) .comprehensive__descr:nth-of-type(4) {
        right: -26px;
        width: 145px;
        bottom: -61px;
    }
    .comprehensive__item:first-of-type::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='74' viewBox='0 0 16 74' fill='none'%3E%3Cpath d='M8 0.234375C3.58172 0.234375 3.05415e-06 3.8161 2.86102e-06 8.23437C2.66789e-06 12.6527 3.58172 16.2344 8 16.2344C12.4183 16.2344 16 12.6527 16 8.23438C16 3.8161 12.4183 0.234375 8 0.234375ZM6.5 72.2344L6.5 73.7344L9.5 73.7344L9.5 72.2344L6.5 72.2344ZM6.5 8.23437L6.5 72.2344L9.5 72.2344L9.5 8.23438L6.5 8.23437Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
        top: -77px;
    }
    .comprehensive__item:first-of-type {
        top: 417px;
    }
    .comprehensive__item:first-of-type .comprehensive__descr {
        left: -78px;
        width: 150px;
        top: -77px;
    }
    .comprehensive__item:nth-of-type(4)::before{
        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.52344 0.234375C4.10516 0.234375 0.523438 3.8161 0.523438 8.23437C0.523437 12.6527 4.10516 16.2344 8.52344 16.2344C12.9417 16.2344 16.5234 12.6527 16.5234 8.23438C16.5234 3.8161 12.9417 0.234375 8.52344 0.234375ZM7.02344 8.23437L7.02343 103.346L10.0234 103.346L10.0234 8.23438L7.02344 8.23437Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    }
    .comprehensive__item:nth-of-type(4) {
        top: 731px;
    }
    .comprehensive__item:nth-of-type(4) .comprehensive__descr {
        right: -59px;
        width: 153px;
        top: -104px;
    }
    .comprehensive__item:nth-of-type(2) {
        top: 946px;
    }
    .comprehensive__item:nth-of-type(2) .comprehensive__descr {
        bottom: -138px;
        left: -55px;
        font-size: 16px;
        width: 215px;
    }
    .estimate {
        margin-top: 1163px;
    }
    .always{
        padding: 29px 0 40px;
    }
    .always__inner{
        flex-direction: column-reverse;
        gap: 15px;
    }
    .always__title{
        max-width: 273px;
    }
    .about__item-descr{
        font-weight: 400;
    }
    .about__item:first-of-type .about__item-descr {
        max-width: 273px;
    }
    .about__item:nth-child(2) .about__item-descr {
        max-width: 283px;
    }
}