

/* Start:/local/templates/diam/components/bitrix/news/video_new/bitrix/news.detail/.default/style.css?16692723345437*/
.video_detail__head {
    display: flex;
    justify-content: space-between;
}
.video-to-favorite {
    display: inline-block;
    padding-left: 25px;
    color: #333;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    background: url("/images/star-outline.svg") no-repeat left top;
    background-size: 16px 15px; }
.video-to-favorite:hover {
    color: #5c3795; }
.video-to-favorite.active {
    background-image: url("/images/star.svg");
}
.news__list_video:not(.list) .news__link {
    padding: 12px 12px 25px 12px;
}
.news__list_video:not(.list) .video-to-favorite {
    position: absolute;
    bottom: 12px;
}
.video_detail__soc {
    display: flex;
    position: relative;
}
.video_detail__soc .video-to-favorite {
    font-size: 14px;
}

.container {
    max-width: 1880px;
}

.video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.video__frame {
    width: 30%;
    margin-right: 75px;
    order: 1;
}
.video__frame video {
    max-width: 100%;
    height: 100%;
}

.video__info {
    max-width: 60%;
    order: 2;
}

.video__title {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #550081;
    margin: 0;
    margin-bottom: 10px;
}

.video__date {
    margin-bottom: 20px;
    color: #8B8B8B;
    font-size: 14px;
}

.video__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.video__tag {
    color: #52107F;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 10px;
    border: 1px solid #52107F;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.video__tag:hover {
    background-color: #52107F;
    color: #fff;
}

.video__text {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 20px;
}

.video__frame iframe {
    max-width: 100%;
}

.binded-videos__title {
    font-size: 20px;
    margin-top: 30px;
}

.binded-videos__list {
    margin-top: 12px;
}

.binded-videos__item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.binded-videos__item:last-child {
    border-bottom: none;
}
.binded-videos__item.active {
    background-color: #f2f2f2;
}
.binded-videos__item.active .js-video-change {
    pointer-events: none;
}

.binded-video__left {
    width: 120px;
    height: 65px;
}

.binded-video__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.binded-video__right {
    width: calc(100% - 120px);
    padding-left: 20px;
    padding-right: 10px;
}

.binded-videos__list .dia-m-video-player::before,
.binded-videos__list .dia-m-video-player::after {
    content: none;
}

.video__frame .dia-m-video-player:not(:first-child),
.video__frame iframe:not(:first-child) {
    display: none;
}

.binded-video__btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.binded-video__title {
    margin-bottom: 8px;
}

.binded-video__title h2 {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.binded-videos__item.active .binded-video__title a {
    text-decoration: none;
}

.binded-videos__item:not(.active) .binded-video__title a h2 {
    color: #2468B1;
}

.binded-video__date {
    color: #8E8E8E;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.binded-video__more a {
    font-size: 14px;
    color: #2468B1;
}

.binded-videos__btn {
    display: none;
    width: 100%;
    padding: 11px 50px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    background-color: #52107F;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

.binded-videos__btn:before,
.binded-videos__btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    width: 18px;
    height: 9px;
    background-image: url(/images/kd/video_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.binded-videos__list.expanded .binded-videos__btn::before,
.binded-videos__list.expanded .binded-videos__btn::after {
    transform: rotate(180deg);
}

.binded-videos__btn:before {
    left: 18px;
}

.binded-videos__btn:after {
    right: 18px;
}

.videoplay_btn {
    width: 45px;
    height: 44px;
    background-image: url("/images/video_play.png");
    font-size: 0;
    display: inline-block;
}


@media (max-width: 1024px) {
    .video {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .video__frame {
        width: 45%;
        margin-right: unset;
    }
    .video__info {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .video__frame {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }
    .video__info {
        width: 100%;
        max-width: 100%;
    }
    .binded-video__title a {
        font-size: 11px;
    }
    .binded-videos__list {
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        padding: 10px;
    }
    .binded-videos__list:not(.expanded) .binded-videos__item:not(:first-child) {
        display: none;
    }
    .binded-videos__list:not(.expanded) .binded-videos__item {
        border-bottom: unset;
    }
    .binded-videos__btn {
        display: block;
    }
}
.video-schema {
    opacity:0; position:absolute; left:0; top:0; z-index:-1;
}
/* End */


/* Start:/embed/player/styles/style.css?166928081916893*/
* {
    box-sizing: border-box;
}
.dia-m-video-container {
    height: 100%;
    overflow: hidden;
}
.dia-m-video-container body {
    aspect-ratio: 16 / 9;
    margin: 0;
}
.dia-m-video-container .dia-m-video-player {
    width: 100%;
    height: 100%;
}

.dia-m-video-player--loading {
    --controls-opacity: 0;
    --logo-opacity: 0;
    --share-opacity: 0;
    --speed-opacity: 0;
    --settings-opacity: 0;
    --loader-opacity: 1;
}

.dia-m-video-player {
    position: relative;
    display: flex;
    align-items: center;
    aspect-ratio: 16 / 9;
    background-color: #000000;
}

.dia-m-video-player--playing {
    --play-opacity: 0;
    --pause-opacity: 1;
}

.dia-m-video-player--muted {
    --mute-before-opacity: 0;
    --mute-after-opacity: 1;
}

.dia-m-video-player--fullscreen {
    --fullscreen-before-opacity: 0;
    --fullscreen-after-opacity: 1;
}

.dia-m-video-player--settings {
    --settings-list-opacity: none;
    --settings-pointer-events: auto;
    --settings-button-rotate: 45deg;
}

.dia-m-video-player--share {
    --share-list-opacity: 1;
    --share-pointer-events: auto;
}

.dia-m-video-player--speed {
    --speed-list-opacity: 1;
    --speed-pointer-events: auto;
}

.dia-m-video-player::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 105px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    opacity: 1;
    transition: opacity .4s;
}
.dia-m-video-player::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 105px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    opacity: 1;
    transition: opacity .4s;
}

.dia-m-video-player__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 54px;
    height: 54px;
    translate: -50% -50%;
    border: 4px solid #ffffff;
    border-right-color: transparent;
    border-radius: 27px;
    opacity: var(--loader-opacity, 0);
    pointer-events: none;
    transition: opacity .4s;
    animation-name: loader;
    animation-duration: .4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

video.dia-m-video-player__object {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.dia-m-video-player__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: grid;
    grid-template-areas: 'progress progress progress progress progress progress progress' 'playpause rw ff duration . volume fullscreen';
    grid-template-columns: repeat(3, 24px) auto 1fr 36px 24px;
    grid-template-rows: 10px 24px;
    grid-gap: 10px 14px;
    align-items: start;
    width: 100%;
    padding: 10px 18px 16px;
    color: #ffffff;
}

.dia-m-video-player__progress {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    grid-area: progress;
    display: block;
    align-items: center;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}

.dia-m-video-player__progress::-webkit-slider-runnable-track {
    height: 5px;
    background-image: linear-gradient(to right, #FBDC2D var(--gradient-point), rgba(251, 220, 45, 0.3) var(--gradient-point));
    border-radius: 5px;
    cursor: pointer;
}

.dia-m-video-player__progress::-moz-range-track {
    height: 5px;
    background-image: linear-gradient(to right, #FBDC2D var(--gradient-point), rgba(251, 220, 45, 0.3) var(--gradient-point));
    border-radius: 5px;
    cursor: pointer;
}
.dia-m-video-player__progress::-webkit-slider-thumb {
    appearance: none;
    width: 7px;
    height: 5px;
    border-radius: 5px;
    background-color: #FBDC2D;
    translate: -2px 0;
}
.dia-m-video-player__progress::-moz-range-thumb {
    appearance: none;
    width: 7px;
    height: 5px;
    border-radius: 5px;
    background-color: #FBDC2D;
    translate: -2px 0;
}
.dia-m-video-player__duration {
    grid-area: duration;
    align-self: center;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.dia-m-video-player__button {
    appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.dia-m-video-player__button::before,
.dia-m-video-player__button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: opacity .2s;
    mask-size: cover;
}

.dia-m-video-player__playpause::before{
    -webkit-mask-image: url(/embed/player/styles/../images/play.svg);
    mask-image: url(/embed/player/styles/../images/play.svg);
    opacity: var(--play-opacity, 1);
}
.dia-m-video-player__playpause::after {
    -webkit-mask-image: url(/embed/player/styles/../images/pause.svg);
    mask-image: url(/embed/player/styles/../images/pause.svg);
    opacity: var(--pause-opacity, 0);
}

.dia-m-video-player__skip::before {
    -webkit-mask-image: url(/embed/player/styles/../images/skip.svg);
    mask-image: url(/embed/player/styles/../images/skip.svg);
    opacity: 1;
}
.dia-m-video-player__skip::after {
    content: none;
}
.dia-m-video-player__skip--back {
    grid-area: rw;
    scale: -1 1;
}
.dia-m-video-player__skip--forward {
    grid-area: ff;
}

.dia-m-video-player__volume-control {
    position: relative;
    grid-area: volume;
    display: flex;
    align-items: center;
    padding-left: 12px;
    height: 24px;
}

.dia-m-video-player__volume-control:hover {
    --volume-opacity: 1;
    --volumte-pointer-events: auto;
}

.dia-m-video-player__mute::before {
    -webkit-mask-image: url(/embed/player/styles/../images/volume-high.svg);
    mask-image: url(/embed/player/styles/../images/volume-high.svg);
    opacity: var(--mute-before-opacity, 1)
}

.dia-m-video-player__mute::after {
    -webkit-mask-image: url(/embed/player/styles/../images/volume-slash.svg);
    mask-image: url(/embed/player/styles/../images/volume-slash.svg);
    opacity: var(--mute-after-opacity, 0)
}

.dia-m-video-player__volume {
    --gradient-point: 0;
    position: absolute;
    top: 50%;
    left: 0;
    height: 48px;
    translate: -100% -50%;
    opacity: var(--volume-opacity, 0);
    pointer-events: var(--volumte-pointer-events, none);
    transition: opacity .2s;
    -webkit-appearance: none;
    appearance: none;
    width: 160px;
    background-color: transparent;
}

.dia-m-video-player__volume::-webkit-slider-runnable-track {
    height: 5px;
    background-image: linear-gradient(to right, #FBDC2D var(--gradient-point, 0), rgba(251, 220, 45, 0.3) var(--gradient-point, 0));
    border-radius: 5px;
    cursor: pointer;
}

.dia-m-video-player__volume::-moz-range-track {
    height: 5px;
    background-image: linear-gradient(to right, #FBDC2D var(--gradient-point, 0), rgba(251, 220, 45, 0.3) var(--gradient-point, 0));
    border-radius: 5px;
    cursor: pointer;
}
.dia-m-video-player__volume::-webkit-slider-thumb {
    appearance: none;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #FBDC2D;
}

.dia-m-video-player__volume::-moz-range-thumb {
    appearance: none;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #FBDC2D;
}

.dia-m-video-player__fullscreen {
    grid-area: fullscreen;
}

.dia-m-video-player__fullscreen::before {
    -webkit-mask-image: url(/embed/player/styles/../images/maximize.svg);
    mask-image: url(/embed/player/styles/../images/maximize.svg);
    opacity: var(--fullscreen-before-opacity, 1)
}

.dia-m-video-player__fullscreen::after {
    -webkit-mask-image: url(/embed/player/styles/../images/minimize.svg);
    mask-image: url(/embed/player/styles/../images/minimize.svg);
    opacity: var(--fullscreen-after-opacity, 0)
}

.dia-m-video-player__buttons {
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 2;
    display: flex;
    gap: 14px;
    height: var(--buttons-height, auto);
}

.dia-m-video-player__share,
.dia-m-video-player__settings {
    width: 24px;
    height: 24px;
}

.dia-m-video-player__share-open,
.dia-m-video-player__settings-open,
.dia-m-video-player__speed-open {
    appearance: none;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
}
.dia-m-video-player__share-open {
    -webkit-mask-image: url(/embed/player/styles/../images/share.svg);
    mask-image: url(/embed/player/styles/../images/share.svg);
}
.dia-m-video-player__settings-open {
    -webkit-mask-image: url(/embed/player/styles/../images/settings.svg);
    mask-image: url(/embed/player/styles/../images/settings.svg);
    rotate: var(--settings-button-rotate, 0);
    transition: rotate .2s;
}
.dia-m-video-player__speed-open {
    -webkit-mask-image: url(/embed/player/styles/../images/speed.svg);
    mask-image: url(/embed/player/styles/../images/speed.svg);
}

.dia-m-video-player__share-list,
.dia-m-video-player__settings-list,
.dia-m-video-player__speed-list {
    position: absolute;
    top: 38px;
    right: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #000;
    border-radius: 5px;
    transition: opacity .2s;
    max-height: calc(100% - 60px);
    overflow-y: auto;
}

.dia-m-video-player__share-list::-webkit-scrollbar,
.dia-m-video-player__settings-list::-webkit-scrollbar,
.dia-m-video-player__speed-list::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
}

.dia-m-video-player__share-list::-webkit-scrollbar-track-piece,
.dia-m-video-player__settings-list::-webkit-scrollbar-track-piece,
.dia-m-video-player__speed-list::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
.dia-m-video-player__share-list::-webkit-scrollbar-track,
.dia-m-video-player__settings-list::-webkit-scrollbar-track,
.dia-m-video-player__speed-list::-webkit-scrollbar-track {
    background-color: transparent;
}
.dia-m-video-player__share-list::-webkit-scrollbar-thumb,
.dia-m-video-player__settings-list::-webkit-scrollbar-thumb,
.dia-m-video-player__speed-list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .125);
    border-radius: 4px;
}
.dia-m-video-player__share-list {
    opacity: var(--share-list-opacity, 0);
    pointer-events: var(--share-pointer-events, none);
}

.dia-m-video-player__settings-list {
    opacity: var(--settings-list-opacity, 0);
    pointer-events: var(--settings-pointer-events, none);
}

.dia-m-video-player__speed-list {
    opacity: var(--speed-list-opacity, 0);
    pointer-events: var(--speed-pointer-events, none);
}

.dia-m-video-player__share-item,
.dia-m-video-player__settings-item,
.dia-m-video-player__speed-item {
    width: 160px;
    padding: 10px 20px;
    text-align: left;
    color: #ffffff;
    background-color: #000;
    border: none;
    cursor: pointer;
    transition: background-color .2s;
}
.dia-m-video-player__speed-item {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.dia-m-video-player__speed-item:has(input:checked) {
    background-color: #3C3C3C;
}

.dia-m-video-player__speed-item input {
    display: none;
}

.dia-m-video-player__speed-item:hover,
.dia-m-video-player__share-item:hover,
.dia-m-video-player__settings-item:hover {
    background-color: #3C3C3C;
}

.dia-m-video-player__share-message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    max-width: max(400px, 80%);
    padding: 16px 24px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    translate: -50% -50%;
    pointer-events: none;
    transition: .2s opacity;
}
.dia-m-video-player__share-message--active {
    opacity: 1;
}

.dia-m-video-player__logo {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    width: 80px;
    height: 22px;
    background-image: url(/embed/player/styles/../images/logo.svg);
    opacity: var(--logo-opacity);
    transition: opacity .4s;
    transition-delay: var(--transition-delay);
}
@media (min-device-width: 1000px) {
    .dia-m-video-player--settings,
    .dia-m-video-player--share,
    .dia-m-video-player--speed {
        --buttons-height: calc(100% - 30px);
    }
    .dia-m-video-player__button {
        transition: opacity .2s;
    }

    .dia-m-video-player__button:hover {
        opacity: .75;
    }

    .dia-m-video-player--playing {
        --controls-opacity: 0;
        --logo-opacity: 0;
        --settings-opacity: 0;
        --share-opacity: 0;
        --speed-opacity: 0;
        --transition-delay: 1s;
    }
    .dia-m-video-player--playing:hover {
        --controls-opacity: 1;
        --logo-opacity: 1;
        --settings-opacity: 1;
        --share-opacity: 1;
        --speed-opacity: 1;
        --transition-delay: 0;
    }
    .dia-m-video-player--playing::before,
    .dia-m-video-player--playing::after {
        opacity: 0;
        transition-delay: var(--transition-delay);
    }

    .dia-m-video-player--playing:hover::before,
    .dia-m-video-player--playing:hover::after {
        opacity: 1;
    }
    .dia-m-video-player__controls {
        opacity: var(--controls-opacity);
        transition: opacity .4s;
        transition-delay: var(--transition-delay);
    }
    .dia-m-video-player__settings {
        opacity: var(--settings-opacity);
        transition: opacity .4s;
        transition-delay: var(--transition-delay);
    }
    .dia-m-video-player__share {
        opacity: var(--share-opacity);
        transition: opacity .4s;
        transition-delay: var(--transition-delay);
    }
    .dia-m-video-player__speed {
        opacity: var(--speed-opacity);
        transition: opacity .4s;
        transition-delay: var(--transition-delay);
    }
}

@media (max-device-width: 999px) {
    .dia-m-video-player--controls,
    .dia-m-video-player--settings,
    .dia-m-video-player--share,
    .dia-m-video-player--speed,
    .dia-m-video-player--playing.dia-m-video-player--settings,
    .dia-m-video-player--playing.dia-m-video-player--share,
    .dia-m-video-player--playing.dia-m-video-player--speed,
    .dia-m-video-player--playing.dia-m-video-player--controls {
        --controls-opacity: 1;
        --controls-pointer-events: auto;
        --controls-background-color: rgba(0, 0, 0, .6);
        --logo-opacity: 1;
    }
    .dia-m-video-player--playing {
        --logo-opacity: 0;
        --controls-opacity: 0;
        --controls-pointer-events: none;
        --controls-background-color: transparent;
    }
    .dia-m-video-player::after {
        opacity: 0;
    }
    .dia-m-video-player__controls {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        grid-template-areas: 'progress progress progress progress' 'duration . volume fullscreen';
        grid-template-columns: auto 1fr 36px 24px;
        grid-template-rows: 5px 32px;
        align-items: center;
        align-content: end;
        width: 100%;
        height: 100%;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, .6);
        opacity: var(--controls-opacity);
        transition: opacity .4s;
        pointer-events: var(--controls-pointer-events);
    }

    .dia-m-video-player__progress {
        height: 5px;
    }

    .dia-m-video-player__progress::-webkit-slider-thumb {
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 8px;
        translate: -2px -5px;
    }
    .dia-m-video-player__progress::-moz-range-thumb {
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 8px;
        translate: -7.5px -5px;
    }
    .dia-m-video-player__playpause {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 54px;
        height: 54px;
        translate: -50% -50%;
    }

    .dia-m-video-player__playpause::before{
        -webkit-mask-image: url(/embed/player/styles/../images/play-big.svg);
        mask-image: url(/embed/player/styles/../images/play-big.svg);
        opacity: var(--play-opacity, 1);
    }

    .dia-m-video-player__playpause::after {
        -webkit-mask-image: url(/embed/player/styles/../images/pause-big.svg);
        mask-image: url(/embed/player/styles/../images/pause-big.svg);
        opacity: var(--pause-opacity, 0);
    }

    .dia-m-video-player__skip {
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .dia-m-video-player__skip--back {
        translate: calc(-62px - 50%) -50%;
    }
    .dia-m-video-player__skip--forward {
        translate: calc(62px - 50%) -50%;
    }
    .dia-m-video-player__volume {
        display: none;
    }
    .dia-m-video-player--settings,
    .dia-m-video-player--share,
    .dia-m-video-player--speed {
        --buttons-height: calc(100% - 30px);
    }
    .dia-m-video-player__buttons {
        z-index: 4;
        opacity: var(--controls-opacity);
        transition: opacity .4s;
        pointer-events: var(--controls-pointer-events);
    }
}
@keyframes loader {
    from {
        rotate: 0;
    }
    to {
        rotate: 360deg;
    }
}

/* End */


/* Start:/local/templates/diam/components/bitrix/catalog.section/new_cat/style.css?177744953145319*/
@charset "UTF-8";
@media (min-width: 1200px) {
  /*lg*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*md*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*sm*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (max-width: 767px) {
  #main-title-acs {
    top: 50% !important;
  }
  /*xs*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
#main-title-wrapper-acs {
  margin-bottom: 70px;
}

.catalog-section-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

.row::before {
  display: initial;
}

.main-title span {
  color: #000;
  display: block;
  font-size: 23px;
  margin-top: 22px;
}

h1.main-title + span {
  display: block;
  font-size: 15px;
  color: rgba(85, 0, 129, 0.8);
  font-weight: bold;
}

#main-title-acs {
  top: 100%;
}

.rightimg {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.kd-section-wrapper * {
  font-size: 16px;
}

#product_table.kd-last_viewed_items-wrap table.kd-last_viewed_items tr td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 35px;
  position: relative;
}

#product_table.kd-last_viewed_items-wrap table.kd-last_viewed_items .insidetable tr td:first-child {
  width: auto;
}

.kd-section-block, .kd-section-block-all {
  /*display: inline-block;
  vertical-align: top;*/
  letter-spacing: normal;
}

.kd-section-block-all {
  color: #6a6d6f;
  text-decoration: none;
  border-bottom: 1px dashed #6a6d6f;
  cursor: pointer;
}

.kd-g-fit-content {
  width: fit-content;
}

.kd-g-base-price {
  text-align: left;
  font-size: 12px !important;
  color: #717171;
  padding-top: 3px;
}

/*.kd-section-wrapper .kd-section-block:nth-child(1){
  width: 70%;
  padding-right: 25px;
  text-align: justify;
  height: 200px;
  overflow: hidden;
}*/
/*
.kd-section-wrapper .kd-section-block.kd-section-block-full {
    width: 100%;

}*/
.kd-section-wrapper .kd-section-block:nth-child(2) {
  width: 30%;
  float: right;
}

.kd-section-wrapper .kd-section-block:nth-child(2) img {
  /*margin-left: auto;
  margin-right: 8px;*/
  margin: 0 auto;
  display: block;
}

.kd-section-wrapper-all-descr {
  /* cursor: pointer;*/
  width: max-content;
  padding-top: 4px;
}

/*.kd-section-wrapper .kd-section-block-descr.kd-section-block-descr-showall {
   height: 100%;
    max-height: 100%;

}*/
.kd-section-picture-wrapper {
  float: right;
  width: auto;
  padding-left: 24px;
  padding-bottom: 8px;
}

.kd-section-picture-wrapper .kd-section-picture-block {
  height: auto;
  /*width: 300px;*/
  max-height: 200px;
  /*line-height:200px;*/
  overflow: hidden;
  text-align: right;
  margin-top: -28px;
}

.kd-section-picture-wrapper .kd-section-picture-block img {
  height: 145px;
}

.kd-block-listdot01sel + .kd-section-desc-wrapper {
  margin-top: 25px;
}

.kd-section-desc-wrapper {
  /*float: left;*/
  /*padding-top: 16px;*/
}

.kd-section-desc-wrapper ul {
  padding-left: 15px;
}

.kd-section-desc-wrapper .kd-section-block-descr {
  text-align: left;
  height: auto;
  max-height: auto;
  /*overflow: hidden;*/
  padding-bottom: 15px;
}

.kd-section-desc-wrapper .kd-section-block-descr > table {
  margin-bottom: 30px;
  top: 15px;
  position: relative;
}

.kd-section-desc-wrapper .kd-section-block-descr > table a {
  font-weight: 100;
  color: #5c3795;
}

.kd-section-wrapper-full-link {
  letter-spacing: normal;
  /* float: right;*/
  padding: 4px 0;
}

.kd-section-wrapper-full-link a {
  color: #6a6d6f;
  border-bottom: 1px dashed #6a6d6f;
}

.kd-section-desc-wrapper .kd-section-block-descr table td {
  padding-left: 15px;
}

.kd-section-desc-wrapper .kd-section-block-descr table td.cb_for_order {
  padding-left: unset;
}

.kd-section-desc-wrapper .kd-section-block-descr table td img {
  padding-left: 24px;
  /*max-height: 236px;*/
  /*max-width: 346px;*/
  display: block;
  width: auto;
}

.kd-section-block-full-lin {
  text-align: right;
}

/*.kd-section-wrapper .kd-section-block-descr.kd-section-block-descr-showall  table td img {
  display: block;
}*/
.kd-section-wrapper .kd-section-block-descr a {
  text-decoration: none;
  border-bottom: 1px dashed #000000;
  cursor: pointer;
  color: #6b23b1;
}

/* Переход на margin вместо <br> */
.kd-section-wrapper .kd-section-block-descr h2,
.kd-section-wrapper .kd-section-block-descr h3,
.kd-section-wrapper .kd-section-block-descr h4 {
  margin: 2em 0 1em;
}

.kd-section-wrapper .kd-section-block-descr br + h2,
.kd-section-wrapper .kd-section-block-descr br + h3,
.kd-section-wrapper .kd-section-block-descr br + h4 {
  margin-top: 1em;
}

.kd-section-wrapper .kd-section-block-descr br + br + h2,
.kd-section-wrapper .kd-section-block-descr br + br + h3,
.kd-section-wrapper .kd-section-block-descr br + br + h4 {
  margin-top: 0;
}

.kd-section-wrapper .kd-section-block-descr h2 + br,
.kd-section-wrapper .kd-section-block-descr h3 + br,
.kd-section-wrapper .kd-section-block-descr h4 + br {
  margin-top: -1em;
}

.kd-seemore-section-block {
  letter-spacing: normal;
  box-sizing: border-box;
}

.kd-seemore-title {
  font-weight: bold;
}

.kd-dashed {
  text-decoration: none;
  border-bottom: 1px dashed #000000;
  cursor: pointer;
}

.kd-left-other {
  float: left;
}

.kd-rigth-other {
  float: right;
  width: 35px;
}

.kd-seemore-section-block .kd-seemore-title-a,
.kd-block-listdotblock .kd-seemore-title-a {
  color: #000000;
  margin-right: 16px;
}

table.kd-block-listdotblock .kd-seemore-title-a {
  white-space: nowrap;
  vertical-align: top;
}

.kd-seemore-section-wrapper {
  clear: both;
  /*padding-top: 16px;*/
  padding-bottom: 8px;
}

.kd-seemore-section-block-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 2px;
}

.kd-other-content-title {
  margin-bottom: 2px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: -0.3em;
  font-size: 14px;
  font-weight: bold;
  /*  margin-top: 8px;
    margin-bottom: 8px;*/
  color: #5c3795;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  box-sizing: border-box;
}

.kd-other-content-title.kd-other-content-title-btn .kd-other-show {
  width: 339px;
  background-color: #5c3795;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding-left: 0;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.kd-other-content-title.kd-other-content-title-btn .kd-other-show:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/diam/img/cat.svg);
  background-position: 50% 50%;
  position: relative;
  top: 5px;
}

.kd-other-content-title.kd-other-content-title-btn .kd-other-show:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  border-width: 5.5px;
  border-style: solid;
  border-color: #5c3795 transparent transparent transparent;
}

.kd-other-content-title-show.kd-other-content-title.kd-other-content-title-btn .kd-other-show {
  margin-bottom: -15px;
}

.kd-other-content-title-show.kd-other-content-title.kd-other-content-title-btn .kd-other-show:after {
  transform: rotate(180deg);
  margin-top: -8.5px;
}

.kd-background-gray {
  background-color: #f2f2f2;
}

.kd-line-content-section-wrapper {
  transition: linear all 0.1s;
  background-color: #550081;
  height: 1px;
  margin: 20px 0 8px;
}

table.main_tdmenu-0 .kd-line-content-section-wrapper {
  background-color: #0065b3;
}

table.main_tdmenu-1 .kd-line-content-section-wrapper {
  background-color: #550081;
}

table.main_tdmenu-2 .kd-line-content-section-wrapper {
  background-color: #c40e37;
}

table.main_tdmenu-3 .kd-line-content-section-wrapper {
  background-color: #ff3b00;
}

table.main_tdmenu-4 .kd-line-content-section-wrapper {
  background-color: #ffb702;
}

table.main_tdmenu-5 .kd-line-content-section-wrapper {
  background-color: #80bf00;
}

.kd-acs-block-a {
  color: #5c3795;
}

.kd-acs-block-right {
  margin-left: 90px;
}

.kd-left {
  float: left;
}

.kd-other-content-section-wrapper {
  display: none;
}

.kd-other-content-section-wrapper-show {
  display: block;
  margin-bottom: 20px;
}

#productlist .kd-last_viewed_items-wrap {
  padding: 0px;
  margin-top: 24x;
}

/****/
.kd-lvi-td-small_td_ico {
  width: 4%;
}

/****/
.popup-window {
  min-width: 400px;
}

.popup-window.popup-window-titlebar .popup-window-left-column,
.popup-window.popup-window-titlebar .popup-window-center-column,
.popup-window.popup-window-titlebar .popup-window-right-column {
  background-color: #fff;
  background-image: none;
  border-bottom: 0 none;
}

.popup-window.popup-window-titlebar .popup-window-titlebar {
  color: #333;
  font-size: 20px;
  margin: 50px 0 40px;
  text-align: center;
  white-space: nowrap;
}

.popup-window .popup-window-content {
  color: #444;
  font-size: 14px;
}

.popup-window .popup-window-buttons-hr {
  display: none;
}

.popup-window .popup-window-buttons {
  margin: 60px 0 45px;
}

.popup-window-close-icon {
  height: 20px;
  width: 20px;
}

.popup-window-close-icon,
.popup-window-close-icon:hover {
  background-image: none;
}

.popup-window-close-icon:before,
.popup-window-close-icon:after {
  background-color: #000;
  content: "";
  display: block;
  height: 16px;
  left: 9px;
  position: absolute;
  top: 2px;
  width: 1px;
}

.popup-window-close-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-window-close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#product_table .kd-lvi-td-help-wrap {
  width: 4%;
}
#product_table .kd-product-block .kd-lvi-td-help-wrap {
  width: auto;
  padding: 0;
}
#product_table .kd-product-block .kd-lvi-pack {
  width: auto;
  padding: 0;
}
#product_table .kd-product-block .kd-lvi-td-small_td {
  width: auto;
  padding: 0 2px;
}
#product_table .kd-product-block.kd-lvi-td-name-wrap {
  width: auto;
  padding: 0;
}
#product_table .kd-lvi-td-name-numb_new {
  font-size: 14px;
  display: inline-block;
}
#product_table .kd-lvi-td-name-numb_new mark {
  font-size: 14px;
}
#product_table .kd-lvi-td-analog-title {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0px 5px 100px;
}
#product_table .kd-lvi-td-analog-title-mobile {
  display: none;
}
#product_table .kd-lvi-td-name-numb_new + .kd-lvi-td-name-numb_new {
  padding-left: 20px;
}
#product_table .kd-last_viewed_items .kd-lvi-pack {
  width: auto !important;
}
#product_table .td-article_and_discound {
  width: auto;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
#product_table .td-article_and_discound .kd-lvi-td-name-numb_new {
  padding-left: 100px;
}
#product_table .kd-last_viewed_items .kd-lvi-td-help-wrap {
  padding-left: 5px !important;
  padding-right: 2px !important;
  width: auto;
}
#product_table .kd-lvi-td-to_bask-wrap {
  width: 12%;
}
#product_table .kd-lvi-td-name-wrap {
  padding-left: 24px;
  padding-right: 20px;
}
#product_table .kd-lvi-td-atricle-wrap {
  padding: 0 0 0 20px !important;
}
#product_table .kd-lvi-td-count-wrap .td-count {
  width: 95px;
}
#product_table .kd-product-detail-block .insidetable a {
  color: #5c3795;
  text-decoration: underline;
}
#product_table .show-title-full .kd-block-name-group {
  white-space: normal;
}
#product_table .show-title-full .kd-block-name-group:before {
  display: none;
}
#product_table.kd-last_viewed_items-wrap table.kd-last_viewed_items tr.no-reactive td:first-child {
  width: auto;
}

#productlist .kd-block-seesynonym, #productlist #productlist .kd-block-seesynonym a {
  display: inline-block;
}
#productlist .kd-desc-show-but ~ .kd-block-seesynonym {
  margin-left: 35px;
}
#productlist .kd-block-seesynonym a {
  margin-right: 8px;
}
#productlist .kd-lvi-td-shortdescr {
  white-space: nowrap;
  padding-left: 10px;
}
#productlist .kd-lvi-td-article_and_discound {
  width: 80vw;
}
#productlist .shortdescr {
  font-size: 14px;
  margin: 0;
  padding-top: 2px;
}
#productlist .kd-lvi-td-to_top, #productlist #productlist .td-count {
  white-space: nowrap;
}
#productlist .kd-last_viewed_items tr.kd-product-block > td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#productlist .kd-last_viewed_items tr.kd-product-block > td,
#productlist .kd-last_viewed_items .kd-product-detail-block tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#productlist .kd-last_viewed_items .kd-product-detail-block tr > td {
  border-bottom: none;
}
#productlist .kd-last_viewed_items .kd-product-block {
  font-size: 13px;
}
#productlist table.kd-last_viewed_items tr.kd-product-group-block > td {
  padding-top: 0;
  padding-bottom: 0;
}
#productlist table.kd-last_viewed_items tr.kd-product-analog-block {
  margin-top: 14px;
  display: block;
}
#productlist .kd-last_viewed_items .kd-product-detail-block td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}
#productlist .kd-last_viewed_items .kd-product-detail-block * {
  font-size: 16px;
  line-height: 24px;
}
#productlist .kd-last_viewed_items .kd-product-detail-block table.insidetable {
  border-bottom: 1px solid #eee;
}
#productlist .kd-last_viewed_items .kd-product-detail-block table.insidetable td {
  border-left: none;
}
#productlist .kd-last_viewed_items .kd-product-detail-block table.insidetable tr:first-child td {
  border-top: none;
}
#productlist .kd-last_viewed_items .kd-product-detail-block ul {
  padding-left: 16px;
}
#productlist .kd-last_viewed_items {
  margin-top: 16px;
}
#productlist .kd-last_viewed_items tr:first-child th {
  position: relative;
}
#productlist fieldset.fieldset_spec_price {
  border: solid 1px #cc2e52;
  border-radius: 4px;
  width: 120px;
}
#productlist fieldset.fieldset_spec_price legend {
  color: #cc2e52;
  font-weight: bold;
  padding: 0 1em;
  font-size: 10px;
}
#productlist #productlist .kd-group-block * {
  font-size: 15px;
}
#productlist .kd-group-block > td {
  padding-top: 16px;
  padding-bottom: 16px;
}
#productlist #product_table .kd-last_viewed_items tbody tr.delimeter:last-child {
  display: none;
}
#productlist #product_table .kd-last_viewed_items tr.kd-product-block > td, #productlist #productlist #product_table .kd-last_viewed_items .kd-product-detail-block tr > td {
  padding-top: 1px;
  padding-bottom: 1px;
}
#productlist .kd-block-name-seesynonym {
  float: left;
  margin-right: 0;
  margin-left: 35px;
  padding-left: 25px;
  font-weight: bold;
}

#new_body .kd-lc-wrapper-new_d #product_table .kd-lvi-td-to_bask-wrap {
  width: auto;
}

#product_table .no-reactive .kd-lvi-td-to_top-image-wrap {
  padding: 0 10px;
}

#new_body .kd-lc-wrapper-new_d #product_table .no-reactive .kd-lvi-td-to_bask-wrap {
  width: 4%;
  padding: 0 2px;
}

.kd-lvi-td-name-wrap a {
  color: #000000;
  text-decoration: none;
}

.kd-lvi-td-name-numb_new,
.kd-lvi-td-name-numb_new a {
  color: #6a6d6f;
  font-size: 13px;
}

.kd-product-detail-block {
  display: none;
}

.kd-product-detail-block-show {
  display: table-row;
}

.kd-product-block {
  height: auto;
}

.kd-desc-show-but {
  position: absolute !important;
  left: 0;
  top: 5px;
  z-index: 9;
}

.kd-desc-show-but.kd-desc-show-but-down {
  background: #5c3795;
}

.kd-desc-show-but.kd-desc-show-but-down > div {
  background-image: url(/images/kd/show_block-but-active.png);
}

.kd-lvi-td-name-wrap-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.kd-lvi-td-name-wrap-desc-left {
  padding-left: 60px;
  width: 66%;
}

.kd-lvi-td-name-wrap .shortdescr {
  font-size: 12px;
}

.kd-lvi-td-name-numb_new .product-title-text {
  font-size: 14px;
  text-decoration: none;
}

.kd-lvi-td-name-cut {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 50vw;
  position: relative;
}

.kd-lvi-td-name-cut:not(.full-text):before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
}

.kd-lvi-td-name-cut.full-text {
  white-space: normal;
}

.kd-product-detail-img-block {
  float: right;
}

.kd-product-detail-img {
  padding: 2px;
  border: 0px;
  margin-right: 12px;
  float: left;
}

.kd-product-detail-img img {
  max-height: 273px;
  max-width: 273px;
}

.kd-product-detail-img-list {
  float: left;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.kd-product-detail-img-list-img {
  margin-right: 8px;
}

.kd-product-detail-img-list-img img {
  padding: 2px;
  border: 2px solid #f2f2f2;
  margin-bottom: 8px;
  cursor: pointer;
}

.kd-product-detail-img-list-img img:hover {
  border: 2px solid #5c3795;
}

.kd-product-detail-img-list-img .kd-product-detail-img-list-img-act {
  border: 2px solid #5c3795;
}

.swiper-container {
  width: 200px;
  height: 200px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.kd-lvi-td-small_td > div.kd-price-valut.no-price,
.kd-lvi-td-small_td > div.kd-price-rub.no-price {
  font-size: 13px;
}

.kd-product-group-block a {
  color: #000000;
  text-decoration: none;
}

.spec_price {
  /* padding-left: 20px;
   padding-right: 20px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.spec_price.kd-price-valut small {
  font-size: 11px;
}

.po_zaprosu {
  padding-right: 25px;
}

.kd-alphavit-block {
  margin-top: 10px;
  position: relative;
  height: 32px;
  text-align: center;
}

.kd-alphavit {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background: #fГ;
  padding: 8px;
  margin: 0px 3px 3px 0px;
  float: left;
  width: 28px;
  cursor: pointer;
  -moz-border-radius: 2px; /* закругление для старых Mozilla Firefox */
  -webkit-border-radius: 2px; /* закругление для старых Chrome и Safari */
  -khtml-border-radius: 2px; /* закругл. для браузера Konquerer системы Linux */
  border-radius: 2px; /* закругление углов для всех, кто понимает */
}

.kd-alphavit a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.kd-alphavit-active,
.kd-alphavit:hover {
  background: #5c3795;
}

.kd-alphavit-active a,
.kd-alphavit:hover a {
  color: #FFF;
}

.kd-sec_option-collapse {
  display: inline-block;
  position: relative;
  /*margin-right: 20px;*/
}

.kd-sec_option-collapse--absolute {
  font-weight: 300;
  position: absolute;
  left: 0px;
  top: -10px;
  z-index: 2;
}

.kd-sec_option-collapse--absolute a {
  color: #5c3795;
  border-bottom-color: #5c3795;
}

.kd-sec_option-collapse--absolute a span {
  font-size: 13px;
  white-space: pre;
}

.kd-collapse-btn, .kd-show-title-btn {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.kd-show-title-btn {
  margin-left: 20px;
}

.kd-collapse-icon {
  position: absolute;
  display: inline-block;
  left: -20px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: 3px solid #fff;
}

.kd-collapse-btn .kd-collapse-icon::before {
  position: absolute;
  display: block;
  content: "";
  left: 2px;
  top: 2px;
  width: 6px;
  height: 6px;
  background-image: url("/images/plus.png");
  -webkit-background-size: 6px 6px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  background-position: center center;
}

.kd-collapse-btn.collapsed .kd-collapse-icon::before {
  left: 3px;
  top: 4px;
  width: 5px;
  height: 3px;
  background-image: url("/images/minus.png");
  -webkit-background-size: 6px 2px;
  background-size: 6px 2px;
}

.kd-collapse-btn:hover .kd-collapse-icon {
  border: 3px solid #5c3795;
}

.kd-search-block-wp,
.kd-block-filter-wp {
  display: block;
  font-size: 14px;
}

.kd-search-block input[name=q] {
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  outline-style: none;
  padding: 0 16px;
  width: 600px;
  float: left;
}

.kd-search-block .kd-button-search {
  margin-left: 16px;
  margin-bottom: 4px;
}

.kd-search-block .kd-button-search:active {
  background: white;
  color: #5c3795;
}

.kd-block-listdot01sel {
  letter-spacing: normal;
  box-sizing: border-box;
  margin-top: 8px;
}

.kd-block-listdot01sel-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding-top: 4px;
  padding-bottom: 4px;
}

.kd-bold {
  font-weight: bold;
}

.kd-block-seesynonym,
.kd-block-seesynonym a {
  color: #666666;
}

#product_table .kd-product-block .kd-lvi-td-in_stock-wrap.kd-lvi-td-small_td {
  padding-left: 5px;
  padding-right: 0;
}

#product_table .kd-desc-show-but-down + .kd-block-name-group {
  white-space: normal;
}

#product_table .kd-block-name-group {
  float: left;
  margin-top: 7px;
  margin-left: 35px;
  /*margin-bottom: -7px;*/
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 64vw;
  position: relative;
}

#product_table .kd-desc-show-but-down + .kd-block-name-group:before {
  display: none;
}

#product_table .kd-block-name-group:before {
  /*content: "";*/
  width: 20%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
}

#product_table .kd-block-name-group .fading {
  position: absolute;
  width: 20%;
  right: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
}

.favorites #product_table .kd-block-name-group .fading {
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0, rgba(248, 248, 248, 0.8) 100%);
}

#product_table .kd-block-name-group h2 {
  margin: 4px 0;
}

.insidetable {
  margin: 0;
  width: auto;
  border-collapse: collapse;
  border-left: none;
  border-top: none;
}

#productlist .kd-lvi-td-to_top, #productlist .td-count {
  white-space: nowrap;
}

#productlist .kd-last_viewed_items tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
}

#productlist .kd-last_viewed_items tr.delimeter > td {
  padding-top: 10px;
  padding-bottom: 0;
}

#productlist .kd-last_viewed_items tr:not(.delimeter) > td {
  border-bottom: none;
}

body .kd-count_of_col-wrap {
  letter-spacing: -0.3em;
}

.kd-count_of_col {
  display: inline-block;
  width: 33%;
  letter-spacing: normal;
  vertical-align: top;
  padding-right: 100px;
}

.kd-count_of_col:last-child {
  width: 33%;
  padding-right: 20px;
}

.kd-count_of_col .kd-count_of_col-item {
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
}

.kd-count_of_col-item a.kd-dashed {
  border-bottom: 0;
  color: #333333;
  transition: linear all 0.1s;
}

.kd-count_of_col-item a.kd-dashed:hover {
  border-bottom: 1px dashed #000000;
}

.kd-count_of_col-item-active {
  color: black;
  font-weight: bold;
}

.kd-react_item-uk {
  color: black;
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}

.kd-block-listdot01sel-main {
  color: #5c3795;
  font-weight: bold;
}

.kd-alphavit-block-name {
  color: #333333;
}

.kd-sort-a-wrap {
  color: black;
}

.kd-sort-a-text {
  padding-right: 10px;
  font-weight: bold;
}

.kd-type_of_val-opt-text {
  font-weight: bold;
}

.kd-sort-a {
  color: black;
  text-decoration: underline;
}

.kd-sort-a-active {
  font-weight: bold;
}

.kd-react_item-uk-wrap {
  margin: 30px 0;
}

.td-kd-block-listdot01sel-item {
  padding-bottom: 15px;
}

#productlist fieldset.fieldset_spec_price.fieldset_spec_price--share legend {
  color: #550d81;
}

#productlist fieldset.fieldset_spec_price.fieldset_spec_price--share {
  border: solid 1px #550d81;
}

.kd-show_block-but.kd-show_block-but_empty {
  height: 1px;
}

#productlist table.kd-last_viewed_items tr.kd-product-group-block.fasovka-full > td {
  padding-bottom: 0;
}

.seesynonym-wrap {
  padding-top: 12px;
  padding-bottom: 5px;
}

.zap {
  cursor: pointer;
  border-bottom: 1px dashed #6b23b1;
  display: inline-block;
  position: relative;
  font-size: 13px !important;
}

.item_slider:after {
  content: "";
  clear: both;
  display: block;
}

.item_slider ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.item_slider img {
  margin: 0;
  padding: 0;
}

.item_slider {
  display: inline-block;
}

.item_slider .item_images,
.item_slider .item_thumbs {
  display: table-cell;
  vertical-align: top;
}

.item_slider .item_images {
  padding-right: 30px;
}

.item_slider .item_images li {
  box-sizing: border-box;
  display: none;
}

.item_slider .item_images li.active {
  /*border: 1px solid #dfdfdf;*/
  display: block;
  height: 350px;
  position: relative;
  text-align: center;
  width: 350px;
}

.item_slider .item_images li a {
  display: block;
  height: 100%;
}

.item_slider .item_thumbs {
  position: relative;
}

.zap::after {
  position: absolute;
  bottom: 1px;
  right: -17px;
  content: "?";
  width: 10px;
  height: 10px;
  font-size: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #6b23b1;
  border-radius: 50%;
  border: 1px solid #6b23b1;
}

#cena-zapros {
  width: calc(100% - 60px);
  padding: 20px 30px 0;
}

.item_slider .item_thumbs .item_thumbs_slide_up,
.item_slider .item_thumbs .item_thumbs_slide_down {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  z-index: 555;
}

#cena-zapros .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

#cena-zapros_form .form-row {
  width: 100%;
  margin: 0 0 15px;
}

.item_slider .item_thumbs .item_thumbs_slide_up:hover,
.item_slider .item_thumbs .item_thumbs_slide_down:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.item_slider .item_thumbs .item_thumbs_slide_up {
  padding-top: 12px;
  top: 0;
}

.item_slider .item_thumbs .item_thumbs_slide_down {
  bottom: 0;
  padding-top: 5px;
}

#cena-zapros_form input[type=text], #cena-zapros_form input[type=tel] {
  outline: none;
  height: 38px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b0b0b0;
  padding: 0 16px;
  box-sizing: border-box;
  position: relative;
  background-color: transparent;
}

.item_slider .item_thumbs .item_thumbs_slide_up:before,
.item_slider .item_thumbs .item_thumbs_slide_down:before {
  border: 0 solid #5c3795;
  content: "";
  display: block;
  height: 10px;
  margin: 0 auto;
  width: 10px;
}

.item_slider .item_thumbs .item_thumbs_slide_up:before {
  border-left-width: 3px;
  border-top-width: 3px;
  transform: rotate(45deg);
}

.item_slider .item_thumbs .item_thumbs_slide_down:before {
  border-bottom-width: 3px;
  border-right-width: 3px;
  transform: rotate(45deg);
}

.item_slider .item_thumbs .item_thumbs_slide_up.disabled,
.item_slider .item_thumbs .item_thumbs_slide_down.disabled {
  display: none;
}

.item_slider .item_thumbs ul {
  box-sizing: border-box;
  height: 350px;
  overflow: hidden;
}

.item_slider .item_thumbs li {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  height: 80px;
  line-height: 78px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 80px;
  max-width: 100%;
}

#cena-zapros_form .form-err {
  color: red;
  height: 30px;
  text-align: center;
}

#cena-zapros_form .form-err p {
  margin: 0;
}

#cena-zapros_form .form-answ {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  height: 20px;
}

#cena-zapros_form input[type=submit] {
  width: 100%;
  border: none;
  height: 40px;
  box-sizing: border-box;
  border-bottom: 2px solid #452675;
  border-radius: 5px;
  background-color: #5c3795;
  color: #fefefe;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  cursor: pointer;
  line-height: 40px;
  outline: none;
}

.item_slider .item_thumbs li.active {
  border-color: #5c3795;
}

.item_slider .item_thumbs li a {
  display: block;
  height: 100%;
}

.item_slider .item_images li a img,
.item_slider .item_thumbs li a img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

div[id^=wait_comp_] {
  display: none;
}

.kd-section-block-descr.text-ellipsis img,
.kd-section-block-descr.text-ellipsis a {
  display: none;
}

.kd-section-block-descr.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95vw;
  position: relative;
  padding-bottom: 0;
  max-height: 18px;
  opacity: 0.7;
}

.kd-section-block-descr.text-ellipsis * {
  margin: 0;
}

.kd-section-block-descr.text-ellipsis:not(.text-ellipsis_reactive) {
  margin-top: -16px;
}

.kd-section-block-descr.text-ellipsis:after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
}

.kd-section-wrapper-full-link.after-ellipsis {
  width: 95vw;
  margin-bottom: 10px;
}

.kd-section-wrapper-full-link.after-ellipsis a {
  font-size: 16px;
  border-bottom: 1px dashed #000;
}

.kd-line-content-section-wrapper.delimeter-reactive {
  margin-bottom: 28px;
}

/*.sec_v:not(.alph) .kd-lvi-td-atricle-wrap{
	width:60%;
}*/
.preloader {
  background: url("/images/482.gif") no-repeat top center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: none;
}

.subsections {
  clear: both;
}

.subsection__item {
  padding: 10px 0;
}

.subsections-column {
  columns: 3;
}

.subsections-column .subsection__item {
  display: inline-block;
  width: 100%;
  padding-right: 40px;
}

.subsection__item-link {
  color: #550081;
  font-size: 16px;
  text-decoration: underline;
}

form.quick_search {
  float: left;
  position: relative;
  width: 300px;
  margin-right: 10px;
}

form.quick_search input {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  border: 2px solid #5c3795;
  border-radius: 5px;
  outline: none;
  /*font-size: 16px;*/
}

form.quick_search .quick_search_submit {
  position: absolute;
  top: 0;
  right: 0px;
  width: 38px;
  height: 38px;
  border: none;
  background: #5c3795;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

form.quick_search .quick_search_submit:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}

form.quick_search .quick_search_reset {
  display: none;
  position: absolute;
  top: 0;
  right: 38px;
  width: 38px;
  height: 38px;
  border: none;
  cursor: pointer;
  border-top: 2px solid #5c3795;
  border-bottom: 2px solid #5c3795;
  background: #ffffff;
}

form.quick_search .quick_search_reset:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
  color: #5c3795;
}

form.quick_search .quick-search-nothing {
  margin-top: 10px;
  display: block;
}

.search_highlight {
  background-color: rgba(92, 55, 149, 0.31);
}

@media (max-width: 1000px) {
  .subsections-column {
    columns: 2;
  }
}
@media (max-width: 700px) {
  .subsections-column {
    columns: unset;
  }
}
.megawrap-col {
  float: left;
}

.megawrap-col_side {
  width: 340px;
}

.megawrap.megawrap_news .megawrap-col_side,
.megawrap.megawrap_news .megawrap-col_main {
  float: none;
  width: auto;
}

.megawrap_news .filter_btns_wrap {
  display: none;
}

.megawrap-col_side.fixed {
  position: fixed;
  top: 0;
  overflow-y: auto;
  max-height: 100vh;
  z-index: 100;
}

.megawrap-col_side.fixed .bx-filter {
  max-height: 100%;
}

.megawrap-col_main {
  width: calc(100% - 340px);
  padding-left: 35px;
  padding-right: 25px;
  float: right;
}

.filter_btns_wrap {
  width: 340px;
  padding: 15px 18px 0;
  background: #f8f8f8;
  position: sticky;
  bottom: 0;
  z-index: 80;
  box-sizing: border-box;
  box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.06);
}

.megawrap-col_side.fixed .filter_btns_wrap {
  position: sticky;
  bottom: 0;
}

.filter_btns_wrap .bx-filter-button-box .bx-filter-parameters-box-container {
  padding-bottom: 10px;
}

.filter-toggler {
  display: none;
  width: 340px;
  float: left;
  margin-top: 15px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.btn.design_toggler {
  background-color: #5c3795;
  border: 1px solid #5c3795;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  width: 280px;
  padding: 0 20px;
}

.btn.design_toggler:hover {
  background-color: #fff;
  color: #5c3795;
}

.kd-lvi-td-labels-wrap .kd-help-block.labels {
  top: 1px;
}
.kd-lvi-td-labels-wrap-block {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .megawrap-col_side {
    display: none;
  }
  .megawrap-col_main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .megawrap-col_main .catalog-sorting {
    width: 100%;
    flex-wrap: wrap;
    float: right;
    margin-bottom: 45px;
  }
  .catalog-sorting .catalog-sorting-input {
    min-width: 200px;
  }
  .filter-toggler {
    display: block;
  }
  .megawrap {
    position: relative;
  }
  .megawrap-col_side.opened {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .megawrap-col_side.opened.fixed {
    position: fixed;
    top: 0;
  }
  html.bx-ios .megawrap-col_side.opened.fixed {
    height: calc(100% - 60px);
  }
  /*.megawrap-col_side.opened .bx-filter .bx-filter-title {
      display: none;
  }*/
  .megawrap-col_side.opened .bx-filter-section {
    padding-top: 0;
  }
  .megawrap-col_side.opened.fixed .bx-filter-section {
    border-top: none;
    padding-top: 0;
  }
  .megawrap-col_side.opened .bx-filter .bx-filter-title {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .megawrap-col_side.opened .js-filter-toggler:before {
    transform: rotate(180deg);
  }
  .megawrap-col_side.opened ~ .megawrap-col_main .filter-toggler {
    display: none;
  }
  .js-filter-toggler {
    position: relative;
    cursor: pointer;
  }
  .js-filter-toggler:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/kd/show_block-but.png);
    width: 12px;
    height: 7px;
  }
  .megawrap-col_side.opened ~ .megawrap-col_main .js-filter-toggler:before {
    transform: rotate(180deg);
  }
  body.filter-opened {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .megawrap-col_side.opened.fixed .bx-filter .bx-filter-title {
    position: fixed;
    width: 340px;
    left: 10px;
    z-index: 10;
    background: #f8f8f8;
  }
  .megawrap-col_side.opened.fixed .acs-toggler__fieldset-wrap {
    margin-top: 75px;
  }
  .js-filter-toggler:before {
    right: 15px;
  }
  .megawrap-col_side.opened .js-filter-toggler:before {
    right: 0;
  }
  .megawrap-col_side.opened.fixed .js-filter-toggler:before {
    right: 21px;
  }
  .kd-lvi-td-labels-wrap .kd-help-block-text-to_left {
    transform: translateY(16px) translateX(184px);
  }
  .kd-lvi-td-labels-wrap .kd-help-block-text-to_left::before {
    right: 171px;
  }
}
@media (max-width: 620px) {
  .filter_btns_wrap {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
  }
  .megawrap-col_side.opened.fixed .bx-filter .bx-filter-title {
    width: calc(100% - 20px);
  }
  form.quick_search {
    margin-top: 10px;
    width: 100%;
  }
}
.b-add-all-to-basket {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 15px;
}

.b-add-all-to-basket a {
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  color: #550d81;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
}

.js-product-row {
  float: left;
  display: none;
}

.js-product-row td {
  display: block;
}

@media screen and (max-width: 768px) {
  .js-product-row {
    display: block;
    width: 40%;
  }
  #productlist table.kd-last_viewed_items tr.kd-product-analog-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    margin-top: 12px;
    margin-bottom: 6px;
  }
  #productlist table.kd-last_viewed_items .kd-lvi-td-analog-title {
    display: none;
  }
  #productlist table.kd-last_viewed_items .kd-lvi-td-analog-title-mobile {
    display: block;
    padding-left: 0px;
  }
  #productlist .kd-last_viewed_items .kd-product-block.hide-offers-mob {
    width: 60%;
    float: right;
    display: none;
    margin-top: 25px;
    justify-content: flex-end;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item {
    display: none;
    width: 100%;
    margin-top: 6px;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item .kd-lvi-td-name-numb_new {
    white-space: normal;
    padding-bottom: 12px;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item .kd-lvi-td-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: none;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item .kd-lvi-td-price-wrap > div {
    margin: 0;
  }
  #productlist .kd-last_viewed_items .js-product-row + .kd-product-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-atricle-wrap {
    display: none;
  }
  .js-product-row ~ .kd-product-block.kd-product-analog-block-item .kd-lvi-td-atricle-wrap {
    display: block;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-pack {
    display: none;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-to_bask-wrap {
    margin-left: 50px;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-count-wrap {
    margin-left: 50px;
  }
  .js-product-row .jq-selectbox__select {
    max-width: 240px;
    height: 30px;
  }
  .js-product-row .jq-selectbox__select-text {
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
  }
  .js-product-row .jq-selectbox__select-text:before {
    right: 12px;
    top: 12px;
  }
  .js-product-row .jq-selectbox__dropdown {
    max-width: 240px;
    margin-top: 0;
  }
  .js-product-row .jq-selectbox li {
    padding: 4px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .js-product-row ~ .kd-product-block .kd-lvi-td-to_bask-wrap {
    margin-left: 20px;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-count-wrap {
    margin-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .js-product-row {
    width: 100%;
  }
  #productlist .kd-last_viewed_items .js-product-row ~ .kd-product-block {
    width: 100%;
    float: left;
    justify-content: flex-start;
    margin-top: 8px;
  }
}
@media screen and (max-width: 350px) {
  .js-product-row ~ .kd-product-block .kd-lvi-td-count-wrap {
    margin-left: 0;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-to_bask-wrap {
    margin-left: 25px;
  }
  #productlist .kd-last_viewed_items .js-product-row ~ .kd-product-block {
    justify-content: space-between;
  }
}
.collapse_products.hide_after ~ * {
  display: none !important;
}

.collapse_products_btn {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #5c3795;
  text-decoration: underline;
}

.collapse_products_btn:after {
  content: "";
  position: absolute;
  right: 0;
  background-position: center;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/kd/show_block-but.png);
}

.collapse_products:not(.hide_after) .collapse_products_btn:after {
  transform: rotate(180deg);
}

td.kd-lvi-pack {
  max-width: 400px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */

/*.kd-other-content-title.kd-other-content-title-btn .kd-other-show {width:279px;}*/

.filtres:after {
  display:block;
  clear:both;
  content:"";
}
.toggle_filter{
  float:right;
}
.filter-hide {
  width:50px;
  height:42px;
  background-color: #F2F2F2;
  /*margin-right: 10px;*/
  float:left;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  top: -10px;
}
.filter-hide:hover {
  background: #5C3795;
  border-color: #5C3795
}
.filter-hide:before {
  content:"";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/kd/show_block-but.png);
  position:absolute;
  left:0; top:0;
  right:0; bottom:0;
  transform: rotate(90deg);
}
.filter-hide:hover:before {
  background-image: url(/images/kd/show_block-but-active.png);
  transform: rotate(-90deg);
}
.filter-hide.invisible:before {
  background-image: url(/images/kd/hide_block-but.svg);
  transform: rotate(0deg);
}
.filter-hide.invisible:hover:before {
  background-image: url(/images/kd/hide_block-but-active.svg);
}

@media (max-width: 1024px) {
  .filter-hide {display:none;}
  .kd-other-content-title.kd-other-content-title-btn .kd-other-show { width: 339px}
}

/* End */
/* /local/templates/diam/components/bitrix/news/video_new/bitrix/news.detail/.default/style.css?16692723345437 */
/* /embed/player/styles/style.css?166928081916893 */
/* /local/templates/diam/components/bitrix/catalog.section/new_cat/style.css?177744953145319 */
