#windowCatalogMenu .modalWinContent .catalogSection_list.active {
    padding: 0 15px 210px !important;
}
.cardSliderWrapper * {
    outline: none;
}
.breadcrumbSection {
    margin: 0 0 20px !important;
}
.wrapperPage h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}
.wrapperPage h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}
.cardFirstBlock {
    display: grid;
    grid-template-columns: 68% 30%;
    column-gap: 2%;
    margin-bottom: 30px !important;
}
.headerBlockCard {
    margin-bottom: 35px;
}

.headerBlockCard .nameProduct {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.rowInfo {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.headerBlockCard .butAddReview {
    display: flex;
    column-gap: 10px;
    align-items: center;
    color: var(--blue-color);
    font-weight: 500;
    cursor: pointer;
}
.headerBlockCard .butAddReview .textBut {
    color: inherit;
}
.headerBlockCard .articleInfo {
    opacity: 0.35;
    font-weight: 500;
}
@media (max-width: 1200px) {
    .cardFirstBlock {
        grid-template-columns: 1fr 350px;
    }
}
.cardBlock {
    background: #ffffff;
    box-shadow: 0px 0px 11px rgb(42 42 42 / 10%);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

/* ========================= */
/* СЛАЙДЕР В КАРТОЧКЕ ТОВАРЕ  */
/* ========================= */
.cardSliderWrapper {
    position: relative;
    height: 600px;
    position: sticky;
    top: 20px;
}
.cardSliderContent {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 80px auto;
    column-gap: 20px;
    height: 100%;
}
.swiper.thumbSlider {
    position: relative;
    overflow: hidden;
}
.thumbSlider .swiper-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    max-height: 70px;
    border-radius: 5px;
}
.wrapperThumbnails .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapperContentSlider {
    position: relative;
    overflow: hidden;
    display: flex;
}

.wrapperContentSlider .iconsBlockSlider {
    position: absolute;
    top: 5px;
    left: auto;
    right: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}
.wrapperContentSlider .saleInfo {
    background-color: var(--red-color);
    width: fit-content;
    line-height: 1;
    padding: 5px 11px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    z-index: 99;
}
.wrapperContentSlider .butOpen360 {
    background: var(--blue-color);
    display: flex;
    opacity: 1;
    border-radius: 5px;
    transition-property: all;
    transition-duration: 0.3s;
    cursor: pointer;
}
.wrapperContentSlider .butOpen360:hover {
    background: var(--yellow-active);
}

.fullSlider {
    padding-bottom: 30px !important;
}
.fullSlider .swiper-slide {
    cursor: pointer;
}
.fullSlider .swiper-pagination {
    top: auto !important;
    bottom: 0 !important;
}
.fullSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--yellow-color);
}
.cardSliderWrapper .swiper-slide img:focus,
.cardSliderWrapper .swiper-slide img:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
.cardSliderWrapper .swiper-slide img {
    display: block;
    margin: auto;
}

.cardSliderWrapper .iconIkea {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 9;
}
.cardSliderWrapper.active .iconIkea,
.cardSliderWrapper.active .saleInfo {
    display: none;
}
.cardSliderWrapper .imageBlock {
    display: flex;
    position: relative;
    width: fit-content;
    height: 100%;
    margin: auto;
}

.thumbSlider .swiper-slide {
    border: 3px solid #fff;
    border-radius: 0;
}
.thumbSlider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    border: 3px solid var(--yellow-active);
}

.fullSlider .swiper-slide.photoReview {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .wrapperSliderContent h2 {
        width: 95%;
        margin: auto;
    }
}
@media (max-width: 1200px) {
    .fullSlider {
        height: 430px !important;
    }
}
@media (max-width: 900px) {
    .sliderButNav {
        display: none !important;
    }
    .cardSliderWrapper .iconIkea svg {
        width: 100px;
    }
}
@media (max-width: 768px) {
    .cardBlock {
        box-shadow: none;
    }

    .cardSliderWrapper .swiper-slide img {
        width: auto;
        height: auto;
        object-fit: unset;
        margin: 0;
    }
    .cardSliderWrapper .iconIkea svg {
        width: 80px;
    }
    .wrapperSliderContent h2 {
        font-size: 18px;
    }
    #wheelWindow .modalWinContent {
        margin: 0 0 65px !important;
    }
    .cardSliderContent {
        order: 1;
        grid-template-columns: 1fr;
    }
    .cardSliderWrapper.active .cardSliderContent {
        grid-template-rows: 1fr 80px;
        row-gap: 10px;
        padding-bottom: 120px;
    }
    .wrapperContentSlider {
        order: 1;
        align-items: center;
    }
    .swiper.thumbSlider {
        order: 2;
    }

    .cardSliderWrapper .thumbSlider {
        display: none;
    }

    .cardSliderWrapper.active .thumbSlider {
        display: block;
    }

    .cardSliderWrapper.active .fullSlider {
        max-width: 90% !important;
        height: 100% !important;
    }
}

.cardSliderWrapper.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 40px 20px;
}
.cardSliderWrapper.active .thumbSlider {
    max-height: 100vh !important;
    margin-bottom: 120px;
}

.cardSliderWrapper.active .thumbSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cardSliderWrapper.active .swiper-pagination {
    display: none;
}
.cardSliderWrapper .reviewImageLabel {
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 10px;
    background: rgb(120 166 243);
    font-weight: bold;
    color: #fff;
    z-index: 3;
}
.cardSliderWrapper .butExitFull {
    display: none;
}
.cardSliderWrapper.active .butExitFull {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/adeta/images/icons/cross_exit.svg);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}
@media (max-width: 768px) {
    .cardSliderWrapper.active .fullSlider {
        max-width: 100% !important;
    }
}

.backBlurImage {
    display: none;
    backface-visibility: hidden;
    filter: blur(100px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.swiper-zoom-container {
    z-index: 2;
    position: relative;
}

#slider360 .modalWinContent {
    border-radius: 5px;
    overflow: hidden;
}

/* ========================= */
/* ========================= */

/* ========================= */
/* ФОРМА "ВОЗНИКЛИ ВОПРОСЫ" */
/* ========================= */
.sendForm {
    height: 40px;
    border: none;
    color: #ffffff;
    background: var(--yellow-color);
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
.sendForm:hover {
    background: var(--yellow-active);
}
.cardHeaderForm {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    box-shadow: 0px 0px 11px rgb(42 42 42 / 10%);
}
.cardHeaderForm .headingCardBlock {
    font-weight: 700;
    font-size: 14px;
}
.cardHeaderForm .dopText {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}
form.needHelpCard {
    width: 100%;
    display: grid;
    column-gap: 10px;
    row-gap: 10px;
    grid-template-columns: 2fr 1fr;
    justify-content: space-between;
}
form.needHelpCard input[type="text"] {
    width: 100%;
}
form.needHelpCard .goodSendMessage {
    grid-column: 1/3;
}
/* ========================= */
/* ========================= */

/* ========================= */
/* КНОПКИ В SIDEBAR */
/* ========================= */
.rowSidebarButs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px 0;
}
.rowSidebarButs a {
    cursor: pointer;
}
.rowSidebarButs .sidebarBut {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 5px;
    background: none;
    border: none;
    color: var(--blue-color);
    padding: 15px 0 0;
    font-size: 15px;
}
.rowSidebarButs .sidebarBut:nth-child(2n) {
    text-align: right;
    margin: 0 0 0 auto;
}
@media (max-width: 500px) {
    .rowSidebarButs {
        font-size: 13px;
    }
}
/* ========================= */
/* ========================= */

/* ==============================  */
/* БЛОК ДЛЯ РЕПОСТА ТОВАРА  */
/* ==============================  */
.shareBut {
    position: relative;
}
.shareBut .shareListWindow {
    display: none;
}
.sidebarBut.shareBut:hover .shareListWindow {
    display: flex;
}
.shareBut .shareListWindow {
    position: absolute;
    top: -60px;
    left: -30%;
    width: 240px;
    height: 70px;
    background: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 25px rgb(42 42 42 / 15%);
    border-radius: 5px;
}
.shareBut .shareWindowContent {
    position: relative;
}
.shareBut .shareWindowContent::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    position: absolute;
    left: 42%;
    bottom: -100%;
    background: #fff;
    z-index: 1;
}
.shareBut .shareListWindow ul.ya-share2__list.ya-share2__list_direction_horizontal {
    position: relative;
    display: flex !important;
    column-gap: 10px !important;
    z-index: 10 !important;
}
.shareBut .shareListWindow li.ya-share2__item {
    margin: 0 !important;
}
.shareBut .shareListWindow span.ya-share2__icon {
    height: 30px !important;
    width: 30px !important;
}
.shareBut
    .shareListWindow
    .ya-share2__container_shape_round.ya-share2__container_size_l
    .ya-share2__badge
    .ya-share2__icon {
    background-size: 28px 28px !important;
}
/* ==============================  */
/* ==============================  */

/* ==============================  */
/* БЛОК С КНОПКАМИ В SIDEBAR  */
/* ==============================  */
.cardPriceBlock {
    position: relative;
    padding: 30px 20px;
}
.cardPriceBlock .rowPriceHeader {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.cardPriceBlock .rowPriceHeader .oldPrice {
    color: #2a2a2a;
    opacity: 0.35;
    font-weight: 500;
    text-decoration: line-through;
    font-size: 18px;
}
.cardPriceBlock .rowPriceHeader .infoCountProduct {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 0 auto;
}
.cardPriceBlock .rowPriceHeader .infoCountProduct .numCount {
    color: var(--yellow-active);
}
.cardPriceBlock button.wantDiscount {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
}
.cardPriceBlock .currentPrice {
    font-weight: 600;
    font-size: 40px;
}
.cardPriceBlock .butsPannelPriceSection {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 10px;
    column-gap: 10px;
}
.cardPriceBlock .butsPannelPriceSection button {
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
}
.cardPriceBlock .butsPannelPriceSection button:hover {
    box-shadow: 0 0 2px #c1c1c1;
}
.cardPriceBlock .butsPannelPriceSection .addInBasket_but {
    background-color: var(--yellow-color);
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    grid-column: 1;
    grid-column: 1;
}
.cardPriceBlock .butsPannelPriceSection .addInBasket_but.active {
    border: 1px solid var(--yellow-color);
    background: #fff;
    color: var(--yellow-active);
}
.cardPriceBlock .butsPannelPriceSection .addInBasket_but.active:hover {
    color: #fff;
}
.cardPriceBlock .butsPannelPriceSection .addInBasket_but .text_no_active {
    display: block;
}
.cardPriceBlock .butsPannelPriceSection .addInBasket_but.active .text_no_active {
    display: none;
}
.cardPriceBlock .butsPannelPriceSection .addInBasket_but .text_active {
    display: none;
}
.cardPriceBlock .butsPannelPriceSection .addInBasket_but.active .text_active {
    display: block;
}
.cardPriceBlock .butsPannelPriceSection .addInBasket_but:hover {
    background: var(--yellow-active);
    box-shadow: none;
}
.cardPriceBlock .butsPannelPriceSection .buyOneClick_but {
    color: var(--yellow-active);
    background: none;
    border: 1px solid #f7bc58;
    grid-column: 1;
}
.cardPriceBlock .butsPannelPriceSection .favoriteBut {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    padding: 3px;
    color: #fff;
    border: 1px solid var(--gray-dark);
    padding: 0 10px;
}
.cardPriceBlock .favoriteBut path {
    fill: var(--gray-dark);
}
/* ==============================  */
/* ==============================  */

/* ==============================  */
/* БЛОК С РАЗМЕРАМИ ТОВАРА  */
/* ==============================  */
.cardSizeBlock {
    padding: 20px 10px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .cardSizeBlock {
        padding: 0px 0px 20px 0px;
    }
}
.cardSizeBlock .headingSizeCard {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.cardSizeBlock .listSizeSelect {
    display: flex;
    column-gap: 10px;
    margin-bottom: 25px;
    justify-content: space-between;
}
/* ==============================  */
/* ==============================  */

/* Scroll 1 */
.otherValueList::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.otherValueList::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.otherValueList::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    border-radius: 10px;
}
*/
/* ==============================  */
/* ==============================  */


/* ==============================  */
/* ФОРМА ВЫБРАТЬ СВОИ РАЗМЕРЫ  */
/* ==============================  */
.cardBlock .butSelectCustomSize {
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 5px;
    background: var(--yellow-color);
    color: #fff;
    cursor: pointer;
}
.butSelectCustomSize:hover {
    background: var(--yellow-active);
}
/* ==============================  */
/* ==============================  */

/* ================================ */
/* СПИСОК ДОП. ИНФОРМАЦИИ В SIDEBAR */
/* ================================ */
.rowSidebarInfo {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 7px;
}
.rowSidebarInfo .iconBlock {
    display: flex;
    width: fit-content;
}
.rowSidebarInfo .textInfo {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    font-size: 12px;
}
.rowSidebarInfo .textInfo a,
.rowSidebarInfo .textInfo .blueText {
    color: var(--blue-color);
    cursor: pointer;
}
.rowSidebarInfo .smallText {
    font-size: 10px;
}
/* ================================ */
/* ================================ */

/* ================================ */
/* ДОПОЛНИТЕЛЬНЫЕ ПАРАМЕТРЫ ДЛЯ ЗАКАЗА */
/* ================================ */
.listParamsOrder {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    margin: 10px 0;
}
.listParamsOrder .headingCard {
    font-weight: 600;
}
.listParamsOrder .listParams {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
.listParamsOrder .listParams li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.listParamsOrder .listParams li input[type="checkbox"] {
    margin: 0;
    width: 17px;
    height: 17px;
}
/* ================================ */
/* ================================ */

/* ================================ */
/* ИНФОРМАЦИЯ О ГАРАНТИИ В SIDEBAR */
/* ================================ */
.infoBannerGarant {
    background: #fef5e6;
    /* opacity: 0.15; */
    box-shadow: 0px 0px 25px rgba(42, 42, 42, 0.15);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}
.infoBannerGarant .headingCard {
    font-weight: 600;
    margin-bottom: 10px;
}
.infoBannerGarant .descInfo {
    font-size: 12px;
    margin-bottom: 10px;
}
.infoBannerGarant a {
    color: var(--blue-color);
}
.goPaymentsBlock {
    cursor: pointer;
}
/* ================================ */
/* ================================ */

/* ================================ */
/* ТОВАРЫ В ДРУГИХ ЦВЕТАХ */
/* ================================ */
.listProductsOtherColor .headingCard {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.listOtherProducts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.listOtherProducts .itemProduct {
    height: 70px;
    border-radius: 5px;
    cursor: pointer;
}
.listOtherProducts .itemProduct.active {
    height: 70px;
    border-radius: 5px;
    border: 1px solid var(--yellow-active);
    overflow: hidden;
}
.listOtherProducts .itemProduct:hover {
    box-shadow: 0 0 5px var(--yellow-active);
}
.listOtherProducts .hideElem {
    display: none;
}
.listOtherProducts.active .hideElem {
    display: block;
}
.listOtherProducts .itemProduct img.imageProduct {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--gray-color);
}
.moreOtherColor {
    grid-column: 1/5;
    display: block;
    background: none;
    border: none;
    color: var(--blue-color);
    width: fit-content;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.listOtherProducts .moreOtherColor:before {
    content: "";
}
.listOtherProducts.active .moreOtherColor:before {
    content: "Скрыть";
}
.moreOtherColor:after {
    content: "Показать еще";
}
.listOtherProducts.active .moreOtherColor:after {
    content: "";
}
/* ================================ */
/* ================================ */

/* ================================ */
/* БЛОК ИНСТРУКЦИИ ПДФ */
/* ================================ */
.pdfLinkContainer {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    box-shadow: 0px 0px 11px rgb(42 42 42 / 10%);
    border-radius: 5px;
    padding: 20px;
}
.pdfLinkContainer .headingCard {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pdfLinkContainer .downloadLink {
    display: flex;
    cursor: pointer;
}
.pdfLinkContainer .downloadLink:hover {
    color: inherit;
}
.pdfLinkContainer .fileSize {
    color: #b1b1b1;
}
@media (max-width: 768px) {
    .pdfLinkContainer {
        display: flex;
        flex-direction: column;
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .pdfLinkContainer p.headingInstruction {
        font-size: 14px;
    }
    .pdfLinkContainer p.fileSize {
        font-size: 12px;
    }
}
/* ================================ */
/* ================================ */

/* ================================ */
/* БЛОК С ТЕХНИЧЕСКИМИ ХАРАКТЕРИСТИКАМИ ТОВАРА */
/* ================================ */
.wrapperTechProps {
    margin-bottom: 45px !important;
}
.wrapperTechProps .headingPage_TechProps {
    margin-bottom: 45px;
    font-weight: 600;
    font-size: 22px;
}
.wrapperTechProps .listPropsSection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.wrapperTechProps .headingSectionProps {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.wrapperTechProps .listProps {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 15px;
    background-color: var(--gray-color);
    border-radius: 5px;
    font-size: 13px;
}
.wrapperTechProps .listProps li {
    display: flex;
    justify-content: space-between;
}
.wrapperTechProps .listProps li .value {
    text-align: right;
}
/* ================================ */
/* ================================ */

/* ================================ */
/* БЛОК С ОПИСАНИЕМ ТОВАРА */
/* ================================ */
.wrapperPage.descInfoSection {
    margin-bottom: 75px;
}
.wrapperDescInfo p {
    margin: 10px 0;
}
/* ================================ */
/* ================================ */

/* ================================ */
/* ================================ */
.wrapperSliderContent h2 {
    text-transform: uppercase;
}
/* ================================ */
/* ================================ */

/* ================================ */
/* ================================ */
.wrapperReviewSection {
    margin-bottom: 50px !important;
}
.reviewSectionContent {
    display: grid;
    grid-template-columns: 1fr 255px;
    column-gap: 50px;
}
.itemReview {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 30px;
    column-gap: 15px;
}
.imageReviewProfile {
    background: #f2f3f5;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconText {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.headerReviewInfo {
    grid-column: 2;
    display: flex;
    align-items: center;
}
.headerReviewInfo .nameClient {
    font-weight: 600;
    font-size: 18px;
}
.headerReviewInfo .reitingData {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 0 0 0 auto;
}
.headerReviewInfo .reitingData .dateCreate {
    font-size: 14px;
    color: #2a2a2a;
    opacity: 0.65;
    padding-top: 5px;
}
.rowReviewInfo.contentReview {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.contentReview strong {
    display: block;
}
.reviewHeaderParams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    row-gap: 5px;
}
.countReiting {
    display: flex;
    column-gap: 2px;
    font-size: 18px;
    font-weight: 600;
}
.sectionParamsReiting {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 25px;
}
.rowParamsReiting {
    display: grid;
    grid-template-columns: 60px 1fr 20px;
    align-items: center;
    font-size: 12px;
    column-gap: 10px;
}
.rowParamsReiting .progressReiting {
    display: flex;
    position: relative;
}
.rowParamsReiting .progressReiting .lineReiting {
    height: 3px;
    flex: 1;
    background: rgba(42, 42, 42, 0.15);
}
.rowParamsReiting .progressReiting .lineReiting.fullLine {
    background-color: var(--yellow-color);
    position: absolute;
}
.rowParamsReiting .countReview {
    display: flex;
    justify-content: center;
}
.addReview {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: var(--yellow-color);
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.addReview:hover {
    background-color: var(--yellow-active);
}
.blockEmptyReview {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin-bottom: 50px;
}
.blockEmptyReview .headingEmptyReview {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.blockEmptyReview .addReview.butOpenModal {
    width: fit-content;
    padding: 10px 30px;
}
.listReviewImage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 2;
    margin: 10px 0;
    width: 100%;
    max-width: 400px;
    grid-gap: 10px;
}
@media (max-width: 900px) {
    .reviewHeaderParams {
        margin-bottom: 10px;
    }
    .reviewSectionContent {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .itemReview {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    .wrapperImageReview {
        display: none;
    }
    .headerReviewInfo {
        display: flex;
        flex-direction: column;
        align-items: start;
        row-gap: 5px;
    }
    .headerReviewInfo .reitingData .dateCreate {
        padding: 0;
    }
    .headerReviewInfo .reitingData {
        margin: 0;
    }
}
/* ================================ */
/* ================================ */

/* ================================ */
/* ВЫБОР РЕГИОНА НА МОБИЛКЕ */
/* ================================ */
.windowConfirmState_mobil.active {
    bottom: 115px;
}
/* ================================ */
/* ================================ */

/* ================================ */
/* ЗАГОЛОВОК С ИКОНКОЙ */
/* ================================ */
.rowHeadingForIcon {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 25px;
}
.rowHeadingForIcon .heading {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

@media (max-width: 900px) {
    .rowHeadingForIcon {
        display: none;
    }
}
/* ================================ */
/* ================================ */

/* ================================ */
/* СПИСОК ИНФОРМАЦИИ О СИСТЕМАХ ОПЛАТЫ */
/* ================================ */
.listPaymentsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 45px;
}
.listPaymentsWrapper .itemPaymentBlock {
    padding: 20px;
    background: #f2f3f5;
    border-radius: 5px;
    line-height: 1.2;
}
.listPaymentsWrapper .itemPaymentBlock .headingPayment {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.listPaymentsWrapper .itemPaymentBlock .textBlock {
    font-size: 14px;
}
@media (max-width: 900px) {
    .listPaymentsWrapper {
        grid-template-columns: 1fr;
    }
}
/* ================================ */
/* ================================ */

/* ================================ */
/* ИНФОРМАЦИЯ О ОБМЕНЕ ТОВАРА */
/* ================================ */
.wrapperRefundInfo .refundBut {
    padding: 10px 20px;
    border: none;
    background-color: var(--yellow-color);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.wrapperRefundInfo .refundBut:hover {
    background-color: var(--yellow-active);
}
.wrapperRefundInfo .listRefundWrapper {
    display: flex;
    column-gap: 38px;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 30px;
}
.wrapperRefundInfo .listRefundWrapper .sectionText {
    flex: 1;
}
@media (max-width: 900px) {
    .wrapperRefundInfo .listRefundWrapper {
        flex-direction: column;
    }
}
/* ================================ */
/* ================================ */

/* ============================================= */
/* "ФОРМЫ ВЫБОРА СВОИХ РАЗМЕРОВ" */
/* ============================================= */

#customSizeForm .modalWinContent {
    max-width: 1000px;
}
#customSizeForm .conteinerForm {
    padding: 30px 50px;
}
#customSizeForm .heading {
    font-size: 20px;
    margin: 5px 0 20px;
    font-weight: 500;
}
#customSizeForm .rightBlock {
    border-radius: 5px;
    overflow: hidden;
}
#customSizeForm .rowCustomSizeForm {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
}
#customSizeForm .imgForCustomSize {
    display: block;
    max-width: 100%;
    width: fit-content;
}
.blockFormCustomSize {
    display: block;
    padding: 15px 20px 40px;
    border: 1px solid #b2b2b2;
    margin-top: -5px;
}
.blockCustomSize {
    margin-bottom: 20px;
}
.blockCustomSize .butSidebar {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: 2px solid;
    column-gap: 15px;
    color: var(--yellow-color);
    z-index: 0;
    position: relative;
    font-weight: 600;
    text-align: center;
}
#formCustomSize {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0;
}
#formCustomSize .fieldBlock {
    display: flex;
    flex-direction: column;
}
#formCustomSize label {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 12px;
    color: rgba(42, 42, 42, 0.7);
}
#formCustomSize input[type="submit"] {
    padding: 6px;
    border: 1px solid #bbb7b7;
    border-radius: 3px;
    margin-top: 15px;

    width: 100%;
    background-color: #339966;
    color: #fff;
    z-index: 0;
    position: relative;
}
#formCustomSize input {
    padding: 5px 10px;
}
#formCustomSize input[type="tel"] {
    margin-bottom: 20px;
}
#formCustomSize .valueNewPrice {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
#formCustomSize .priceStr {
    font-size: 20px;
}
.blockMessage {
    display: none;
}
.blockMessage.active {
    display: block;
    text-align: center;
    border: 2px solid green;
    padding: 5px;
    font-size: 13px;
    color: green;
}
@media (max-width: 900px) {
    #customSizeForm .modalWinContent {
        max-width: 100%;
        padding: 20px 20px 30px;
        margin: 0;
    }
    #customSizeForm .conteinerForm {
        padding: 0;
    }
    #customSizeForm .rowCustomSizeForm {
        grid-template-columns: 1fr;
    }
    #customSizeForm .imgForCustomSize {
        display: none;
    }
    #customSizeForm .blockCustomSize .butSidebar {
        display: none;
    }
    #customSizeForm .blockFormCustomSize {
        padding: 15px 0 10px;
        border: none;
    }
    #customSizeForm .modalWinWrapper .dopHeading {
        font-size: 13px;
    }
    #customSizeForm .modalWinWrapper .heading {
        font-size: 18px;
    }
}
/* ============================================= */
/* ============================================= */

@media (max-width: 900px) {
    .wrapperTechProps .headingPage_TechProps {
        margin-bottom: 30px;
    }
    .cardFirstBlock {
        grid-template-columns: 1fr;
    }
    .wrapperLeftSection {
        display: flex;
        flex-direction: column;
    }
    .headerBlockCard {
        order: 2;
    }
    .headerBlockCard .nameProduct {
        font-size: 16px;
    }
    .rowInfo {
        flex-direction: column;
        align-items: start;
        row-gap: 10px;
    }
    .cardSliderWrapper {
        height: fit-content;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    .wrapperThumbnails {
        display: none;
    }
    .fullSlider {
        height: 400px !important;
    }
    .shareBut .shareListWindow {
        left: -130%;
        height: 55px;
        top: -50px;
    }
    .shareBut .shareWindowContent::after {
        left: 90%;
        bottom: -70%;
    }
    .wrapperTechProps .listPropsSection {
        grid-template-columns: 1fr;
    }
    .wrapperTechProps .listProps {
        display: none;
    }
    .wrapperTechProps .listProps.active {
        display: flex;
    }
    .wrapperTechProps .headingSectionProps {
        position: relative;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .wrapperTechProps .headingSectionProps::after {
        content: "";
        position: absolute;
        right: 0;
        left: auto;
        width: 15px;
        height: 10px;
        top: 0;
        background-image: url(/local/templates/adeta/images/icons/arrow_bottom.svg);
        background-repeat: no-repeat;
        background-size: 15px;
    }
    .wrapperTechProps .headingSectionProps.active::after {
        transform: rotate(180deg);
    }
}

@media (max-width: 450px) {
    .fullSlider {
        height: 350px !important;
    }
}

/* ============================================= */
/* ============================================= */

/* ============================================= */
/* ============================================= */
.productTextSection .openFadeText {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #b1b1b1;
}
.productTextSection .openFadeText::after {
    opacity: 1;
    content: "";
    width: 15px;
    height: 10px;
    background-image: url(/local/templates/adeta/images/icons/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: 15px;
}
.productTextSection.active .openFadeText::after {
    transform: rotate(180deg);
}
.productTextSection .contentSection {
    display: none;
}
.productTextSection.active .contentSection {
    display: block;
}
/* ============================================= */
/* ============================================= */

/* ============================================= */
/* ОКНО ДОБАВЛЕНИЕ НОВОГО ТОВАРА */
/* ============================================= */
@media (max-width: 1024px) {
    .windowCurrentBuy {
        bottom: 130px !important;
    }
}
/* ============================================= */
/* ============================================= */

/* ============================================= */
/* ============================================= */
.deliverySectionInfo {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin: 0 0 30px;
}
.deliveryBlock {
    flex: 1;
    background: #f2f3f5;
    border-radius: 8px;
    padding: 20px;
}
.deliveryBlock b {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.deliveryBlock p {
    font-size: 13px;
}
@media (max-width: 768px) {
    .deliverySectionInfo {
        flex-direction: column;
        row-gap: 15px;
    }
    div#contact {
        display: none !important;
    }
    .wrapperLeftSection {
        overflow: auto;
    }
}
/* ============================================= */
/* ============================================= */

/* ========================== */
/* ФОРМА ХОЧУ СКИДКУ */
/* ========================== */
.butSaleQuery {
    display: flex;
    align-items: center;
    font-size: 18px;
    column-gap: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
}
.butSaleQuery:hover {
    text-decoration: underline;
}

/* ========================== */
/* ========================== */

/* =================== */
/* ФОРМА ДЛЯ ДОБАВЛЕНИЯ ОТЗЫВОВ */
/* =================== */
#addReviewWindow .modalWinContent {
    top: 5%;
    width: 420px;
}
#addReviewWindow .countStarsBlock.rowFields {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#addReviewWindow .listElemStar {
    display: flex;
    column-gap: 5px;
}
#addReviewWindow .listElemStar .emptyStars {
    display: none;
}
#addReviewWindow .iconStar {
    cursor: pointer;
}
#addReviewWindow form.formAddReview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
}
#addReviewWindow .modalWinContent {
    max-width: 95%;
    padding: 20px 15px 30px;
}
#addReviewWindow .conteinerForm {
    display: block;
}
#addReviewWindow .formAddReview .heading {
    font-size: 20px;
}
#addReviewWindow form.formAddReview .textField {
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #727272;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 15px;
}
#addReviewWindow form.formAddReview textarea.textField {
    height: 70px;
}
#addReviewWindow .blockSelectField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: 2px dashed #b3b1b1;
    padding: 10px;
}
#addReviewWindow .blockSelectField:hover {
    background: #f5f5f5;
    cursor: pointer;
}
#addReviewWindow .blockSelectField img.iconSelectField {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}
#addReviewWindow .blockSelectField p.textSelectField {
    font-size: 20px;
}
#addReviewWindow .blockSelectField input[type="file"] {
    display: none;
}
#addReviewWindow .wrapper {
    background: none repeat scroll 0% 0% #ffffff;
    margin: 150px auto;
    border: 2px solid #3da8ba;
    padding: 10px;
    width: 500px;
}
#addReviewWindow fieldset {
    width: 100%;
}
#addReviewWindow fieldset #filedrag {
    cursor: pointer;
}
#addReviewWindow #filedrag {
    border-radius: 7px 7px 7px 7px;
    border: 2px dashed #3da8ba;
    color: #555555;
    display: none;
    margin: 0;
    padding: 1em 0pt;
    text-align: center;
    background: #f9f9f9;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    line-height: 1.2;
}
#addReviewWindow #filedrag.hover {
    border-style: solid;
    box-shadow: 0pt 3px 4px #dbdbdb inset;
}
#addReviewWindow #messages {
    margin-top: 10px;
    padding: 5px;
    font-size: 14px;
}
#addReviewWindow #messages p {
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    font-size: 12px;
}
/* =================== */
/* =================== */

/* =================== */
/* =================== */
.needHelpWindowForm_conteiner {
    display: none;
}
.needHelpWindowForm_conteiner {
    width: 500px;
    padding: 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    border-radius: 5px;
    z-index: 99;
    background: url("/local/templates/adeta/images/banner_size_help.jpg") !important;
}
.needHelpWindowForm_conteiner .butExit {
    z-index: 3;
    background-image: url(/local/templates/adeta/images/icons/cross_exit%20_white.svg) !important;
}
.needHelpWindowForm_conteiner .backBlack {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
    top: 0;
    left: 0;
}
.conteinerForm.active {
    position: relative;
    z-index: 4;
}
.needHelpWindowForm_conteiner .rightBlock {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 300px;
    background: #98b8ed;
    padding: 20px;
    margin: 0 auto 0 0;
    border-radius: 5px;
}
.needHelpWindowForm_conteiner .headingForm {
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    color: #fff;
}
.needHelpWindowForm_conteiner .dopHeadingForm {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.needHelpWindowForm_conteiner .butExit {
    top: 5px !important;
    right: 5px !important;
}
.needHelpWindowForm_conteiner .sendForm {
    background: var(--yellow-active);
}
@media (max-width: 1024px) {
    .needHelpWindowForm_conteiner {
        display: none !important;
    }
}
/* =================== */
/* =================== */

/* ================================= */
/* ДЛЯ ПРЕДПРОСМОТРА ИЗОБРАЖЕНИЙ */
/* ================================= */
.windowImageGallery {
    display: none;
}
.windowImageGallery.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.windowImageGallery .blackBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.windowImageGallery .windowGalleryContent {
    position: relative;
    width: 1000px;
    max-width: 100%;
    padding: 20px;
    background: #fff;
    margin: auto;
    z-index: 1001;
    border-radius: 5px;
}
.windowImageGallery .galleryContent {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    overflow: hidden;
}
.windowImageGallery .butExit {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/adeta/images/icons/cross_exit.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    cursor: pointer;
    z-index: 1002;
}
.windowImageGallery .windowThumbnails .swiper-wrapper {
    position: relative;
    padding: 5px 0;
}
.windowImageGallery .windowThumbnails img {
    width: 80px;
}
.windowImageGallery .windowThumbnails .swiper-slide {
    width: fit-content;
    cursor: pointer;
    border: 2px solid #fff;
}
.windowImageGallery .windowThumbnails .swiper-slide:hover {
    box-shadow: 0 0 5px #b1b1b1;
}
.windowImageGallery .windowThumbnails .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    border: 2px solid var(--yellow-color);
}
.windowGallerySlider .swiper-slide img {
    width: fit-content;
    height: 600px;
    margin: auto;
}
@media (max-width: 1000px) {
    .windowImageGallery .windowGalleryContent {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin: 0;
        padding: 50px 10px 80px;
    }
    .windowGallerySlider .swiper-slide img {
        height: fit-content;
    }
}

@media (max-width: 768px) {
    .windowGallery {
        height: 300px;
    }
    .windowGallerySlider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */
.reviewSliderSection {
    margin: 50px auto !important;
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */

.videoSlide {
    position: relative;
    z-index: 1;
}

.videoProduct {
    width: 750px;
    height: 570px;
}
.fakeBlockVideo {
    display: none;
}
.swiper-slide.videoSlide {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .videoProduct {
        width: 100%;
        height: 350px;
    }
    .fakeBlockVideo {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 350px;
        z-index: 2;
    }
    .cardSliderWrapper.active .fakeBlockVideo {
        display: none;
    }
    .cardPriceBlock button.wantDiscount {
        padding: 10px 20px;
        color: var(--Blue, #78a6f3);
        font-size: 14px;
        font-weight: 600;
        border: 1.5px solid #78a6f3;
        border-radius: 5px;
    }
    .rowSidebarButs {
        display: none;
    }
    .cardPriceBlock .rowPriceHeader {
        margin-top: 32px;
    }
}

.cardSizeBlock a.butSelectCustomSize {
    display: block;
    text-align: center;
    background: var(--yellow-color);
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.cardSizeBlock a.butSelectCustomSize:hover {
    background: var(--yellow-active);
}

.swiper-zoom-container .bannerImage {
    object-fit: contain !important;
}
