

/* Start:/local/templates/vapse/css/main/index-new.css?178423211916645*/

.promo__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.promo-big .swiper {
    height: 100%;
}
.promo-big {
    max-width: 1192px;
    width: 74%;

}
.promo-big .swiper-slide {
    border-radius: 48px;
    box-sizing: border-box;
    padding: 67px 73px 54px;
    background: #FFF0DE;
    overflow: hidden;
}
.promo-big .swiper-slideg::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #363d49 0, rgba(54, 61, 73, 0) 84.18%);
    z-index: 1;
}
.promo-big__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.promo-big__btn {
    margin-top: auto;
}
.promo-big,
.promo-big__wrap {
    position: relative;
    z-index: 10;
}
.promo-big__title {
    color: #202732;
    margin-bottom: 35px;
}
.promo-big__items {
    display: flex;
    max-width: 610px;
    margin-bottom: 62px;
}
.promo-big__item {
    max-width: 33.333%;
}
.promo-big__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #f4f4f4;
    margin-bottom: 8px;
}
.promo-big__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #8d839f;
}
.promo-big__image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.promo-big__image img,
.promo-big__image picture {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.promo-big__star img:last-child {
    display: none;
}
.promo-big__star {
    position: absolute;
    width: 389px;
    height: 130px;
    left: calc(50% - 322px);
    bottom: 0;
}
.promo-big__star-desc {
    -webkit-animation: rotateStar 100s linear infinite;
    animation: rotateStar 100s linear infinite;
}
.promo-big__btn.btn svg,
.promo-big__subtitle {
    display: none;
}
@media (max-width: 1600px) {
    .promo-big .swiper-slide{
        padding: 65px 40px 54px;
    }
}
@media (max-width: 1430px) {
    .promo-big .swiper-slide{
        padding: 50px 25px;
    }
    .promo-big {
        width: calc(100% - 370px);
    }
    .promo-big__items {
        max-width: 520px;
        margin-bottom: 45px;
    }
    .promo-big__star {
        left: calc(50% - 220px);
    }
    .promo-big__caption {
        font-size: 18px;
    }
    .promo-big__desc {
        font-size: 15px;
    }
}
@media (max-width: 1320px) {
    .promo-big .swiper-slide{
        padding: 34px 25px;
        border-radius: 32px;
    }
    .promo-big__star {
        left: calc(50% - 150px);
        width: 300px;
        height: 100px;
    }
}
@media (max-width: 1190px) {
    .promo-big .swiper-slide::before {
        width: 120px;
    }
    .promo-big__title {
        margin-bottom: 24px;
    }
    .promo-big__caption {
        font-size: 17px;
    }
    .promo-big__desc {
        font-size: 14px;
    }
    .promo-big__items {
        max-width: 500px;
        margin-bottom: 32px;
    }
}
@media (max-width: 1010px) {
    .promo-big {
        width: 100%;
        margin-bottom: 60px;
    }
}
@media (max-width: 760px) {
    .promo-big .swiper-slide {
        padding: 40px 42px;
        border-radius: 24px;
    }
    .promo-big__title.promo-big__title {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .promo-big__subtitle {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 125%;
        color: #f4f4f4;
        margin-bottom: 121px;
    }
    .promo-big__btn.btn span,
    .promo-big__items {
        display: none;
    }
    .promo-big__btn.btn {
        padding: 13px;
        width: 50px;
        height: 50px;
    }
    .promo-big__btn.btn,
    .promo-big__btn.btn::before {
        border-radius: 8px;
    }
    .promo-big__btn.btn::after {
        border-radius: 9px;
    }
    .promo-big__btn.btn svg {
        display: block;
    }
    .promo-big__btn.btn svg * {
        transition: all 0.3s;
    }
    .promo-big__btn.btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .promo-big__image {
        height: calc(100% - 65px);
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .promo-big__image img,
    .promo-big__image picture {
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto;
        width: 100%;
    }
    .promo-big__star {
        display: none;
    }
    .promo-big__star img:first-child {
        display: none;
    }
    .promo-big__star img:last-child {
        display: block;
    }
}
.promo-small {
    max-width: 375px;
    width: 24%;
    height: 400px;
    position: relative;
}
.promo-small__swiper {
    height: 100%;
    overflow: hidden;
    border-radius: 48px;
}
.promo-small__slide {
    border-radius: 48px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.promo-big .swiper-slide {

    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.promo-small__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #EA4C2F;
    border-radius: 48px;
    transform: scale(0.85);
    transition: all 0.6s ease-in-out;
}
.promo-big .swiper-slide.swiper-slide-active,
.promo-small__slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__img,
.promo-small__slide.swiper-slide-active::before {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__title {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}

.promo-small__slide.swiper-slide-active .promo-small__btn {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__btn {
    color: #202732;
}
.promo-small__slide.swiper-slide-active .promo-small__btn:after,
.promo-small__slide.swiper-slide-active .promo-small__btn:before {
    background: #ffffff;
}
.promo-small__slide .promo-small__btn:hover:after {
    background: #414141;
}
.promo-small__slide .promo-small__btn:hover {
    color: #ffffff;
}
.promo-small__item,
.promo-small__slide {
    position: relative;
    height: 100%;
}
.promo-small__img {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.promo-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
.promo-small__icon,
.promo-small__title {
    transform: translateX(25px);
    transition: all 0.6s ease-in-out;
}
.promo-small__title {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    opacity: 0;
}
.promo-small__icon {
    position: absolute;
    width: 142px;
    height: 188px;
    left: 57px;
    top: 43px;
}
.promo-small__wrap {
    padding: 60px 50px;
    position: relative;
    z-index: 10;
}
.promo-small__btn {
    margin-top: 152px;
    transform: translateX(25px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.promo-small__btn svg {
    display: none;
}
.promo-small .swiper-wrapper * {
    box-sizing: border-box;
}

.promo-small__slide.black::before {
    background: #EA4C2F;
}
.promo-small__slide.black .promo-small__title {
    color: #ffffff;
}
.promo-small__slide.black .promo-small__icon {
    display: none;
}
.promo-small__slide.black .promo-small__btn {
    margin-top: 20px;
}
.promo-small__slide.black .promo-small__img {
    height: 400px;
    left: 180px;
    bottom: -45px;
}
.promo-small__sub-title {
    max-width: 162px;
    margin-top: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
}
@media (max-width: 1010px) {
    .promo-small__slide.black .promo-small__wrap {
        align-content: flex-start;
        flex-direction: column;
    }
    .promo-small__wrap {
        flex-direction: column;
    }
    .promo-small__slide.black::before,
    .promo-small__slide::before {
        background: #FFF0DE;
    }
    .promo-small__slide.black .promo-small__title,
    .promo-small__sub-title,
    .promo-small__title {
        color: #202732;
    }
    .promo-small__slide.black .promo-small__btn {
        width: 50px;
        height: 50px;
    }
    .promo-small__slide.black .promo-small__btn span {
        display: none;
    }
    .promo-small__slide.swiper-slide-active .promo-small__btn {
        padding: 0;
    }
}
@media (max-width: 760px) {
    .promo-small__sub-title {
        max-width: 130px;
        margin-top: 10px;
        font-size: 16px;
    }
    .promo-small__slide.black  .promo-small__wrap {
        padding: 40px 35px;
    }
    .promo-small__slide.black .promo-small__btn {
         padding: 13px;
         border-radius: 8px;
         width: auto;
        height: 50px;
    }
    .promo-small__slide.black .promo-small__btn {
        width: 50px;
        height: 50px;
    }
    .promo-small__slide.black .promo-small__btn span {
        display: none;
    }
    .promo-small__slide.black .promo-small__img {
        height: 290px;
        left: 140px;
        bottom: -35px;
    }
}
.footer__menu ul li:last-child,
.promo-big .swiper-pagination-bullet:last-child,
.promo-small .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
@media (max-width: 1720px) {
    .promo-small .swiper-pagination {
        height: auto;
        right: 0;
        top: auto;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-content: normal;
        bottom: -30px;
        justify-content: center;
    }
    .promo-big .swiper-pagination-bullet,
    .promo-small .swiper-pagination-bullet {
        margin-bottom: 0;
        margin-right: 14px;
    }
    .promo-big .swiper-pagination-bullet:last-child ,
    .promo-small .swiper-pagination-bullet:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }
}
@media (max-width: 1600px) {
    .promo-small__wrap {
        padding: 50px 40px;
    }
    .promo-small__btn {
        margin-top: 160px;
    }
}
@media (max-width: 1430px) {
    .promo-small {
        width: 27%;
        max-width: 350px;
        height: 355px;
    }
    .promo-small__btn {
        margin-top: 124px;
    }
}
@media (max-width: 1320px) {
    .promo-small {
        height: 325px;
    }
    .promo-small__slide,
    .promo-small__slide::before,
    .promo-small__swiper {
        border-radius: 32px;
    }
    .promo-small__wrap {
        padding: 35px 30px;
    }
}
@media (max-width: 1190px) {
    .promo-small {
        height: 290px;
    }
    .promo-small__title {
        font-size: 28px;
    }
    .promo-small__wrap {
        padding: 25px;
    }
    .promo-small__icon {
        width: 110px;
        height: 155px;
        left: 35px;
        top: 25px;
    }
    .promo-small__btn {
        margin-top: 110px;
    }
}
.promo-big .swiper-pagination-bullet,
.promo-small .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 8px;
    background-color: #bababa;
}
.promo-big .swiper-pagination-bullet.swiper-pagination-bullet-active,
.promo-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #EA4C2F;
}
@media (max-width: 1010px) {
    .promo-small {
        width: 100%;
        max-width: 100%;
    }
    .promo-small__swiper {
        border-radius: 0;
        overflow: visible;
    }
    .promo-small__slide {
        overflow: visible;
        opacity: 1;
    }
    .promo-small__wrap {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .promo-small__img,
    .promo-small__slide::before {
        transform: scale(1);
    }
    .promo-small__title {
        opacity: 1;
    }
    .promo-small__btn,
    .promo-small__icon,
    .promo-small__title {
        transform: translateX(0);
    }
    .promo-small__btn {
        opacity: 1;
        margin-top: 0;
    }

}

@media (max-width: 760px) {
    .promo-small {
        height: 300px;
    }
    .promo-small__slide,
    .promo-small__slide::before,
    .promo-small__swiper {
        border-radius: 24px;
    }
    .promo-small__title {
        font-size: 24px;
    }
    .promo-small__wrap {
        padding: 40px 42px;
    }
    .promo-small__icon {
        width: 142px;
        height: 188px;
        left: 45px;
        top: 20px;
    }
    .promo-small__btn {
        padding: 13px;
        border-radius: 8px;
        width: 50px;
        height: 50px;
    }
    .promo-small__btn::before {
        border-radius: 8px;
    }
    .promo-small__btn::after {
        border-radius: 9px;
    }
    .promo-small__btn span {
        display: none;
    }
    .promo-small__btn svg {
        display: block;
    }
    .promo-small__btn svg * {
        transition: all 0.3s;
    }
    .promo-small__btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .promo-small .swiper-pagination {
        bottom: 12px;
    }
}

.dragscroll {
    overflow: auto;
}
.dragscroll::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: rgba(48, 51, 60, 0.8);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dragscroll::-webkit-scrollbar-button:vertical:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:end:increment {
    display: none;
}
.vertical.dragscroll {
    width: 270px;
    height: 380px;
    float: left;
    padding: 10px;
}
.free.dragscroll {
    float: right;
    width: 400px;
    height: 400px;
}
.free,
.horizontal {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: grab;
}
.free:active,
.horizontal:active {
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}

.payment .subscribe__btn::after,
.payment .subscribe__btn::before {
    border-radius: 4px;
    background: 0 0;
    transition: background 0.3s ease-in-out;
}
.b-404 .subscribe__btn:hover::after,
.payment .subscribe__btn:hover::after,
.thanks .subscribe__btn:hover::after,
.warranty .subscribe__btn:hover::after {
    background: #EA4C2F;
}

.payment,
.service {
    padding-top: 69px;
    padding-bottom: 0;
}
.payment .page__wrap {
    margin-top: 32px;
}
.payment .accordion__article {
    max-width: 760px;
}
.payment .accordion.active .accordion__top,
.warranty .accordion.active .accordion__top {
    padding-bottom: 22px;
}
.payment .subscribe {
    background: #fff;
    padding: 80px 0;
}
.payment .subscribe__block {
    background: #f1f7ff;
}
.payment .subscribe__btn:hover span,
.payment .subscribe__title {
    color: #1e242e;
}
.payment .subscribe__btn {
    border: 1px solid #1e242e;
    background: 0 0;
}
.payment .subscribe__btn:hover {
    border: 1px solid #EA4C2F;
}
@media (max-width: 760px) {
    .payment .subscribe {
        padding: 64px 0;
    }
}
.guarantees__contacts a:hover,
.warranty .accordion__article-links a:hover {
    color: #EA4C2F;
}
@media (max-width: 1010px) {
    .promo-small .swiper-pagination {
        bottom: 0;
    }
    .promo-small {
        padding-bottom: 30px;
        margin-bottom: -30px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        width: 100vw;
        max-width: 100vw;
    }
    .promo__wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .youtube {
        padding-bottom: 20px;
        overflow: hidden;
    }
    .main-blog {
        overflow: hidden;
    }

    .hit_category {
        display: flex;
        margin-bottom: 25px;
        gap: 12px;
        width: 100%;
        flex-wrap: wrap;
    }
}
@media (max-width: 760px) {

    .mini-category__title {
        font-size: 20px;
    }
    .mini-category__item-title {
        font-size: 16px;
    }
}

/* End */


/* Start:/local/templates/vapse/css/main/main-benefits.css?17842321193940*/

.main-benefits {
    position: relative;
    padding-bottom: 40px;
}
.main-benefits::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 25px);
    bottom: 0;
    left: 0;
    background-color: #F9F9F9;
}
.main-benefits__row {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.main-benefits__row.dragscroll {
    overflow: visible;
}
.main-benefits__coll {
    flex: 1;
    display: block;
    padding: 20px 25px 35px;
    background: #FFFFFF;
    border: 1px solid #E2E9EF;
    border-radius: 24px;
    margin-right: 26px;
    box-shadow: 0 5px 15px -20px transparent;
    transition: all 0.3s;
}
.main-benefits__coll:last-child {
    margin-right: 0;
}
.main-benefits__top {
    margin-bottom: 8px;
}
.main-benefits__box {
    display: flex;
    align-items: center;
}
.main-benefits__icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.main-benefits__caption {
    width: calc(100% - 75px);
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
}
.main-benefits__arrow {
    display: none;
}
.main-benefits__desc {
    line-height: 135%;
    color: #202732;
    padding-left: 9px;
    padding-right: 5px;
}
@media (max-width: 1600px) {
    .main-benefits__coll {
        padding: 20px 15px 35px;
    }
}
@media (max-width: 1430px) {
    .main-benefits__row {
        margin-left: 15px;
    }
    .main-benefits__row.dragscroll {
        overflow: auto;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-benefits__coll {
        flex: none;
        padding: 20px 15px 35px;
        margin-right: 20px;
        width: 260px;
    }
    .main-benefits__coll:last-child {
        margin-right: 15px;
    }
}
@media (max-width: 1190px) {
    .main-benefits {
        padding-bottom: 40px;
    }
    .main-benefits__icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .main-benefits__caption {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .main-benefits__top {
        margin-bottom: -4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-benefits__row {
        flex-wrap: wrap;
        background: #ffffff;
        border: 1px solid #E2E9EF;
        border-radius: 24px;
        padding: 5px 35px;
    }
    .main-benefits__row.dragscroll {
        overflow: visible;
        padding-left: 35px;
        margin-left: 0;
        margin-right: 0;
    }
    .main-benefits__coll {
        padding: 0;
        margin-right: 0;
        width: 100%;
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #E2E9EF;
        border-radius: 0;
        box-shadow: none;
    }
    .main-benefits__coll:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .main-benefits__coll.active .main-benefits__arrow {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }
    .main-benefits__box {
        width: calc(100% - 20px);
        padding: 5px 0;
    }
    .main-benefits__caption {
        font-size: 14px;
    }
    .main-benefits__caption br {
        display: none;
    }
    .main-benefits__icon {
        margin-right: 20px;
    }
    .main-benefits__arrow {
        display: block;
        width: 16px;
        height: 16px;
        transition: all 0.3s;
    }
    .main-benefits__arrow svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .main-benefits__block {
        display: none;
    }
    .main-benefits__desc {
        padding-left: 68px;
        padding-right: 5px;
        font-size: 10px;
        margin-bottom: 14px;
    }
}
/* End */


/* Start:/local/templates/vapse/css/main/main-blog.css?17842321191601*/

.main-blog {
    padding-top: 40px;
    padding-bottom: 118px;
}
.main-blog--padding {
    padding-bottom: 0;
}
.main-blog__top {
    margin-bottom: 50px;
}
.main-blog__top-box {
    align-items: flex-start;
}
.main-blog__subtitle {
    max-width: 370px;
    font-size: 14px;
    line-height: 145%;
    margin-left: 88px;
}
.main-blog__swiper {
    overflow: hidden;
    padding: 25px;
    margin: -25px;
}
.main-blog__bottom {
    display: none;
}
@media (max-width: 1320px) {
    .main-blog__subtitle {
        margin-left: 60px;
    }
    .main-blog__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .main-blog {
        padding-top: 39px;
        padding-bottom: 100px;
    }
    .main-blog__top {
        margin-bottom: 30px;
    }
    .main-blog__subtitle {
        margin-left: 40px;
    }
}
@media (max-width: 1010px) {
    .main-blog__top-box {
        flex-wrap: wrap;
        max-width: 460px;
    }
    .main-blog__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
}
@media (max-width: 760px) {
    .main-blog__top {
        justify-content: center;
        margin-bottom: 25px;
    }
    .main-blog__subtitle,
    .main-blog__top .main-blog__link {
        display: none;
    }
    .main-blog__bottom {
        display: none;
        margin-top: 30px;
    }
    .main-blog__bottom-btn {
        width: 100%;
        height: 50px;
    }
    .main-blog__slide {
        border-radius: 16px;
        overflow: hidden;
    }
}
/* End */


/* Start:/local/templates/vapse/youtube.css?17842321191947*/

.youtube {
    padding-top: 40px;
    padding-bottom: 13px;
    position: relative;
}
.youtube::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 45px);
    left: 0;
    bottom: 0;
    background-color: #1e242e;
}
.youtube__top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.youtube__card,
.youtube__swiper {
    overflow: hidden;
}
.youtube__card {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    position: relative;
    z-index: 20;
}
.youtube__card:hover .youtube__bg img {
    transform: scale(1.04);
    transition: all 0.3s;
}
.youtube__bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.youtube__bg,
.youtube__bg img {
    border-radius: 20px;
}
.youtube__play {
    position: absolute;
    width: 45px;
    height: 52px;
    top: calc(50% - 26px);
    left: calc(50% - 17.5px);
    z-index: 10;
    transition: all 0.3s;
}
.youtube__play:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.youtube__btn {
    padding: 14px 16px;
    margin-left: 48px;
}
.youtube__btn svg {
    margin-right: 15px;
}
.youtube__btn span {
    margin-bottom: -3px;
}
@media (max-width: 1320px) {
    .youtube__card {
        height: 360px;
    }
}
@media (max-width: 1190px) {
    .youtube {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .youtube__top {
        margin-bottom: 30px;
    }
    .youtube__swiper {
        overflow: visible;
    }
}
@media (max-width: 760px) {
    .youtube {
        padding-bottom: 20px;
    }
    .youtube__top {
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .youtube__title br {
        display: block;
    }
    .youtube__card {
        height: 193px;
    }
    .youtube__btn {
        padding: 14px 16px;
        margin-left: 0;
    }
}

/* End */


/* Start:/local/templates/vapse/css/main/main-catalog.css?17842321193495*/

.main-catalog {
    margin-top: 65px;
    margin-bottom: 63px;
}
.main-catalog__row {
    display: flex;
    margin-left: -28px;
    margin-right: -34px;
}
.main-catalog__row.dragscroll {
    overflow: visible;
}
.main-catalog__coll,
.main-catalog__coll::before {
    overflow: hidden;
    margin-right: 26px;
    transition: all 0.3s;
}
.main-catalog__coll {
    display: block;
    height: 201px;
    background: #EFEEEC;
    box-shadow: 0px 7px 15px -5px #A6B7B626;
    border-radius: 24px;
    padding: 20px 40px;
    position: relative;
    flex: 1;
    z-index: 20;
}
.main-catalog__coll::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #EA4C2F;
    opacity: 0;
    z-index: 1;
}
.main-catalog__coll:last-child {
    margin-right: 0;
}
.main-catalog__coll:hover {
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}
.main-catalog__coll:hover::before {
    opacity: 1;
    transition: all 0.3s;
}
.main-catalog__coll:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.main-catalog__coll:hover .main-catalog__caption {
    color: #ffffff;
}
.main-catalog__caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #202732;
    position: relative;
    z-index: 11;
    transition: all 0.3s;
}
.main-catalog__img {
    position: absolute;
    width: 160px;
    height: 160px;
    right: 0;
    bottom: -20px;
    z-index: 10;
}
.main-catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
    mix-blend-mode: darken;
    transition: all 0.3s;
}
@media (max-width: 1720px) {
    .main-catalog__row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1600px) {
    .main-catalog__coll {
        height: 180px;
        border-radius: 24px;
        padding: 25px 20px;
        margin-right: 26px;
    }
}
@media (max-width: 1430px) {
    .main-catalog__row {
        margin-left: 15px;
    }
    .main-catalog__row.dragscroll {
        overflow: auto;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-catalog__coll {
        width: 180px;
        flex: none;
        margin-right: 20px;
    }
    .main-catalog__coll:last-child {
        margin-right: 15px;
    }
}
@media (max-width: 1190px) {
    .main-catalog__coll {
        padding: 22px;
    }
    .main-catalog__caption {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .main-catalog {
        margin-top: 48px;
        margin-bottom: 28px;
    }
    .main-catalog__row {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main-catalog__row.dragscroll {
        overflow: visible;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .main-catalog__coll {
        width: calc(50% - 10px);
        flex: none;
        margin-right: 0;
        margin-bottom: 16px;
        height: 165px;
        padding: 23px 20px;
    }
    .main-catalog__coll:last-child {
        width: 100%;
    }
    .main-catalog__caption {
        font-size: 14px;
        font-weight: 600;
    }

    .main-catalog__img {
        height: 136px;
    }
}
/* End */


/* Start:/local/templates/vapse/css/libs.css?178423211937591*/
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


.fancybox-thumbs {
    background: transparent !important;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    left: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    top: 50px;
    width: 100px;
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    left: 30px;
    margin-top: 20px;
}

.fancybox-thumbs__list a {
    background-size: contain !important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-thumbs__list a::before {
    border: 2px solid #333333 !important;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
    background: transparent;
    border-radius: 5px;
}

.fancybox-thumbs__list a {
    background-color: rgb(255 255 255 / 10%) !important;
    width: 60px;
    height: 60px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 20% !important;
    background-color: transparent !important;
}

 .fancybox-navigation .fancybox-button {
    visibility: visible;
    opacity: 1 !important;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
    --size: 4rem;
    --marging-value: 2rem;
    color: #e21235;
    width: var(--size);
    height: var(--size);
    padding: .8rem;
    border-radius: 50%;
    box-shadow: 0 .1rem 2rem #04061c1a;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}

.fancybox-button svg path {
    fill: #e21235;
    stroke-width: 0;
}

button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

button.fancybox-button.fancybox-button--play {
    display: none !important;
}

button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.fancybox-button svg path {
    fill: #babac0;
    stroke-width: 0;
}

.fancybox-button {
    background: rgb(255 255 255 / 60%) !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 40px !important;
    background-color: transparent !important;
}

.list__item.active:hover {
    transition: 0.3s;
    color: rgba(30, 36, 46, .25);
}

.page-card__wrap::-webkit-scrollbar { width: 0; }

@media (min-width: 1120px) and (max-width: 1240px) {
    .page-card-order-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
        width: 325px;
    }

    .page-card__right {
        width: 30%;
    }

    .page-card-bottom_wrapper {
        display: flex;
        justify-content: space-between;
        width: 360px;
    }
}

@media (min-width: 1241px) and (max-width: 1360px) {
    .page-card-order-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
        width: 325px;
    }

    .page-card__right {
        width: 30%;
    }

    .page-card-bottom_wrapper {
        display: flex;
        justify-content: space-between;
        width: 360px;
    }
}



.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: -36px;
}
.swiper {
    overflow: hidden;
}
.new__swiper-pagination, .hit-pagination, .about__youtube-pagination {
    margin-top: 15px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    cursor: pointer;
    height: 12px;
    border-radius: 100%;
    background-color: #bababa;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, .hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, .about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a9ff35;
}

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

.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%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.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: 100%;
    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;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}

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

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

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

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

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

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

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* End */


/* Start:/local/templates/vapse/css/works-design.css?17842321193151*/
.work-design__list {

    margin-bottom: 40px;
}
.work-design-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #E5EFFE;
    height: 99.5%;
}
.work-design__list--inner .work-design__col {
    width: calc(25% - 15px);
}
.work-design__col {
    flex: 0 0 auto;
    width: calc(33.3333% - 14px);
}
.works-design__status {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    overflow: hidden;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    transform: translateZ(0);
}

.works-design__status-icon {
    flex: 0 0 auto;
}
.works-design__status.is-public {
    background: #34B82D;
}
.works-design__status.is-moderate {
    background: #C8B316;
}
.works-design__status.is-error {
    background: #EA4C2F;
}
.work-design-item__img {
    overflow: hidden;
    height: 250px;
    width: 100%;
}
.work-design-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.work-design-item__img:hover img {
    transform: scale(1.15);
    filter: brightness(1.05);
}
.work-design-item__content {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
    flex: 1;
}
.work-design-item__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
    color: #202732;
}
.work-design-item__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: auto;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #202732;
}
.works-design__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-design__list .swiper-slide {
    height: auto;
}
.work-design__list .swiper-wrapper .work-design__col {
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .work-design__list .swiper-wrapper {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }
    .work-design__list .swiper-slide {
        width: calc(50% - 14px);
        height: auto;
    }
}
@media (min-width: 1025px) {
    .work-design__list .swiper-slide {
        width: calc(25% - 15px);
    }
}
@media (max-width: 1024px) {
    .work-design__list {

    }
    .work-design__list--inner .work-design__col,
    .work-design__col {
        width: calc(50% - 14px);
    }
}
@media (max-width: 768px) {
    .work-design__list {

    }
    .work-design__col {
        width: calc(50% - 14px);
    }
}
@media (max-width: 767px) {
    .work-design__list--inner .work-design__col, .work-design__col {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .work-design__list {

    }
    .work-design__col {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/vapse/components/bitrix/news.list/banners_short/style.css?1784232118150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/vapse/components/bitrix/system.pagenavigation/round/style.css?17842321192917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/vapse/components/bitrix/catalog.item/main.slider/style.css?178423211825778*/
.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding-top: 15px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}

.product-item-big-card .product-item,
.product-item-small-card .product-item { }

.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }

.bx-no-touch .product-item-container.hover .product-item {

	padding: 15px 15px 0;
	width: auto;
	border-color: transparent;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}



.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: product-item-hover 300ms 1 ease;
	animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
}

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}



/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #000; }

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
/* End */


/* Start:/local/templates/vapse/components/bitrix/news.list/news_main_page/style.css?1784232118150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/vapse/css/card-news.css?17842321191966*/

.card-news {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s;
}
.card-news:hover {
    box-shadow: 0 4px 30px rgba(30, 36, 46, 0.1);
    transition: all 0.3s;
}
.card-news__top {
    display: block;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    z-index: 20;
}
.card-news__top:hover img {
    transform: scale(1.05);
    transition: all 0.3s;
}
.card-news__img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.card-news__img img,
.youtube__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}
.youtube__bg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.card-news__img.img-cover img {
    -o-object-fit: cover!important;
    object-fit: cover!important;
}
.card-news__tabs {
    position: absolute;
    display: flex;
    margin: -2.5px;
    z-index: 10;
    left: 16px;
    bottom: 16px;
}
.card-news__tabs .tab {
    padding: 5px 13px;
}
.card-news__bottom {
    padding: 25px 40px 28px;
    background: #373C3F;
}
.card-news__date {
    font-size: 12px;
    line-height: 145%;
    color:#8E9297;
    margin-bottom: 16px;
}
.card-news__caption {
    display: block;
    margin-bottom: 38px;
    transition: color 0.3s;
}
.card-news__caption:hover {
    color: #EA4C2F;
    transition: color 0.3s;
}
@media (max-width: 1430px) {
    .card-news__top {
        height: 200px;
    }
    .card-news__bottom {
        padding: 20px 25px 22px;
    }
}
@media (max-width: 760px) {
    .card-news__top {
        height: 120px;
    }
    .card-news__tabs .tab {
        padding: 6px 12px;
        font-size: 12px;
    }
    .card-news__bottom {
        padding: 16px 23px 18px;
    }
    .card-news__caption {
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 130%;
    }
}
/* End */


/* Start:/local/templates/vapse/css/pages/brands.css?17842321192180*/
.brands {

}
.brand-swiper {
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
}
.brandHeader {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 40px -8px 30px;
}
.brandHeader--slider {
    flex-wrap: nowrap;
}
.brandHeader .swiper-slide {
    width: auto;
}
.brandHeader-item {
    width: 110px;
    flex: 0 0 110px;
    height: 64px;
    border-radius: 15px;
    box-shadow: 5px 6px 22px 0px #0000001A;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 16px;
}
.brandHeader-item a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 10px;
}
.brandHeader-item a img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.brandFilter {
    margin-top: 10px;
    overflow:auto;
}
.brandFilter-row {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}
.brandFilter span {
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 6px;
}

.brandsCatalog-row_items {
    display: flex;
    flex-wrap: wrap;
    margin: 28px -7px 50px -7px;
}
.brandsCatalog-row_item {
    width: 202px;
    margin: 0 6px 25px 6px;
}
.brandsCatalog-row_item--img {
    height: 131px;
    border-radius: 10px;
    border: 1px solid #E5E7EE;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.brandsCatalog-row_item--img a {
    display: block;
    height: 100%;
}

.brandsCatalog-row_item--img .logo {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.brandsCatalog-row_title {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.brandsCatalog-row_title span {
    font-weight: 700;
    font-size: 24px;
    flex: 0 0 50px;
}
.brandsCatalog-row_item--title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 7px;
}
/* End */
/* /local/templates/vapse/css/main/index-new.css?178423211916645 */
/* /local/templates/vapse/css/main/main-benefits.css?17842321193940 */
/* /local/templates/vapse/css/main/main-blog.css?17842321191601 */
/* /local/templates/vapse/youtube.css?17842321191947 */
/* /local/templates/vapse/css/main/main-catalog.css?17842321193495 */
/* /local/templates/vapse/css/libs.css?178423211937591 */
/* /local/templates/vapse/css/works-design.css?17842321193151 */
/* /local/templates/vapse/components/bitrix/news.list/banners_short/style.css?1784232118150 */
/* /local/templates/vapse/components/bitrix/system.pagenavigation/round/style.css?17842321192917 */
/* /local/templates/vapse/components/bitrix/catalog.item/main.slider/style.css?178423211825778 */
/* /local/templates/vapse/components/bitrix/news.list/news_main_page/style.css?1784232118150 */
/* /local/templates/vapse/css/card-news.css?17842321191966 */
/* /local/templates/vapse/css/pages/brands.css?17842321192180 */
