.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}


@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:1024px) {
    html{
        font-size: 12px!important;
    }
}


@media screen and (min-width:1024px) {

}

@media screen and (max-width:1024px) {

    body {
        padding-top: 4.2rem;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }

    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu_toggle {
        color: #000000;
        width: 1.7rem;
        height: 1.7rem;
        margin-right: 1rem;
        font-size: 1.6rem;
    }

    .mob_none {
        display: none !important;
    }

    .mob_block {
        display: block !important;
    }

    .logo {
        width: 6.8rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }

    .search--show{
        margin-right: 1.5rem;
    }

    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #F3E5DB;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 0 15px;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
    }

    .menu li:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #bfbfbf;
    }

    .menu li{

        text-align: left;
    }
    .menu a{
        display: block;
        margin: 0;
        border: none!important;
        padding: 1rem 0;
        font-size: 1rem;
    }

    header{
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        position: fixed;
    }
    .search_form{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
    }
    .search_form input{
        width: 100%;
        border-radius: 0;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
    .header_links {
        margin-top: 0;
    }
    .lang_select {
        margin-left: 0;
    }
    .header_links > a {
        margin-left: 0;
        margin-right: 1rem;
    }
    .box1_img {
        width: 100%;
        text-align: center;
    }
    .box1_img .btn {
        position: static;
        margin-top: 1.5rem;
    }
    .box1_text{
        text-align: center;
        margin-top: 2rem;
    }
    .box1_text .content {
        font-size: 1rem;
        text-align: center;
    }
    .box1_text .content br{
        display: none;
    }
    .section_title {
        font-size: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .service_row > div{
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .slider_title {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    .slider_box {
        width: 100%;
        margin: 0 auto;
        padding: 0 3rem;
    }
    .product_slider .col-md-4 {
        padding: 0 10px;
    }
    .product_slider .slick-list{
        margin: 0 -10px;
    }
    .slick-prev {
        left: -3.3rem;
    }
    .slick-next {
        right: -3.3rem;
    }
    .slick-arrow {
        width: 2.6rem;
        height: 2.6rem;
        background-size: 0.863rem 1.425rem;
    }
    #box-4 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .main_form {
        width: 100%;
        padding: 2rem;
        text-align: center;
    }
    .form_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main_form_box {
        padding-left: 0;
    }
    .form_text .section_title {
        text-align: center;
        margin-top: 0;
    }
    .footer_box {
        width: 100%;
    }
    .footer_logo {
        width: 9rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .footer_box ul{
        text-align: center;
    }
    .footer_right {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .f_cont_item a {
        width: auto;
        margin-left: 1rem;
    }
    .f_cont_item {
        justify-content: center;
    }
    .socials a {
        margin: 0 1rem;
    }
    .socials a img{
        width: auto;
        height: auto;
    }
    .f_cont_item img {
        height: auto;
    }
    .footer_title {
        margin-bottom: 1.2rem;
        margin-top: 1rem;
    }
    .footer_box ul li:not(:last-child) {
        margin-bottom: 0.7rem;
    }
    .modal .modal__block {
        width: 95%;
        padding: 3rem 1rem;
    }
    .modal_form_row > div{
        margin-bottom: 0;
    }
    .modal_title {
        font-size: 1.4rem;
    }
    .content h2 {
        font-size: 1.6rem;
    }
    .page_banner {
        margin-top: 0;
    }
    .page_banner_content {
        height: auto;
        /*display: block;*/
        padding: 4rem 0;
        min-height: 16.4rem;
    }
    .page_banner_content h1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 1.4;
    }
    .page_banner_content p {
        margin: 0;
        font-size: 1.2rem;
    }
    .container_sm {
        width: 100%;
        padding: 0 15px;
    }
    .bs_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bs_form {
        padding-left: 0;
        padding-top: 1rem;
    }
    .bs_content {
        padding-top: 1.2rem;
    }
    .pages_row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .specialists {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .specialists_box{
        padding: 0 3rem;
    }
    .specialists .slick-prev {
        left: -3.3rem;
    }
    .specialists .slick-next {
        right: -3.3rem;
    }
    .page_title {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    .gallery_row > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sm_gallery_items a {
        height: 15.1rem;
    }
    .programmes {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .program_row > div {
        margin-bottom: 5px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .schedule {
        padding: 3rem 0;
    }
    .schedule_box {
        padding: 0;
        overflow-x: auto;
    }
    .health_row > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .health_row .content{
        margin-top: 2rem;
    }
    .page.service_page .content p, .page.service_page .content img, .page.service_page .content ol, .page.service_page .content ul, .page.service_page .content table {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    .page_bottom_text {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .complex_form_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
    .complex_form .bs_bottom {
        margin-top: 0.5rem;
    }
    .dropdowns {
        margin-top: 3rem;
    }
    .bs_content br{
        display: none;
    }
    .dropdown_content .bs_img {
        margin-right: 0;
    }
    .dropdown_content {
        padding: 1.5rem 0;
        padding-bottom: 0;
    }
    .dropdown_content .complex_form {
        padding-left: 0;
        padding-top: 0;
        margin-left: 0;
        margin-top: 1rem;
    }
    .complex_pages_row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .complex_pages {
        margin-top: 2.4rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .page_bottom_text{
        border-top: 1px solid white;
    }
    .dropdown_toggle {
        padding: 0.3rem 1.5rem;
        padding-right: 1.4rem;
        height: auto;
        min-height: 3.8rem;
    }
    .complex_form {
        padding-left: 0;
        padding-top: 0;
    }
    .complex_pages_row {
        padding: 0;
    }
    .dropdown_content .content{
        overflow-x: auto;
    }
    .dropdown_slider{
        padding: 0 3rem;
        padding-bottom: 1.5rem;
    }
    .dropdown_slider .slick-prev {
        left: -2.2rem;
    }
    .dropdown_slider .slick-next {
        right: -2.2rem;
    }
    .specialists.pt-0{
        padding-top: 0!important;
    }
    .accessory_item h4 {
        font-family: MontserratMedium, sans-serif;
        font-size: 1.1rem;
    }
    .accessory_text {
        padding: 1rem;
        font-size: 1.1rem;
    }
    .complex_form .page_title {
        margin-bottom: 1.5rem;
        padding-top: 0.5rem;
    }
    .spa_row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .spa_cart {
        font-size: 1.2rem;
        padding: 0.5rem 1.5rem;
    }
    .complex_form .bs_bottom {
        width: 100%;
    }
    .spa_form_box {
        padding-left: 0;
    }
    .spa_form_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .spa_form_box {
        padding: 0!important;
        margin-top: 1.5rem;
    }
    .spa_form_box .bs_bottom {
        width: 100%;
        align-items: flex-end;
        margin-top: 0;
    }
    .spa_form_box .form-group {
        margin-bottom: 1.5rem;
    }
    .lux_row > div{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .lux_info > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .lux_form_box > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lux_form_result {
        width: 100%;
    }
    .lobby_img{
        display: none;
    }
    .page.service_page .content.big_content * {
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.6;
    }
    .content.big_content {
        margin-bottom: 2rem;
    }
    .lobby_btns .btn{
        margin: 0;
    }
    .lobby_btns{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page .slider_box {
        padding: 0 3rem;
    }
    .page .slider_box .slick-prev {
        left: -3.2rem;
    }
    .page .slider_box .slick-next {
        right: -3.2rem;
    }
    .shop_cats .spa_row {
        padding: 0;
    }
    .catalog_page {
        padding-top: 2rem;
    }
    .catalog_menu {
        padding: 0;
        flex-wrap: wrap;
    }
    .catalog_menu a {
        padding: 0.7rem 0.3rem;
        width: 32%;
        margin-bottom: 1rem;
    }
    .sort_box .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0.8rem;
        padding-right: 2.9rem;
        /*font-size: 1rem;*/
    }
    .page_products {
        padding: 0;
    }
    .prod_row > div {
        margin-bottom: 20px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .products_section {
        padding-bottom: 2rem;
        background-image: none;
    }
    .sort_box {
        width: 100%;
    }
    .sort_box .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
    }
    .sort_box .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.7rem;
    }
    .sort_select .select2-results__option {
        padding: 0.7rem 0.6rem;
        font-size: 1rem;
    }
    .product_container {
        padding: 0;
    }
    .card_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cat--unit__for a {
        height: 28.1rem;
    }
    .nav_item {
        height: 9.6rem;
    }
    .card_info {
        padding-left: 0;
        margin-top: 1.3rem;
    }
    .card_in_stock {
        font-size: 1.1rem;
    }
    .page .content p, .page .content img, .page .content ol, .page .content ul, .page .content table {
        line-height: 1.6;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .page .card_char_left.content * {
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    .card_char{
        display: block;
    }
    .card_char_left {
        border-right: none;
        width: 100%;
        padding: 0;
    }
    .card_char_right {
        width: 100%;
        padding: 1.5rem 0;
        min-height: unset;
        justify-content: center;
    }
    .card_char_right .btn_img{
        width: auto;
    }
    .card_description_box {
        padding: 0;
    }
    .page .card_description_content.content p, .page .card_description_content.content img, .page .card_description_content.content ol, .page .card_description_content.content ul, .page .card_description_content.content table {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    .card_description {
        background-image: none;
        border-bottom: 1px solid white;
    }
    .cert_row {
        margin: 0 -10px;
        padding: 0;
        margin-bottom: 2rem;
    }
    .cert_row > div {
        padding: 0 10px;
        margin-bottom: 20px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sales_row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mob-pb-2{
        padding-bottom: 2rem!important;
    }
    .sale_view {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .sale_view_flex{
        display: block;
    }
    .sale_view_img{
        width: 100%;
        margin-bottom: 2rem;
    }
    .sale_view_content {
        width: 100%;
        padding-left: 0;
    }
    .contacts_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contacts_info {
        padding-top: 1rem;
    }
    .contacts_info h1 {
        margin-bottom: 1.8rem;
        font-size: 1.7rem;
    }
    /*.contact_item img {*/
    /*    width: auto;*/
    /*}*/
    .map {
        margin-left: 0;
        height: 20rem;
    }
    .contacts_office_row > div{
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .contacts_form_box {
        width: 100%;
    }
    .about_items_row > div, .news_row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .prices .catalog_menu {
        padding: 0;
    }
    .prices .catalog_menu a {
        padding: 0.7rem 0.3rem;
        width: 48.7%;
    }
    .table_scroll{
        overflow-x: auto;
    }
    .table_scroll table{
        width: 800px;
    }
    .price_table th {
        font-size: 1rem;
    }
    .price_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .price_row > div th:last-child, .price_row > div td:last-child{
        text-align: right;
    }
    .price_spa_tables > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .table_scroll2, .table_scroll3{
        overflow-x: auto;
    }
    .table_scroll2 table th{
        width: 20%!important;
    }
    .table_scroll2 table th:first-child{
        width: 40%!important;
    }
    .table_scroll3 table{
        width: 500px;
    }
    .table_scroll3 table th{
        width: 30%!important;
    }
    .table_scroll3 table th:last-child{
        width: 10%!important;
    }
    .cart_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px!important;
    }
    .cart_info {
        padding-left: 0;
    }
    .lk_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lk_left_form {
        padding-right: 0;
    }
    .lk_title span {
        font-size: 1.25rem;
        font-family: 'MontserratSemiBold';
    }
    .lk_left_form .cart_form_box {
        margin-top: 2.5rem;
        margin-bottom: 2rem;
    }
    .barcodes {
        margin-top: 1.5rem;
    }
    .barcode_item {
        width: 100%;
    }
    .barcode_item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .barcodes .page_products {
        padding: 0;
        padding-right: 0;
    }
    .cart_barcode_view img{
        width: auto;
        max-width: 100%;
    }
    .cart_barcode_view{
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .search_title {
        font-size: 1.2rem;
        margin-bottom: 1.6rem;
    }
    .search_form_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .search_form_row .btn{
        width: auto;
    }
}

@media screen and (max-width:550px){
    .btns_flex_box .btn{
        margin: 0;
    }
    .btns_flex_box{
        justify-content: space-between;
    }
    .center_form {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0rem;
    }
    .add_cart_row > div{
        margin-bottom: 0;
    }
    .form-control-border {
        padding: 0.8rem 1.2rem;
    }
    .modal.sm_modal .modal__block {
        width: 95%;
        padding: 3rem 1rem;
    }
    .cart_price_flex a{
        display: inline-block;
        margin-top: 0.35rem;
    }
    .cart_price_flex{
        display: block;
    }
    .news_view_img {
        border-radius: 10px;
        overflow: hidden;
        float: none;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .page .news_img {
        height: 19.2rem;
    }
    .about_items_row > div, .news_row > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .news_row > div{
        margin-bottom: 30px;
    }
    .contacts_info {
        padding-top: 0;
    }
    .contacts_form_box {
        padding: 2rem 15px;
    }
    .office_item h4 {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }
    .office_item {
        background: rgba(255, 255, 255, 0.64);
        padding: 1.4rem 1rem;
        border-radius: 7px;
        min-height: 10rem;
        height: 100%;
    }
    .contacts_office_row{
        margin: 0 -5px;
    }
    .contacts_office_row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .contacts_offices .page_title {
        margin-bottom: 1.7rem;
        font-size: 1.3rem;
    }
    .sale_view_btn{
        text-align: center!important;
    }
    .load_more {
        margin-top: 1rem;
    }
    .btn_more {
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
    }
    .sales_row .news_item .news_img {
        height: 19.5rem;
    }
    .news_text h4 {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .sales_row > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cert_row {
        margin-bottom: 1rem;
    }
    .cert_text {
        padding: 1.3rem 1.5rem;
        font-size: 1rem;
    }
    .cert_img {
        height: 22.7rem;
    }
    .cert_row{
        padding: 0 2rem;
    }
    .cert_row > div {
        margin-bottom: 30px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card_description_content {
        padding: 2rem 15px;
    }
    .nav_item {
        height: 6rem;
    }
    .cat--unit__for a {
        height: 23rem;
    }
    .cat--unit__for .slick-prev {
        left: 1rem;
    }
    .cat--unit__for .slick-next {
        right: 1rem;
    }
    .breadcrumbs {
        margin-bottom: 1.7rem;
        font-size: 1rem;
    }
    .page .product_slider .col-md-4, .product_slider .col-md-4 {
        padding: 0;
    }
    .product_slider .slick-list{
        margin: 0!important;
    }
    .prod_count {
        margin-bottom: 2rem;
    }
    .catalog_menu a {
        padding: 0.7rem 0.3rem;
        width: 48%;
    }

    .prod_row > div {
        margin-bottom: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .prod_row{
        padding: 0 2rem;
    }
    .lux_item h4 {
        font-size: 1rem;
    }
    .lux_item {
        height: 13.3rem;
    }
    .specialist_text p {
        font-size: 1rem;
        margin-top: 1rem;
    }
    .specialist_item{
        box-shadow: none;
    }
    .spa_row > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .specialists .slick-list .col-md-4 {
        padding: 0;
    }
    .specialists .slick-list{
        margin: 0;
    }
    .dropdown_slider_text {
        font-size: 1rem;
        padding: 1.2rem 1rem;
        line-height: 1.5;
    }
    .complex_pages_row > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .dropdowns {
        margin-top: 2rem;
    }
    .complex_form .form-group {
        margin-bottom: 1.5rem;
    }
    .program_item .content {
        margin-top: 1rem;
    }
    .program_row > div {
        margin-bottom: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-section {
        padding: 3rem 0;
    }
    .services_info p {
        font-size: 1.2rem;
    }
    .gallery {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .gallery_row > div {
       margin-bottom: 10px;
    }
    .sm_gallery_items a {
        height: 8.1rem;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .gallery_view {
        display: block;
        height: 19.7rem;
    }
    .content ul li:after {
        top: 0.4rem;
    }

    .page_item {
        height: 19.6rem;
    }
    .pages_row > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .buy_subscription {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .bs_form .form-group {
        margin-bottom: 1.5rem;
    }
    .services_info h3 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .page-section .content h2 {
        margin-bottom: 1.6rem;
    }
    .modal_title {
        font-size: 1.3rem;
    }
    .form-control {
        font-size: 1rem;
        padding: 0.8rem 1.1rem;
    }
    .btn {
        font-size: 1rem;
        padding: 0.8rem 2rem;
    }
    .box1_text .content {
        font-size: 1.1rem;
    }
    .logo {
        width: 5.8rem;
    }
    .box1_img .btn {
        margin-top: 2rem;
    }
    #box-1 {
        padding-top: 2rem;
    }
    .service_row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .service_row{
        margin: 0 -5px;
    }
    .btn_more {
        margin-top: 1rem;
    }
    .slider_title {
        text-align: center;
    }
    .slider_box {
        padding: 0 4rem;
    }
    .slick-prev {
        left: -4rem;
    }
    .slick-next {
        right: -4rem;
    }
    .slider_item:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .catalog_btn {
        margin-top: 2rem;
    }
    #box-3 {
        padding: 3rem 0;
    }
    .news_slider .slick-prev {
        left: -0.5rem;
    }
    .news_slider .slick-next {
        right: -0.5rem;
    }
    .news_slider{
        padding: 0 3rem;
    }
    .news_img {
        height: 15.2rem;
    }
    #box-4 .catalog_btn {
        margin-top: 2.5rem;
    }
    .review_item > h4 {
        font-size: 1.2rem;
    }
    .reviews_slider .slick-prev, .reviews_slider .slick-next {
        bottom: -4.4rem;
    }
    #box-5 {
        padding-top: 3rem;
        padding-bottom: 7rem;
    }
    .form_text p {
        font-size: 1rem;
    }
    .main_form {
        width: 100%;
        padding: 2rem 15px;
        padding-bottom: 0.1rem;
    }
}