.content-wrapper {
    padding-top: 0 !important;
}
.page_favourite-client {
    position: relative;
}

.promo {
    background-color: #0c4da2;
    display: flex;
}

.promo__content {
    flex: 0 0 100%;
    display: flex;
}

.promo_image {
    flex: 0 0 49%;
    padding: 0 0 22.1% 0;
    transform: translateX(-100%);
    position: relative;
    pointer-events: none;
}

.promo_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.promo__body {
    color: #fff;
    width: 50%;
    padding: 52px 20px 76px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    position: relative;
}

.promo__body::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(12, 77, 162, 1) 7%, rgba(12, 77, 162, 0) 50%);
    pointer-events: none;
}

.promo__title {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Raleway', sans-serif;
}

.promo__descr {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 40px;
}

.promo__logo {
    padding-top: 40px;
    border-top: 1px solid #ffffff0f;
    width: 100%;
    pointer-events: none;
}

.conditions {
    padding: 100px 20px 0;
}

.conditions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: calc(30px + (55 - 30) * ((100vw - 360px) / (1920 - 360)));
    margin-top: calc(28px + (35 - 28) * ((100vw - 360px) / (1920 - 360)));
    margin-bottom: calc(30px + (50 - 30) * ((100vw - 360px) / (1920 - 360)));
}

.conditions__item {
    position: relative;
    display: flex;
}

.conditions__item img {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.content-wrapper .conditions__item p {
    padding-left: 37px;
    margin: 0;
}

.sect-bordered {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}

.sect-bordered {
    margin-top: 60px;
    margin-bottom: 70px;
}

.sect-bordered .btn {
    margin-top: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
}

.b24-form-outer {
    width: 100vw;
    height: 100vh;
    background-color: #00000050;
    z-index: 1000;
    position: absolute;
    transform-origin: center center;
    transition: 0.3s ease 0s;
}

.b24-form-close {
    position: absolute;
    right: -25px;
    top: -25px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 2em;
    background-color: #fff;
    z-index: 1001;
}

.b24-form-close:hover {
    background-color: #0F5AA5;
    color: #fff;
}

.b24-form {
    position: fixed;
    background: #fff;
    z-index: 2;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);

    transition: transform 0.4s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.b24-form-field-agreement .b24-form-field-agreement-link {
    padding: 20px;
}

.reviews {
    padding-right: 15px;
    padding-left: 15px;
}
#selectServiceForm {
    display: block !important;
}

#sw-app-d0b38e7fe3d9f3adbba07bc4fde7089c .sw-app-body {
    width: auto !important; /*перебиваем стили скрипта для исправления выравнивания блоков*/
}

@media (max-width: 767px) {
    .promo {
        flex-direction: column-reverse;
    }

    .promo__body {
        width: 100%;
    }

    .promo__body::before {
        left: -100%;
        top: -100%;
        width: 200vw;
        height: 100%;
        pointer-events: unset;
        background: linear-gradient(0deg, rgba(12, 77, 162, 1) 0%, rgba(12, 77, 162, 0) 50%);
    }

    .promo_image {
        flex: 0 0 100%;
        padding: unset;
        width: 100%;
        height: auto;
        transform: unset;
    }

    .promo_image img {
        position: relative;
    }

    .conditions__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sect-bordered .btn {
        width: 100%;
    }
}

@media (max-width: 359px) {
    .conditions__grid {
        grid-template-columns: 1fr;
    }

    .sect-bordered .btn {
        margin-top: 40px;
    }
}