/*.header-links a {
    display: inline-block;
    vertical-align: bottom;
    padding-top: 1.3rem;
    margin-left: 1rem;
    font-size: 0.9rem;
    color: #ccc;
    background-size: 27px;
}*/
@media (min-width: 1200px){
    .detail-item-images-slider img{
        max-width: 100%;
    }
}

.detail-item .price .currrent-price.no-price {
    font-size: 0.7rem;
}

ymaps p {
    margin-bottom: 0;
}

.swiper-not-activate button {
    opacity: 0!important;
}

.catalog-list-menu {
    list-style-type: none;
}

.catalog-list-menu-container {
    padding-inline-start: 0;
}

@media only screen and (max-width: 767px) {
    .catalog-list-menu-container {
        /*columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;*/
        display: none;
    }
}

.inner-page.page-block.bottom-text, .bottom-text {
    padding-top: 30px;
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .inner-page.page-block.bottom-text, .bottom-text {
        padding-left: 20px;
        padding-right: 20px !important;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .inner-page.page-block.bottom-text, .bottom-text {
        padding-left: 26px;
        padding-right: calc(100% - 10px - (20px + 25px) - (20px + 40px) - (33.333333%) - (50%)) !important;
    }
}
@media (max-width: 1918px) and (min-width: 993px) {
    .inner-page.page-block.bottom-text, .bottom-text {
        padding-left: 10px;
        padding-right: 10px !important;
    }
}
@media (max-width: 1919px) and (min-width: 1200px) {
    .inner-page.page-block.bottom-text, .bottom-text {
        padding-left: calc(8.333333% - 10px - 25px);
        padding-right: calc(100% - (20px + 8.333333%) - (20px + 40px) - (16.6667% + 1.5rem + 10px) - (25% + 20px + 33.3333%)) !important;
    }
}
@media only screen and (min-width: 1920px) {
    .inner-page.page-block.bottom-text, .bottom-text {
        padding-left: calc(6.25% + 10px);
        padding-right: calc(92% - (6.25% + 20px + 25px) - (0.5rem + 40px) - (6.25% + 215px + 10px) - (34% + 25% + 20px)) !important;
    }
}

.main-menu-wrapper a.menu-item + span {
    font-size: 0.7rem;
}

.main-menu-wrapper .phone-item {
    line-height: 0.8;
    margin-bottom: 0.9rem;
}

.product-item-images-slider .buy-info,
.detail-item-images-slider .buy-info {
    font-size: 1rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
@media (max-width: 600px) {
    .product-item-images-slider .buy-info,
    .detail-item-images-slider .buy-info {
        font-size: 1.3rem;
    }
}
.product-item-images-slider .buy-info a,
.detail-item-images-slider .buy-info a {
    max-width: 220px;
    width: 100%;
    padding-bottom: 22%;
}

#gdpr-cookie-message {
    width: 510px;
    height: auto;
    position: fixed;
    bottom: 50px;
    padding: 20px;
    left: 50px;
    opacity: 1;
    overflow: visible;
    z-index: 800;
    webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 1);
    background-color: white;
}

#gdpr-cookie-message a {
    margin-left: 15px;
}

.cookies-link {
    color: #d22d20;
    text-decoration: underline;
    display: inline-block;
    color: #b82b20;
    font-size: 0.75rem;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #gdpr-cookie-message {
        width: 60%;
    }
}

@media only screen and (max-width: 550px) {
    .cookies-link {
        margin-top: 15px;
    }
}
@media (max-width: 1919px) and (min-width: 1200px) {
    .product-list ~ .bottom-text {
        padding-left: 0px;
    }
}
p img {
    max-width: 100%;
}

.increased-text {
    font-size: 1.1rem;
}
.warning a {
    text-decoration: underline;
    color: #d22d20;
}
.disabled,
.disabled:hover {
    background-color: #e5e5e5!important;
    cursor: default;
}

/* видео в баннере, в капсулах */
.video,
.b-video {
    overflow: hidden;
}

.video__file {
width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
