@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

.header__logo,
.footer__logo {
    width: 180px;
}

.header__wrapper__cities {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
}

/*.header-menu__city {*/
/*    color: white;*/

/*    &:hover {*/
/*        color: #54c1ff;*/
/*    }*/
/*}*/

button {
    cursor: pointer;
}

.main-container {
    /*max-width: 1159px;*/
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.search-result-item {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 2px 2px 15px 0px rgba(23, 24, 35, 0.03);
    padding: 20px 30px;
    margin-bottom: 30px;
    display: block;
}

.search-result-item__title {
    color: #000;
    font-family: "Exo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.search-result-item__text {
    color: #292929;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-form {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 2px 2px 15px 0px rgba(23, 24, 35, 0.03);
    padding: 30px;
    margin-bottom: 30px;
}

.search-form-breadcrump {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #bab9c5;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-form-breadcrump div.active {
    color: var(--1, #54c1ff);
}

.search-form-wrap {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #bcc9e3;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.search-form__input {
    border: 0;
    padding: 15px;
    width: 100%;
    color: #000;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-form-wrap button {
    margin-right: 15px;
    border: none;
    background: none;
}

.page__buttons>a:not(.not-type) {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffc793;
}

.page__buttons>a:hover:not(.not-type),
.page__buttons>a.active {
    background: white;
    border-color: #e27c1d;
}

.page__buttons>a>img {
    width: 20px;
    height: auto;
}

.page-404 {
    padding-top: 100px;
}

.page-404__title {
    color: #1b1b1d;
    font-family: "Exo 2";
    font-size: 102px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

.page-404__text {
    color: #292929;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.page-404 .specialist__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.page-404-block {
    text-align: center;
    z-index: 1;
    position: relative;
}

.page-404__picture {
    margin-top: -200px;
}

.prices__entry {
    cursor: pointer;
}

.prices__entry-box {
    display: flex;
    justify-self: center;
    gap: 15px;
    width: max-content;
    margin-top: 45px;
}

.prices__inner .prices__entry {
    display: inline-block;
    margin-top: 15px;
}

.tinkoff-form {
    width: auto;
    background: #fff;
    padding: 35px;
}

.tinkoff-form .modal-custom__close {
    position: relative;
    right: -120%;
    top: 0;
}

.w-100 {
    width: 100% !important;
}

.blog__inner {
    gap: 25px;
}

.play-btn {
    background: white;
    border-radius: 50%;
    width: 133px;
    height: 133px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__video {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__video__cover {
    border-radius: 10px;
    position: absolute;
    min-width: 100%;
}

.licences .swiper-wrapper,
.articles-slider .swiper-wrapper,
.specialists .swiper-wrapper {
    height: auto;
}

.cooperation__inner .cooperation__text.img-left {
    max-width: 100%;
}

.cooperation__inner .cooperation__text.img-left img {
    margin: 15px;
    margin-left: 0;
    margin-top: 0;
    float: left;
}

.modal-entry__input {
    border: 1px solid #FFFFFF !important;
    border-radius: 20px !important;
    padding: 17px 20px !important;
    outline: 0 !important;
}

.select {
    width: 100%;
}

.select2-dropdown {
    z-index: 9999;
}

.select2-container {
    width: 100% !important;
    color: #fff;
}

.select2-container .select2-selection--single.select-toggle .select2-selection__rendered {
    padding: 0;
    color: #fff;
}

.prices__link-box .select2-selection__rendered {
    color: black !important;
}

.prices__link-box .select2-selection__arrow {
    height: 50px !important;
}

.select2-results {
    /* border-radius: 0 0 10px 10px; */
    border: 1px solid #a2a7b2;
    border-top: none;
    box-shadow: 0 4px 15px 0 rgba(23, 24, 35, 0.06);
    padding: 15px 6px 30px 15px;
    background: #2f2942;
}

.select2-results__option {
    margin-bottom: 10px;
}

.select2-results__option:not(:last-child) {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #a2a7b2;
}

.select2-results__option {
    padding: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #54c1ff;
    background: none;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
    background: none;
    padding: 0;
}

.select2-container--default .select2-results__option--highlighted:hover {
    background: none;
    color: #54c1ff;
}

.select2-container--default .select2-results__option--highlighted {
    padding: 0;
}

.select2-container .select2-selection--single.select-toggle {
    padding: 10px 20px 10px 15px;
    border-radius: 5px;
    border: 1px solid #a2a7b2;
    background-color: transparent;
    width: 100%;
    height: auto;
}

.modal-enroll-form-left {
    width: 390px;
}

.modal-enroll-form-right {
    width: 440px;
    border-radius: 10px;
    background: transparent;
    padding: 25px;
    box-sizing: border-box;
}

.enroll-body-form-choose-date {
    color: #8087aa;
    padding: 10px;
    text-align: center;
}

.enroll-body-form .modal-entry__submit {}

.enroll-body-form .modal-entry__timebox {
    margin-bottom: 30px;
}

.enroll-body-form {
    margin-top: 15px;
}

.complex-form {
    margin-top: 15px;
    width: 440px;
}

.complex-form-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.complex-form .modal-entry__payments {
    margin-top: 15px;
}

.complex-price {
    font-size: 16px;
    color: #fff;
}

.complex-price .price {
    text-decoration: line-through;
    margin-left: 10px;
}

.complex-price .discont {
    color: #54c1ff;
    font-size: 20px;
    margin-left: 10px;
}

.enroll-footer-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 35px;
}

.enroll-footer-form .custom-checkbox {
    max-width: 400px;
}

.hide {
    display: none;
}

.checkbox-style.error {
    border-color: red;
}

.custom-checkbox-p {
    padding-left: 20px;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.checkbox-style {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #a7c9f0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-online-pay:after {
    width: 15px !important;
    height: 15px !important;
    border-radius: 2px;
}

.custom-checkbox input[type="checkbox"]:checked+.cs-online-pay::after {
    background-color: #e27c1d !important;
}

.custom-checkbox input[type="checkbox"]:checked+.checkbox-style::after {
    background-color: #2196F3;
}

.checkbox-style:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked+.checkbox-style:after {
    display: block;
}

.checkbox-text-p {
    padding-left: 10px;
}

.checkbox-text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 30px;
}

.checkbox-text a {
    color: #e27c1d;
}

/* Стили для галочки в флажке */
.checkbox-style:after {
    content: "";
    width: 10px;
    height: 10px;
}

.text-danger {
    font-size: 14px;
    line-height: 17px;
    color: #ee0001;
    padding-top: 4px;
}

.modal-entry__input.error {
    border-color: #ee0001;
}

.specialist__button.pay {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #54c1ff;
    color: #54c1ff;
}

/* .page:after{
    content:"";
    width:521px;
    height:526px;
    border-radius:50%;
    position:absolute;
    bottom:-221px;
    left:-165px;
    opacity:.6;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(7%,rgba(201,229,255,0.3)),to(#c2e2ff));
    background:linear-gradient(180deg,rgba(201,229,255,0.3) 7%,#c2e2ff 100%);
    -webkit-filter:blur(100px);
    filter:blur(100px);
    z-index:1
} */
/* M O D A L */
.modal-inner {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .modal-enroll-form-left {
        width: 100%;
    }

    .modal-enroll-form-right {
        width: 100%;
    }

    .enroll-body-form {
        flex-direction: column-reverse;
    }

    .enroll-footer-form,
    .complex-form-row {
        flex-direction: column;
        gap: 10px;
    }

    .page-404__picture {
        margin-top: -100px;
    }

    .header__search {
        margin: 0 15px;
    }

    .header__search.open {
        position: absolute;
        left: 0;
        width: 90%;
    }

    .header__wrapper__cities {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 0 20px;
    }

    /*.selected-city__container {*/
    /*    margin-right: 10px;*/
    /*}*/

    .selected-city__container .dropdown-toggle__title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .page-404-block {
        margin-bottom: 20px;
    }

    .page-404__picture {
        margin-top: 0px;
    }

    .about__video a {
        transform: scale(0.5);
    }

    /*.prices__group:not(:last-child) {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*}*/
    .prices__group {
        display: flex;
        justify-content: space-between;
    }
}

.videoplayer--is-short-video-embed:not(.videoplayer--fullscreen) .videoplayer_media_provider {
    object-fit: contain !important;
}

.offer__buttons-block {
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 146px;
    align-items: flex-start;

    .offer__entry {
        margin-bottom: unset;
    }

    .offer__entry.secondary {
        display: block;
        background-color: #e7ba8e;
        font-size: 14px;
        text-transform: uppercase;
    }
}

.modal-zoom-order {
    container-type: inline-size;

    @container (width < 1108px) {
        .modal-entry__inner {
            grid-template-columns: 1fr !important;
            display: flex !important;
            flex-direction: column;
            padding: 15px !important;
            gap: 0 !important;

            #orderZoomConsultationForm {
                width: unset !important;
            }

            .modal-entry__submit {
                font-size: 10px !important;
                margin-bottom: 0 !important;
            }

            .right-picture {
                align-self: center !important;
                margin-top: 15px;
            }
        }
    }

    .modal-entry__inner {
        display: inline-grid;
        grid-template-columns: 1fr max-content;
        padding: 35px;
        max-width: unset;
        gap: 15px;
        color: white;

        .feedback__title {
            line-height: 115%;
        }

        .enroll-footer-form {
            margin-top: 25px;
        }

        .modal-entry__submit {
            font-size: 14px;
        }

        #orderZoomConsultationForm {
            width: 455px;
        }

        .modal-entry__form {
            padding: unset;
        }

        .modal-footer {
            color: white;
            grid-column-start: 1;
            grid-column-end: 3;
        }

        .success.response {
            font-size: 34px;
            font-weight: 500;
        }
    }
}

.service__content {
    .offer__entry.secondary {
        margin-top: 15px;
        background-color: #e7ba8e;
        font-size: 14px;
    }
}

.accordion:last-child .accordion__item {
    margin-bottom: 0;
    /*border: none;*/
}

.accordion__item {
    margin: 5px auto;
    border-bottom: 1px solid #a7c9f0;
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 13px 60px 15px 13px;
    margin-bottom: 2px;
    color: #202020;
    font-size: 20px;
    text-decoration: none;
    /*background-color: #eaeaea;*/
    border-radius: 5px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}

.accordion__item .accordion__title:hover {
    background-color: #e5e4e4;
    transition: all 0.5s ease-out;
}

.accordion__item .accordion-active {
    background-color: #e5e4e4;
}

.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 13px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    background-color: #54c1ff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
    transform: rotate(180deg);
}

.accordion__item .accordion__content {
    /*padding: 30px;*/
    margin-bottom: 15px;
    font-size: 14px;
    display: none;
    /*background-color: #f3f3f3;*/
}

.accordion__item .accordion__arrow-item {
    font-weight: 700;
}

.accordion__item .accordion__title-group {
    display: flex;
    justify-content: space-between;
}

.header__banners {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__banner {
    display: none;
    animation: fadeIn 3s;
}

.banner_close-button {
    cursor: pointer;
    font-size: 33px;
    position: absolute;
    right: 10px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.prices__main .prices__head .prices__item:after {
    /*content: "\00B7";*/
    position: relative;
    margin-left: 10px;
    color: #54c1ff;
}

.prices__main .prices__head .prices__item.sort-asc:after {
    content: "\25b4";
}

.prices__main .prices__head .prices__item.sort-desc:after {
    content: "\25be";
}

.prices__main .prices__head .prices__item.no-sort:after {
    content: none;
}

.prices__main .prices__head .prices__item-head:not(.no-sort) {
    text-decoration: underline;
}

.justify-between {
    justify-content: space-between;
}

/*-------------------------------------*/

.prices__search-input {
    border: 0;
    padding: 15px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 15px 0 rgba(23, 24, 35, 0.03);
}

.additional-tooltip,
.first-tooltip {
    font-size: 16px;
    display: none;
    min-width: 200px;
    background-color: #fff;
    color: #2d3336;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

    /* Позиционируем под элементом */
    top: 100% !important;
    left: 0 !important;
}

.price__box {
    position: relative;
}

.price__box .discount-tooltip {
    display: none;
    width: 195px;
    background-color: #fff;
    color: #2d3336;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    border: 1px solid black;

    top: 115%;
    margin-left: -73px;
    /* Use half of the width (120/2 = 60), to center the tooltip */

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.price__box .discount-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.custom_service {
    cursor: pointer;
    color: #e27c1d !important;
    font-size: 16px;
    min-width: 0;
}

.discount__title {
    word-break: break-word;
    max-width: 125px;
    /*margin-right: 0px;*/
}

.home-visit__inner {
    color: white;
    text-align: center;
    padding: 12px;
    font-size: 25px;
}

.spec__button {
    cursor: pointer;
    background-color: var(--accent-blue-color);
    color: #fff;
    border-radius: 39px;
    font-weight: 700;
    padding: 7px 6px 10px 6px;
}

.spec__button:hover {
    background-color: #e27c1d;
}

.cooperation__items .b2b__link {
    width: 100%;
    text-align: center;
}

.b2b__buttons {
    margin-top: auto;
}

.date-selection-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.date-nav-arrow {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(2px);
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    position: absolute;
    top: 35%;
    z-index: 1000;
}

#datePrev {
    left: -26px;
}

#dateNext {
    right: -26px;
}

.date-nav-arrow:hover {
    background: rgba(84, 193, 255, 0.25);
    border-color: #54c1ff;
}

.date-nav-arrow::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(315deg);
    margin-left: 2px;
}
#dateNext.date-nav-arrow::before {
    transform: rotate(135deg);
    margin-left: 0;
    margin-right: 2px;
}

@media screen and (max-width: 768px) {
    .date-nav-arrow { display: none; }
    .date-cards-wrapper { -webkit-overflow-scrolling: touch; }
}

.date-cards-wrapper {
    max-width: 850px;
    display: flex;
    /*gap: 10px;*/
    overflow-x: auto;
    justify-content: space-between;
    scroll-behavior: smooth;
    padding: 5px 0;
    flex: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.date-cards-wrapper::-webkit-scrollbar {
    display: none;
}

.date-card--any-street-available {
    border: solid 1px #54C1FF !important;
    color: #54C1FF !important;
}

.date-card {
    background: transparent;
    border: 1px solid white;
    border-radius: 12px;
    padding: 15px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 64px;
    flex-shrink: 0;
    color: #fff;
}

.date-card:hover {
    background: rgba(84, 193, 255, 0.2);
    border-color: #54c1ff;
    transform: translateY(-2px);
}

/*.date-card.selected {*/
/*    background: #fff;*/
/*    color: #54c1ff;*/
/*    border-color: #54c1ff;*/
/*    box-shadow: 0 4px 15px rgba(84, 193, 255, 0.3);*/
/*}*/

.date-card.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.date-card__day {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    opacity: 0.8;
}

.date-card__date {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.date-card__month {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
}

.time-slots-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.time-slot-button {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 9px 20px;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.time-slot-button:hover {
    background: rgba(84, 193, 255, 0.2);
    border-color: #54c1ff;
    transform: translateY(-1px);
}

.time-slot-button.selected {
    background: #fff;
    color: #2197DA;
    /*border-color: #2197DA;*/
    /*box-shadow: 0 2px 10px rgba(84, 193, 255, 0.3);*/
}

.time-slot-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.05);
}

.time-slot-button:disabled:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.05);
    border-color: #a2a7b2;
}

.date-card.today {
    background: white;
}

.date-card.today .date-card__day,
.date-card.today .date-card__date,
.date-card.today .date-card__month {
    color: #2197DA;
}

@media (max-width: 768px) {
    .date-cards-wrapper {
        /*gap: 8px;*/
    }

    .date-card {
        min-width: min-content;
        padding: 12px 15px;
    }

    .date-card__date {
        font-size: 18px;
    }

    .time-slots-grid {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
        gap: 8px;
    }

    .time-slot-button {
        padding: 9px 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .date-selection-container {
        gap: 10px;
    }

    .date-nav-arrow {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .date-card {
        min-width: 60px;
        padding: 10px 12px;
    }

    .date-card__date {
        font-size: 16px;
    }

    .time-slots-grid {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    }
}