.page-header__top-item--red .page-header__top-text {
    color: #e20714;
    white-space: nowrap;
}
.page-header__top-item--red .page-header__dropdown-icon g.main-layer {
    stroke: #e20714;
    /*outline-color: #e20714;*/
    /*fill:  #e20714;*/
}
.city-change {
    cursor: pointer;
}
.page-header__callback-assist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page-header__phone-bottom {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #1a1a1a;

}
.nav-holder__phone {
    position: relative;
}
.nav-holder__phone-content {
    display: none;
    position: absolute;
    width: 235px;
    height: auto;
    top: 50px;
    right: 0;
    z-index: 100;
}
.nav-holder__phone-content.nav-holder__phone-content--active {
    display: flex;
}
.nav-holder__phone-body {
    display: flex;
    flex-direction: column;
    padding: 13px 20px 20px;
    border: solid 2px #f2f7fb;
    background-color: #ffffff;
}
.city-select .mobile__clicked-link {
    color: #e20714;
}
.city-select .mobile__clicked-link:after {
    background-image: url(/img/icon-dropdown--red.svg);
}




@media (max-width: 1800px) {
    .page-header__services {
        display: none;
    }
    .page-header__cart-count-empty {
        display: none;
    }
}
@media (max-width: 1680px) {
    /*.page-header__top-nav {*/
    /*    padding-right: 20px;*/
    /*    padding-left: 20px;*/
    /*}*/
    /*.page-header__top-head {*/
    /*    padding-left: 15px;*/
    /*    padding-right: 15px;*/
    /*}*/
}

@media (max-width: 1025px) {

    .page-header__phone-bottom {
        white-space: nowrap;
    }
}

@media (max-width: 1180px) {
    .page-header__top-nav {
        padding-right: 10px;
        padding-left: 10px;
    }
    .page-header__top-head {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .nav-holder__phone-body .page-header__phone-icon {
        display: block;
        min-width: 1.25rem;
        width: 1.25rem;
        height: 1.1875rem;
        margin-right: .5rem;
        background-image: url(/img/icon-phone--black.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .nav-holder__phone-body .page-header__phone-top {
        display: flex;
        -ms-flex-pack: justify;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-holder__phone-body .page-header__phone-number {
        display: block;
        font-size: 1rem;
        color: #1a1a1a;
        line-height: 1.1875rem;
        font-weight: 600;
        white-space: nowrap;
        transition: .3s;
    }
    .nav-holder__phone-body .page-header__phone-bottom {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: center;
        color: #1a1a1a;
    }
    .nav-holder__phone-body .page-header__hover-info {
        min-width: 11.875rem;
        font-size: 11px;
        color: #1a1a1a;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        z-index: 13;
    }
    .nav-holder__phone a {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .nav-holder__phone a:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 780px) {
    .page-header__callback-assist {
        display: none;
    }
}