@font-face {
  font-family: 'Tenor Sans';
  src: url('/static/fonts/TENORSANS-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Simple-Line-Icons";
    src: url("/static/fonts/Simple-Line-Icons.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

html {
    opacity: 1!important;
}

body {
  background: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.navbar-brand {
    padding: 0;
}

header {
    padding-top: 0;
    padding-bottom: 16px;
    position: sticky;
    top: 0.001px;
    z-index: 10;
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    transition: transform 0.3s ease-in-out;
}

header.hide-header {
    transform: translateY(-100%);
}

.container-header-2 {
    padding-top: 16px;
}

.container-header-2-mob {
    padding-top: 16px;
}

.container-header-1 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-1-link-address {
    color: #1A141F;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.phone-header-1 {
    color: #030870;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #030870;
}

.btn-header-1-call {
    color: #030870;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px solid #030870;
    font-size: 14px;
    font-family: 'Tenor Sans', sans-serif;
}

.noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="1"/></filter><rect width="100%" height="100%" filter="url(%23noise)" fill="black" opacity="0.25"/></svg>');
    pointer-events: none;
    mix-blend-mode: overlay;
}

.container {
    max-width: 1920px!important;
    width: 100%;
    padding-left: 200px!important;
    padding-right: 200px!important;
}

.container-fluid {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.nav-link {
    color: #1A141F;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    padding: 0!important;
    font-family: 'Inter', sans-serif;
}

.navbar {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.nav-link:hover {
    color: #030870;
    border-bottom: 1px solid #030870;
}

.container-home-promo {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 21px;
    padding-bottom: 70px;
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
}

.background-slider {
    position: absolute!important;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    overflow: hidden;
}

.swiper-slide-bag-img {
    position: absolute;
    right: 0;
    max-height: 800px;
    max-width: 1200px;
    bottom: -100px;
    object-fit: cover;
    object-position: top;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide-promo {
    position: absolute !important;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    transition: opacity 1000ms ease !important;
}

.swiper-slide-active {
    opacity: 1 !important;
}

.promo-content {
    position: relative;
    z-index: 1;

}

.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  display: none;
  min-width: 500px;
  padding: 30px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  margin-top: 47px;
}

.dropdown-menu-custom::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: white;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.1);
}

.podmenu-mob-none {
    display: none;
}

.podmenu-mob-none.show {
    display: flex;
    flex-direction: column;
}

.nav-item-mob-effect.show {
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 10px;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 180, 255, 0.12);
  backdrop-filter: blur(6px) brightness(0.98);
  -webkit-backdrop-filter: blur(6px) brightness(0.98);
  z-index: 5;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dropdown-backdrop.show {
  display: block;
  opacity: 1;
}

.modal-backdrop {
  background: rgba(60, 120, 200, 0.25);
  backdrop-filter: blur(6px) brightness(0.85);
  -webkit-backdrop-filter: blur(6px) brightness(0.85);
}

.modal-backdrop.show {
  opacity: 1 !important;
}

.dropdown-menu-custom.show {
  display: block;
}

.zag-drop-menu {
    color: #878B8F;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 12px;
}

.custom-drop-menu-link {
    color: #1A141F;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.custom-drop-menu-link:hover {
    color: #030870;
}

.custom-drop-menu-small {
    color: #878B8F;
    font-size: 14px;
}

.dropdown-item {
    padding: 12px;
    color: #030870;
    background: none!important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.dropdown-item:hover {
    color: #030870;
    background: none!important;
}

.dropdown-toggle::after {
    display: none!important;
}

.text-logo-header-2 p {
    font-family: 'Tenor Sans', sans-serif;
}

.input-header {
    border: 1px solid #C1C7CD;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 3px;
    max-width: 100%;
    height: 46px;
}

.input-header:hover {
    border-color: #878B8F!important;
}

.input-header input {
    border: none!important;
    width: 80%;
    color: #878B8F;
    font-size: 16px;
}

.input-header input:focus {
    outline: none!important;
    box-shadow: none!important;
    color: #1A141F!important;
}

.search-btn-header {
    background-color: #DDDDDD;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 40px;
    height: 40px;
}

.search-btn-header:hover {
    background-color: #C8F05B;
}

.btn-header-callback {
    background-color: #CEF17B;
    padding: 11px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 400;
    border: none;
    transition: background-color 0.3s ease;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
}

.btn-header-callback:hover {
    background-color: #C8F05B;
}

.container-home-about-promo {
    margin-top: 50px;
}

.home-about-promo-card {
    border: 1px solid #C1C7CD;
    border-radius: 150px;
    padding: 16px;
    color: #1A141F;
    font-size: 16px;
    height: 44px;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.home-about-promo-card-green {
    border: none;
    background-color: #CEF17B;
    border-radius: 150px;
    padding: 16px;
    color: #1A141F;
    font-size: 16px;
    height: 44px;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.homo-promo-desc-1 {
    color: #FFFFFFB2;
    font-size: 16px;
    line-height: 20px;
    max-width: 362px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.about-promo-desc-1 {
    color: #FFFFFFB2;
    font-size: 16px;
    line-height: 20px;
    max-width: 688px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.homo-promo-zag-0 {
    color: #FFFFFFB2;
    font-size: 24px;
    font-weight: 400;
    max-width: 748px;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1;
}

.homo-promo-zag-0-new {
    font-size: 40px;
    font-weight: 800;
}

.homo-promo-zag-1 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    max-width: 1011px;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1;
    margin-top: 16px;
}

.homo-promo-zag-1-new {
    font-size: 32px;
    color: #FFFFFFB2;
    font-weight: 400;
}

.homo-promo-btn-callback {
    border: none;
    background-color: #CEF17B;
    border-radius: 10px;
    padding: 16px 24px;
    margin-top: 40px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.homo-promo-btn-callback:hover {
    background-color: #C8F05B;
}

.swiper-custom-nav {
    position: absolute;
    top: 70px;
    right: 0;
    display: flex;
    gap: 12px;
    z-index: 5;
    align-items: center;
}

.custom-swiper-button-prev-promo {
    border: none;
    background-color: #CEF17B;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.custom-swiper-button-next-promo {
    border: none;
    background-color: #CEF17B;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.custom-swiper-button-prev-promo:hover, .custom-swiper-button-next-promo {
    background-color: #C8F05B;
}

.swiper-current {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.swiper-total, .devisor-cnt-slide {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.container-home-about {
    margin-top: 160px;
}

.home-about-zag-1 {
    color: #1A141F;
    font-size: 60px;
    font-weight: 400;
    flex: 1;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1;
}

.home-about-desc-1 {
    color: #878B8F;
    font-size: 16px;
    font-weight: 400;
    max-width: 585px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
}

.home-about-card-1 {
    border: 2px solid #DDDDDD;
    padding: 30px;
    border-radius: 40px;
}

.home-about-card-1-desc-1 {
    color: #1A141F;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.home-about-card-zag-1 {
    color: #1A141F;
    font-size: 24px;
    font-weight: 400;
    max-width: 326px;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 32px;
}

.home-about-card-2 {
    border: none;
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    padding: 30px;
    border-radius: 40px;
    position: relative;
}

.home-about-card-zag-2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
}

.container-homo-services {
    margin-top: 120px;
    padding-right: 0!important;
}

.home-services-all-btn {
    border: none;
    background-color: #CEF17B;
    border-radius: 10px;
    padding: 16px 24px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
}

.home-services-all-btn-drop-menu-mob {
    border: none;
    background-color: #CEF17B;
    border-radius: 10px;
    padding: 16px 24px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
}

.home-services-all-btn-mob {
    border: none;
    background-color: #CEF17B;
    border-radius: 10px;
    padding: 16px 24px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    margin-left: 24px;
    margin-right: 24px;
    justify-content: center;
    margin-bottom: 50px;
}

.home-services-all-btn:hover {
    background-color: #C8F05B;
}

.card-home-services-1 {
    border: 2px solid #DDDDDD;
    padding: 30px;
    border-radius: 40px;
    width: 360px;
}

.home-services-card-zag-1 {
    color: #1A141F;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.custom-li-home-services-card {
    color: #3D3D3D;
    font-size: 16px;
}

.btn-home-services-card {
    border: none;
    background-color: #CEF17B;
    padding: 11px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 400;
    transition: background-color 0.3s ease;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    width: fit-content;
}

.btn-home-services-card:hover {
    background-color: #C8F05B;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide-services {
    height: auto!important;
}

.overflow-block-services {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 80px;
    padding-left: 200px!important;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overflow-block-services:active {
    cursor: grabbing;
}

.overflow-block-services::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.overflow-block-services-3 {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 40px;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overflow-block-services-3:active {
    cursor: grabbing;
}

.overflow-block-services-3::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.card-home-services-nevrolog {
    position: relative;
    background-color: #FFFFFF;
}

.card-with-bg {
  position: relative;


  cursor: pointer;
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  transform: rotate(4deg);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-with-bg:hover .card-bg {
  opacity: 1;
}

.right-new-qr-social-services .card-bg {
    opacity: 1;
}

.card-with-bg:hover .card-home-services-nevrolog {
    border-color: #74A2FF;
}

.card-with-bg:hover .card-services {
    border-color: #74A2FF;
}

.container-home-clinics {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F4F4F4;
    border-radius: 40px;
}

.home-clinics-devisor {
    border-left: 2px solid #DDDDDD;
    height: 100%;
}

.home-clinics-card {
    padding-left: 30px;
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-left: 2px solid #DDDDDD;
    cursor: pointer;
}

.zag-home-clinics-card-no-active {
    color: #878B8F;
    font-size: 30px;
    font-weight: 700;
}

.home-clinics-card-active {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    border-left: 2px solid #CEF17B;
    cursor: pointer;
    justify-content: space-between;
}

.zag-home-clinics-card-active {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.home-clinics-card-active:not(.home-clinics-card-disactive) .zag-home-clinics-card-active {
    color: #1A141F;
}

.home-clinics-card-disactive .zag-home-clinics-card-active {
    color: #878B8F;
}

.li-home-clinics-card {
    color: #878B8F;
    font-size: 16px;
    list-style: disc!important;
}

.btn-home-clinics-card {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
}

.btn-home-clinics-card:hover {
    background-color: #C8F05B;
}

.card-home-right-clinics {
    position: absolute;
    right: 90px;
    top: -100px;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    border-radius: 20px;
    padding: 30px;
}

.card-home-right-clinics-2 {
    position: absolute;
    left: 20px;
    top: 350px;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    border-radius: 20px;
    padding: 30px;
}

.card-home-right-clinics-3 {
    position: absolute;
    right: 20px;
    top: 464px;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    border-radius: 20px;
    padding: 30px;
}

.container-home-specialist {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.home-card-specialist {
    border: 2px solid #DDDDDD;
    border-radius: 40px;
    background-color: #FFFFFF;
}

.home-card-specialist-main {
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    border-color: transparent;
    border: none;
}

.img-home-specialist {
    height: 410px;
    width: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    object-fit: cover;
    position: relative;
    object-position: top;
}

.img-home-heath {
    height: 280px;
    width: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    object-fit: cover;
    position: relative;
    object-position: top;
}

.home-card-specialist-info {
    padding: 30px;
}

.desc-specialist {
    color: #3D3D3D;
    font-size: 16px;
    max-width: 350px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-specialist-main {
    color: #FFFFFFB2;
}

.name-specialist {
    color: #030870;
    font-size: 24px;
    font-weight: 400;
    max-width: 350px;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1;
}

.name-specialist-main {
    color: #FFFFFF;
}

.name-blog-heath {
    color: #1A141F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stage-number-specialist {
    color: #030870;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.stage-number-specialist-main {
    color: #CEF17B;
}

.stage-specialist {
    color: #3D3D3D;
    font-size: 16px;
}

.stage-specialist-main {
    color: #FFFFFFB2;
}

.btn-card-specialist {
    border: none;
    background-color: #CEF17B;
    border-radius: 10px;
    padding: 11px 24px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 400;
    width: fit-content;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-card-specialist:hover {
    background-color: #C8F05B;
}

.swiper-slide-specialist {
    height: auto!important;
    width: 410px!important;
}

.custom-swiper-button-next-specialist, .custom-swiper-button-prev-specialist, .custom-swiper-button-prev-reviews, .custom-swiper-button-next-reviews, .custom-swiper-button-prev-heath, .custom-swiper-button-next-heath, .custom-swiper-button-next-review-modal, .custom-swiper-button-prev-review-modal, .custom-swiper-button-prev-licenses, .custom-swiper-button-next-licenses, .custom-swiper-button-next-licenses-end, .custom-swiper-button-prev-licenses-end, .custom-swiper-button-next-cost, .custom-swiper-button-prev-cost, .custom-swiper-button-next-more-new, .custom-swiper-button-prev-more-new, .custom-swiper-button-next-doc-pdf, .custom-swiper-button-prev-doc-pdf, .custom-swiper-button-next-more-new-3, .custom-swiper-button-prev-more-new-3, .custom-swiper-button-next-cost-skill, .custom-swiper-button-prev-cost-skill {
    border: none;
    background-color: #CEF17B;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.custom-swiper-button-next-specialist:hover, .custom-swiper-button-prev-specialist:hover, .custom-swiper-button-prev-reviews:hover, .custom-swiper-button-next-reviews:hover, .custom-swiper-button-prev-heath:hover, .custom-swiper-button-next-heath:hover, .custom-swiper-button-next-review-modal:hover, .custom-swiper-button-prev-review-modal:hover, .custom-swiper-button-prev-licenses:hover, .custom-swiper-button-next-licenses:hover, .custom-swiper-button-next-licenses-end:hover, .custom-swiper-button-prev-licenses-end:hover, .custom-swiper-button-next-cost:hover, .custom-swiper-button-prev-cost:hover, .custom-swiper-button-next-more-new:hover, .custom-swiper-button-prev-more-new:hover, .custom-swiper-button-next-doc-pdf:hover, .custom-swiper-button-prev-doc-pdf:hover, .custom-swiper-button-next-more-new-3:hover, .custom-swiper-button-prev-more-new-3:hover, .custom-swiper-button-next-cost-skill:hover, .custom-swiper-button-prev-cost-skill:hover {
    background-color: #C8F05B;
}

.custom-swiper-button-disabled {
    background-color: #DDDDDD !important;
    cursor: default !important;
}

.custom-swiper-button-disabled:hover {
    background-color: #DDDDDD !important;
}

.custom-swiper-button-disabled svg path {
    stroke: #878B8F !important;
}

.swiper-specialist-pagination-current, .swiper-reviews-pagination-current, .swiper-heath-pagination-current {
    color: #878B8F;
    font-size: 18px;
    font-weight: 900;
}

.swiper-specialist-pagination-total, .specialist-devisor-number-pagination, .swiper-reviews-pagination-total, .reviews-devisor-number-pagination, .swiper-heath-pagination-total, .heath-devisor-number-pagination {
    color: #878B8F;
    font-size: 14px;
    font-weight: 900;
}

.btn-all-specialist {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    position: relative;
    z-index: 2;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-all-specialist:hover {
    background-color: #C8F05B;
}

.btn-all-specialist-mob {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    position: relative;
    z-index: 2;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    width: 100%;
    justify-content: center;
}

.container-home-reviews {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F4F4F4;
    border-radius: 40px;
    position: relative;
}

.card-home-review {
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 30px;
    border-radius: 40px;
}

.swiper-slide-reviews {
    width: 500px!important;
}

.avatar-review-card {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    object-fit: cover;
    object-position: top;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.name-review-card {
    color: #1A141F;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.date-review-card {
    color: #878B8F;
    font-size: 16px;
}

.text-review-card {
    color: #3D3D3D;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.text-review-card.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.text-review-card-modal {
    color: #3D3D3D;
    font-size: 18px;
}

.text-lic-card-modal {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1;
}

.card-grant {
    border: 2px solid #DDDDDD;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 40px;
    position: relative;
}

.card-grant-blue {
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    border: none;
    overflow: hidden;
}

.img-grant {
    border-radius: 16px;
    width: 100px;
    height: 100px;
}

.text-card-grant {
    color: #3D3D3D;
    line-height: 20px;
}

.card-grant-blue .text-card-grant {
    color: #FFFFFFB2;
}

.block-photo-review-card {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.block-photo-review-card img {
    height: 100px;
    width: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.block-photo-review-card::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.link-platform-review {
    color: #030870;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline!important;
    font-family: 'Tenor Sans', sans-serif;
}

.btn-all-read-review-card {
    border: none;
    background-color: #CEF17B;
    padding: 8px 16px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-all-read-review-card:hover {
    background-color: #C8F05B;
}

.padding-reviews {
    padding-right: 0px!important;
    padding-left: 200px!important;
}

.btn-all-watch-reviews {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-all-watch-reviews:hover {
    background-color: #C8F05B;
}

.btn-video-review-right {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-video-review-right:hover {
    background-color: #C8F05B;
}

.btn-video-review-right-mob {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    margin-top: 30px;
    justify-content: center;
    margin-right: 24px;
    margin-left: 24px;
}

.container-home-all-health {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0!important;
}

.metka-card-heath {
    background-color: #DB4B4B26;
    border: none;
    padding: 2px 8px;
    border-radius: 999px;
    color: #DB4B4B;
    font-size: 14px;
    width: fit-content;
}

.date-card-heath {
    color: #878B8F;
    font-size: 14px;
}

.desc-card-heath {
    color: #3D3D3D;
    font-size: 16px;
    max-width: 350px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heathSwiper {

}

.container-fluid-heath-swiper {
    padding-left: 200px!important;
}

.container-questions {
    padding-top: 80px;
    padding-bottom: 80px;
}

.container-right-mob-services {

}

.container-right-specialist-mob {
    padding-right: 0!important;
    padding-left: 200px!important;
    overflow-x: hidden!important;
}


.container-right-heath-mob {

}

.card-feedback {
    border: 2px solid #DDDDDD;
    background-color: #F4F4F4;
    padding: 40px;
    border-radius: 40px;
}

.zag-form-feedback {
    color: #1A141F;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.input-form-feedback {
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 10px 12px;
    border-radius: 10px;
}

.input-form-feedback::placeholder {
    color: #878B8F;
}

.input-form-feedback:focus {
    outline: none;
    box-shadow: none;
    border-color: #74A2FF;
}

.label-form-feedback {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container {
    width: 20px;
    height: 20px;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #DDDDDD;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
}

.btn-submit-form-feedback {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-submit-form-feedback:hover {
    background-color: #C8F05B;
}

.accordion-custom {
    --bs-accordion-border-width: 0;
}

.accordion-custom .accordion-item {
    margin-bottom: 12px;
    border-radius: 20px !important;
    border: 2px solid #DDDDDD;
    overflow: hidden;
}

.accordion-custom .accordion-button {
    background-color: #FFFFFF;
    color: #1A141F;
    font-size: 20px;
    font-weight: 400;
    padding: 30px;
    font-family: 'Tenor Sans', sans-serif;
}

.accordion-custom .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

.accordion-custom .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #74A2FF;
  border-radius: 40px!important;

}
.accordion-custom .accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    color: #000;
}

.accordion-custom .accordion-body {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    color: #A0A0A0;
}

.footer {
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    position: relative;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.logo-text-footer {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    max-width: 367px;
    line-height: 1.4;
    font-family: 'Tenor Sans', sans-serif;
}

.text-footer-social-link {
    color: #FFFFFFB2;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.main-zag-nav-footer {
    color: #FFFFFFB2;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.link-nav-footer {
    color: #CEF17B;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 20px;
}

.text-phone-footer {
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.phone-link-footer {
    color: #FFFFFFB2;
}

.btn-footer {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-footer:hover {
    background-color: #C8F05B;
}

#map-yandex {
  width: 100%;
  height: 400px!important;
}

#map-yandex-2 {
  width: 100%;
  height: 424px!important;
}

#map-yandex-clinic {
    width: 100%;
    height: 400px;
}

.footer-hr {
    border-top: 2px solid #DDDDDD;
}

.footer-copirayt {
    color: #FFFFFFB2;
    font-size: 14px;
}

.footer-link-policy {
    color: #FFFFFFB2;
    font-size: 14px;
}

.burger-menu-header {
    border: none;
    background-color: #CEF17B;
    padding: 16px;
    border-radius: 10px;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile-menu {
  position: fixed;
  top: 122px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: flex-start;
}

.mobile-menu-content {
  background: white;
  width: 100%;
  max-height: 80vh;
  border-radius: 0px 0px 16px 16px;
  padding: 24px;
  transition: transform 0.3s ease-out;
  overflow-y: scroll;
}

.card-filter-review {
    border: 1px solid #DDDDDD;
    padding: 16px;
    border-radius: 150px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A141F;
    cursor: pointer;
}

.card-filter-review-active {
    background-color: #CEF17B;
    padding: 16px;
    border-radius: 150px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A141F;
    cursor: pointer;
}
.blog{
    display: none !important;
}
.mobile-menu.show .mobile-menu-content {
  transform: translateY(0);
}


.mobile-menu li {
  width: fit-content!important;
}

#mob-new-puct-services-home-card-desc {
    display: flex;
}

.img-in-card-hone-services-mob {
    display: none;
}

.none-info-services-click {
    display: none!important;
}

.block-img-services-click {

}

.home-clinics-card-disactive {
    background-color: transparent;
    border: none;
    border-left: 2px solid #DDDDDD;
}

.new-header-btn-search {
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    height: 46px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    width: 46px;
    cursor: pointer;
}

.search-container {
    position: relative;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    width: 746px;
    border-radius: 16px;
    padding: 30px;
}

.suggest-drop-menu-page-search {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    border-radius: 16px;
    padding: 30px;
    z-index: 1;
    display: none;
}

.search-suggestions-mob {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    border-radius: 16px;
    padding: 30px;
    z-index: 1;
    display: none;
}

.suggestion-section {

}

.suggestion-item {
    color: #1A141F;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
}

.suggestion-item:hover {
    color: #030870;
}

.suggestion-section-title {
    color: #878B8F;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 20px;
}

.search-input {
    position: absolute;
    right: 100%;
    top: 0;
    width: 700px;
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    transform: translateX(46px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    height: 46px;
    border-radius: 10px;
}

.search-input::placeholder {
    color: #878B8F;
}

.search-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #74A2FF;
}

.search-input.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.modal-content-feedback {
    border: none;
    background-color: #FFFFFF;
    box-shadow:
    0px 4px 6px -2px #1A141F08,
    0px 12px 16px -4px #1A141F14;
    border-radius: 40px;
    padding: 30px;
}

.modal-dialog-feedback {
     max-width: 1000px;
}

.modal-header-feedback {
    border-bottom: none!important;
    padding: 0;
}

.modal-body-feedback {
    padding: 0;
    margin-top: 32px;
}

.form-modal {
    width: 600px;
}

.modal-header .btn-close:focus {
    box-shadow: none!important;
    outline: none!important;
}

.modal-header .btn-close {
    background-color: #DDDDDD;
    border: none;
    height: 30px;
    width: 30px;
}

.container-specialist-promo {
    margin-top: 50px;
    margin-bottom: 80px;
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    border-radius: 40px;
    position: relative;
}

.container-2-specialist-promo {
    padding-top: 70px;
    padding-bottom: 86px;
}

.universal-btn {
    border: none;
    background-color: #CEF17B;
    padding: 16px 24px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    transition: background-color 0.3s ease;
}

.preview-video-review-card {
    width: 100%;
    height: 231px;
    object-fit: cover;
    border-radius: 16px;
}

.universal-btn:hover {
    background-color: #C8F05B;
}

.link-email-specialist-promo {
    color: #FFFFFFB2;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.link-email-specialist-promo a {
    color: #CEF17B;
    text-decoration: underline!important;
}

.reviewsSwiper, .heathSwiper{
    overflow: visible!important;
}

.btn-custom-drop-menu {
    border: none;
    background-color: #CEF17B;
    padding: 8px 16px;
    border-radius: 10px;
    color: #1A141F;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Tenor Sans', sans-serif;
    width: fit-content;
    transition: background-color 0.3s ease;
}

.btn-custom-drop-menu:hover {
    background-color: #C8F05B;
}

.container-specialist {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.card-filter-specialist {
    border: 1px solid #DDDDDD;
    border-radius: 150px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    cursor: pointer;
    color: #1A141F;
}

.dropdown-content-filter-specialist {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: none;
    border-radius: 16px;
    margin-top: 4px;
    padding: 8px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    min-width: 300px;
}

.dropdown-item-filter-specialist {
    padding: 8px 16px;
    cursor: pointer;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
    color: #1A141F;
}

.dropdown-item-filter-specialist:hover {
    color: #030870;
}

.clear-filter-specialist {
    color: #030870;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #030870;
}


.img-specialist-specialist {
    height: 350px;
    width: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    object-fit: cover;
    position: relative;
    object-position: top;
}

.img-blog-blog {
    height: 280px;
    width: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    object-fit: cover;
    position: relative;
    object-position: top;
}

.container-fluid-lic-slider-img {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.card-licenses {
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    border-radius: 40px;
}

.card-licenses-about {
    border: 1px solid #DDDDDD;
    width: 450px;
}

.swiper-slide-licences {
    height: auto!important;
    width: 496px!important;
}

.swiper-slide-grant {
    height: auto!important;
    width: 360px!important;
}

.img-licences {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    object-position: top;
}

.card-licences-info {
    padding: 30px;
}

.name-licences {
    color: #1A141F;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Tenor Sans', sans-serif;
}

.padding-left-con-licences {
    padding-left: 200px!important;
}

.licensesSwiper {
    overflow: visible!important;
}

.track {
    display: flex;
    gap: 16px;
}

.container-licenses {
    background-color: #F4F4F4;
    border-radius: 40px;
}

.modal-dialog-review, .modal-dialog-review-video {
    max-width: 1060px;
}

.modal-dialog-licenses {
    max-width: 550px;
}

.modal-body-review, .modal-body-review-video {
    padding: 0;
}

.modal-content-review, .modal-content-review-video {
    background-color: #FFFFFF;
    box-shadow:
    0px 4px 6px -2px #1A141F08,
    0px 12px 16px -4px #1A141F14;
    border-radius: 40px;
    padding: 30px;
}

.modal-content-licenses {
    padding: 15px;
}

.swiper-slide-modal-reviews img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 30px;
}

.none-desk {
    display: none;
}

.swiper-slide-modal-lic img {
    object-position: top;
}

.modal-header-review {
    border-bottom: none!important;
    padding: 0;
}

.specialist-paginator-arrow {
    background-color: #DDDDDD;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialist-paginator-arrow-active {
    background-color: #CEF17B;
}

.specialist-paginator-number {
    border-radius: 8px;
    padding: 12px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #878B8F;
    font-size: 14px;
}

.specialist-paginator-number-active {
    background-color: #CEF17B;
    color: #1A141F;
}

.img-preview-video-review {
    width: 100%;
    height: 231px;
    object-fit: cover;
    border-radius: 16px;
    position: relative;
}

.button-play-video-review {
    background-color: #CEF17B;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    cursor: pointer;
}

.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #CEF17B66;
    backdrop-filter: blur(3px);
    opacity: 1;
    z-index: 0;
    padding: 8px;
}


.card-reviews-review {
    height: fit-content;
}

.modal-content-filter-specialist {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-header-filter-specialist {
    border-bottom: none!important;
}

#btn-filter-specialist-modal-mob {
    background-color: #CEF17B;
    padding: 16px;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    color: #1A141F;
    cursor: pointer;
}

.card-services {
    border: 2px solid #DDDDDD;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 40px;
    position: relative;
}

.name-card-services {
    color: #1A141F;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 28px;
}

.price-card-services {
    color: #1A141F;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.comment-price-card-services {
    color: #878B8F;
    font-size: 14px;
}

.card-services-blue {
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    border: none;
    overflow: hidden;
}

.name-card-services-blue {
    color: #FFFFFF;
}

.price-card-services-blue {
     color: #FFFFFF;
}

.comment-price-card-services-blue {
    color: #FFFFFFB2;
}

.promo-education-zag-1 {
    max-width: 780px;
    font-size: 70px;
}

.name-card-direction-education {
    color: #1A141F;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.name-card-direction-education-blue {
    color: #FFFFFF;
}

.container-1-education-how {
    padding-top: 80px;
    padding-bottom: 80px;
}

.card-education-how-1 {
    border: 2px solid #DDDDDD;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 40px;
}

.text-card-education-how-1 {
    color: #1A141F;
}

.card-blue-education-how-1 {
    border: none;
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
}

.text-card-blue-education-how-1 {
    color: #FFFFFF;
}

.right-img-card-education-how-1 {
    border-radius: 40px;
    height: 348px;
    width: 600px;
    flex: 1;
    object-fit: cover;
    position: relative;
}

.right-img-card-history-about {
    height: 100%;
    position: sticky;
    top: 10px;
}

.container-education-cost {
    padding-top: 80px;
    padding-bottom: 80px;
}

.swiper-slide-cost {
    height: auto!important;
    width: 480px!important;
}

.card-cost-name {
    color: #1A141F;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Tenor Sans', sans-serif;
}

.card-cost-name-clamp {
}

.card-cost-one-el-height {
}

.card-cost-name-desc {
    color: #7F7F7F;
}

.card-cost-price {
    color: #1A141F;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Tenor Sans', sans-serif;
}

.card-cost-price-desc {
    color: #878B8F;
    font-size: 14px;
}

.card-cost-education {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 24px 20px;
    border-radius: 40px;
}

.list-name-cost-card {
    color: #878B8F;
}

.costSwiper {
    overflow: visible!important;
}

.card-cost-education-blue {
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    position: relative;
    overflow: hidden;
}

.card-cost-name-blue {
    color: #FFFFFF;
}

.card-cost-name-desc-blue {
    color: #FFFFFFB2;
}

.card-cost-price-blue {
    color: #FFFFFF;
}

.card-cost-price-desc-blue {
    color: #FFFFFFB2;
}

.list-name-cost-card-blue {
    color: #FFFFFFB2;
}

.container-education-if {
    padding-top: 80px;
    padding-bottom: 80px;
}

.card-if-pay {
    border: 2px solid #DDDDDD;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 40px;
    gap: 52px;
    position: relative;
}

.name-card-if-pay {
    color: #1A141F;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Tenor Sans', sans-serif;
}

.desc-card-if-pay {
    color: #878B8F;
}

.card-if-pay-blue {
    border: none;
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    overflow: hidden;
}

.name-card-if-pay-blue {
    color: #FFFFFF;
}

.desc-card-if-pay-blue {
    color: #FFFFFFB2;
}

.container-fluid-school {
    padding-top: 80px;
    padding-bottom: 80px;
}

.swiper-slide-school {
    height: auto!important;
    width: 316px!important;
}

.card-school {
    gap: 24px;
}

.ava-card-school {
    border-radius: 40px;
    object-fit: cover;
    height: 326px;
    width: 100%;
}

.name-author-school {
    color: #1A141F;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Tenor Sans', sans-serif;
}

.desc-author-school {
    color: #878B8F;
}

.comment-author-school {
    color: #878B8F;
}

.schoolSwiper {
    padding-left: 24px!important;
}

.container-what-ippsy {
    padding-top: 80px;
    padding-bottom: 80px;
}

.left-text-what-ippsy {
    color: #1A141F;
    line-height: 20px;
}

.width-left-what-ippsy {
    max-width: 570px;
}

.img-preview-video-social-services {
    width: 100%;
    object-fit: cover;
    height: 700px;
    border-radius: 40px;
}

.container-step-program {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F4F4F4;
    border-radius: 40px;
}

.card-step-program {
    gap: 24px;
    border: 2px solid #DDDDDD;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 40px;
    position: relative;
}

.name-step-program {
    color: #1A141F;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Tenor Sans', sans-serif;
}

.desc-step-program {
    color: #3D3D3D;
}

.card-step-program-blue {
    border: none;
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    overflow: hidden;
}

.name-step-program-blue {
    color: #FFFFFF;
}

.desc-step-program-blue {
    color: #FFFFFFB2;
}

.container-result-social-services {
    padding-top: 80px;
    padding-bottom: 80px;
}

.img-right-result-social-services {
    width: 767px;
    height: 589px;
    object-fit: cover;
    border-radius: 40px;
}

.digit-result-social-services {
    font-weight: 400;
    font-size: 24px;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1;
    color: #878B8F;
}

.desc-digit-result-social-services {
    color: #3D3D3D;
}

.container-about-social-services {
    padding-top: 80px;
    padding-bottom: 80px;
}

.name-clinic-about-social-services {
    color: #1A141F;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1;
}

.desc-about-clinic-social-services {
    color: #1A141F;
}

.grey-mini-zag {
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    color: #878B8F;
}

.value-grey-mini-zag {
    color: #1A141F;
}

.value-grey-mini-zag-email-phone {
    color: #030870;
    border-bottom: 1px solid #030870;
}

.img-left-about-social-services {
    object-fit: cover;
    border-radius: 40px;
    height: 400px;
}

.digit-step-right-about-social-services {
    background-color: #74A2FF;
    border-radius: 10px;
    padding: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
}

.vertical-line {
    width: 1px;
    min-height: 234px;
    background-color: #878B8F;
    flex-grow: 1;
}

.year-about-right-social-services {
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    color: #1A141F;
}

.zag-statis-about-right-social-services {
    color: #3D3D3D;
    font-size: 20px;
}

.value-zag-statis-about-right-social-services {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 600;
}

.blur-and-height {
    height: 151px;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
}

.blur-and-height::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.8) 30%,
        rgba(255, 255, 255, 0.4) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.blur-and-height.no-blur::before {
    opacity: 0;
    display: none;
}

.block-with-filter-no-active {
    display: none;
}

.block-with-filter {
    display: flex;
}

.watch-more-right-about-social-services {
    border: 1px solid #DDDDDD;
    border-radius: 150px;
    padding: 16px;
    color: #1A141F;
    width: fit-content;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.body-social-services .container-home-reviews {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.container-fluid-main-preim-social-services {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: #F4F4F4;
}

.card-main-preim-social-services {
    border: 2px solid #DDDDDD;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 40px;
    position: relative;
    display: flex;
}

.name-card-main-preim-social-services {
    color: #3D3D3D;
}

.card-main-preim-social-services-blue {
    border: none;
    background: linear-gradient(100.23deg, #030870 0%, #74A2FF 100%);
    overflow: hidden;
}

.name-card-main-preim-social-services-blue {
    color: #FFFFFF;
}

.vsmop-text {
    color: #1A141F;
}

.homo-promo-zag-1-about {
    max-width: 716px;
    font-size: 70px;
}

.container-fluid-about-page-about {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.img-left-about-page-about {
    border-radius: 40px;
    object-fit: cover;
    height: 390px;
}

.zag-right-about-page-about {
    color: #878B8F;
    font-size: 20px;
    width: 900px;
}

.body-clinic-inside .zag-right-about-page-about {
    max-width: 100%;
}

.digit-about-page-about {
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1;
    color: #878B8F;
    font-size: 30px;
}

.desc-digit-about-page-about {
    color: #3D3D3D;
}

.container-fluid-about-history {
    background: #F4F4F4;
    border-radius: 40px;
}

.container-fluid-about-awards {
    background: #F4F4F4;
    border-radius: 40px;

}

.left-about-awards {
    padding-top: 205px;
    padding-bottom: 205px;
    height: fit-content;
    flex: 1;
}

.right-about-award {
    height: 618px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.right-about-award::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.container-clinic-inside-teamlid {
    padding-top: 80px;
    padding-bottom: 80px;
}

.fio-clinic-inside-teamlid {
    color: #1A141F;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.dol-teamlid-clinic-inside {
    color: #878B8F;
}

.value-stage-teamlid-clinic-inside {
    color: #1A141F;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.stage-teamlid-clinic-inside {
    color: #878B8F;
}

.list-desc-teamlid-clinic-inside {
    color: #1A141F;
    font-size: 20px;
    line-height: 24px;
}

.img-teamlid-clinic-inside {
    border-radius: 40px;
    object-fit: cover;
    height: 622px;
    width: 100%;
    object-position: top;
}

.width-data-teamlid-clinic-inside {
    max-width: 430px;
}

.body-clinic-inside .container-homo-services {
    margin-top: 80px;
}

.container-fluid-slider-imgs-clinic-inside {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.img-slider-clinic-inside {
    width: 702px;
    height: 350px;
    object-fit: cover;
    border-radius: 40px;
}

.filter-active-green {
    background-color: #CEF17B;
    border: none;
}

.container-specialist-grey-new {
    background-color: #F4F4F4;
    border-radius: 40px;
    position: relative;
}

.container-new-qr-social-services {
    padding-top: 80px;
    padding-bottom: 80px;
}

.standart-text-width {
    color: #1A141F;
    max-width: 682px;
}

.left-new-qr-social-services {
    flex: 1;
}

.right-new-qr-social-services {
    background-color: #FFFFFF;
    padding: 30px;
    border: 2px solid #74A2FF;
    border-radius: 40px;
    position: relative;
}

.right-new-qr-social-services img {
    width: 300px;
    height: 300px;
}

.swiper-slide-doc-pdf {
    width: 100px!important;
    display: flex!important;
    flex-direction: column;
    gap: 18px;
}

.text-swiper-slide-doc-pdf {
    color: #030870;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    overflow: hidden;
}

.docPDFSwiper {
    width: 448px;
}

.left-download-doc-ippsy {
    width: 700px;
}

.card-doc-word-download {
    border: 2px solid #74A2FF;
    padding: 30px;
    border-radius: 40px;
    position: relative;
    background-color: #FFFFFF;
}

.card-doc-word-download .card-bg {
    opacity: 1;
    transform: rotate(8deg);
}

.content{
    overflow: hidden !important; 
}

.text-1-modal-success {
    max-width: 500px;
    color: #3D3D3D;
}

.flex-text-modal-success {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.text-2-modal-success {
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    color: #3D3D3D;
}

.text-3-modal-success {
    color: #3D3D3D;
    font-size: 14px;
}

.text-4-modal-success {
    color: #030870;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    border-bottom: 1px solid #030870;
    width: fit-content;
}

.modal-content-success-height {
    height: 432px;
}

.flex-block-what-wait {
    gap: 40px;
}

.left-what-wait {
    gap: 24px;
    width: 740px;
    height: 100%;
    position: sticky;
    top: 10px;
}

.text-left-what-wait {
    color: #1A141F;
    font-size: 20px;
}

.img-left-what-wait {
    border-radius: 40px;
    object-fit: cover;
    height: 441px;
}

.right-what-wait {
    flex: 1;
    gap: 20px;
}

.card-right-what-wait {
    border: 2px solid #DDDDDD;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.name-card-right-what-wait {
    color: #1A141F;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
}

.text-card-right-what-wait {
    color: #3D3D3D;
}

.flex-block-new-what-ippsy {
    gap: 60px;
}

.left-new-what-ippsy {
    gap: 40px;
    width: 660px;

}

.text-left-new-what-ippsy {
    color: #1A141F;
}

.right-new-what-ippsy {
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    position: relative;
    z-index: 1;
}

.img-right-new-what-ippsy {
    height: 185px;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}

.img-right-new-what-ippsy ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.right-new-what-ippsy-wrapper {
    position: relative;
    height: 500px;
    display: flex;
    flex: 1;
    overflow: hidden;
}

.right-new-what-ippsy-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.2) 95%, #FFFFFF 100%);
    pointer-events: none;
    z-index: 2;
}

.block-width-imgs-flex-column {
    width: 100%;
}

.specialist-inside-zag-width {
    max-width: 610px;
    font-size: 70px;
}

.container-specialist-inside {

}

.container-new-refactoring-form-specialist-inside-feedback {
    padding-bottom: 80px;
}

.flex-nav-specialist-inside {
    gap: 16px;
}

.card-nav-specialist-inside {
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 12px 22px;
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.card-nav-specialist-inside:hover {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.card-nav-specialist-inside-active {
    background-color: #CEF17B;
    border-color: #CEF17B;
}

.card-nav-specialist-inside-active:hover {
    background-color: #CEF17B;
    border-color: #CEF17B;
}


.flex-block-info-specialist-inside {
    margin-top: 60px;
    display: flex;
    align-items: start;
    gap: 60px;
}

.left-specialist-inside {
    width: 660px;
    display: flex;
    flex-direction: column;
}

.left-specialist-inside .img-left-specialist-inside {
    border-radius: 40px;
    object-fit: cover;
    height: 600px;
    object-position: top;
}

.zag-flex-block-specialist-inside {
    color: #1A141F;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 30px;
}

.text-left-specialist-inside {
    color: #1A141F;
}

.right-specialist-inside {
    flex: 1;
}

.text-left-specialist-inside a {
    color: #030870;
    border-bottom: 1px solid #030870;
}

.left-specialist-inside-none {
    display: none;
}

.block-services-specialist-inside {
    display: none;
}

.container-new-clinics {
}

.flex-block-data-clinic {
    gap: 60px;
}

.left-flex-block-data-clinic {
    gap: 24px;
    width: 730px;
}

.name-new-clinic-page-clinics {
    color: #1A141F;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.new-desc-text-clinic-page-clinics {
    color: #1A141F;
}

.right-flex-block-data-clinic {
    display: flex;
    align-items: start;
    flex: 1;
    justify-content: space-between;
}

.name-zag-right-flex-block-data-clinic {
    color: #878B8F;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.a-link-right-flex-block-data-clinic {
    color: #030870;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #030870;
}

.value-work-right-flex-block-data-clinic {
    color: #1A141F;
    font-size: 14px;
}

.container-map-new-page-clinics {
    padding-bottom: 80px;
}

.flex-row-card-clinics-mob-ifo {
    width: 750px;
}

.grey-zag-our-clinic-card {
    color: #878B8F;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.a-blue-link-our-clinic-card {
    color: #030870;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #030870;
}

.margin-top-40-24-new-base {
    display: flex;
}

.patient-slider {
    padding-bottom: 60px;
}

.digit-forloop-about-history {
    color: #878B8F;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
}

.modal-dialog-grants-info {
    max-width: 700px;
}

.modal-content-grants-info {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 6px -2px #1A141F08,
    0px 12px 16px -4px #1A141F14;
    border-radius: 40px;
    padding: 30px;
}

.modal-body-grants-info {
    padding: 0;
}

.name-modal-grants {
    font-family: 'Tenor Sans', sans-serif;
    color: #1A141F;
    font-weight: 400;
    font-size: 24px;
}

.column-main-info-modal-grants {
    gap: 24px;
    margin-top: 24px;
}

.text-main-modal-grants {
    white-space: pre-line;
    color: #3D3D3D;
    font-size: 18px;
}

.small-text-modal-grants {
    max-width: 370px;
}

.video-modal-grants {
    border-radius: 30px;
}

.text-for-digit-forloop-about-history {
    font-size: 20px;
}

.card-education-how-1-hover-new {
    position: relative;
    border: 1px solid #DDDDDD;
}

.card-education-how-1-hover-new:hover .digit-forloop-about-history {
    color: #CEF17B;
}

.card-education-how-1-hover-new:hover .wrap-for-hover-card-about-history-new {
    transform: rotate(0.7deg);
}

.wrap-for-hover-card-about-history-new {
    position: absolute;
    background-color: #CEF17B;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
}

.new-card-about-our-history {
    background: #FFFFFF;
    border: 2px solid #DDDDDD;
    backdrop-filter: blur(24px);
    padding: 32px;
    border-radius: 32px;
    gap: 20px;
}

.new-card-about-our-history-text {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
}

.new-card-about-our-history-zag {
    color: #1A141F;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 100%;
}

.new-card-about-our-history-first {
    background: linear-gradient(180deg, #030870 0%, #74A2FF 100%);
}

.new-card-about-our-history-text-first {
    color: #FFFFFFB2;
}

.new-card-about-our-history-zag-first {
    color: #FFFFFF;
}

.avatar-review-card-none-ava {
    background-color: #030870;
    padding: 7px;
}

.new-city-address-lic {
    color: #878B8F;
}

.lg-backdrop {
  background: rgba(60, 120, 200, 0.25);
  backdrop-filter: blur(6px) brightness(0.85);
  -webkit-backdrop-filter: blur(6px) brightness(0.85);
}

.lg-outer .lg-thumb-outer {
    background: rgba(60, 120, 200, 0.25);

}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    border-radius: 20px!important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #CEF17B!important;
}

.lg-next, .lg-prev {
    border-radius: 10px!important;
    background-color: #C8F05B!important;
    opacity: 1!important;
}

.lg-counter, .lg-toolbar, .lg-icon {
    color: white!important;
}

.lg-next .lg-icon, .lg-prev .lg-icon {
    color: black!important;
}

.lg-next, .lg-prev {
    color: black!important;
}

.text-search-count {
    color: #878B8F;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
}

.container-search-page-search {
    width: 817px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 3px;
    height: 46px;
    position: relative;
}

.arrow-search-page-search {
    background-color: #DDDDDD;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-search-page-search:hover {
    background-color: #CEF17B;
}

.name-search-page {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.container-icon-input-page-search {
    width: 80%;
}

.parag-name-article-new {
    font-weight: 700;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    color: #1A141F;
}

.parag-text-article-new {
    color: #1A141F;
    font-size: 18px;
}

.parag-photo-article-new {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 20px;
}

.blue_star{
    width: auto;
    height: 638px;
    position: absolute;
    top: 1500px;
    right: 0;

}
@media(max-width: 1800px) {
    .blue_star{
        width: auto;
        height: 404px;
        top: 3200px;
    }
}
@media(max-width: 1480px) {
    .blue_star{
        width: auto;
        height: 404px;
        top: 3100px;
    }
}
@media(max-width: 1145px) {
    .blue_star{
        width: auto;
        height: 234px;
        top: 3200px;
    }
}
@media(max-width: 941px) {
    .blue_star{
        width: auto;
        height: 234px;
        top: 2600px;
    }
}
@media(max-width: 710px) {
    .blue_star{
        display: none;
    }
}
@media(min-width: 1921px) {
    .container-right-specialist-mob {
        margin-left: calc((100vw - 1920px) / 2);
    }
    .padding-reviews {
         margin-left: calc((100vw - 1920px) / 2);
    }
    .heathSwiper {
    }
    .container-fluid-heath-swiper {
        margin-left: calc((100vw - 1920px) / 2);
    }
    .overflow-block-services {
        margin-left: calc((100vw - 1920px) / 2);
    }
    .padding-left-con-licences {
        margin-left: calc((100vw - 1920px) / 2);
    }
}

@media(min-width: 1851px) {
    .none-1851 {
        display: none!important;
    }
}


@media(max-width: 1850px) {
    .img-promo-education-page-adaptive {
        height: 450px;
    }
    .img-home-specialist {
        height: 310px;
    }
    .navbar-nav {
        gap: 16px!important;
    }
    .homo-promo-zag-0 {
        font-size: 24px;
    }
    .homo-promo-zag-0-new {
        font-size: 40px;
    }
    .homo-promo-zag-1 {
        font-size: 50px;
        max-width: 700px;
    }
    .homo-promo-zag-1-new {
        font-size: 32px;
    }
    .specialist-inside-zag-width {
        max-width: 587px;
    }
    .container-homo-services {
        margin-top: 120px;
    }
    .container-home-clinics {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container-home-specialist {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container-home-reviews {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container-home-all-health {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .heathSwiper {
        margin-top: 40px!important;
    }
    .container-questions {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .overflow-block-services {
        padding-bottom: 60px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .img-in-card-hone-services-mob {

    }
    .btn-home-services-card {

    }
    .container-home-about {
        margin-top: 120px;
    }
    .home-about-zag-1 {
        font-size: 60px;
    }
    .container {
        padding-left: 100px!important;
        padding-right: 100px!important;
    }
    .padding-container-services-mob {
        padding-left: 100px!important;
    }
    .padding-left-con-licences {
        padding-left: 100px!important;
    }
    .overflow-block-services {
        padding-left: 100px!important;
    }
    .container-home-specialist {

    }
    .padding-reviews {
        padding-right: 0px!important;
        padding-left: 100px!important;
    }
    .heathSwiper {
    }
    .container-fluid-heath-swiper {
        padding-left: 100px!important;
    }
    .container-right-mob-services {

    }
    .container-right-heath-mob {

    }
    .container-homo-services {
        padding-right: 0!important;
    }
    .container-right-specialist-mob {
        padding-right: 0!important;
        padding-left: 100px!important;
    }
    .container-home-all-health {
        padding-right: 0!important;
    }
    .promo__title-photo{
        position: absolute;
        width: 1400px;
        height: 520px;
        left: calc(50% - 1400px/2);
        top: 306px;
        border-radius: 40px;

    }

}

@media(max-width: 1750px) {
    .mob-flex-footer-nav {
        gap: 84px!important;
    }
    .mob-footer-info-company {
        display: none!important;
    }
    #map-yandex, .hidden-map-and-div-none {
        display: none;
    }
    .mob-footer-map {
        display: flex!important;
    }
    .img-home-heath {
        height: 210px;
    }
    .img-promo-services-page-adaptive {
        height: 400px;
    }
}

@media(max-width: 1700px) {
    .parag-photo-article-new {
        height: 500px;
    }
    .card-home-services-1 {

    }
    .list-services-mob {
        gap: 7px!important;
    }
    .img-home-specialist {
        height: 300px;
    }
    .digit-home-about-big-mob {
        font-size: 60px!important;
    }
}

@media(max-width: 1600px) {
    .none-desk-social-footer__new {
        display: none!important;
    }
    .flex-mob-social-footer__new {
        display: flex!important;
    }
    .flex-row-card-clinics-mob-ifo {
        width: 550px;
    }
    .left-flex-block-data-clinic {
        width: 650px;
    }
    .flex-block-info-specialist-inside {
        gap: 40px;
        margin-top: 40px;
    }
    .left-specialist-inside {
        width: 520px;
    }
    .left-specialist-inside .img-left-specialist-inside {
        height: 470px;
    }
    .img-specialist-specialist {
        height: 250px;
    }
    .left-new-what-ippsy {
        width: 500px;
    }
    .img-right-new-what-ippsy {
        height: 170px;
    }
    .flex-block-new-what-ippsy {
        gap: 40px;
    }
    .left-what-wait {
        width: 620px;
    }
    .img-left-what-wait {
        height: 370px;
    }
    .container-education-cost {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .img-promo-services-page-adaptive {
        height: 400px;
    }
    .container-new-qr-social-services {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gap-1024-qr-social-services {
        gap: 210px!important;
    }
    .standart-text-width {
        max-width: 682px;
    }
     .swiper-slide-doc-pdf img {
        width: 80px!important;
    }
    .docPDFSwiper {
        width: 368px;
    }
    .gap-122-swiper-pdf-doc-mob {
        gap: 80px!important;
    }
    .card-home-services-1 {
        padding: 20px;
    }
    .img-promo-clinic-inside-page-adaptive {
        height: 400px;
    }
    .img-promo-education-page-adaptive {
        height: 400px;
    }
    .img-promo-licences-page-adaptive {
        height: 380px;
    }
    .img-promo-about-page-adaptive {
        height: 550px;
    }
    .img-promo-reviews-page-adaptive {
        height: 350px;
        right: 150px!important;
    }
    .img-promo-blog-page-adaptive {
        height: 395px;
    }
    .swiper-slide-bag-img-1 {
        height: 440px!important;
    }
    .swiper-slide-bag-img-2 {
        height: 430px!important;
    }
    .swiper-slide-bag-img-3 {
        height: 430px!important;
    }
    .swiper-slide-bag-img-4 {
        height: 430px!important;
    }
    .container-what-ippsy, .container-step-program, .container-result-social-services, .container-about-social-services, .container-fluid-main-preim-social-services {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .card-main-preim-social-services {
        padding: 20px;
    }
    .img-preview-video-social-services {
        height: 500px;
    }
    .digit-result-social-services span {
        font-size: 40px!important;
    }
    .card-step-program {
        padding: 20px;
    }
    .img-right-result-social-services {
        width: 610px;
        height: 470px;
    }
    .width-left-what-ippsy {
        max-width: 570px;
    }
    .margin-top-116-result-social-services-mob {
        margin-top: 60px!important;
    }
    .body-clinic-inside .container-homo-services {
        margin-top: 60px;
    }
    .container-fluid-slider-imgs-clinic-inside {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container-clinic-inside-teamlid {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gap-80-clinic-inside-teamlid-mob {
        gap: 60px!important;
    }
    .card-licenses-about {
        width: 400px;
    }
    .gap-113-about-award-mob {
        gap: 73px!important;
    }
    .container-fluid-about-page-about {
        padding-top: 40px;
    }
    .digit-about-page-about span {
        font-size: 70px!important;
    }
    .gap-40-about-about-mob {
        gap: 24px!important;
    }
    .zag-right-about-page-about {
        font-size: 16px;
    }
    .card-cost-education-gap-40-mob, .card-cost-education-gap-32-mob {
        gap: 20px!important;
    }
    .card-if-pay {
        padding: 20px;
        gap: 30px;
    }
    .container-1-education-how {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container-2-services-social-ippsy {
        padding-top: 80px!important;
    }
    .card-services {
        padding: 20px;
    }
    .name-card-services, .price-card-services {
        font-size: 20px;
    }
    .img-promo-grant-page-adaptive {
        height: 473px!important;
    }
    .card-grant {
        padding: 20px;
    }
    .img-grant {
        width: 80px;
        height: 80px;
    }
    .img-1-promo-2-lic-mob {
        height: 341px!important;
        width: 650px!important;
    }
    .img-2-promo-2-lic-mob {
        height: 341px!important;
        width: 650px!important;
    }
    .img-3-promo-2-lic-mob {
        height: 283px!important;
        width: 650px!important;
    }
    .img-4-promo-2-lic-mob {
        height: 398px!important;
        width: 650px!important;
    }
    .card-licences-info {
        padding: 20px;
    }
    .img-licences {
        height: 220px;
    }
    .swiper-slide-licences {
        width: 410px!important;
    }
    .modal-dialog-review, .modal-dialog-review-video {
        max-width: 960px;
    }
    .modal-dialog-licenses {
        max-width: 550px;
    }
    .swiper-slide-modal-reviews img {
        height: 400px;
    }
    .swiper-slide-modal-lic img {
        height: 600px;
    }
    .button-arrow-review-top-mob {
        top: 55%!important;
    }
    .img-blog-blog {
        height: 250px;
    }
    .specialist-card-specialist {
    }
    .text-logo-header-2 {
        display: none;
    }
    .home-card-specialist-info {
        padding: 22px;
        gap: 8px!important;
    }
    .desc-specialist {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .gap-mob-card-specialist-button-stage {
        gap: 20px!important;
    }
    .accordion-custom .accordion-button {
        padding: 22px;
    }
    .home-about-zag-1 {
        font-size: 60px;
    }
    .clinics__title{
        width: 100% !important;
    }
    .container-fluid-lic-slider-img {
        padding-top: 30px;
    }

}

@media(max-width: 1590px) {
    .img-promo-social-services-page-adaptive {
        height: 330px;
    }
    .container-fluid-lic-slider-img {
        padding-top: 30px;
    }
    .card-education-how-1 {
        padding: 20px;
    }
    .img-promo-specialist-page-adaptive {
        height: 350px;
    }
    .container-specialist {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .container-specialist-promo {
        margin-bottom: 50px;
    }
    .navbar-nav {
        gap: 16px!important;
    }
    .btn-header-callback {
        font-size: 16px;
    }

    .home-about-card-zag-1, .home-about-card-zag-2 {
        font-size: 18px;
    }
    .zag-home-clinics-card-active, .zag-home-clinics-card-no-active {

    }
    .btn-home-clinics-card {
        font-size: 18px;
    }
}

@media(max-width: 1500px) {
    .block-img-services-click {
        display: block;
    }
    .block-right-photo-home-services-mob {
        display: none;
    }
    .input-header {

    }
    .navbar-nav {
        gap: 24px!important;
    }
    .img-home-specialist {
        height: 300px;
    }
}

@media(max-width: 1480px) {
    .parag-photo-article-new {
        height: 400px;
    }
    .gap-122-swiper-pdf-doc-mob {
        gap: 60px!important;
    }
    .img-promo-education-page-adaptive {
        height: 370px;
        right: 50px!important;
    }
    .img-promo-social-services-page-adaptive {
        height: 300px;
    }
    .img-promo-blog-page-adaptive {
        height: 355px;
        right: 70px!important;
    }
    .swiper-slide-bag-img-1 {
        height: 400px!important;
    }
    .swiper-slide-bag-img-2 {
        height: 430px!important;
    }
    .swiper-slide-bag-img-3 {
        height: 350px!important;
    }
    .swiper-slide-bag-img-4 {
        height: 350px!important;
    }
    .modal-header .btn-close {
        height: 20px;
        width: 20px;
    }
    .desc-digit-about-page-about {
        font-size: 14px;
    }
    .comment-price-card-services {
        font-size: 12px;
    }
    .img-promo-specialist-page-adaptive {
        height: 310px!important;
    }
    .promo__title-photo{
        position: absolute;
        width: 1300px;
        height: auto;
        left: calc(50% - 1040px/2);
        top: 274px;
        border-radius: 40px;

    }
    .content{
        margin-top: 366px !important;
    }
}

@media(max-width: 1450px) {
    .left-flex-block-data-clinic {
        width: 600px;
    }
    .name-new-clinic-page-clinics {
        font-size: 24px;
    }
    .img-promo-clinic-inside-page-adaptive {
        height: 350px;
        right: 50px!important;
    }
    .img-promo-licences-page-adaptive {
        height: 380px;
        right: 150px!important;
    }
    .home-about-zag-1 {
        font-size: 50px;
    }
    .swiper-slide-bag-img-3 {
        right: 100px!important;
        height: 390px!important;
    }
    .swiper-slide-bag-img-4 {
        right: 100px!important;
        height: 390px!important;
    }
}

@media(max-width: 1350px) {
    .new-card-about-our-history-zag {
        font-size: 18px;
    }
    .flex-wrap-for-ruc-width {
        flex-wrap: wrap;
    }
    .width-new-footer-all-clinic {
        width: 30%;
    }
    .zag-right-about-page-about {
        width: 700px;
    }
    .left-flex-block-data-clinic {
        width: 500px;
    }
    .flex-block-data-clinic {
        gap: 40px;
    }
    .left-what-wait {
        width: 460px;
    }
    .img-left-what-wait {
        height: 274px;
    }
    .card-right-what-wait {
        padding: 20px;
    }
    .img-promo-social-services-page-adaptive {
        height: 270px;
    }
    .img-promo-reviews-page-adaptive {
        height: 310px;
        right: 100px!important;
    }
    .img-promo-blog-page-adaptive {
        height: 300px;
        right: 20px!important;
        width: 600px;
    }
    .swiper-slide-bag-img-1 {
        height: 360px!important;
        right: 50px!important;
    }
    .margin-top-116-result-social-services-mob {
        gap: 18px!important;
    }
    .img-preview-video-social-services {
        height: 440px;
    }
    .name-step-program {
        font-size: 18px;
    }
    .desc-step-program {
        font-size: 14px;
    }
    .gap-80-clinic-inside-teamlid-mob {
        gap: 40px!important;
    }
    .fio-clinic-inside-teamlid {
        font-size: 24px;
    }
    .width-data-teamlid-clinic-inside {
        width: 370px;
    }
    .list-desc-teamlid-clinic-inside {
        font-size: 16px;
    }
    .card-licenses-about {
        width: 290px;
    }
    .gap-113-about-award-mob {
        gap: 44px!important;
    }
    .digit-about-page-about {
        font-size: 20px;
    }
    .gap-60-about-about-mob {
        gap: 40px!important;
    }
    .digit-about-page-about span {
        font-size: 50px!important;
    }
    .right-img-card-education-how-1 {
        width: 462px;
    }
    .img-promo-grant-page-adaptive {
        height: 423px!important;
    }
    .img-promo-specialist-page-adaptive {
        height: 290px!important;
        right: 40px!important;
    }
    .swiper-slide-bag-img-2 {
        right: 70px!important;
        height: 480px!important;
    }
    .swiper-slide-bag-img-3 {
        right: 30px!important;
    }
    .swiper-slide-bag-img-4 {
        right: 30px!important;
    }
    .container-header-2 {
        display: none!important;
    }
    .container-header-2-mob {
        display: flex!important;
    }
    .column-feedback-questions-mob {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .col-6-100-mob-feedback-questions {
        width: 100%;
    }
    .nav-link {
        color: #030870!important;
    }
    .search-container {
        display: none;
    }
    .text-logo-header-2 {
        display: flex;
    }
    .navbar-brand {
        max-width: 300px!important;
    }
    .nav-link:hover {
        border-bottom: none!important;
    }
    .nav-link {
        border-bottom: none!important;
    }
    .promo__title-photo{
        position: absolute;
        width: 1040px;
        height: 386px;
        left: calc(50% - 1040px/2) !important;
        top: 274px;
        border-radius: 40px;


    }
    .blog-no{
        display: none;
    }
    .blog{
        display: block !important;
    }
    .blog-button{
        display: none !important;
    }

}

@media(max-width: 1200px) {
    .parag-photo-article-new {
        height: 350px;
    }
    .flex-row-card-clinics-mob-ifo {
        width: 450px;
    }
    .font-size-14-mob, .grey-zag-our-clinic-card {
        font-size: 14px;
    }
    .container-new-refactoring-form-specialist-inside-feedback {
        padding-bottom: 60px;
    }
    .left-flex-block-data-clinic {
        width: 400px;
    }
    .new-desc-text-clinic-page-clinics, .name-zag-right-flex-block-data-clinic {
        font-size: 14px;
    }
    .name-new-clinic-page-clinics {
        font-size: 20px;
    }
    .flex-block-info-specialist-inside {
        gap: 20px;
    }
    .left-specialist-inside {
        width: 450px;
    }
    .right-new-qr-social-services img {
        height: 230px;
        width: 230px;
    }
    .gap-1024-qr-social-services {
        gap: 60px!important;
    }
    .standart-text-width {
        max-width: 582px;
    }
    .swiper-slide-doc-pdf img {
        width: 60px!important;
    }
    .docPDFSwiper {
        width: 288px;
    }
    .gap-122-swiper-pdf-doc-mob {
        gap: 50px!important;
    }
    .btn-footer {
        height: 46px;
    }
    .img-promo-social-services-page-adaptive {
        height: 230px;
    }
    .img-promo-licences-page-adaptive {
        height: 350px;
        right: 100px!important;
    }
    .modal-header-feedback-close-absolute-mob {
        top: 30px!important;
        right: 30px!important;
    }
    .container-what-ippsy, .container-step-program, .container-result-social-services, .container-about-social-services, .container-fluid-main-preim-social-services {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gap-80-container-result-social-services-mob {
        gap: 40px!important;
    }
    .img-right-result-social-services {
        width: 450px;
        height: 372px;
    }
    .width-left-what-ippsy {
        max-width: 432px;
    }
    .container-fluid-slider-imgs-clinic-inside {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .container-clinic-inside-teamlid {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .body-clinic-inside .container-homo-services {
        margin-top: 50px;
    }
    .container-fluid-about-page-about {
        padding-top: 50px;
    }
    .gap-40-about-about-mob {
        gap: 18px!important;
    }
    .width-left-about-about-mob {
        width: 350px;
    }
    .img-left-about-page-about {
        height: 238px;
    }
    .img-promo-grant-page-adaptive {
        height: 350px!important;
        right: 10px!important;
    }
    .img-grant {
        width: 60px;
        height: 60px;
    }
    .img-1-promo-2-lic-mob {
        height: 262px!important;
        width: 500px!important;
    }
    .img-2-promo-2-lic-mob {
        height: 262px!important;
        width: 500px!important;
    }
    .img-3-promo-2-lic-mob {
        height: 218px!important;
        width: 500px!important;
    }
    .img-4-promo-2-lic-mob {
        height: 306px!important;
        width: 500px!important;
    }
    .modal-dialog-review, .modal-dialog-review-video {
        max-width: 960px;
    }
    .modal-dialog-licenses {
        max-width: 600px;
    }
    .swiper-slide-modal-reviews img {
        height: 400px;
    }
    .swiper-slide-modal-lic img {
        height: 600px;
    }
    .button-arrow-review-top-mob {
        top: 55%!important;
    }
    .img-blog-blog {
        height: 240px;
    }
    .blog-card-blog {
    }
    .flex-wrap-promo-specialist-btn-text {
        flex-direction: column;
        align-items: start!important;
        margin-top: 20px!important;
        gap: 20px!important;
    }
    .img-specialist-specialist {
        height: 250px;
    }
    .specialistSwiper {
        overflow: visible!important;
    }
    .swiper-slide-bag-img-1 {
        height: 300px!important;
    }
    .swiper-slide-bag-img-2 {
        width: 400px!important;
        right: 70px!important;
        height: 400px!important;
    }
    .swiper-slide-bag-img-3 {
        right: 30px!important;
        height: 400px!important;
    }
    .swiper-slide-bag-img-4 {
        right: 20px!important;
        height: 350px!important;
    }
    .zag-home-clinics-card-active {
        font-size: 24px;
    }
    .mob-flex-left-specialist-home {
        align-items: center!important;
    }
    .button-arrow-home-specialist-margin-mob {
        margin-top: 0!important;
    }
    .home-about-zag-1 {
        font-size: 50px;
    }
    .swiper-slide-bag-img {

    }
    .home-about-mob-card-blue-number-review {
        flex-direction: column;
        align-items: start!important;
    }
    .img-in-card-hone-services-mob {
        max-width: 440px!important;
    }
    .mob-flex-left-specialist-home {
        display: flex;
        justify-content: space-between;
        padding-right: 80px;
    }
    .mob-flex-column-left-specialist-home {
        flex-direction: column;
        gap: 48px!important;
    }
    .row-gap-home-about-left-mob {
        gap: 40px;
        margin-right: 0!important;
    }
    .container {
        padding-left: 80px!important;
        padding-right: 80px!important;
    }
    .padding-container-services-mob {
        padding-left: 80px!important;
    }
    .overflow-block-services {
        padding-left: 80px!important;
    }
    .container-home-specialist {

    }
    .padding-left-con-licences {
        padding-left: 80px!important;
    }
    .padding-reviews {
        padding-right: 0px!important;
        padding-left: 80px!important;
    }
    .heathSwiper {
    }
    .container-fluid-heath-swiper {
        padding-left: 80px!important;
    }
    .container-right-mob-services {

    }
    .container-right-heath-mob {

    }
    .container-homo-services {
        padding-right: 0!important;
    }
    .container-right-specialist-mob {
        padding-right: 0!important;
        padding-left: 80px!important;
    }
    .container-home-all-health {
        padding-right: 0!important;
    }
    .homo-promo-zag-0 {
        max-width: 559px;
    }
}

@media(max-width: 1150px) {
    .none-desk-social-footer-reverse__new {
        display: flex!important;
    }
    .flex-mob-social-footer-reverse__new {
        display: none!important;
    }
    .home-clinics-card-active {
        flex-direction: column;
        gap: 40px!important;
    }
    .margin-top-40-24-new-base {
        margin-top: 24px!important;
    }
    .flex-row-card-clinics-mob-ifo {
        width: 100%;
        row-gap: 24px;
    }
    .home-clinics-card-disactive .flex-row-card-clinics-mob-ifo {
        row-gap: 0px;
    }
    .class-for-flex-1-w-100 {
        width: 100%;
    }
    .left-new-what-ippsy {
        width: 400px;
    }
    .img-right-new-what-ippsy {
        height: 120px;
    }
    .img-promo-clinic-inside-page-adaptive {
        height: 300px;
        right: 30px!important;
    }
    .img-promo-education-page-adaptive {
        height: 330px;
        right: 30px!important;
    }
    .mob-flex-footer-nav {
        gap: 50px!important;
    }
    .filterable-block {
        flex-direction: column;
    }
    .digit-result-social-services {
        font-size: 20px;
    }
    .desc-digit-result-social-services {
        font-size: 14px;
    }
    .digit-result-social-services span {
        font-size: 30px!important;
    }
    .gap-20-list-desc-teamlid-clinic-inside-mob {
        gap: 16px!important;
    }
    .gap-40-fio-clinic-inside-teamlid-mob {
        gap: 20px!important;
    }
    .gap-60-left-right-clinic-inside-teamlid-mob {
        gap: 30px!important;
    }
    .img-promo-grant-page-adaptive {
        height: 320px!important;
        object-fit: contain!important;
    }
    .home-about-cards-mob {
        display: block!important;
    }
    .home-about-cards-desk {
        display: none!important;
    }
    .align-start-home-about-mob {
        align-items: start!important;
    }
    .home-about-mob-card-blue-number-review {
        flex-direction: row!important;
        align-items: start!important;
    }
    .flex-column-1024-about-40-specialist {
        flex-direction: column;
        align-items: start!important;
    }
    .home-clinics-card-active {
        flex-wrap: wrap;
    }
    .flex-row-card-clinics-mob-ifo {

    }
    .justify-content-start-mob-education {
        justify-content: start!important;
    }
    .img-in-card-hone-services-mob {
        max-width: 100%!important;
        width: 100%;
        max-height: 379px!important;
    }
}
@media(max-width: 1100px) {
    .new-card-about-our-history-zag {
        font-size: 16px;
    }
    .new-card-about-our-history-text {
        font-size: 14px;
    }
    .zag-right-about-page-about {
        width: 600px;
    }
    .margin-top-60-old-new-small-mob {
        margin-top: 30px!important;
    }
    .digit-forloop-about-history {
        font-size: 30px;
    }
     .swiper-slide-doc-pdf img {
        width: 50px!important;
    }
    .docPDFSwiper {
        width: 224px;
    }
    .gap-122-swiper-pdf-doc-mob {
        gap: 30px!important;
    }
    .right-new-qr-social-services img {
        height: 230px;
        width: 230px;
    }
    .gap-1024-qr-social-services {
        gap: 60px!important;
    }
    .standart-text-width {
        max-width: 514px;
    }
    .img-preview-video-social-services {
        height: 350px;
    }
    .img-right-result-social-services {
        width: 412px;
    }
    .gap-113-about-award-mob {
        flex-direction: column;
    }
    .left-about-awards {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .flex-row-about-award-card-mob {
        flex-direction: row!important;
    }
    .right-about-award {
        height: auto;
        gap: 20px!important;
    }
    .gap-113-about-award-mob {
        gap: 29px!important;
    }

    .container-fluid-about-awards {
        padding-bottom: 50px;
    }
    .promo__title-photo {
        position: absolute;
        width: 924px;
        height: 343px;
        left: calc(50% - 924px/2) !important;
        top: 300px !important;
        border-radius: 40px;

   }
   .content__description{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;

        width: 800px ;
        height: 66px ;

   }
   .content__chapter{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;

        width: 800px;
        height: 266px;
   }
}
@media(max-width: 1024px) {
    .new-card-about-our-history {
        width: 100%;
        padding: 20px;
        justify-content: start!important;
    }
    .row-new-card-about-our-history {
        flex-wrap: nowrap!important;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 12px;
    }
    .row-new-card-about-our-history::-webkit-scrollbar {
        display: none;
    }
    .row-new-card-about-our-history [class*="col-md-"] {
        width: 80%;
        padding: 0;
    }
    .row-new-card-about-our-history .col-img {
        display: none!important;
    }
    .modal-content-grants-info {
        border-radius: 20px;
    }
    .patient-slider {
        padding-bottom: 50px;
    }
    .container-home-clinics, .container-home-reviews {
        border-radius: 20px;
    }
    .container-new-refactoring-form-specialist-inside-feedback {
        padding-bottom: 50px;
    }
    .left-specialist-inside .img-left-specialist-inside {
        border-radius: 20px;
    }
    .right-flex-block-data-clinic {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    #map-yandex-clinic {
        height: 300px;
    }
    .new-map-clinic-border-20 {
        border-radius: 20px!important;
    }
    .left-new-what-ippsy {
        width: 350px;
    }
    .img-right-new-what-ippsy {
        height: 120px;
    }
    .left-what-wait {
        width: 412px;
    }
    .img-left-what-wait {
        height: 245px;
        border-radius: 20px;
    }
    .card-right-what-wait {
        border-radius: 20px;
    }
    .modal-content-review, .modal-content-review-video {
        border-radius: 20px;
    }
    .swiper-slide-modal-reviews img {
        border-radius: 20px;
    }
    .modal-content-feedback {
        border-radius: 20px;
    }
    .padding-mob-80-mob-about-promo {
        padding-bottom: 50px!important;
    }
    .img-in-card-hone-services-mob {
        border-radius: 30px!important;
    }
    .img-teamlid-clinic-inside, .img-left-about-page-about, .img-slider-clinic-inside, .card-education-how-1, .right-img-card-education-how-1, .card-if-pay, .img-preview-video-social-services, .card-step-program, .img-right-result-social-services, .img-left-about-social-services, .card-main-preim-social-services, .card-cost-education, .ava-card-school {
        border-radius: 20px;
    }
    .noise-overlay {
        display: none;
    }
    .card-licenses {
        border-radius: 20px;
    }
    .container-new-qr-social-services {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .right-new-qr-social-services {
        padding: 20px;
        border-radius: 20px;
    }
    .img-promo-services-page-adaptive {
        height: 350px!important;
    }
    .container-questions {
        padding-top: 30px;
    }
    .container-home-specialist {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .card-services {
        border-radius: 20px;
    }
    .container-specialist-promo {
        overflow: hidden;
    }
    .btn-video-review-right {
        height: 46px;
    }
    .homo-promo-btn-callback {
        height: 46px;
    }
    .homo-promo-zag-0 {
        font-size: 20px;
    }
    .homo-promo-zag-0-new {
        font-size: 32px;
    }
    .container-home-promo, .home-about-card-1, .home-about-card-2, .card-home-services-1, .home-card-specialist, .card-home-review, .card-feedback, .container-specialist-promo, .card-grant {
        border-radius: 20px;
    }
    .home-clinics-card-active {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .img-home-specialist, .img-home-heath, .footer, .img-blog-blog, .img-specialist-specialist, .img-licences {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    .accordion-custom .accordion-item:has(.accordion-button:not(.collapsed)) {
        border-radius: 20px!important;
    }
    .img-promo-education-page-adaptive {
        height: 270px;
        right: 30px!important;
    }
    .img-promo-about-page-adaptive {
        height: 400px;
        width: 400px;
    }
    .digit-about-page-about span {
        font-size: 40px!important;
    }
    .right-img-card-education-how-1 {
        width: 366px;
    }
    .img-promo-grant-page-adaptive {
        height: 257px!important;
        object-fit: contain!important;
        right: 0!important;
    }
    .img-1-promo-2-lic-mob {
        height: 236px!important;
        width: 450px!important;
    }
    .img-2-promo-2-lic-mob {
        height: 236px!important;
        width: 450px!important;
    }
    .img-3-promo-2-lic-mob {
        height: 196px!important;
        width: 450px!important;
    }
    .img-4-promo-2-lic-mob {
        height: 276px!important;
        width: 450px!important;
    }
    .modal-dialog-review, .modal-dialog-review-video {
        max-width: 864px;
    }
    .modal-dialog-licenses {
        max-width: 600px;
    }
    .swiper-slide-modal-reviews img {
        height: 300px;
    }
    .swiper-slide-modal-lic img {
        height: 600px;
    }
    .button-arrow-review-top-mob {
        top: 45%!important;
    }
    .img-promo-specialist-page-adaptive {
        height: 270px!important;
    }
    .container-home-promo {
        height: 528px;
   }
    .padding-top-promo-mob {
        padding-top: 40px!important;
    }
    .swiper-slide-bag-img {

    }
    .container {
        padding-left: 60px!important;
        padding-right: 60px!important;
    }
    .padding-container-services-mob {
        padding-left: 60px!important;
    }
    .padding-left-con-licences {
        padding-left: 60px!important;
    }
    .overflow-block-services {
        padding-left: 60px!important;
    }
    .container-home-specialist {

    }
    .padding-reviews {
        padding-right: 0px!important;
        padding-left: 60px!important;
    }
    .heathSwiper {
    }
    .container-fluid-heath-swiper {
        padding-left: 60px!important;
    }
    .container-right-mob-services {

    }
    .container-right-heath-mob {

    }
    .container-homo-services {
        padding-right: 0!important;
    }
    .container-right-specialist-mob {
        padding-right: 0!important;
        padding-left: 60px!important;
    }
    .container-home-all-health {
        padding-right: 0!important;
    }
    .mob-flex-left-specialist-home {
        display: flex;
        justify-content: space-between;
        padding-right: 60px;
    }
    .swiper-slide-bag-img-1 {
        height: 250px!important;
    }
    .swiper-slide-bag-img-2 {
        width: 400px!important;
        right: 30px!important;
        height: 350px!important;
    }
    .swiper-slide-bag-img-3 {
        right: 30px!important;
        height: 300px!important;
    }
    .swiper-slide-bag-img-4 {
        right: 20px!important;
        height: 300px!important;
    }
}

@media(max-width: 1000px) {
    .img-bag-reviews-mob-width {
        width: 150px;
        height: 300px!important;
    }
    .form-modal {
        width: 100%;
    }
    .img-men-modal {
        display: none;
    }
    .img-opacity-mob-modal {
        opacity: 0.3;
    }
}

@media(max-width: 991px) {
    .flex-wrap-for-ruc-width {
        flex-wrap: wrap;
        gap: 20px!important;
    }
    .font-size_new-all-clinic {
        font-size: 14px;
    }
    .new-link-size-more-small {
        font-size: 13px;
    }
    .width-new-footer-all-clinic {
        width: 40%;
    }
    .container-search-page-search {
        width: 100%;
    }
    .suggestion-item {
        font-size: 13px;
    }
    .search-suggestions-mob {
        padding: 15px;
    }
    .digit-forloop-about-history {
        font-size: 24px;
    }
    .left-specialist-inside .img-left-specialist-inside {
        height: 400px;
    }
    .flex-block-info-specialist-inside {
        flex-direction: column;
        gap: 20px;
    }
    .left-specialist-inside {
        width: 100%;
    }
    .right-specialist-inside {
        width: 100%;
    }
    .mob-flex-footer-nav {
        gap: 30px!important;
    }
    .main-zag-nav-footer {
        font-size: 20px;
    }
    .link-nav-footer {
        font-size: 15px;
    }
    .padding-0-mob-home-about-card-col {
        padding: 0;
    }
    .home-about-mob-card-blue-number-review {
        margin-top: 35px;
    }
}

@media(max-width: 950px) {
    .parag-photo-article-new {
        height: 250px;
    }
    .parag-text-article-new {
        font-size: 16px;
    }
    .parag-name-article-new {
        font-size: 20px;
    }
    .swiper-slide-bag-img-1 {
        height: 230px!important;
    }
    .swiper-slide-bag-img-2 {
        width: 400px!important;
        right: 20px!important;
        height: 300px!important;
    }
    .swiper-slide-bag-img-3 {
        right: 90px!important;
        height: 220px!important;
    }
    .swiper-slide-bag-img-4 {
        right: 20px!important;
        height: 250px!important;
    }
    .img-promo-about-page-adaptive {
        height: 300px;
        width: 350px;
    }
    .gap-60-column-mob-education-how {
        flex-direction: column;
        align-items: start!important;
        gap: 40px!important;
    }
    .w-100-mob {
        width: 100%;
    }
    .right-img-card-education-how-1 {
        width: 100%;
        height: 240px;
        max-height: 240px;
    }
    .specialist-card-specialist {
    }
    .img-promo-blog-page-adaptive {
        height: 300px!important;
    }
    .img-promo-services-page-adaptive {
        height: 350px!important;
        object-fit: contain!important;
    }
}

@media(max-width: 890px) {
    .swiper-slide-doc-pdf {
        gap: 8px;
    }
    .flex-wrap-modal-grants-750 {
        flex-direction: column;
        gap: 16px;
    }
    .video-modal-grants {
        width: 100%;
        height: 100%;
    }
    .small-text-modal-grants {
        width: 100%;
    }
    .text-main-modal-grants {
        font-size: 16px;
    }
    .flex-block-data-clinic {
        flex-direction: column;
    }
    .left-flex-block-data-clinic {
        width: 100%;
    }
    .right-flex-block-data-clinic {
        width: 100%;
    }
    #map-yandex-clinic {
        height: 200px;
    }
    .container-map-new-page-clinics {
        padding-bottom: 50px;
    }
    .flex-block-new-what-ippsy {
        flex-direction: column-reverse;
        align-items: start!important;
    }
    .right-new-what-ippsy-wrapper {
        width: 100%;
        height: 300px;
    }
    .left-new-what-ippsy {
        width: 100%;
    }
    .img-right-new-what-ippsy {
        height: 120px;
    }
    .right-new-what-ippsy {
        height: 300px;
    }
    .container-new-qr-social-services {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .swiper-wrapper-doc-pdf-top-49-mob {
        margin-top: 24px!important;
    }
    .gap-122-swiper-pdf-doc-mob {
        flex-direction: column;
    }
    .docPDFSwiper {
        width: 100%;
    }
    .gap-1024-qr-social-services {
        flex-direction: column;
        gap: 30px!important;
    }
    .standart-text-width {
        max-width: 100%;
    }
    .none-mob {
        display: none;
    }
    .none-desk {
        display: block;
    }
    .text-card-education-how-1 {
        font-size: 15px;
    }
    .card-if-pay {
        gap: 24px;
    }
    .flex-column-about-page-about-plashca-mob {
        flex-direction: column;
    }
    .flex-column-about-page-about-plashca-mob img {
        display: none;
    }
    .modal-header-feedback-close-absolute-mob {
        top: 20px!important;
        right: 20px!important;
    }
    .modal-header .btn-close {
        height: 15px;
        width: 15px;
    }
    .flex-column-what-ippsy-mob {
        flex-direction: column;
        gap: 24px;
    }
    .gap-80-container-result-social-services-mob {
        flex-direction: column;
        row-gap: 32px!important;
    }
    .img-right-result-social-services {
        width: 100%;
    }
    .img-preview-video-social-services {
        height: 220px;
    }
    .img-left-about-social-services {
        width: 100%;
        height: 240px;
    }
    .width-left-what-ippsy {
        max-width: 100%;
    }
    .gap-60-about-about-mob {
        flex-direction: column-reverse;
        margin-top: 20px!important;
    }
    .width-left-about-about-mob button {
        width: 100%!important;
        justify-content: center;
    }
    .width-left-about-about-mob {
        width: 100%;
        flex-direction: column-reverse!important;
    }
    .zag-right-about-page-about {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }
    .digit-about-page-about span {
        font-size: 30px!important;
    }
    .width-img-bag-mob-about {
        width: 100px;
        top: 25%!important;
    }
    .gap-60-left-right-clinic-inside-teamlid-mob {
        flex-direction: column;
    }
    .div-img-teamlid-mob-100-width {
        width: 100%;
    }
    .img-teamlid-clinic-inside {
        height: 450px;
    }
}

@media(max-width: 800px) {
    .new-city-address-lic {
        font-size: 12px;
    }
    .flex-block-what-wait {
        flex-direction: column;
    }
    .left-what-wait {
        width: 100%;
        position: static;
    }
    .img-left-what-wait {
        height: 204px;
    }
    .name-card-right-what-wait {
        font-size: 18px;
    }
    .text-left-what-wait {
        font-size: 16px;
    }
    .padding-mob-80-mob-about-promo {
        padding-bottom: 30px!important;
    }
    .card-doc-word-download {
        display: none;
    }
    .left-download-doc-ippsy {
        width: 100%;
        gap: 20px!important;
    }
    .left-download-doc-ippsy-parent-top-mob {
        margin-top: 20px!important;
    }
    .img-promo-clinic-inside-page-adaptive {
        height: 210px;
        right: 0!important;
        width: 100%;
        object-fit: contain!important;
    }
    .img-promo-education-page-adaptive {
        height: 170px;
        width: 100%;
        right: 0!important;
        object-fit: contain!important;
    }
    .img-promo-social-services-page-adaptive {
        height: 197px;
        right: 0!important;
        width: 100%;
        object-fit: contain!important;
    }
    .img-promo-licences-page-adaptive {
        height: 200px;
        right: 0px!important;
        width: 100%;
        object-fit: contain!important;
        object-position: right!important;
    }
    .fio-clinic-inside-teamlid {
        font-size: 18px;
    }
    .container-fluid-about-page-about {
        padding-bottom: 30px;
    }
    .container-clinic-inside-teamlid {
        padding-top: 10px;
    }
    .img-promo-reviews-page-adaptive {
        height: 200px;
        right: 0!important;
        width: 100%;
        object-fit: contain!important;
    }
    .img-bag-promo-blog-mob-width {
        width: 250px;
        height: 300px!important;
        top: auto!important;
        bottom: 0;
        right: -90px!important;
    }
    .btn-our-history-about-w-100-mob {
        width: 100%;
        justify-content: center;
    }
    .container-1-education-how {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .container-fluid-about-history {
        padding-top: 50px;
    }
    .container-fluid-about-page-about {
        padding-top: 0;
    }
    .img-promo-grant-page-adaptive {
        height: 230px!important;
        object-fit: contain!important;
        width: 100%!important;
        right: 0!important;
    }
    .swiper-slide-licences {
        width: 342px!important;
    }
    .img-licences {
        height: 200px;
    }
    .modal-content-review, .modal-content-review-video {
        padding: 20px;
    }
    .text-review-card-modal {
        font-size: 14px;
    }
    .modal-dialog-review, .modal-dialog-review-video {
        max-width: 100%;
    }
    .modal-dialog-licenses {
        max-width: 600px;
    }
    .swiper-slide-modal-reviews img {
        height: 216px;
    }
    .swiper-slide-modal-lic img {
        height: 500px;
    }
    .img-promo-specialist-page-adaptive {
        height: 174px!important;
        width: 100%;
        right: 0!important;
        object-fit: contain!important;
    }
    .img-promo-blog-page-adaptive {
        height: 210px!important;
        width: 100%;
        right: 0!important;
        object-fit: contain!important;
    }
    .container-2-specialist-promo {
        height: 440px;
        padding-top: 30px!important;
    }
    .educ-flug-height-con .container-2-specialist-promo {
        height: 520px;
    }
    .container-2-blog-promo {
        height: 500px;
    }

    .container-2-specialist-promo .universal-btn {
        width: 100%;
        justify-content: center;
    }
    .phone-header-1 {
        display: none;
    }
    .phone-header-2-800 {
        display: block!important;
    }
    .text-logo-header-2 {
        display: none;
    }
    .img-promo-services-page-adaptive {
        height: 250px!important;
        object-fit: contain!important;
        width: 100%!important;
        right: 0!important;
    }
}

@media(max-width: 767px) {
    .img-left-what-wait {
        object-position: top;
    }
    .img-right-result-social-services {
        height: 200px;
    }
    .gap-113-about-award-mob .universal-btn {
        width: 100%!important;
        justify-content: center;
    }
    .name-card-if-pay, .home-services-card-zag-1 {
        font-size: 20px;
    }
    .mob-flex-column-left-specialist-home {
        gap: 24px!important;
    }
    .btn-card-specialist {
        height: 46px!important;
    }
    .universal-btn {
        height: 46px;
    }
    .home-services-all-btn-mob, .btn-home-clinics-card, .btn-all-specialist-mob, .btn-all-watch-reviews, .btn-video-review-right-mob, .btn-submit-form-feedback {
        height: 46px;
    }
    .container-home-clinics, .container-home-reviews {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .btn-home-clinics-card {
        margin-top: 20px!important;
    }
    .home-clinics-card-active {
        gap: 20px!important;
    }
    .img-in-card-hone-services-mob {
        border-radius: 20px!important;
    }
    .overflow-block-services {
        padding-bottom: 30px;
        padding-top: 20px!important;
    }
    .img-promo-social-services-page-adaptive {
        height: 170px;
        right: 0!important;
        width: 100%;
        object-fit: contain!important;
    }
    .img-bag-specialist-mob-width {
        width: 150px;
    }
    .img-bag-reviews-mob-width {
        width: 150px;
        height: 300px!important;
    }
    .container-flex-arrow-zag-mob-health {
        display: flex;
        justify-content: space-between;
        row-gap: 16px;
        align-items: center;
        flex-wrap: wrap;
    }
    .none-margin-top-heath-arrow-mob {
        margin-top: 0!important;
    }
    .container-flex-arrow-zag-mob-health .home-about-zag-1 {
        max-width: 200px;
    }
    .img-opacity-mob-modal {
        width: 100%;
    }
    .modal-body-feedback {
        margin-top: 16px;
    }
    .zag-modal-feedback-size-mob {
        font-size: 18px!important;
    }
    .container-what-ippsy, .container-step-program, .container-result-social-services, .container-about-social-services, .container-fluid-main-preim-social-services {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .container-what-ippsy {
        padding-top: 0;
    }
    .gap-20-filter-about-social-services {
        gap: 10px!important;
    }
    .flex-wrap-custom-filter-about-social-services {
        flex-direction: column;
        align-items: start!important;
    }
    .left-auto-del-mob {
        left: 0!important;
    }
    .name-clinic-about-social-services, .year-about-right-social-services {
        font-size: 20px;
    }
    .desc-about-clinic-social-services, .value-grey-mini-zag {
        font-size: 14px;
    }
    .zag-statis-about-right-social-services, .value-zag-statis-about-right-social-services {
        font-size: 16px;
    }
    .about-container-promo-height-mob {
        height: 550px;
    }
    .flug-new-height-about-promo .about-container-promo-height-mob {
        height: 550px;
    }
    .img-promo-about-page-adaptive {
        width: 100%!important;
        object-fit: contain!important;
        object-position: right!important;
    }
    .img-slider-clinic-inside {
        height: 200px;
        width: 342px;
    }
    .body-education .container-questions {
        padding-top: 50px;
    }
    .container-education-if {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .container-education-if-2-about {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .container-fluid-school {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .container-home-reviews {

    }
    .container-services-promo-height-mob {
        height: 523px;
    }
    .img-promo-services-page-adaptive {
        height: 280px!important;
        object-position: right!important;
    }
    .container-2-services-social-ippsy {
        padding-top: 60px!important;
    }
    .img-promo-grant-page-adaptive {
        height: 230px!important;
        object-fit: contain!important;
        width: 100%!important;
        right: 0!important;
    }
    .img-grant {
        width: 50px;
        height: 50px;
    }
    .swiper-slide-grant {
        width: 342px!important;
    }
    .container-fluid-lic-slider-img {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .img-1-promo-2-lic-mob {
        height: 179px!important;
        width: 342px!important;
    }
    .img-2-promo-2-lic-mob {
        height: 179px!important;
        width: 342px!important;
    }
    .img-3-promo-2-lic-mob {
        height: 149px!important;
        width: 342px!important;
    }
    .img-4-promo-2-lic-mob {
        height: 210px!important;
        width: 342px!important;
    }
    .name-licences {
        font-size: 20px;
    }
    .container-licenses {
        margin-bottom: 50px;
    }
    .container-specialist {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .body-review-padding-top .container-specialist {
        padding-top: 30px;
    }
    .container-specialist-promo {
        margin-bottom: 50px;
    }
    .form-specialist-filter {
        display: none!important;
    }
    .form-specialist-filter-mob {
        display: flex!important;
    }
    .modal-content-feedback {
        padding: 20px;
    }
    .container-home-about, .container-homo-services {
        margin-top: 50px;
    }
    .container-questions {
        padding-top: 0;
    }
    .body-main-home .container-questions {
        padding-top: 40px;
    }
    .img-home-specialist {
        height: 240px;
    }
    .swiper-slide-bag-img-1 {
        width: 100%!important;
        height: 240px!important;
        right: 0!important;
        object-fit: contain!important;
        object-position: bottom!important;
    }
    .swiper-slide-bag-img-2 {
        width: 400px!important;
        right: 0px!important;
        height: 230px!important;
        object-fit: contain!important;
    }
    .swiper-slide-bag-img-3 {
        right: 0px!important;
        height: 230px!important;
        width: 100%!important;
        object-fit: contain!important;
    }
    .swiper-slide-bag-img-4 {
        right: 0px!important;
        width: 100%!important;
        height: 230px!important;
        object-fit: contain!important;
    }
    .homo-promo-btn-callback {
        margin-top: 32px;
        font-size: 20px;
        width: 100%;
        justify-content: center;
        height: 46px;
    }
    .container-home-promo {
        height: 561px;
    }
    .homo-promo-zag-1 {
        font-size: 30px;
        max-width: 466px;
    }
    .homo-promo-zag-1-new {
        font-size: 20px;
    }
    .specialist-inside-zag-width {
        max-width: 480px;
    }
    .padding-top-70-mob-home-promo {
        padding-top: 34px!important;
    }
    .padding-top-promo-mob {
        padding-top: 24px!important;
    }
    .homo-promo-zag-0 {
        font-size: 18px;
        max-width: 342px;
    }
    .homo-promo-zag-0-new {
        font-size: 24px;
    }
    .homo-promo-desc-1 {
        font-size: 14px;
    }
    .zag-form-feedback {
        font-size: 20px;
    }
    .swiper-custom-nav {
        display: none;
    }
    .home-services-all-btn {
        display: none;
    }
    .home-services-all-btn-mob {
        display: flex!important;
    }
    .btn-all-specialist {
        display: none;
    }
    .btn-all-specialist-mob {
        display: flex!important;
    }
    .btn-all-specialist-mob-block {
        padding-right: 24px;
    }
    .flex-row-card-clinics-mob-ifo {

    }
    .img-in-card-hone-services-mob {
        max-height: 190px!important;
    }
    .container {
        padding-left: 24px!important;
        padding-right: 24px!important;
    }
    .padding-left-con-licences {
        padding-left: 24px!important;
    }
    .padding-container-services-mob {
        padding-left: 24px!important;
    }
    .overflow-block-services {
        padding-left: 24px!important;
    }
    .container-home-specialist {
        padding-top: 30px;
    }
    .padding-reviews {
        padding-right: 0px!important;
        padding-left: 24px!important;
    }
    .heathSwiper {
    }
    .container-fluid-heath-swiper {
        padding-left: 24px!important;
    }
    .container-right-mob-services {

    }
    .container-right-heath-mob {

    }
    .container-homo-services {
        padding-right: 0!important;
    }
    .container-right-specialist-mob {
        padding-right: 0!important;
        padding-left: 24px!important;
    }
    .container-home-all-health {
        padding-right: 0!important;
    }
    .mob-flex-left-specialist-home {
        display: flex;
        justify-content: space-between;
        padding-right: 24px;
    }
    .mob-flex-footer-nav {
        gap: 16px!important;
    }
    .flex-row-mob-social-icon-footer {
        flex-direction: row!important;
    }
    .mob-footer-map {
        flex-direction: column!important;
        align-items: start!important;
    }
    .mob-footer-map-left-row {
        flex-direction: row!important;
        justify-content: space-between;
    }
    #map-yandex-2 {
        height: 342px!important;
    }
    .new-header-btn-search {
        display: none;
    }
    .btn-header-callback {
        display: none;
    }
    .home-about-promo-card, .home-about-promo-card-green {
        font-size: 14px;
    }
    .home-about-card-1 {
        padding: 20px;
        gap: 30px!important;
    }
    .home-about-card-2 {
        padding: 20px;
    }
    .img-arrow-home-about-blue-card-mob {
        bottom: -50px!important;
        right: 10px!important;
        left: auto!important;
        top: auto!important;
        width: 200px;
    }
    .digit-home-about-big-mob {
        font-size: 50px!important;
    }
    .home-about-card-zag-2 {
        font-size: 18px;
    }
    .home-services-all-btn, .home-services-all-btn-drop-menu-mob {
        width: 100%;
        justify-content: center;
    }
    .card-home-services-1 {
        width: 342px;
    }
    .trigger-width-card-services .card-home-services-1 {
        width: 280px;
        padding: 15px;
    }
    .home-about-zag-1 {
        font-size: 30px;
    }
    .zag-home-clinics-card-active {
        font-size: 18px;
    }
    .btn-home-clinics-card {
        width: 100%;
        justify-content: center;
    }
    .home-clinics-card-active {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .mob-16-size {
        font-size: 16px!important;
    }
    .swiper-slide-specialist {
        width: 342px!important;
    }
    .btn-all-watch-reviews {
        width: 100%;
        justify-content: center;
        z-index: 2;
        position: relative;
    }
    .padding-right-mob-btn-all-watch-reviews {
        padding-right: 24px;
    }
    .btn-video-review-right {
        display: none;
    }
    .btn-video-review-right-mob {
        display: flex!important;
    }
    .btn-video-review-right {
        width: 100%;
        justify-content: center;
    }
    .card-home-review {
        padding: 20px;
    }
    .card-feedback {
        padding: 20px;
    }
    .btn-submit-form-feedback {
        width: 100%;
        justify-content: center;
    }
    .logo-text-footer {
        font-size: 16px;
    }
    .link-nav-footer {
        font-size: 14px;
    }
    .main-zag-nav-footer {
        font-size: 18px;
    }
    .mob-footer-map-left-row {
        gap: 16px!important;
        width: 100%;
    }
    .text-phone-footer, .phone-link-footer {
        font-size: 14px;
    }
    .text-footer-social-link {
        font-size: 16px;
    }
    .flex-row-mob-social-icon-footer {
        align-items: center;
    }
    .img-footer-decor-mob-bottom {
        bottom: 20px;
        top: auto!important;
    }
    .btn-footer {
        display: none;
    }
    .width-50-mob {
        width: 50%;
    }
    .btn-footer-768-mob {
        display: flex!important;
        border: none;
        background-color: #CEF17B;
        padding: 16px 24px;
        border-radius: 10px;
        height: 46px;
        align-items: center;
        gap: 10px;
        justify-content: center;
        color: #1A141F;
        font-size: 20px;
        font-weight: 500;
        font-family: 'Tenor Sans', sans-serif;
    }
    .phone-header-1 {
        display: none;
    }
    .header-1-link-address span {
        display: none;
    }
    .about-promo-desc-1 {
        font-size: 12px;
        max-width: 100%;
        line-height: 16px;
    }
    .gap-40-mob-24-social-services, .left-new-qr-social-services {
        gap: 24px!important;
    }
    .digit-step-right-about-social-services {
        height: 40px;
        width: 40px;
        padding: 8px;
    }
    .container-education-cost {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .modal-dialog-licenses {
        max-width: 100%;
    }
    .swiper-slide-modal-lic img {
        height: 500px;
    }
}

@media(max-width: 650px) {
    .flug-button-w-100-services .universal-btn {
        width: 100%;
        justify-content: center;
    }
    .flag-email-review-wrap .link-email-specialist-promo {
        display: flex;
        flex-direction: column;
    }
    .img-promo-reviews-page-adaptive {
        object-position: right!important;
    }
    .promo-education-zag-1 {
        max-width: 330px;
    }
    .container-education-if .btn-card-specialist {
        width: 100%;
        justify-content: center;
    }
    .container-home-about-promo {
        margin-top: 20px;
    }
    .footer-copirayt {
        font-size: 12px;
    }
    .calc-width-mob {
        width: calc((100% - 16px) / 2);
    }
    .img-teamlid-clinic-inside {
        height: 360px;
    }
    .width-data-teamlid-clinic-inside {
        width: 100%;
    }
    .img-slider-clinic-inside {
        height: 200px;
        width: 342px;
    }
    .blog-card-blog {
    }
}

@media(max-width: 550px) {
    .left-specialist-inside .img-left-specialist-inside {
        height: 300px;
    }
    .img-opacity-mob-modal-success {
        height: 100px!important;
        width: 100px!important;
        opacity: 1!important;
    }
    .modal-body-success .btn-card-specialist {
        width: 100%!important;
        justify-content: center;
    }
    .modal-content-success-height {
        height: 370px;
    }
    .flex-text-modal-success {
        gap: 24px;
    }
    .img-promo-about-page-adaptive {
        bottom: -100px!important;
        height: 320px;
    }
    .wrap-auto {
        flex-direction: column;
        gap: 16px!important;
        align-items: start!important;
    }
    .card-services {
        gap: 24px!important;
    }
    .specialist-card-specialist {
    }
    .pagination-specialist {
        justify-content: center!important;
        gap: 8px!important;
    }
    .img-promo-blog-page-adaptive {
        height: 220px!important;
        object-position: bottom!important;
    }
}

@media(max-width: 500px) {
    .right-new-qr-social-services {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px;
        border-radius: 20px;
    }
    .right-new-qr-social-services img {
        width: 300px;
        height: 300px;
    }
    .container-specialist-promo {
        margin-top: 30px;
    }
    .swiper-slide-cost {
        width: 342px!important;
    }
    .card-cost-education-gap-40-mob {
        gap: 16px!important;
    }
    .card-cost-education-gap-32-mob {
        gap: 20px!important;
    }
    .card-cost-price {
        font-size: 24px;
    }
    .list-name-cost-card, .card-cost-name-desc {
        font-size: 14px;
    }
    .swiper-slide-reviews {
        width: 342px!important;
    }
    .input-header {
        width: 100%;
        max-width: 100%;
    }
    .img-promo-grant-page-adaptive {
        height: 220px!important;
        object-fit: contain!important;
        width: 100%!important;
        right: 0!important;
    }
    .flug-new-height-about-promo .about-container-promo-height-mob {
        height: 490px;
    }
    .container-about-social-services, .container-new-qr-social-services {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .filterable-block {
        gap: 30px!important;
    }
    .educ-flug-height-con .btn-card-specialist, .educ-flug-height-con .universal-btn {
        width: 100%!important;
        justify-content: center;
    }
    .card-cost-education {
        gap: 24px!important;
    }
    .card-cost-education .btn-card-specialist {
        z-index: 2;
    }
    .card-school {
        gap: 16px!important;
    }
    .img-data-school-student-gap-mob {
        gap: 16px!important;
    }
    .container-result-social-services {
        padding-top: 20px;
    }
    .vertical-line {
        min-height: 320px;
    }
    .ava-card-school {
        height: 280px;
    }
}

@media(max-width: 390px) {
    .swiper-slide-licences {
        width: 280px!important;
    }
}

@media(max-width: 360px) {
    .homo-promo-btn-callback, .home-services-all-btn-drop-menu-mob, .btn-home-clinics-card, .btn-home-services-card, .custom-li-home-services-card, .home-services-all-btn-mob, .btn-card-specialist, .btn-all-specialist-mob, .btn-all-watch-reviews, .btn-all-read-review-card, .universal-btn {
        font-size: 14px;
    }
    .homo-promo-zag-1 {
        font-size: 24px;
    }
    .homo-promo-zag-1-new {
        font-size: 20px;
    }
    .homo-promo-zag-0 {
        font-size: 16px;
    }
    .homo-promo-zag-0-new {
        font-size: 24px;
    }
    .swiper-slide-bag-img-4 {
        object-fit: cover!important;
    }
    .card-home-services-1 {
        width: 280px;
        padding: 15px;
    }
    .home-services-card-zag-1, .name-specialist, .stage-number-specialist {
        font-size: 18px;
    }
    .trigger-width-card-services .card-home-services-1 {
        width: 220px;
    }
    .swiper-slide-specialist, .swiper-slide-reviews {
        width: 280px!important;
    }
    .home-card-specialist-info {
        padding: 15px;
    }
    .mob-flex-left-specialist-home {
        row-gap: 16px;
    }
    .home-about-zag-1 {
        font-size: 24px;
    }
    .card-filter-review-active, .card-filter-review {
        font-size: 14px;
        padding: 8px;
        border-radius: 50px;
    }
    .card-home-review {
        padding: 12px;
    }
    .name-review-card {
        font-size: 16px;
    }
    .date-review-card {
        font-size: 14px;
    }
    .text-review-card, .link-platform-review {
        font-size: 14px;
    }
    .button__promo-button {
        width: 100%!important;
    }
    .card-licenses-about {
        width: 250px;
    }
    .card-licences-info {
        padding: 15px;
    }
    .name-licences {
        font-size: 16px;
    }
    .img-promo-grant-page-adaptive {
        object-fit: cover!important;
    }
    .card-grant {
        padding: 15px;
    }
    .swiper-slide-grant {
        width: 280px!important;
    }
    .text-card-grant {
        font-size: 14px;
    }
    .img-promo-services-page-adaptive, .img-promo-social-services-page-adaptive {
        object-fit: cover!important;
    }
    .right-new-qr-social-services img {
        height: 100%;
        width: 100%;
    }
    .card-cost-education {
        padding: 15px;
    }
    .swiper-slide-cost {
        width: 280px!important;
    }
    .card-cost-name, .card-cost-price, .name-author-school {
        font-size: 18px;
    }
    .swiper-slide-school {
        width: 280px!important;
    }
}

.container-nap-educ-none-40 {
    background-color: #FFFFFF;
    border-radius: 0;
    padding-top: 0;
}
