:root {


    --color-new--black: #333333;
    --color-new--yellow: #FEC80A;

    --main-color: #FEC80A;
    --main-bg-color: #383133;
    --main-text-color: #FFFFFF;
    --alt-text-color: #828282;
    --placeholder-bg-color: #828282;
    --placeholder-text-color: #aaaaaa;
    --popup-bg-color: #FFFFFF;
    --popup-text-color: #383133;
    --scrollbar-color: #000000;
    --stock-color-hight: #008705;
    --stock-color-none: #828282;
    --rate-bg-color: #b9b9b9;
    --rate-color: #FEC80A;
}

/* .########..##........#######...######..##....##......####.......########.....###.....######...########
/* .##.....##.##.......##.....##.##....##.##...##......##..##......##.....##...##.##...##....##..##......
/* .##.....##.##.......##.....##.##.......##..##........####.......##.....##..##...##..##........##......
/* .########..##.......##.....##.##.......#####........####........########..##.....##.##...####.######..
/* .##.....##.##.......##.....##.##.......##..##......##..##.##....##........#########.##....##..##......
/* .##.....##.##.......##.....##.##....##.##...##.....##...##......##........##.....##.##....##..##......
/* .########..########..#######...######..##....##.....####..##....##........##.....##..######...######## */
.dlpv-block {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 70px 0;
}

.dlpv-page {
    color: var(--main-bg-color);
    padding: 10px;
    margin: 20px 0;
}

.dlpv-block__header,
.dlpv-page__header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.dlpv-block__title,
.dlpv-page__title {
    font-size: 30px;
    line-height: 37px;
    color: var(--color-new--black);
    margin-right: 68px;
}

.dlpv-block__title SPAN,
.dlpv-page__title SPAN {
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
    color: var(--color-new--black);
    margin-left: 22px;
}

.dlpv-block__widget > DIV,
.dlpv-page__widget > DIV {
    display: block!important;
}

.dlpv-block__link {
    color: #7B7778;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s all ease-in-out;
}

.dlpv-block__link:hover,
.dlpv-block__link:focus{
    color: #FEC80A;
}

.dlpv-block__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.dlpv-block__list__first{
    height: auto;
    display: flex;
    flex-direction: column;
    width: 410px;
}

.dlpv-block__list__first a.dlpv-block__video{
    width: 100%;
    margin: unset;
    height: 100%;
}

.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-thumb{
    height: 231px;
    margin: unset;
}

.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-info{
    background-color: #fff;
    height: calc(100% - 260px);
    padding: 18px 10px;
}

.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-name{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: var(--color-new--black);transition: .3s all ease-in-out;
}

.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-name:hover{
    color: #FEC80A;
}

.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-date{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
    margin: 15px 0;
}

.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-descr{
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #828282;
}

.dlpv-block__list--right{
    width: calc(100% - 440px + 30px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.dlpv-block__list--right a.dlpv-block__video{
    max-width: calc((100% / 3) - 30px);
    width: 100%;
    margin: 0 15px 30px;
}

.dlpv-block__list--right a.dlpv-block__video .dlpv-block__video-thumb{
    width: 100%;
    margin: unset;
    background-size: cover;
}
.dlpv-block__list--right a.dlpv-block__video .dlpv-block__video-name{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #383133;
    transition: .3s all ease-in-out;
    margin: 15px 0 8px;
}

.dlpv-block__list--right a.dlpv-block__video:hover .dlpv-block__video-name,
.dlpv-block__list--right a.dlpv-block__video:focus .dlpv-block__video-name{
    color: #FEC80A;
}

.dlpv-block__list--right a.dlpv-block__video .dlpv-block__video-date{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
}

.dlpv-block__empty,
.dlpv-page__empty {
    margin: 20px auto;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: var(--alt-text-color);
}

.dlpv-block__video-thumb,
.dlpv-page__video-thumb {
    margin-bottom: 10px;
    height: 127px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    background-color: var(--main-color);
}

.dlpv-block__video-thumb::after,
.dlpv-page__video-thumb::after {
    content: "";
    background-image: url('../img/play-icon.svg');
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 250ms linear;
}
.dlpv-block__video:hover .dlpv-block__video-thumb::after,
.dlpv-page__video:hover .dlpv-page__video-thumb::after {
    opacity: 1;
}
.dlpv-block__video--placeholder .dlpv-block__video-thumb,
.dlpv-page__video--placeholder .dlpv-page__video-thumb {
    background-color: var(--main-color);
}
.dlpv-block__video--placeholder .dlpv-block__video-thumb::after,
.dlpv-page__video--placeholder .dlpv-page__video-thumb::after {
    display: none;
}

.dlpv-page__video-name {
    margin-bottom: 10px;
    color: var(--main-bg-color);
    transition: color 250ms linear;
}

.dlpv-block__video-date,
.dlpv-page__video-date {
    color: var(--alt-text-color);
}
.dlpv-block__video--placeholder .dlpv-block__video-date,
.dlpv-page__video--placeholder .dlpv-page__video-date {
    height: 15px;
    width: 50%;
    border-radius: 2px;
    background-color: var(--placeholder-bg-color);
}
.dlpv-block__video-date.dlpv-block__video-date--filled,
.dlpv-page__video-date.dlpv-page__video-date--filled {
    height: auto;
    width: auto;
    border-radius: 0;
    background-color: transparent;
}

/* .########...#######..########.....###....########.
/* .##.....##.##.....##.##.....##...##.##...##.....##
/* .##.....##.##.....##.##.....##..##...##..##.....##
/* .########..##.....##.########..##.....##.########.
/* .##........##.....##.##........#########.##.......
/* .##........##.....##.##........##.....##.##.......
/* .##.........#######..##........##.....##.##....... */

.dlpv-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--main-bg-color);
    opacity: 0;
    pointer-events: none;
    transition: opacity 150ms linear;
    z-index: 1000;
}

@media screen and (max-width: 1024px) {
    .dlpv-popup {
        background: #FFF !important;
    }
}

.dlpv-popup.dlpv-popup--open {
    opacity: 1;
    pointer-events: initial;
}

.dlpv-popup__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: 1220px;
    max-height: 670px;
    min-width: 300px;
    min-height: 340px;
    background: var(--popup-bg-color);
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transition: transform 250ms ease-out, opacity 250ms ease-out;
}

@media screen and (max-width: 1024px) {
    .dlpv-popup--open .dlpv-popup__box {
        max-height: 100%;
    }
}

.dlpv-popup--open .dlpv-popup__box {
    opacity: 1;
    pointer-events: initial;
    transform: translate(-50%, -50%);
}

.dlpv-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.75);
    z-index: 2;
}

.dlpv-popup__close:hover .dlpv-popup__close-icon {
    transform: rotate(270deg);
}

.dlpv-popup__close-icon {
    background: url("../img/close.svg") 0 0 no-repeat;
    width: 16px;
    height: 16px;
    transition: transform 250ms ease-in-out;
}

.dlpv-popup__close-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: var(--alt-text-color);
    margin-top: 8px;
}

.dlpv-popup__content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.dlpv-popup__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dlpv-popup__loader-icon {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: var(--main-color);
    animation: loaderAnim 0.7s linear infinite alternate forwards;
    opacity: 1;
}

.dlpv-popup__loader-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--alt-text-color);
    margin-top: 10px;
}

@keyframes loaderAnim {
    to {
        opacity: 0.75;
        transform: scale3d(1.5, 1.5, 1);
    }
}



/* .########..#######..########..##.....##
/* .##.......##.....##.##.....##.###...###
/* .##.......##.....##.##.....##.####.####
/* .######...##.....##.########..##.###.##
/* .##.......##.....##.##...##...##.....##
/* .##.......##.....##.##....##..##.....##
/* .##........#######..##.....##.##.....## */

.dlpv-form {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
.dlpv-form__not-found {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
    color: var(--main-color);
}
.dlpv-form__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--popup-text-color);
}
.dlpv-form__product{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}
.dlpv-form__product-list{
    flex-grow: 1;
}
.dlpv-form__product-item{
    display: none;
}
.dlpv-form__product-item._active{
    display: block;
}
.dlpv-form__product-item__block{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.dlpv-form__gallery {
    flex-grow: 1;
}
.dlpv-form__info {
    width: 270px;
    min-width: 270px;
    flex-grow: 0;
    overflow: hidden;
    margin-left: 40px;
    margin-right: 40px;
}
.dlpv-form__gallery-main {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    display: block;
}
.dlpv-form__gallery-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dlpv-form__gallery-image {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.dlpv-form__gallery-thumbs {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dlpv-form__gallery-thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin: 10px 5px;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: content-box;
}
.dlpv-form__gallery-thumb--video {
    position: relative;
}
.dlpv-form__gallery-thumb--video::after {
    content: "";
    background-image: url(../img/play-icon.svg);
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dlpv-form__gallery-thumb--selected {
    border-color: var(--main-color);
    cursor: default;
}
.dlpv-form__gallery-thumb IMG {
    width: 60px;
    height: 60px;
    display: block;
}
.dlpv-form__sku {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--main-text-color);
    background: var(--main-color);
    border-radius: 4px;
    padding: 2px 10px 2px;
    display: inline-block;
}
.dlpv-form__stock {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.dlpv-form__stock-high {
    color: var(--stock-color-hight);
}
.dlpv-form__stock-none {
    color: var(--stock-color-none);
}
.dlpv-form__rate {
    margin: 8px 0 20px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.dlpv-form__rate-value {
    height: 5px;
    width: 90px;
    margin-left: -3px;
    background-image: repeating-linear-gradient(to right, transparent, transparent 3px, var(--rate-bg-color) 3px, var(--rate-bg-color) 15px, transparent 15px, transparent 18px);
}
.dlpv-form__rate-line {
    height: 5px;
    background-image: repeating-linear-gradient(to right, transparent, transparent 3px, var(--rate-color) 3px, var(--rate-color) 15px, transparent 15px, transparent 18px);
}
.dlpv-form__rate-count {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--alt-text-color);
}
.dlpv-form__rate-count SVG {
    margin-right: 5px;
    width: 16px;
    height: 14px;
}
.dlpv-form__prices {
    padding-left: 10px;
}
.dlpv-form__compare-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through;
    color: var(--alt-text-color);
    margin-bottom: 3px;
}
.dlpv-form__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--popup-text-color);
}
.dlpv-form__button {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: var(--main-text-color);
    background: var(--main-color);
    border-radius: 5px;
    padding: 15px 10px;
    display: inline-block;
    position: relative;
}
.dlpv-form__button::before {
    content: "";
    position: absolute;
    left: 10%;
    width: 80%;
    height: 30px;
    background: #FFFFFF;
    opacity: 0;
    filter: blur(30px);
    z-index: 0;
    transition: opacity 200ms linear, transform 200ms linear;
}
.dlpv-form__button::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 31.29%, #FFFFFF 80.92%, rgba(255, 255, 255, 0) 103.57%);
    opacity: 0.9;
    z-index: 1;
    transform: scaleX(0);
    transition: transform 100ms linear;
}
.dlpv-form__button:hover::before {
    opacity: 0.5;
    transform: translateY(0);
}
.dlpv-form__button:hover::after {
    transform: scaleX(1);
}
.dlpv-form__button:active {
    transform: translateY(2px);
    margin-bottom: 2px;
}

/* ..######..####.##.....##.########..##.......########.########.....###....########.
/* .##....##..##..###...###.##.....##.##.......##.......##.....##...##.##...##.....##
/* .##........##..####.####.##.....##.##.......##.......##.....##..##...##..##.....##
/* ..######...##..##.###.##.########..##.......######...########..##.....##.########.
/* .......##..##..##.....##.##........##.......##.......##.....##.#########.##...##..
/* .##....##..##..##.....##.##........##.......##.......##.....##.##.....##.##....##.
/* ..######..####.##.....##.##........########.########.########..##.....##.##.....## */

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}

.simplebar-content::before,
.simplebar-content::after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 20px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    top: 20px;
    bottom: 20px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

.simplebar-scrollbar {
    position: absolute;
    right: 7px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar::before {
    position: absolute;
    content: "";
    background: var(--scrollbar-color);
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

[data-simplebar-direction="rtl"] .simplebar-track .simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

/* START Множественный список*/
.dlpv-form__info{
    margin-top: 44px;
}
.dlpv-form__item {
    background: #FAFAFA;
    padding: 17px 15px 15px;
    margin: 0 0 20px;
    cursor: pointer;
}
.dlpv-form__item._active{
    border: 1px solid #CCC;
    padding: 16px 14px 14px;
}
.dlpv-item_title{
    margin: 0 0 8px;
    line-height: 1.3;
    max-height: 40px;
    overflow: hidden;
    font-weight: 600;
}
.dlpv-form__middle{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: end;
}
.dlpv-form__bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    align-items: center;
}
.dlpv-form__button{
    color: var(--main-text-color);
    background: var(--main-color);
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
}

.dlpv-form__sku{
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    margin-right: 20px;
    background: none;
    color: #000;
    padding-left: 0;
}
.dlpv-form__prices{
    padding-left: 0;
}
.dlpv-form__stock{
    display: inline-block;
    white-space: nowrap;
}

/* END Множественный список*/


/* .##.....##.########.########..####....###...
/* .###...###.##.......##.....##..##....##.##..
/* .####.####.##.......##.....##..##...##...##.
/* .##.###.##.######...##.....##..##..##.....##
/* .##.....##.##.......##.....##..##..#########
/* .##.....##.##.......##.....##..##..##.....##
/* .##.....##.########.########..####.##.....## */

@media screen and (max-height: 1024px) {
    .dlpv-popup__box {
        height: calc(100% - 20px);
    }
    .dlpv-popup__close {
        flex-direction: row;
    }
    .dlpv-popup__close-text {
        margin-top: 0;
        margin-left: 10px;
    }
}

@media screen AND (max-width: 1240px) {
    .dlpv-block--internal .dlpv-block__video {
        margin-left: 9px;
    }
    .dlpv-page__list {
        margin-left: -9px;
    }
    .dlpv-page__video {
        margin-left: 9px;
    }
}

@media screen AND (max-width: 1000px) {
    .dlpv-block--internal .dlpv-block__video {
        margin-left: 8px;
    }
    .dlpv-page__list {
        margin-left: -8px;
    }
    .dlpv-page__video {
        margin-left: 8px;
    }
}

@media screen AND (max-width: 960px) {
    .dlpv-form__info {
        width: 240px;
        min-width: 240px;
        flex-grow: 0;
        overflow: hidden;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen AND (max-width: 760px) {
    .dlpv-block--internal .dlpv-block__video {
        margin-left: 5px;
        margin-right: 5px;
        width: calc(50% - 10px);
    }
    .dlpv-block--internal .dlpv-block__video-thumb {
        height: 0;
        padding-bottom: 52.6%;
        background-color: var(--placeholder-bg-color);
    }
    .dlpv-page__list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .dlpv-page__video {
        margin-left: 5px;
        margin-right: 5px;
        width: calc(50% - 10px);
    }
    .dlpv-page__video-thumb {
        height: 0;
        padding-bottom: 52.6%;
        background-color: var(--main-color);
    }
}

@media screen AND (max-width: 720px) {
    .dlpv-form__info {
        width: 180px;
        min-width: 180px;
        flex-grow: 0;
        overflow: hidden;
        margin-left: 10px;
        margin-right: 10px;
    }
    .dlpv-form__middle {
        flex-wrap: wrap;
    }
    .dlpv-form__rate {
        justify-content: flex-start;
    }
    /*.dlpv-form__bottom {
        flex-wrap: wrap;
    }*/
    /*.dlpv-form__prices{
        margin-bottom: 9px;
    }*/
    .dlpv-popup__close {
        padding: 6px;
    }

}

@media screen AND (max-width: 1024px) {
    .dlpv-popup__box {
        height: 100%;
        width: 100%;
        background: transparent;
    }
    .dlpv-popup__close {
        padding: 7px;
        border-radius: 13px;
    }
    .dlpv-popup__close-icon {
        width: 12px;
        height: 12px;
        background-size: cover;
    }
    .dlpv-popup__close-text {
        display: none;
    }
    .dlpv-popup__content {
        padding: 10px;
    }
    .dlpv-form__name {
        padding-right: 30px;
    }
    .dlpv-form__product {
        flex-direction: column;
    }
    .dlpv-form__gallery-thumbs {
        justify-content: flex-end;
    }
    .dlpv-form__gallery-thumb {
        width: 10px;
        min-width: 10px;
        height: 10px;
        min-height: 10px;
        border-radius: 2px;
        margin: 10px;
        background-color: var(--placeholder-bg-color);
        border-color: var(--placeholder-bg-color);
    }
    .dlpv-form__gallery-thumb--selected {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }
    .dlpv-form__gallery-thumb IMG {
        display: none;
    }
    .dlpv-form__gallery-thumb--video::after {
        display: none;
    }
    .dlpv-form__info {
        margin: 0 -10px;
        width: auto;
        flex-grow: 0;
        overflow: hidden;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .dlpv-form__rate {
        margin-right: auto;
    }
    .dlpv-form__prices {
        padding: 0;
    }
    .dlpv-form__button {
        display: block;
        width: 110px;
        max-width: 300px;
        text-align: center;
    }
    .dlpv-form__gallery{
        width: 100%;
    }
}

@media screen AND (max-width: 500px) {
    .dlpv-block__header,
    .dlpv-page__header {
        flex-wrap: wrap;
    }

    .dlpv-block__header > DIV,
    .dlpv-page__header > DIV {
        width: auto;
    }

    .dlpv-block__header > DIV.dlpv-block__title,
    .dlpv-page__header > DIV.dlpv-page__title {
        margin-right: auto;
    }

    .dlpv-block__header > DIV.dlpv-block__widget,
    .dlpv-page__header > DIV.dlpv-page__widget {
        margin-right: 0;
    }

    .dlpv-block__link {
        line-height: 40px;
    }

    .dlpv-block__video,
    .dlpv-page__video {
        margin-left: 5px;
        margin-right: 5px;
        width: calc(50% - 10px);
    }
    .dlpv-block__video-thumb,
    .dlpv-page__video-thumb {
        height: 0;
        padding-bottom: 52.6%;
        background-color: var(--main-color);
    }
}

.dlpv-block__link--mobile{
    display: none;
}

@media screen and (max-width: 1100px){
    .dlpv-block__list--right{
        width: calc(100% - 430px + 20px);
        margin: 0 -10px;
    }

    .dlpv-block__list--right a.dlpv-block__video:nth-child(n + 5){
        display: none;
    }

    .dlpv-block__list--right a.dlpv-block__video{
        max-width: calc((100% / 2) - 20px);
        width: 100%;
        margin: 0 10px 20px;
    }

}

@media screen and (max-width: 870px){
    .dlpv-block__list__first{
        width: 450px;
    }

    .dlpv-block__list--right{
        width: calc(100% - 470px + 20px);
        margin: 0 -10px;
    }

    .dlpv-block__list--right a.dlpv-block__video:nth-child(n + 3){
        display: none;
    }

    .dlpv-block__list--right a.dlpv-block__video{
        max-width: calc((100% / 1) - 20px);
        width: 100%;
        margin: 0 10px 20px;
    }

    .dlpv-block__link{
        display: none;
    }

    .dlpv-block__link--mobile{
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: var(--alt-text-color);
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        transition: .3s all ease-in-out;
    }

    .dlpv-block__link--mobile svg{
        stroke: var(--alt-text-color);
        width: 50px;
        height: 11px;
        margin-left: 14px;
        transition: .3s all ease-in-out;
    }

    .dlpv-block__link--mobile:hover,
    .dlpv-block__link--mobile:focus{
        color: #FEC80A;;
    }

    .dlpv-block__link--mobile:hover svg,
    .dlpv-block__link--mobile:focus svg{
        transform: translateX(10px);
    }

}

@media screen and (max-width: 700px){
    .dlpv-block__list__first{
        width: 350px;
    }

    .dlpv-block__list--right{
        width: calc(100% - 370px + 20px);
        margin: 0 -10px;
    }
}

@media screen and (max-width: 600px){
    .dlpv-block{
        margin: 50px 0;
    }
    .dlpv-block__list{
        flex-direction: column;
    }

    .dlpv-block__list__first{
        width: 100%;
        margin-bottom: 20px;
    }

    .dlpv-block__list--right{
        width: 100%;
        margin: unset;
    }

    .dlpv-block__list--right a.dlpv-block__video{
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px;
    }

    .dlpv-block__list--right a.dlpv-block__video:nth-child(2){
        margin: unset;
    }

    .dlpv-block__list--right a.dlpv-block__video .dlpv-block__video-thumb{
        height: 231px;
    }

}


/* START Mobile*/
.dlpv-form__info._mobile{
    display: flex;
}
.dlpv-form__info._mobile .dlpv-form__item{
    width: 100%;
    margin-bottom: 0;
}
.dlpv-form__info._mobile .dlpv-form__item._active{
    border-color: var(--main-color);
}
.dlpv-form__info._mobile:not(._one) .dlpv-form__item{
    width: 260px;
    height: 100%;
}
.dlpv-form__info._mobile:not(._one) .owl-stage{
    display: flex;
    align-items: stretch;
}
.dlpv-form__gallery._mobile .dlpv-form__gallery-item{
    /*height: 200px;*/
    position: relative;
}
.dlpv-form__gallery._mobile .dlpv-form__gallery-fon{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.dlpv-form__gallery._mobile .owl-dot > span{
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    border-radius: 2px;
    margin: 10px;
    background-color: var(--placeholder-bg-color);
    border-color: var(--placeholder-bg-color);
}
.dlpv-form__gallery._mobile .owl-dots{
    margin-top: 12px;
    margin-bottom: 5px;
}
.dlpv-form__gallery._mobile .owl-dot.active > span{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.dlpv-block._mobile .dlpv-block__video-info{
    display: none;
}
/* END Mobile*/

/* START Filter*/
.dlpv-page__sidebar-filter-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dlpv-page__sidebar-filter-item {
    margin-bottom: 10px;
}

.dlpv-page__sidebar-filter-actions {
    margin-top: 25px;
}

.dlpv-page__sidebar-filter-label span {
    padding-left: 5px;
}

.dlpv-page__content {
    display: flex;
    flex-wrap: wrap;
}

.dlpv-page__sidebar {
    width: 250px;
    margin-right: 30px;
}

.dlpv-page__main {
    flex: 1;
    min-width: 300px;
}

.dlpv-page__sidebar-filter-actions {
    margin-top: 20px;
}

.dlpv-page__sidebar-filter-reset {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.dlpv-page__filter-toggle {
    display: none;
    width: 100%;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: bold;
}

.dlpv-page__filter-toggle:after {
    content: "▼";
    margin-left: 10px;
    font-size: 12px;
}

.dlpv-page__filter-toggle.active:after {
    content: "▲";
}

@media (max-width: 768px) {
    .dlpv-page__content {
        flex-direction: column;
    }
    
    .dlpv-page__filter-toggle {
        display: block;
    }
    
    .dlpv-page__sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .dlpv-page__sidebar-filters {
        display: none;
    }
    
    .dlpv-page__main {
        width: 100%;
    }
}
/* END Filter*/
