

@media (min-width: 320px) {
    .img_contacts,
    .contacts_map {
        width: 100%;
    }

    .sales img {
    width: 100% !important;
    height: auto !important;
 }
    #about p,
    #article_page p{
        margin: revert;
    }
.about_us_swiper_wrapper img,
.doctor_item img,
.doctor_page_diploms_block img {
    width: 100%;
}
.article_inner_content a{
    color: #007bff !important;
    transition: 0.7s;
}
.article_inner_content a:visited {
    color: #007bff !important;
}
.article_inner_content a:hover {
    color: #0056b3 !important;
}
.review_big_form {
    max-width: 300px;
    margin: 0 auto;
}
.doctors_slider .doctor_item_name {
    max-width: 265px;
}
header .menu a:visited {
    color: #000;
}
.main__sample .content_wrapper a:hover {
    text-decoration: underline;
}
#main_page_consult .input_line_title {
    margin-left: 20px;
}
#map {
	height: 450px;
	width: 100%;
	margin: 0 auto;
}
.article_author_name p a {
    color: #000 !important;
}
.article_inner_content .article_author_name a:visited {
    color: #000 !important;
}
.swiper-pagination {
    font-weight: bold !important;
}
.video_pagination,
.review_pagintaion   {
    bottom: 30px !important;
    position: unset;
}
.main__sample .box_childer_parent_page > ul{
    margin: 0;
    margin-right: 15px;
}
.review_slider img {
    width: 150px !important;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.review_slider {
    position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #F4D1CE !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #F4D1CE !important;
}
.wp-pagenavi .current {
    color: #fff !important;
    background-color: #F4D1CE !important;
}
.wp-block-table tr {
    vertical-align: baseline;
}
.review_forms {
    margin-top: 80px;
}
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first{
    display: none;
}
.article_item_info_block p {
    margin: 25px 0 40px 0;
}
.article_wrapper li {
    list-style: unset;
    margin-left: 20px !important;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin: 0px;
    box-shadow: 0 1px 2px rgb(204 204 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9;
    border: none;
}

.dropdown .dropdown-menu li {
    padding: 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 14px;
    font-family: 'DNpro-Regular';
}
.dropdown .dropdown-menu li:hover {
    background-color: #F4D1CE;
}
.banner_wrapper img {
    width: 100%;
}
.form__block_select {
    margin-bottom: 20px;
}
    .container {
        /* width: 100%; */
        padding: 0 15px;
    }
	.container.container-map {
		padding: 15px;
	}
    .dropdown .select > i {
        font-size: 13px;
        color: #888;
        cursor: pointer;
        transition: all .3s ease-in-out;
        float: right;
        line-height: 20px;
    }
    .form__block_select .input_line_title {
        font-weight: 400;
        margin-left: 0;
    }
    .form__check {
        display: flex;
        align-items: center;
        margin: 20px 0;
        flex-wrap: wrap;
    }
    .form__radio {
        display: none;
    }
    .form__check label:before {
        border-radius: 50%;
    }
    .form__check label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 16px;
    }
    .form__radio:checked + label:before {
        content: "\2022";
        color: #F4D1CE;
        font-size: 57px;
        line-height: 10px;
        border: 1px solid #F4D1CE;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form__check label:before {
        content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 4px;
    border: 1px solid #1A4949;
    }
    .dropdown .select {
        cursor: pointer;
        display: block;
        padding: 10px;
        font-size: 14px;
        font-family: 'DNPro-Regular';
    }
    .dropdown.menu_opened {
        box-shadow: 0 0 4px rgb(204 204 204);
        border-radius: 5px 5px 0 0;
        background-color: #f8f8f8 !important;
    }
    .form__block_select .dropdown {
        min-width: 280px;
        display: inline-block;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 2px rgb(204 204 204);
        transition: all .5s ease;
        position: relative;
        font-size: 14px;
        color: #474747;
        height: 100%;
        text-align: left;
    }
    .tab_btn {
        font-family: 'DNPro-Bold';
        font-size: 18px;
        text-align: center;
        border: 1px solid #1A4949;
        cursor: pointer;
        background-color:transparent;
        width: 140px;
        height: 50px;
    }
    .tab_btn:hover {
        border: 1px solid #1A4949;
    }
    .star-rating__wrap {
        display: inline-block;
    font-size: 1rem;
    }
    .star-rating {
        font-size: 0;
        margin-left: 10px;
    }
    .form__right_stars {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0 20px 0;
    }
    .form__block_select .dropdown {
        display: none;
    }
    .form__block_select .dropdown.active {
        display: block;
    }
    .form__right_stars h4 {
        margin: 0;
        font-weight: 400;
    }
    .tab_pane    {
        width: 280px;
        margin: 0 auto;
    }
    .star-rating__ico{
        float: right;
        padding-left: 2px;
        cursor: pointer;
        color: #F4D1CE;
        font-size: 25px;
      }
      .star-rating__ico:last-child{
        padding-left: 0;
      }
      .star-rating__input{
        display: none;
      }
      .star-rating__ico:hover:before,
      .star-rating__ico:hover ~ .star-rating__ico:before,
      .star-rating__input:checked ~ .star-rating__ico:before
      {
        content: "\f005";
      }
    .tab_pane {
        display: none;
    }
    .tab_pane.active {
        display: block;
    }
    .tab_btn:first-child {
        border-radius: 25px 0 0 25px;
    }
    .fa-star-o:before {
        content: "\f006";
      }
    .tab_btn:last-child {
        border-radius: 0 25px 25px 0;
        border-left: 0;
    }
    .tab_btn.active {
        color: #FCFCFC;
        background: #1A4949;
        border: 1px solid #1A4949;
    }
    .review_top {
        margin: 0 auto;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .reviews__text {
        margin-bottom: 20px;
        font-size: 16px;
        color: #F4D1CE;
        font-family: 'DNPro-Bold';
        text-align: center;
    }
    label.error {
        font-size: 12px;
        color: red;
        position: absolute;
        left: 12px;
        bottom: -25px;
    }
    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(240, 240, 240, 0.91);
        overflow: hidden;
        display: none;
        z-index: 10;
    }
    .loader img {
        position: fixed;
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        z-index: 15;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000c;
        left: 0px;
        top: 0px;
        cursor: pointer;
        z-index: 20;
    }
    .thx {
        background: #fff;
        position: fixed;
        left: 50%;
        margin-left: -170px;
        top: 50%;
        padding: 30px;
        margin-top: -20px;
        color: #000;
        border-radius: 10px;
        z-index: 1;
        font-size: 15px;
    }
    .header_nav_mob div + div {
        border-top: 2px solid #f4d1ce;
    }
    .page_404_inner {
        color: #fff;
        text-align: center;
        background-color: #F4D1CE;
        padding: 60px 15px 80px;
    }
    .page_404_inner h1 {
        font-size: 100px;
        font-family: 'DNPro-Bold';
        margin: 0;
        line-height: 100px;
    }
    .page_404_inner p {
        font-size: 18px;
        font-family: 'DNPro-Bold';
        margin: 0;
        color: #d9958f;
    }
    .parent_page h2 {
        font-family: 'DNPro-Bold';
    }
    .main__sample a {
        color: #1A4949 !important;
        transition: 0.5s;
    }
    .content_wrapper .main__sample a:hover {
        color: #3C8484 !important;
        text-decoration: underline;
    }
    .diploms-pagination {
        bottom: -70px !important;
    }
    .main__sample figure{
        width: 100%;
    }
    .form_button:hover {
        box-shadow: 8px 8px 20px rgb(90 145 145 / 15%), 4px 4px 10px rgb(79 137 137 / 20%), inset -1px -1px 5px rgb(0 99 99 / 5%), inset 1px 1px 5px #174040;
        background: transparent;
        color: #1a4949;
    }
    #equipment h1 {
        text-align: left;
    }
    .main__sample h1 {
        margin-bottom: 25px !important;
    }
    .equipment_wrapper {
        padding: 60px 0;
    }
    .equipment_item img {
        max-height: 150px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    #article h1 {
        text-align: left;
    }
    .equimpment_title,
    .article_title {
        text-align: left !important;
    }
    .equipment_item_title,
    .article_item_title {
        font-size: 20px !important;
        font-family: 'DNPro-Bold';
        line-height: 1.2;
        margin-bottom: 20px !important;
    }
    .eq__img  {
        width: fit-content !important;
    }
    .equimpment_wrapper strong {
        margin-bottom: 15px;
        display: block;
    }
    #equimpment_page ul,
    #equimpment_page ol,
    #article_page ul,
    #article_page ol {
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .equimpment_wrapper a:visited {
        color: #007bff;
    }
    .equimpment_wrapper h2,
    .article_wrapper h2,
    .article_wrapper h3 {
        font-size: 30px;
        line-height: 34px;
        font-family: 'DNPro-Bold';
        display: initial;
    }
    .article_wrapper h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .article_author_wrapper {
        text-align: center;
    }
    .article_author_wrapper img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }
    .article_author_about {
        font-size: 14px;
        line-height: 22px;
        color: #C38B98;
    }
    .article_author {
        padding-top: 40px;
        border-top: 1px solid #EFEFEF;
        margin-top: 40px;
    }
    .article_author_who {
        font-size: 12px;
        line-height: 14px;
        color: #B6B6B6;

    }
    .article_author_name {
        font-family: 'DNPro-Medium';
        font-size: 20px;
        margin: 5px 0;
    }
    .wp-block-quote {
        border-left: 4px solid rgba(51, 51, 51, 0.7);
        color: rgba(51, 51, 51, 0.7);
        font-size: 16px;
        line-height: 1.6667;
        padding-left: 0.7778em;
        margin: 0;
    }
    .wp-block-quote em{
        font-style: normal;
    }
    .article_wrapper h2  {
        display: block;
        margin-bottom: 15px;
    }
    #equimpment_page ul li,
    #article_page ul li {
        list-style: disc;
        font-size: 18px;
        margin: 10px 0 0 0px !important;
    }
    .equipment_item_info_block p {
        margin-bottom: 15px;
    }
    .equipment_item {
        margin-bottom: 40px;
    }
    .equipment_item_link,
    .article_item_link {
        font-size: 22px;
        font-family: 'DNPro-Bold';
        color: #000;
        display: block;
        text-align: right;
    }
    .article_item_link {
        font-family: 'DNPro-Medium';
    }
    .article_item_info {
        margin-bottom: 20px;
        border-bottom: 1px solid #B6B6B6;
    }
    .equipment_item_link:visited, .article_item_link:visited {
        color: #000;
    }
    .article_item_link:hover {
        color: #000;
    }
    .article_item_link:hover {
        text-decoration: underline;
    }
    .diploms_arrows {
        display: none;
    }
    .parent_page_box {
        padding-bottom: 45px;
    }
    .main__sample .content_wrapper img {
        width: 100%;
        height: fit-content;
    }
    .main__sample p,
    .main__sample li,
    .main__sample a {
        font-size: 16px;
    }
    .main__sample a:visited {
        color: #0056b3;
    }
    .parent_page_child a:visited {
        color: #fff !important;
    }
    .main__sample h2 {
        margin-bottom: 10px;
        padding-top: 15px;
        display: block;
        font-family: 'DNPro-Bold', sans-serif;
        line-height: 1;
    }
    .main__sample ul {
        margin: 0 0 20px 15px;
    }
    .main__sample li {
        list-style: disc;
    }
    .equimpment_wrapper img {
        width: 100%;
    }
    .main__sample .doctors_slider a {
        color: #1A4949 !important;
    }
    .main__sample .doctors_slider p {
        font-size: 18px;
    }
    .main__sample .doctors_slider p.doctor_item_about {
        font-size: 14px ;
    }
    .main__sample .wp-block-table td strong, .main__sample .wp-block-table th, .main__sample .wp-block-table th strong {
        font-size: 11px;
        padding: 5px 0 5px 0px;
        margin: 0;
    }
    .main__sample .wp-block-table td strong, .main__sample .wp-block-table th {
        font-family: 'DNPro-Bold';
        text-align: right;
        color: #1A4949;
    }
    .main__sample .wp-block-table tr td:first-child, .main__sample .wp-block-table tr th:first-child, .main__sample .wp-block-table tr td {
        min-width: auto;
        max-width: 100%;
        width: 33%;
        text-align: right;
    }
    .before_after .swiper_before_after  img{
        width: 100%;
    }
    .before_after .swiper-slide-active {
        text-align: center;
    }
    .section_video  {
        padding-top: 40px;
        text-align: center;
    }
    .main__sample .wp-block-table tr td:first-child, .main__sample .wp-block-table tr th:first-child {
        color: #000;
        text-align: left;
        font-size: 10px;
        width: 33%;
    }
    .main__sample table, th, td {
        border: none !important;
        border-bottom: 1px solid rgba(244, 209, 206, 0.5) !important;
    }
    .main__sample table {
        margin-bottom: 10px;
    }
    .before_after {
        margin-top: 40px;
    }
    .main__sample h3 {
        font-size: 27px;
        line-height: 1;
        font-family: 'DNPro-Bold', sans-serif;
    }
    #politick a,
    .main__sample a  {
        color: #007bff !important;
    }
    .form_consult {
        width: 300px;
        margin: 0 auto;
    }
    .doctor_page_diploms h2 {
        color: #000 !important;
        margin-bottom: 40px !important;
        display: block;
    }
    .form_consult {
        position: relative;
    }

    .form_consult::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../image/load.gif') center / 200px no-repeat;
        opacity: 0;
        visibility: hidden;
    }
    .form_consult._sendding::after {
        opacity: 1;
        visibility: visible;
    }
    .form_input._error {
        box-shadow: 0 0 15px red;
    }
    #license .license {
        padding-top: 0;
    }
    #doctor_page h2 {
        color: #1A4949;
        font-size: 36px;
        font-family: 'DNPro-Bold';
        line-height: 40px;
    }
    #doctor_page {
        padding: 60px 0;
    }
    .doctors_slider {
        position: relative;
    }
    #doctor_page li {
        list-style: disc;
    }
    .parent_page_title {
        font-size: 32px;
        font-family: 'DNPro-Bold';
        margin-bottom: 30px;
    }
    .doctors-page-pagination {
        bottom: -40px !important;
    }
    #doctor_page ul {
        margin-left: 20px;
    }
    #doctor_page a:visited {
        color: #4169e1 !important;
    }
    .parent_page_child .page_item  {
        margin-bottom: 20px !important;
    }
    .parent_page_child .page_item a {
        color: #fcfcfc;
        font-family: 'DNPro-Medium';
        font-size: 24px;
    }
    .box_childer_parent_page {
        background: linear-gradient(145.35deg, #F3D0CE 0%, #F8E2E0 100%);
        opacity: 0.95;
        box-shadow: 8px 8px 22px rgb(244 176 172 / 25%), -6px -6px 24px rgb(244 209 206 / 24%), inset -1px -1px 4px rgb(243 208 206 / 12%), inset 1px 1px 1px rgb(251 231 229 / 20%);
        border-radius: 21px;
        margin: 30px 0 70px 0;
    }
    .breadcrumbs_item span,
    .breadcrumbs_item a{
        font-size: 12px;
        font-family: 'DNPro-Bold';
        color: #959595;
    }
    .breadcrumbs_item .current-item {
        color: #000;
    }
    .breadcrumbs_item:first-child {
        margin-right: 10px;
    }
    .breadcrumbs_item:not(:first-child) {
        padding-left: 15px;
        margin-left: 10px;
        position: relative;
        padding-right: 10px;
    }
    .breadcrumbs_item:not(:first-child)::before {
        content: '';
        background-image: url('../image/diamond.svg');
        position: absolute;
        top: 2px;
        left: -1px;
        width: 12px;
        height: 12px;
    }
    .main__sample p {
        margin-bottom: 10px;
    }
    .parent_page_child{
        margin: 0;
        height: 240px;
        overflow: scroll;
        scrollbar-color: #fff #f1f1f1;
        margin-right: 10px !important;
    }
    .parent_page_child::-webkit-scrollbar-thumb {
        background-color: #fff;
    }
    .parent_page_child::-webkit-scrollbar {
        background-color: #f1f1f1;
        height: 0;
        margin-right: 5px;
        width: 6px;
    }
    .box_childer_parent_page {
        padding: 20px 0 20px 20px;
        height: auto;
    }
    #license img {
        width: 100%;
    }
    .form_litle_text {
        margin: 0 auto;
        margin-top: 20px;
    }
    #politick ul {
        margin-left: 15px;
        margin-top: 20px;
    }
    #politick ul li{
        list-style: disc;
        font-size: 18px;
    }
    #politick ul li::marker {
        font-size: 27px;
    }
    .price_block_subaccord p {
        color: #1A4949;
    }
    .banner_slider,
    .doctors_swiper,.about_swiper, .doctorsPage_swiper {
        overflow: hidden;
        position: relative;
    }
    #faqs h3 {
        font-size: 20px;
        font-family: 'DNPro-Bold';
    }
    .doctors,.about_us,.baner, .video_services {
        position: relative;
    }
    #faqs p {
        margin: 25px 0 40px 0;
        font-size: 22px;
        line-height: 26px;
    }
    .consult__form p.form_litle_text {
        margin: 0 auto !important;
        margin-top: 20px !important;
        line-height: 18px !important;
    }
    .text-center {
        text-align: center;
    }
    /* accord */
    .price_block_accord p,
    .price_block_subaccord p {
        max-width: 220px;
        margin: 0;
    }
    .price_block_accord,
    .price_block_subaccord {
        position: relative;
    }
    .before_after {
        margin-bottom: 80px;
    }
    .price_block_accord::after,
    .price_block_subaccord::after {
        content: '';
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border: solid #000000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 8px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
    }
    .price_block_accord {
        border-bottom: 2px solid #cccccc;
        padding: 10px 0;
    }
    #price h1 {
        text-align: left;
    }
    .acord_item {
        color: #F4D1CE;
        font-size: 18px;
        display: block;
        cursor: pointer;
    }
    .price_table table, th, td {
      border: 1px solid #ededed !important;
    }
    table {
      border-collapse: collapse;
    }
    .price_table td {
        font-size: 10px;
    }
    .price_table th {
        font-size: 12px;
    }
    .price_table th, td {
      padding: 0.4em;
    }
    .nav_accord {
        margin: 0;
    }
    .sub_acrod_item {
        color: #000;
        font-size: 18px;
        border-bottom: 2px solid #cccccc;
        padding: 10px 0;
    }
    .sub_acrod_item {
        margin-bottom: 10px;
    }
    .sub_acrod {
        height: 0;
        margin-left: 0;
        overflow: hidden;
    }
    .swiper p,
    .swiper-container .doctor_item_about {
        font-size: 16px !important;
    }
    .price_table {
        height: 0;
        overflow: hidden;
    }
    .acord_item.open .price_block_accord::after, .sub_acrod_item.open .price_block_subaccord::after {
      transform: rotate(224deg);
    }
    .acord_item.open .sub_acrod{
          height: fit-content;
          overflow: visible;
      }
      .sub_acrod_item.open .price_table{
          height: fit-content;
          overflow: visible;
      }
    /* accord end */
    #faqs .form_litle_text {
        font-size: 10px;
    }
    /* #doctor_page > div > div:nth-child(1){
        margin-bottom: 30px;
    } */
    #breadcrumbs {
        margin-bottom: 30px;
    }
    #about {
        padding: 130px 0 40px 0;
        background: url('../../diamondlaser/image/background.png')no-repeat top / contain;
    }
    .header_top_consult {
        padding: 10px 0 0;
    }
    .review_slider {
        margin: 60px 0 !important;
    }
    #stock,
    #offer,#doctors,
    #certificates,
    #contacts,#price, #faqs, .main__page {
        padding: 60px 0;
        background: url('../../diamondlaser/image/background.png')no-repeat top / contain;
    }
    #stock h3,#offer h3, #certificates h3,#doctors h3, .contacts h3, .main__page h3 {
        margin-bottom: 10px;
        padding-top: 15px;
    }
    #license h1 {
        text-align: left;
    }
    #politick h3 {
        font-family: 'DNPro-Bold', sans-serif;
        font-size: 20px;
    }
    #stock a:visited, #offer a:visited, #certificates a:visited, #doctor a:visited,
    #certificates a, #doctors a, .contacts a, .contacts a:visited,
    #offer a,
    #stock a {
        color: #000;
    }
    #contacts h3 {
        font-size: 20px;
        margin-bottom: 15px;
        font-family: 'DNPro-Bold';
    }
    .contacts_inner p {
        font-family: 'DNPro-Medium';
    }
    .contacts_address .contacts__text--color {
        display: block;
        color: #83D695;
        font-family: 'DNPro-Regular';
    }
    .contacts_address .contacts__text {
        color: grey;
    }
    .contacts_connect h4 {
        font-size: 20px;
        margin-bottom: 8px;
        font-family: 'DNPro-Bold';
    }
    .contacts_connect_block p {
        margin-bottom: 8px;
    }
    .contacts_connect_block a {
        color: #000;
        font-family: 'DNPro-Medium';
        font-size: 18px;
    }
    .contacts_connect_block a:visited {
        color: #000;
    }
    .contacts__mail {
        margin-top: 20px;
        color: #000;
        display: block;
        margin-bottom: 30px;
        font-family: 'DNPro-Medium';
    }
    #doctors h1,
    #contacts h1 {
        text-align: left;
    }

    .doctors_inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .contacts_map {
        margin: 0 auto;
        margin-top: 30px;
        display: block;
        padding: 0 15px;
    }
    #about img {
        width: 250px;
        height: 360px;
    }
    .doctor_item img {
        height: auto;
        object-fit: cover;
    }
    .doctors h2 {
        text-align: left;
        color: #1a4949;
    }
    .doctor_item {
        margin: 0 auto;
        background: #FFFFFF;
        box-shadow: 8px 8px 10px rgb(244 209 206 / 22%), 4px 4px 5px rgb(244 209 206 / 10%), inset -1px -1px 5px rgb(244 209 206 / 20%), inset 1px 1px 5px rgb(244 209 206 / 20%);
    }
    .doctor_item_info {
        padding: 20px;
    }
    .doctors {
        padding-bottom: 40px;
    }
    .doctor_item_name {
        font-size: 18px;
        font-family: 'DNpro-Bold';
        color: #1a4949;
        margin: 0;
        margin-bottom: 15px;
    }
    .doctor_item_link svg {
        width: 14px;
        height: 14px;
        transform: rotate(270deg);
    }
    .doctor_item_link {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .doctor_item_about {
        font-size: 14px;
        color: #1a4949;
    }
    .doctor_item_info a {
        font-family: 'DNpro-Bold';
        color: #1a4949;
        position: relative;
    }

    .doctor_item_info a:visited {
        color: #1a4949;
    }
    .tel_header {
        display: none;
    }
    .header_top_consult p {
        font-size: 14px;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .header_top_consult a {
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        background-color: #83D695;
        width: 170px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        border-radius: 25px;
        transition: 0.2s;
    }
    .header_top_consult a:hover {
        background: #3C8484;
        border: 1px solid transparent;
        color: #fff;
    }
    .header_top_consult a:visited {
        color: #fff;
		font-size: 20px;
		font-weight: bold;
    }
	.header-contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 10px 15px;
		text-align: center;
	}
	.header-contacts__tel {
		color: #83d695;
		font-size: 20px;
		font-weight: bold;
	}
	.header-contacts__tel:hover {
		color: #3C8484;
	}
	.header-contacts p {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
    .footer_copy {
        text-align: center;
        font-size: 10px;
        margin: 0;
        margin-top: 10px;
    }
    .footer_block ul {
        margin: 0;
        padding: 0;;
    }
    .footer_block ul a {
        color: #fff;
        font-size: 14px;
        font-family: 'DNpro-Bold';
    }
    .footer_block ul li {
        margin: 0 0 5px 0px !important;
    }
    .footer_block ul a:visited {
        color: #Fff;
    }
    .header_mobile {
        background-color: #F4D1CE;
        padding: 17px 0;
        color: #fcfcfc;
    }
    .faith_inner {
        display: flex;
        flex-direction: column;
    }
    #faqs .input_line_title {
        font-size: 18px;
        margin: 0 0 10px 20px;
    }
    .faith_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 140px;
        text-align: center;
        margin: 0 auto 25px;
    }
    .logo svg {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .burger {
        position: relative;
        width: 18px;
        height: 15px;
        cursor: pointer;
        top: -2px;
    }
    .burger::after,
    .burger::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 20px;
    }
    .burger::before {
        top: 0;
    }
    .burger::after {
        bottom: 0;
    }
    .burger span {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 20px;
        top: 6px;
    }

    .header_mobile_line {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .btn_singup {
        font-size: 18px;
        color: #1A1A1A;
        border-radius: 25px;
        width: 145px;
        height: 40px;
        border: 1px solid #3C8484;
        background: transparent;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s;
    }
    .btn_singup:hover {
        background: #3C8484;
        border: 1px solid transparent;
        color: #fff !important;
    }
    .btn_singup:visited {
        color: #1A1A1A;;
    }
    .change_lange {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
    }
    .change_lange .lang-item a{
        font-size: 16px;
        color: #fff;
        font-family: 'DNPro-Bold';
    }
    .current-lang a{
        color: #1A4949 !important;
    }
    .nav {
        position: absolute;
        background-color: #fff;
        z-index: 99999;
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        left: -100%;
        transition: 0.2s;
    }
    .nav.open {
        left: 0;
    }
    .nav ul {
        margin: 0;
    }
    .nav .menu li {
        transition: 0.2s;
    }
    .nav .menu li:hover {
        background-color: #F4D1CE;
    }
    .nav .menu li.menu-item-has-children {
        position: relative;
        display: block;
    }
    .nav .menu li.menu-item-has-children::after {
        content: url('../../diamondlaser/image/arrow-right.svg');
        position: absolute;
        right: 40px;
        top: 10px;
    }
    li.menu-item-has-children .sub-menu {
        display: none;
    }
    .nav .menu li a {
        padding: 10px 10px 10px 20px;
        color: #000;
        font-size: 15px;
        display: block;
        font-family: 'DNPro-Bold';
        max-width: 76%;
        width: 100%;
    }
    li.menu-item-has-children.active .sub-menu{
        display: block;
    }
    li.menu-item-has-children.active::after {
        transform: rotate(90deg);
    }

    #front_page {
        padding: 50px 0 40px 0;
    }
    #consul_page ul, li, ol{
        margin: 0 !important;
        padding: 0;
    }
    #consul_page ul li {
        list-style: inside;
    }
    #consul_page ol li {
        list-style: auto;
        margin: 10px 0 0 15px !important;
    }
    .before_after_arrow {
        display: none;
    }
    .site-main h1 {
        font-size: 32px;
        font-family: 'DNPro-Bold';
        line-height: 35px;
    }
    #consul_page {
        font-size: 18px;
        background: url('../../diamondlaser/image/background.png')no-repeat top / contain;
        padding-bottom: 40px;
        padding-top: 60px;
    }
    #consul_page p {
        margin-bottom: 0;
        margin: 10px 0 0 0;
    }
    #consul_page a, #consul_page a:visited {
        color: #007bff;
    }
    .license {
        padding-top: 40px;
        position: relative;
    }
    .license_inner img {
        width: 290px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .consult__form {
        padding: 70px 0 0 0;
    }
    .title_form {
        font-size: 32px;
        font-family: 'DNPro-Bold';
        text-align: center;
        margin-bottom: 30px;
    }
    .input_line_title {
        font-size: 18px;
        color: #1A4949;
        margin: 0 0 10px 20px;
    }
    input.form_input,
    textarea.form_input {
        height: 60px;
        width: 100%;
        line-height: 60px;
        padding: 0 20px 0 20px !important;
        font-size: 16px;
        font-family: 'DNPro-Bold';
        background: #FFFFFF;
        box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 25px !important;
        color: #AEAEAE !important;
        border: none !important;
    }
    textarea.form_input {
        height: 120px;
    }
    input.form_input::placeholder,
    textarea.form_input::placeholder{
        font-family: 'DNPro-Bold' !important;
    }
    footer {
        background: #F4D1CE;
        padding: 30px 0 20px 0;
        color: #fcfcfc;
    }
    .metro_footer {
        color: #83d695;
        margin-bottom: 20px;
    }
    .footer_phone p {
        margin-bottom: 0;
        font-size: 16px;
        font-family: 'DNPro-Bold';
    }
    .consult_price h1 {
        margin-bottom: 32px;
    }
    .footer_email, .footer_phone {
        margin-bottom: 20px;
    }
    .footer_phone a,.footer_email a, .toform {
        color: #fff;
        font-size: 14px;
        font-family: 'DNPro-Bold';
    }
    .footer_block a:hover {
        color: #fff;
    }

    .footer_phone a:visited, .footer_email a:visited, .toform:visited {
        color: #Fff !important;
    }
    .metro_footer .metro_name{
        margin: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 4px;
		line-height: 1.3;
    }
    .metro_footer span {
        color: #fff;
        font-size: 12px;
    }
    .footer_inner {
        text-align: center;
    }
    .form_input::placeholder {
        color: #aeaeae;
        font-size: 16px;
        font-family: 'DNPro-Medium' !important;
    }
    input.error {
        border: 1px solid red !important;
    }
    .input_line {
        margin-bottom: 20px;
        position: relative;
    }
    .form_button {
        max-width: 300px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #1A4949;
        box-shadow: 8px 8px 20px rgb(90 145 145 / 15%), 4px 4px 10px rgb(79 137 137 / 20%), inset -1px -1px 5px rgb(0 99 99 / 5%), inset 1px 1px 5px #174040;
        border-radius: 25px;
        font-size: 18px;
        color: #fcfcfc;
        font-family: 'DNpro-Bold';
        cursor: pointer;
        padding: 0;
        display: block;
        transition: 0.5s;
    }
    .form_litle_text {
        font-family: 'DNpro-Bold';
        max-width: 170px;
        color: #1A4949;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 10px !important;
    }
    .grafic__text,
    .metro,
    .heeader_socials,
    .header_bottom_desk {
        display: none;
    }
    .about_us_inner {
        position: relative;
    }
    .about-pagination {
        bottom: -30px;
    }
    .about_swiper  {
        margin-bottom: 40px;
    }
    .about_us_swiper_wrapper,
    .before_after  {
        position: relative;
    }
    .video_services {
        padding-bottom: 60px;
        margin-top: 40px;
    }

    /* ----------------------------- PAGINATION ------------------------- */
    .banner_pagination
    {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: -25px !important;
        z-index: 999;
    }

    .banner_pagination span,
    .about-pagination span,
    .doctors-pagination span,
    .doctors-page-pagination span,
    .diploms-pagination span,
    .before_after_pagination span,
    .video_pagination span,
    .review_pagintaion span {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        background-color: #1A4949;
        border-radius: 0;
    }
    /* ------------------------------------------------------------------ */
    .banner_text {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .banner_title {
        font-size: 36px !important;
        font-family: 'DNpro-Bold';
    }
    .banner_text span {
        font-size: 18px;
        color: #1A4949;
        background: #F4D1CE;
        box-shadow: 0px 2px 5px #f4d1ce;
        padding: 5px 10px;
        font-family: 'DNpro-Bold';
        transform: rotate(-7deg);
        display: inline-block;
        height: 30px;
    }
    .banner_btn {
        background: #1A4949;
        box-shadow: 8px 8px 20px rgb(90 145 145 / 15%), 4px 4px 10px rgb(79 137 137 / 20%);
        color: #fcfcfc !important;
        height: 50px;
        line-height: 48px;
        font-family: 'DNpro-Bold';
        width: 180px;
        display: block;
        border-radius: 25px;
        text-align: center;
        margin: 0 auto;
        transition: 0.2s;
    }
    .banner_btn:hover {
        background: #3C8484;
        border: 1px solid transparent;
        color: #fff;
    }
    .tel_header_desktop,
    .banner_control_arrows,
    .about_arrows,
    .doctors_arrows,
    .doctors_page_arrows,
    .video_arrow,
    .review_arrows {
        display: none;
    }
    /* .english_flag, .burger_wrapper div + span {
        display: none;
    } */

    .our_services_wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .our_services {
        padding-top: 90px;
    }
    .page_title {
        font-size: 32px;
        margin-bottom: 30px !important;
        font-family: 'DNpro-Bold';
        text-align: center;
        display: block;
    }
    .services_block {
        background: #FFFFFF;
        box-shadow: 8px 8px 10px rgb(244 209 206 / 22%), 4px 4px 5px rgb(244 209 206 / 10%), inset -1px -1px 5px rgb(244 209 206 / 20%), inset 1px 1px 5px rgb(244 209 206 / 20%);
    }
    .services_block h3 {
        font-size: 18px;
        color: #000;
        padding: 5px 10px 10px 10px;
        font-family: 'DNpro-Bold';
    }
    .services_block img {
        width: 100%;
        height: fit-content
    }
    .teaxt_about h3 {
        font-size: 20px;
        margin-bottom: 30px;
        font-family: 'DNPro-Bold';
    }

    .about_us {
        padding: 80px 0;
    }
    .about_us h2 {
        text-align: left;
    }
    .faith_text {
        font-family: 'DNPro-Medium';
    }
    .answer {
        margin-top: 60px;
        padding: 50px 0;
        background: #F4D1CE url(../image/answer.png) no-repeat center / cover;
        color: #fff;
    }
    .answer_title {
        font-size: 20px;
        font-family: 'DNPro-Bold';
    }
    .answer_text {
        margin: 15px 0 30px;
    }
    .answer_link {
        color: #fff !important;
        font-size: 18px;
        font-family: 'DNPro-Bold';
    }
    .answer_link:visited {
        color: #fff;
    }
    .answer_link svg {
        width: 14px;
        height: 12px;
        transform: rotate(270deg);
    }
    .logo_footer {
        text-align: center;
        display: block;
    }
    .footer_desktop {
        display: none;
    }

    .box_big_img {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1001;
        transform: translateX(-50%);
        transition: 0.2s;
    }
    .answer__block {
        text-align: center;
    }
    .review_right {
        position: relative;
    }
    .review__quote {
        position: absolute;
        z-index: -1;
        font-size: 400px;
        top: -60px;
        line-height: 0;
        right: 0;
        color: #F4D1CE;
        font-family: 'Cormorant-Bold';
    }
    .answer__block p {
        color: #F4D1CE;
        font-size: 18px;
        text-align: center;
        margin-top: 5px;
        font-family: 'DNPro-Bold';
        margin-bottom: 0;
    }
    .answer_diamond p {
        margin-bottom: 0;
    }
    .answer_diamond time {
        margin-top: 15px;
        display: block;
    }
    .review_block {
        margin-bottom: 30px;
    }
    .review_block-title {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
    .review_block_inner {
        margin-bottom: 20px;
    }
    .box_big_img.open {
        opacity: 1;
        width: fit-content;
        height: auto;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        display: none;
    }
    .close_btn {
        width: 27px;
        height: 27px;
        z-index: 1000;
        margin-right: 0;
        margin-left: auto;
        opacity: .7;
    }

    .about-pagination{
        bottom: -25px !important;
    }
    .banner_wrapper {
        position: relative;
    }
    .parent_page_btn {
        margin-left: 0;
    }

    .parent_page_top a {
        color: #fff !important;
    }
    .doctor_page_diploms {
        position: relative;
    }
    .before_after_pagination  {
        bottom: -30px !important;
    }
    .text_left {
        text-align: left !important;
    }
    .review_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 140px;
        margin: 0 auto;
    }
    .review__left_title {
        text-align: center;
        color: #F4D1CE;
        font-size: 18px;
        margin-top: 15px;
        font-family: 'DNPro-Bold';
        margin-bottom: 0;
    }
    .review_text {
        margin: 10px 0;
        line-height: 24px;
    }
    .review_date {
        color: #A2A2A2;
        font-size: 14px;
        font-family: 'DNPro-Regular';
    }
    .parent_page_btn:hover {
        background: #3C8484 !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    }
}

@media (min-width: 400px) {
    .faith h2 {
        font-size: 44px;
        line-height: 45px;
    }

    .page_title {
        font-size: 44px !important;
        line-height: 45px !important;
    }
    .parent_page_title {
        font-size: 44px !important;
        line-height: 55px !important;
    }
    .parent_page_child {
        height: 200px;
    }
    .title_form {
        font-size: 44px;
    }


}
@media (max-width: 576px) {
    .main__sample .wp-block-table tr td {
        font-size: 10px;
    }
}
@media (min-width: 576px) {
    .main__sample .wp-block-table tr td:first-child, .main__sample .wp-block-table tr th:first-child {
        font-size: 16px;
    }
    .before_after_pagination  {
        right: 50% !important;
        transform: translateX(50%) !important;
    }
    .before_after_pagination {
        width: 90px !important;
    }
    .review_answer {
        display: flex;
        align-items: center;
        gap: 25px;
    }
    .article_author_wrapper {
        display: flex;
        text-align: left;
        gap: 30px;
    }
    .article_author_who {
        margin: 0;
    }
    .main__sample h2{
        font-size: 30px;
    }
    .main__sample .wp-block-table td strong, .main__sample .wp-block-table th, .main__sample .wp-block-table th strong {
        font-size: 16px;
    }
    .doctor_page_diploms_block img {
        max-width: 510px;
    }
    .doctor_page_diploms_block {
        text-align: center;
    }
    .license_inner img {
        width: 100%;
    }
    .footer_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #license h1 {
        font-size: 44px;
        line-height: 47px;
    }
    #license img {
        max-width: 510px;
    }
    .banner_pagination
    {
        left: auto !important;
    }
    .doctors-pagination,.about-pagination,
    .doctors-page-pagination, .diploms-pagination  {
        transform: translateX(-50%);
    }
    .page_title {
        margin-bottom: 60px !important;
    }
    .about_control {
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        width: 160px;
        height: 40px;
        bottom: 0px;
        z-index: 9;
        right: 0;
    }
    .acord_item {
        font-size: 25px;
    }
    .price_block_accord p, .price_block_subaccord p {
        max-width: 100%;
    }
    .price_block_subaccord p {
        font-size: 22px;
    }
    .price_table td {
        font-size: 18px;
        width: 30%;
    }
    .price_table th {
        font-size: 18px;
    }
    .footer_block:nth-child(2) {
        text-align: left;
        width: 240px;
    }
    .doctors_control,
    .doctors_page_control,
    .before_after_control,
    .video_control,
    .review_control {
        position: absolute !important;
        top: 0;
        right: 0;
    }
    .faith h2 {
        margin-bottom: 60px;
    }
    .about_us_inner {
        position: relative;
    }
    .tel_header {
        display: block;
        color: #Fff;
    }
    .container {
        max-width: 540px;
        margin: 0 auto;
    }

    .banner_control_arrows,
    .about_arrows,
    .doctors_arrows,
    .doctors_page_arrows,
    .diploms_arrows,
    .before_after_arrow,
    .video_arrow,
    .review_arrows{
        display: block !important;
    }
    .doctor_item img {
        width: 190px !important;
        height: 250px !important;
    }
    .doctor_item {
        display: flex;
        align-items: center;
    }
    .doctor_item_info {
        padding: 0px 20px 0 30px;
        width: 100%;
    }
    .top_control_wrapper {
        position: absolute;
        right: 0;
        top: 20px;
    }
    .doctors_top {
        position: relative;
    }
    .baner img {
        /* height: 200px; */
        width: 100%;
        object-fit: cover;
    }
    .banner_pagination,
    .about-pagination,
    .doctors-pagination,
    .doctors-page-pagination, .diploms-pagination, .before_after_pagination  {
        left: auto;
        right: 8px;
        width: 70px;
        bottom: 6px !important;
    }
    .diploms-pagination {
        width: fit-content;
        right: auto;
        left: 50%;
    }
    .banner_pagination span,
    .about-pagination span,
    .doctors-pagination span,
    .doctors-page-pagination span,
    .diploms-pagination span,
    .before_after_pagination span,
    .video_pagination span,
    .review_pagintaion span {
        font-size: 18px;
        font-family: 'Modena Sans';
        color: #1A4949;
        background-color: transparent;
    }
    .doctors_control,
    .diploms_control,
    .before_after_control,
    .video_control,
    .review_control {
        width: 160px;
        height: 40px;
        position: relative;
    }
    .doctors_page_control {
        width: 160px;
        height: 40px;
    }
    .about-pagination {
        bottom: 10px;
    }
    .banner_control_arrows .swiper-button-next:after, .banner_control_arrows .swiper-button-prev:after,
    .diploms_arrows .swiper-button-next:after, .diploms_arrows .swiper-button-prev:after,
    .video_arrow .swiper-button-next:after, .video_arrow .swiper-button-prev:after{
        color: #1A4949;
        font-size: 18px;
        font-weight: 900;
    }
    .video_arrow,
    .review_arrows {
        z-index: 99;
    }
    .video_control,
    .review_control {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #child_page .parent_page_box{
        max-width: 100%;
    }
    .doctors_control .swiper-button-next:after, .doctors_control .swiper-button-prev:after,
    .doctors_page_control  .swiper-button-next:after, .doctors_page_control .swiper-button-prev:after,
    .before_after_control  .swiper-button-next:after, .before_after_control .swiper-button-prev:after,
    .review_control  .swiper-button-next:after, .review_control .swiper-button-prev:after {
        color: #1A4949;
        font-size: 18px;
        font-weight: 900;
    }
    .doctors-page-pagination {
        top: 7px;
        left: 50%
    }
    .about_arrows .swiper-button-next:after, .about_arrows .swiper-button-prev:after{
        color: #1A4949;
        font-size: 18px;
        font-weight: 900;
    }
    .banner_control_arrows .swiper-button-next, .banner_control_arrows .swiper-button-prev{
        z-index: 9999999;
    }
    .banner_control {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 160px;
        height: 40px;
        background: rgba(255, 255, 255, 0.9);
        z-index: 99;
    }
    .services_block h3 {
        padding: 10px 30px 20px 30px;
    }
    .faith_inner {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 620px;
        margin: 0 auto;
        gap: 50px;
        justify-content: center;
    }
    .faith_box {
        margin: 0;
    }
    .form_litle_text {
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
    .diploms_control {
        position: absolute;
        top: 0;
        right: 0;
    }
    .before_after_pagination  {
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) {
    .section_video  {
        padding-top: 48px;
    }
    .page_404_inner h1 {
        font-size: 250px;
        line-height: 260px;
    }
    .before_after {
        margin-top: 80px;
    }
    .license_inner img {
        width: 345px;
    }
    .consult__form {
        padding: 60px 0 0 0;
    }
    .doctor_page_diploms h2, .consult_price h1 {
        margin-bottom: 60px !important;
    }
    .doctor_page_diploms_block {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1002px;
    }
    .doctor_page_diploms_block img {
        max-width: 345px;
    }
    .container {
        max-width: 720px;
    }
    .banner_title {
        font-size: 42px !important;
    }
    .baner .container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .banner_inner {
        max-width: 315px;
        width: 100%;
    }
    .banner_slider  {
        width: 290px;
        height: 200px;
    }
    .our_services_wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .our_services_wrapper img {
        width: 100%;
    }
    #doctors .doctor_item {
        max-width: 670px;
        width: 100%;
    }
    #stock,
    #offer,#doctors,
    #certificates,
    #contacts, #price, .main__page {
        padding: 70px 0 40px 0;
    }

    .parent_page_top {
        display: flex;
        justify-content: space-between;
    }
    #doctor_page {
        padding: 70px 0;
    }
    .title_form {
        margin-bottom: 60px;
    }
}

@media (max-width: 560px) {
    #about .alignright.size-large {
        float: initial;
    }
    .aboutUs .wp-block-image {
        width: 100%;
    }
    .aboutUs .wp-block-image figure {
        margin: 0 auto;
    }
}
