.descr-info__media_video .link-rhombus .link-rhombus__text {
    margin-left: 17px;
}

.descr-info__media_video .link-rhombus .link-rhombus__text:before {
    background-image: url("../themes/zeus/img/svg-sprite/sprite.svg");
    background-position: -4px -2536px;
    width: 9px;
    height: 19px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -4px;
}

.descr-info__text p {
    font-family: "FuturaBookC", serif;
    color: #545454;
    position: relative;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.025em;
    padding-left: 53px;
}

.pagination__next .pagination__item:before, .pagination__prev .pagination__item:before {
    content: none;
}

.catalog__nothing-found-title, .catalog__nothing-found-descr {
    text-align: center;
    width: 100%;
}

li.descr-info__item p {
    padding-left: 0;
}
.above-footer-content .news-one-page img {
    width: 100%;
}
.look-book-one-page .lookbook-one-page__wrap img {
    width: 100%;
}
.contacts__value {
    line-height: 1.5;
}
.search-result__tabcontent span:first-of-type {
    margin-left: 3px;
}
@media only screen and (max-width: 766px) {
    .materials__details-close {
        top: -50px;
        width: 50px;
        height: 50px;
    }
}
.flashing-store__address-item:before {
    animation: blinker 2s linear infinite;
}
.flashing-store__address-item:nth-child(2):before {
    animation: blinker 2s linear infinite;
    animation-delay: .5s;
}
.flashing-store__address-item:nth-child(3):before {
    animation: blinker 2s linear infinite;
    animation-delay: 1s;
}
.filter-store__address-list {
    padding: 20px 0;
}
.banner-nearest-store.banner_show {
    display: flex;
    opacity: 1;
}
.banner-nearest-store.hide {
    display: none;
    opacity: 0;
}
.filter-store__address-item_title {
    padding-left: 40px;
    position: relative;
    font-size: 18px;
}
@media only screen and (min-width: 1200px) {
    .filter-store__address-item_title {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 766px) {
    .filter-store__address-item_title {
        padding-left: 0;
    }
}
.banner-nearest-store__phone.for_desktop {
    display: block;
}
.banner-nearest-store__phone.for_mobile {
    display: none;
}
@media only screen and (max-width: 766px) {
    .banner-nearest-store__phone.for_desktop {
        display: none;
    }

    .banner-nearest-store__phone.for_mobile {
        display: block;
    }
}
