@media screen and (max-width: 1199px){
	.mob_menu_btn {
        display: block;
    }
    .header_menu {
        background: #fff;
        width: 320px;
        max-width: 90%;
        position: fixed;
        top: 75px;
        right: -350px;
        bottom: 0;
        box-shadow: inset 0 3px 20px -20px #000, -25px 0 20px -25px rgb(0 0 0 / 10%);
        transition: all .3s;
    }
    .header_menu {
        padding-top: 20px;
    }
    .header_menu li {
        width: 100%;        
    }
    .header_menu li a {
        display: block;
        width: 100%;
        padding: 10px 30px;
        font-size: 18px;
        font-weight: 600;
    }
    .main_menu_arr {
        display: block;
        position: absolute;
        z-index: 3;
        right: 20px;
        top: 3px;
        padding: 10px;
    }
    .header_menu ul.inner_ul::before {
        display: none;
    }
    .header_menu ul.inner_ul {
        position: relative;
        left: auto;
        right: 0;
        top: auto;
        box-shadow: none;
        padding: 5px 30px;
        width: 100%;
        opacity: 1;
        z-index: 10;
        visibility: visible;
        margin-top: 0;
        display: none;
    }
    .header_wrap {
        justify-content: flex-end;
    }
    .h_contact_wrap {
        margin-left: auto;
    }
    .h_ico a {
        width: 40px;
        height: 40px;
    }
    .h_ico img {
        width: 23px;
        height: 23px;
    }
    .h_cart_ico img {
        width: 26px;
        height: 26px;
    }
    .h_ico a:hover {
        transform: scale(1);
    }
    .main_block {
        background-size: 100% 100%;
        padding: 90px 0 90px;
    }
    .main_block:after {
        background-size: 100% 100%;
    }
    .bl4_sec .block_offtitle {
        width: 100%;
    }
    .row_form_intro br {
        display: none;
    }
    .city_sec {
        overflow: hidden;
    }
    .product_wrap {
        grid-column-gap: 20px;
    }
    .prod_card_img_wrap {
        height: 300px;
    }
    .inner_b1_wrap {
        position: relative;
    }
    .inner_b1_img {
        position: absolute;
        height: 280px;
        max-height: inherit;
        top: auto;
        bottom: 0;
        right: 0;
        display: block;
        width: auto;
        z-index: 1;
    }
    .inner_b1_wrap .main_l {
        padding: 40px 0;
        position: relative;
        z-index: 3;
    }
    .catalog_sidebar {
        position: fixed;
        background: #fff;
        left: -350px;
        z-index: 30;
        padding: 30px;
        width: 300px;
        max-width: 90%;
        top: 80px;
        bottom: 0;
        overflow-y: auto;
        box-shadow: 25px 0 20px -25px rgb(0 0 0 / 20%);
        transition: all .3s;
    }
    .catalog_sidebar.open {
        left: 0;        
    }
    .catalog_page_wrap {
        grid-template-columns: 1fr;
    }
    .mob_filter_btn_wrap {
        display: flex;
        align-items: center;        
    }
    .mob_close_filters {
        display: flex;
        justify-content: flex-end;
        margin: -10px 0 20px;
    }
    .doc_sec.inner {
        background: none;
    }
    .product_page_wrap {
        grid-template-columns: 40% 56%;
        grid-column-gap: 4%;
    }
    .prod_no_bg_btn,
    .prod_buy_btn {
        width: auto;
        margin-right: 10px;
    }
    .anketa_nav_it {
        margin: 5px;
    }
    .anketa_nav_title {
        width: auto;
    }
    .inner_b1_wrap {
        min-height: 280px;
    }
}

@media screen and (max-width: 991px) {
    .main_l {
        width: 100%;
    }
    .main_l h1, .main_l .h1 {
        width: 90%;
    }
    .main_block {
        background-size: cover;
        padding: 60px 0;
    }
    .main_block:after {
        background-size: cover;
    }
    .main_child {
        left: auto;
        right: -120px;
        width: 560px;
    }
    .bl2_wrap {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0;
        margin-top: 30px;
    }
    .bl2_text {
        font-size: 1rem;
    }
    .bl2_preim_wrap {
        margin-top: 25px;
    }
    .bl2_r {
        margin-top: 40px;
    }
    .bl2_child {
        height: 300px;
        object-fit: cover;
        object-position: center top;
    }
    .block_offtitle {
        font-size: 1rem;
        line-height: 1.2;
    }
    .city_bl {
        height: 500px;
    }
    .city_win {
        width: 80%;
    }
    .bl4_sec .block_offtitle {
        margin: 25px auto 0;
    }
    .bl4_btn {
        margin-top: 40px;
    }
    .bl4_wrap {
        display: flex;
        flex-wrap: wrap;        
        margin: 50px 0 0;
        grid-column-gap: 4%;        
    }
    .bl4_card {
        flex: 0 0 48%;
        margin: 20px 0;
    }
    .bl4_akc {
        width: 100%;
        height: 200px;
    }
    .steps_wrap {
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 4%;
        grid-row-gap: 25px;
        justify-content: center;
        margin-top: 50px;
    }
    .step_it {
        width: 48%;
    }
    .step_alert_desc {
        width: 100%;
    }
    .step_alert_btn {
        margin-top: 20px;
    }
    .doc_slider_wrap {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
        overflow: hidden;        
    }
    .doc_slider::-webkit-scrollbar {
        display:none;
    }
    .doc_slider {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 20px;
        box-sizing: content-box;
        padding-left: 0;
    }
    .doc_it {
        flex: 0 0 240px;
        margin: 0 15px;
    }
    .doc_it:first-child {
        margin-left: 15px;
    }
    .doc_it:last-child {
        margin-right: 15px;
    }
    .doc_sec {
        background: none;
    }
    .row_form {
        margin-top: 70px;
    }
    .row_form_intro {
        font-size: 1rem;
    }
    .cont_l {
        width: 100%;
    }
    .cont_row {
        margin: 10px 0;
    }
    .cont_map {
        width: 100%;
        height: 270px;
    }
    .footer_wrap {
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 6%;
    }
    .footer_col_1 {
        width: 47%;
    }
    .footer_col_2 {
        width: 47%;
    }
    .footer_col_3 {
        width: 100%;
        margin-top: 20px;
    }
    .foot_call_btn {
        margin-top: 15px;
    }
    .foot_row {
        margin: 14px 0;
    }
    .categ_numbs {
        width: 100%;
    }
    .sc_nav_wrap {
        display: flex;
        justify-content: space-between;
        padding: 15px 25px;
    }
    .sc_nav {
        font-size: 18px;
    }
    .sc_table_wap {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
    .product_page_wrap {
        grid-template-columns: 100%;
        grid-column-gap: 4%;
    }
    .prod_page_l h1 {
        opacity: 0;
        position: absolute;
        z-index: -99;
        height: 0;
        width: 0;
    }
    .prod_reit {
        display: none;
    }
    .mob_prod_h1 {
        display: block;
        margin-bottom: 10px;
        font-size: 2rem;
    }
    .mob_prod_reit {
        display: flex;
        margin-bottom: 30px;
    }
    .prod_page_price {
        margin-top: 20px;
    }
    .prod_btn_wrap {
        justify-content: flex-start;
    }
    .other_prod_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .anketa_nav_title {
        display: none;
    }
    .anketa_nav {
        padding: 1px;
    }
    .anketa_nav_it {
        width: 30px;
        height: 30px;
        margin: 3px;
        font-size: 14px;
    }
    .footer_wrap .footer_col_2 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
	header {
        padding: 5px 0;
    }
    .logo {
        width: 150px;
    }
    .header_menu {
        top: 60px;
    }
    .h_contact_wrap {
        display: none;
    }
    .mobile_header_phone {
        display: flex;
    }
    .mob_phone_hr {
        display: block;
    }
    .mob_phone_btn {
        display: block;
    }
    .h_ico_wrap {
        margin-left: auto;
    }
    .main_block {
        padding: 30px 0;
        background: linear-gradient(152.79deg, #0B62A4 -20%, #24B175 94%);
    }
    .main_block:after {
        display: none;
    }
    .main_l h1, .main_l .h1 {
        width: 100%;
        font-size: 40px;
    }
    .main_h1_offtitle {
        font-size: 24px;
        margin-top: 0;
    }
    .main_preim {
        margin-top: 30px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .main_preim_it {
        background-size: 40px;
        padding: 8px 0 0 33px;
    }
    .main_btns {
        margin-top: 50px;
    }
    .city_bl {
        height: 550px;
    }
    .city_win {
        bottom: 80px;
    }
    .card_img {
        height: 250px;
    }
    .bl4_card_title {
        font-size: 1.1rem;
        line-height: 1.2;
        padding: 15px;
    }
    .bl4_sec {
        background: none;
    }
    .bl4_akc {
        height: 160px;
    }
    .b4_akc_label {
        font-size: 1rem;
        top: 15px;
    }
    .step_it {
        width: 100%;
    }
    .step_img {
        margin-top: 0px;
    }
    .step_title {
        margin-top: 15px;
    }
    .step_desc {
        margin-top: 15px;
    }
    .step_it::before {
        width: 200px;
        height: 200px;
        top: -105px;
        left: -50px;
        right: auto;
    }
    .step_num {
        top: -20px;
        left: 80px;
        line-height: 1;
        font-size: 120px;
    }
    .step_alert_desc {
        font-size: 18px;
        line-height: 1.3;
    }
    .doc_it {
        flex: 0 0 200px;
        height: 270px;
    }
    .row_form {
        padding: 40px;
    }
    .row_form_title {
        font-size: 36px;
        line-height: 1.2;
    }
    .row_form_intro {
        font-size: 1rem;
        font-weight: 400;
        margin-top: 10px;
    }
    .inputs_grid {
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }
    .footer_col_1 {
        order: 1;
    }
    .footer_col_2 {
        order: 3;
        width: 100%;
    }
    .footer_col_3 {
        order: 2;
        width: 47%;
    }
    .foot_end {
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }
    .foot_row_text {
        font-size: 18px;
        line-height: 1.2;
    }
    .inner_b1 {
        padding: 0;
    }
    .inner_b1_img {
        display: none;
    }
    .prod_card_img_wrap {
        height: 200px;
    }
    .categ_gal_wrap {
        margin-top: 60px;
        grid-gap: 15px;
    }
    .sc_table_r_row {
        display: flex;
        flex-wrap: wrap;
    }
    .sc_table_r_row .sc_tb_col {
        width: 47%;
    }
    .sc_table_r_row .sc_tb_col:first-child {
        width: 100%;
        border-bottom: none;
        padding: 20px 0 0 0;
    }
    .anketa_nav_title {
        display: none;
    }
    .mob_anketa_nav_title {
        display: block;
        margin-top: 30px;
        font-weight: 600;
    }
    .anketa_nav {
        background: transparent;
        margin-top: 10px;
        padding: 0;
    }
    .anketa_nav_wrap {
        justify-content: flex-start;
        width: 100%;
    }
    .anketa_nav_it {
        border: solid 1px #0f97ff;
        color: #0f97ff;
    }
    .anketa_nav_it:hover, .anketa_nav_it.active {
        background: #0f97ff;
        color: #ffffff;
    }
    .anketa_table_wrap {
        grid-template-columns: 100%;
    }
    .anketa_tb_r {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    .ank_img_wrap {
        height: 320px;
    }
    .catalog_sidebar {
        top: 52px;        
    }
    .inner_b1_wrap .anketa_main_l {
        width: 100%;
    }
    .anketa_main_r {
        width: 100%;
    }
    .anketa_main_r .word_img {
        width: 70px;
    }
    .anketa_inner_r_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .anketa_load_link {
        width: calc(100% - 70px);
        padding-left: 15px;
        justify-content: flex-start;
        margin-top: 0;
    }
    .anketa_nav_wrap {
        background: #fff;
    }
    .city_wrap.inner {
        grid-template-columns: 100%;
        grid-row-gap: 20px;
    }
    .city_wrap.inner .city_win {
        width: 100%;
    }
    .school_list_wrap {
        grid-template-columns: repeat(2,1fr);
    }
    .sc_it img {
        height: 200px;
    }    
    .page_content h2 {
        font-size: 1.7em;
        line-height: 1.2;
    }
    .cart_row_colums {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        align-items: center;
    }
    .cart_col:nth-child(1) {
        width: 100%;
    }
    .cart_col:nth-child(2) {
        width: 40%;
        margin-right: 5%;
        margin-top: 15px;
    }
    .cart_col:nth-child(3) {
        width: 45%;
        margin-top: 15px;
    }
    .cart_col:nth-child(4) {
        position: absolute;
        top: -10px;
        right: 0;
    }
    .cart_col .btn-danger {
        line-height: 1;
        width: auto;
        height: auto;
        font-size: 30px;
        padding: 5px;
        background: none;
    }
    .cart_row_colums {
        margin: 0;
    }
    .param_it.cart_count_wrap {
        width: 100%;
    }
    .order_form {
        width: 100%;
    }
    #animane_bg_1, #animane_bg_2, .particles {
        display: none;
        opacity: 0;
    }
    .prod_share {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .main_preim {
        grid-template-rows: auto;
        grid-row-gap: 15px;
    }
    .main_preim_it {
        min-height: 40px;
    }
    .main_block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(152.79deg, #0B62A4 -20%, #24B175 94%);
        opacity: 0.85;
        z-index: 2;
    }
    .main_block .container {
        z-index: 3;
    }
    .main_child {
        z-index: 1;
    }
    .sc_table_r {
        overflow-x: auto;
    }    
    .anketa_inner_wrap {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
    .anketa_inner_r_wrap {
        text-align: left;
    }
    .anketa_load_link {
        justify-content: flex-start;
    }
    .param_wrap {
        flex-wrap: wrap;
    }
    .param_it {
        width: calc(50% - 20px);
    }
    .prod_no_bg_btn, .prod_buy_btn {
        width: calc(50% - 20px);
    }
    .prod_share {
        margin-top: 20px;
    }
    .content_section {
        padding-bottom: 40px;
    }
    .prod_big_slider_img {
        height: 400px;
    }
    .anketa_nav_it {
        width: 25px;
        height: 25px;
        font-size: 13px;
    }
    .anketa_inner_r .word_img {
        width: 70px;
    }
    .anketa_inner_r_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .anketa_load_link {
        width: calc(100% - 70px);
        padding-left: 15px;
        justify-content: flex-start;
        margin-top: 0;
    }
    .popup_window {
        border-radius: 15px;
    }
    .footer_col_2 {
        grid-template-columns: repeat(2,1fr);
    }
    .footer_col_2 .foot_menu_col {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 450px) {	
	body {
        font-size: 14px;
    }
    .logo {
        width: 130px;
        margin-right: 10px;
    }
    .header_menu {
        top: 52px;
    }
    .main_l h1, .main_l .h1 {
        font-size: 1.7em;
        line-height: 1.2;
    }
    .main_h1_offtitle {
        font-size: 18px;
        margin-top: -20px;
    }
    .main_btns {
        margin-top: 30px;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .bl2_preim_wrap {
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }
    .bl2_preim {
        align-items: center;
        flex-direction: row;
    }
    .bl2_preim img {
        height: 25px;
        width: 30px;
        padding: 0;
        margin-right: 10px;
    }
    .bl2_preim_title {
        font-size: 1em;
        line-height: 1.3;
        margin-top: 0;
    }
    .bl2_child {
        height: 250px;
    }
    .city_wrap {
        grid-template-columns: 1fr;
    }
    .city_win {
        position: relative;
        margin: 0;
        left: auto;
        right: auto;
        bottom: auto;
        top: 0;
        width: 90%;
    }
    .city_bor .city_win {
        left: auto;
        right: auto;
        bottom: auto;
        top: 0;
        margin: 0;
    }
    .city_bl {
        height: auto;
        padding: 40px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card_img {
        height: 170px;
    }
    .footer_col_1 {
        width: 100%;
    }
    .footer_col_3 {
        width: 100%;
        text-align: left;
        align-items: flex-start;
    }
    .foot_c3_txt {
        text-align: left;
    }
    .b1_preim {
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }
    .product_wrap {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 20px;
    }
    .prod_card_img_wrap {
        height: 240px;
    }
    .categ_numbs {
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
    .categ_page_img {
        display: none;
    }
    .categ_gal_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .prod_big_slider_img {
        height: 300px;
    }
    .prod_btn_wrap {
        margin-top: 30px;
    }
    .prod_no_bg_btn, .prod_buy_btn {
        width: 100%;
        margin: 5px 0;
        padding: 15px;
    }
    .ank_img_wrap {
        height: 250px;
    }
    .anketa_tb_r {
        grid-gap: 5px;
    }
    .ank_fancy_ico {
        width: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
    .main_preim_it {
        font-size: 14px;
    }
    .btn {
        font-size: 14px;
        padding: 10px 20px;
    }
    .header_menu li a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .mobile_header_phone {
        align-items: flex-start;
        padding: 0 20px;
    }
    .h_phone_a {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.2;
    }
    .mob_phone_btn {
        margin: 15px 20px;
    }
    .h_ico a {
        width: 36px;
        height: 36px;
    }
    .h_ico img {
        width: 23px;
        height: 23px;
    }
    .bl2_btn {
        margin-top: 0px;
        padding: 5px 10px;
        font-size: 12px;
    }
    p {
        font-size: 1em;
        margin-bottom: 1em;
    }
    .bl2_text {
        font-size: 1em;
        line-height: 1.3;
    }
    .bl2_child {
        border-radius: 15px;
    }
    .city_win_pretitle {
        font-size: 12px;
    }
    .city_win_title {
        font-size: 18px;
    }
    .city_win_desc {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 5px;
    }
    .city_win_btn {
        margin: 20px auto 0;
    }
    h1,
    .h1 {
        font-size: 1.8em;
        margin: 10px 0 20px;
        word-break: break-word;
    }
    h2,
    .h2 {
        font-size: 1.5em;
        margin: 10px 0;
        word-wrap: break-word;
    }    
    h3,
    .h3 {
        font-size: 1.3em;
    }
    .bl4_sec .block_offtitle {
        margin: 10px auto 0;
    }
    .bl4_btn {
        margin-top: 20px;
    }
    .bl4_wrap {
        margin-top: 20px;
    }
    .b4_akc_title {
        font-size: 1.2em;
        line-height: 1.2;
    }
    .bl4_card_title {
        font-size: 1.1em;
        min-height: 70px;
    }
    .bl4_akc {
        height: 100px;
    }
    .b4_akc_label {
        font-size: 0.9em;
        top: 15px;
        padding: 3px 5px;
    }
    .steps_wrap {
        margin-top: 25px;
    }
    .step_img {
        width: 30px;
    }
    .step_it {
        padding: 20px;
    }
    .step_title {
        margin-top: 5px;
        font-size: 1.2em;
    }
    .step_desc {
        margin-top: 5px;
        font-size: 1em;
        line-height: 1.2;
    }
    .step_num {
        display: none;
    }
    .step_it::before {
        width: 100px;
        height: 100px;
        top: -44px;
        left: -20px;
        right: auto;
    }
    .steps_wrap {
        grid-row-gap: 15px;
    }
    .step_alert {
        margin-top: 10px;
        width: 70px;
    }
    .step_alert_desc {
        font-size: 1.1em;
        line-height: 1.3;
        font-weight: 500;
        margin-top: 5px;
    }
    .doc_slider {
        margin: 20px -5px 0;
    }
    .doc_it {
        flex: 0 0 120px;
        height: 160px;
        border-radius: 15px;
        margin: 0 5px;
    }
    .row_form {
        margin-top: 40px;
        padding: 25px 20px;
    }
    .row_form_title {
        font-size: 1.8em;
    }
    .row_form_intro {
        font-size: 1em;
        font-weight: 400;
        margin-top: 10px;
        line-height: 1.2;
    }
    .row_form_form input:not([type="submit"]) {
        font-size: 1em;
    }
    .row_form_form .lab_confid {
        font-size: 0.8em;
    }
    .contacts_sec .block_title {
        padding-top: 80px;
    }
    .block_offtitle {
        font-size: 1em;
    }
    .cont_tab_nav {
        margin: 20px -15px;
    }
    .cont_nav_btn {
        font-size: 1em;
        line-height: 1.3;
        padding: 10px 20px;
        border: solid 1px #ddd;
    }
    .cont_tab {
        margin-top: 0;
    }
    .cont_title {
        font-size: 1.4em;
        line-height: 1.2;
    }
    .cont_row_text {
        font-size: 1em;
        font-weight: 500;       
    }
    .cont_row_ico {
        width: 20px;
        height: 20px;
    }
    .cont_map {
        border-radius: 15px;
    }
    .foot_logo {
        width: 150px;
    }
    footer a {
        font-size: 1em;
    }
    .foot_row_text {
        font-size: 1.2em;
    }
    .foot_c3_txt {
        font-size: 1em;
    }
    .foot_menu_col ul li a {
        font-size: 1em;
    }
    .inner_b1_wrap .main_l {
        padding: 25px 0;
    }
    .b1_preim {
        margin-top: 15px;
    }
    .b1_preim_img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .b1_preim_it {
        font-size: 1em;
    }
    .breadcrumb li,
    .breadcrumb li a {
        font-size: 12px;
    }
    .content_section {
        padding: 25px 0;
    }
    .breadcrumb {
        margin-bottom: 40px;
    }
    .mob_filter_btn {
        width: 40px;
        height: 40px;
        background-size: 25px;
    }
    .prod_card_title {
        font-size: 1em;
    }
    .prod_card_price {
        font-size: 1.2em;
    }
    .cont_row {
        margin: 5px 0;
    }
    .cont_row_wrap {
        padding: 15px 0;
    }
    .anketa_b1_wrap {
        padding: 0px 0 20px;
    }
    .anketa_main_r .word_img {
        width: 50px;
    }
    .anketa_load_link {
        font-size: 1.1em;
    }
    .anketa_inner_r_wrap p {
        font-size: 1em;
    }
    .anketa_tb_title {
        font-size: 1.2em;
    }
    .anketa_tb_desc {
        font-size: 1em;
        margin-top: 5px;
    }
    .content_section p {
        font-size: 1em;
    }
    .cat_numb_more {
        font-size: 1em;
    }
    .cat_numb_numb {
        font-size: 1.7em;
    }
    .cat_numb_title {
        font-size: 1em;
        margin-top: 5px;
    }
    .categ_gal_wrap {
        margin-top: 30px;
    }
    .categ_gal_wrap {
        grid-row-gap: 10px;
    }
    .categ_gal_it {
        border-radius: 15px;
    }
    .mob_prod_reit {
        font-size: 1.1em;
    }
    .prod_page_price {
        margin-top: 0;
    }
    .prod_page_intro {
        margin-top: 15px;
        font-size: 1em;
    }
    .prod_page_desc_btn {
        font-size: 1em;
    }
    .prod_no_bg_btn, .prod_buy_btn {
        padding: 15px;
    }
    .other_prod_wrap {
        margin-top: 20px;
        grid-gap: 30px 15px;
    }
    .sc_nav {
        font-size: 0.8em;
    }
    .sc_nav_wrap {
        padding: 7px 10px;
    }
    .sc_table_wap {
        padding-top: 25px;
    }
    .sc_table_title {
        font-size: 1.2em;
    }
    .sc_table_l_desc {
        margin-top: 5px;
        font-size: 0.8em;
        line-height: 1.3;
        background: url(../img/map_blue.svg) no-repeat;
        padding: 0 0 0 20px;
        background-size: 15px;
    }
    .sc_table_r_row:first-child .sc_tb_col:first-child {
        display: none;
    }
    .sc_tb_col {
        font-size: 0.8em;
        line-height: 1.2;
        padding: 10px 0;
    }
    .sc_table_r_row:first-child {
        margin-top: 0;
    }
    .sc_table_r_row:first-child .sc_tb_col {
        padding: 5px 0;
    }
    .sc_table_r {
        margin-top: -20px;
    }
    .sc_table_r_row .sc_tb_col:first-child {
        padding-top: 10px;
    }
    .sc_call_block {
        padding: 15px 0 25px;
    }
    .sc_call_btn {
        margin: 15px 0;
    }
    .sc_call_btn img {
        width: 20px;
    }
    .sc_call_desc {
        font-size: 1em;
    }
    .anketa_inner_desc {
        font-size: 1em;
        line-height: 1.3;
        margin-top: 10px;
    }
    .anketa_inner_btn {
        margin-top: 20px;
        width: 150px;
        max-width: 100%;
    }
    .city_wrap.inner .city_bl {
        padding: 0;
    }
    .sc_it_intro {
        font-size: 0.9em;
    }
    .school_list_wrap {
        grid-gap: 20px 10px;
    }
    .sc_it {
        border-radius: 10px;
    }
    .sc_it img {
        height: 150px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .sc_it_title {
        padding: 0 10px;
        margin-top: 15px;
    }
    .sc_it_intro {
        padding: 0 10px 10px;
    }
    .page_content {
        margin-top: 30px;
    }
    .page_content h2 {
        font-size: 1.5em;
        line-height: 1.2;
    }
    .page_content h3 {
        font-size: 1.3em;
        line-height: 1.2;
    }
}

@media screen and (max-width: 350px) {
    .row_form {
        padding: 30px 20px;
    }
    .prod_card_title {
        font-size: 14px;
    }
    .prod_card_price {
        font-size: 18px;
    }
    .prod_card_img_wrap {
        height: 200px;
    }
    .param_it {
        width: 100%;
        order: 1;
    }
    .param_count {
        order: 2;
    }
    .cart_col:nth-child(2) {
        width: 50%;
        margin-right: 5%;
        margin-top: 10px;
    }
    .cart_col:nth-child(3) {
        width: 35%;
        margin-top: 10px;
    }
}