.header_block_phone {
    /*padding-left: 35px;*/
    /*background: url("img/call.svg");*/
    background-size: 22px 22px;
    background-position:  left center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#header-top .address {
    font-size: 12px;
    line-height: 16px;
}

.header_block_phone a {
    text-decoration: none;
}

.header_block_info__text {
     font-weight: bold;
     font-size: 10px;
     line-height: 16px;
 }

.header_block_info .phoneLink a{
    text-transform: uppercase;
    font-size: 10px;
}

.header_block_info {
    margin-right: 25px;
}

.header-cart__count {
    top: initial;
    bottom: -5px;
    right: -10px;
}

body .header_block_cart {
    margin-right: 0;
    margin-left: 0;
    padding-left: 5px;
}

.header-cart__icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.header_block_actions {
    display: flex;
    align-items: center;
}

.header_block_compare {
    margin-right: 40px;
}

.header-compare {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-compare .md-none {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.header-cart {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.header-cart > div {
    display: flex;
    align-items: center;
}

.header-cart .md-none {
    margin-top: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
@media (max-width: 1024px) {
    .header-compare .md-none {
        display: none;
    }
    .header-cart .md-none {
        display: none;
    }
}
.compare-dropdown {
    position: absolute;
    top: 50px;
    left: -117px;
    width: 272px;
    padding: 20px 20px 30px;
    background: #fff;
    font-size: 14px;
    z-index: 20;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: none;
}

.header_block_compare:hover .compare-dropdown{
    display: block;
}

.compare-dropdown__list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.compare-dropdown__item {
    display: flex;
    margin-bottom: 20px;
    text-decoration: none;
}

.compare-dropdown__img {
    width: 65px;
    height: 91px;
    margin-right: 20px;
    flex-shrink: 0;
}

.compare-dropdown__right a:hover {
    color: initial;
}

.compare-dropdown__name {
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}

.compare-dropdown__remove-btn {
    display: block;
    text-decoration: none;
    color: #6f6f6f;
}

.compare-dropdown__btn {
    background: var(--color-red);
    color: white;
    width: 100%;
    height: 50px;
    border: none;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.header-compare__icon {
    position: relative;
}

.header-compare__icon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.header-compare__icon .icon {
    width: 18px;
    height: 30px;
    margin-top: 6px;
    cursor: pointer;
}

.header-cart .header-cart__icon {
    position: relative;
}

.header-compare__icon .header-cart__count {
    left: 14px;
}

.header-cart .md-none {
    margin-top: 5px;
}

.header-compare .md-none {
    margin-top: 4px;
}

body .navbar-nav > li.red, li.black-img {
    background: #dc1633 !important;
}

.header-bottom__right .header__block--search {
    /*margin-left: 20px;*/
    /*margin-right: 30px;*/
}

.slogan {
    font-size: 13px;
    display: flex;
    padding: 0;
    margin: 0 auto;
    width: max-content;
}

.header_block_logo {
    width: 250px;
    padding: 0;
    margin-right: auto;
}

.logo-s, .logo-s:hover {
    width: 250px;
    height: 30px;
}

#header-top .header_block.header_block_address {
    width: auto;
    margin-right: 30px;
}

.new-head #header-top {
    padding: 7px 0;
}

.new-head__right {
    display: flex;
    flex-direction: column;
}

.new-head__row {
    display: flex;
    align-items: center;
}
.new-head__md {
    display: none;
}

.search-new__input {
    border: none;
    border-bottom: 1px solid #a1a0a0;
    background: transparent;
    width: 185px;
}

.search-new__btn {
    border: none;
    outline: none;
    background: transparent;
}

.search-new__btn svg {
    width: 18px;
    height: 18px;
}

.search-new__btn svg path {
    fill: #000;
}

@media (max-width: 1200px) {
    .header__block--search {
        margin: 0;
    }

    .header-bottom__row {
        flex-wrap: nowrap;
    }

    .new-head #header-top {
        padding: 7px 20px;
    }

    .header-bottom {
        padding: 0 15px;
    }

    .header-bottom__right .header__block--search {
        margin-right: 20px;
    }

    .header-bottom__right {
        justify-content: flex-end ;
        flex-shrink: 0;
    }

    .header-link {
        margin-left: auto;
    }
}

@media (max-width: 1023px) {

    .header-bottom__right .header__block {
        display: none;
    }

    .header_block.header_block_address {
        display: none;
    }

    .header_block_info__text, .phoneLink a {
        font-size: 10px;
        line-height: 14px;
        margin: 0;
    }

    .header-link {
        margin: 0;
        display: inline-flex;
    }

    .new-head__md {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        line-height: 24px;
    }

    .header-link .header-link__link span {
        border-bottom: 1px solid currentColor;
        line-height: 18px;
    }

    .topBox {
        align-items: flex-start;
    }

    .header-link .header-link__link {
        height: auto;
    }

    body .city-choice {
        top: 100%;
    }

    .header-link:hover .header-link__link {
        background-color: transparent;
    }
}
@media (max-width: 800px) {
    body .city-choice {
        top: 100% !important;
    }
}
.header__mobile-tablet {
    display: none;
}
.header__mobile-mobil {
    display: none;
}
@media (max-width: 769px) {
    .header_block_compare {
        margin-right: 15px;
        margin-left: 15px;
    }

    .new-head .fixed {
        display: none;
    }

    .header__block--search {
        display: block;
    }

    .header_block_logo {
        margin: 0;
    }

    .header-bottom__search {
        display: none;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .header-bottom__search form {
        width: 100%;
    }

    .header-bottom__search.active {
        display: flex;
    }

    .header-cart__icon {
        padding: 0 0 0 10px;
    }

    .header-cart__price {
        display: none;
    }

    .box__control-mobile {
        display: flex;
        align-items: center;
    }

    .header__mobile {
        background: #fff;
        position: relative;
    }

    /*.header__mobile svg {*/
    /*    fill: #000;*/
    /*}*/

    /*.header__mobile svg path {*/
    /*    fill: #000;*/
    /*}*/

    .search_header-box {
        margin-left: auto;
    }

    .box__cart-mobile {
        margin: 0
    }

    .box__menu-mobile {
        position: absolute;
        top: 0;
    }

    .nav__menu-mobile {
        margin: 0;
        border-top: 0;
    }

    .nav__menu-mobile > li a {
        font-size: 12px;
        text-transform: uppercase;
        min-height: 40px;
    }

    .box__phone-menu .navbar-toggle{
        float: none;
        display: inline-block;
        background: transparent;
        position: initial;
    }

    .box__phone-menu .navbar-toggle {
        padding-left: 0px;
        padding-right: 2px;
    }

    .header__mobile .toggle-button_wrapper {
        background: transparent;
        display: inline-flex;
        align-items: center;
        border: none;
    }

    .toggle-button_wrapper a {
        padding: 0;
        font-size: 11px;
    }

    body .header__mobile .city-choice {
        position: fixed;
        top: initial !important;
        bottom: 0;
        max-height: calc(100vh - 65px);
        height: calc(100vh - 65px);
        overflow-y: auto;
        width: 100vw;
        padding-top: 10px;
        left: 0;
    }

    .box__menu-mobile .social_icons {
        margin-bottom: 60px;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

    .box__menu-mobile .social_icons a {
        margin: 0 4px;
    }

    .box__menu-mobile .social_icons img {
        width: 25px;
        height: 25px;
    }

    .box__phone-menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background: #f9fafa;
        padding: 10px;
    }

    .box__phone-menu__col {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }

    .toggle-button_wrapper .icon {
        font-size: 20px;
        fill: #eceded;
    }

    .box__phone-menu .phoneLink {
        position: initial;
        line-height: 16px;
        padding: 0;
    }

    .box__phone-menu {
        line-height: 20px;
    }

    .box__phone-menu a {
        line-height: 16px;
        font-size: 14px;
    }

    .box__phone-menu .toggle-button-init {
        font-size: 12px;
    }

    .box__phone-menu .mobile-menu-phone {
        padding: 0;
    }

    .nav__menu-mobile > li {
        border-bottom: 0;
    }

    .slogan {
        font-size: 10px;
    }

    .logo-s, .logo-s:hover {
        width: 185px;
        height: 25px;
    }
    .navbar-toggle .icon-bar {
        width: 18px;
        height: 2px;
        margin: 3px 0;
        background: #000;
    }
    .header__mobile {
        padding-top: 12px;
    }
    .header__mobile-tablet {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header__mobile-mobil {

    }
    .navbar-toggle {
        padding: 0 12px 0 0px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .box__cart-mobile .basket_link, .box__cart-mobile .basket_link:hover {
        background-image: none !important;
    }

    body .basket_link, body .basket_link:hover {
        padding: 0;
    }

    body .city-choice {
        top: 100%;
    }

    .box__cart-mobile svg {
        width: 28px;
        height: 28px;
    }

    .basket_link {
        height: 30px;
    }

    .box__cart-mobile .basket_link>strong {
        top: 14px;
        right: -8px;
    }

    .bx-basket-block {
        padding: 0 0 0 10px;
    }

    body .have-child.red, body .have-child.red:hover {
        background: #dc1633 !important;
        color: #fff;
    }

    .nav__menu-mobile .have-child.red>a, body .have-child.red:hover a, body .have-child.red>a {
        background-color: transparent!important;
        color: #fff!important;
    }

    .nav__menu-mobile li.red  a{
        color: #fff;
    }

    .header_block_logo {
        width: 170px;
    }
}

@media screen and (max-width: 400px) { 
    .logo-s, .logo-s:hover {
        width: 100%;
    }

    .header_block_logo {
        width: 150px;
    }


}


@media screen and (max-width: 375px) {

    .search_header-box {

    }

    .header-search-btn {
        width: 15px;
        height: 15px;
    }
    .header__mobile-tablet {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header__mobile-mobil {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}
.ny-modal-img {
    position: relative;
}
.ny-modal-img::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    cursor: pointer;
}