.appointment-consult {
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
    padding: 0;
}
.appointment-consult__container {
    border: 1px solid #968158;
    padding: 24px;
    display: flex;
    gap:24px;
}
.appointment-consult__content {
    padding: 36px;
    width: 50%;
}
.appointment-consult__decor {
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.appointment-consult__decor:after {
    position: absolute;
    content:'';
    background-color: #968158;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.appointment-comnsult__desc {
    margin-bottom: 40px;
}
.appointment-consult__item {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}
.appointment-consult__icon {
    width: 30px;
}
.appointment-consult__text {
    width: calc(100% - 45px);
    color: #4F4F4F;
}
.appointment-consult__form {
    background-color: #968158;
    width: 50%;
    padding: 60px;
}
.appointment-consult__form label {
    color: #fff;
}
.appointment-consult__form input, .appointment-consult__form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 10px 0;
    color: #fff;
}
.appointment-consult__form input::placeholder, .appointment-consult__form textarea::placeholder {
    color: rgba(255,255,255,0.5) !important;
}
.appointment-consult__form .form-field.error .form-control {
    border:none;
    border-bottom: 1px solid #DE3618;
}
.appointment-consult__form .iti__selected-flag {
    padding-left: 0;
}
.appointment-consult__form .checkbox label:before {
    border: 1px solid #fff;
}
.appointment-consult__confirm {
    font-size: 16px;
    color: #fff;
}
.appointment-consult__confirm a {
    color: #fff;
    text-decoration: underline;
}
.appointment-consult__form .btn {
    max-width: 260px;
    color:#968158;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
.appointment-consult__form .btn:hover {
    background-color: rgba(255,255,255,0.6);
}
.js_intro-slider .intro__inner .btn-main--outline {
    background-color: #fff;
    color: #968158;
    border-color: #fff;
}
.js_intro-slider .intro__inner .btn-main--outline:hover {
    background-color: #968158;
    color: #fff;
    border-color: #968158
}
.js_intro-slider .block-theme--bg-primary-dark {
    position: relative;
}
.js_intro-slider .block-theme--bg-primary-dark:before {
    position: absolute;
    content:'';
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.js_intro-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
    background: #fff;
    opacity: 0.6;
}
.js_intro-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #968158;
}
.swiper-container-partner {
    overflow: hidden;
    
}
.swiper-container-partner .swiper-slide-partner {
    max-height: 265px;  
}

.swiper-container-partner a {
    padding: 17px;
    display: block;
    border: 1px solid #968158;;
}
.footer.footer {
    padding-top: 80px;
}
footer .footer__top {
    margin-bottom: 80px;
}
.publish + .partners {
    padding-top: 0;
}
.video-consult {
    padding-top: 0px !important;
    margin-top: -260px;
    margin-bottom: -60px;
}
.video-consult .info-section-book {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    gap: 120px;
    position: relative;
    transform: unset;
    padding-left: calc(50% - 1266px/2);
}
.video-consult__content {
    width: 50%;
}
.video-consult__img {
    width: 50%;
    margin: -120px 0;
    position: relative;
}
.video-consult__img:before {
    position: absolute;
    content:'';
    border: 1px solid #968158;
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    top: 60px;
    left: 60px;
    z-index: 1;
}
.video-consult__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-consult ul {
    margin-bottom: 40px;
}
.video-consult ul li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 18px;
}
.video-consult ul li:last-child {
    margin-bottom: 0;
}
.video-consult ul li:before {
    position: absolute;
    content:'';
    background: #968158;
    height: 1px;
    width: 24px;
    left: 0;
    top: 10px;
}
.video-consult .btn {
    font-size: 18px;
}

@media screen and (max-width: 1440px) {
    .register-animation {
        min-height: 1000px !important;
    }
    .video-consult .info-section-book {
        padding-left: calc(50% - 1000px/2);
    }
}

@media screen and (max-width: 1201px) {
    .video-consult {
        margin-bottom: 0;
    }
    .video-consult .info-section-book {
        overflow: hidden;
    }
    .video-consult__img {
        margin: -80px 0;
    }
}

@media screen and (max-width: 1000px) {
    .appointment-consult__container {
        flex-direction: column;
    }
    .appointment-consult__content, .appointment-consult__form {
        width: 100%;
    }
    .appointment-consult {
        margin-bottom: 70px;
    }
    .video-consult .info-section-book {
        padding-left: 16px;
    }
    .register-animation {
        min-height: 1750px !important;
    }
}

@media screen and (max-width: 767px) {
    .appointment-consult__container {
        padding: 0;
    }
    .appointment-consult__content {
        padding: 24px;
    }
    .appointment-consult__item:last-child {
        margin-bottom: 0;
    }
    .appointment-consult__form {
        padding: 24px;
    }
    .video-consult__img {
        display: none;
    }
    .register-animation {
        min-height: 1450px !important;
    }
    .video-consult__content {
        width: 100%;
    }
    .video-consult .info-section-book {
        padding: 60px 16px;
    }
    .video-consult .btn {
        max-width: 260px;
    }
    .video-consult .info-section__decor-holder {
        align-items: flex-start;
    }
}