@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    src: url(/assets/fonts/roboto-light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url(/assets/fonts/roboto-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url(/assets/fonts/roboto-bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icomoon';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(/assets/fonts/icomoon.woff);
}

[class^="icon-"], [class*=" icon-"] {
    font-family: icomoon;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-odnoklassniki:before { content: "\e90c"; color: #f4731c; }
.icon-telegram:before     { content: "\e90d"; color: #2ca5e0; }
.icon-vk:before           { content: "\e90e"; color: #4680c2; }
.icon-whatsapp:before     { content: "\e90f"; color: #25d366; }
.icon-youtube:before      { content: "\e910"; color: red; }
.icon-arrow-up:before     { content: "\e900"; }
.icon-check:before        { content: "\e901"; }
.icon-chevron-down:before { content: "\e902"; }
.icon-chevron-left:before { content: "\e903"; }
.icon-chevron-right:before{ content: "\e904"; }
.icon-clock:before        { content: "\e906"; }
.icon-help-circle:before  { content: "\e907"; }
.icon-map-pin:before      { content: "\e908"; }
.icon-menu:before         { content: "\e90a"; }
.icon-minus:before        { content: "\e905"; }
.icon-phone:before        { content: "\e909"; }
.icon-phone-call:before   { content: "\e911"; }
.icon-search:before       { content: "\e90b"; }

.iconn {
    font-size: 20px;
    color: #62bfff;
    padding-right: 5px;
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-weight: 400;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', "Arial", sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #00213e;
}

.header, .header-middle {
    background: #6dc4ff0a;
}

.btn, .label-block .city-change, .menu > li > a, .off-canvas .canvas-title, .header-right a, .ppp {
    text-align: center;
}

.btn, :focus, button:focus, input:focus {
    outline: 0;
}

.dropdown-box, .menu li > ul {
    top: -9999px;
    transform: translate3d(0, -10px, 0);
}

.btn i, .divider, .submenu > a:after, img {
    vertical-align: middle;
}

.responsive-image {
    width: 100%;
    height: auto;
    max-width: 460px;
}

.roi {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.ppp, h1 {
    line-height: 1.5;
    color: #00213e;
}

.d-none, .d-sm-show, .mfp-hide {
    display: none !important;
}

h1 {
    font-size: 33px;
    margin-bottom: 30px;
    font-weight: 900;
    opacity: .8;
    text-transform: uppercase;
    margin-block-start: 0;
    color: #1a3d5d;
}

.page-wrapper {
    transition: margin .4s;
}

.header-middle {
    border-bottom: 1px solid #f2f4f6;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #00213e;
}

.header-bottom, .header-middle {
    display: flex;
}

.consultation {
    padding: .5em 1em;
    background-color: #037fd5;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown a, .footer-bottom, .footer-bottom .container, .header .container, .header-left, .header-right, .menu {
    display: flex;
    align-items: center;
}

.container {
    max-width: 1220px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.header-left {
    flex: 1;
}

.mobile-menu-toggle {
    display: none;
    margin-right: 2rem;
    font-size: 2.5rem;
    color: #00213e;
}

a {
    text-decoration: none;
    color: inherit;
}

.pp {
    font-size: 2.6rem;
    margin-block-start: .83em;
    margin-block-end: .83em;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    opacity: .8;
}

.ppp {
    font-size: 20px;
    font-weight: 900;
    opacity: .8;
    text-transform: uppercase;
}

.padres, .potziv {
    font-weight: 700;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.service-card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px #62bfff1a;
    transition: transform .3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card strong {
    color: #1a3d5d;
    font-size: 20px;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 35px;
}

.service-card strong:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #62bfff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat center;
    background-size: 16px;
    border-radius: 6px;
}

/* ─────────────────────────────────────────────── */
/*                Стили попапа формы               */
/* ─────────────────────────────────────────────── */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: none;
}

.feedback-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    max-width: 460px;
    width: 92%;
    padding: 32px 28px;
}

.feedback-container {
    text-align: center;
}

.feedback-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a3d5d;
    margin: 0 0 8px;
    line-height: 1.2;
}

.feedback-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin: 0 0 28px;
    line-height: 1.45;
}

.form-group {
    margin-bottom: 18px;
    position: relative;
}

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 16px;
    color: #1f2937;
    background: #f9fafb;
    transition: all 0.25s ease;
}

.form-control:focus {
    border-color: #62bfff;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(98, 191, 255, 0.18);
    outline: none;
}

.form-control::placeholder {
    color: #9ca3af;
}

/* Чекбоксы */
.checkbox-group {
    margin: 20px 0 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14.5px;
    color: #4b5563;
    cursor: pointer;
    user-select: none;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    accent-color: #62bfff;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-label span a {
    color: #62bfff;
    text-decoration: underline;
    transition: color 0.2s;
}

.checkbox-label span a:hover {
    color: #1a3d5d;
}

/* Затемнение имени при анонимности */
#universalName:disabled,
#universalName[readonly] {
    background: #f1f5f9 !important;
    opacity: 0.65;
    color: #6b7280;
    cursor: not-allowed;
    border-color: #e2e8f0;
}

/* Кнопка отправки */
.submit-btn {
    width: 100%;
    padding: 15px;
    background: #62bfff;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background: #4aa5e6;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(98, 191, 255, 0.35);
}

.submit-btn:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Сообщение об успехе / ошибке */
#formMessage {
    margin-top: 16px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14.5px;
    text-align: center;
}

#formMessage.success {
    background: #dcfce7;
    color: #166534;
}

#formMessage.error {
    background: #fee2e2;
    color: #991b1b;
}

/* Крестик закрытия */
.mfp-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    color: #64748b;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.mfp-close:hover {
    color: #1e293b;
    transform: rotate(90deg);
}

/* ===== Контакты (простая версия) ===== */
.contacts-simple {
    background: #fff;
    margin-bottom: 50px;
}


/* Контактные элементы */
.contacts-list {
    margin-bottom: 10px;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.contact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #eef6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #62bfff;
    font-size: 20px;
    line-height: 1;
}
.contact-text {
    flex: 1;
}
.contact-text strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #1a3d5d;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contact-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #4a5568;
}
.contact-text a {
    color: #62bfff;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
    transition: border-color 0.2s;
}
.contact-text a:hover {
    border-bottom-color: #62bfff;
}
.contact-note {
    display: inline-block;
    font-size: 14px;
    color: #718096;
    margin-left: 5px;
}

/* Реквизиты */
.company-details h3,
.social-simple h3,
.route-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a3d5d;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.company-details p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 10px;
}
.company-details strong {
    color: #1a3d5d;
}

/* Соцсети */
.social-simple-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px;
}
.social-simple-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: #f7fafc;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #1a3d5d;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
    text-decoration: none;
}
.social-simple-link i {
    font-size: 18px;
    color: #62bfff;
    transition: color 0.2s;
}
.social-simple-link:hover {
    background: #62bfff;
    border-color: #62bfff;
    color: #fff;
}
.social-simple-link:hover i {
    color: #fff;
}
.social-discount {
    font-size: 15px;
    color: #2d3748;
    background: #e6fffa;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
}

/* Схема проезда (правая колонка) */
.route-simple {
    background: #f9fbfd;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}
.route-map {
    margin-bottom: 25px;
}
.route-map img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
}
.route-description h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a3d5d;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.route-description h3 i {
    color: #62bfff;
    font-size: 22px;
}
.route-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

/* Адаптация для мобильных */
@media (max-width: 767px) {
    .contact-item {
        gap: 12px;
    }
    .contact-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    .contact-text strong {
        font-size: 16px;
    }
    .contact-text p {
        font-size: 15px;
    }
    .social-simple-links {
        flex-direction: column;
        gap: 8px;
    }
    .social-simple-link {
        width: 100%;
        justify-content: center;
    }
    .route-simple {
        padding: 20px;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .contact-item {
        align-items: center;
    }
    .contact-text strong {
        margin-bottom: 2px;
    }
}

/* Мобильная адаптация формы */
@media (max-width: 480px) {
    .feedback-popup {
        padding: 24px 20px;
    }
    .feedback-title {
        font-size: 21px;
    }
    .feedback-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .submit-btn {
        padding: 14px;
        font-size: 15px;
    }
    .checkbox-label {
        font-size: 14px;
    }
}

/* ─────────────────────────────────────────────── */
/*              Остальные стили                     */
/* ─────────────────────────────────────────────── */

.work-steps {
    counter-reset: step;
    margin-top: 2rem;
}

.work-steps li {
    position: relative;
    padding: 2rem;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px #62bfff1a;
    padding-left: 80px;
}

.work-steps li:before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #62bfff;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.2rem;
}

.step-content strong {
    font-size: 17px;
    text-transform: uppercase;
    color: #1a3d5d;
}

.btn {
    white-space: nowrap;
}

.padres {
    font-size: 20px;
    opacity: 1;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.vision:hover {
    opacity: 1;
}

.dropdown-box, .menu li>ul, .off-canvas .canvas-overlay {
    opacity: 0;
    visibility: hidden;
}

i {
    font-style: normal;
}

.header-middle .logo {
    margin-right: 4rem;
    margin-bottom: .1rem;
    max-width: 200px;
}

.logo img {
    display: block;
    margin-top: -6px;
    width: 115px;
    height: 47px;
}

.btn, .btn i, .header-right a {
    display: inline-block;
}

img {
    height: auto;
}

.header-search.hs-simple {
    flex: 1;
    margin-right: 4rem;
    max-width: 37rem;
    height: 44px;
}

.as_spinner {
    width: 32px;
    margin: auto;
    display: none;
}

.header-search .input-wrapper {
    display: flex;
    position: relative;
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mfp-arrow-right, .off-canvas.opened .dropdown-box, .owl-full .owl-nav .owl-next, .owl-nav-full:hover .owl-next, .owl-nav-inner .owl-nav .owl-next, .owl-theme .owl-nav .owl-next {
    right: 0;
}

.mb-0 {
    margin-bottom: 20px;
    display: block;
}

.header-search.hs-simple input.form-control, input.form-control, textarea.form-control {
    border: 2px solid transparent;
    font-family: inherit;
    background-color: #f0f5f9;
    color: #62bfff;
}

.header-search input.form-control, input.form-control, textarea.form-control {
    flex: 1;
    min-width: 40px;
    padding: 1.3rem 1.5rem;
    background-color: #eee;
    font-size: 16px;
}

.input-wrapper input.form-control {
    flex: 1;
    min-width: 40px;
    font-size: 1.2rem;
}

.btn i:before, .input-wrapper>button, .input-wrapper>input, blockquote {
    margin: 0;
}

input {
    border: 0;
    padding: 0;
}

.header-search .btn-search {
    padding: 0;
    min-width: 40px;
    background-color: #62bfff;
    border: 0;
    color: #fff;
    font-size: 2rem;
}

.ico {
    width: 25px;
    height: 25px;
}

.btn {
    border: 2px solid #e4eaec;
    background-color: #e4eaec;
    color: #00213e;
    padding: 8px 30px;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.header-search .btn-search i, .off-canvas .btn-search i {
    height: 44px;
    line-height: 44px;
    margin: 0 .1rem 0 0;
    vertical-align: middle;
    font-size: 2rem;
}

.btn i {
    margin-left: .4rem;
    line-height: 0;
    font-size: 1.9rem;
}

.header-right {
    margin-left: auto;
}

.header-right a {
    align-items: center;
}

.infoo, .p1 {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px;
}

.mb-1 {
    margin-bottom: .5rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.header .adres-toggle {
    margin-bottom: .5rem;
}

.adres-toggle {
    margin-bottom: 1rem;
}

.adres-toggle, .work-toggle {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.icon-mobile span {
    margin-left: 23px;
}

.label-block .city-name {
    margin-bottom: 0;
    font-size: 18px;
}

.label-block span, .logo-footer, .logo-footer img {
    display: block;
}

.header-right .icon-phone:hover, .header-search.hs-simple .btn-search:hover, .label-block .city-toggle, .testimonial-footer .testimonial-publ, a:hover {
    color: #62bfff;
}

.header-search.hs-simple .btn-search, .off-canvas .btn-search {
    position: absolute;
    background: 0 0;
    color: #c3deed;
    min-width: 48px;
    height: 100%;
    border-radius: 5px;
    right: 0;
}

.label-block .city-change {
    font-size: 16px;
    font-weight: 400;
}

.phone {
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 18px;
}

.off-canvas .canvas-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: #0000004d;
    z-index: 2998;
}

.container-new {
    display: flex;
    justify-content: space-between;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
}

.left-block {
    flex-basis: 57%;
    background-color: #3d9fe3c7;
    padding: 25px;
    border-radius: 11px;
}

.info-icons {
    display: flex;
    justify-content: space-between;
}

.infoo {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: left;
}

.info-item {
    flex-basis: calc(23% - 6px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f8ff;
    border-radius: 8px;
}

.info-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.info-item p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.phone-container {
    justify-content: center;
    margin-bottom: 20px;
}

.phone-container button {
    background-color: #f0f8ff;
    color: #0a2030;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.popup {
    background-color: #fff;
    box-shadow: 0 0 10px #00000080;
    z-index: 1000;
    display: none;
    border: 2px solid #4CAF50;
    flex-direction: column;
    max-width: 400px;
    overflow: hidden;
    transition: opacity .3s;
    position: absolute;
}

.popup p {
    text-align: center;
    margin: 10px 0;
    padding: 10px;
}

.phone-container input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.p1 {
    font-size: 21px;
}

.right-block {
    background-color: #cce5f6b3;
    flex-basis: 40%;
    text-align: center;
    position: relative;
    display: inline-block;
    border-radius: 11px;
    z-index: 1;
    overflow: hidden;
}

.right-block img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.right-block::before {
    content: "";
    background-image: url(/img/new/subtract.png);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 49%;
    z-index: 0;
}

.right-block p {
    color: #fff;
    text-align: center;
}

.right-block h2, .right-block p {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.h22 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 900;
}

.off-canvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -54rem;
    max-width: 54rem;
    width: 100%;
    height: 100vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 2999;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dropdown-box {
    position: absolute;
    right: 0;
    width: 100%;
    color: #00213e;
    background-color: #fff;
    box-shadow: 0 5px 30px 2px #0003;
    z-index: 19;
}

.menu .submenu>a, .menu li, .menu>li>a, .row>* {
    position: relative;
}

.dropdown-box a, .dropdown-box span {
    padding: .5rem 1rem;
    font-weight: 400;
}

.dropdown-box a {
    font-size: 20px;
}

.btn-close, .header-middle p {
    transition: color .3s;
}

.btn-dark, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    border-color: #00213e;
    background-color: #00213e;
}

.btn-link {
    color: #00213e;
    border: 0;
    background-color: transparent;
}

.btn-icon-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mt-1 {
    margin-top: 3rem !important;
}

.dropdown-box span {
    font-size: 14px;
}

.off-canvas .btn-close i {
    margin-right: 0;
    font-size: 1.9rem;
}

.menu li, .menu ul {
    line-height: 1.5;
}

.pt-5 {
    padding-top: 2.5rem !important;
}

.row, .ajax-snippet {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-around;
}

.canvas-header-top {
    margin-bottom: 1rem;
}

.cosial {
    width: 36px;
    height: 36px;
}

.ajax-snippet>div {
    width: 100%;
}

/* Сообщения об успехе/ошибке */
#formMessage {
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
}

#formMessage.success {
    background-color: #d4edda;
    color: #155724;
}

#formMessage.error {
    background-color: #f8d7da;
    color: #721c24;
}

/* Крестик закрытия */
.mfp-close {
    color: #00213e;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.mfp-close:hover {
    opacity: 1;
}

@media(min-width:480px) and (max-width:574px) {
    .ajax-snippet>div {
        width: 50%;
    }
}

.row>* {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.divider {
    display: inline-block;
    margin-right: 30px;
    height: 2.5rem;
    width: 1px;
}

.adres-label img {
    order: 1;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 5px;
}

.adres-name, .icon-box, .work {
    order: 2;
}

.header-right .icon-box-content img {
    top: -2px;
    position: relative;
    order: 1;
}

.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.off-canvas:hover .dropdown-box, .sticky-content.fix-top {
    top: 0 !important;
}

.header-bottom {
    padding-top: 1rem;
    padding-bottom: .9rem;
    color: #00213e;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #f2f4f6;
}

.accordion .collapsed, .sticky-content .logo {
    display: none;
}

.main-nav {
    margin: 0 0 0 .3rem;
}

ul {
    padding-left: .5em;
}

.menu>li {
    margin-right: 3rem;
}

.menu li a {
    padding: .2rem 0 .2rem 1rem;
    font-size: 16px;
}

.menu>li>a {
    padding: 14px 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
}

.menu a {
    display: inline-block;
}

.menu>li>a:after {
    margin-left: .8rem;
    position: relative;
    height: 0;
    width: 15px;
}

.menu>.submenu>a {
    z-index: 10;
}

.menu .submenu>a {
    display: block;
}

.submenu>a:after {
    display: inline-block;
    position: absolute;
    margin-top: 2px;
    right: .5rem;
    top: 50%;
    line-height: 0;
    font-family: icomoon;
    font-weight: 700;
    font-size: 1.1rem;
    color: inherit;
    content: "";
}

.menu li>ul {
    min-width: 31rem;
    background: #fff;
    position: absolute;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px #0000001a;
    z-index: 1041;
}

.menu>li>ul {
    left: -1.9rem;
}

.menu ul {
    padding: 2rem 0;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.menu li>ul li {
    padding: 0 2rem;
}

.menu li>ul>li>ul {
    min-width: 40rem;
}

.menu>li:last-child, .social-link:last-child {
    margin-right: 0;
}

.btn.btn-ellipse {
    border-radius: 50px;
}

.btn-primary {
    color: #fff;
    border-color: #62bfff;
    background-color: #62bfff;
}

.header-bottom .header-right {
    margin-right: .3rem;
}

.ml-2 {
    margin-left: 1rem !important;
}

.pb-10 {
    padding-top: 30px;
}

.vision {
    opacity: .7;
}

.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #00213e;
    opacity: 0;
}

.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 10001;
    opacity: 0;
}

.mobile-menu-close i {
    font-size: 2.8rem;
    color: #ebeef0;
}

.mobile-menu-container {
    max-width: 325px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #00213e;
    box-shadow: 1px 0 5px #00000080;
    transform: translateX(-296px);
}

.scrollable::-webkit-scrollbar {
    height: 7px;
    width: 4px;
}

.mobile-menu-container.scrollable::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: #0000001a;
    border-radius: 7px;
}

.scrollable::-webkit-scrollbar-thumb {
    cursor: pointer;
    margin-right: 2px;
    background: #00000040;
    border-radius: 5px;
}

.mobile-menu-container .input-wrapper {
    display: flex;
    margin-bottom: .6rem;
    height: 4rem;
}

.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    color: #00213e;
    border: 1px solid #fff;
    border-right: 0;
    background-color: #f0f5f9;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    width: 4rem;
    background-color: #62bfff;
    border-color: #62bfff;
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.mobile-menu-container .input-wrapper .btn-search i {
    margin: .5rem 0;
    font-size: inherit;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
}

.form-control::-moz-placeholder {
    color: inherit;
}

.label-block .city-name:after {
    content: none;
}

.card-body {
    display: none;
}

.card-body.active {
    display: block;
}

.expand {
    cursor: pointer;
}

.post-details>* {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.shop-table, .cart-table, .code-template, .overlay-dark {
    padding-top: 20px;
}

.appear-animation-visible, .category-dropdown.has-border.menu-fixed:before, .list-arrow li.show:before, .list-arrow li:hover:before, .off-canvas.opened .canvas-overlay, .owl-carousel .slide-animate.show-content, .owl-nav-inner:hover .owl-next, .owl-nav-inner:hover .owl-prev, .product-slideup:hover .product-action, .product:hover .product-action, .product:hover .product-action-vertical, .ratings-full:hover .tooltiptext, .sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box, .sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
    visibility: visible;
    opacity: 1;
}

.comment-user h4 span, .inner-video.paused video, .inner-video.playing video, .label-block span, .label-down span, .logo-footer, .logo-footer img, .no-js .owl-carousel, .owl-carousel.owl-loaded, .payment img, .product-thumbs-wrap img, .title-simple, .toggle-menu {
    display: block;
}

.doctors-section {
    margin-bottom: 80px;
}

.doctor-section .banner-one-col>.row, .service-section .banner-one-col>.row {
    flex-direction: column-reverse;
    align-items: center;
}

.doctor-section .banner-one-col>.row .banner.x-50, .service-section .banner-one-col>.row .banner.x-50 {
    text-align: center;
    transform: translateY(0) !important;
}

@media (min-width:768px) {
    .doctor-section .banner-one-col>.row {
        flex-direction: row;
        align-items: flex-end;
    }
    .service-section .banner-one-col>.row {
        flex-direction: row;
        align-items: center;
    }
}

@media(max-width:767px) {
    .iconn {
        font-size: 30px;
    }
    .banner-fixed.banner-coll>.container {
        position: absolute;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .banner.banner-fixed.banner-coll .banner-content {
        position: static !important;
        width: 100% !important;
        transform: translateY(0) !important;
    }
    .banner.banner-fixed.banner-coll figure {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner-fixed.banner-coll>.container {
        padding-bottom: 15px;
    }
    .banner.banner-fixed.banner-coll .banner-content {
        width: 60%;
        transform: translateY(0) !important;
    }
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.advantage-item {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 25px #62bfff14;
    transition: transform .3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
}

.advantage-item strong {
    color: #1a3d5d;
    font-size: 2.2rem;
    display: block;
    margin-bottom: .8rem;
}

.advantage-item p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 15px;
    text-align: center;
}

.detox-steps {
    background: #f8fbff;
    padding: 0 2rem 2rem;
    border-radius: 12px;
    margin: 2rem 0;
    border-left: 4px solid #62bfff;
    margin-top: 40px;
}

.detox-title {
    color: #1a3d5d;
    font-size: 24px;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 40px;
}

.detox-title:before {
    content: "➤";
    color: #62bfff;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 29px;
}

.howto-block {
    margin-top: 1.5rem;
}

.procedure-name {
    display: block;
    color: #62bfff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 18px;
}

.step-item {
    margin: 1.2rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #62bfff1a;
    position: relative;
    padding-left: 50px;
}

.step-item:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #62bfff;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.step-description {
    color: #1a3d5d;
    line-height: 1.6;
    font-size: 16px;
    display: block;
}

@media (max-width: 768px) {
    .phone-container button {
        font-size: 13px;
    }
    .detox-title {
        font-size: 20px;
        padding-left: 30px;
    }
    .detox-title:before {
        font-size: 22px;
        left: -5px;
    }
    .step-item {
        padding-left: 40px;
    }
    .step-item:before {
        left: 10px;
        width: 20px;
        height: 20px;
    }
}

.banner-coll {
    height: 47rem;
}

.banner-coll figure {
    height: 100%;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #00213e;
    font-size: 15px;
    line-height: 1.9;
}

.breadcrumb .delimiter {
    margin: 0 .7em;
    font-size: 16px;
    opacity: .5;
}

.breadcrumb.default-breadcrumb {
    justify-content: left;
    padding-top: 20px;
}

.breadcrumb li:last-child, .testimonial-footer span, .vendor-footer {
    opacity: .6;
}

.block-service {
    height: 100%;
    border: 1px solid #ebeef0;
    border-radius: 10px;
    padding: 20px;
}

.tab-pane {
    padding: 3.5rem 0;
    line-height: 2;
}

.title-service {
    font-size: 24px;
    color: #62bfff;
}

.banner-one-col .banner-content {
    padding-bottom: 60px;
    position: relative;
}

.owl-carousel {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    margin-bottom: 1px;
    float: left;
}

.banner figure img, .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    user-select: none;
}

.owl-carousel .owl-nav [class*=owl-], .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-theme .owl-nav {
    position: absolute;
    width: auto;
    top: -50px;
    right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    z-index: 99;
    display: inline-block;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #ebebeb;
    background: 0 0;
    cursor: pointer;
    border-radius: 50px;
    transition: .3s;
}

.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
    color: #fff;
    border-color: #2b579a;
    background: #2b579a;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .8;
    cursor: default;
}

.owl-theme .owl-nav .owl-next.disabled, .owl-theme .owl-nav .owl-prev.disabled {
    color: #d9d9d9;
}

.owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 15px;
}

.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
    margin: 0;
    transform: translateY(-50%);
    font-weight: 400;
    color: #62bfff;
    border-color: #62bfff;
    font-size: 2rem;
    width: 40px;
    height: 40px;
}

img.mfp-img {
    width: auto;
    height: auto;
    display: block;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%;
}

.mfp-figure, img.mfp-img {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: block;
    background: 0 0;
    box-shadow: none;
}

.mfp-bg {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    opacity: 1;
    position: fixed;
    left: 0;
    background: #00000080;
    backdrop-filter: saturate(130%) blur(14px);
}

.mfp-img-mobile.mfp-ready .mfp-figure {
    opacity: 1;
}

.mfp-arrow, .mfp-bottom-bar, .mfp-container, .mfp-counter, .mfp-figure:after, .mfp-preloader {
    position: absolute;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    overflow-wrap: break-word;
    padding-right: 36px;
}

.mfp-counter {
    top: 0;
    right: 10px;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    user-select: none;
}

.mfp-preloader {
    color: #00213e;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-close-btn-in .mfp-close, .owl-full.owl-nav-dark .owl-nav [class*=owl-] {
    color: #333;
}

.mfp-bg {
    background: #fff;
    opacity: .5;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
}

.mfp-container {
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-preloader {
    color: #00213e;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    top: 0;
    right: 10px;
    color: #00213e;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}

.mfp-arrow:after {
    top: 8px;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 8px #0009;
}

.mfp-figure:after {
    content: '';
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px #0009;
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    overflow-wrap: break-word;
    padding-right: 36px;
}

.bounce-loader, .category-group-icon .category-media, .doctors-section .image-box, .icon-box .icon-box-content, .scroll-top, .vendor-personal {
    text-align: center;
}

.city-change, .header-middle .login-link span, .header-search.hs-expanded .select-box, .header-search.hs-expanded .select-box select, .header-top .login-link, .header-top .login-toggle, .header-top .register-link, .header-top .register-toggle, .mfp-gallery .mfp-image-holder .mfp-figure, .ratings-full, .search-toggle span, a>.overlay {
    cursor: pointer;
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    position: static;
    display: inline;
    margin: 0;
    border: 0;
}

.mfp-arrow-left, .pswp__button--arrow--left {
    left: 10%;
}

.mfp-arrow-left:before, .pswp__button--arrow--left:before {
    content: "";
    font-family: icomoon;
}

.mfp-content>* {
    position: relative;
    margin: auto;
    box-shadow: 5px 5px 20px #1a1a1a1a;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-gallery .mfp-content>* {
    position: relative;
    margin: auto;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: 0;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    transform: rotateZ(135deg);
}

.mfp-content .mfp-close {
    top: 12px;
    right: 15px;
    width: 16px !important;
    height: 16px !important;
}

.mfp-wrap .mfp-close {
    top: 20px;
    right: 20px;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.list-type-check ul, ol li {
    padding-left: 1rem;
}

.mfp-close {
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-bg, .sticky-content.fixed {
    opacity: 1;
    left: 0;
}

.newsletter-pop1 {
    display: flex;
    max-width: 72rem;
    background-position: 60% center;
    padding: 3rem;
    border-radius: 0;
}

.newsletter-popup {
    text-align: center;
    background-size: cover;
    border-radius: 1rem;
}

.w-100 {
    width: 100% !important;
}

.list-type-check li, ol li {
    position: relative;
}

.d-flex {
    display: flex;
    align-items: stretch;
}

.justify-content-center {
    justify-content: center !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
    text-transform: uppercase;
}

.text-body, .text-dark {
    color: #00213e !important;
}

.text-primary {
    color: #62bfff;
}

.bg-primary {
    background-color: #62bfff !important;
}

h2 {
    font-size: 26px;
    opacity: .8;
    text-align: left;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1a3d5d;
}

h3 {
    line-height: 1.5;
    color: #3d6b99;
    margin: 1.5rem 0;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    padding-top: 30px;
}

p {
    line-height: 1.6;
}

blockquote, p {
    opacity: .9;
    text-align: left;
    padding: 0;
}

.shop-table cart-table {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-name {
    font-size: 17px;
    font-weight: 400;
    opacity: 1;
    text-align: left;
    padding: 0;
}

.testimonial-footer span {
    opacity: .6;
}

.howto-section, .advantages, .cta-section {
    border-radius: 12px;
    box-shadow: 0 4px 15px #62bfff1a;
    padding-bottom: 40px;
}

.cta-section h2 {
    text-align: center;
}

.cta-section button {
    background-color: #F11;
}

.howto-section {
    background: #f8fbff;
    border-left: 4px solid #62bfff;
}

.professional-section {
    background: #fff;
}

.section-title {
    text-align: center;
    color: #1a3d5d;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.medical-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.medical-card {
    background: #f8fbff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e3f2ff;
    transition: .3s;
}

.medical-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px #62bfff1a;
}

.medical-icon {
    width: 60px;
    height: 60px;
    background: #62bfff1a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.medical-icon svg {
    width: 50px;
    height: 50px;
}

.medical-card h3 {
    color: #1a3d5d;
    margin-bottom: 1rem;
    font-weight: 600;
}

.medical-card p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 15px;
}

.howto-section h2 {
    color: #1a3d5d;
    margin-bottom: 1.5rem;
    font-size: 26px;
}

.howto-section h3 {
    color: #62bfff;
    margin: 1.5rem 0;
    font-size: 22px;
}

.advantages {
    background: linear-gradient(135deg, #f8fbff 0%, #e6f3ff 100%);
}

.advantages h2 {
    color: #1a3d5d;
    margin-bottom: 1.5rem;
}

.advantages ul {
    list-style: none;
    padding-left: 0;
}

.advantages li {
    padding: 1rem;
    margin: .5rem 0;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding-left: 40px;
}

.advantages li:before {
    content: "✓";
    color: #62bfff;
    font-weight: 700;
    position: absolute;
    left: 15px;
    top: 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

table td {
    padding: 1.2rem;
}

table tr:last-child td {
    border-bottom: none;
}

table tr:nth-child(even) {
    background: #f8fbff;
}

table td:first-child {
    color: #1a3d5d;
    font-weight: 500;
}

table td:last-child {
    color: #62bfff;
    font-weight: 700;
    text-align: center;
}

ol, ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

ol li, ul li {
    margin: .8rem 0;
    line-height: 1.6;
}

.cta-section {
    background: #62bfff;
    text-align: center;
    color: #fff;
}

.cta-section p {
    font-size: 19px;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 2;
    color: #1a3d5d;
}

.btn-primary {
    background: #62bfff;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-weight: 600;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background: #4aa5e6;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px #62bfff66;
}

.advantages-section .icon-box {
    padding: 50px 4px;
    background: #cce5f6b3;
    border-radius: 10px;
}

.list-type-check li, ol li {
    opacity: .9;
}

.list-type-check li {
    padding-left: 2.5rem;
    opacity: .9;
    margin-bottom: 10px;
}

.skills.list-type-check>li:before {
    display: block;
    position: absolute;
    left: -5px;
    top: 1px;
    font-family: icomoon;
    content: "";
    font-weight: 600;
    font-size: 18px;
    color: #62bfff;
}

.cart .shop-table td, .cart .shop-table th {
    padding: 2rem;
    text-align: left;
}

.cart .shop-table th {
    font-size: 18px;
    font-weight: 700;
}

.seo-section h2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 70px;
}

.cols-1>* {
    max-width: 100%;
    flex: 0 0 100%;
}

.split-line>:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 3rem);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ebebeb;
}

.mt-0 {
    margin-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-2 {
    margin-top: 1rem !important;
}

.mb-2 {
    margin-bottom: 1rem !important;
    opacity: .8;
}

.pb-3 {
    padding-bottom: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
    text-align: left;
}

.pt-4 {
    padding-top: 2rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.mb-5 {
    margin-bottom: 6rem;
}

.pb-7 {
    padding-bottom: 3.5rem !important;
}

.mt-8 {
    margin-bottom: 20px;
}

.pt-8 {
    padding-top: 7rem !important;
}

.mr-1 {
    margin-right: .5rem !important;
}

.pr-7 {
    padding-right: 2.5rem !important;
}

.footer-middle .widget-body li:last-child {
    margin-bottom: 0;
}

.banner-radius {
    border-radius: 1rem;
    overflow: hidden;
}

.banner-button-hide:not(:hover) .btn {
    margin: 0;
    visibility: hidden;
    opacity: 0;
}

.product-single {
    color: inherit;
}

.image-box-name {
    font-size: 20px;
    font-weight: 700;
    opacity: .8;
}

.count-to {
    display: inline-block;
    margin-bottom: 1.6rem;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}

.btn:active, .btn:focus, .btn:hover {
    color: #00213e;
    border-color: #cfdadd;
    background-color: #cfdadd;
}

.btn-outline {
    border: 2px solid #e4eaec;
    color: #666;
    background-color: transparent;
}

.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    border-color: #666;
    background-color: #666;
    color: #fff;
}

.btn-link:active, .btn-link:focus, .btn-link:hover {
    background-color: transparent;
}

.btn-primary.btn-outline {
    color: #62bfff;
    border-color: #62bfff;
    background-color: transparent;
}

.btn-primary.btn-outline:active, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover {
    background-color: #62bfff;
    color: #fff;
}

.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
    color: #00213e;
    border-color: #fff;
    background-color: #fff;
}

.dark-theme .btn-outline:not(:hover), .dark-theme .btn-white:not(:hover) {
    border-color: #666;
    color: #fff;
}

.category {
    position: relative;
    font-size: 1rem;
}

.no-backgrond .social-link:not(:hover), .no-border .social-link:not(:hover) {
    background: 0 0;
}

.comment {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.d-icon-arrow-up:before {
    content: "";
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    transition: color .3s;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%;
}

.icon-box-icon {
    display: inline-block;
}

.card-header span {
    text-align: left;
    text-transform: uppercase;
}

.box-title {
    text-transform: none;
    font-size: 18px;
    opacity: .8;
    font-family: 'Roboto', sans-serif;
}

.icon-box-icon {
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 0;
    color: #00213e;
}

.newsletter-pop2 .social-link:not(:hover), .newsletter-pop2 .social-link:not(:hover):before, .product-single .rating-reviews:not(:hover), .social-default .social-link:not(:hover), .social-link-template .inline-links .social-link:not(:hover) {
    color: #999;
}

.overlay-dark, .overlay-dark figure, .overlay-zoom figure {
    overflow: hidden;
}

.overlay-dark figure:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00213e;
    opacity: 0;
    transition: opacity .3s, background .3s, transform .3s;
}

.grid-item .certificate:hover a:before, .overlay-dark:hover figure:after {
    opacity: .2;
}

.overlay-zoom {
    overflow: hidden;
    text-align: center;
}

.overlay-zoom img {
    transition: transform .3s;
}

.overlay-zoom:hover img {
    transform: scale(1.08);
}

.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow .3s;
    width: 101%;
}

.product-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: .5s;
}

.product-media img:last-child {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    left: 0;
    object-fit: cover;
}

.product-media img:first-child {
    position: relative;
    opacity: 1;
    pointer-events: none;
}

.footer p {
    font-size: inherit;
}

.product-price {
    margin-bottom: .3rem;
    font-size: 21px;
}

.cart .shop-table td:first-child, .cart .shop-table th:first-child {
    width: 80%;
}

.cart .shop-table td:last-child, .cart .shop-table th:last-child {
    width: 30%;
}

.shop-table.cart-table .product-price {
    margin: 0;
    height: 100%;
    align-items: center;
    display: flex;
}

.product-price {
    display: block;
    align-items: center;
    flex-wrap: wrap;
}

.ratings-container {
    display: flex;
    align-items: center;
    margin-left: 1px;
    line-height: 30px;
    margin-bottom: 1.2rem;
    font-size: 12px;
}

.ratings-full {
    position: relative;
    font-family: icomoon;
}

.ratings-full:before {
    content: "" "" "" "" "";
    color: #62bfff;
    font-family: icomoon;
}

.social-link:hover, input.form-control:hover, textarea.form-control:hover {
    border-color: #62bfff;
}

.product-form .btn-cart:hover:not(:disabled), .product-form .btn-external:hover:not(:disabled) {
    background-color: #1d57ad;
}

.social-links {
    flex-wrap: wrap;
    align-items: center;
}

.social-links.rounded-link .social-link:not(:hover), .social-links.square-link .social-link:not(:hover) {
    color: #fff;
    background-color: #ebeef0;
}

.social-link {
    margin: 2px 8px 2px 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    border: 2px solid #ccc;
    transition: color .4s, border .4s, background .4s;
    text-align: center;
}

.card-header a:after {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.card-header {
    font-size: 16px;
    color: #00213e;
}

.accordion-simple .card {
    border-top: 1px solid #ebeef0;
}

.card-header a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 3rem 0 0;
}

.card-header a:after {
    right: .5rem;
    font-family: icomoon;
    font-size: 1.8rem;
    font-weight: 400;
    color: #00213e;
}

.expand:after {
    content: "";
}

.card-body {
    padding: 1.3rem .5rem;
}

.widget-title {
    border-bottom: 1px solid #ebeef0;
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2;
}

.grid-item .instagram {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.grid-item .instagram img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.grid-item .instagram:hover img {
    transform: scale(1.15);
}

.grid-item .certificate img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.grid-item .certificate a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00213e;
    opacity: 0;
    transition: opacity .3s, background .3s;
    z-index: 1;
}

.header-middle p {
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
    color: #00213e;
    line-height: 20px;
}

.footer .welcome {
    color: #445d70;
    margin: 0;
    padding: 1rem 0;
    font-size: 14px;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.5;
}

.social-vk::before {
    content: "";
    font-family: icomoon;
    color: #07f;
}

.social-ok::before {
    content: "";
    font-family: icomoon;
    color: #ed812b;
}

.social-tg::before {
    content: "";
    font-family: icomoon;
    color: #08c;
}

.seo-section li>p {
    margin-left: 10px;
}

.footer-middle .social-links {
    margin-top: 20px;
}

.dropdown:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 23px;
    transform: translate3d(0, 0, 0);
}

.menu li:hover>a:not(.menu-title) {
    color: #62bfff;
    transition: color .3s;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: -2rem;
    transform: translate3d(0, 0, 0);
}

.menu>li:hover>ul {
    top: 100%;
}

.footer {
    font-size: 14px;
    background: #f0f5f9;
}

.social-link {
    letter-spacing: .3em;
    border: none;
    font-size: 14px;
    display: flex;
}

.ph-pn {
    letter-spacing: 1px;
}

.social-link:hover {
    color: #00213e;
    background: 0 0;
}

.footer .widget-title {
    border-bottom: none;
}

.page-content {
    min-height: 150px;
}

.logo-footer img {
    margin-bottom: 30px;
}

.footer-middle {
    padding: 4.2rem 0 1.8rem;
}

.footer-middle .widget {
    margin-bottom: 3rem;
}

.footer-middle .widget-title {
    padding: .6rem 0;
    margin-bottom: .9rem;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00213e;
}

.footer-middle .widget-body {
    padding: 8px 0 0;
    color: #445d70;
}

.footer-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer-bottom {
    padding: 2.6rem 0 3rem;
    border-top: 2px solid #e1ebf1;
}

.banner-2 .btn-dark:not(:hover) {
    background-color: #222c;
    border-color: #2220;
}

.banner-background .social-link:not(:hover) {
    border: 2px solid;
    background-color: #fff9;
}

.d-icon-search:before {
    content: "";
}

.d-icon-bars2:before {
    content: "";
}

.d-icon-times:before {
    content: "";
}

.d-icon-arrow-up:before {
    content: "";
}

.d-icon-arrow-right:before {
    content: "";
}

.d-icon-arrow-left:before {
    content: "";
}

.d-icon-angle-left:before {
    content: "";
}

.d-icon-angle-right:before {
    content: "";
}

.faq-section .card-body {
    padding-top: 0;
}

.faq-section .card-body p {
    margin-top: 0;
}

.btn.btn-ellipse {
    cursor: pointer;
}

.product-media:hover img:first-child {
    opacity: 1;
}

.submenu>a::after {
    content: "";
}

@media (max-width:379px) {
    .header-middle .logo {
        margin-left: 0;
    }
    .advantages-section .icon-box {
        padding: 50px;
    }
}

@media (max-width:400px) {
    .mobile-menu-close {
        left: calc(100vw - 40px);
        top: 10px;
    }
}

@media (max-width:479px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .off-canvas .dropdown-box {
        max-width: 30.4rem;
    }
}

@media (max-width: 576px) {
    .feedback-popup {
        padding: 25px;
        margin: 20px;
    }
    .feedback-title {
        font-size: 20px;
    }
    .form-control {
        padding: 10px 15px;
        font-size: 14px;
    }
    .submit-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width:280px) {
    .icon-mobile span {
        margin: 0 0 0 19px;
    }
}

@media (max-width:480px) {
    .header-middle .logo {
        margin-right: 0;
        margin-left: 15px;
    }
    .header-middle .divider {
        display: none;
    }
    .header-middle .icon-box {
        margin-right: 1rem;
    }
    .icon-box.icon-phone {
        margin: 0;
    }
}

@media (max-width:575px) {
    .off-canvas .canvas-title {
        font-size: 20px;
    }
    .newsletter-pop1 {
        background-image: none !important;
    }
}

@media (min-width:576px) {
    .col-sm-12, .cols-sm-1>* {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width:767px) {
    .f-center {
        justify-content: space-between;
        align-items: flex-start !important;
    }
    .f-center .footer-center {
        text-align: left;
        width: 100%;
        order: 3;
    }
    .price-item-wrap {
        flex-wrap: wrap;
    }
    .col-item-5 .price-item {
        width: 100%;
    }
    .header-middle .header-search, .overlay-dark figure:after {
        display: none;
    }
    .off-canvas .btn-close {
        font-size: 12px;
    }
    .btn:not(.btn-underline):not(.btn-search):not(.btn-close) {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .banner-title, h1 {
        text-align: center;
    }
    .grid-item .instagram img {
        height: auto;
    }
    .testimonial-info, .vendor-personal {
        padding: 20px;
        text-align: center;
    }
    .cart .shop-table td:first-child, .cart .shop-table th:first-child {
        width: 60%;
    }
    .cart .shop-table td:last-child, .cart .shop-table th:last-child {
        width: 40%;
    }
    .counter {
        background-color: #3d9fe3c7;
        border-radius: 11px;
        padding: 9px;
        align-items: center;
        gap: 7px;
    }
    .count-to {
        font-size: 28px;
    }
    .btn--know-more {
        display: block;
        width: fit-content !important;
        margin: 20px auto;
    }
    .card-header span {
        font-size: 14px;
        padding: 1px;
    }
    .text-white {
        text-align: center;
    }
}

@media (max-width:768px) {
    p {
        line-height: 1.8;
    }
    .seo-section h2 {
        text-align: center;
    }
    .advantages-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .cta-section p {
        font-size: 20px;
        line-height: 1.5;
    }
    .medical-grid {
        grid-template-columns: 1fr;
    }
    .container--services {
        padding-top: 10px;
    }
    .count-title, .icon-box .icon-box-title {
        font-size: 19px;
        opacity: .9;
    }
    .icon-box-icon {
        margin-bottom: 0;
    }
    .advantages-section .icon-box {
        padding: 30px;
        margin-bottom: 30px;
        display: flex;
        align-content: center;
        align-items: center;
    }
    .count-to {
        font-size: 50px;
        display: contents;
        color: #f0ffff;
    }
    .container-new {
        flex-direction: column;
        padding: 20px;
    }
    .left-block {
        flex-basis: 100%;
        margin-bottom: 20px;
        padding: 15px;
    }
    .right-block {
        flex-basis: 100%;
    }
    .info-icons {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .infoo {
        text-align: center;
    }
    .info-item {
        flex-basis: 48%;
        margin-bottom: 20px;
        align-items: center;
        display: flex;
        flex-direction: column;
        background-color: #f0f8ff;
        border-radius: 8px;
    }
    .info-item p {
        text-align: center;
    }
    .phone-container input {
        width: calc(100% - 25px);
        margin-bottom: 10px;
    }
    .phone-container button {
        width: 100%;
    }
    .left-block h2, .right-block p {
        font-size: 20px;
    }
}

@media (min-width:768px) {
    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-md-6, .cols-md-2>* {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .col-md-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-md-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .banner-title--consult {
        text-align: left;
        font-size: 20px;
        text-transform: uppercase;
        opacity: 1;
    }
}

@media (max-width:991px) {
    .footer-bottom, .footer-bottom>.container {
        display: flex;
        flex-wrap: wrap;
    }
    .header-middle {
        border-bottom: none;
    }
    .mobile-menu-toggle {
        display: block;
    }
    .header-middle .header-right {
        justify-content: flex-end;
    }
    .d-sm-show {
        display: flex !important;
    }
    .d-lg-show {
        display: none !important;
    }
    .header .main-nav, .header-middle .header-right .divider {
        display: none;
    }
    .header-middle .icon-box {
        margin-right: 1.5rem;
    }
    .mobile-menu-container input.form-control {
        border-radius: 50px 0 0 50px;
    }
    .vendor-button {
        display: block;
    }
    .footer-middle {
        padding: 4.8rem 0;
    }
    .footer-middle .widget-body {
        padding: 0;
    }
    .footer-middle .row>div:last-child .widget {
        margin-bottom: 1rem;
    }
}

@media (min-width:992px) {
    .col-lg-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-lg-6, .cols-lg-2>* {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-lg-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-lg-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .mr-lg-2 {
        margin-right: 1rem !important;
    }
    .ml-lg-4 {
        margin-left: 2rem !important;
    }
    .pt-lg-5 {
        padding-top: 2.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 2.5rem !important;
    }
    .count-to:after {
        content: "+";
    }
    .image-box img {
        pointer-events: none;
    }
    .image-box-job {
        font-size: 16px;
        opacity: .8;
    }
    .count-title {
        opacity: .8;
        line-height: 1.4em;
        margin-bottom: .7rem;
        font-size: 19px;
    }
}

@media (max-width:1199px) {
    .header-middle .logo {
        margin-right: 2rem;
    }
    .main-nav .menu>li {
        margin-right: 1.5rem;
    }
    .menu>li>a {
        font-size: 16px;
    }
}

@media (min-width:1200px) {
    .cols-xl-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-xl-4>* {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .container--services {
        display: flex;
        column-gap: 40px;
        padding-top: 30px;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .btn--know-more {
        display: none;
    }
    .container--services .description {
        width: 67%;
        margin-top: 10px;
    }
    .col-md-4, .cols-md-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .container--services .slide-img-wrap {
        width: 50%;
        align-self: center;
    }
}

@media (max-width: 767px) {
    .container--services .slide-img-wrap {
        display: none;
    }
    .banner-title, h1 {
        padding: 10px 0 7px;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        opacity: 1;
    }
}

.grid-item .instagram img {
    height: auto;
}

.cta-button {
    padding: 0;
    border: none;
    background: none;
}

.consultation {
    padding: .5em 1em;
    background-color: #037fd5;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultation__text {
    margin: 0;
    color: #fff;
    font-size: 1em;
    line-height: 120%;
    text-align: center;
}

.consultation__text-decor {
    padding: 0 3px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.input-group>button, .input-group>input, .select-box select:focus, .select-menu select:focus, :focus, button:focus, input:focus {
    outline: 0;
}

.label-block .city-change, .menu>li>a, .mobile-menu, .off-canvas .canvas-title, [class*=icon-moon-], [class^=d-icon-]:before, [class^=icon-moon-] {
    text-transform: none;
}

/* Исправлено: добавлена закрывающая скобка */
[class^=d-icon-]:before {
    font-family: icomoon;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
}

.dropdown-box, .menu, .menu ul, .mobile-menu, .mobile-menu ul {
    list-style-type: none;
}

.menu li, .menu ul, .mobile-menu {
    line-height: 1.5;
}

.mobile-menu-container .mobile-menu {
    margin-bottom: .5rem;
    background: #00213e;
}

.mobile-menu {
    color: #ebeef0;
    font-size: 1.2rem;
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #0b324c;
}

.mobile-menu>li:first-child {
    padding-top: .5rem;
}

.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.3rem .6rem 1.3rem 1rem;
    font-size: 16px;
}

.mobile-menu ul {
    display: none;
    width: 100%;
}

.mobile-menu li li a {
    padding-left: .4rem;
}

.mobile-menu li li li a {
    padding-left: .6rem;
}

.mobile-menu>li:last-child {
    padding-bottom: .5rem;
}

.mobile-menu li i {
    line-height: 0;
    margin-right: 1rem;
    font-size: 2rem;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 1px;
}

.breadcrumb li:not(:last-child), .btn-quickview:hover, .category-light:hover .category-name a:after, .fade.in, .inner-video.paused .post-media:hover .video-play, .inner-video.paused .video-play, .inner-video.playing .post-media:hover .video-play, .mfp-arrow:focus, .mfp-arrow:hover, .mfp-fade.mfp-wrap.mfp-ready .mfp-content, .mfp-ready .mfp-content>*, .mmenu-active .mobile-menu-close, .owl-nav-full:hover .owl-nav, .pfaq, .post-mask:hover .btn-link, .product-classic .btn-quickview, .product-list .btn-quickview, .product-media:hover img:last-child, .product-thumbs-wrap button:not(.disabled):hover, .vision:hover, input[type=radio]:checked~label:after {
    opacity: 1;
}

.mfp-fade.mfp-bg.mfp-ready, .mmenu-active .mobile-menu-overlay {
    opacity: .8;
}

.mmenu-active, .overlay-dark, .overlay-dark figure, .overlay-effect1, .overlay-effect1 figure, .overlay-effect2, .overlay-effect2 figure, .overlay-effect3, .overlay-effect3 figure, .overlay-effect4, .overlay-effect4 figure, .overlay-light, .overlay-light figure, .overlay-zoom figure, .product-action-vertical .product-slideup-content, .split-line {
    overflow: hidden;
}

.category-dropdown.dropdown.show .dropdown-box, .category-dropdown.dropdown.show:after, .mmenu-active .mobile-menu-wrapper, .product-details .product-action {
    visibility: visible;
}

.mobile-menu-toggle.menu-bar:after, .mobile-menu-toggle.menu-bar:before {
    content: "";
    display: block;
    width: 100%;
}

.mobile-menu-toggle.menu-bar:before {
    height: 11px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.mobile-menu-toggle.menu-bar:after {
    height: 9px;
    border-bottom: 2px solid;
}

.mmenu-anim, .mmenu-anim>li {
    transition: transform .4s, opacity .3s;
    transition-timing-function: cubic-bezier(.5, 0, .3, 1);
}

.mmenu-anim {
    transform: translateY(30%);
}

.mmenu-anim>li:first-child {
    opacity: 0;
    transform: translateY(50px);
}

.mmenu-anim>li:nth-child(2) {
    opacity: 0;
    transform: translateY(100px);
}

.mmenu-anim>li:nth-child(3) {
    opacity: 0;
    transform: translateY(150px);
}

.mmenu-anim>li:nth-child(4) {
    opacity: 0;
    transform: translateY(200px);
}

.mmenu-anim>li:nth-child(5) {
    opacity: 0;
    transform: translateY(250px);
}

.mmenu-anim>li:nth-child(6) {
    opacity: 0;
    transform: translateY(300px);
}

.mmenu-anim>li:nth-child(0) {
    opacity: 0;
    transform: translateY(0);
}

.mmenu-anim>li:nth-child(7) {
    opacity: 0;
    transform: translateY(350px);
}

.mmenu-anim>li:nth-child(8) {
    opacity: 0;
    transform: translateY(400px);
}

.mmenu-anim>li:nth-child(9) {
    opacity: 0;
    transform: translateY(450px);
}

.mmenu-anim>li:nth-child(10) {
    opacity: 0;
    transform: translateY(500px);
}

.mmenu-anim>li:nth-child(11) {
    opacity: 0;
    transform: translateY(550px);
}

.mmenu-anim>li:nth-child(12) {
    opacity: 0;
    transform: translateY(600px);
}

.mmenu-active .mmenu-anim, .mmenu-active .mmenu-anim>li {
    opacity: 1;
    transform: translateY(0);
}

.mmenu-active .page-wrapper {
    margin-left: 296px;
    margin-right: -296px;
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0);
}

.btn i, .divider, .mfp-container:before, .submenu>a:after, img {
    vertical-align: middle;
}

.mfp-container, html, img.mfp-img {
    box-sizing: border-box;
}

.btn, .mfp-counter {
    white-space: nowrap;
}

.btn i:before, .category-default1 .category-name, .category-overlay .category-name, .grid.gutter-no, .icon-box i:before, .icon-box-side .icon-box-title, .input-wrapper>button, .input-wrapper>input, .mfp-figure figure, .owl-nav-bottom .owl-nav i:before, .owl-nav-top .owl-nav i:before, .owl-theme .owl-nav .owl-next i:before, .owl-theme .owl-nav .owl-prev i:before, .post .btn i:before, .product-form .btn-cart i:before, .product-form .btn-external i:before, .product-list-sm .ratings-container, blockquote {
    margin: 0;
}

input {
    border: 0;
    padding: 0;
}

.btn-link, .btn.btn-link, .footer .widget-about .widget-body, .grid.gutter-no .grid-item, .megamenu ul, .mfp-product .product-single .product-details, .off-canvas .dropdown-box .login-popup, .product-single.product-sticky-both .product-details, .product.text-center .product-cat, .tab .tab-pane {
    padding: 0;
}

.accordion .collapsed, .accordion .expanding, .custom-radio input, .mfp-align-top .mfp-container:before, .mfp-close-btn-in .mfp-close span, .mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader, .mobile-search, .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn, .owl-nav-arrow .owl-nav .owl-next i, .owl-nav-arrow .owl-nav .owl-prev i, .product-thumbs-wrap>button, .product.product-with-qty .btn-cart i, .rotate-slider .owl-nav .owl-prev, .sticky-content .logo {
    display: none;
}

.mfp-arrow:before, .vision {
    opacity: .7;
}

.mfp-fade.mfp-bg.mfp-removing, .mfp-fade.mfp-wrap.mfp-removing .mfp-content, .mfp-removing .mfp-content>* {
    opacity: 0;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-close-btn-in .mfp-close, .owl-full.owl-nav-dark .owl-nav [class*=owl-] {
    color: #333;
}

.mfp-bg {
    background: #fff;
    opacity: .5;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
}

.mfp-arrow, .mfp-bottom-bar, .mfp-container, .mfp-counter, .mfp-figure:after, .mfp-preloader {
    position: absolute;
}

.mfp-container {
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    user-select: none;
}

.mfp-preloader {
    color: #00213e;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    top: 0;
    right: 10px;
    color: #fff;
}

.mfp-img-mobile.mfp-ready .mfp-figure {
    opacity: 1;
}

.mfp-product .product {
    padding: 2rem 1rem;
}

.mfp-arrow {
    color: #444;
}

.mfp-product .product-details {
    position: relative;
}

.mfp-product .pr-md-3, .pr-md-3 {
    padding-right: 1.5rem !important;
}

.mfp-product .row {
    margin: 0 -1.5rem;
}

.mfp-product .row>.col-md-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.mfp-product .product-gallery {
    margin-bottom: 0;
}

@media (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty, .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: #0009;
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #0009;
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.owl-carousel .owl-item .product-media img {
    height: 255px;
}

.owl-theme .owl-dots {
    margin-top: 30px;
}

.owl-simple .owl-dots, .owl-theme .owl-dots {
    line-height: 0;
    text-align: center;
}

.label-down i, .menu a, .owl-full .owl-dots .owl-dot, .owl-simple .owl-dots .owl-dot, .owl-theme .owl-dots .owl-dot, .product-single .product-action, .vertical-menu>li>a {
    display: inline-block;
}

.owl-carousel .owl-nav [class*=owl-], .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    user-select: none;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #62bfff !important;
    border-color: #62bfff !important;
    width: 8px;
}

.banner.overlay-light figure:after, .out-of-stock, .overlay-light figure>a:after, .owl-theme .owl-dots .owl-dot.active span {
    background: #ccc;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 10px;
    width: 8px;
    height: 8px;
    border: .1rem solid #d7d7d7;
    background: 0 0;
    display: block;
    transition: .3s;
    border-radius: 30px;
}

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6;
}

.toggle-btn:before {
    content: "";
    display: block;
    font-size: 1.7rem;
    font-weight: 100;
    font-family: icomoon;
    line-height: 1;
    transition: transform .5s;
}

.show>a .toggle-btn:before {
    transform: rotate(630deg);
}
/* ========== ИСПРАВЛЕННЫЙ БАННЕР КОНСУЛЬТАЦИИ ========== */
.banner-fixed {
    position: relative;
    overflow: hidden;
    height: 35rem;
    margin-top: 4rem; /* отступ сверху от предыдущей секции */
}

.banner-fixed .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.banner-fixed .banner-content {
    width: 50%;
    padding: 3rem 4rem 3rem 3rem; /* увеличен отступ справа */
    color: #fff;
}

.banner-fixed figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin: 0;
    z-index: 1;
}

.banner-fixed figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 187% center; /* смещение, чтобы лицо не обрезалось */
}

.banner-fixed .banner-title {
    font-size: 2.4rem; /* 24px – меньше, чем было */
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
}

.banner-fixed p {
    font-size: 1.7rem; /* 17px – как основной текст сайта */
    line-height: 1.5;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    color: #fff;
    font-weight: 400;
}

.banner-fixed .btn {
    display: inline-block;
    padding: 1.2rem 3rem;
    font-size: 1.6rem; /* 16px – как в форме */
    font-weight: 500;   /* уменьшили жирность */
    border-radius: 40px;
    background-color: #00213e;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0,33,62,0.2);
}

.banner-fixed .btn:hover {
    background-color: #1a3d5d;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,33,62,0.3);
}

/* Адаптация для планшетов */
@media (max-width: 991px) {
    .banner-fixed .banner-content {
        width: 60%;
        padding: 2.5rem;
    }
    .banner-fixed figure {
        width: 40%;
    }
    .banner-fixed .banner-title {
        font-size: 2.2rem;
    }
    .banner-fixed p {
        font-size: 1.6rem;
    }
}

/* Адаптация для мобильных */
@media (max-width: 767px) {
    .banner-fixed figure {
        display: none; /* картинка убирается */
    }
    .banner-fixed .banner-content {
        width: 100%;
        text-align: center;
        padding: 2.5rem 1.5rem;
    }
    .banner-fixed .container {
        justify-content: center;
    }
    .banner-fixed .banner-title {
        font-size: 2rem;
    }
    .banner-fixed p {
        font-size: 1.5rem;
    }
    .banner-fixed .btn {
        padding: 1rem 2.5rem;
        font-size: 1.5rem;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .banner-fixed {
        height: auto;
        min-height: 30rem;
    }
    .banner-fixed .banner-title {
        font-size: 1.8rem;
    }
    .banner-fixed p {
        font-size: 1.4rem;
    }
}

/* Возвращаем исходные ширины колонок для врачей */
.doctors-section .row .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.doctors-section .row .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

/* Адаптивные изображения */
.doctors-section .post-media {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.doctors-section .post-media img {
    width: 100%;
    height: auto;
    object-fit: contain; /* чтобы фото не обрезалось, можно использовать cover, если хотим заполнить контейнер */
    max-width: 100%;
    display: block;
}

/* Корректировка отступов и шрифтов для компактности */
.doctors-section .post-details {
    padding-left: 15px; /* вернём стандартный отступ */
}
.doctors-section .post-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    word-break: break-word;
}
.doctors-section .post-content {
    font-size: 15px;
    margin-bottom: 0.3rem;
}
.doctors-section .btn {
    padding: 8px 16px;
    font-size: 14px;
}

/* Адаптация для мобильных */
@media (max-width: 767px) {
    .doctors-section .row [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .doctors-section .post-media {
        margin-bottom: 15px;
    }
    .doctors-section .post-media img {
        width: 100%;
        height: auto;
    }
    .doctors-section .post-details {
        padding-left: 0;
        text-align: center;
    }
}

.card-body {
    display: none;
}
.card-body.active {
    display: block;
}