@media only screen and (max-width: 1260px) {
  body {
    font-size: 16px;
  }

  .container {
    max-width: 760px;
  }

  h1,
  .h1,
  .slide__title p {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4,
  .form-callback__title,
  .form-modal__title {
    font-size: 20px;
  }

  .wpe {
    font-size: 18px;
  }

  .bf {
    font-size: 18px;
  }

  .bf p {
    margin-bottom: 20px;
  }

  .header__menu {
    position: fixed;
    right: 0;
    top: 60px;
    width: 50%;
    /* max-width: 320px; */
    height: calc(100% - 60px);
    background: #fff;
    z-index: 100;
    display: block;
    overflow-y: scroll;
    transform: translateX(200%);
    transition: 0.3s ease;
  }
	
    .header__menu li a {
  		display: inline-block;
    }
   
  .header__menu .menu-item-has-children {
    padding-right: 50px;
    background: url(../img/arr-down.svg) calc(100% - 15px) 30px no-repeat;
    background-size: 15px;
    position: relative;
    transition: 0.3s ease;
    
  }

  .header__menu .menu-item-has-children:hover,
  .header__menu .menu-item-has-children:focus,
  .header__menu .menu-item-has-children.active {
    background: url(../img/arrow-up-orange.svg)calc(100% - 15px) 30px no-repeat;
    background-size: 15px;
  }
	

  .header__menu .menu-item-has-children:hover .sub-menu,
  .header__menu .menu-item-has-children:focus .sub-menu,
  .header__menu .menu-item-has-children.active .sub-menu {
    max-height: 1000px;
    padding-top: 0;
  }

  .header__menu .sub-menu {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
  }

  .header__menu .sub-menu li {
    padding: 5px 0;
    padding-left: 5px;
    width: 100%;
    margin: 0;
    width: 100%;
    border: none;
  }

  .header__menu a {
    display: block;
  }

  .header__menu .sub-menu li a {
    font-size: 12px;
  }

  /* .header__menu .sub-menu li span {
    display: none;
  } */

  .header__menu li {
    width: 100%;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #D02A5C;
  }

  .header__menu a:before {
    display: none;
  }

  .header__burger {
    display: flex;
  }

  .header.active .header__menu {
    transform: translateX(0);
  }

  .header.active .header__burger span:nth-child(1) {
    transform: translate(1px, 4px) rotate(45deg);
    width: 20px;
  }

  .header.active .header__burger span:nth-child(2) {
    width: 20px;
    transform: translate(1px, -12px) rotate(-45deg);
  }

  .header.active .header__burger span:nth-child(3) {
    display: none;
  }

  .heading {
    min-height: 400px;
  }

  .heading__content {
    max-width: 360px;
  }

  .heading__breadcrumbs {
    margin-bottom: 40px;
  }

  .heading__title {
    margin-bottom: 20px;
  }

  .main-hero .slide {
    height: 520px;
    padding: 50px 0;
  }

  .main-hero .slide__content {
    height: 420px;
  }

  .main-hero .slick-dots {
    bottom: 15px;
  }

  .main-about__image {
    max-width: 360px;
  }

  .main-about__content {
    max-width: 360px;
  }

  .main-about__title {
    margin-bottom: 25px;
  }

  .main-about__text {
    margin-bottom: 30px;
  }

  .main-about .doctor {
    height: 200px;
  }

  .main-mdc__content,
  .main-mdc__video-wrap {
    max-width: 360px;
  }

  .main-mdc__title {
    margin-bottom: 30px;
  }

  .main-mdc__video-wrap {
    height: 360px;
  }

  .main-services__title {
    margin-bottom: 20px;
  }

  .main-services__nav {
    padding: 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .main-services__nav_items {
    height: auto;
    overflow-y: auto;
  }

  .main-services__nav .item {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .main-services__nav .slick-current .item__subtitle,
  .main-services__nav .slick-current .item__title {
    color: #D02A5C;
  }

  .main-services__info {
    max-width: 100%;
    padding: 20px;
  }

  .main-services__info .item__image {
    max-width: 320px;
    height: 360px;
    background-size: cover;
    min-height: 360px;
  }

  .main-services__info .item__content {
    max-width: 360px;
  }

  .main-love__title {
    margin-bottom: 20px;
  }

  .main-love__video {
    max-width: 360px;
    background-size: cover;
    height: 320px;
  }

  .main-love__reviews {
    max-width: 360px;
  }

  .main-love__reviews_slider {
    margin: 0;
  }

  .main-love__reviews_title {
    margin-bottom: 20px;
    max-width: 270px;
  }

  .main-love .item {
    padding: 20px;
  }

  .main-love .item__author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .main-love .item__author_photo {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-right: 20px;
  }

  .main-love .slick-slide {
    margin-left: 0;
  }

  .main-love .slick-prev,
  .main-love .slick-next {
    top: -35px;
  }

  .instagram .photo {
    height: 200px;
    width: 140px;
  }

  .callback__form {
    width: 360px;
  }

  .callback__map {
    height: 450px;
  }

  .form-callback {
    max-width: 300px;
  }

  .main-trust .column {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-trust .item {
    max-width: 360px;
  }

  .main-trust .item.image {
    display: none;
  }

  .footer__block {
    max-width: 250px;
  }

  .footer__copy {
    margin-left: 10px;
  }

  .footer__text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer__worktime {
    margin-bottom: 35px;
  }

  /* PAGE SERVICES */

  .services__nav {
    order: -1;
    width: 100%;
    z-index: 10;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .services__nav_title {
    margin-bottom: 10px;
  }

  .services .item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .services .item__image {
    max-width: 340px;
    background-size: cover;
  }

  .services .item__content {
    max-width: 340px;
    min-height: 320px;
  }

  /* PAGE PRICES */

  .prices .item__list:before {
    right: 200px;
  }

  .prices .item__list li {
    font-size: 18px;
    line-height: 130%;
  }

  .prices .item__title {
    font-size: 18px;
  }

  .prices .item__name {
    padding-left: 20px;
    max-width: 520px;
  }

  .prices .item__value {
    max-width: 200px;
    padding-left: 60px;
  }

  .prices .item.active .item__list {
    padding: 20px 0;
  }

  .blog__posts {
    margin: 0;
    justify-content: space-between;
  }

  .post {
    max-width: 360px;
    margin: 0;
    margin-bottom: 20px;
  }

  .contacts .item {
    margin-bottom: 40px;
  }

  .contacts .item__icon {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }

  .contacts .item__content {
    max-width: calc(100% - 80px);
  }

  .doctors__items_list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .doctors .item {
    max-width: 240px;
    margin: 0 5px;
    margin-bottom: 40px;
  }

  .doctor__info {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .doctor__info:last-child {
    border: none;
    padding-bottom: 0;
  }

  .doctor__info_title {
    width: 100%;
    padding-top: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .doctor__info_title br {
    display: none;
  }

  .doctor__info_content {
    padding: 0;
    border: none;
  }

  .doctor__info_content ul li {
    max-width: 340px;
    margin-bottom: 20px;
  }

  .doctor .certificates {
    justify-content: start;
    margin-left: -10px;
    margin-right: -10px;
  }

  .doctor .certificates img {
    /* margin: 0 10px; */
    /* margin-bottom: 20px; */
  }

  .doctor .certificates .slick-prev,
  .doctor .certificates .slick-next {
    top: -35px;
  }

  .single-post__title {
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 120%;
    padding-bottom: 20px;
  }

  .single-post__excerpt {
    font-size: 18px;
    line-height: 130%;
  }

  .single-post__header {
    margin-bottom: 60px;
  }

  .single-post__header_image {
    max-width: 360px;
  }

  .single-post__header_content {
    max-width: 360px;
  }

  .single-post__body h2 {
    margin-bottom: 20px;
  }

  .single-post__footer_posts {
    margin-left: 0;
    margin-right: 0;
  }

  .sec404__info {
    max-width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .sec404__info_title {
    font-size: 26px;
    margin-top: 20px;
  }

  .sec404__posts {
    margin: 0;
  }

  .single-service__doctors_title {
    max-width: 100%;
  }

  .single-service__doctors_slider {
    margin-top: 0;
  }

  .single-service__doctors .slick-prev,
  .single-service__doctors .slick-next {
    bottom: auto;
    top: -10px;
  }

  .single-service__doctors .slick-prev {
    left: auto;
    right: 60px;
  }

  .single-service__doctors .slick-next {
    left: auto;
    right: 0;
  }

  .single-service__reviews_slider {
    max-width: 490px;
  }

  .single-service__reviews .slick-prev {
    left: -200px;
  }

  .single-service__reviews .slick-next {
    left: -150px;
  }

  .single-service__prices_title {
    margin-bottom: 20px;
  }

  .single-service__prices .item {
    max-width: 360px;
    margin-bottom: 20px;
  }

  .single-service__nav {
    order: -1;
    max-width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .single-service__nav_title {
    width: 100%;
    margin-bottom: 10px;
  }

  .single-service__nav_link {
    margin-bottom: 0;
  }

  .about-info1__col {
    max-width: 360px;
  }

  .about-info1__title {
    margin-bottom: 20px;
  }

  .about-info1 .wpe {
    font-size: 18px;
  }

  .about-info1 .wpe p {
    margin-bottom: 20px;
  }

  .about-info1__image {
    height:630px;
    /* margin-bottom: 20px; */
    background-size: cover;
  }

  .about-info1__block_text {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .about-info1__block_images .image {
    width: 110px;
    height: 110px;
  }

  .about-info2__text {
    max-width: 360px;
  }

  .about-info2__block {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .about-info2__block_image {
    max-width: 180px;
    min-height: 300px;
  }

  .about-info2__block_texts {
    max-width: 360px;
    padding: 20px;
  }

  .about-info2__block_text {
    font-size: 20px;
    line-height: 120%;
  }

  .about-info2__block_citate {
    font-size: 18px;
    padding-left: 10px;
  }

  .about-info2 .image {
    max-width: 240px;
    background-position: 50%;
    height: 250px;
  }

  .about-images__image2 {
    background-position: 50%;
  }

  .about-info3__col {
    max-width: 360px;
  }

  .about-info3__image {
    background-size: cover;
    height: 400px;
  }

  .about-doctors__title {
    margin-bottom: 20px;
  }

  .about-doctors__text {
    max-width: 100%;
  }

  .about-doctors .slick-prev,
  .about-doctors .slick-next {
    top: -20px;
  }

  .about-treatment__text {
    max-width: 360px;
  }

  .about-implants__text {
    max-width: 360px;
    font-size: 20px;
  }

  .about-orto__image {
    max-width: 360px;
    background-size: cover;
    /* margin-bottom: 20px; */
    height: 280px;
  }

  .about-orto__content {
    max-width: 360px;
  }

  .about-orto__text {
    margin-bottom: 10px;
  }

  .about-orto__text2 {
    font-size: 20px;
    padding: 20px 0;
  }

  .mdc-about__content {
    max-width: 360px;
  }

  .mdc-about__image {
    max-width: 360px;
  }

  .mdc-about__for_title {
    margin-bottom: 20px;
  }

  .mdc-about__for .item {
    margin-bottom: 20px;
  }

  .mdc-info__text {
    max-width: 360px;
  }

  .mdc-info__block {
    padding: 20px;
    margin-top: 0;
  }

  .mdc-info__block_text {
    max-width: 340px;
  }

  .mdc-info__block_video {
    max-width: 340px;
    /* left: 380px; */
    /* height: 380px; */
    /* bottom: 30px; */
  }

  .mdc-for__text {
    max-width: 360px;
  }

  .mdc-for .image {
    max-width: 240px;
    height: 280px;
    background-position: 50% ;
  }

  .mdc-love__block {
    height: 320px;
  }

  .mdc-love__text {
    font-size: 20px;
    line-height: 130%;
    margin-top: 20px;
  }

  .mdc-love__citate {
    font-size: 20px;
    line-height: 130%;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .wpe {
    font-size: 16px;
  }

  .wpe blockquote {
    padding-left: 20px;
  }

  .bf {
    font-size: 16px;
  }

  h1,
  .h1,
  .slide__title p {
    font-size: 23px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  .h4,
  h4,
  .form-callback__title,
  .form-modal__title {
    font-size: 18px;
  }

  .container {
    max-width: 340px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .breadcrumbs p {
    max-width: 220px;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .tag__text {
    font-size: 12px;
    line-height: 16px;
  }

  .header__logo img {
    height: 30px;
  }

  /* .header__title {
    visibility: hidden;
    position: absolute;
    z-index: -111;
  } */

  .header__phone span {
    font-size: 14px;
    letter-spacing: -1px;
    margin-left: 5px;
  }

  .header__menu {
    top: 50px;
    width: 100%;
  }

  .main-hero .slide {
    padding-bottom: 300px;
    padding-top: 0;
    height: calc(100vh - 50px);
    padding-top: calc(50vh - 25px);
  }

  .main-hero .slide__image {
    width: 100%;
    left: 0;
    height: 50%;
    top: 0;
  }

  .main-hero .slide__content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: calc(50vh - 25px);
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    transform: translateY(-50px);
  }

  .main-hero .slide__content:before {
    display: none;
  }

  .main-hero .slide__tag {
    margin-bottom: 20px;
  }

  .main-hero .slide__title {
    font-size: 23px;
  }

  .main-hero .slick-dots {
    padding-right: 0;
    text-align: center;
    width: 100%;
    top: auto;
    bottom: 10px;
  }

  .main-about {
    padding: 50px 0;
  }

  .main-about__image {
    height: 320px;
    margin-bottom: 50px;
  }

  .main-about__image:after {
    width: 120px;
    height: 120px;
    background-size: cover;
  }

  .main-mdc {
    padding: 50px 0;
  }

  .main-mdc__title {
    margin-bottom: 20px;
  }

  .main-mdc__btn {
    margin: 20px 0;
  }

  .main-services {
    padding: 50px 0;
  }

  .main-services__info .item__image {
    min-height: 300px;
    height: 300px;
    margin-bottom: 20px;
  }

  .main-services__info .item__title {
    margin-bottom: 10px;
  }

  .main-services__info .item__text {
    margin-bottom: 10px;
  }

  .main-services__info .item__price {
    margin-bottom: 10px;
  }

  .main-love {
    padding: 50px 0;
  }

  .main-love__video {
    margin-bottom: 50px;
  }

  .main-love__reviews_title {
    letter-spacing: normal;
    max-width: 228px;
  }

  .instagram {
    padding: 50px 0;
  }

  .instagram__title {
    margin-bottom: 20px;
  }

  .instagram__photos {
    display: block;
  }

  .instagram .photo {
    height: 320px;
    width: 320px !important;
  }

  .instagram__photos {
    margin-top: 0;
  }

  .instagram__btn {
    width: 100%;
    justify-content: center;
    padding: 0;
    order: 4;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .instagram__btn span {
    margin-left: 20px;
    letter-spacing: 0.03em;
  }

  .callback {
    padding: 0;
  }

  .callback__container {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .callback__form {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 100%;
    order: -1;
    border-radius: 0;
  }

  .callback__map {
    height: 320px;
    border-radius: 0;
  }

  .main-trust {
    padding: 50px 0;
  }

  .main-trust__title {
    margin-bottom: 20px;
  }

  .main-trust__title br {
    display: none;
  }

  .main-trust .item {
    padding: 20px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

  .footer__block {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer__block:last-child {
    margin-bottom: 0;
  }

  .footer__social {
    justify-content: center;
    margin-top: 20px;
  }

  .footer__worktime {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .footer__worktime p {
    text-align: left;
  }

  .heading {
    padding-top: 20px;
    padding-bottom: 300px;
  }

  .heading__breadcrumbs {
    margin-bottom: 20px;
  }

  .heading__image {
    width: 100%;
    left: 0;
    height: 300px;
    top: auto;
    bottom: 0;
  }

  .heading__subtitle {
    margin-bottom: 20px;
  }

  .services {
    padding: 50px 0;
  }

  .services__nav {
    padding-bottom: 15px;
  }

  .services__nav_title {
    font-size: 12px;
  }

  .services__nav_link {
    font-size: 10px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .services .item__content {
    min-height: auto;
  }

  .services .item__image {
    height: 280px;
    order: -1;
    margin-bottom: 20px;
  }

  .services .item__text {
    margin-bottom: 20px;
  }

  .services .item__price {
    margin-bottom: 20px;
  }

  .services .item:nth-child(even) .item__image {
    order: -1;
  }

  .prices {
    padding: 50px 0;
  }

  .prices .item__header {
    padding: 20px;
  }

  .prices .item__title {
    font-size: 14px;
  }

  .prices .item__toggle_out,
  .prices .item__toggle_in {
    display: none !important;
  }

  .prices .item__list:before {
    right: 110px;
  }

  .prices .item__list li {
    font-size: 14px;
  }

  .prices .item__name {
    max-width: 200px;
  }

  .prices .item__value {
    padding: 0;
    max-width: 100px;
  }

  .blog {
    padding: 50px 0;
  }

  .post {
    padding: 20px;
    height: 300px;
  }

  .contacts {
    padding: 50px 0;
  }

  .contacts .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .contacts .item__icon {
    margin-right: 30px;
  }

  .contacts .item__icon img {
    width: 20px;
  }

  .contacts .item__content {
    max-width: calc(100% - 100px);
  }

  .contacts__items {
    margin-bottom: 0;
  }

  .about-info1 {
    padding: 50px 0;
  }

  .about-info1__image {
    height: 320px;
    margin-bottom: 20px;
  }

  .about-info1__block_text {
    margin-top: 20px;
  }

  .about-info1__block_images .image {
    width: 100px;
    height: 100px;
  }

  .about-info2 {
    padding: 50px 0;
  }

  .about-info2__title {
    margin-bottom: 20px;
  }

  .about-info2__block_image {
    max-width: 150px;
    height: 200px;
    min-height: 200px;
  }

  .about-info2__block_texts {
    margin-top: 20px;
  }

  .about-info2__block_text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .about-info2__images {
    margin-top: 20px;
  }

  .about-info2 .slick-prev,
  .about-info2 .slick-next {
    z-index: 5;
  }

  .about-info2 .image {
    max-width: 320px;
    width: 320px !important;
  }

  .about-images__image1 {
    width: 100%;
  }

  .about-images__image1 .image {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 320px;
    height: 370px;
  }

  .about-images__image2 {
    width: 100%;
    height: 280px;
    display: none;
  }

  .about-info3 {
    padding: 50px 0;
  }

  .about-info3__title {
    margin-bottom: 20px;
  }

  .about-info3__image {
    height: 320px;
    margin: 20px 0;
  }

  .about-info3 .text3 {
    margin-bottom: 0;
  }

  .about-doctors {
    padding: 50px 0;
    padding-bottom: 25px;
  }

  .about-treatment {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .about-treatment__title {
    margin-bottom: 20px;
  }

  .about-implants {
    padding: 50px 0;
  }

  .about-implants__bg {
    width: 100%;
    left: 0;
  }

  .about-implants__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 130%;
  }

  .about-implants__image {
    width: 100%;
  }

  .about-orto {
    padding: 50px 0;
  }

  .about-orto__image {
    height: 240px;
  }

  .about-orto__text {
    padding: 0;
    margin-top: 20px;
  }

  .about-results {
    padding: 50px 0;
  }

  .about-results__block {
    padding: 20px;
    padding-top: 50px;
  }

  .about-results__block_text {
    font-size: 20px;
  }

  .about-team {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .sec404__info_title {
    font-size: 18px;
  }

  .sec404 .post {
    text-align: left;
  }

  .single-service {
    padding: 50px 0;
  }

  .single-service__nav {
    padding: 40px;
  }

  .single-service__nav_title {
    margin-bottom: 20px;
  }

  .single-service__nav_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .single-service__nav_link {
    padding: 5px 20px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .single-service__nav_btn {
    height: 40px;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }

  .single-service__content {
    padding-bottom: 50px;
  }

  .single-service__doctors {
    margin-bottom: 50px;
  }

  .single-service__doctors_title {
    letter-spacing: normal;
  }

  .single-service__doctors .slick-prev {
    right: 40px;
  }

  .single-service__reviews {
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  .single-service__reviews:before {
    right: -500px;
  }

  .single-service__reviews_title {
    max-width: 100%;
    margin-bottom: 20px;
    letter-spacing: normal;
  }

  .single-service__reviews_slider {
    margin: 0;
  }

  .single-service__reviews_slider .slick-slide {
    margin-left: 0;
  }

  .single-service__reviews .item {
    padding: 20px;
  }

  .single-service__reviews .item__author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .single-service__reviews .item__author_photo {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-right: 20px;
  }

  .single-service__reviews .slick-prev {
    left: auto;
    top: -30px;
    right: 50px;
  }

  .single-service__reviews .slick-next {
    left: auto;
    top: -30px;
    right: 0;
  }

  .single-service__prices {
    padding-top: 50px;
  }

  .single-service__prices .item {
    padding: 20px;
    min-height: auto;
  }

  .single-service__prices .item__name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 130%;
  }

  .single-post__header_image {
    height: 320px;
    margin-bottom: 20px;
  }

  .single-post__body {
    margin-bottom: 50px;
  }

  .single-doctor .heading__image {
    background-position: 50% 0;
  }

  .single-doctor .heading__image:after {
    width: 100%;
  }

  .doctor {
    padding-bottom: 50px;
  }

  .mdc-about {
    padding: 50px 0;
  }

  .mdc-about__title {
    margin-bottom: 20px;
  }

  .mdc-about__image {
    height: 320px;
    background-size: cover;
    margin-bottom: 20px;
  }

  .mdc-about__for_title {
    font-size: 24px;
  }

  .mdc-about__for .item__icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .mdc-info {
    padding: 50px 0;
  }

  .mdc-for {
    padding-bottom: 50px;
  }

  .modal-form-overlay .modal-content {
    max-width: 340px;
  }

  .form-modal {
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-modal__title {
    margin-bottom: 20px;
  }

  .form-modal .subm {
    margin-top: 10px;
  }

  .page-main .instagram {
    padding-bottom: 50px;
  }

  .doctors {
    padding-bottom: 50px;
  }

  .doctors .item {
    display: flex !important;
    max-width: 320px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .doctors__items {
    margin-bottom: 40px;
  }

  .doctors__items:last-child {
    margin-bottom: 0;
  }

  .doctors__items_title {
    margin-bottom: 30px;
  }

  .doctor__info_title {
    margin-bottom: 60px;
  }
  .mdc-info__block {
    flex-wrap: wrap;
  }

  .mdc-info__block_video {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    margin-top: 20px;
    height: 180px;
  }

  .mdc-for .image {
    width: 320px !important;
    max-width: 320px;
  }

  .mdc-for .slick-prev,
  .mdc-for .slick-next {
    z-index: 10;
  }
    
  	.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li {
    	margin-bottom: 0;
    	padding: 10px 10px;
  	}

  	.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li:last-child {

  	}
    
	.menu-item-drop-btn {
      	left: auto;
      	right: 0;
  		background-size: 15px;
  	}
    
}