h1 {
    display: none;
}

.vi-body-with-bg:before {
    background: none!important;
}

.v-service-page-new h2 {
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;

}
.v-service-page-new * {
    color: rgba(51, 51, 51, 1);
}
.mb50 {
    margin-bottom: 50px;
}
.red-color {
    color: rgba(190, 35, 56, 1);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.vi-service-contacts-new {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 45px;
}
.vi-service-contacts-new > *,
.vi-service-contacts-new .links > *,
.vi-service-contacts-new a > *{
    min-width: 0;
}
.vi-service-contacts-new .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px;
}
.vi-service-contacts-new a {
    border: 2px solid rgba(198, 198, 198, 1);
    border-radius: 10px;
    min-height: 145px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding: 33px;
    align-items: center;
    text-decoration: none;
    grid-gap: 33px;
}
.vi-service-contacts-new .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 79px;
    background: rgba(190, 35, 56, 1);
    border-radius: 100%;
}
.vi-service-contacts-new .icon svg {
    width: 42px;
    height: 42px;
    object-fit: contain;
    object-position: center;
}
.vi-service-contacts-new .label {
    font-size: 26px;
    font-weight: 700;
    display: block;
    color: rgba(51, 51, 51, 1);
}
.vi-service-contacts-new .val {
    font-size: 26px;
    display: block;
    color: rgba(51, 51, 51, 1);
}
.vi-service-contacts-new .work-time {
    border: 2px solid rgba(198, 198, 198, 1);
    border-radius: 10px;
    background: rgba(249, 249, 249, 1);
    padding: 34px;
}
.vi-service-contacts-new h3 {
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(198, 198, 198, 1);
}
.vi-service-contacts-new .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 5px;
}
.vi-service-contacts-new .time * {
    font-size: 26px;
    color: rgba(51, 51, 51, 1);
}
.vi-service-contacts-new .small {
    font-style: italic;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(198, 198, 198, 1);
}
.vi-service-contacts-new .weekend {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
}


.v-service-new-banner {
    min-height: 200px;
    padding: 45px 35px;
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #D23349;
    border-radius: 10px;
    background: linear-gradient(90deg, #D23349 0%, #B01227 100%);
    overflow: hidden;
}
.v-service-new-banner * {
    color: white;
}
.v-service-new-banner .description {
    width: 70%;
}
.v-service-new-banner h2 {
    font-size: 45px;
    margin-bottom: 8px;
}
.v-service-new-banner p {
    font-size: 22px;
    line-height: 1;
    margin: 0;
}
.v-service-new-banner .icon-mobile {
    display: none;
}
.v-service-new-banner .icon-desktop {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: auto;
}


.v-service-faq-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(198, 198, 198, 1);
}
.v-service-faq-item:last-child {
    margin-bottom: 0;
}
.v-service-faq-item .question {
    padding-right: 100px;
    position: relative;
    cursor: pointer;
}
.v-service-faq-item .question .title {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 8px;
}
.v-service-faq-item .question * {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}
.v-service-faq-item .question svg {
    position: absolute;
    right: 40px;
    top: 0;
}
.v-service-faq-item .question .opened {
    display: none;
}
.v-service-faq-item .answer {
    display: none;
    max-width: 1160px;
    margin-top: 30px;
}
.v-service-faq-item .answer,
.v-service-faq-item .answer * {
    font-size: 22px;
}



.v-service-text2col {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    grid-gap: 58px;
}
.v-service-text2col h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.v-service-text2col p {
    font-size: 22px;
    margin-bottom: 0;

}



.v-service-feature-item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 2px solid rgba(198, 198, 198, 1);
    border-radius: 10px;
    min-height: 250px;
}
.v-service-feature-item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    overflow: hidden;
}
.v-service-feature-item .img:before {
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    display: block;
}
.v-service-feature-item .img img {
    position: relative;
    top: 0;
    left: -20%;
    height: 100%;
    width: auto;
}
.v-service-feature-item:last-child .img img {
    left: 0;
}
.v-service-feature-item .description {
    width: 75%;
    position: relative;
    z-index: 2;
    padding-left: calc(25%);
}
.v-service-feature-item h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}
.v-service-feature-item h3 small {
    display: block;
    font-size: 24px;
}
.v-service-feature-item p {
    font-size: 20px;
    margin: 0;
}
.v-service-feature-item .num {
    position: absolute;
    right: 20px;
    color: rgba(244, 245, 244, 1);
    font-size: 329px;
    font-weight: 700;
}



.v-service-new-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.v-service-new-banners a {
    min-width: 0;
    display: block;
    position: relative;
    background: linear-gradient(90deg, #D23349 0%, #B01227 100%);
    padding: 35px;
    min-height: 210px;
    border-radius: 10px;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}
.v-service-new-banners a .title {
    font-size: 45px;
    font-weight: 700;
    display: block;
    margin-bottom: 18px;
    color: white;
}
.v-service-new-banners a .btn {
    color: rgba(51, 51, 51, 1);
    background: white;
    display: inline-block;
    border-radius: 10px;
    padding: 24px;
    min-width: 283px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.v-service-new-banners a svg {
    position: absolute;
    top: 21px;
    right: 18px;
}




.v-service-new-reviews:not(.swiper-initialized) {
    display: flex;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.v-service-new-reviews.swiper:not(.swiper-initialized):before,
.v-service-new-reviews.swiper:not(.swiper-initialized):after {
    content: '';
    position: absolute;
    z-index: 3;
    display: block;
}
.v-service-new-reviews.swiper:not(.swiper-initialized):before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}
.v-service-new-reviews.swiper:not(.swiper-initialized):after {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: var(--red-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 5;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
}
.v-service-new-reviews {
    padding-bottom: 30px!important;
}
.v-service-new-reviews .swiper-pagination {
    bottom: 0!important;
}
.v-service-new-reviews .swiper-button-prev {
    transform: rotate(180deg);
}
.v-service-new-reviews .swiper-button-prev:after,
.v-service-new-reviews .swiper-button-next:after {
    display: none!important;
}

.v-service-new-reviews .item {
    border-radius: 10px;
    padding: 25px;
    border: 2px solid rgba(198, 198, 198, 1);
    width: 100%;
    height: auto;
}
.v-service-new-reviews .item .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.v-service-new-reviews .item .name {
    font-size: 30px;
    font-weight: 700;
}
.v-service-new-reviews .item .text {
    font-size: 22px;
}
.v-service-new-reviews .swiper-pagination-bullet {
    background: rgba(198, 198, 198, 1);
    width: 21px;
    height: 4px;
    margin: 0 4px!important;
}
.v-service-new-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 70px!important;
    background: rgba(190, 35, 56, 1);
}
.v-service-new-reviews .swiper-button-disabled {
    display: none!important;
}



.v-service-contacts-and-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 40px;
    align-items: start;
}
.v-service-contacts-and-form-wrapper > * {
    min-width: 0;
}

.v-service-contacts-bottom {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
}
.v-service-contacts-bottom .icon {
    width: 40px;
    height: 40px;
    background: rgba(190, 35, 56, 1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-service-contacts-bottom .icon svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}
.v-service-contacts-bottom .label {
    font-size: 26px;
    font-weight: 700;
    display: block;
}
.v-service-contacts-bottom a,
.v-service-contacts-bottom .work-time{
    text-transform: none;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
}
.v-service-contacts-bottom .val,
.v-service-contacts-bottom .time,
.v-service-contacts-bottom .time *,
.v-service-contacts-bottom .weekend {
    font-size: 26px;
}
.v-service-contacts-bottom .small {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}
@media (max-width: 1400px) {
    .vi-service-contacts-new {
        grid-template-columns: 1fr;
    }
    .vi-service-contacts-new,
    .vi-service-contacts-new .links {
        grid-gap: 20px;
    }

    .v-service-new-banners a svg {
        max-width: 180px;
    }
    .v-service-new-banners a .title {
        font-size: 30px;
    }
    .v-service-new-banners a .btn {
        font-size: 20px;
        min-width: 220px;
    }

    .v-service-contacts-and-form-wrapper {
        grid-template-columns: 1fr 2fr;
        grid-gap: 20px;
    }
}
@media (max-width: 1200px) {
    .v-service-page-new h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .mb50 {
        margin-bottom: 40px;
    }
    .v-service-text2col {
        grid-gap: 20px;
    }
    .v-service-feature-item .img img {
        left: -40%;
    }
    .v-service-feature-item:last-child .img img {
        left: -25%;
    }
    .v-service-feature-item .num {
        font-size: 228px;
    }
    .v-service-new-banners {
        grid-gap: 20px;
    }
    .v-service-new-banners a svg {
        max-width: 130px;
    }
    .v-service-contacts-and-form-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .v-service-contacts-bottom {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1024px) {
    .vi-service-contacts-new a {
        min-height: 89px;
        border-radius: 6px;
        padding: 20px;
        grid-gap: 20px;
    }
    .vi-service-contacts-new .icon {
        width: 48px;
        height: 48px;
    }
    .vi-service-contacts-new .icon svg {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }
    .vi-service-contacts-new .label,
    .vi-service-contacts-new .val{
        font-size: 17px;
    }
    .vi-service-contacts-new h3 {
        font-size: 20px;
        border: none;
        padding-bottom: 0;
        width: 100%;
        margin: 0;
    }
    .vi-service-contacts-new .work-time {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        padding: 20px;
    }
    .vi-service-contacts-new .small {
        border: none;
        padding-bottom: 0;
        margin: 0;
        font-size: 14px;
    }
    .vi-service-contacts-new .time *,
    .vi-service-contacts-new .time,
    .vi-service-contacts-new .weekend {
        font-size: 17px;
    }
    .vi-service-contacts-new .time {
        margin-bottom: 10px;
    }
    .v-service-new-banner .icon-desktop {
        display: none;
    }
    .v-service-new-banner .icon-mobile {
        display: block;
        margin-left: auto;
    }
    .v-service-new-banner .description {
        width: 100%;
        padding: 18px 18px 0 18px;
    }
    .v-service-new-banner {
        padding: 2px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }

    .v-service-faq-item .question * {
        font-size: 20px;
    }
    .v-service-faq-item .answer,
    .v-service-faq-item .answer * {
        font-size: 17px;
    }
    .v-service-faq-item .question svg {
        right: 20px;
    }
    .v-service-faq-item {
        margin-bottom: 20px;
    }
    .v-service-faq-item .answer {
        margin-top: 20px;
    }

    .v-service-text2col {
        grid-template-columns: 1fr;
        padding-left: 22px;
        padding-right: 22px;
    }
    .v-service-text2col h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .v-service-text2col p {
        font-size: 17px;
    }


    .v-service-feature-item .img {
        position: relative;
        height: 200px;
        width: 100%;
    }
    .v-service-feature-item .description {
        width: 100%;
    }
    .v-service-feature-item .num {
        font-size: 65px;
        right: 0;
        bottom: -20px;
    }
    .v-service-feature-item .img:before {
        width: 100%;
        height: 30%;
        bottom: 0;
        top: initial;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
    }
    .v-service-feature-item {
        min-height: 415px;
        display: block;
    }
    .v-service-feature-item .description {
        padding: 26px 11px;
    }
    .v-service-feature-item h3 {
        margin-bottom: 10px;
    }
    .v-service-feature-item h3,
    .v-service-feature-item small{
        text-align: center;
        font-size: 20px;
    }
    .v-service-feature-item p {
        font-size: 17px;
    }
    .v-service-feature-item .img img {
        left: 0!important;
        width: 100%;
    }
    .v-service-new-banners {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .vi-service-contacts-new .links {
        grid-template-columns: 1fr;
    }
    .v-service-new-banner h2 {
        font-size: 25px;
    }
    .v-service-new-banner p {
        font-size: 15px;
    }
    .v-service-contacts-bottom .label, .v-service-contacts-bottom .val, .v-service-contacts-bottom .time, .v-service-contacts-bottom .time *, .v-service-contacts-bottom .weekend {
        font-size: 20px;
    }
    .v-service-contacts-bottom .small {
        font-size: 17px;
        margin-bottom: 7px;
    }
}
@media (max-width: 580px) {
    .v-service-page-new h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .mb50 {
        margin-bottom: 30px;
    }
    .vi-service-contacts-new .work-time {
        background: none;
        border: none;
        padding: 0;
    }
    .v-service-new-banner .icon-mobile {
        width: 100%;
    }
    .v-service-new-banners a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 20px;
        min-height: 420px;
    }
    .v-service-new-banners a * {
        text-align: center;
    }
    .v-service-new-banners a svg {
        position: static;
        max-width: 90%;

    }
    .v-service-new-banners a .title {
        font-size: 25px;
        margin: 0;
    }
    .v-service-new-banners a .btn {
        width: 100%;
        font-size: 22px;

    }
    .v-service-contacts-bottom {
        grid-template-columns: 1fr;
    }
    .v-service-contacts-bottom .icon {
        width: 33px;
        height: 33px;
    }
    .v-service-contacts-bottom .icon svg {
        width: 16px;
        height: 16px;
    }
    .v-service-contacts-bottom a, .v-service-contacts-bottom .work-time {
        grid-gap: 13px;
    }
    .v-service-new-reviews .item .name {
        width: 100%;
        font-size: 20px;
        order: 2;
    }
    .v-service-new-reviews .item .top {
        flex-wrap: wrap;
    }
    .v-service-new-reviews .item {
        padding: 20px;
    }
    .v-service-new-reviews .item .text {
        font-size: 17px;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}