.healthSecure__section {
    padding: 20px 0;
    margin-top: 20px;
    background-color: #FED700;
}
.healthSecure__section .wrapper_inner {
    background-color: #FED700;
}
.healthSecure__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.healthSecure__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 40px;
}
.healthSecure__logo img {
    margin-right: 20px;
}
.healthSecure__title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 156.61%;
    color: #1D2029;
    width: 150px;
}
.healhSecure__text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.healhSecure__text p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 156.61%;
    color: #1D2029;
    margin: 0;
    /*margin-right: 40px;*/
}
.healhSecure__text a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 156.61%;
    color: #1D2029;
    border-bottom: 1px solid #1D2029;
    transition: all .2s ease-in-out;
}
.healhSecure__text a:hover {
    border-color: transparent;
}
.betterSite__button {
    color: white;
    padding: 13px 50px;
    border: 1px solid white;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    transition: all .2s ease-in-out;
}
.betterSite__button:hover {
    background-color: white;
    color: #2e2e2f;
}
.gr198 {
    width: 100%;
}
a.scroll-to-top {
    bottom: 135px !important;
}
@media(max-width: 992px) {
    .healthSecure__logo,
    .healhSecure__text p {
        margin-right: 25px;
    }
    footer .ext_view .pay_system_icons {
        display: flex !important;
        align-items: center;
        justify-content: center;
        max-width: 300px;
    }
}
@media(max-width: 767px) {
    .healthSecure__inner {
        flex-direction: column;
    }
    .healthSecure__logo,
    .healhSecure__text p {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .healhSecure__text {
        flex-direction: column;
    }
    footer .ext_view .pay_system_icons {
        max-width: 100%;
    }
}
@media(max-width: 699px) {
    .noffer .info_item .middle_info .buy_block .one_click {
        width: 260px;
    }
    .bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .catalog_back,
    .bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout,
    .bx-touch .bx_ordercart .bx_ordercart_order_pay_center span{
        width: 100%;
    }
}
.contact-map {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.contact-map .contact-map__address,
.contact-map .contact-map__time,
.contact-map .contact-map__phone,
.contact-map .contact-map__email {
    margin: 0;
}
.contact-map .contact-map__phone {
    margin-bottom: 10px;
}
@media(max-width: 991px) {
    .contact-map {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .contact-map .contact-map__address {
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    .contact-map .contact-map__address {
        margin-bottom: 0;
    }
    .contact-map .col-xs-12:not(:last-child) {
        margin-bottom: 20px;
    }
}

.bottom_nav.block, .search.block .bottom_nav {
    float: none;
    display: block;
}