@import "slick.css";
@import "fancy.css";
@import "fonts.css";
@import "../fonts/OpenSans/stylesheet.css";
@import "site.css";
@import "theme.css";
@import "footer.css";
@import "main-page__reviews.css";
@import "main-page__news.css";
@import "main-page__banner.css";
@import "main-page__info.css";
@import "main-page__advantages.css";
@import "main-page__catalog.css";
@import "header.css";
@import "menu.css";
@import "fixed-btn.css";
@import "catalog-main.css";
@import "main-page__animation.css";
.main-article-title a {
    font-family: 'Play', sans-serif;
}
li {
    list-style: none;
}
.video-item {
	padding: 0 30px;
}
.video-content .slick-dots {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: calc(100% + 80px);
    z-index: 10;
    list-style: none;
}
.video-content .slick-dots li {
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}
.video-content .slick-dots li::marker {
    content: '';
}
.video-content .slick-dots button {
    content: '';
    font-size: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #47647A;
    transition: .3s;
}
.day .video-content .slick-dots button {
    background: #D4DBE1;
}
.video-content .slick-dots button:before {
	display: none;
}
.video-content .slick-dots li.slick-active button {
    background: #D4DBE1;
}

.day .video-content .slick-dots li.slick-active button {
    background: #47647A;
}

@media (min-width: 1399px) {
    .video-content .slick-dots button:hover:not(.slick-active button) {
        background: #D4DBE1;
        cursor: pointer;
    }
	.day .video-content .slick-dots button:hover:not(.slick-active button) {
        background: #47647A;
        cursor: pointer;
    }
}
.page-product-item {
    width: 100%;
}
.product-features {
    width: 100%;
    margin-bottom: 85px;
}
.cont {
    width: 1300px;
    margin: 0 auto;
}
.product-features__cont {
    width: 685px;
    margin: 0 auto;
}
.product-features__head {

    margin-bottom: 20px;
}
.page-product-item h2 {
    width: 100%;
    text-align: center;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    background: linear-gradient(93.85deg, #47647A 12.1%, #769CB8 92.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.page-series h2 {
    width: 100%;
    text-align: center;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    background: linear-gradient(93.85deg, #47647A 12.1%, #769CB8 92.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.product-features__body {
    width: 100%;
}
.product-features__text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #D4DBE1;
    height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*display: inline-flex;*/
    /*flex-direction: column;*/
}
.product-features__text p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #D4DBE1;

}
.product-features__text p {
    margin: 5px 0;
}
.product-features__text ul {
    margin: 5px 0;
}
.product-features__text li {
    margin: 2px 0;
	margin-left: 10px;
	position: relative;
}
.product-features__text li:before {
	content: '';
	position: absolute;
	top: 7px;
	right: calc(100% + 5px);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #D4DBE1;
}
.product-features__text.active {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    height: auto;
}
.product-features__bottom {
    width: 100%;
    margin-top: 4px;
    display: flex;
    justify-content: flex-end;
}
.product-features__link {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: right;
    color: #47647A;
    cursor: pointer;
    user-select: none;
}
.product-download {
    width: 100%;
    margin-bottom: 115px;
}
.product-download__cont {
    width: 100%;
}
.product-download__head {
    margin-bottom: 45px;
}
.product-download__body {
    width: calc(100% + 40px);
    margin: -18px -20px;
    display: flex;
    justify-content: center;
    align-items: initial;
}
.product-download__helper {
    display: inline-block;
    padding: 18px 20px;
}
.product-download__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 245px;
    background: #222A34;
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 18px;
    padding-right: 12px;
    transition: .3s;
}
.product-download__link-img {
    width: 52px;
    display: flex;
    justify-content: center;
}
.product-download__link-img svg {
    max-width: 100% !important;
}
.product-download__link-img img {
    max-width: 100% !important;
}
.product-download__link-text {
    width: calc(100% - 52px - 19px);
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #9DACB7;
}
.product-gallery {
    width: 100%;
    margin-bottom: 72px;
}
.product-gallery__cont {
    width: calc(1024px + 24px) ;
    margin: -12px auto;
}
.series-gallery__slider {
    width: calc(1024px + 24px) ;
    margin: -12px auto;
}
.series-gallery__slider .slick-list {
    width: 100%;
}
.series-gallery__slider .product-gallery__line {
    /*width: calc(1024px + 24px) ;*/
    margin-bottom: 0;
}
.series-gallery__slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin-top: 30px;
}
.series-gallery__slider .slick-dots li {
    list-style: none;
    width: 9px;
    height: 9px;
}
.series-gallery__slider .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #47647A;
    transition: .3s;
}
.series-gallery__slider .slick-dots li.slick-active button {
    background: #D4DBE1;
}
.series-gallery__slider .slick-dots li button:before {
    content: ' ';
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.product-gallery__line {
    display: flex !important;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product-gallery__line.reverse {
    flex-direction: row-reverse;
}
.product-gallery__big {
    padding: 12px;
    width: 50%;
    /*height: 390px;*/
}
.product-gallery__big iframe, .product-gallery__small iframe {
    width: 100% !important;
    height: 100% !important;
}
.product-gallery__block {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.product-gallery__small {
    padding: 12px;
    width: 50%;
    height: 50%;
}
.product-gallery__item {

    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.product-gallery__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #47647A;
    opacity: 0;
    transition: .3s;
}
.product-common {
    width: 100%;
    margin-bottom: 80px;
}
.product-common__cont {

    position: relative;
}
.product-common__link {
    position: absolute;
    right: 0;
    top: 12px;
}
.product-common__head {
    width: 100%;
    margin-bottom: 12px;
}
.product-common__body {
    display: flex;
    justify-content: center;
}
.product-common__body-cont {
    width: calc(660px + 36px);
    margin: -5px -18px;
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
    justify-content: flex-start;
}
.product-common__types {
    width: calc(100% + 36px);
    padding: 9px 18px;
}
.product-common__types-head {
    padding-left: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #9DACB7;
    margin-bottom: 5px;
}
.product-common__types-block {
    width: calc(100% + 10px);
    /*margin: -10px -5px;*/
    background: rgba(43, 56, 70, 0.3);
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 9px;
}
.product-common__types-item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    padding: 5px;
}
.product-common__types-item-img {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    margin-right: 7px;
    background-size: cover;
    background-position: center;
}
.product-common__types-item-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    max-width: 100px;
    width: calc(100% - 44px - 7px);
}
.product-common__helper {
    width: 50%;
    padding: 5px 18px;
}
.product-common__helper.big {
    width: 100%;
}
.product-common__block {
    width: 100%;
}
.product-common__block-head {
    padding-left: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #9DACB7;
    margin-bottom: 5px;
}
.product-common__block-body {
    width: 100%;
    background: rgba(43, 56, 70, 0.3);
    padding: 7px 5px 7px 50px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
}
.product-banner {
    width: 100%;
    padding: 50px 0;
    background: #222A34;
    position: relative;
    z-index: 0;
    margin-bottom: 87px;
}
.product-banner__bg {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.product-banner__bg img {
    height: 100%;
}
.product-banner__cont {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}
.product-banner__main {
    width: calc(720px + 40px);
    margin: -20px;
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product-banner__helper {
    width: 50%;
    padding: 20px;
}
.product-banner__block {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.product-banner__img {
    margin-right: 15px;
    width: 72px;
}
.product-banner__img img {
    width: 100% !important;
    height: auto !important;
}
.product-banner__text {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #9DACB7;
    width: calc(100% - 72px - 15px);
}
.product-main {
    width: 100%;
    margin-bottom: 130px;
    padding-top: 50px;
}
.product-main__cont {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product-main__side {
    position: relative;
    width: 830px;
}

.page-product-item_labels {
    top: -40px;
}
.product-main__side-big {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-main__side-big img {
    max-width: 100%;
    max-height: 100%;
    display: none;
}
.product-main__side-big img.active {
    display: inline-block;
}
.product-main__side-block {
    width: calc(100% + 20px);
    margin: -10px;
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product-main__side-small {
    width: calc(100% / 6);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0.6 ;
}
.product-main__side-small.active {
    opacity: 1;
    cursor: default;
}
.product-main__side-small.slick-center {
    opacity: 1;
    cursor: default;
}
/*.product-main__side-small:hover img {*/
/*    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.5);*/
/*}*/
.product-main__side-small img {
    max-width: 100%;
    max-height: 100%;
    transition: .3s;
}
.product-main__info {
    width: 430px;
}
.product-main__info-top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.product-main__info-top svg {

}
.product-main__title {
    margin-top: 11px;
    width: 100%;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #D4DBE1;
    margin-bottom: 30px;
}
.product-main__description {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #D4DBE1;
    margin-bottom: 60px;
}
.product-main__description p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #D4DBE1;
}
.product-main__info-helper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.product-main__info-price {
    width: auto;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #C6CF4F;
    display: flex;
    align-items: center;
    margin: auto 0;
}

.product-main__info-price a{
    font-size: 23px;
    font-family: 'Play';
}

.product-main__info-link {
    display: inline-flex;
    margin: 0;
}
.product-main__block {
    width: 100%;
    margin-top: 60px;
}
.product-main__line {
    width: 100%;
    padding: 8px 5px 8px;
    display: flex;
    align-items: initial;
    justify-content: center;
}
.product-main__line-block {
    width: 50%;
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}
.product-main__line-block:first-child {
    padding-right: 13px;
    text-align: right;
}
.product-main__line-block:last-child {
    padding-left: 13px;
}
.product-main__line:nth-child(2n + 1) {
    background: rgba(43, 56, 70, 0.3);
}
.page404 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 150px;
}
.page404 img {
    max-width: 100%;
}
.fancybox__content {

}
.fancybox__content img {
    filter: drop-shadow(-10px 10px 20px rgba(0, 0, 0, 0.5));
    border-radius: 20px;

    overflow: hidden;
}
.fancybox__toolbar__items--left, .fancybox__button--fullscreen, .fancybox__button--slideshow, .fancybox__button--zoom {
    display: none;
}
.fancybox__backdrop {
    background: #16171D;
    opacity: 0.9;
}
.carousel__button path {
    stroke: #47647A;
    transition: .3s;
}
body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: none;
}
.series-main {
    width: 100%;
    margin-bottom: 130px;
    padding-top: 100px;
}
.series-main__cont {
    width: calc(1680px + ((100% - 1680px) / 2));
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(90deg, #2B3846 0%, #16171D 100%);
}
.series-main__helper {
    width: 1380px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}
.series-main__img1 {
    height: 250px;
    position: absolute;
    left: 0;
    top: -64px;
}
.series-main__img1 img {
    height: 100%;
}
.series-main__img2 {
    position: absolute;
    height: 255px;
    left: 0;
    bottom: -110px;
}
.series-main__img2 img {
    height: 100%;
}
.series-main__block-cont {
    width: 500px;
    display: flex;
    justify-content: flex-end;
}
.series-main__block {
    width: 336px;
    padding: 40px 0;
}
.series-main__block-top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.series-main__block-series {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    margin-right: 20px;
    white-space: nowrap;
}
.series-main__block-img {
    height: 60px;
}
.series-main__block-img img {
    height: 100%;
}
.series-main__title {
    margin-top: 60px;
    margin-bottom: 15px;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: right;
    color: #9DACB7;
}
.series-main__text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #D4DBE1;
}
.series-main__bg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.series-main__bg img {
    height: 100%;
}
.series-advantages {
    width: 100%;
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
}
.series-advantages__cont {
    width: calc(850px + 40px);
    margin: -30px -20px;
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.series-advantages__helper {
    width: calc(100% / 3);
    padding: 33px 20px;
}
.series-advantages__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.series-advantages__img {
    width: 135px;
}
.series-advantages__img img {
    width: 100%;
}
.series-advantages__text {
    margin-top: 28px;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #9DACB7;
}
.series-facts {
    width: 100%;
    margin-bottom: 65px;
}
.series-facts__cont {
    width: 1270px;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
}
.series-facts__bg {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.series-facts__bg img:last-child {
    display: none;
}
.series-facts__bg img {
    height: 100%;
}
.series-facts__slider {
    width: 710px;
    position: relative;
}
.series-facts__slider .slick-list {
    width: 100%;
}
.series-facts__slider-arrow-prev {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}
.series-facts__slider-arrow-next {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotate(180deg);
}
.series-facts__slider-helper {
    width: 100%;
    display: flex !important;
    justify-content: center;
}
.series-facts__slider-helper.slick-active {
    width: 100%;
}
.series-facts__slider-item {
    width: 480px;
    background: #2B3846;
    /*border-radius: 13.4648px;*/
    transition: .3s;
    /*height: 95px;*/
    /*padding: 0 33px;*/
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 13.4648px;
    line-height: 120%;
    color: #D4DBE1;
    display: flex;
    align-items: center;
    opacity: 0.3;
    height: 140px;
    padding: 0 55px;
    border-radius: 20px;
    transform: scale(0.8);
}
.series-facts__slider-helper.slick-active .series-facts__slider-item {
    font-family: 'Play';
    transform: scale(1);
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #D4DBE1;
    background: #2B3846;
    border-radius: 20px;
    padding: 0 55px;
    opacity: 1;
}
.series-facts__slider-arrow path {
    transition: .3s;
}
.series-catalog {
    width: 100%;
    margin-bottom: 60px;
}
.series-catalog__cont {
    width: 1050px;
    margin: 0 auto;
}
.series-catalog__head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
}
.series-catalog__head-text {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    margin-right: 20px;
}
.series-catalog__head-img {
    height: 58px;

}
.series-catalog__head-img img {
    height: 100%;
}
.series-catalog__body {
    width: calc(100% + 80px);
    margin: -8px -40px;
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.series-catalog__helper {
    width: 50%;
    padding: 8px 40px;
}
.series-catalog__item {
    position: relative;
    width: 100%;
    min-height: 475px;
    display: flex;
    flex-direction: column;
    background: #16171D;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    border-radius: 7.37067px;
    padding: 42px 40px 32px;
    transition: .1s;
}

.series-catalog__item:hover {
    background: #222A34;
    box-shadow: -20px 20px 40px rgba(66, 84, 98, 0.5);
    transition: all 0.1s ease-in-out 0.1s;
}

.series-catalog__item-img {
    margin-bottom: 15px;
    width: 425px;
    display: flex;
    justify-content: center;
}
.series-catalog__item-img img {
    max-width: 100%;
    max-height: 100%;
}
.series-catalog__item-info {
    width: 100%;
}
.series-catalog__item-seria {
    height: 20px;
    margin-bottom: 12px;
}
.series-catalog__item-seria img {
    height: 100%;
}
.series-catalog__item-title {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #9DACB7;
    margin-bottom: 17px;
    display: block;
}
.series-catalog__item-block {
    width: calc(100% + 16px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: -16px;
}
.series-catalog__item-feature {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 11.3033px;
    line-height: 120%;
    color: #9DACB7;
    padding: 16px;
    position: relative;
}
.series-catalog__item-feature:after {
    content: '';
    height: 27px;
    width: 2px;
    background: #9DACB7;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);

}
.series-catalog__item-feature:last-child:after {
    display: none;
}
.series-catalog__item-bottom {
    width: 100%;
    display: flex;
    margin-top: auto;
    justify-content: flex-end;
}
.series-catalog__item-price {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #C6CF4F;;
}

.series-catalog__item-price .old-price {
    color: #D4DBE1;
    text-decoration: line-through;
    margin: 0 0 0 20px;
}

.series-table {
    width: 100%;
    margin-bottom: 123px;
}
.series-table__cont {
    width: 710px;
    margin: 0 auto;
}
.series-table__head {
    width: 100%;
    margin-bottom: 35px;
}
.series-table__body {
    width: 100%;
}
.custom-table {
    width: 100%;
}
.custom-table table {
    width: 100%;
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    border-collapse: collapse;
}
.custom-table tr:nth-child(2n + 2) {
    background: rgba(43, 56, 70, 0.3);
}
.custom-table tr:first-child td {
    padding-bottom: 13px;
}
.custom-table td {
    border-bottom: 1px solid #2B3846;
    border-left: 1px solid #2B3846;
    text-align: center;
}
.custom-table td:first-child {
    width: 126px;
    padding: 6px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}
.custom-table a {
    display: inline-block;
    background: #222A34;
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    transition: .3s;
    max-width: 100%;
    width: 75px;
    padding: 7px 0;
}
.series-table__item {

}
.series-table__row {

}
.series-table__row:nth-child(2n + 2) {

}
.series-table__row:first-child .series-table__col {

}
.series-table__col {

}
.series-table__col:first-child {

}
.series-table__link {

}
.series-table__message {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.series-table__message-text {
    width: 175px;
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: right;
    color: #FFFFFF;
    margin-right: 15px;
}
.series-table__message-img {
    width: 38px;
}
.series-table__message-img img {
    width: 100%;
}
@media (min-width: 1399px) {
	.video-content .slick-dots {
		display: none;
	}
    .custom-table a:hover {
        color: #C6CF4F;
        background: #2B3846;
    }
    .series-facts__slider-arrow:hover path {
        fill: #fff;
        cursor: pointer;
    }
    .product-download__link:hover {
        box-shadow: -10px 10px 20px rgba(0, 0, 0, 1);
    }
    .series-gallery__slider .slick-dots li:hover button {
        background: #D4DBE1;
    }
    .product-gallery__item:hover:after {
        opacity: 0.7;
    }
    .product-main__side-small:hover {
        opacity: 1;
        cursor: pointer;
    }
    .carousel__button:hover path {
        stroke: #fff;
    }
}
@media (max-width: 1919px) {
    .series-advantages {
        margin-bottom: 100px;
    }
    .series-main__cont {
        width: 1300px;
        margin: 0 auto;
    }
    .series-main__block {
        width: 335px;
    }
}
@media (max-width: 1399px) {
    .series-catalog {
        margin-bottom: 70px;
    }
    .series-catalog__item {
        min-height: 385px;
    }
    .series-catalog__item-img {
        width: 100%;
    }
    .series-catalog__cont {
        width: 760px;
    }
    .series-catalog__head-img {
        height: 33px;
    }
    .series-catalog__head {
        margin-bottom: 60px;
    }
    .series-catalog__item {
        padding: 35px 30px 20px;
    }
    .series-catalog__item-seria {
        height: 13px;
        margin-bottom: 4px;
    }
    .series-catalog__item-title {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }
    .series-catalog__item-feature {
        font-style: normal;
        font-weight: 700;
        font-size: 9.49439px;
        line-height: 120%;
    }
    .series-catalog__item-price {
        font-style: normal;
        font-weight: 700;
        font-size: 18.3549px;
        line-height: 120%;
    }
    .series-catalog__item-bottom {
        margin-right: 23px;
    }

    .series-catalog__head-text {
        margin-right: 7px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
    }
    .series-catalog__body {
        width: calc(100% + 36px);
        margin: -15px -18px;
    }
    .series-catalog__helper {
        padding: 15px 18px;
    }
    .series-facts__bg img:first-child {
        display: none;
    }
    .series-facts__bg {
        width: 100%;
        height: auto;
        bottom: 0;
        top: auto;
    }
    .series-facts__bg img:last-child {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .series-facts {
        margin-bottom: 52px;
    }
    .series-facts__cont {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 470px;
        padding: 30px 0;
        overflow: hidden;
    }
    .series-facts__slider-item {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        padding: 0 35px;
    }
    .series-facts__slider-helper.slick-active .series-facts__slider-item {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        padding: 0 35px;
    }
    .series-facts__slider {
        width: 520px;
        margin-top: 25px;
    }

    .series-facts__slider-arrow-prev {
        transform: translate(-50%, calc(-100% - 25px));
    }

    .series-facts__slider-arrow-next {
        transform: translate(-50%, calc(100% + 25px)) rotate(180deg);
    }
    .series-advantages {
        margin-bottom: 120px;
    }
    .series-advantages__img {
        width: 87px;
        margin-right: 20px;
    }
    .series-advantages__item {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .series-advantages__cont {
        width: calc(650px + 40px);
        margin: -15px -20px;
    }
    .series-advantages__text {
        width: calc(100% - 87px - 20px);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        margin-top: 0;
        text-align: left;
    }
    .series-advantages__helper {
        width: 50%;
        padding: 15px 20px;
    }
    .series-main__cont {
        width: 650px;
        margin: 0 auto;
    }
    .series-main__img1 {
        height: 185px;
        left: -20px;
        top: -84px;
    }
    .series-main__img2 {
        height: 180px;
        left: -30px;
        bottom: -90px;
    }
    .series-main__block {
        width: 260px;
        padding-top: 85px;
        padding-bottom: 100px;
    }
    .series-main__block-cont {
        width: 100%;
        justify-content: flex-start;
    }
    .series-main__block-img {
        height: 45px;
    }
    .series-main__block-series {
        margin-right: 15px;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }
    .series-main__title {
        margin-top: 47px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        text-align: left;
    }
    .series-main {
        margin-bottom: 120px;
    }
    .series-main__text {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: left;
    }
    .series-main__block-top {
        justify-content: flex-start;
    }

    .series-main__helper {
        width: 100%;
        padding-left: 37px;
    }
    .product-banner__cont {
        width: 650px;

    }
    .product-banner__img {
        width: 53px;
        margin-right: 23px;
    }
    .product-banner__text {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        width: calc(100% - 53px - 23px);
    }
    .product-banner__main {
        width: 290px;
        margin: -10px 0;
    }
    .product-banner__helper {
        width: 100%;
        padding: 10px 0;
    }
    .product-gallery__cont {
        width: calc(100% + 24px);
        margin: -12px;
    }
    .series-gallery__slider {
        width: calc(100% + 24px);
        margin: -12px;
    }
    .cont {
        width: 650px;
    }
    .product-features__cont {
        width: 465px;
    }
    .product-features__bottom {
        margin-top: 9px;
    }
    .page-product-item h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }
    .page-series h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }
    .product-features__head {
        margin-bottom: 12px;

    }
    .product-features__text {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        -webkit-line-clamp: 4;
    }
    .product-features__link {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
    }
    .product-download__body {
        flex-direction: column;
        align-items: center;
    }
    .product-common__link {
        display: none;
    }
    .product-common__head {
        text-align: left;
    }
    .product-common__cont {
        width: 100%;
    }
    .product-main {
        margin-bottom: 70px;
    }
    .product-main__side {
        width: 100%;
    }
    .product-main__info {
        width: 100%;
        margin-top: 80px;
    }
    .product-main__cont {
        flex-wrap: wrap;
    }
    .product-main__info-top {
        padding: 0;
    }
    .product-main__title {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 24px;
        margin-top: 11px;
        padding: 0;
    }
    .product-main__description {
        padding: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 40px;
    }
    .product-main__info-price {
        padding-left: 42px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }
    .product-main__block {
        margin-top: 50px;
    }

    .product-banner__bg {
        right: auto;
        left: calc(290px);
    }
}
@media (max-width: 767px) {
    .series-table__message {
        display: flex;
    }
    .series-table__cont {
        width: 100%;
        padding: 0 30px;
    }
    .series-table__item {
        width: 710px;
    }
    .series-table__body {
        overflow: scroll;
    }
    .series-table__body::-webkit-scrollbar {
        width: 0 ;
        height: 0;
        opacity: 0;/* ширина scrollbar */
    }
    .series-table__body::-webkit-scrollbar-track {
        background: transparent;
        width: 0;
        height: 0;
        opacity: 0;/* цвет дорожки */
    }
    .series-table__body::-webkit-scrollbar-thumb {
        background-color: transparent;
        width: 0;
        height: 0;/* закругления плашки */
        border: none;  /* padding вокруг плашки */
    }
    .series-catalog__helper {
        width: calc(312px + 20px);
        padding: 15px 10px;
    }
    .series-catalog__body {
        width: calc(100% + 20px);
        margin: -15px -10px;
        justify-content: center;
    }
    .series-catalog__item {
        padding: 35px 27px 20px;
    }
    .series-catalog__item-title {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }
    .series-catalog__cont {
        width: 100%;
        padding: 0 30px;
    }
    .series-facts__cont {
        height: 320px;
        padding: 0 0;
    }
    .series-facts__slider {
        width: 320px;
        margin: 0;
        padding: 40px 0;
    }

    .series-facts__slider-arrow-prev {
        transform: translate(-50%, 0);
        top: 0;
    }

    .series-facts__slider-arrow-next {
        bottom: 0;
        transform: translate(-50%, 0) rotate(180deg);
    }
    .series-facts__slider-helper.slick-active .series-facts__slider-item {
        padding: 0 25px;
        /*height: 160px;*/
        font-family: 'Play';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        color: #D4DBE1;

    }
    .series-facts__slider-helper {
        padding: 5px 0;
    }
    .series-facts__slider-item {
        height: 160px;
        padding: 0 25px;
        font-family: 'Play';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        transform: scale(1);
    }
    .series-advantages {
        padding: 0 33px;
    }
    .series-advantages__cont {
        width: 100%;
        margin: -15px 0;
    }
    .series-advantages__helper {
        width: 100%;
        padding: 15px 0;
    }
    .series-main__cont {
        width: calc(100% - 66px);
        margin: 0 auto;
        background: linear-gradient(180deg, #2B3846 0%, #16171D 100%);
    }
    .series-main__img1 {
        height: auto;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 400px;
    }
    .series-main__img1 img {
        height: auto;
        width: 100%;
    }
    .series-main__img2 {
        height: auto;
        width: 100%;
        max-width: 400px;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 50%);
    }
    .series-main__img2 img {
        height: auto;
        width: 100%;
    }
    .series-main__block {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 140px;
    }
    .series-main__block-cont {
        width: 100%;
        justify-content: flex-start;
    }
    .series-main__block-img {
        height: 33px;
    }
    .series-main__block-series {
        margin-right: 7px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
    }
    .series-main__title {
        margin-top: 18px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 21px;
    }
    .series-main {
        margin-bottom: 120px;
    }
    .series-main__text {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
    }
    .series-main__block-top {
        justify-content: flex-start;
    }

    .series-main__helper {
        width: 100%;
        padding: 0 23px;
    }
    .series-main {
        padding-top: 50px;
    }
    .product-main__side-big img {
        display: inline-block;
    }
    .product-main__side-big {
        margin-bottom: 15px;
    }
    .product-main__side-block {
        width: 100%;
        justify-content: center;
        position: relative;
        margin: 0;
    }
    .product-main__side-small.slick-center {
        transform: scale(1);
    }
    .product-main__side-small {
        width: 100px;
        padding: 0px;
        transform: scale(.7);
    }
    .product-main__title {
        font-family: 'Play';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 11px;
    }
    .product-main__block {
        margin-top: 62px;
    }
    .product-main__line {
        flex-direction: column;
        padding: 0;
        margin-bottom: 5px;
    }
    .product-main__line-block {
        width: 100%;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }
    .product-main__line:nth-child(2n + 1) {
        background: transparent;
    }
    .product-main__line-block:first-child {
        text-align: left;
        padding-left: 18px;
        margin-bottom: 7px;
    }
    .product-main__line-block:last-child {
        text-align: left;
        padding: 8px 5px 8px 50px;
        background: rgba(43, 56, 70, 0.3);
    }
    .product-main__info-price {
        padding: 0;
    }
    .product-main__description {
        margin-bottom: 27px;
    }
    .product-banner__bg {
        right: auto;
        left: 0;
    }
    .product-banner__cont {
        width: 100%;
        padding: 0 30px;
    }
    .product-banner {
        overflow: hidden;
        padding: 30px 0;
        margin-bottom: 52px;
    }
    .product-features {
        margin-bottom: 50px;
    }
    .product-common {
        margin-bottom: 60px;
    }
    .product-gallery {
        margin-bottom: 100px;
    }
    .product-common__types-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .product-common__types-item:nth-last-child(1) {
        margin-bottom: 0;
    }
    .product-common__types-item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .product-common__types {
        width: 100%;
        padding: 9px 0;
    }
    .product-common__helper {
        width: 100%;
        padding: 5px 0;
    }
    .product-gallery__big {
        width: 100%;
    }
    .product-gallery__block {
        width: 100%;
    }
    .cont {
        width: 100%;
        padding: 0 30px;
    }
    .product-features__cont {
        width: 100%;
    }
    .product-features__head {
        margin-bottom: 21px;
    }
    .product-features__text {
        -webkit-line-clamp: 5;
    }
    .product-download__head {
        margin-bottom: 32px;
    }
    .product-gallery__small {
        padding: 5px;
    }
    .product-gallery__big {
        padding: 5px;
    }
}
@media (max-width: 477px) {
    .series-main__bg {
        width: 100%;
        max-height: 100%;
        height: auto;
        bottom: 0;
        top: auto;
    }
    .series-main__bg img {
        width: 100%;
        height: auto;
    }
}