.block_magaz_tarif_cont_name_item svg {
    display: none;
}

.block_koshel_right_form_btn {
   /* background: #118ccf;*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
   /* padding: 0 15px;*/
}
.logo {
    width: 200px;
    height: 54px;
    background: url(../images/logo-oruzheika.svg) no-repeat 50% 50%;
    display: flex;
    background-size: contain;
    margin: 10px 0 0;
}

@media(max-width:1100px){
    .mw200 {
        max-width: 140px;
    }

    .form_ob_item_ob_turbo, .form_ob_item_ob_top, .form_ob_item_ob_vip, .form_ob_item_ob_x2 { 
        padding-left: 35px;
        background-size: 20px;
        align-items: flex-start;
        width: auto;
    }

    .form_ob_item_ob_turbo_cena {
        width: inherit;
    }

    .form_ob_item_ob_turbo_cena {
        width: 40%;
        font-size: 17px;
    }

    .form_ob_item_inp_pl { 
        padding: 20px 45px;
    }

    .block_magaz_tarif_cont_name {
        width: 270px;
    }

    .block_magaz_tarif_cont_tarif {
        width: calc(33% - 100px); 
    }

    .block_magaz_tarif_cont_name_pusto { 
        height: 50px; 
        font-size: 14px; 
    }

    .magazin-detail-verh-left { 
        max-width: max-content; 
    }

    .block_my_obyav_rez {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-content: space-between;
        grid-gap: 10px;
    }

    .card {
        width: 100%; 
        margin-bottom: 0;
    }
    
    
}
@media(max-width:1000px) {
    /* Главная НАЧАЛО */
    header { 
        flex-direction: column;
        padding-bottom: 10px;
        align-items: center;
    }

    .header_left {
        flex-direction: column;
        align-items: center;
    }
    
    .menu__list a {
        color: #404040;
    }

    .menu__list {
        margin-left: 0;
        justify-content: center;
        margin-top: 5px;
    }

    .header_right {
        flex-wrap: wrap;
        margin: 10px 0;
        justify-content: space-around;
        width: 100%;
    }

    .poisk_sost_ob, .aut_login_ob, .vhod {
        width: 49.5%;
        height: 43px;
        background: #e6e6e6;
		margin: 0 0 5px;
    }

    .vhod {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aut_login {
        width: 100%;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #118ccf;
        text-decoration-line: underline;
        padding-left: 0;
    }

    .aut_login:before, .poisk_caregory:after {
        display: none;
    }

    .aut_login_vsp { 
        top: 43px; 
        width: 200%;
        padding: 20px; 
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%);
    }
 /*
    #poisk_region_name {
        color: #118ccf;
        text-decoration-line: underline;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        height: 43px;
        padding: 0;
    }


    .poisk_sost_ob .form_ob_item_inp_vyp {
        top: 43px;
        width: 201%;
        right: 0;
    }

    .poisk_sost_ob .form_ob_item_inp_vyp {
        top: 43px;
        width: 201%;
        right: 0;
        max-height: 329px;
    }
*/
    .form_ob_item_inp_vyp_item {
        color: #118ccf;
        text-decoration-line: underline;
        font-size: 15px;
    }

    .btn_podat {
        margin-top: 6px;
        border-radius: 0;
        height: 41px;
        width: 49%;
    }

    .span-1, .span-2, .span-3 {
        display: block;
        height: 2px;
        width: 28px;
        background-color: #fff;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }

    .menu_section_item a {
        color: #fff;
    }
 
    .mob-main {
        height: 55px;
    }

    .burger-menu.open {
        left: 0;
        z-index: 101;
    }
     
    .burger-menu {
        background-color: #a9b0be; 
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: -100%;
        width: 98%; 
        margin: 0 auto;
    }
    .menu_section_item {
        display: flex;
        flex-direction: row; 
        position: relative;
        padding: 10px 15px;
    }

    .menu_section_item:not(:first-child)::before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        background: #b0b8c8;
        height: 1px;
        top: -2px;
        left: 0;
    }

    .burger {
        background-color: #a9b0be;
        padding: 15px;
        display: flex;
        flex-direction: column;
        height: 45px;
        justify-content: space-between;
    }
/*
    .block_poisk { 
        display: grid;
        border: none;
        grid-template-columns: 1fr 2fr 1fr;
    }
*/
    .poisk_caregory, .search, .poisk_button, .poisk_caregory_ob {
        width: 100%;
		margin: 0 0 5px;
    }

    .container { 
        padding: 0 15px;
        box-sizing: border-box;
    }

    .poisk_button {
        background: #118ccf;
        color: #fff;
    }

    .search {
        border: solid 1px #e6e6e6;
    }

    .poisk_caregory {
        border: solid 1px #e6e6e6;
    }
    .block_content {
        flex-direction: column;
    }

    .block_left {
        width: 100%; 
    }

    .menu_verh { 
        background: #e8e8e8;
        padding: 13px 20px;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .menu_verh_item { 
        font-weight: normal;
        font-size: 15px;
        margin-right: 0; 
    }

    .block_my_obyav_anons { 
        overflow-wrap: break-word;
        margin-left: -125px;
        margin-top: 20px;
        width: calc(100% + 120px);
    }

    .block_my_obyav_anons.block_my_obyav_anons_shop {
        margin-left: 0;
        width: 100%;
    }

    .block_right {
        width: 100%;
    }

    .menu__list a:nth-child(1) {
        margin-bottom: 0;
    }

    
    .block_my_obyav_dop_info {
        flex-direction: column;
        margin-top: 5px;
    }

    footer { 
        padding-bottom: 40px;
        padding-top: 40px; 
    }

    .block_footer_copy {
        text-align: center;
    }
    
    .block_footer_menu {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }

    .block_footer_menu a { 
        margin-right: 0;
        margin-bottom: 5px; 
    }

    .card__region { 
        margin-left: 0;
    }

    /* Главная КОНЕЦ */

    .block_lk_tarif_izm {
        margin-left: 0;
        width: 50%;
    }

    .block_lk_tarif_ss {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .ss_zel, .ss_gol {
        border-bottom: none;
    }

    .block_lk_tarif_ss:hover {
        border-bottom: none!important;
        opacity: 0.8;
    }

    .block_my_obyav { 
        margin-top: 30px;
    }

    .block_lk_tarif {
        flex-wrap: wrap;
    }
    .block_my_obyav_head_item {
        width: 50%;
    }

    .block_my_obyav_bottom {
       /* margin-left: -117px;*/
        margin-top: 25px;
    }

    .finished_opis_block_left { 
        overflow-wrap: break-word;
    }

    .form_ob { 
        margin-top: 25px;
    }

    .block_magaz_etap_kn { 
        margin-top: 50px;
    }

    .block_bye {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .block_bye_item {
        width: 100%;
    }

    .block_bye_item_kn {
        width: 100%;
        height: 80px;
    }

    .label_radio {
        width: 100%;
    }


}

@media(max-width:800px) {
    .block_pl_ob_uslugi_item {
        width: 100%;
        min-height: auto;
    }

    .form_ob_item {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 20px;
    }

    .form_ob_item_name { 
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .form_ob_item_inp { 
        max-width: 100%;
    }

    .block_magaz_tarif_cont_name_item { 
        font-size: 14px;
    }

    .block_magaz_tarif_cont_name {
        width: 200px;
    }

    .block_magaz_tarif_cont_tarif {
        width: calc(33% - 75px);
    }

    .block_magaz_tarif_cont_name_pusto {
        height: 35px;
        font-size: 13px;
    }

    
    /* карточка начало */

    .detail_block_images {
        flex-direction: column;
    }

    .detail_images {
        width: 100%; 
    }

    .detail_info_user {
        margin-top: 10px;
        width: 100%;
    }

    .detail_head_right {
        width: 100%;
        font-weight: 700;
    }

    /* карточка конец */

    .block_my_obyav_rez { 
        grid-template-columns: repeat(3, 1fr); 
    }

    .block_my_obyav_head {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: max-content;
    }

    .block_my_obyav_head_item {
        width: 100%;
    }

    
    .detail_head { 
        flex-direction: column; 
        align-items: baseline;
    }

    .detail_head_left {
        width: 100%;
    }

    .block_my_obyav_head.personal {
        display: flex;
    }

}

@media(max-width:575px) {
    /* Главная НАЧАЛО */
    .menu__list a { 
        font-size: 12px;
		color: #666;
    }
    .block_my_obyav_body_item_img {
        width: 100px;
        height: 100px;
    }

    .card__region { 
        margin-left: 0;
        background-size: 10px;
        margin-top: 5px;
    }

    .card__date_lk { 
        background-size: 13px;
    }  

    .shildik_item1, .shildik_item2, .shildik_item3, .shildik_item4, .shildik_item5 { 
        background-size: 15px;
    }

    .block_my_obyav_body_item_right_head {
        flex-direction: column;
    }

    .block_my_obyav_name {
        margin-bottom: 5px;
    } 

    .form_ob_item_inp_vyp_item { 
        font-size: 12px;
    }

    .block_poisk { 
        grid-template-columns: 1.3fr 1fr 1fr;
    }

    .poisk_caregory_ob .form_ob_item_inp_vyp {
        top: 35px;
    } 
    .btn_podat { 
        width: 100%;
		margin-left: 0;
		margin: 0;
		font-size: 12px;
    }
    /* Главная КОНЕЦ */
    .breadcrumb { 
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .block_left h1 {
        margin: 20px 0 10px;
        font-size: 20px;
    }

    .vhod_kn_in {
        width: 100%;
    }
    
    .block_my_obyav_bottom {
        flex-wrap: wrap;
        justify-content: space-between;
        /*width: calc(100% + 125px);*/
    }

    .block_my_obyav_bottom_item {
        /*width: 40%;*/
        margin-bottom: 10px;
    }
    
    .block_my_obyav_bottom_item.ml10{margin-left: 0;}

    .block_my_obyav_bottom_uprav_select {
        /*width: 100%;*/
    }

    .block_my_obyav_bottom_uprav {
        margin-left: 0;
        /*width: 40%;*/
    }

    .kn_prodv {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .finished_opis_block {
        flex-direction: column;
    }

    .finished_opis_block_left { 
        max-width: 100%;
    }

    .finished_opis_block_right {
        margin-top: 10px;
    }

    .finished_itog_block { 
        margin-top: 20px;
    }

    .finished_oplata_block { 
        margin-top: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .oplata .btn {
        width: 100%;
        margin-left: 0;
    }
    .oplata {
        width: 100%;
        margin-top: 5px;
    }

    .form_ob_item_text_kn {
        max-width: 100%;
    }

    .form_ob { 
        margin-top: 10px;
    }

    .vhod_forma { 
        max-width: 100%; 
    }

    .vhod_kn {
        flex-direction: column;
    }

    .zab_kn {
        margin-top: 10px;
    }

    .vhod_forma_width100 .input_aut {
        max-width: 100%;
    }

    .block_magaz_etap_kn {
        margin-top: 20px;
        flex-direction: column;
        align-items: baseline;
    }

    .block_magaz_etap_kn_left {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .block_magaz_tarif_cont_name {
        width: 105px;
    }

    .block_magaz_tarif_cont_name_item {
        height: 65px; 
        font-size: 12px; 
        padding-left: 7px;
    }

    .block_magaz_tarif_cont_tarif {
        width: calc(33% - 35px);
    }

    .block_magaz_tarif_cont_name_pusto {
        height: 120px;
        font-size: 13px;
        transform: rotate(90deg);
    }

    .block_magaz_tarif_cont_name_item span {
        display: none;
    }

    .block_magaz_tarif_cont_name_podzag { 
        padding-left: 9px; 
        font-size: 14px;
    }

    .block_magaz_tarif_cont_name_item_st { 
        font-size: 14px; 
        padding-left: 11px;
    }

    .block_magaz_tarif_cont_name_item_kn {
        height: 110px;
    }

    .block_magaz_tarif_cont_name_item_vybor {
        width: 200px; 
        transform: rotate(90deg);
    }

    .block_magaz_tarif_cont_name_item svg {
        display: block;
    }

    .block_magaz_etap_kn_right {
        width: 100%;
    }

    .block_magaz_tarif_cont_tarif.tarif_mag3 {
        overflow: hidden;
    }

    .komment_kont_item_niz { 
        flex-direction: column;
    }

    .komment_kont_item_right {
        width: 100%; 
        flex-direction: column;
    }

    .komment_kont_item_left {
        width: 100%;
        margin-bottom: 10px;    
        font-size: 14px;
    }

    .komment_kont_item { 
        padding-bottom: 35px;
        margin-bottom: 0;
    }

    .my_mess_item { 
        flex-direction: column-reverse;
    }

    .my_mess_item_right {
        width: 100%;
        padding-right: 0;
    }

    .block_magaz_vybor_reg { 
        padding: 20px;
        margin-top: 15px;
        height: 168px; 
    }

    .mt90 {
        margin-top: 30px;
    }

    .mt50 {
        margin-top: 25px;
    }

    .detail_verh {
        flex-direction: column-reverse;
        margin: 0;
    }
    .detail_verh_date {
        margin: 0;
    }

    .detail_verh_izbr {
        width: 100%; 
        justify-content: center; 
        padding-left: 0; 
        margin-bottom: 10px;
    }

    .block_banner_right {
        background-size: contain!important;
        background-position: center!important;
        background-repeat: no-repeat!important;
        height: 250px;
        max-height: 400px;
    }

    .h_ob {
        flex-direction: column;
        align-items: baseline;
    }

    .h_ob_kn.btn_podat.ml10 {
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .block_my_obyav_rez { 
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin: 20px 0 30px;
    }

    .magazin-detail-verh { 
        flex-direction: column;
    }

    .magazin-detail-verh-left-date { 
        margin-top: 10px;
    }

    .magazin-detail-verh-right {
        margin-top: 15px;
        align-items: baseline;
    }

    .magazin-detail-verh-right-rezhim {
        margin-top: 10px;
    }

    .block_koshel {
        flex-direction: column;
        align-items: baseline;
    }

    .block_koshel_left_bal {
        margin-top: 10px;
        font-size: 27px;
    }

    .block_koshel_right { 
        margin-left: 0;
        margin-top: 15px;
    }

    .block_koshel_right_form { 
        margin-top: 15px;
    }

    .inp_kosh {
        width: 100%;
    }
}

@media(max-width:480px) {
    .block_with_h{flex-direction: column;}
    /*.shildik{flex-direction:column;}*/
    /* Главная НАЧАЛО */
    .poisk_caregory { 
        padding-left: 15px;
    }

    .block_poisk {
        grid-template-columns: 1fr;
    }

    .menu_verh_item { 
        font-size: 14px; 
        margin-bottom: 10px;
    }


    .menu_verh { 
        padding: 13px 17px;
        justify-content: space-between;
    }

    .form_ob_item_inp_vyp_item {
        font-size: 16px;
    }
    /* Главная КОНЕЦ */

    .block_my_obyav_head_item { 
        font-size: 13px;
    }

    .block_lk_tarif_izm { 
        width: 100%;
        margin-top: 10px;
    }

    .block_pl_ob {
        flex-direction: column-reverse;
    }

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

    .block_pl_ob_uslugi { 
        margin-top: 25px;
    }

    .cont_prod_kart_item_ik {
        width: 30px;
        height: 17px;
    }

    .block_pl_ob_uslugi_item { 
        padding-left: 20px;
    }

    .cont_prod_kart_item_price {
        font-size: 21px;
    }

    .block_pl_ob_uslugi_item_opis { 
        margin-top: 10px; 
    }

    .form_ob_torg_text { 
        margin-left: 10px;
    }

    .block_mess { 
        margin-top: 20px;
    }

    .podkat_item { 
        margin-left: 0;
    }

    .block_podkateg { 
        justify-content: space-between;
    }

    .block_podkateg_begin { 
        margin-bottom: 10px;
    }

    .block_filter_item {
        width: 100%; 
        padding-left: 10px; 
        margin-right: 0;
    }

    .block_filter { 
        margin-bottom: 25px;
        grid-gap: 2px;
    }

    .dropdown-content { 
        width: 100%;
    }

    .option_item { 
        padding-left: 5px;
    }

    .block_filter_item span { 
        font-size: 12px;
    }

    .detail_images_m_p5 {
        width: 90px;
        height: 75px;
    }

    .detail_block_images { 
        margin-top: 0;
    }
    
    .block_my_obyav_rez { 
        grid-template-columns: 1fr;
    }

    .magazin-detail-verh-right-tel { 
        font-size: 24px;
    }

    .magazin-detail-cont { 
        margin-top: 15px;
    }

    .magazin-detail-verh-left-date { 
        font-size: 16px;
    }

    .magazin-detail-verh-right-rezhim {
        font-size: 16px;
    }

    .form_ob_item_inp {
        max-width: 100%;
    }

    .form_ob_item_inp.fotos {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
    }

    .form_ob_item_inp_item {
        width: 100%;
        margin: 0;
    }

    .img1920_200 {
        width: 100%; 
    }

    .form_ob_item_text_kn { 
        margin-top: 5px;
    }
    
    
    .label_block_kol { 
        font-size: 14px;
    }

    .block_bye { 
        grid-gap: 5px;
    }

    .label_img {
        width: 15px;
        height: 15px;
    }

    .block_bye_item input:checked + label.label_radio .label_img { 
        background-size: 10px 10px;
    }

/*
    #poisk_region_name { 
        font-size: 11px; 
        padding: 0 0 0 2px;
    }
*/
    .vhod {
        font-size: 11px;
		margin: 0 0 5px;
    }

    .aut_login { 
        font-size: 11px;
    }
}

@media(max-width:360px){
    /* Главная НАЧАЛО */
    /* .vhod { 
        font-size: 14px;
    } */
    /*.shildik{flex-direction:column;}*/

    .poisk_sost_ob {
        font-size: 14px;
    }
    /* Главная КОНЕЦ */

    .form_ob_item_ob_turbo, .form_ob_item_ob_top, .form_ob_item_ob_vip {
        padding-left: 24px;
        background-size: 17px; 
    }

    .form_ob_item_ob_turbo_zag { 
        font-size: 16px;
    }

    .form_ob_item_ob_turbo_cena { 
        font-size: 16px;
    }

    .form_ob_torg_text { 
        margin-left: 0;
        margin-top: 5px;
    }

    .my_mess_item_right_zag { 
        flex-direction: column;
        align-items: baseline;
    }
    .my_mess_item_right_user_ch { 
        display: none;
    }

    .my_mess_item_right_user_date {
        margin-left: 55px;
    }
}