/* Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Template Styles */
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3 {
    text-align: center;
}

h1 {
    font-size: 36px;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: 400;
    color: #0341b0;
}

h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: 400;
    /* color: #0341b0; */
}

.clear-both {
    clear: both;
}

.marked-text {
    color: #0341b0;
    text-align: left;
}

.text-two-colomns {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.text-two-colomns>div {
    width: 50%;
}

.literatura-list h3 {
    text-align: left;
}

.literatura-auther,
.literatura-auther a {
    color: #0341b0;
    font-size: 24px;
}

.literatura-auther a {
    text-decoration: underline;
}

.literatura-auther h3 {
    display: inline;
}

.literatura-auther .article-check {
    color: #333333;
    font-size: 17px;
}

.new-year {
    background-image: url(../img/new-year.webp);
    background-repeat: no-repeat;
    background-position: right;
}

/* Header Begin */
.header {
    width: 100%;
    -webkit-box-shadow: -2px 4px 19px -10px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -2px 4px 19px -10px rgba(34, 60, 80, 0.2);
    box-shadow: -2px 4px 19px -10px rgba(34, 60, 80, 0.2);
    /* border-top: 3px solid #fe065c; */
}

.header-content-wrapper,
.connects-wrapper,
.messengers-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.header-content-wrapper {
    justify-content: space-between;
}

.top-phone {
    margin: 2px auto 0;
    /* border-bottom: 2px dotted #0341b0; */
    font-size: 22px;
    width: fit-content;
    white-space: nowrap;
}

.top-phone a {
    color: #fe065c;
    display: block;
}

.whatsapp-phone-wrapper {
    display: flex;
    align-items: center;
}

.whatsapp-phone-wrapper .top-phone {
    margin-left: 20px;
    font-size: 32px;
}

.consult-2-section .consult-content__text .section-title {
    color: #fff;
}

.whatsapp-phone-wrapper .top-phone a {
    color: #fff;
}

.telegram-wrapper,
.whatsapp-wrapper-page {
    height: 45px;
}

.whatsapp-wrapper-page img {
    height: 100%;
    width: auto;
}

.telegram-whatsapp-wrapper {
    display: flex;
}

.telegram-whatsapp-wrapper.telegram-whatsapp-wrapper__contacts {
    margin: 20px 0;
    gap: 20px;
}

.telegram-whatsapp-wrapper.telegram-whatsapp-wrapper__contacts .whatsapp-wrapper-page,
.telegram-whatsapp-wrapper.telegram-whatsapp-wrapper__contacts .telegram-wrapper {
    margin: 0;
}

.whatsapp-wrapper {
    height: 40px;
    background-color: #20B038;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 20px;
    -webkit-box-shadow: -5px -5px 5px -5px rgba(20, 152, 42, 0.77) inset;
    -moz-box-shadow: -5px -5px 5px -5px rgba(20, 152, 42, 0.77) inset;
    box-shadow: -5px -5px 5px -5px rgba(20, 152, 42, 0.77) inset;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.whatsapp-wrapper span {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}

.whatsapp-wrapper img {
    height: 30px;
    width: auto;
}

.telegram-wrapper img {
    height: 100%;
    width: auto;
}

.whatsapp-wrapper,
.telegram-wrapper {
    margin: 0 5px;
}

.whatsapp-wrapper-page,
.telegram-wrapper,
.adress-button {
    border: 0;
    padding: 0;
    background-color: transparent;
    margin: 0 5px;
}

.call-doctor {
    display: flex;
    align-items: center;
    background-color: #0341b0;
    border: 0;
    border-radius: 16px;
    color: #fff;
    padding: 5px 12px 5px 7px;
}

.callbackCBbutt.call-doctor {
    border-radius: 100%;
    padding: 7px;
}

.call-doctor-page {
    padding: 10px 20px;
    border-radius: 23px;
    border: 2px solid #fff;
}

#callDoctor_2.call-doctor-page {
    border: 0;
}

.call-doctor:hover {
    -webkit-box-shadow: 4px 4px 8px 0px rgb(34, 60, 80, 0.5);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.5);
    box-shadow: 4px 4px 8px 0px rgb(34, 60, 80, 0.5);
}

.call-doctor__icon {
    color: #fe065c;
    background: #fff;
    padding: 3px;
    border-radius: 11px;
}

.call-doctor__text {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-left: 5px;
    color: #fff;
    white-space: nowrap;
}

.call-doctor-page .call-doctor__text {
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
}

.logo-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 10px 0 10px 15px;
    -webkit-align-items: center;
    align-items: center;
}

.logo-wrapper__img img {
    height: 80px;
    width: auto;
}

.logo-wrapper__text {
    font-size: 16px;
    line-height: 18px;
    /* font-weight: 700; */
    margin-left: 10px;
    text-transform: uppercase;
    color: #0341b0;
}

.top-menu-wrapper {
    text-transform: uppercase;
}

.adress-wrapper {
    text-align: center;
    color: #7c7c7c;
    margin-top: 10px;
    /* font-size: 14px; */
}

.adress-wrapper i {
    margin-right: 5px;
    color: #fe065c;
}

/* Header End */

/* pdoCrumbs_Breadcrumbs Begin */
.breadcrumb {
    margin: 10px 0 0 15px;
    background-color: transparent;
    font-size: 14px;
}

/* pdoCrumbs_Breadcrumbs End */

/* Slider Begin */
#top-ban-img {
    height: 600px;
    background-image: url(../images/doctor-bgr-res.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}

#mu-slider {
    display: block;
    float: none;
    width: 100%;
}

.mu-slider-img {
    background-image: url(../images/doctor-bgr.jpg);
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: cover;
}

#mu-slider .mu-slider-single .mu-slider-img:after {
    background-color: rgba(0, 0, 0, 0);
    /* background-color: transparent; */
}

#mu-slider .mu-slider-single .mu-slider-content h2 {
    font-weight: 400;
}

.mu-slider-info-block__icons {
    color: #fe065c;
    border: 4px solid;
    padding: 15px;
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto;
}

.mu-slider-info-block__icons-img {
    height: 140px;
}

.mu-slider-info-block__icons-price {
    text-align: center;
    margin-top: 10px;
    font-size: 50px;
}

.mu-slider-info-block__icons-img img {
    height: 100%;
    display: inline-block;
}

.mu-slider-info-block {
    position: absolute;
    top: 50px;
    left: 10%;
}

.mu-slider-info-block__text {
    color: #0341b0;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
}

/* Slider End */

/* Slick Slider Begin */
#mu-latest-course-slide {
    width: 600px;
    margin: 0 auto;
}

.slick-dots li button:before {
    content: '';
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #c2c2c2;
    border-radius: 5px;
}

.slick-dots li.slick-active button {
    background: #0341b0;
}

/* Slick Slider End */

/* Licenses Begin */
#mobile-licenses {
    display: none;
}

.licenses-wrapper {
    display: flex;
    gap: 0 20px;
    width: fit-content;
    margin: 0 auto;
}

.licenses-wrapper img {
    max-height: 300px;
}

/* Licenses End */

/* Menu Begin */
#mu-menu {
    display: flex;
    float: none;
    width: 100%;
}

#mu-menu .navbar-default {
    border-bottom: 0;
}

.navbar-default {
    border-top: 0;
}

#mu-menu .navbar-default {
    background-color: transparent;
}

#mu-menu .navbar-default .navbar-nav>.active>a,
#mu-menu .navbar-default .navbar-nav>.active>a:hover,
#mu-menu .navbar-default .navbar-nav>.active>a:focus {
    color: #0341b0;
    border-bottom: 2px solid #0341b0;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0341b0;
}

#mu-menu .navbar-default .navbar-nav li .dropdown-menu {
    border-top: 2px solid #0341b0;
}

#mu-menu .navbar-default .navbar-nav li>a:hover,
#mu-menu .navbar-default .navbar-nav li>a:focus {
    border-color: #0341b0;
    color: #0341b0;
}

/* #mu-menu .navbar-default .navbar-nav li .dropdown-menu li a:hover,
#mu-menu .navbar-default .navbar-nav li .dropdown-menu li a:focus,
#mu-menu .navbar-default .navbar-nav .open a:hover {
    background-color: #0341b0;
} */

#mu-menu .navbar-default .navbar-nav .open a:hover,
#mu-menu .navbar-default .navbar-nav .open a:focus {
    color: #0341b0;
}

#mu-menu .navbar-default .navbar-nav li .dropdown-menu li a:hover,
#mu-menu .navbar-default .navbar-nav li .dropdown-menu li a:focus {
    color: #0341b0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #0341b0;
    outline: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

#mu-menu .navbar-default .navbar-nav li .dropdown-menu li.active a {
    color: #fff;
}

.dropdown-toggle span {
    margin-left: 7px;
}

.dropdown-menu {
    padding: 0;
}

/* Menu End */

/* Page Styles Begin */
.section-wrapper {
    margin: 50px 0;
}

.top-section {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

ul {
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 40px;
}

li::marker {
    color: #0341b0;
}

.section-title {
    text-align: center;
    /* margin: 0 auto 30px; */
    margin: 0 auto 10px;
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid #0341b0; */
    width: fit-content;
    font-weight: 400;
    /* color: #0341b0; */
}

h1.section-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.narkolog-call-section {
    padding-bottom: 0;
    border-bottom: 0;
}

.page-title {
    font-size: 30px;
}

.callback-form-section .section-title {
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Anonim-call-wrapper Begin */
.anonim-call-wrapper {
    display: flex;
    gap: 20px;
}

.anonim-call-wrapper img {
    height: 200px;
}

.anonim-call-wrapper ul {
    color: #0341b0;
    font-size: 20px;
}

/* Anonim-call-wrapper End */

/* Features Begin */
.features-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.feature-content {
    width: 30%;
}

.feature-content:nth-child(-n+3) {
    margin-bottom: 20px;
}

.feature-icon span {
    color: #01bafd;
    border: 1px solid #01bafd;
    font-size: 25px;
    padding: 10px 15px;
    width: fit-content;
}

.feature-icon {
    height: 40px;
}

.feature-icon img {
    height: 100%;
}

.feature-content .read-more {
    color: #fe065c;
    border: 1px solid #fe065c;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.feature-title {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

.feature-title::after {
    background-color: #b7b2b2;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    position: absolute;
}

/* Features End */

.features-section,
.how-we-work-section,
.section-wrapper.consult-section,
.disclaimer-section {
    padding-bottom: 0;
    border-bottom: 0;
}

.disclaimer-section {
    font-size: 15px;
    color: #0341b0;
}

.consult-content .container {
    position: relative;
}

.page-slider-with-text-block {
    height: 400px;
    background-color: #eee;
}

.consult-content_bgr_image {
    width: 100%;
}

.mu-slider-info-block__icons-img img {
    width: auto;
}

.consult-content__text {
    position: absolute;
    top: 110px;
    left: 15px;
    z-index: 1;
}

.consult-content__text .section-title {
    color: #fe065c;
    margin: 0;
    border: 0;
    text-align: left;
}

.consult-content__text-plane {
    width: 60%;
    font-size: 22px;
}

.whatsapp-phone-wrapper .whatsapp-wrapper {
    margin-top: 0;
}

.consult-content .whatsapp-wrapper img {
    width: auto;
}

.how-we-work-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.how-we-work-content {
    width: 25%;
}

.how-we-work-content:nth-child(odd) {
    margin-top: 40px;
}

.how-we-work-content__number {
    color: #fe065c;
    font-size: 30px;
    border: 3px solid;
    padding: 5px 12px;
    line-height: 30px;
    border-radius: 23px;
    margin: 5px auto 10px;
    display: block;
    width: fit-content;
    position: relative;
}

.how-we-work-content__number::after {
    content: "";
    width: 100px;
    height: 27px;
    background-image: url(../images/icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 100px;
    top: -30px;
}

.how-we-work-content:nth-child(2) .how-we-work-content__number::after {
    transform: rotate(20deg);
    top: 10px;
    left: 120px;
}

.how-we-work-content:nth-child(4) .how-we-work-content__number::after {
    background-image: none;

}

.video-wrapper {
    width: fit-content;
    margin: 30px auto;
}

.video-wrapper iframe {
    width: 640px;
    height: 360px;
}

.consult-2-section .consult-content__text {
    top: 20px;
}

.consult-section-doc {
    background-color: #0341b0;
    max-height: 266px;
    min-height: 150px;
    position: relative;
}

.consult-section-doc .container {
    max-height: 266px;
    min-height: 150px;
}

.consult-section-doc img {
    height: 100%;
    width: auto;
    position: absolute;
    right: 20px;
}

/* Narcolog-devices Begin */
.narcolog-devices-section {
    text-align: center;
}

.narcolog-devices-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.narcolog-devices-item {
    width: 20%;
}

.narcolog-devices-item__img {
    height: 120px;
    width: 120px;
    border-radius: 60px;
    overflow: hidden;
    border: 1px solid #0341b0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.narcolog-devices-item__img img {
    width: auto;
    height: 100%;
}

.narcolog-devices-item__img img.ekg-image {
    height: 60%;
}

.narcolog-devices-item__img img.cardiomonitor-img {
    height: 80%;
}

.narcolog-devices-item__img img.cardiomonitor-img {
    height: 80%;
}

.narcolog-devices-item__img img.modern-complex-img {
    height: 80%;
}

.narcolog-devices-item__img img.stoika-img {
    height: 80%;
}

.narcolog-devices-item__img img.gloves-img {
    height: 80%;
}

.narcolog-devices-item__text {
    margin-top: 20px;
    line-height: 18px;
}

/* Narcolog-devices End */

/* Price Table Begin */
.price-list-table {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.codding-table-wrapper {
    border: 1px solid #0341b0;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
}

.codding-table {
    border-radius: 0;
}

.codding-table td {
    text-align: center;
}

.price-list-table h4 {
    color: #0341b0;
}

.price-list-table th {
    padding: 10px 5px 10px 15px;
}

.price-list-table td {
    padding: 5px 5px 5px 15px;
    /* border: 1px solid #cecece; */
}

.price-list-table tr:nth-child(odd) {
    background-color: #ebf2ff;
}

.codding-table tr {
    border-bottom: 1px solid #0341b0;
}

.codding-table tr:last-child {
    border-bottom: 0;
}

.codding-table tr:nth-child(odd) {
    background-color: transparent;
}

.price-list-table tr.codding-table-title {
    background-color: #0341b0;
    color: #fff;
}

.price-list-table th {
    background-color: #0341b0;
    color: #fff;
}

/* Price Table End */

/* Form on page Begin */
.form-side-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.form-discription {
    text-align: center;
}

.form-control {
    width: fit-content;
    border: 2px solid #0341b0;
}

.form-on-page {
    background-color: #f1f6ff;
    background-color: #0341b0;
    color: #fff;
    border: 8px solid #0341b0;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.form-on-page__wrapper {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.form-on-page__wrapper.form-on-page-contacts {
    display: block;
}

.form-on-page__wrapper.form-on-page-contacts .form-control {
    width: 300px;
    margin-bottom: 5px;
}

.form-on-page__wrapper.form-on-page-contacts .form-control:last-child {
    margin-bottom: 0;
}

.form-on-page__wrapper-button {
    margin-top: 20px;
}

.form-on-page__first-line,
.form-on-page__second-line {
    display: flex;
    justify-content: space-between;

}

.form-on-page label {
    font-weight: 400;
}

.form-button,
.no-robot {
    width: 130px;
}

.form-button {
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    white-space: nowrap;
    padding: 5px 15px;
    -webkit-box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
    -moz-box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
    box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
}

.form-button:disabled {
    opacity: 0.5;
}

.form-on-page__wrapper .no-robot {
    display: flex;
    width: fit-content;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.form-on-page__wrapper .no-robot input[type="checkbox"] {
    margin: 0;
    order: 1;
}

.form-on-page__wrapper .no-robot span {
    margin-left: 5px;
    line-height: 16px;
}

.callback_content .form-on-page__wrapper {
    display: block;
    margin-top: 10px;
}

.callback_content .form-on-page {
    background-color: transparent;
    padding: 0 15px;
    border: 0;
}

.callback_content .form-control:first-child {
    margin-bottom: 5px;
}

.callback_content .form-on-page__wrapper .no-robot {
    width: fit-content;
    margin-bottom: 10px;
}

.callbackImg {
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 100%;
    border: 1px solid #fff;
    fill: #fff;
    position: relative;
    margin: 0 auto 10px;
    box-sizing: content-box;
}

.callbackImg span {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 8px;
    left: 8px;
    transform: rotate(45deg);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.callbackImg span:before,
.callbackImg span:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    background-color: #ffe7b0;
    border-radius: 100%;
}

.callbackImg span:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

.form-ok-massage-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0341b0dd;
    color: #ffffff;
}

.form-ok-massage {
    text-align: center;
    width: fit-content;
    margin: auto;
    font-size: 1.5em;
}

.callback_content .form-ok-massage {
    font-size: 1.3em;
}

.form-ok-massage-close {
    margin: 7px 5px 0 0;
    font-size: 0.9em;
    opacity: 0.7;
    cursor: pointer;
}

.form-ok-massage-close:hover {
    opacity: 1;
}

/* Form on page End */

/* Вывод из запоя Page Begin */
.page-slider-block-text h1 {
    color: #0341b0;
    text-align: left;
}

.page-slider-block-text p {
    font-size: 20px;
}

#vyvod-iz-zapoya-img {
    height: 400px;
    background-color: #eee;
}

.page-slider-block-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0 20px;
    display: flex;
    gap: 40px;
}

.page-slider-block-wrapper .mu-slider-info-block__icons-img {
    height: 100px;
}

.page-slider-block-price {
    text-align: center;
    font-size: 40px;
    margin-top: 5px;
}

.page-slider-block-action-text {
    color: #0341b0;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
}

.page-slider-menu {
    min-width: 30%;
}

.vyvod-iz-zapoya-wrapper img {
    width: 400px;
    float: right;
    margin: 0 0 20px 40px;
}

/* Вывод из запоя Page End */


/* Footer Begin */
#mu-footer .mu-footer-top {
    background-color: #0341b0;
}

footer,
footer a,
footer a:hover,
footer a:visited,
footer a:focus {
    color: #fff;
    font-size: 14px;
}

footer li {
    list-style: none;
}

footer ul {
    padding-left: 0;
}

#mu-footer .mu-footer-top {
    background-color: #0341b0;
}

#mu-footer .mu-footer-bottom {
    background-color: #00276c;
}

.footer-phone {
    font-size: 24px;
}

.footer-list {
    font-weight: 100;
}

.footer-list li {
    margin-bottom: 15px;
}

.footer-text-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

footer .logo-wrapper__text {
    color: #fff;
    font-size: 14px;
}

footer .logo-wrapper {
    padding-left: 0;
    padding-top: 0;
}

footer .logo-wrapper__img img {
    height: 40px;
}

.footer-text-icon img {
    width: 100%;
}

address {
    margin-bottom: 0;
}

/* Footer End */

/* Personal Date Begin */
.personal-date {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
}

.personal-date-text-wrapper {
    display: none;
    position: fixed;
    will-change: transform;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    background-color: #000000aa;
    padding: 15px;
}

.personal-date-text-wrapper.active {
    display: block;
}

.personal-date-text {
    background-color: #f7faff;
    color: #333;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.personal-date-text.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.personal-date-close {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 5px 7px;
    cursor: pointer;
    line-height: 14px;
    border: 1px solid;
    border-radius: 20px;
}

#mu-footer .mu-footer-bottom .mu-footer-bottom-area .personal-date-text p {
    color: #333;
}

ul.payment-methods-wrapper {
    list-style: none;
}

.payment-methods-wrapper li {
    margin-bottom: 20px;
}

.payment-methods-icon {
    padding-right: 10px;
}

.payment-methods-icon img {
    width: 40px;
}

/* Personal Date End */

/* Filials Begin */
ul.filials-wrapper {
    padding-left: 0;
    display: grid;
    width: fit-content;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
    margin: 30px auto;
}

.filials-wrapper li {
    list-style-type: none;
}

/* Filials End */

/* Feedback Begin */
.feedback-title-date-wrapper {
    margin: 20px 10px 10px;
}

.feedback-title {
    font-weight: 700;
    padding-right: 5px;
    font-size: 1.2em;
}

.feedback-date {
    font-style: italic;
    color: #777;
}

.feedback-wrapper p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}

.feedback-main-page-wrapper {
    display: flex;
}

.feedback-main-page-wrapper.swiper {
    width: 100%;
    height: 250px;
}

.feedback-item-wrapper {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.feedback-item-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 27%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 27%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 27%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);

}

.feedback-mote-info {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 1;
}

.feedback-mote-info a {
    font-style: italic;
    color: #0541af;
    font-size: 0.8em;
}

.swiper-pagination-feedback.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: fit-content;
    margin: 20px auto;
}

.feedback .container {
    position: relative;
    padding: 0 50px;
}

.feedback .swiper-button-next,
.feedback .swiper-button-prev {
    color: #686868;
    opacity: 0.2;
}

.feedback .swiper-button-next:hover,
.feedback .swiper-button-prev:hover {
    opacity: 0.5;
}

/* Feedback End */

/* Top Page Menu Begin */
.section-wrapper ul.top-page-menu {
    padding-left: 15px;
}

.top-page-menu-item {
    color: #0341b0;
    padding-bottom: 3px;
    border-bottom: 1px dotted;
}

.top-page-menu-item,
.top-page-menu-item:visited,
.top-page-menu-item:focus,
.top-page-menu-item:hover {
    color: #0341b0;
}

.table-of-contents-block {
    width: 100%;
}

/* Top Page Menu End */

/* Site Map Begin */
.site-map-wrapper>ul>li {
    list-style: none;
}

.site-map-wrapper li {
    margin: 5px 0;
}

.site-map-wrapper a {
    text-decoration: underline;
}

/* Site Map End */

/* Sibling Begin */
.sibling-clinics-wrapper {
    display: flex;
    width: fit-content;
    gap: 30px;
    margin: 5px auto;
}

.sibling-clinics-wrapper a {
    opacity: 0.5;
}

.sibling-clinics-wrapper a:hover {
    opacity: 1;
}

.sibling-clinics-contacts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.sibling-clinics-contacts {
    border: 1px solid #888;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
}

.sibling-clinics-contacts a {
    text-decoration: underline;
    color: #777;
}

.sibling-clinics-contacts-title {
    margin: 40px 0 0;
}

/* Sibling End */

/* Guarantee ban Begin */
.guarantee-wrapper {
    position: relative;
    width: 100%;
    /* height: 620px;
    background-image: url(../images/icons/guarantee.webp);
    background-position: center top; 
    padding-top: 40px; */

}

.guarantee-item-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px 30px;
}

.guarantee-item {
    position: static;
    width: 30%;
}

.guarantee-item::before {
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 100px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}

.guarantee-1::before {
    background-image: url(../images/icons/guarantee-1.webp);
}

.guarantee-2::before {
    background-image: url(../images/icons/guarantee-2.webp);
}

.guarantee-3::before {
    background-image: url(../images/icons/guarantee-3.webp);
}

.guarantee-4::before {
    background-image: url(../images/icons/guarantee-4.webp);
}

.guarantee-5::before {
    background-image: url(../images/icons/guarantee-5.webp);
}

.guarantee-title {
    margin: 0 auto;
    color: #0341b0;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 70px;
    width: fit-content;
    border-radius: 10px;
    -webkit-box-shadow: -2px 4px 10px 6px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px 4px 10px 6px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 4px 10px 6px rgba(34, 60, 80, 0.2);
}

.guarantee-item {
    /* width: 180px; */
    line-height: 18px;
    text-align: center;
    /* position: absolute; */
}

.guarantee-item strong {
    display: block;
}

/* 
.guarantee-1 {
    top: 280px;
    left: 55px;
}

.guarantee-2 {
    top: 360px;
    left: 265px;
}

.guarantee-3 {
    top: 385px;
    left: 475px;
}

.guarantee-4 {
    top: 360px;
    left: 695px;
}

.guarantee-5 {
    top: 280px;
    left: 905px;
} */

/* Guarantee ban End */

/* Calculator Begin */
.form-calculator {
    border: 1px solid #0341b0;
    /* background-color: #ebf2ff; */
    border-radius: 10px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.form-calculator__discription {
    text-align: center;
    font-weight: 700;
    margin: 15px 0 30px;
    color: #0341b0;
}

.form-calculator__wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.form-calculator__wrapper label {
    font-weight: normal;
    color: #0341b0;
}

.form-calculator__wrapper .form-control {
    width: 100%;
}

.form-calculator__item {
    width: 48%;
}

.form-calculator__item-comment,
.form-calculator__item-name {
    order: 1;
}

.form-calculator__item-comment {
    width: 98%;
}

.form-calculator .form-control {
    border: 1px solid #0341b0;
    background-color: #ebf2ff;
}

.form-calculator .no-robot-calculator {
    color: #0341b0;
    border: 2px solid;
    border-radius: 10px;
    padding: 10px 30px;
    -webkit-box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
    -moz-box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
    box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
}

.form-button-calculator {
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
    -webkit-box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
    -moz-box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
    box-shadow: -5px -5px 17px -5px rgba(20, 42, 77, 0.6) inset;
}

.form-button-calculator:disabled {
    opacity: 0.5;
}

.no-robot-calculator {
    display: flex;
    width: fit-content;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.no-robot-calculator input[type="checkbox"] {
    margin: 0;
    order: 1;
}

.no-robot-calculator input {
    width: auto;
}

.no-robot-calculator span {
    margin-left: 5px;
    line-height: 16px;
}

.calculate-block-wrapper {
    position: absolute;
    height: 0;
    overflow: hidden;
    background-color: #0341b0ee;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    /* display: none; */
}

.calculate-block-wrapper.active {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    height: auto;
}

.calculate-block {
    width: 300px;
    text-align: center;
    position: relative;
}

.right-number {
    position: absolute;
    color: #fff;
    margin-top: 40px;
}

.calculate-block-wrapper label {
    font-weight: normal;
    color: #ffffff;
}

.form_phone_calculator {
    width: 95%;
    margin: 0 auto 20px;
}

.calculate-block-wrapper .form-ok-massage-close {
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
}

/* Calculator End */

/* Programms Begin */
.programm-wrapper {
    display: flex;
    gap: 20px;
}

.programm-item {
    position: relative;
    width: 25%;
    border: 1px solid #ebf2ff;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    overflow: hidden;
}

.programm-item:hover {
    -webkit-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.3);
    box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.3);
}

.programm-item__title {
    text-align: center;
    background-color: #0341b0;
    padding: 10px 0;
    color: #fff;
    font-size: 1.4em;
}

.programm-item__title h3 {
    color: #fff;
    margin: 0;
}

.programm-item__block {
    padding: 20px 20px 140px;
}

.vivod-block .programm-item__block {
    padding: 20px 20px 190px;
}

.kod-block-1 .programm-item__block {
    padding: 20px 20px 110px;
}

.programm-item__block ul {
    padding-left: 15px;
}

.programm-item__block li span {
    color: #0341b0;
    font-weight: 700;
}

.programm-item__details {
    color: #0341b0;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.programm-item__button-price {
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 15px;
}

.programm-item__price {
    text-align: center;
    color: #0341b0;
    font-size: 1.3em;
}

.programm-item__price span {
    font-size: 1.5em;
    font-weight: 700;
}

.programm-item__button {
    margin-bottom: 10px;
}

.programm-item__button .common-button {
    background-color: #fe065c;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    border: 0;
    padding: 10px 40px;
    border-radius: 5px;
}

.kod-block-1 .programm-item__button {
    padding: 0 15px;
}

.kod-block-1 .programm-item__button .common-button {
    padding: 10px 20px;
}

.programm-item__image {
    height: 150px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.programm-item__image-1 {
    background-image: url('/assets/img/3-place.webp');
}

.programm-item__image-2 {
    background-image: url('/assets/img/2-place.webp');
}

.programm-item__image-3 {
    background-image: url('/assets/img/1-place.webp');
}

.programm-item__image-4 {
    background-image: url('/assets/img/vip.webp');
}

.kod-block-1 .programm-item__image-1 {
    background-image: url('/assets/img/kod-1.webp');
}

.kod-block-1 .programm-item__image-2 {
    background-image: url('/assets/img/kod-2.webp');
}

.kod-block-1 .programm-item__image-3 {
    background-image: url('/assets/img/kod-3.webp');
}

.kod-block-1 .programm-item__image-4 {
    background-image: url('/assets/img/kod-4.webp');
}

/* Programms End */

/* List Special Begin */
.list-special {
    /* border: 2px solid #0341b0; */
    overflow: hidden;
    margin: 30px 0;
    width: fit-content;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.2);
}

.list-special h3 {
    margin: 0 0 20px;
    text-align: left;
}

.list-special-img {
    width: 30%;
}

.list-special-title {
    width: 25%;
    font-size: 1.2em;
}

/* List Special End */

.page-image {
    width: 450px;
    float: right;
    margin: 30px 0 30px 40px;
}

/* Media Queries */

@media (max-width: 1199px) {
    .top-phone {
        font-size: 20px;
    }

    .mu-slider-info-block {
        left: 0;
    }

    .guarantee-wrapper {
        background-image: none;
        height: auto;
    }

    .guarantee-item-wrapper {
        display: flex;
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 15px 30px;
    }

    .guarantee-item {
        position: static;
        width: 30%;
    }

    .guarantee-item::before {
        display: block;
        margin: 10px auto;
        width: 50px;
        height: 50px;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
    }

    .guarantee-1::before {
        background-image: url(../images/icons/guarantee-1.webp);
    }

    .guarantee-2::before {
        background-image: url(../images/icons/guarantee-2.webp);
    }

    .guarantee-3::before {
        background-image: url(../images/icons/guarantee-3.webp);
    }

    .guarantee-4::before {
        background-image: url(../images/icons/guarantee-4.webp);
    }

    .guarantee-5::before {
        background-image: url(../images/icons/guarantee-5.webp);
    }

    .guarantee-title {
        padding: 0 0 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* List Special Begin */
    .list-special {
        flex-wrap: wrap;
        align-items: start;
    }

    .list-special h3 {
        margin: 0 0 10px;
    }

    .list-special-img {
        width: 20%;
    }

    .list-special-img img {
        width: 100%;
    }

    .list-special-title {
        width: 80%;
        padding: 20px;
    }

    .list-special ul {
        margin-left: 20%;
        padding: 20px 20px 20px 40px;
    }

    /* List Special End */
}

@media (max-width: 992px) {
    #mu-menu .navbar-default .navbar-nav li>a {
        font-size: 14px;
    }

    .page-slider-with-text-block {
        height: fit-content;
    }

    .page-slider-block-wrapper {
        position: static;
        padding: 20px;
    }

    .whith-top-page-menu {
        height: 500px;
    }

    .mu-slider-info-block {
        left: 10%;
    }

    #top-ban-img {
        height: 400px;
    }

    .header-content-wrapper {
        flex-wrap: wrap;
    }

    .adress-wrapper {
        order: 1;
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .consult-content__text {
        top: 0;
    }

    .mu-slider-info-block {
        top: 20px;
    }

    .mu-slider-info-block__icons-img {
        height: 100px;
    }

    .mu-slider-info-block__text {
        font-size: 24px;
        margin-top: 15px;
    }

    .how-we-work-content__number::after {
        left: 60px;
    }

    .how-we-work-content:nth-child(2) .how-we-work-content__number::after {
        left: 70px;
    }

    .consult-section-doc img {
        display: none;
    }

    .programm-wrapper {
        flex-wrap: wrap;
    }

    .programm-item {
        width: 48%;
    }
}

/* End max-width: 992px*/

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .navbar-right {
        float: none !important;
        margin-right: 0;
        display: flex;
    }

    .navbar-nav>li {
        float: none;
    }

    #mu-menu .navbar-default .navbar-nav .open a:focus,
    .dropdown-menu>.active>a:focus {
        background-color: transparent;
    }
}

@media (max-width: 768px) {
    #mu-menu .navbar-default .navbar-nav li .dropdown-menu {
        border-bottom: 2px solid #0341b0;
    }

    .form-calculator__item-comment,
    .form-calculator__item {
        width: 100%;
    }

    .guarantee-item {
        width: 45%;
    }

    .guarantee-wrapper {
        padding: 40px 15px 0;
    }

    .guarantee-item:last-child {
        width: 100%;
    }

    .feedback .swiper-button-next,
    .feedback .swiper-button-prev {
        display: none;
    }

    .feedback .container {
        padding: 0 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
        background-color: #0341b0;
    }

    .page-slider-with-text-block {
        height: auto;
        padding: 15px;
    }

    .page-slider-block-wrapper {
        position: static;
        display: block;
    }

    .page-slider-block-text h1 {
        text-align: center;
    }

    #top-ban-img {
        height: 300px;
    }

    #licenzii-section {
        display: none;
    }

    #mobile-licenses {
        display: block;
        position: relative;
    }

    .container {
        width: 100%;
    }

    .navbar-header {
        padding: 0px 0;
    }

    .consult-content__text {
        top: -40px;
    }

    .consult-content__text-plane {
        font-size: 16px;
    }

    .mu-slider-info-block__icons-img {
        height: 80px;
    }

    .mu-slider-info-block__icons-price {
        font-size: 36px;
        margin-top: 5px;
    }

    .mu-slider-info-block__icons {
        padding-bottom: 5px;
    }

    .mu-slider-info-block__text {
        font-size: 20px;
        line-height: 24px;
        margin-top: 5px;
    }

    .how-we-work-wrapper {
        display: block;
    }

    .how-we-work-content {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 0 10px;
        margin-bottom: 20px;
    }

    .how-we-work-content:last-child {
        margin-bottom: 0;
    }

    .how-we-work-content__number {
        margin: 0;
    }

    .how-we-work-content__number::after {
        background-image: none;
    }

    .how-we-work-content:nth-child(odd) {
        margin-top: 0;
    }

    .video-wrapper iframe {
        width: 400px;
        height: 220px;
    }

    .navbar-default .navbar-toggle {
        border-color: #0341b0;
    }

    .navbar-toggle {
        background-color: #0341b0;
        border-radius: 0;
    }


    footer .logo-outer-wrapper {
        width: fit-content;
        margin: 0 auto;
    }

    footer .logo-wrapper__text {
        text-align: left;
    }

    footer .telegram-whatsapp-wrapper {
        margin: 0 auto;
        width: fit-content;
    }
}

/* End max-width: 768px*/

@media (max-width: 640px) {
    .text-two-colomns {
        flex-wrap: wrap;
    }

    .text-two-colomns>div {
        width: 100%;
    }

    .page-image {
        width: 100%;
        margin: 30px 0;
        float: none;
    }

    .mu-slider-info-block {
        top: -20px;
    }

    .mu-slider-info-block__icons-img {
        height: 50px;
    }

    .mu-slider-info-block__icons-price {
        font-size: 20px;
        margin-top: 5px;
    }

    .mu-slider-info-block__icons {
        padding: 10px 10px 5px;
    }

    .mu-slider-info-block__text {
        font-size: 16px;
        line-height: 20px;
    }

    .top-image {
        margin-left: 30px;
    }

    .logo-wrapper__img img {
        height: 40px;
    }

    .logo-wrapper__text {
        font-size: 14px;
        line-height: 16px;
    }

    .header {
        width: 100%;
        padding-top: 10px;
    }

    .logo-wrapper {
        padding-top: 0;
        padding-left: 0;
        justify-content: center;
    }

    .logo-outer-wrapper,
    .connects-adress-wrapper {
        width: 100%;
    }

    .connects-wrapper {
        justify-content: center;
        width: 100%;
        margin-top: 5px;
    }

    .messengers-wrapper {
        margin-right: 0;
    }

    .adress-wrapper {
        margin-top: 10px;
    }

    .features-wrapper {
        display: block;
    }

    .feature-content {
        width: 100%;
    }

    .feature-content,
    .feature-content:nth-child(-n+3) {
        margin-bottom: 40px;
    }

    .feature-icon {
        width: fit-content;
        margin: 0 auto;
    }

    .feature-title {
        width: fit-content;
        margin: 15px auto;
    }

    .feature-title::after {
        height: 1px;
        width: 100%;
    }

    .connects-adress-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .connects-wrapper {
        order: 1;
    }

    .mu-slider-info-block__icons {
        border: 2px solid;
        border-radius: 20px;
    }

    .section-wrapper {
        margin: 30px 0;
    }

    #mu-latest-course-slide {
        width: 600px;
    }

    .narcolog-devices-item__img {
        width: 100px;
        height: 100px;
    }

    .narcolog-devices-item__text {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }

    .anonim-call-wrapper img {
        height: 120px;
        float: left;
        margin: 0 40px 20px 0;
    }

    .anonim-call-wrapper {
        display: block;
    }

    .anonim-call-wrapper ul {
        padding-left: 30px;
    }

    ul.filials-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .programm-item {
        width: 100%;
    }
}

/* End max-width: 640px*/

@media (max-width: 480px) {
    body {
        font-size: 18px;
    }

    .guarantee-item {
        width: 100%;
    }

    #top-ban-img {
        height: 250px;
        /* background-position: right -55px bottom 0; */
    }

    .mu-slider-info-block {
        left: 5%;
    }

    .consult-content__text .section-title {
        line-height: 26px;
        font-size: 24px;
    }

    .consult-content__text-plane {
        line-height: 18px;
    }

    .video-wrapper iframe {
        width: 100%;
        height: auto;
    }

    .narcolog-devices-item {
        width: 40%;
    }

    .whatsapp-phone-wrapper .top-phone {
        font-size: 26px;
    }

    .form-on-page__wrapper {
        display: block;
    }

    .form-calculator {
        padding-bottom: 35px;
    }

    .no-robot-calculator,
    .form-on-page__wrapper .no-robot {
        margin-bottom: 20px;
    }

    .container .form-control {
        margin-bottom: 5px;
    }

    .container .form-control:last-child {
        margin-bottom: 0;
    }

    .container .form-calculator .form-control {
        margin-bottom: 20px;
    }

    .calculate-block-wrapper.active {
        position: fixed;
    }

    .form-on-page__wrapper.form-on-page-contacts .form-control {
        width: 100%;
    }

    ul.filials-wrapper {
        display: block;
    }

    .whatsapp-phone-wrapper {
        display: block;
    }

    .consult-2-section .consult-content__text {
        top: 5px;
    }

    .consult-content__text {
        left: 10px;
    }

    .consult-content__text .whatsapp-phone-wrapper .top-phone {
        margin-left: auto;
    }

    .dropdown-menu>li>a {
        white-space: break-spaces;
    }

    .price-list-table td {
        padding: 5px 5px 5px 5px;
        font-size: 14px;
    }

    .page-slider-with-text-block {
        padding: 15px 0;
    }

    .page-slider-block-wrapper {
        padding: 0;
    }

    h1 {
        font-size: 32px;
        margin: 20px 0;
    }

    .section-wrapper {
        margin: 10px 0 30px;
    }

    .consult-content__text {
        top: -60px;
    }

    .consult-content__text-plane {
        margin: 0 0 20px;
    }

    .consult-section {
        margin-bottom: 50px;
    }

    .narcolog-devices-section {
        padding-bottom: 80px;
    }

    .consult-content__text .section-title {
        text-align: center;
    }

    .telegram-whatsapp-wrapper {
        margin: 0 auto;
        width: fit-content;
    }

    .consult-section .telegram-whatsapp-wrapper {
        background-color: #0341b0;
        padding: 5px;
        border-radius: 30px;
    }

    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a {
        display: inline;
        font-size: 16px;
    }

    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:before {
        top: 2px;
    }

    .mu-footer-widget li {
        margin-bottom: 5px;
    }

    .mu-footer-widget .footer-list li {
        margin-bottom: 15px;
    }

    /* List Special Begin */
    .list-special {
        flex-wrap: wrap;
        align-items: start;
    }

    .list-special h3 {
        margin: 0 0 10px;
    }

    .list-special-img {
        width: 70%;
        /* order: 1; */
    }

    .list-special-title {
        width: 100%;
        padding: 20px;
    }

    .list-special ul {
        margin-left: 0;
        padding: 0 20px 20px 40px;
    }

    /* List Special End */
}

/* End max-width: 480px*/

@media (max-width: 360px) {
    #top-ban-img {
        height: 200px;
    }

    .mu-slider-info-block__text {
        font-size: 12px;
        line-height: 12px;
    }

    .mu-slider-info-block__icons-price {
        font-size: 16px;
        margin-top: 0;
    }

    .mu-slider-info-block__icons-img {
        height: 40px;
    }

    .mu-slider-info-block__icons {
        padding: 5px 10px 0;
    }

    .top-phone.whatsapp-phone-wrapper__phone-block {
        font-size: 20px;
    }

    #whatsapp_widget {
        left: 10px;
        right: 10px;
    }
}

/* End max-width: 360px*/