/*------------------------*/
.scrollyeah__shadow {
    display: none !important;
}

.mainSection {
    margin-top: 60px !important;
}

.goodgrid .tooltipControl .tooltipBlock {
    padding: 16px;
    left: -20px;
    top: calc(100% + 20px);
    max-width: 250px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 26px;
}

.goodgrid .tooltipControl .tooltipBlock.right {
    left: auto;
    right: -20px;
}

.goodgrid .tooltipControl .tooltipBlock a {
    margin-top: 10px;
    text-decoration-color: #026ef9;
    font-size: 18px;
}

.goodgrid__tabs {
    margin-bottom: 40px;
}

.goodgrid__tabs .good-tabs__inner {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
}

.goodgrid__wrap,
.goodgrid__main-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
}

.goodgrid__main-wrap {
    margin-bottom: 22px;
}

.goodgrid__wrap > .goodgrid__col {
    width: 33%;
    padding-left: 14px;
    padding-right: 14px;
}

.goodgrid__wrap > .goodgrid__col:first-child {
    width: 66.66%;
}

.goodgrid__main-wrap > .goodgrid__col {
    width: 50%;
    padding-left: 14px;
    padding-right: 14px;
}

.goodgrid-block {
    border-radius: 6px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 16px;
}

.goodgrid__main-wrap .goodgrid-block {
    margin-bottom: 0;
}

.goodgrid__head {
    margin-bottom: 16px;
}

.goodgrid__head h1 {
    font-size: 40px;
}

.goodgrid__calc-button {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px -24px;
}

.goodgrid__calc-button__item {
    width: 50%;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    cursor: pointer;
    padding-right: 24px;
    padding-left: 24px;
}

.goodgrid__calc-button__item:first-child {
    border-right: 1px solid #e6e6e6;
}

.goodgrid__calc-button__item span {
    position: relative;
    display: inline-block;
    text-align: left;
    text-decoration: underline;
}

.goodgrid__calc-button__item span {
    padding-left: 28px;
}

.goodgrid__calc-button__item span:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/calc.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.goodgrid__calc-button__item:hover span {
    text-decoration: none;
}

.goodgrid-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 16px;
}

.goodgrid-row .goodgrid-row__block {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
}

.goodgrid-row .goodgrid-row__block .goodgrid-block {
    height: 100%;
    margin-bottom: 0;
}

.goodgrid_small-title {
    color: var(--Black, #232323);
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.goodgrid__col--1 .goodgrid-block:last-child {
    margin-bottom: 0;
}

/**/

.good-top__slider-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    padding-bottom: 73%;
    margin-bottom: 32px;
}

.good-top__slider-thumbnail {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 12%;
    height: 76%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.good-top__slider-wrapper--padd .good-top__slider-thumbnail {
    top: 12%;
}

.good-top__slider-thumbnail .swiper-slide {
    cursor: pointer;
    position: relative;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 6px;
    -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: border-color 0.3s ease, box-shadow 0.3s ease;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    transition: border-color 0.3s ease, box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.good-top__slider-thumbnail:not(.swiper-initialized) .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.good-top__slider-thumbnail:not(.swiper-initialized) .swiper-slide {
    height: 0;
    padding-bottom: 93.525%;
    margin-bottom: 12px;
}

.good-top__slider-thumbnail:not(.swiper-initialized) .swiper-slide:first-child {
    border-color: #026ef9;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(2, 110, 249, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(2, 110, 249, 0.4);
}

.good-top__slider-thumbnail:not(.swiper-initialized)
.good-top__slider-thumbnail-prev,
.good-top__slider-thumbnail:not(.swiper-initialized)
.good-top__slider-thumbnail-next {
    display: none;
}

.good-top__slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    border-color: transparent;
}

.good-top__slider-thumbnail .swiper-slide.swiper-slide-thumb-active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #026ef9;
    border-radius: 6px;
}

.good-top__slider-thumbnail .swiper-slide img {
    display: block;
    width: auto;
    position: absolute;
    max-width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}

.good-top__slider-thumbnail-prev,
.good-top__slider-thumbnail-next {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 12%;
    height: 12%;
}

.good-top__slider-thumbnail-prev span,
.good-top__slider-thumbnail-next span {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 50%;
    color: #979797;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
    display: block;
    width: 35%;
    height: 48%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.good-top__slider-thumbnail-prev.swiper-button-disabled,
.good-top__slider-thumbnail-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.good-top__slider-thumbnail-prev:not(.swiper-button-disabled):hover span,
.good-top__slider-thumbnail-next:not(.swiper-button-disabled):hover span {
    color: #fff;
    background: #026ef9;
}

.good-top__slider-thumbnail-prev svg,
.good-top__slider-thumbnail-next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 12px;
    height: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    color: currentColor;
}

.good-top__slider-thumbnail-next svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.good-top__slider-thumbnail-prev svg path,
.good-top__slider-thumbnail-next svg path {
    stroke: currentColor;
}

.good-top__slider-thumbnail-prev {
    top: 0px;
}

.good-top__slider-thumbnail-next {
    bottom: 0px;
}

.good-top__slider-main {
    width: calc(88% - 15px);
    height: 100%;
    position: absolute !important;
    top: 0;
    right: 0;
}

.good-top__slider-main .swiper-slide {
    position: relative;
    background: #fff;
}

.good-top__slider-main .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.good-top__slider-main .swiper-slide img {
    position: absolute;
    display: block;
    width: auto;
    max-width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}

.good-top__slider-main-pagination {
    display: none;
    position: absolute;
    bottom: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.good-top__slider-main-pagination .swiper-pagination-bullet {
    background: #c2c2c2 !important;
    opacity: 1;
}

.good-top__slider-main-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #026ef9 !important;
}

/**/

.panelmonitor {
    position: relative;
    margin-bottom: 45px;
}

.panelmonitor img {
    width: 100%;
}

.panelmonitor svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.panelmonitor--vp {
    max-width: 1189px;
}

.panelmonitor--mo {
    max-width: 1189px;
}

.panelmonitor svg .panelmonitor__block {
    fill: #0079fa;
    fill-rule: evenodd;
    fill-opacity: 0.4;
    stroke: #026ef9;
    stroke-width: 2;
    -webkit-transition: fill-opacity 0.3s ease;
    -o-transition: fill-opacity 0.3s ease;
    transition: fill-opacity 0.3s ease;
}

.panelmonitor svg .panelmonitor__block:hover {
    fill-opacity: 0.8;
}

.panelmonitor__tooltip {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    padding: 5px 10px;
    width: 200px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.panelmonitor__tooltip:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    background: #fff;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.panelmonitor__tooltip--active {
    opacity: 1;
}

.panelmonitor--vp .panelmonitor__tooltip:before {
    left: calc(50% - 5px);
    bottom: -4px;
}

.panelmonitor--mo svg .panelmonitor__block {
    fill-opacity: 1;
    stroke-width: 0;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.panelmonitor--mo svg .panelmonitor__block:hover {
    fill: #fff;
    fill-opacity: 1;
}

.panelmonitor--mo .panelmonitor__tooltip:before {
    left: calc(50% - 5px);
    bottom: -4px;
}

.goodgrid button[data-form="choose_analogue"] {
    background-color: #ebf0f7;
    color: #000000;
}

.goodgrid button[data-form="choose_analogue"]:hover {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .panelmonitor__tooltip {
        width: 185px;
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 1023px) {
    .panelmonitor__tooltip {
        width: 142px;
        font-size: 10px;
        line-height: 12px;
    }

    .er-wrap {
        display: flex;
        flex-direction: column;
    }

    .er-rating-wrap {
        order: 1;
    }

    .er-wrap-items {
        order: 2;
    }

    .good-otz2 {
        order: 3;
        border-top: 1px solid #e1e3de;
        padding-top: 16px;
        margin-bottom: 30px;
    }

    .er-form {
        order: 4;
    }
}

@media (max-width: 767px) {
    .panelmonitor {
        position: relative;
        background-color: #232323;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .panelmonitor__wrap {
        overflow-y: hidden;
        overflow-x: auto;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 400px;
    }

    .panelmonitor img {
        width: auto;
        height: 400px;
    }

    .panelmonitor svg {
        width: auto;
    }

    .panelmonitor__tooltip {
        display: none;
        margin: 0 auto;
        position: static;
        width: calc(100% - 20%);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 14px;
        line-height: 17px;
        margin-top: 15px;
    }

    .panelmonitor__tooltip:before {
        display: none;
    }

    .panelmonitor__tooltip.panelmonitor__tooltip--active {
        display: block;
    }
}

/**/

.productSection .iconFavourite [class*="icon"].wl-hide {
    display: none !important;
}

.productSection .iconFavourite [class*="icon"].full.wl-act {
    color: #d23838;
    opacity: 1;
    z-index: 1;
}

.productSection .compare-wr {
    cursor: pointer;
}

.productSection .iconFavourite {
    position: relative;
    display: block;
    cursor: pointer;
}

.productSection .iconFavourite span {
    font-family: "Gilroy";
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
}

.productSection .iconFavourite span,
.productSection .wish-link::before {
    vertical-align: middle;
}

.productSection .wish-link::before {
    margin-right: 6px;
}

.productSection .iconFavourite [class*="icon"] {
    top: 0;
    left: 0;
    display: block;
    font-size: 24px;
    color: #232323;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.productSection .iconFavourite [class*="icon"].in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.productSection .iconFavourite [class*="icon"].full {
    color: #d23838;
    opacity: 1 !important;
    z-index: 1;
}

.productSection .iconFavourite.active [class*="icon"],
.productSection .iconFavourite:hover [class*="icon"] {
    opacity: 1 !important;
}

.productSection .wish_wrap a {
    text-decoration: none;
}

.productSection .wish_wrap a span {
    display: inline;
}

/**/
.btnSimpleIcon.checkbox input:checked + .compare-wr .compare-wr__nosel {
    display: none;
    vertical-align: middle;
}

.btnSimpleIcon.checkbox input:checked + .compare-wr .compare-wr__sel {
    display: inline;
    vertical-align: middle;
}

.checkbox.btnSimpleIcon [type="checkbox"] {
    display: none;
}

/**/
.goodgrid .controls .icon-heart:before,
.goodgrid .controls .icon-chart:before {
    color: #026ef9;
}

.goodgrid .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -24px -24px;
}

.goodgrid .controls > li {
    width: 33.33%;
    border-right: 1px solid #e6e6e6;
}

.goodgrid .controls > li:last-child {
    border: none;
}

.goodgrid .controls .iconFavourite [class*="icon"],
.goodgrid .controls .checkbox label,
.ya-share2__list.ya-share2__list_direction_vertical
> .ya-share2__item:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.ya-share2__list.ya-share2__list_direction_vertical
> .ya-share2__item:last-child:hover
.ya-share2__title {
    color: #026ef9 !important;
}

.ya-share2__list {
    width: 100%;
}

.ya-share2__container_size_m.ya-share2__container_alone
.ya-share2__popup_direction_bottom,
.ya-share2__container_size_m
.ya-share2__item_more.ya-share2__item_has-pretty-view
.ya-share2__popup_direction_bottom {
    top: 66px !important;
}

.goodgrid .controls .checkbox {
    margin: 0;
    width: 100%;
}

.goodgrid .controls .checkbox label {
    min-height: auto;
}

.goodgrid .controls .btnSimpleIcon.checkbox .text {
    font-family: "Gilroy";
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #232323;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.goodgrid .controls .btnSimpleIcon.checkbox:hover .text {
    color: #026ef9;
}

.goodgrid .controls .btnSimpleIcon.checkbox .compare-wr .compare-wr__nosel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.goodgrid
.controls
.btnSimpleIcon.checkbox
input:checked
+ .compare-wr
.compare-wr__nosel {
    display: none;
}

.goodgrid
.controls
.btnSimpleIcon.checkbox
input:checked
+ .compare-wr
.compare-wr__sel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.goodgrid .controls .btnSimpleIcon.checkbox .icon-chart {
    margin-right: 6px;
}

.goodgrid
.controls
.shareButton
.ya-share2__item_more.ya-share2__item_has-pretty-view
.ya-share2__link_more:not(.ya-share2__link_more-button-type_short)
.ya-share2__title {
    font-family: "Gilroy";
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #232323;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.goodgrid
.controls
.shareButton
.ya-share2__container_size_m
.ya-share2__item_more.ya-share2__item_has-pretty-view
.ya-share2__link_more:hover
.ya-share2__title {
    color: #026ef9;
}

.goodgrid
.shareButton
.ya-share2__container_size_m
.ya-share2__item_more.ya-share2__item_has-pretty-view
.ya-share2__link_more {
    display: block;
}

.goodgrid .controls .btnSimpleIcon .in {
    padding-left: 0;
}

.goodgrid .iconFavourite [class*="icon"] {
    color: #026ef9;
}

.goodgrid .iconFavourite [class*="icon"].full.wl-act {
    color: #d23838;
}

.productSection .goodgrid .controls .wish-link span {
    color: #232323;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.productSection .good .controls .wish-link:hover span {
    color: #026ef9;
}

.good-banner__desk,
.good-banner__adap,
a.good-banner__desk,
a.good-banner__adap {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    max-width: 100%;
}

.good-banner__adap {
    display: none;
}

@media (max-width: 991px) {
    .good-banner__desk,
    .good-banner__adap,
    a.good-banner__desk,
    a.good-banner__adap {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .good-banner__desk {
        display: none;
    }

    .good-banner__adap {
        display: block;
    }
}

/**/

.good-countdown {
    padding: 24px;
    border-radius: 6px;
    background-color: #ebf0f7;
    margin-bottom: 16px;
}

.good-countdown__text {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.good-countdown__wrap {
    display: flex;
    flex-wrap: wrap;
}

.good-countdown__info {
    padding-right: 8px;
    width: 50%;
}

.good-countdown__main a {
    color: var(--Blue, #026ef9);
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.217px;
    text-decoration-line: underline;
}

.good-countdown__info a:hover {
    text-decoration: none;
}

.good-countdown__main {
    width: 50%;
    padding-left: 8px;
}

.good-countdown__countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.good-countdown-countdown__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 16px;
}

.good-countdown-countdown__col:last-child {
    border: none;
}

.good-countdown-countdown__val {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #232323;
    text-align: center;
}

.good-countdown-countdown__title {
    font-weight: 500;
    font-size: 12px;

    color: #232323;
}

/**/

.good-gallery-slider {
    position: relative;
    margin-bottom: 32px;
}

.good-gallery-slider .splide__slide {
    position: relative;
}

.good-gallery-slider .splide__slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.good-gallery-slider .splide__slide:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.good-gallery-slider .splide__slide img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-position: top center;
    object-position: top center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.good-gallery-slider .splide__arrow {
    width: 34px;
    height: 100%;
    opacity: 1;
    background-color: transparent;
}

.splide.is-focus-in .splide__arrow:focus,
.splide__arrow:focus-visible {
    outline: none !important;
}

.good-gallery-slider .splide__list {
    max-height: 120px;
}

.good-gallery-slider .splide__arrow:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(/local/templates/mst/components/bitrix/catalog.element/bootstrap_v4_redisign_2/images/good-gallery-slider.svg);
    background-position: 45% center;
    background-repeat: no-repeat;
    background-size: 30%;
    -webkit-transform-origin: 25px 12px;
    -ms-transform-origin: 25px 12px;
    transform-origin: 25px 12px;
    background-color: #fff;
}

.good-gallery-slider .splide__arrow--prev {
    left: 0;
}

.good-gallery-slider .splide__arrow--next {
    right: 0;
    transform: translateY(-50%) scale(-1);
}

.good-gallery-slider .splide__arrow:disabled {
    opacity: 0;
}

.good-gallery-slider .splide__pagination {
    position: static;
    margin-top: 18px;
}

.good-gallery-slider .splide__pagination__page {
    opacity: 1;
    background-color: #c2c2c2;
    margin: 0px 4px 0px 4px;
}

.good-gallery-slider .splide__pagination__page.is-active {
    background: #026ef9;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.good-gallery-slider .splide__pagination {
    display: none !important;
}

/**/

.goodgrid .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.goodgrid .currentPrice {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #026ef9;
    letter-spacing: 1px;
}

.goodgrid .currentPrice span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.goodgrid .oldPrice {
    color: var(--Black, #232323);
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.217px;
    text-decoration-line: line-through;
    width: 100%;
}

.goodgrid .currentPrice--empty {
    color: #c2c2c2;
}

.goodgrid .price-stock-out {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #a3abb5;
    letter-spacing: 0.22px;
    margin-right: 6px;
    margin-bottom: 16px;
    display: block;
}

.goodgrid .good__panel .price-stock-out {
    font-size: 24px;
}

.goodgrid .benefit {
    color: var(--dark-grey, #979797);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    width: 100%;
}

.goodgrid [data-entity="main-button-container"] [class*="btnFill"].md {
    padding-left: 4px;
    padding-right: 4px;
}

/**/

.goodgrid .docsList {
    display: block;
    margin-top: 24px;
}

.goodgrid .docsList .item:not(.docsList > :first-child) {
    margin-top: 12px;
}

.goodgrid .docsList .docItem {
    color: #232323;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    min-height: 24px;
    letter-spacing: 0.217px;
    text-decoration: underline;
}

.docsList__hidden {
    display: none;
}

.goodgrid .docsList .docItem:hover {
    text-decoration: none;
}

.goodgrid .docsList .docItem [class*="icon"] {
    position: absolute;
    width: 24px;
    height: 24px;

    left: 4px;
    top: -1px;
}

.goodgrid .docsList .docItem [class*="icon"]:before {
    content: "";
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/mst/components/bitrix/catalog.element/bootstrap_v4_redisign_2/images/doc.svg);
    position: absolute;
}

.docsList__all {
    color: #026ef9;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.217px;
    margin-top: 16px;
    cursor: pointer;
}

.docsList__all span {
    position: relative;
    padding-right: 31px;
}

.docsList__all span:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    background-image: url("images/arr123.svg");
    width: 17px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.docsList__all--open span:before {
    transform: rotate(180deg);
}

/*-*/

.good-top__v {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    border-radius: 6px;
}

.good-top__v img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.good-top__v:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.good-top__v::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.good-top-v__ico {
    position: relative;
    z-index: 3;
    display: block;
    background: rgba(35, 35, 35, 0.6);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.good-top__v:hover .good-top-v__ico {
    background: #026ef9;
}

.good-top-v__ico::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 32px;
    border-color: transparent transparent transparent #ffffff;
}

.good-top-v__title {
    display: none;
    position: relative;
    z-index: 3;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.53846;
    margin-left: 16px;
    color: #fff;
}

/**/

.good-labels {
    margin-bottom: 8px;
}

.good-labels ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.good-labels li {
    margin-bottom: 10px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.good-labels .productTag {
    display: inline-block;
}

/**/

.goodgrid [data-entity="main-button-container"] .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}

.goodgrid [data-entity="main-button-container"] .button {
    width: calc(50% - 6px);
}

.goodgrid [data-entity="main-button-container"] {
    margin-bottom: 16px;
}

.goodgrid [data-entity="main-button-container"] .button:first-child {
    margin-right: 12px;
}

.good__panel
[data-entity="main-button-container"]
.button.button-choose-analogue {
    width: 185px;
}

.good__panel
[data-entity="main-button-container"]
.button.button-notify-available {
    width: 225px;
}

.good__panel [data-entity="main-button-container"] .button[class*="--KP"] {
    flex: 0 0 auto;
    width: auto;
}

.buy-info {
    margin-bottom: 16px;
}

.buy-info__item {
    color: #232323;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 120%; /* 19.2px */
}

.buy-info__count span {
    color: #50b646;
    font-weight: 700;
}

.goodgrid-block__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.goodgrid-block__small-title {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 120%; /* 19.2px */
}

.goodgrid__chars {
    font-family: Open Sans, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-bottom: 16px;
    position: relative;
}

.brand + .goodgrid__chars {
    margin-top: 24px;
}

.goodgrid__chars ul,
.goodgrid__tech ul,
.textBlock ul {
    list-style-type: disc;
    padding-left: 24px;
}

.goodgrid__chars--all {
    display: none;
}

.goodgrid__chars--all span {
    color: #026ef9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.217px;
    text-decoration-line: underline;
    cursor: pointer;
}

.goodgrid__chars--all:hover span {
    text-decoration: none;
}

.goodgrid__chars--cut {
    height: 234px;
    overflow: hidden;
}

.goodgrid__chars--cut:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
            top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
            left top,
            left bottom,
            color-stop(0%, rgba(255, 255, 255, 0)),
            color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
            top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
            top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
            top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
}

.goodgrid__chars--cut + .goodgrid__chars--all {
    display: block;
}

.brand {
    position: relative;
}

.brand a {
    display: block;
    text-decoration: underline;
    color: #232323;
}

.brand a:hover {
    text-decoration: none;
}

/**/

.good__tabs {
}

.good-tabs__item.swiper-slide {
    width: auto;
    -ms-flex-negative: initial;
    flex-shrink: initial;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.good__tabs .swiper-scrollbar {
    background-color: #f7f9fc;
    height: 4px;
    cursor: pointer;
    overflow: hidden;
}

.good__tabs .swiper-scrollbar-drag {
    background-color: #d3e0f1;
}

.good-tabs__item.swiper-slide span {
    display: block;
    border-radius: 6px;
    /*background: #FFFFFF;*/
    /*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);*/
    /*padding: 12px 24px;*/
    margin-right: 16px;

    background: #ffffff;
    border: 1px solid #cfcfcf;
    padding: 7px 10px;
    color: #000000;

    /*margin-right: 32px;
      padding-bottom: 19px;
      color: #026EF9;

      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%; !* 19.2px *!
      text-decoration-line: underline;*/
}

.good-tabs__item.swiper-slide span:hover {
    background: #026ef9;
    border: 1px solid #026ef9;
    color: #fff;
}

.good-tabs__item.swiper-slide:last-child span,
.good-tabs__item.swiper-slide:last-of-type span {
    margin-right: 0;
}

.good-tabs__item:hover span,
.good-tabs__item--active span {
    text-decoration-line: none;
}

.good-tabs__content {
    margin-bottom: 72px;
}

.good-tabs__content:last-child {
    margin-bottom: 0;
}

.good-tabs__wrap {
    position: relative;
}

.good__tabs .swiper-button-prev,
.good__tabs .swiper-button-next {
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 29px;
}

.good__tabs .swiper-button-prev:after,
.good__tabs .swiper-button-next:after {
    display: none;
}

.good__tabs .swiper-button-prev span,
.good__tabs .swiper-button-next span {
    background: #fff;
    border-radius: 50%;
    color: #979797;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #979797;
}

.good__tabs .swiper-button-prev.swiper-button-disabled,
.good__tabs .swiper-button-next.swiper-button-disabled {
    display: none;
}

.good__tabs .swiper-button-prev:not(.swiper-button-disabled):hover span,
.good__tabs .swiper-button-next:not(.swiper-button-disabled):hover span {
    color: #fff;
    background: #026ef9;
    border-color: #026ef9;
}

.good__tabs .swiper-button-prev svg,
.good__tabs .swiper-button-next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 12px;
    height: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    color: currentColor;
}

.good__tabs .swiper-button-next svg {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.good__tabs .swiper-button-prev svg {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.good__tabs .swiper-button-prev svg path,
.good__tabs .swiper-button-next svg path {
    stroke: currentColor;
}

.good__tabs .swiper-button-prev {
    left: 0;
}

.good__tabs .swiper-button-next {
    right: 0;
}

.good-tabs__wrap--prev {
    padding-left: 50px;
}

.good-tabs__wrap--next {
    padding-right: 50px;
}

.good-tabs__content h2:not(.good-char-acc__title) {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 1px;
    margin-bottom: 42px;
    color: #232323;
}

.good-tabs-content__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
    letter-spacing: 1px;
    margin-bottom: 24px;
    position: relative;
}

.good-tabs-content__top_link {
    display: block;
    text-align: right;
    color: #026ef9;
    font-size: 16px;
    margin-bottom: 24px;
}

@media (hover: hover) {
    .good-tabs-content__top_link:hover {
        text-decoration: underline;
    }
}

.goodgrid__about,
.goodgrid__tech,
.textBlock {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.goodgrid-block--tabs {
    margin-bottom: 0;
}

.goodgrid-block--tabs .good-tabs__item {
    color: #232323;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.goodgrid-block--tabs .good-tabs__item span {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.goodgrid-block--tabs .good-tabs__item--active {
    font-weight: 700;
    color: #026ef9;
}

.goodgrid-block--tabs .good-tabs__item--active:before {
    content: "";
    width: 4px;
    height: 20px;
    background-color: #026ef9;
    position: absolute;
    left: 0;
    top: 8px;
    height: calc(100% - 16px);
}

.productData {
    display: flex;
    flex-wrap: wrap;
}

.productData .item {
    width: 33.33%;
}

.productData .param {
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    margin-bottom: 8px;
}

.productData .data {
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.productData a.data {
    text-decoration: underline;
    color: #232323;
}

.productData a.data:hover {
    text-decoration: none;
}

.productData + .good__tags {
    margin-top: 24px;
}

.good__tags {
    margin-left: -6px;
    margin-right: -6px;
    position: relative;
}

.good__tags:before {
    content: "";
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
            left top,
            right top,
            color-stop(0%, rgba(255, 255, 255, 0)),
            color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    z-index: 11;
}

.good__tags ul {
    display: flex;
    flex-wrap: wrap;
}

/*.good__tags ul li a {
    padding: 4px;
    display: block;
}*/
@media (min-width: 1024px) {
    .good__tags.scrollyeah .scrollyeah__wrap,
    .good__tags.scrollyeah {
        overflow: initial;
    }

    .good__tags .scrollyeah__shaft {
        float: none;
    }
}

.good__tags ul li a span {
    display: block;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    padding: 7px 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #000000;
    /*margin-right: 16px;*/
    /*color: #026EF9;
      display: block;
      padding: 5px 16px;
      transition: 0.3s;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      border: 1px solid #026EF9;
      border-radius: 20px;*/
}

.good__tags ul li:hover a span {
    color: #fff;
    background: #026ef9;
    border: 1px solid #026ef9;
}

@media (min-width: 1024px) {
    .good__tags .scrollyeah__wrap,
    .good-labels .scrollyeah__wrap {
        width: 100% !important;
    }

    .good__tags:before {
        display: none;
    }
}

.goodgrid .priceOptions ul {
    display: block;
}

.priceOptions + .goodgrid__calc-button {
    margin-top: 16px;
}

.goodgrid .priceOptions ul li {
    padding: 0;
    padding-left: 28px;
    margin-bottom: 16px;
    margin-right: 0;
    position: relative;
}

.goodgrid .priceOptions ul li .ico {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.goodgrid .priceOptions ul li .ico--1 {
    background-image: url("images/priceOption1.svg");
}

.goodgrid .priceOptions ul li .ico--2 {
    background-image: url("images/priceOption2.svg");
}

.goodgrid .priceOptions ul li .ico--3 {
    background-image: url("images/priceOption3.svg");
}

.goodgrid .priceOptions ul li a.simpleLink2 {
    color: #026ef9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-decoration: none;
}

.goodgrid .priceOption [class*="icon"] {
    color: #c2c2c2;
}

.goodgrid .priceOptions ul li:last-child {
    margin-bottom: 0;
}

/**/

.good__panel {
    left: 0;
    top: 0;
    z-index: 15;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    height: 0;
    position: fixed;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.good-panel__img {
    width: 77px;
    height: 76px;
}

.good-panel__img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.good-panel__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.good-panel__main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.good__panel .price {
    margin-bottom: 0;
    margin-right: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.good__panel .currentPrice span {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.good__panel .currentPrice {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.good__panel .oldPrice {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    margin-top: 0;
}

.good-panel__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    width: calc(100% - 825px);
    padding-left: 20px;
}

.good-panel__title > span {
    display: block;
}

.good__panel--fix {
    height: auto;
}

.good__panel [data-entity="main-button-container"] {
    margin-bottom: 0;
}

.good-kab a {
    display: block;
    color: #026ef9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-decoration-line: underline;
    margin-bottom: 8px;
}

.good-kab a:last-child {
    margin-bottom: 0;
}

.payback_calc__block,
.leasing_calc__block {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    align-items: flex-end;
}

.payback_calc__block .calcItem,
.leasing_calc__block .calcItem {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
}

.calcBlock .payback_calc__block .calcItem + .calcItem,
.calcBlock .leasing_calc__block .calcItem + .calcItem {
    margin-top: 0;
}

.payback_calc__block .calcItem .label,
.leasing_calc__block .calcItem .label {
    color: #232323;
}

.goodgrid .product-communication-aside__block {
    padding: 24px;
    border-radius: 20px;
    width: 100%;
}

.goodgrid .product-communication__aside {
    padding-right: 14px;
    position: static;
}

.goodgrid .product-communication__main {
    padding-left: 14px;
}

/**/
.goodgrid-block[data-id="calc_lis"],
.goodgrid-block[data-id="calc_ocup"] {
    position: relative;
}

.goodgrid .leasing-calc__title,
.goodgrid .payback-calc__title {
    display: none;
}

.goodgrid .calcResult .form-load {
    display: none;
}

.calcBlock {
    margin-top: 40px;
}

.goodgrid .calcResultElement,
.goodgrid .payback-calc__total {
    position: absolute;
    right: 24px;
    top: 24px;
    color: #026ef9;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
    letter-spacing: 1px;
}

.goodgrid .payback-calc__total--small {
    font-size: 22px;
    color: #232323;
    top: 37px;
}

/**/
.good-otz2 {
    margin-top: 24px;
}

.good-otz2 .textContent {
    margin-top: 16px;
    margin-bottom: 16px;
}

.goodgrid .productReviewSlider + .sliderNav.disabled {
    display: none;
}

.reviewContentBlock .item {
    margin-bottom: 24px;
}

.reviewContentBlock .item:last-child {
    margin-bottom: 0;
}

.goodgrid-promotion {
    padding: 24px;
    background-color: #021b38;
    margin-bottom: 16px;
    border-radius: 6px;
    display: block;
}

.goodgrid-promotion__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.goodgrid-promotion__text {
    color: var(--White, var(--White, #fff));
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.goodgrid-promotion .countdown-acd {
    padding: 0;
}

.goodgrid-promotion__text {
    width: calc(100% - 172px);
    padding-right: 20px;
}

.goodgrid-promotion__main {
    width: 172px;
    display: flex;
    flex-direction: column;
}

.goodgrid-promotion__link {
    margin-top: auto;
    color: var(--Blue, #026ef9);
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.217px;
    text-decoration-line: underline;
}

.goodgrid-promotion:hover .goodgrid-promotion__link {
    text-decoration: none;
}

.goodgrid-block--promotions__title {
    color: var(--Black, #232323);

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    margin-bottom: 24px;
}

.goodgrid-promotion .countdown-acd__outer {
    margin-bottom: 16px;
}

@media (max-width: 1910px) {
    .goodgrid-row .goodgrid-row__block {
        width: 100%;
        margin-bottom: 16px;
    }

    .goodgrid-row .goodgrid-row__block:first-child {
        order: 2;
        margin-bottom: 0;
    }

    .goodgrid-row .goodgrid-row__block:last-child {
        order: 1;
    }

    .good-countdown__wrap {
        display: block;
    }

    .good-countdown__info,
    .good-countdown__main {
        width: 100%;
        padding: 0;
    }

    .good-countdown__text {
        margin-bottom: 16px;
    }
}

@media (max-width: 1700px) {
    .productSection .goodgrid .controls .wish-link span,
    .goodgrid .controls .btnSimpleIcon.checkbox .text,
    .goodgrid
    .controls
    .shareButton
    .ya-share2__item_more.ya-share2__item_has-pretty-view
    .ya-share2__link_more:not(.ya-share2__link_more-button-type_short)
    .ya-share2__title {
        font-size: 14px;
    }

    .goodgrid
    .controls
    .shareButton
    .ya-share2__item_more.ya-share2__item_has-pretty-view
    .ya-share2__link_more:not(.ya-share2__link_more-button-type_short)
    .ya-share2__title {
        line-height: 170%;
    }
}

@media (max-width: 1680px) {
    .goodgrid-promotion__wrap {
        display: block;
    }

    .goodgrid-promotion__text {
        margin-bottom: 10px;
    }

    .goodgrid-promotion__text,
    .goodgrid-promotion__main {
        padding: 0;
        width: 100%;
    }

    .goodgrid-promotion .countdown-acd__outer {
        margin-bottom: 10px;
    }
}

@media (max-width: 1439px) {
    .good-panel__right {
        display: block;
    }

    .good-panel__title {
        width: calc(100% - 550px);
    }

    .good-panel__main {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .good-panel__title {
        font-size: 20px;
        line-height: 27px;
    }

    .good__panel .currentPrice {
        font-size: 20px;
        line-height: 29px;
    }

    .productSection .goodgrid .controls .wish-link span,
    .goodgrid .controls .btnSimpleIcon.checkbox .text,
    .goodgrid
    .controls
    .shareButton
    .ya-share2__item_more.ya-share2__item_has-pretty-view
    .ya-share2__link_more:not(.ya-share2__link_more-button-type_short)
    .ya-share2__title {
        display: none;
    }

    .goodgrid [data-entity="main-button-container"] .button {
        width: calc(50% - 4px);
    }

    .goodgrid [data-entity="main-button-container"] .button--notify,
    .goodgrid [data-entity="main-button-container"] .button--analogue {
        width: 100%;
    }

    .goodgrid [data-entity="main-button-container"] .button:first-child {
        margin-right: 8px;
    }

    .goodgrid
    .good__panel
    [data-entity="main-button-container"]
    .button.button-choose-analogue {
        width: 175px;
    }

    .goodgrid
    .good__panel
    [data-entity="main-button-container"]
    .button.button-notify-available {
        width: 225px;
    }

    .productData .item {
        width: 100%;
        justify-content: space-between;
        display: flex;
        margin-bottom: 8px;
    }

    .productData .item:last-child {
        margin-bottom: 0;
    }

    .productData .item a,
    .productData .item span {
        max-width: 50%;
    }

    .productData .param {
        margin-bottom: 0px;
    }

    .productData {
        display: block;
    }

    .productData a.data {
        text-align: right;
    }

    .productData .param {
        padding-right: 10px;
    }

    .good-top__slider-thumbnail {
        width: 70px;
        height: calc(100% - 90px);
    }

    .good-top__slider-wrapper--padd .good-top__slider-thumbnail {
        top: 45px;
    }

    .good-top__slider-main {
        width: calc(100% - 70px - 15px);
    }

    .good-top__slider-wrapper {
        padding-bottom: 0;
        height: 243px;
    }

    .good-top__slider-thumbnail-prev,
    .good-top__slider-thumbnail-next {
        width: 70px;
        height: 45px;
    }

    .good-top__slider-thumbnail-prev span,
    .good-top__slider-thumbnail-next span {
        width: 24px;
        height: 24px;
    }

    .good-top__v {
        height: 80px;
    }

    .good-top-v__ico {
        height: 60px;
        width: 60px;
    }

    .good-top-v__ico::after {
        border-width: 16px 0 16px 24px;
    }

    .good-gallery-slider .splide__list {
        max-height: 80px;
    }

    .goodgrid .calcResultElement,
    .goodgrid .payback-calc__total {
        position: static;
    }

    .payback_calc__block .calcItem,
    .leasing_calc__block .calcItem {
        width: 50%;
    }

    .goodgrid .good__panel .currentPrice {
        margin-right: 10px;
    }

    .goodgrid .good__panel .oldPrice {
        width: auto;
    }
}

@media (max-width: 1199px) {
    .goodgrid .oldPrice {
        font-size: 22px;
    }

    .goodgrid .currentPrice,
    .goodgrid .price-stock-out {
        font-size: 25px;
    }

    .goodgrid .good__panel .currentPrice,
    .goodgrid .good__panel .price-stock-out {
        font-size: 20px;
    }

    .goodgrid .benefit {
        font-size: 14px;
    }

    .goodgrid-block__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .goodgrid__calc-button {
        display: block;
        margin: 0;
    }

    .priceOptions + .goodgrid__calc-button {
        margin-top: 24px;
    }

    .goodgrid__calc-button__item {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-top: 16px;
    }

    .goodgrid__calc-button__item:first-child {
        border: none;
    }
}

@media (max-width: 1023px) {
    .good-countdown {
        padding: 16px;
    }

    .good__panel {
        position: fixed;
        bottom: 0px;
        top: auto;
        width: 100%;
        height: auto;
    }

    .goodgrid .tooltipControl {
        position: static;
    }

    .goodgrid .tooltipControl .tooltipBlock,
    .goodgrid .tooltipControl .tooltipBlock.right {
        left: -10px;
        top: 50px;
        right: auto;
    }

    .goodgrid .tooltipControl .tooltipBlock::before,
    .goodgrid .tooltipControl .tooltipBlock.right::before {
        right: auto;
        left: 0;
        display: none;
    }

    .mainSection {
        margin-top: 40px !important;
    }

    .goodgrid__wrap,
    .goodgrid__main-wrap {
        display: block;
    }

    .goodgrid__wrap {
        padding-bottom: 16px;
    }

    .goodgrid__main-wrap > .goodgrid__col,
    .goodgrid__wrap > .goodgrid__col:first-child,
    .goodgrid__wrap > .goodgrid__col {
        width: 100%;
    }

    .good-top__slider-main-pagination {
        display: flex !important;
    }

    .good-top__slider-thumbnail {
        display: none;
    }

    .good-top__slider-thumbnail,
    .good-top__slider-thumbnail-prev,
    .good-top__slider-thumbnail-next {
        display: none;
    }

    .good-top__slider-main {
        width: 100%;
        padding-bottom: 52px !important;
    }

    .good-top__slider-wrapper {
        height: 260px;
        margin-bottom: 16px;
    }

    .goodgrid__head h1 {
        font-size: 30px;
    }

    .good__tabs {
        display: none;
    }

    .good-gallery-slider {
        margin-bottom: 16px;
    }

    .good-gallery-slider .splide__slide {
        width: 95px;
    }

    .goodgrid-block--tabs {
        display: none;
    }

    .goodgrid__col--2 {
        margin-bottom: 22px;
    }

    .goodgrid__main-wrap .goodgrid-block,
    .goodgrid__main-wrap {
        margin-bottom: 16px;
    }

    .good-tabs-content__title {
        font-size: 26px;
        margin-bottom: 0px;
        padding-right: 42px;
    }

    .good-tabs-content__title:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(images/cardarrow.svg);
        left: auto;
        background-size: auto;
        right: 0;
    }

    .good-tabs-content__title--active:after {
        transform: rotate(180deg);
    }

    .good-tabs-content__wrap {
        display: none;
        padding-top: 22px;
    }

    .good-labels ul {
        max-width: none;
    }

    .good-labels li {
        margin-bottom: 0;
    }

    .goodgrid .calcResultElement,
    .goodgrid .payback-calc__total {
        font-size: 26px;
    }

    .goodgrid .payback-calc__total--small {
        font-size: 20px;
    }

    .payback_calc__block .calcItem,
    .leasing_calc__block .calcItem {
        width: 100%;
        margin-bottom: 10px;
    }

    .calcBlock {
        margin-top: 20px;
    }

    .goodgrid__chars--cut {
        height: 88px;
    }

    footer {
        margin-bottom: 100px;
    }

    .mainSection.devicesSection {
        margin-top: 0 !important;
    }

    .goodgrid .product-communication__wrap {
        flex-direction: column;
    }

    .goodgrid .product-communication__main,
    .goodgrid .product-communication__aside {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .good__panel {
        bottom: 0px;
        border-radius: 20px 20px 0 0;
        background: var(--Light-blue, #ebf0f7);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        padding-bottom: 60px;
    }

    .button[class*="--ADD_TO_BASKET"] {
        display: none;
    }

    .good-panel__img {
        display: none;
    }

    .good-panel__title {
        padding-left: 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 120%; /* 14.4px */
        letter-spacing: 1px;
    }

    .goodgrid
    .good__panel
    [data-entity="main-button-container"]
    .button.button-choose-analogue {
        width: 140px;
        margin: 0;
    }

    .goodgrid
    .good__panel
    [data-entity="main-button-container"]
    .button.button-notify-available {
        width: 170px;
        margin: 0;
    }

    .good-panel__title {
        width: calc(100% - 140px);
        padding-right: 10px;
    }

    .goodgrid .good__panel .currentPrice,
    .goodgrid .good__panel .currentPrice span,
    .goodgrid .good__panel .oldPrice,
    .goodgrid .good__panel .price-stock-out {
        font-size: 10px;
        line-height: normal;
        margin-bottom: 0;
    }

    .goodgrid .good__panel .oldPrice {
        color: #c2c2c2;
    }

    .good__panel .container {
        width: 100%;
        max-width: none;
    }

    .goodgrid-block {
        padding: 16px;
    }

    .good-tabs-content__title {
        font-size: 20px;
    }

    .good-tabs-content__title:after {
        top: 0;
    }

    .good-countdown__text {
        margin-bottom: 16px;
    }

    .good-panel__right .good-panel__price {
        display: none;
    }

    .good-panel__title > span {
        margin-bottom: 6px;
    }

    .reviewContentBlock .item {
        margin-bottom: 16px;
    }

    .reviewContentBlock .item:last-child {
        margin-bottom: 0;
    }

    .goodgrid .calcResultElement,
    .goodgrid .payback-calc__total,
    .goodgrid .payback-calc__total--small {
        font-size: 20px;
    }
}


.good-tabs-content-tech-wrap {
    break-inside: avoid;
    margin-bottom: 24px;
}

.good-tabs-content-tech-wrap:last-child {
    margin-bottom: 0;
}

.good-tabs-content-tech {
    column-count: 2;
    column-gap: 24px;
}

.good-tabs-content-tech-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #232323;
    margin-bottom: 8px;
}

.good-tabs-content-tech-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    margin-bottom: 4px;
}

.good-tabs-content-tech-item-name {
    font-family: "Open Sans";
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.good-tabs-content-tech-item-name span {
    padding-right: 2px;
    background: #FFFFFF;
}

.good-tabs-content-tech-item-value {
    font-family: "Open Sans";
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.good-tabs-content-tech-item-value span a{
    color: #232323;
}

.good-tabs-content-tech-item-value span {
    padding-left: 2px;
    background: #FFFFFF;
}

.good-tabs-content-tech-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    border-bottom: 1px dotted #232323;
}

@media (max-width: 1439px) {
    .good-tabs-content-tech {
        column-count: 1;
    }
}