@media (min-width: 1350px) {
    .team_wrapper .reviews_wrapper_control {
        display: none;
    }
    .services_prices_content_image,
    .services_prices_content_image picture {
        --margin-over: calc(calc(100vw - var(--container-width))/2);
        width: calc(100% + var(--margin-over));
    }
}
@media (max-width: 1024px) {
    .about_service_body img {
        margin-right: 25px;
    }
    .consultation_form_wrapper_items {
        grid-gap: 8px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    #comm_toggle {
        grid-column: 1/3;
    }
    .consultation_form_wrapper {
        grid-template-columns: 3fr 0.5fr;
        grid-gap: 20px;
    }
    .header_phone {
        font-size: 16px;
    }
    .select_city button {
        font-size: 14px;
    }
    .header_menu > ul > li {
        padding: 0 10px;
    }
    .header_service_menu > ul > li > a, .header_service_menu > ul > li > span {
        font-size: 12px;
    }
    .header_service_menu .uk-dropdown > ul > li > a, .header_service_menu .uk-dropdown > ul > li > span {
        font-size: 12px;
    }
    .service_advantages_title {
        font-size: 60px;
    }
    .service_advantages_subtitle {
        font-size: 38px;
    }
    .about_service_wrapper_teaser *, .about_service_body * {
        font-size: 14px;
    }
    .about_service_wrapper_teaser blockquote *, .about_service_body blockquote * {
        font-size: 14px;
    }
    .service_advantages_body > * {
        font-size: 14px;
    }
    .services_prices_tab li a {
        font-size: 16px;
    }
    .service_wrapp {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .services_prices_content_item label {
        padding: 12px;
    }
    .services_stocks_item_sale {
        font-size: 48px;
    }
    .advantages_item {
        padding: 0 15px;
    }
    .advantages_title {
        font-size: 15px;
        margin-bottom: 9px;
    }
    .advantages_icon {
        margin-bottom: 19px;
    }
    .advantages_text, .advantages_text * {
        font-size: 14px;
    }
    .services_media_item_info {
        padding: 15px;
    }
    .reviews_wrapper {
        margin-top: 40px;
    }
    .features_title {
        margin-top: 30px;
    }
    .features_body p {
        font-size: 14px;
    }
    .features_subtitle {
        font-size: 14px;
    }
    .features_body li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .equipment {
        margin-top: 40px;
    }
    .beauty_title {
        font-size: 38px;
    }
    .beauty_info ul li {
        font-size: 16px;
        padding-left: 15px;
    }
    .beauty .container {
        min-height: 320px;
    }
    .team_about {
        margin-top: 50px;
    }
    .team {
        padding-bottom: 135px;
    }
    .stats_count {
        font-size: 25px;
    }
    .stats_title {
        font-size: 14px;
        margin-top: 5px;
        padding-top: 10px;
    }
    .first_screen {
        min-height: 580px;
        padding-top: 45px;
    }
    .slider-body {
        min-height: 580px;
    }
    .first_screen_title,
    .first_screen_title h1 {
        font-size: 44px;
    }
    .first_screen_subtitle {
        font-size: 14px;
    }
    .switcher_sub > li > div {
        grid-template-columns: 1fr;
        grid-gap: 0px;
        min-height: 1px;
        max-height: 100%;
    }
    .lasergood_banner {
        padding-top: 220px;
    }
    .lasergood_banner_info * {
        font-size: 16px;
    }
    .lasergood_banner_img {
        width: 30%;
        bottom: 0;
    }
    .reviews {
        padding-top: 35px;
    }
    .team_item_name {
        font-size: 30px;
    }
    .team_item_info {
        font-size: 14px;
    }
    .title {
        font-size: 60px;
        line-height: 1.4;
    }
    .subtitle {
        font-size: 38px;
    }
    .stocks .btn {
        margin-top: 30px;
    }
    .block-content * {
        font-size: 14px;
    }
    .price-current {
        font-size: 88px;
    }
    .node_top_title {
        margin-bottom: 60px;
    }
    .node_top .container {
        min-height: 450px;
    }
    .service_wrapp_labels {
        margin-top: 60px;
    }
}
@media (max-width: 991px) {
    .first_screen_info {
        max-width: 100%;
    }
    .lasergood_banner_img {
        width: 30%;
    }
    .tab_section_main, .services_prices_tab {
        flex-wrap: nowrap;
        overflow: auto;
        margin-left: 0;
    }
    .service_wrapp_labels {
        margin-top: 30px;
    }
    .node_body .container {
        grid-template-columns: 1fr;
    }
    .prices_title {
        flex-direction: column;
        align-items: flex-start;
    }
    .service_wrapp_labels {
        margin-bottom: 0;
    }
    .award {
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .header_logo {
        display: flex;
    }
}
@media (min-width: 769px) {
    .news_wrapper .news_item:nth-of-type(2) {
        grid-column: 2/4;
        justify-content: flex-end;
    }    
    .news_wrapper .news_item:nth-of-type(2) .news_img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .news_wrapper .news_item:nth-of-type(2) .news_title,
    .news_wrapper .news_item:nth-of-type(2) .news_item_teaser {
        color: var(--color-white);
    }
    .news_wrapper .news_item:nth-of-type(2) .news_item_info {
        background: transparent;
        max-width: 55%;
    }
    .checkbox_items label:hover .checkbox {
        opacity: 1;
    }
    /* .node_items .news_item:first-child {
        grid-column: 1/3;
    }
    
    .node_items .news_item:first-child {
        justify-content: flex-end;
    } */
    
    /* .node_items .news_item:first-child .news_img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .node_items .news_item:first-child .news_title,
    .node_items .news_item:first-child .news_item_teaser {
        color: var(--color-white);
    }
    .node_items .news_item:first-child .news_item_info {
        background: transparent;
        max-width: 55%;
    } */
    .team_item:hover {
        -webkit-filter: drop-shadow(0px 31px 57px rgba(4, 29, 29, 0.478));
                filter: drop-shadow(0px 31px 57px rgba(4, 29, 29, 0.478));
    }
}
@media (max-width: 768px) {
    .first_screen_title,
    .first_screen_title h1 {
        font-size: 34px;
    }
    .oleus {
        margin: 10px auto;
    }
    h1 {
        font-size: 34px !important;
        font-weight: 700;
    }
    .service_wrapp_label:not(:last-child) {
        margin-right: 20px;
    }
    .checkbox_items label {
        margin-bottom: 10px;
    }
    .switcher_sub_body {
        padding: 0;
    }
    .buttons_wrapper > .btn:not(:last-child) {
        margin-right: 0;
    }
    .buttons_wrapper > .btn {
        width: 100%;
    }
    .btn {
        padding: 12px 20px;
    }
    .tab_section_sub {
        padding-top: 0px;
    }
    .switcher_main > li > div {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .switcher_sub > li > div {
        grid-template-columns: 1fr;
        grid-gap: 0;
        min-height: 1px;
        max-height: 100%;
    }
    .checkbox_bottom_wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        align-items: center;
    }
    .checkbox_bottom_abon_text {
        width: 100%;
    }
    .lasergood_banner {
        background-position: center 4%;
        padding-top: 70px;
        padding-bottom: 130px;
    }
    .lasergood_banner_img {
        width: 60%;
        bottom: 0;
    }
    .reviews {
        padding-top: 30px;
    }
    .title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 28px;
    }
    .reviews_wrapper {
        margin-top: 30px;
    }
    .reviews_wrapper .reviews_wrapper_control {
        margin-top: 40px;
    }
    .team_title_body {
        flex-direction: column;
    }
    .team_body {
        opacity: .61;
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .team_wrapper {
        margin-top: 30px;
    }
    .team_item {
        -webkit-filter: drop-shadow(0px 31px 57px rgba(4, 29, 29, 0.478));
        filter: drop-shadow(0px 31px 57px rgba(4, 29, 29, 0.478));
    }
    .team_item .team_btn_wrapper {
        opacity: 1;
        visibility: visible;
    }
    .stocks {
        margin-top: 30px;
    }
    .stocks_wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 15px;
    }
    .stocks_wrapper .stocks_item:first-child {
        grid-column: auto;
        grid-row: auto;
    }
    .stocks .btn {
        margin-top: 30px;
        width: 100%;
    }
    .news_wrapper {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    .block-content * {
        font-size: 14px;
    }
    .footer_top {
        padding: 30px 0;
    }
    .footer_top .container {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .footer_top .container > *:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .footer_logo {
        margin-right: auto;
        margin-left: auto;
    }
    .footer_text {
        text-align: center;
    }
    .footer_title {
        margin-bottom: 10px;
    }
    .footer_bottom .container {
        grid-template-columns: 1fr;
    }
    .footer_menu_terms ul {
        flex-direction: column;
    }
    .footer_menu_terms ul li {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .copyright {
        grid-row: 2/3;
    }
    .header_main {
        margin-top: 0;
    }
    header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .beauty_title {
        font-size: 28px;
    }
    .form_wrapper {
        grid-template-columns: 1fr;
        position: inherit;
    }
    .form-field-items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 17px;
    }
    .form-field-items > div:nth-child(3) {
        grid-column: auto;
    }
    .form_body {
        margin: 0;
        padding: 20px;
        border-top: 1px solid rgba(22, 22, 22, 0.13);
        border-left: none;
    }
    #map {
        margin-top: 20px;
    }
    body#contacts #map {
        position: relative;
        height: 100vh;
    }
    .footer_menu_terms {
        flex-direction: column;
    }
    .footer_menu_terms_imgs {
        justify-content: center;
    }
    .contacts_wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .node_top_title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .node_top .container {
        min-height: 1px;
        padding-bottom: 34px;
        padding-top: 34px;
    }
    .about_service_body {
        margin-top: 30px;
    }
    .about_service_wrapper_teaser *, .about_service_body * {
        font-size: 14px;
    }
    .services_stocks {
        padding: 20px 0;
    }
    .services_stocks .container {
        grid-template-columns: repeat(1, 1fr);
    }
    .services_stocks_item {
        padding: 15px;
    }
    .node_items {
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    .beauty_info ul li {
        font-size: 14px;
        padding-left: 10px;
    }
    .beauty_info ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .beauty_photo {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .advantages .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .advantages_item {
        padding: 0;
    }
    .advantages_icon {
        margin-bottom: 15px;
    }
    .advantages_item:not(:first-child) {
        border: none;
    }
    .advantages_title {
        margin-bottom: 10px;
    }
    .advantages {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .beauty .container {
        grid-template-columns: 1fr;
    }
    .stats_wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .stats_item {
        max-width: 220px;
        margin: auto;
    }
    .brands_items {
        grid-template-columns: repeat(2, 1fr);
    }
    .brands_item:not(:first-child) {
        border: none;
    }
    .brands_item:nth-of-type(even) {
        border-left: 1px solid rgba(1, 1, 1, 0.2);
    }
    .service_advantages_title {
        font-size: 40px;
    }
    .service_advantages_subtitle {
        font-size: 28px;
    }
    .service_advantages_body > * {
        font-size: 14px;
    }
    .service_advantages_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .service_advantages .btn {
        width: 100%;
    }
    .about_service_body img {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .about_service_wrapper_teaser blockquote::before, .about_service_body blockquote::before {
        width: 5px;
    }
    .about_service_wrapper_teaser blockquote, .about_service_body blockquote {
        padding-left: 15px;
    }
    .before_after {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .before_after .container {
        grid-template-columns: repeat(1, 1fr);
    }
    .services_prices_top {
        flex-direction: column;
        align-items: flex-start;
    }
    .services_prices_top .checkbox_label {
        margin-top: 10px;
    }
    .services_prices_content_wrapper {
        -moz-column-count: 1;
             column-count: 1;
    }
    .services_prices_content > li > div {
        grid-template-columns: 1fr;
    }
    .services_media .container {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    .services_media_item_info {
        display: none;
    }
    .services_media_item:not(:first-child) .media_link_wrapper {
        justify-content: center;
    }
    .features_title {
        margin-top: 10px;
    }
    .features_body p {
        font-size: 14px;
    }
    .features_body p {
        min-height: 14px;
    }
    .features_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .features_wrapper .danger {
        padding-top: 25px;
        padding-left: 0;
    }
    .features_wrapper .danger::before {
        width: calc(100vw - var(--container-padding));
    }
    .features_wrapper .danger::after {
        width: calc(100vw - var(--container-padding));
    }
    .features_body li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .equipment {
        margin-top: 30px;
    }
    .equipment_wrapper {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .category_wrapper {
        grid-template-columns: 1fr;
    }
    .product-item-card {
        padding: 15px 10px 5px 20px;
    }
    .category_banner {
        min-height: 150px;
    }
    .custom_sert {
        padding-bottom: 70px;
    }
    .custom_sert_btn {
        font-size: 16px;
        padding: 30px 10px 15px;
    }
    .modal_sertif .uk-modal-footer::after,
    .sert_bottom::after {
        height: 15px;
    }
    .product-teaser {
        max-width: 45%;
    }
    .modal_sertif .uk-modal-footer {
        height: 70px;
    }
    .tab_section_sub {
        padding-top: 0;
        min-height: 300px;
        max-height: 300px;
    }
    .tab_section_sub li a {
        padding: 8px 12px;
    }
    .consultation_form_wrapper_items {
        grid-template-columns: 1fr;
    }
    #comm_toggle {
        grid-row: 3/4;
        grid-column: 1/2;
    }
    .consultation_form_wrapper {
        grid-template-columns: 1fr;
    }
    .uk-dotnav>*:not(:first-child) {
        margin-left: 6px;
    }
    .front_form_fields {
        grid-template-columns: repeat(1, 1fr);
    }
    .front_form {
        padding: 10px;
    }
    .front_form_fields input, .front_form_fields textarea {
        padding: 12px;
    }
    .equipment__img {
        height: 200px;
    }
    .equipment__title {
        font-size: 24px;
    }
    .equipment__item {
        padding: 12px 13px;
    }
    .equipment__items {
        margin-top: 15px;
    }
    .equipment__img picture {
        display: flex;
        width: 100%;
        height: 100%;
    }
}