.header_info{
    display: none;
}

.header_cart{
    display: none;
}


.footer_social{
    display: none;
}

.footer_payment_block{
    display: none;
}

.footer_info{
    justify-content: space-between;
}
.g-underline__hover {
    position: relative;
    text-decoration: none; /*убираем подчёркивание*/
}

.g-underline__hover:after {
    display: block;
    position: absolute;
    left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
    width: 0;/*задаём длинну линии до наведения курсора*/
    height: 2px; /*задаём ширину линии*/
    background-color: var(--main_color); /*задаём цвет линии*/
    content: "";
    transition: width 0.3s ease-out; /*задаём время анимации*/
}

.g-underline__hover:hover:after,
.g-underline__hover:focus:after {
    width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

.subscribe_form {
    margin-left: auto;
}

.sub_section a {
    color: var(--main_color);
}


.tag__img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.descriptor {
    height: 100%;
    font-weight: bold;
    align-self: center;
    font-size: 13px;
    color: var(--main_color);
    padding-left: 5px;
    margin-left: 10px;
    border-left: 2px solid var(--main_color);
    min-width: 185px;
}

.ya-informer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 768px) {
    .descriptor {
        display: none;
    }
}

.search__img {
    width: 100px;
    margin-right: 20px;
}

.search__item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search__img img {
    width: 100%;
    object-fit: cover;
    height: auto;
}


.galery__row {
    justify-content: space-between;
    margin: 0 -20px;
}

.galery__row .col-4 {
    padding: 0 20px;
}

.bx-newsdetail-content p {
    max-width: 100%;
}

.rules-ol {
    padding-left: 0;
    counter-reset: myCounter;
}

.rules-ol li::before {
    position: static;
    counter-increment: myCounter;
    content:counter(myCounter)". ";
    color: inherit;
    background: transparent;
    display: inline;
    text-align: center;
    margin: 0 5px 0 0;
    line-height: 40px;
    /*width: 40px;*/
    /*height: 40px;*/
}

.index-dealer-link {
    display: none;
}

.lang_change {
    padding: 10px 34px 9px 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    height: 43px;
    border-radius: 53px;
    background-color: #0b5139;
}
.lang_change:after {
    content: '';
    border: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 14px;
    top: 19px;
    transition: all 0.3s ease;
 }
.lang_change.active:after {
    transform: scale(1, -1);
    top: 12px;
 }
.lang_change > span {
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.active .lang_change_list {
    opacity: 1;
    visibility: visible;
}
.lang_change_list {
    position: absolute;
    top: 50px;
    left: 0;
    width: 73px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #F9F9F9;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 1;border: 1px solid #dedede;
    border-radius: 9px;
}
.lang_change_list:before {
    content: "";
    position: absolute;
    display: block;
    left: 25px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid #F9F9F9;
}
.lang_change_list:after {
    content: "";
    position: absolute;
    display: block;
    left: 25px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #dedede;
    z-index: -1;
}
.lang_change_list li {
    border-bottom: 1px solid #e9ebf2;
    text-align: center;
    margin-bottom: 0;
}
.lang_change_list li:last-child {
    border-bottom: none;
}
.lang_change_list li:before {
    display: none;
}
.lang_change_list li span,
.lang_change_list li a {
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #3B3B3B;
    display: block;
    padding: 9px;
}

.lang_change_list li span {
    cursor: default;
    text-decoration: underline;
}

.lang_change_list li a:hover {
    text-decoration: underline;
}

.catalog_item_title {
    height: 80px;
}
.catalog_tags a {
    padding: 0 10px;
}

.catalog_tags {
    justify-content: center;
}
.breathing_protection-page a {
    width: calc((100% / 5) - 12px);
    margin-right: 0;
    flex-grow: 1;
    max-width: 321px;
}
.breathing_protection-page {
    column-gap: 15px;
}
.catalog_tags a {
    line-height: 18px;
}


.header_phone_text{
    text-align: center;
    display: block;
    width: max-content;
    margin: 0 auto;
    line-height: 24px; 
    position:relative;
}


.header_phone_text:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--main_color);
    content: "";
    transition: width 0.3s ease-out;
}

.header_phone_text:hover:after {
    width: 100%;
}



.width-100 {
    width: 100%;
}

@media only screen and (max-width: 1309px) {

    .header_logo {
        max-width: 415px;
        width: auto;
    }

    .catalog_item .catalog_item_hover .btn_white {
        font-size: 12px;
    }
    .breathing_protection-page a {
        width: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .header_search {
        width: 8%;
    }

    .header_main .header_search_input {
        display: none;
    }

    .header_main .header_search_btn {
        position: static;
        display: block;
        margin: 0 auto 0;
    }
}

@media screen and (max-width: 768px) and (min-width: 601px) {
    .header_main .header_search_btn {
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 600px) {
    .lang_change {
        /*order: 4;*/
    }
}

@media (max-width: 767px) {
    .galery__row .col-4 {
        margin-bottom: 20px;
    }

    .index-dealer-link {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 400px;
        max-width: 100%;
    }
}

@media (max-width: 568px) {
    .search__item {

        flex-direction: column;
    }

    .search__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .search__img img {
        object-fit: contain;
        max-height: 200px;
    }
}

@media (max-width: 768px) {
    .index-dealer-link {
        display: none !important;
    }
}

@media (max-width: 410px) {
    .rules-footer-link {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}