@font-face {
    font-family: 'Helvetica';
    src: url('/local/templates/harvey/fonts/helvetica.eot');
    src: url('/local/templates/harvey/fonts/helvetica.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/harvey/fonts/helvetica.woff') format('woff'),
        url('/local/templates/harvey/fonts/helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/local/templates/harvey/fonts/HelveticaNeueBoldCondensed.eot');
    src: url('/local/templates/harvey/fonts/HelveticaNeueBoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/harvey/fonts/HelveticaNeueBoldCondensed.woff') format('woff'),
        url('/local/templates/harvey/fonts/HelveticaNeueBoldCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/harvey/fonts/Inter-Regular.eot');
    src: url('/local/templates/harvey/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/harvey/fonts/Inter-Regular.woff') format('woff'),
        url('/local/templates/harvey/fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

section .new-index-h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

section .new-index-h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Helvetica Neue";
}

section .new-index-text-20 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    font-family: Helvetica;
}

section .new-index-text-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

section .new-index-btn {
    padding: 17px 20px;
    box-sizing: border-box;
    border: 2px solid #242730;
    background: #e6e6e6;
    outline: none !important;
    text-align: center;
    max-width: 250px;
    width: 100% !important;
    text-decoration: none !important;

    color: #333333 !important;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: block;
    transition: .3s;
}

section .new-index-btn:hover {
    background: transparent;
    color: #fff !important;
}

section .new-index-btn.--dark {
    background: #242730;
    border-color: #242730;
    color: #fff !important;
    max-width: 280px;
}

section .new-index-btn.--dark:hover {
    background: transparent;
    color: #242730 !important;
}

.new-index__title {
    color: var(--white, #FFF);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}

.new-index__title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.new-index__title-wrapper {
    max-width: 749px;
    width: 100%;
    padding: 140px 0 164px;
    position: relative;
    z-index: 10;
}

.new-index__title-header {
    margin-top: 0;
    margin-bottom: 0;
}

.new-index__title-tags {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0 35px;
}

.new-index__title-tag {
    color: var(--white, #FFF);
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 160%;
    color: inherit !important;
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-index__title-tag:not(:last-child) {
    margin-right: 10px;
}

.new-index__title-tag:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    display: block;
    margin-left: 10px;
}

.new-index__title-btn {}

.new-index__advantages {
    padding: 100px 0 50px;
    box-sizing: border-box;
    color: #000;
}

.new-index__advantages.--shoert-padded {
    padding: 50px 0 100px;
}

.new-index__advantages-wrapper {}

.new-index__advantages-list {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    font-family: Helvetica;
}

.new-index__advantages-item {
    padding: 38px 45px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.new-index__advantages-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.new-index__advantages-item__wrap {
    position: relative;
    z-index: 5;
}

.new-index__advantages-item.--1-2-1-3 {
    color: #fff;
    grid-column: 1/2;
    grid-row: 1/3;
}

.new-index__advantages-item.--2-4-2-3 {
    color: #fff;
    grid-column: 2/4;
    grid-row: 2/3;
}

.new-index__advantages-icon {
    margin-bottom: 25px;
}

.new-index__advantages-name {
    display: block;
    margin-bottom: 10px;
    max-width: 250px;
}

.new-index__advantages-link {
    color: inherit !important;
}

.new-index__advantages-text {}

.new-index__catalog {
    color: #000;
    padding: 50px 0 90px;
}

.new-index__catalog.--white {
    background: #fff;
    padding: 100px 0;
}

@media screen and (min-width: 768px) {
    .new-index__catalog.--slider-m .new-index__catalog-nav {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    .new-index__catalog.--slider-xs .new-index__catalog-nav {
        display: none;
    }
}

.new-index__catalog.--videos .new-index__catalog-item__img::before {
    content: '';
    width: 35px;
    height: 25px;
    background-image: url('../images/yt-icon.svg');
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.new-index__catalog.--videos .new-index__catalog-item__img {
    height: 155px;
}

.new-index__catalog-wrapper {
    position: relative;
}

.new-index__catalog-headline {
    margin-bottom: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-index__catalog-header {
    margin-top: 0;
    margin-bottom: 0;
}

.new-index__catalog-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 38px;
}

section .new-index__catalog-nav-item {
    position: static;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    background: transparent !important;
}

.new-index__catalog-nav-item.swiper-button-prev {
    left: -30px !important;
}

.new-index__catalog-nav-item.swiper-button-next {
    right: -30px !important;
}

section .new-index__catalog-nav-item svg {
    width: 100%;
    height: 100%;
}

section .new-index__catalog-nav-item::after {
    display: none;
}

.new-index__catalog-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 20px;
    margin-bottom: 0;
}

.new-index__catalog-item {}

.new-index__catalog-item a {
    text-decoration: none !important;
}

.new-index__catalog-item__img {
    margin-bottom: 20px;
    height: auto;
    position: relative;
}

.new-index__catalog-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-index__catalog-item__name {
    display: block;
}

.new-index__catalog-item__cost {
    display: block;
    margin-top: 10px;
    font-family: Inter;
}

.new-index__catalog-more {
    margin-top: 40px;
}

.xs-only {
    display: none;
}

.new-index__catalog:not(.instant-slider) .new-index__catalog-nav {
    display: none;
}

.new-detail__title {
    padding: 50px 0 0;
    font-family: Helvetica;
}

.new-detail__title * {
    box-sizing: border-box;
}

.new-detail__title-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 39px;
    align-items: start;
}

.new-detail__title-slider {
    position: relative;
    width: 100%;
    grid-row: 1/6;
}

.new-detail__title-slider-btns {}

.new-detail__title-slider__btn {
    padding: 0;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    background: transparent;
}

.new-detail__title-slider__btn::after {
    display: none;
}

new-detail__title-slider__btn svg {
    width: 100%;
    height: 100%;
}

.new-detail__title-slide {
    object-fit: contain;
}

.new-detail__title-slide img {
    width: 100%;
    max-width: 600px;
    height: 100%;
    object-fit: cover;
}

.new-detail__title-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.new-detail__title-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #707375;
}

.new-detail-text-20 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
}

.new-detail-text-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

.new-detail-text-14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 250%;
}

.new-detail-text-12 {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
}

.new-detail__title-headline {
    margin-bottom: 10px;
}

.new-detail__title-name {
    color: #222;
    margin: 0 0 4px;
}

.new-detail__title-desc {
    color: #707375;
    margin: 0;
    line-height: 100%;
}

.new-detail__title-btns {
    margin-bottom: 30px;
}

.new-detail__title-btns__wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.new-detail__title-btns__wrap * {
    color: #222;
    margin-bottom: 0;
}

.new-detail__title-price {
    margin-right: 35%;
    white-space: nowrap;

    font-weight: 700;
}

.new-detail__title-delivery {
    white-space: nowrap;
}

.new-detail__title-btns__buttons {
    display: grid;
    grid-template-columns: 130px 240px;
    gap: 10px;
}

.new-detail__title-btns__button {
    font-size: 16px !important;
    padding: 13px 20px !important;
}

.new-detail__title-btns__button:not(:last-child) {
    margin-right: 10px;
}

.new-detail__title-info {
    margin-bottom: 15px;
}

.new-detail__title-info p {
    font-size: 16px;
    line-height: 130%;
    color: #222;
}

.new-detail__title-info ul {
    padding-left: 20px;
    color: #000;
    font-size: 14px;
    line-height: 150%;
    margin: 15px 0;
}

.new-detail__title-info li:not(:last-child) {
    margin-bottom: 10px;
}

.new-detail__title-wrapper {
    position: relative;
}

.new-detail__title-links {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #222;

    position: absolute;
    bottom: 0;
    left: 52%;
    width: 52%;
}

@media screen and (max-width: 1200px) {
    .new-detail__title-links {
        position: static;
        width: auto;
    }
}

.new-detail__title-link {
    color: inherit !important;
    font-weight: 400 !important;
    text-decoration: underline;
}

.new-detail__title-link:first-child {
    margin-right: 35%;
}

.new-detail__tabs {
    padding: 100px 0 0;
    font-family: Helvetica;
}

.new-detail__tabs-wrapper {}

.new-detail__tabs-list {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    position: relative;
    top: 1px;
    z-index: 10;
}

.new-detail__tabs-item {
    /* padding: 19px 20px; */
    border-top: 1px solid var(--dark-grey, #333);
    border-bottom: 1px solid var(--dark-grey, #333);
    border-right: 1px solid var(--dark-grey, #333);
    color: #000;
    text-align: left;
    background: #e6e6e6;
    cursor: pointer;
}

.new-detail__tabs-item__wrap {
    /* padding: 19px 20px; */
    padding: 10px;
}

.new-detail__tabs-item.--active {
    border-bottom: 1px solid #707375;
    background: #707375;
    color: #fff;
}

.new-detail__tabs-item:first-child {
    border-left: 1px solid var(--dark-grey, #333);
}

.new-detail__tabs-wrap {
    position: relative;
}

.new-detail__tabs-content {
    border: 1px solid var(--dark-grey, #333);
    background: var(--2-grey, #707375);
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.new-detail__tabs-content.--active {
    opacity: 1;
    pointer-events: all;
}

.new-detail__tabs-content.--char {
    padding: 33px 45px 48px;
}

.new-detail__tabs-content.--comp {
    padding: 33px 45px 48px;
}

.new-detail__tabs-content.--inst {
    padding: 45px;
}

.new-detail__tabs-content.--vids {
    padding: 44px 48px;
}

.new-detail__tabs-content.--revs {
    padding: 35px 46px;
}

.new-detail__tabs-content__wrapper {
    position: relative;
}

.new-detail__tabs-content__wrapper .new-index__catalog-nav-item {
    display: none;
}

.new-detail__tabs-content__wrapper .new-index__catalog-nav-item.swiper-button-prev {
    left: 0 !important;
}

.new-detail__tabs-content__wrapper .new-index__catalog-nav-item.swiper-button-next {
    right: 0 !important;
}

.new-detail__tabs-content__wrapper .new-index__catalog-nav-item {
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.new-detail__tabs-char-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 35px;
    padding-left: 0;
    align-items: start;
}

.new-detail__tabs-char-list.--dotted li {
    border-bottom: 2px dotted #fff;
}

.new-detail__tabs-char-list.--dotted li span {
    background: #707375;
    position: relative;
    top: 3px;
}

.new-detail__tabs-char-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 13px;
}

.new-detail__tabs-char-item::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -15px;
    display: block;
}

.new-detail__tabs-char-item span {
    font: inherit;
    line-height: 100%;
}

.new-detail__tabs-content__links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 25px 85px;
}

.new-detail__tabs-content-link {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.new-detail__tabs-content-link img {
    margin-right: 10px;
}

.new-detail__tabs-content__videos:not(.swiper) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 27px 16px;
    overflow: hidden;
}
.new-detail__tabs-content__videos.swiper {
    height: 548px;
}

.new-detail__tabs-content__video {}

.new-detail__tabs-content__video-img {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.new-detail__tabs-content__video-img img {
    width: 100%;
}

.swiper-slide__video::before,
.new-detail__tabs-content__video-img::before {
    content: '';
    width: 35px;
    height: 25px;
    background-image: url('../images/yt-icon.svg');
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.new-detail__tabs-content__video-desc {
    display: block;
    line-height: 130%;
}

.new-detail__tabs-content-reviews {}

.new-detail__tabs-content-reviews__headline {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0 10vw;
}

.new-detail__tabs-content-reviews__left {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 5vw;
}

.new-detail__tabs-content-reviews__grad {
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-detail__tabs-content-reviews__big {
    color: var(--white, #FFF);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin-right: 16px;
}

.new-detail__tabs-content-reviews-wrap {}

.new-detail__tabs-content-reviews__stars {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 5px;
}

.new-detail__tabs-content-reviews__stars:not(.--colored) img {
    width: 16px;
    height: 16px;
    filter: grayscale(1);
}

.new-detail__tabs-content-reviews__stars img:not(:last-child) {
    margin-right: 2px;
}

/* .new-detail__tabs-content-reviews__stars.--grad-1 img:nth-child(1) {
    filter: initial;
}
.new-detail__tabs-content-reviews__stars.--grad-2 img:nth-child(1),
.new-detail__tabs-content-reviews__stars.--grad-2 img:nth-child(2) {
    filter: initial;
}
.new-detail__tabs-content-reviews__stars.--grad-3 img:nth-child(1),
.new-detail__tabs-content-reviews__stars.--grad-3 img:nth-child(2),
.new-detail__tabs-content-reviews__stars.--grad-3 img:nth-child(3) {
    filter: initial;
}
.new-detail__tabs-content-reviews__stars.--grad-4 img:nth-child(1),
.new-detail__tabs-content-reviews__stars.--grad-4 img:nth-child(2),
.new-detail__tabs-content-reviews__stars.--grad-4 img:nth-child(3),
.new-detail__tabs-content-reviews__stars.--grad-4 img:nth-child(4) {
    filter: initial;
}
.new-detail__tabs-content-reviews__stars.--grad-5 img:nth-child(1),
.new-detail__tabs-content-reviews__stars.--grad-5 img:nth-child(2),
.new-detail__tabs-content-reviews__stars.--grad-5 img:nth-child(3),
.new-detail__tabs-content-reviews__stars.--grad-5 img:nth-child(4),
.new-detail__tabs-content-reviews__stars.--grad-5 img:nth-child(5) {
    filter: initial;
} */


.new-detail__tabs-content-reviews-small {
    color: var(--3-grey, #BABABA);
    line-height: 100%;
}

.new-detail__tabs-content-reviews__bars {}

.new-detail__tabs-content-reviews__bar {
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-detail__tabs-content-reviews__bar-text {
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-detail__tabs-content-reviews__bar-text img {
    margin-left: 5px;
}

.new-detail__tabs-content-reviews__bar-text img {}

.new-detail__tabs-content-reviews__bar-progress {
    margin: 0 5px;
    width: 100%;
    height: 10px;
    border-radius: 300px;
    background: var(--4-grey, #E6E6E6);
    position: relative;
}

.new-detail__tabs-content-reviews__bar__progress-inner {
    border-radius: inherit;
    background: #e4a70a;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
}

.new-detail__tabs-content-reviews__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    margin-top: 45px;
}

.new-detail__tabs-content-reviews__item {
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.new-detail__tabs-content-reviews__item:not(:last-child) {
    margin-bottom: 10px;
}

.new-detail__tabs-content-reviews__item-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-detail__tabs-content-reviews__main {
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-detail__tabs-content-reviews__name {
    margin-right: 10px;
}

.new-detail__tabs-content-reviews__date {
    color: #707375;
}

.new-detail__tabs-content-reviews__item-text {
    margin-top: 8px;
}

.new-detail__tabs-content-reviews__item-text p {}

.new-detail__tabs-content-reviews__pagen {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.new-detail__tabs-content-reviews__pagen-arrow:first-child {
    margin-right: 15px;
}

.new-detail__tabs-content-reviews__pagen-arrow:last-child {
    margin-left: 15px;
}

.new-detail__tabs-content-reviews__pagen-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

.new-detail__tabs-content-reviews__pagen-item:not(:last-child) {
    margin-right: 7px;
}

.new-detail__tabs-content-reviews__pagen-item.--active {
    background: #333;
}

.new-detail__tabs-item__icon {
    display: none;
}

.new-detail__tabs-item__content {
    display: none;
}

.review-popup {
    max-width: 460px !important;
    width: 100%;
    padding: 0 !important;
    display: none;
}

.review-popup__wrapper {
    background: #fff;
    padding: 45px 40px;
}

.review-popup__header {
    color: var(--Black, #222);
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
}

.review-popup__form {}

.review-popup__label {
    display: block;
    width: 100%;
}

.review-popup__label:not(:last-child) {
    margin-bottom: 20px;
}

.review-popup__field {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid var(--2-grey, #707375);
    padding: 17px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 24.8px */
}

.review-popup__grad {
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.review-popup__text {
    color: var(--black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    margin-right: 20px;
}

.review-popup__grad-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
}

.review-popup__grad-label {
    position: relative;
    cursor: pointer;
}

.review-popup__grad-label:not(:last-child) {
    margin-right: 2px;
}

.review-popup__radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.review-popup__radio:checked+img {
    filter: grayscale(0);
}

.review-popup__grad-label img {
    filter: grayscale(1);
    width: 33px;
    height: 33px;
}

.review-popup__terms {
    color: var(--Black, #222);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 16.9px */
    display: block;
    margin-bottom: 20px;
}

.review-popup__terms a {
    text-decoration: underline;
}

.review-popup__btn {
    background: var(--dark-blue, #242730);
    color: var(--white, #FFF);
    text-align: center;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
    width: 100%;
    padding: 16px 20px;
    text-align: center;
}

.review-popup__grad-wrap._active .review-popup__grad-label img {
    filter: grayscale(0);
}

.review-popup__grad-label._active+.review-popup__grad-label img,
.review-popup__grad-label._active+.review-popup__grad-label+.review-popup__grad-label img,
.review-popup__grad-label._active+.review-popup__grad-label+.review-popup__grad-label+.review-popup__grad-label img,
.review-popup__grad-label._active+.review-popup__grad-label+.review-popup__grad-label+.review-popup__grad-label+.review-popup__grad-label img {
    filter: grayscale(1) !important;
}

.otzivy-wrap {
    position: relative;
}

.new-rating {
    position: absolute;
    top: -33px;
    left: 50%;
}

.new-rating__wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
}

.new-rating__stars {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 0;
}

.new-rating__box {
    position: relative;
}

.new-rating__stars.--colored {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: initial;
    overflow: hidden;
}

.new-rating__star {
    width: 16px;
    height: 14px;
    flex-shrink: 0;
}

.new-rating__star:not(:last-child) {
    margin-right: 2px;
}

.new-rating__number {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
    color: #707375;
    margin-left: 8px;
    position: relative;
    top: 1px;
}


@media screen and (min-width: 769px) {
    .new-detail__tabs-content.--vids .new-index__catalog-nav-item {
        position: absolute;
    }

    .new-detail__tabs-content.--vids .new-index__catalog-nav-item.swiper-button-prev {
        left: -40px !important;
        margin: 0;
    }

    .new-detail__tabs-content.--vids .new-index__catalog-nav-item.swiper-button-next {
        right: -40px !important;
        margin: 0;
    }

    section .new-index__catalog-nav-item {
        position: static;
    }

    section .new-index__catalog-nav-item:not(:last-child) {
        margin-right: 20px;
    }

    /* .new-detail__tabs-content__wrapper .new-index__catalog-nav-item {
        display: none !important;
    } */
}

@media screen and (min-width: 360px) {
    .new-index__advantages:not(.--shoert-padded)+.new-index__catalog .new-index__catalog-nav {
        display: none !important;
    }
}

@media screen and (max-width: 1128px) {
    .new-detail__title-wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1000px) {
    .new-rating {
        left: -30%;
    }

    .new-rating__number {
        margin-left: 2px;
    }

    .new-index__catalog.instant-slider .new-index__catalog-wrapper {
        padding: 35px;
    }

    .new-index__catalog.instant-slider .new-index__catalog-nav-item.swiper-button-prev {
        left: 10px !important;
    }

    .new-index__catalog.instant-slider .new-index__catalog-nav-item.swiper-button-next {
        right: 10px !important;
    }

    .new-detail-text-14 {
        font-size: 12px;
    }

    .new-detail__tabs-content__video-img {
        /* max-width: 285px; */
        width: 100%;
    }

    .new-index__advantages-item {
        padding: 30px;
    }

    .new-index__advantages-icon {
        width: 45px;
    }

    .new-index-text-20 {
        font-size: 18px;
    }

    .new-index__title-header {
        margin-bottom: 15px;
    }

    .new-index__title-tags {
        margin: 15px 0 25px;
    }

    .new-detail__title-slider {
        grid-row: 1/4;
        order: 1;
    }

    .new-detail__title-links {
        order: 2;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .new-rating {
        position: static;
        margin-left: 30px;
    }

    .otzivy-wrap {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .new-detail__tabs-content__videos {
        display: block;
    }

    body .new-index__catalog-nav-item {
        display: block;

        padding: 10px;
        border-radius: 50%;
        width: 30px !important;
        height: 30px !important;
        background: #fff !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .new-detail__tabs-content-reviews__big,
    .new-detail__tabs-content-reviews__bar-text {
        color: #000 !important;
    }

    .new-detail__tabs-content-link img {
        filter: invert(1);
    }

    .new-detail__tabs-content__links {
        grid-template-columns: repeat(3, 1fr);
    }

    .new-detail__tabs-content-link {
        color: #000 !important;
    }

    .new-detail__tabs-char-list.--dotted li {
        border-bottom: 1px dotted #000;
        text-align: left;
    }

    .new-detail__tabs-item.--active .new-detail__tabs-item__content {
        max-height: 10000px;
        padding-top: 20px;
    }

    .new-detail__tabs-item__content {
        display: block;
        max-height: 0;
        transition: .3s;
        overflow: hidden;
    }

    .new-detail__tabs-item__content ul li {
        text-align: left;
    }

    .new-detail__tabs-char-list.--dotted li span {
        background: #E6E6E6;
    }

    .new-detail__tabs-char-item::before {
        background: #000;
    }

    .new-detail__tabs-char-list {
        grid-template-columns: 1fr;
    }

    .new-detail__tabs-item.--active .new-detail__tabs-item__icon {
        background: #bababa;
        transform: rotate(45deg);
    }

    .new-detail__tabs-wrap {
        display: none;
    }

    .new-detail__tabs-list {
        flex-direction: column;
    }

    .new-detail__tabs-item {
        width: 100%;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid #BABABA !important;

        color: #000 !important;
        padding: 30px 0;
    }

    .new-detail__tabs-item__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }

    .new-detail__tabs-item__icon {
        display: block;
        border-radius: 50%;
        transition: .3s;
    }

    .new-detail__tabs-item:first-child {
        border-top: 1px solid #BABABA !important;
    }

    .new-detail__tabs {
        padding-top: 70px;
    }

    .new-detail__title-headline {
        margin-bottom: 15px;
    }

    .new-detail__title-info {
        order: 2;
        /*grid-column: 1/3;*/
        margin-top: 35px;
    }

    .new-detail__title-links {
        order: initial;
        margin-top: 0;
    }

    .new-detail__title-slider {
        grid-row: 1/5;
    }

    .new-detail__title-wrapper {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .new-detail__title-link:first-child {
        margin-right: 10%;
    }

    .new-index__catalog:not(.instant-slider) .new-index__catalog-nav {
        display: flex;
    }

    .new-detail__tabs-content__video-img section .new-index-h1 {
        font-size: 40px;
    }

    .new-index__title-wrapper {
        padding: 70px 0 74px;
    }

    .new-index__advantages-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-index__advantages-item.--1-2-1-3 {
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .new-index__advantages {
        padding: 70px 0 50px;
    }

    .new-index__catalog {
        padding: 50px 0 70px;
    }

    .new-index__catalog-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 53px 20px;
    }

    .new-index__catalog-item__img {
        height: 230px;
        margin-bottom: 15px;
    }

    .new-index__catalog-item.swiper-slide .new-index__catalog-item__img {
        height: auto;
    }

    .new-index__catalog-headline {
        margin-bottom: 40px;
    }

    .new-index__catalog.--white {
        padding: 70px 0;
    }

    .new-index__advantages-item.--2-4-2-3 {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .new-index__catalog-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 53px 20px;
    }
}

@media screen and (max-width: 480px) {
    .new-detail__tabs-char-list.--dotted li span:last-child {
        text-align: right;
    }

    .new-detail__tabs-char-list.--dotted li span {
        /* border-bottom: none; */
        top: 0px;
    }

    .new-detail__tabs-content__videos {
        padding: 0 14px;
    }

    .new-detail__tabs-content__video-img {
        width: 100%;
        max-width: 100%;
    }

    .new-detail__title-btns__buttons {
        grid-template-columns: 1fr 2fr;
    }

    .new-detail__tabs-content-reviews__bar-progress {
        background: #fff;
    }

    .new-detail__tabs-content-reviews__bars {
        margin: 20px 0;
    }

    .new-detail__tabs-content-reviews__headline {
        grid-template-columns: 1fr;
    }

    .new-detail__tabs-content-reviews__left {
        grid-template-columns: 1fr;
    }

    .new-detail__tabs {
        padding: 10px;
    }

    .new-detail__title-wrapper {
        grid-template-columns: 1fr;
    }

    .new-detail__title-info {
        grid-column: 1/2;
    }

    .new-detail__title-slider {
        grid-row: 1/2;
        margin-bottom: 25px;
    }

    section .new-index-h1 {
        font-size: 25px;
    }

    .new-index__title-header {
        margin-bottom: 10px;
    }

    .new-index__title-tags {
        margin: 10px 0 20px;
    }

    .new-index__title-wrapper {
        padding: 50px 0 64px;
    }

    .new-index__title-tag {
        font-size: 12px !important;
    }

    .new-index__title-tag:not(:last-child)::after {
        margin-left: 7px;
    }

    .new-index__advantages-list {
        grid-template-columns: 1fr;
    }

    .new-index__advantages-item.--1-2-1-3 {
        grid-column: 1/2;
        grid-row: initial;
    }

    .new-index__advantages-item__wrap {
        display: grid;
        grid-template-columns: 40px auto;
        gap: 10px 24px;
    }

    .new-index__advantages-icon {
        margin-bottom: 0;
        grid-row: 1/3;
    }

    .new-index__advantages-name {
        margin-bottom: 0;
        max-width: 100%;
    }

    section .new-index-h2 {
        font-size: 24px;
    }

    .new-index__catalog-list {
        grid-template-columns: 1fr 1fr;
        gap: 25px 20px;
    }

    .new-index__catalog {
        padding: 30px 0 70px;
    }

    .new-index__catalog.--white {
        background: transparent;
    }

    .new-index__catalog.--white .new-index__catalog-wrapper {
        background: #fff;
        padding: 35px;
    }

    .new-index__catalog-list {
        overflow: hidden;
    }

    .new-index__catalog-nav-item.swiper-button-prev {
        left: 10px !important;
    }

    .new-index__catalog-nav-item.swiper-button-next {
        right: 10px !important;
    }

    .new-index__catalog-item.swiper-slide .new-index__catalog-item__img {
        height: 350px;
    }

    .new-index__catalog.--dark-s,
    .new-index__catalog.--dark-s .new-index__catalog-item__name,
    .new-index__catalog.--dark-s .new-index__catalog-item__cost {
        color: #fff;
    }

    .new-index__catalog-list.--slider-xl .new-index__catalog-item__name,
    .new-index__catalog-list.--slider-xl .new-index__catalog-item__cost,
    .new-index__catalog-list.--slider-s .new-index__catalog-item__name,
    .new-index__catalog-list.--slider-s .new-index__catalog-item__cost {
        text-align: center;
    }

    .new-index__catalog.--dark-s .new-index__catalog-nav-item svg {
        /* filter: invert(1); */
    }

    .new-index__catalog.--dark-s .new-index__catalog-wrapper {
        background: #333;
        padding: 35px;
    }

    .new-index__advantages.--shoert-padded {
        padding: 30px 0 70px;
    }

    .new-index__catalog.--white {
        padding: 30px 0;
    }

    .new-index__catalog-more {
        margin-top: 10px;
    }

    .new-index__catalog-item.swiper-slide .new-index__catalog-item__img {
        height: 250px;
    }
}

@media screen and (max-width: 390px) {
    .new-detail__title-btns__buttons {
        grid-template-columns: 1fr;
    }

    .new-detail__title-btns__button {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 360px) {

    .new-detail__title-price {
        margin-right: auto;
    }

    .xs-only {
        display: flex;
    }

    .new-index__advantages-item__wrap {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .new-index__advantages-icon {
        grid-row: initial;

    }

    section .new-index-h2 {
        font-size: 25px;
    }

    .new-index__catalog.--dark-xs,
    .new-index__catalog.--dark-xs .new-index__catalog-item__name,
    .new-index__catalog.--dark-xs .new-index__catalog-item__cost {
        color: #fff;
    }

    .new-index__catalog.--dark-xs .new-index__catalog-wrapper {
        background: #333;
        padding: 30px 35px;
    }

    .new-index__catalog.--dark-xs .new-index__catalog-nav-item svg {
        filter: invert(1);
    }
}

figure.card-item.card-item--main {
    position: relative;
}

figcaption.card-item__desc {
    padding-top: 20px;
}

figure.card-item.card-item--main .new-rating {
    display: flex;
    justify-content: start;
    align-items: center;

    position: absolute;
    top: 236px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 12px 7px 5px;
    background: #fff;
    border-radius: 3px;
    z-index: 10;
    margin-left: 0;
}

.new-rating__wrap {
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-rating__wrap:not(:last-child) {
    margin-right: 10px;
}

.new-rating__wrap img {
    margin-right: 5px;
    flex-shrink: 0;
}

.new-rating__text {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
    color: #959595;
    position: relative;
    top: 2px;
    white-space: nowrap;
}

.new-detail__title-headline .new-rating {
    position: static;
    transform: none;
    width: max-content;
    margin-top: 10px;
}

.availability-box-close,
.deliveryprice-box-close {
    display: none;
}

.new-index__advantages-link {
    text-decoration: underline !important;
}

@media screen and (max-width: 575px) {
    figure.card-item.card-item--main .new-rating {
        top: 176px;
    }
}

#compare-data-table tr:nth-child(2) td[valign="top"]>a {
    display: block;
    height: 65px;
}


@media screen and (max-width: 768px) {
    .new-detail-pricedelivery__title.__show-box {
        text-decoration: underline;
    }
    .new-detail__tabs-content__videos.swiper {
        height: 398px;
    }

    .new-detail-pricedelivery .deliveryprice-box {
        /* position: fixed;
        top: unset;
        right: 0;
        bottom: 0;
        width: 100vw;
        padding-bottom: 50px; */

        /* border-top: 2px solid #000;
            z-index: 100; */

        top: 65%;
        right: unset;
        left: 0;
        width: 300px;
    }

    .availability .availability-box {
        /* position: fixed;
        top: unset;
        right: 0 !important;
        bottom: 0;
        width: 100vw !important;
        padding-bottom: 50px; */

        /* border-top: 2px solid #000; */
        z-index: 100;
        width: 300px !important;
    }

    #catalog_store_amount_div {
        max-width: 80%;
        font-size: 14px;
    }

    .availability-box::before {
        /* display: none !important; */
    }

    .deliveryprice-box::before {
        left: 20px;
        top: 0px;
    }

    /* .availability-box-close,
    .deliveryprice-box-close {
        position: absolute;
        top: -20px;
        right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #bababa;
        transform: rotate(45deg);
        cursor:pointer;
    } */
}

.feedback .backwrp .btn.btn-default {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.rekvizit {
    margin-top: 10px !important;
}

.rekvizit>table {
    max-width: 600px;
}

.feedback .backwrp {
    display: flex;
    justify-content: start;
    align-items: center;
}

.feedback>.container {
    display: flex;
    flex-direction: column;
}

.bx-footer-section__buttons--mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .feedback .backwrp {
        flex-direction: column;
        align-items: start;
    }

    .feedback .backwrp .btn.btn-default {
        width: 200px !important;
        margin-bottom: 20px;
    }

    .bx-footer-section {
        position: relative;
    }

    .bx-footer-section__buttons--pc {
        display: none;
    }
    
    .bx-footer-section__buttons--mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bx-footer-section__buttons--mobile .bx-footer-section__buttons-wrapper {
        width: fit-content;
        padding: 20px;
    }
    
    .bx-footer-section__buttons--mobile br {
        display: none;
    }
    
    .bx-footer-section__buttons--mobile .backwrp {
        float: none;
        margin: 0;
        margin-top: 10px;
    }
}

.new-index__catalog.--videos.--white .new-index__catalog-nav-item {
    /* background-color: red; */
    top: 42% !important;
}
.new-detail__tabs-char-list-col .new-detail__tabs-char-item + .new-detail__tabs-char-item {
    margin-top: 15px;
}
@media screen and (max-width: 550px) {
    
    section .new-index-btn {
        padding: 15px 17px;
    }
    .new-index__catalog.--white .new-index__catalog-wrapper {
        padding: 20px;
    }
    .new-index__catalog-nav-item.swiper-button-prev {
        left: -7px !important;
    }
    .new-index__catalog-nav-item.swiper-button-next {
        right: -7px !important;
    }
    .index__catalog__new .new-index__catalog-item__img {
        position: relative;
        min-height: 143px;
    }
    
    .media-body .media-heading {
        font-size: 14px;
    }


    .new-detail__title-slider .swiper-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }
    .new-detail__title-links-wrapper {
        flex-direction: column;
        align-items: start;
    }
    .new-detail__title-link:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .new-detail__tabs-item__content ul {
        padding-left: 15px;
    }
    .new-detail__tabs-item__content ul li::marker {
        font-size: 12px;
    }
    .new-detail__tabs-item {
        padding: 15px 0;
    }
    .new-detail__tabs-content__links {
        grid-template-columns: 1fr;
        grid-template-rows: initial;
        grid-auto-flow: initial;
    }
    .new-detail__tabs-content__wrapper .block {
        flex-direction: column;
    }
    .new-detail__tabs-content__wrapper .block a button {
        width: 100% !important;
    }
    .new-detail__tabs-content-reviews__left {
        grid-template-columns: 1fr !important;
        padding-right: 1px;
    }
    .new-detail__tabs-content-reviews__list {
        padding-left: 0 !important;
    }
    .new-detail__tabs-content-reviews__item-headline {
        flex-direction: column;
        justify-content: start;
        align-items: end;
    }
    .new-detail__tabs-content-reviews__main {
        width: 100%;
        justify-content: space-between;
    }
}

[data-tab-content="Rutube"] .swiper-button-disabled,
[data-tab="Rutube"] .swiper-button-disabled,
[data-tab="Youtube"] .swiper-button-disabled,
[data-tab-content="Youtube"] .swiper-button-disabled {
    opacity: 0 !important;
}

/* banner АКции */
.act-banners-nav-item {
    position: absolute;
    border: none;
    outline: none;
    mrgin: 0;
    padding: 10px;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.act-banners-nav-item.swiper-button-prev{
    left: 0;
}
.act-banners-nav-item.swiper-button-next{
    right: 0;
}
.act-banners-slider {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.swiper-button-next, .swiper-button-prev   {
    color: white !important;
}
.swiper-pagination-bullet-active {
    background-color: white !important;
}
.act-banners-banner a {
    display: block;
}
.act-banners-banner img {
    width: 100%;
}
section .new-index__catalog-nav-item  {
    top:30% !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    content: '' !important;
}
@media screen and (max-width: 768px) {
    .act-banners-slider {
        overflow: unset;
    }
    .act-banners-nav-item.swiper-button-next{
        right: -7px;
    }
    .act-banners-nav-item.swiper-button-prev{
        left: -7px;
    }
}