@media screen and (max-width: 1360px) {
  .container {
    width: 1220px;
  }
  .header-contact-item {
    align-items: center;
    gap: 6px;
  }
  .nav-link {
    font-size: 16px;
  }
  .heade-menu ul {
    gap: 15px;
  }
  .title {
    font-size: 34px;
    line-height: 40px;
  }
  .hero-swiper .swiper-right {
    max-width: 420px;
    border-radius: 24px;
    overflow: hidden;
  }
  .text,
  .text * {
    font-size: 16px;
    line-height: 24px;
  }
  .header-contact-item .img,
  .header-social .img {
    border-radius: 5px;
    padding: 5px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
  }
  .heade-menu ul a {
    color: var(--Neutral-Gray-700, #252525);
    display: block;
    padding: 8px 10px;
  }
  .title::before {
    top: -28px;
  }
}

@media screen and (max-width: 1260px) {
  .container {
    width: 1024px;
  }
  .title::before {
    content: "";
    width: 65px;
    height: 65px;

    top: -15px;
    left: -28px;
    z-index: -1;
  }
  .doctor--page__wrap {
    margin-top: 36px;
    grid-template-columns: repeat(3, 1fr);
  }
  .heade-menu ul a {
    padding: 8px 0px;
  }
  .green-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .header-contact-item .img {
    display: none;
  }

  .logo {
    width: 225px;
  }
  .logo img {
    display: block;
    flex-shrink: 0;
    width: 48px;
    height: 40px;
    aspect-ratio: 29 / 25;
  }
  .logo p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1044px) {
  .container {
    width: 780px;
  }
  .licari--inner .left {
    position: static;
    padding: 12px;
  }
  .worker-item {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
    padding: 12px;
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .news--page__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .specialty-article__layout {
    grid-template-columns: 1fr;
  }
  .specialty-article__doctor {
    position: static;
  }
  .contact-page-bottom {
    flex-direction: column;
  }
  .why--wrap {
    margin: 18px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .licari--inner {
    display: flex;
    gap: 18px;
    flex-direction: column;
  }
  .licari--inner .right {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1;
  }
  .licari--inner .right * {
    text-align: center;
  }
  .news-hero .top-title {
    align-items: center;
  }
  .about-info--inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .doctor--page__wrap {
    margin-top: 36px;
    grid-template-columns: repeat(2, 1fr);
  }
  .about-info__description {
    margin: 18px 0 12px;
  }
  .about-info__description * {
    text-align: center;
  }
  .green-wrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
  }
  .partners-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .blue--text p,
  .blue--text {
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
  }
  .about-info .top-title {
    align-items: center;
  }
  .header-top {
    display: none;
  }
  .logo img {
    width: 56.072px;
    height: auto;
  }
  .logo {
    width: auto;
  }
  .mobail--menu.close {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 20;
    color: var(--Primary-Main);
  }
  .header-contact.mobail--menu > div {
    width: 780px;
    border-radius: 8px;
    padding: 8px;
    background: var(--Neutral-White, #fff);
    box-shadow: 0 0 14px 0 rgba(209, 209, 209, 0.08);
  }
  .contact-wrap {
    display: flex;
    grid-template-rows: auto;
    cursor: pointer;
  }
  .contact-wrap__top span {
    display: none;
  }
  .contact-wrap {
    display: flex;
    gap: 8px;
  }
  .contact-wrap__bottom::before {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    background: #b8b8b8;
  }

  .contact-wrap__bottom {
    display: flex;
    opacity: 1;
    transition: 0.4s all;
    position: static;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    gap: 8px;
    align-items: center;
  }
  .header .mobail--menu {
    padding: 8px;

    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
  }
  .contact-wrap__top {
    flex-shrink: 0;
  }
  .heade-menu ul {
    width: 780px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 100px;
    flex-direction: column;
    border-radius: 8px;
    padding: 8px;
    background: var(--Neutral-White, #fff);
    box-shadow: 0 0 14px 0 rgba(209, 209, 209, 0.08);
  }
  .header-contact-item .img,
  .header-social .img {
    border-radius: 8px;
    padding: 8px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }
  .hero-swiper .swiper-slide {
    flex-direction: column;
  }
  .hero-btn {
    flex-direction: column;
    gap: 10px;
  }
  .hero__inner {
    background-position: top;
  }
  .hero-btn .green-btn {
    width: 100%;
  }
  .hero-swiper .swiper-right {
    max-width: none;
    width: 100%;
  }
  .mobail--menu > div {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  button.menu {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--Primary-Main);
    padding: 14px;
    border-radius: 8px;
  }
  .menu svg {
    width: 25px;
    height: 25px;
  }
  .line {
    fill: none;
    stroke: #fafafa;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 75;
    stroke-width: 6;
    stroke-dashoffset: -134;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -90;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .header-contact-item .img {
    display: block;
  }
  .burger {
    position: fixed;
    top: 100px;
    left: -100vw;
    margin: 0 auto;

    padding: 8px;
    width: 100%;
    height: 100vh;
    z-index: 2;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    background: var(--Neutral-Gray-100);
    box-shadow: 0 0 14px 0 rgba(209, 209, 209, 0.08);
    padding: 8px;
  }

  .burger.active {
    left: 0;
  }

  .header-top .header-contact-item {
    display: none;
  }

  .burger .green-btn {
    display: none;
  }
  .header-contact {
    flex-direction: column;
  }
  .gallery .wrap {
    margin: 36px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .packages--content,
  .new-news--row {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer--wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-column:nth-child(1),
  .footer-column:nth-child(2) {
    grid-column: span 2;
  }
  .gallery-modal .gallery.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
  }
	
	.contact-wrap.language-wrap ul
 {
    width: 100%;
	 padding:0;
	 border:none;
}
		.contact-wrap.language-wrap ul a
 {
   
	 padding:0;
	 font-size: 14px;
}
	span.wpml-ls-native {
    line-height: unset;
}
	.wpml-ls-statics-shortcode_actions{
		background-color:transparent;
	}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: visible;
    position: static;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
}
	.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex
;
    align-items: center;
    gap: 4px;
}
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after

 {
        content: "";
        position: static;
        display: block;
        width: 1px;
        border: none;
        height: 18px;
        background: none;
        flex-shrink: 0;
        margin-left: 0px;
        background: #B8B8B8;
    }
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right: 0;
    display: flex;
    gap: 4px;
    align-items: center;
}
}

@media screen and (max-width: 800px) {
  .container,
  .heade-menu ul,
  .header-contact.mobail--menu > div {
    width: 600px;
  }
  .news-hero--wrap .img {
    float: none;
    max-width: none;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .worker-wrap {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .news-hero .title {
    text-align: center;
  }
  .news-gallery {
    grid-template-columns: 1fr;
  }
.price-page .packages--content__wrap {
  gap: 18px;
}
  .price-wrap {
    margin-top: 18px;
    padding: 12px;
  }
  .price-page .packages--tab {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
  .price-item {
    margin-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(184, 184, 184, 0.16);
  }
  .price-item__top .left > p,
  .price-item__top .right .new,
  .price-title {
    font-size: 16px;
    line-height: 26px;
  }
  .packages--title {
    font-size: 16px;
  }
  .price-item__top .left {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
  }
  .contact-page-bottom {
    padding: 0;
    box-shadow: none;
  }
  .news--page__wrap .item,
  .news--page__wrap {
    gap: 8px;
  }
  .contact-page-bottom .left {
    width: 100%;
    height: auto;
  }
  .news--page__wrap {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-animated-hero {
    height: 44px;
    width: 180px;
  }
  .blog-animated-hero__shape--heart {
    height: 36px;
    width: 36px;
  }
  .blog-animated-hero__shape--pulse {
    height: 46px;
    width: 46px;
  }
  .blog-animated-hero__shape--cross {
    height: 34px;
    width: 34px;
  }
  .specialty-card__visual {
    bottom: 10px;
    height: 56px;
    right: 10px;
    width: 72px;
  }
  .specialty-card__image.new-news--img,
  .specialty-cover {
    height: 220px;
    min-height: 220px;
  }
  .specialty-cover {
    padding: 20px;
  }
  .specialty-cover__panel {
    height: 86px;
    left: 22px;
    top: 28px;
    width: 112px;
  }
  .specialty-card__image .specialty-cover__panel {
    transform: scale(0.78);
    transform-origin: left top;
  }
  .specialty-card__image .specialty-cover__line {
    transform-origin: left center;
    width: 82px;
  }
  .specialty-card__image .specialty-cover__wave {
    max-width: 190px;
  }
  .specialty-cover__symbol {
    bottom: 58px;
    height: 74px;
    right: 28px;
    width: 74px;
  }
  .specialty-cover strong {
    font-size: 20px;
    line-height: 24px;
    margin-top: 150px;
  }
  .specialty-cover small {
    display: none;
  }
  .specialty-card__visual-orbit {
    height: 38px;
    width: 38px;
  }
  .specialty-article__layout {
    gap: 18px;
    margin-top: 24px;
  }
  .specialty-article__content {
    font-size: 16px;
    line-height: 28px;
  }
  .specialty-article__lead {
    font-size: 18px;
    line-height: 30px;
  }
  .specialty-article__content h2,
  .specialty-article__doctor h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .specialty-article__cta,
  .specialty-article__doctor {
    padding: 18px;
  }
  .specialty-article__buttons {
    align-items: stretch;
    flex-direction: column;
  }
  .blue--title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
  }
  .vacancies__item {
    gap: 10px;
    padding: 8px;
  }
  .h3--title {
    font-size: 16px;
    line-height: 26px;
  }
  .vacancies__wrapp {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .why--wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .doctor--page__wrap .year {
    margin-bottom: 0;
  }
  .doctor--page__wrap .green-btn {
    font-size: 16px;
  }
  .doctor--page__wrap {
    margin-top: 18px;
    grid-template-columns: repeat(1, 1fr);
  }
  .foto-gallary-cent--wrapont {
    margin-top: 18px;
    position: relative;
  }
  .foto-gallary-tab {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-item .img {
    max-width: 160px;
  }
  .partners-item .name {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
	 min-height:105px;
  }
  .title::before {
    content: "";
    width: 55px;
    height: 55px;
    background-color: #fdda00;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -20px;
    z-index: -1;
  }

  .burger {
    top: 90px;
    gap: 4px;
  }
  .title {
    text-align: center;
  }
  /* .swiper-left .text{
    text-align: center;
  } */
  .packages--tab {
    display:flex;
  }
  .faq-wrap {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    width: 100%;
  }
  .section-padding {
    padding: 32px 12px;
  }
  #menu-footer-menu a,
  .footer-contact-item span,
  .footer-social-item span,
  .footer--wrap .footer-column:nth-child(1) p,
  .footer--wrap .footer-column:nth-child(1) span,
  .footer-bottom .footer-text,
  .footer-bottom .footer-text a {
    font-size: 14px;
  }
  .footer-column h3 {
    margin-bottom: 8px;
  }
  .footer--wrap {
    margin-top: 24px;
  }
  .footer-bottom {
    margin-top: 8px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .location--inner {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .form-wrap {
    width: 100%;
    max-width: none;
  }
  .heade-menu ul a {
    padding: 0px 0px;
  }
  .services-item {
    width: 108px;
  }
  .services-item p {
    font-size: 14px;
  }
  .services--wrap {
    margin-top: 12px;
  }
  .gallery .wrap {
    margin: 18px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .green-link {
    margin-top: 18px;
  }
  .green-wrapp * {
    text-align: center;
  }
  .youtube img {
    display: block;
    object-fit: cover;
    object-position: center;
    min-height: 80vh;
    height: 100%;
    border-radius: 24px;
  }
  .foto-gallary .packages--content {
    grid-template-columns: repeat(2, 1fr);
  }
  .foto-gallary-content.packages--content .img {
    height: 170px;
  }

  .about-info--inner.white-bg,
  .licari--inner.white-bg {
    padding: 0 12px 32px;
  }
  .youtube--inner.white-bg {
    padding: 12px;
  }
  .map-mobail {
    position: static;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    border-radius: 24px;
    min-height: 204px;

    overflow: hidden;
  }
  .location--inner {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
  .location--inner {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
  body {
    padding-bottom: 94px;
  }
  .mobile-fast-actions {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(3, 37, 126, 0.16);
    backdrop-filter: blur(10px);
  }
  .mobile-fast-actions__item {
    min-height: 52px;
    border: 1px solid rgba(3, 37, 126, 0.12);
    border-radius: 14px;
    background: #fff;
    color: #03257e;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
  }
  .mobile-fast-actions__item--primary {
    background: #04cdb2;
    color: #fff;
    border-color: #04cdb2;
  }
}

@media screen and (max-width: 640px) {
	.doctor--page__wrap .name {
		min-height:inherit;
	}
  .container {
    width: 100%;
    padding: 0 9px;
  }
  .youtube--inner .img {
    display: none;
  }
  .youtube--inner .img.img-mob {
    display: block;
  }
  .youtube img {
    min-height: auto;
  }
  .worker-item .left {
    width: 100%;
  }
  .worker-wrap .green-btn {
    width: 100%;
  }
  .video-wrapper {
    padding: 12px;
  }
  .services-item {
    width: 105px;
  }

  .open-img {
    height: 140px;
  }
  .breadcrumbs--inner {
    border-radius: 12px;
    padding: 8px 16px;
  }
  .stock-page__table-wrap {
    margin-top: 20px;
  }
  .stock-table {
    min-width: 560px;
  }
  .stock-table th,
  .stock-table td {
    font-size: 14px;
    padding: 8px;
  }
  .price-item__top .right .old {
    color: #007566;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: line-through;
  }
  .licari--inner .left .img {
    width: 100%;
  }
  .worker-btn {
    margin-top: 12px;
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-direction: column;
  }
  .logo {
    max-width: 250px;
  }
  button.menu {
    padding: 11px;
  }
  .logo p {
    font-size: 14px;
    line-height: 24px;
  }
  .heade-menu ul,
  .header-contact.mobail--menu > div {
    width: 100%;
    padding: 0 9px;
  }
  .header-top {
    justify-content: space-between;
    gap: 2px;
  }
  .title {
    font-size: 34px;
    line-height: 40px;
  }
  .title::before {
    width: 52px;
    height: 52px;
    top: -8px;
    left: 5px;
  }
  .header-social {
    display: flex;
    gap: 4px;
  }

  .green-btn {
    gap: 5px;
    padding: 8px;
    font-size: 14px;
  }
  .hero-btn {
    margin-top: 16px;
  }
  .hero__inner {
    padding: 30px 12px;
  }
  .hero .text {
    margin-top: 8px;
    text-align: center;
  }
  .packages--content,
  .new-news--row {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .packages--title {
    font-size: 16px;
  }
  .faq-wrap {
    margin-top: 18px;
  }
  .location--inner {
    background-image: none;
  }
  .location--inner {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .margin-top {
    margin-top: 32px;
  }
  .map-mobail {
    display: block;
    height: 285px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
  }
  .map-mobail iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .menu-header-menu-container {
    width: 100%;
  }
  .header .mobail--menu {
    width: 100%;
  }
  .header-contact.mobail--menu > div {
    padding: 8px;
  }
  .header-contact.mobail--menu {
    padding: 0;
  }
  .packages-text {
    font-size: 16px;
  }
  .services--wrap {
    justify-content: space-between;
  }
  .header-contact-item .img,
  .header-social .img {
    width: 40px;
    height: 40px;
  }
  .heade-menu ul {
    padding: 9px;
  }
  .hero {
    margin-top: 32px;
  }
  .partners-item .img {
    height: 106px;
  }
  .price-item__top {
    align-items: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .title::before {
    width: 52px;
    height: 52px;
    top: -8px;
    left: -10px;
  }
  .breadcrumbs p a,
  .breadcrumbs p span,
  .breadcrumbs p span.separator {
    font-size: 14px;
  }
  .breadcrumbs p {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .services-item .img {
    border-radius: 12px;
    overflow: hidden;
    height: 100px;
  }
  .footer-column h3 {
    color: var(--Neutral-Gray-700, #252525);
    font-size: 14px;
  }
  .services-item {
    padding: 4px 4px 8px;
  }
  .services--wrap {
    gap: 10px;
  }

  .services-item .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .title::before {
    width: 52px;
    height: 52px;
    top: -8px;
    left: -4px;
  }
  .form-wrap .title::before {
    top: -8px;
    left: -4px;
  }
  .home-page .title::before {
    top: -8px;
    left: -4px;
  }
  .home-page .swiper-left .title::before {
    top: -8px;
    left: 29px;
  }
  .why .title::before,
  .license .title::before {
    top: -8px;
    left: 52px;
  }
  .conversion-hero__inner {
    padding: 24px 18px;
  }
  .conversion-hero__title {
    font-size: 30px;
  }
  .hero-problems__list {
    flex-direction: column;
  }
  .conversion-hero__text,
  .quiz-result__text,
  .quiz-option,
  .quiz-teaser__step {
    font-size: 16px;
    line-height: 26px;
  }
  .quiz-question,
  .quiz-result__title {
    font-size: 24px;
  }
  .trust-strip__card,
  .reviews__item {
    padding: 20px;
  }
}
@media screen and (max-width: 395px) {
  /* .title {
    max-width: 348px;
  } */
}

@media screen and (max-width: 1180px) {
  .conversion-hero__inner {
    grid-template-columns: 1fr;
  }
  .trust-strip__grid,
  .reviews__grid,
  .reviews__grid--compact,
  .quiz-teaser__steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .quiz-teaser__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .trust-strip__grid,
  .reviews__grid,
  .reviews__grid--compact,
  .quiz-teaser__steps {
    grid-template-columns: 1fr;
  }
  .conversion-hero__buttons,
  .quiz-result__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .faq-answer .green-btn {
    width: 100%;
  }
  .doctor-trust {
    flex-direction: column;
  }
  .pop_up {
    align-items: flex-start;
    padding: 12px 0 110px;
  }
  .pop-up_container {
    padding: 0 12px;
    max-width: 100%;
  }
  .pop_up .form-wrap,
  .quiz-modal,
  .lead-modal {
    max-height: none;
    min-height: auto;
    padding-bottom: 28px;
  }
  .close-pop_up {
    right: 24px;
    top: 20px;
  }
  .quiz-result__doctor {
    align-items: flex-start;
  }
  .quiz-result__doctor-name {
    font-size: 22px;
  }
}
