

/* Start:/local/templates/ek_2023/components/bitrix/catalog.element/main/style.css?171232113821469*/
section.element-body {
    padding-top: 0;
}

.section-header__title-row-explain {
  font-size: 20px;
  line-height: 1.1em;
    text-align: center;
    color: var(--color-primary);
}
.section-header__title-row-head {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
    text-align: center;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 5px 0 20px;
}
.section-similar h2,
.element-body h2 {
  line-height: 1.1em;
}
section.section-similar {
    padding: 0 0 60px;
}

.section-header__title-box h1 span {
  font-size: 20px;
  line-height: 27px;
    text-transform: initial;
    display: inline-block;
}
.element-body .section-header__title-box h1 {
    margin-bottom: 30px;
}


.section-header__slider-item {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: none;
    opacity: 0;
    padding-top: 70%;
    position: relative;
}
.section-header__slider-item.is-active {
    display: block;
    margin: 0;
    opacity: 1;
}
.responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.responsive-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.gallery-thumbs .swiper-wrapper {
    justify-content: center;
    align-items: center;
}
.gallery-thumbs .swiper-slide {
    border: 1px solid #D8D8D8;
    height: 64px;
    flex: 1 1 auto;
}
.gallery-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
}
.gallery-thumb_img {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-thumb_img img {
    width: 100%!important;
    height: 100%;
    object-fit: contain;
}
/*.gallery-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    flex: 0 0 auto;
}*/
.element-price {
  display: flex;
  justify-content: flex-start;
}
.element_price__actual {
  font-size: 26px;
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
  color: var(--color-black);
}
.element-stickers {
    display: none;
}
.element-btn {
    margin: 40px 0 20px;
    display: flex;
    justify-content: space-between;
}
.element-table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.element-table-head-btn {
    display: flex;
    justify-content: flex-end;
}
.element-table-head-btn .btn + .btn {
    margin-left: 10px;
}
.element-table-head-btn .btn {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}
.element-table-head-btn .btn-to-compare {
    background-image: url('/images/svg/icon-compare-el.svg');
}
.element-table-head-btn .btn-to-compare.in-compare {
    background-color: var(--color-primary);
    background-image: url('/images/svg/icon-compare-el-white.svg');
}
.element-table-head-btn .btn-to-compare.in-compare:hover {
    background-color: var(--color-primary);;
}
.element-table-head-btn .btn-to-compare:hover {
    background-image: url('/images/svg/icon-compare-el-white.svg');
}
.element-table-head-btn .btn-print {
    background-image: url('/images/svg/icon-print.svg');
}
.element-table-head-btn .btn-print:hover {
    background-image: url('/images/svg/icon-print-white.svg');
}
.element-table-wrapper {
    border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    padding: 30px 40px;
    margin-top: 10px;
}
.element-table-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: 1px solid #d8d8d8;
    color: var(--color-darkgrey);
}
.element-table-row:last-child {
    border-bottom: none;
}
.element-table-label {
    padding: 7px 20px 7px 0;
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
}
.element-table-value {
    padding: 7px 0 7px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    flex: 0 0 50%;
    font-weight: 700
}
.element-table-comment-box {
  padding: 7px 0;
}
.element-table-comment-value {
  margin-top: 7px;
  font-weight: 700;
}
.element-table-btnrow {
    margin-top: 30px;
    max-width: 200px;
}
.section-documents__wrapper {
    margin: 15px 0 25px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px;
}
.section-documents__box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    transition: 0.3s ease;
}
.section-documents__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 3px;
    transition: 0.3s ease;
}
.section-documents__box::after {
    content: '';
    width: 26px;
    height: 22px;
    background: url(/images/svg/icon-download.svg) no-repeat center center / contain;
    margin-left: auto;
    transition: 0.3s ease;
}
.section-documents__box:hover::before {
    transform: scale(1.03);
}
.section-documents__box:hover::after {
    background-image: url(/images/svg/icon-download-active.svg);
}
.section-documents__title {
    margin-left: 20px;
    font-size: 12px;
    color: var(--color-grey);
}


.docs__tab-item {
    padding: 18px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.docs__tab-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    border-radius: 20px;
    transition: 0.3s ease;
    z-index: 0;
}
.docs__tab-item:hover::before {
    transform: scale(1.03);
}
.docs__tab-icon-bg {
    padding-top: 45px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.docs__tab-icon {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex: 0 0 35px;
    height: 35px;
}
.docs__tab-name {
    margin-right: auto;
    padding-right: 30px;
    font-size: 15px;
    color: #000;
}
.docs__tab-linkbox {
    display: grid;
    grid-row-gap: 10px;
    font-size: 13px;
    position: relative;
    z-index: 1;
}
.docs__tab-link {
    color: var(--color-primary);
    margin-right: 20px;
    text-decoration: underline;
}
.docs__tab-show {
    color: var(--color-primary);
    text-decoration: underline;
    cursor: pointer;
}
.docs__tab-show:hover {
    text-decoration: none;
}
.docs__tab-item {
    padding: 18px 0;
}
.docs__tab-item::before {
    display: none;
}
.docs__tab-icon {
    flex: 0 0 42px;
    height: 42px;
}
.docs__tab-icon img {
    max-width: 100%;
    max-height: 100%;
}
.docs__tab-name {
    margin-right: 15px;
    flex: 1 1 auto;
}
.docs__tab-linkbox {
    display: flex;
}
.docs__tab-show + .docs__tab-link {
    margin-left: 20px;
}
.docs__tab-url,
.docs__tab-show,
.docs__tab-link {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.docs__tab-show {
    background-image: url('/images/svg/icon_look.svg');
}
.docs__tab-link {
    background-image: url('/images/svg/icon_download.svg');
}
.docs__tab-url {
    background-image: url('/images/svg/icon_copy.svg');
}

.library-explain__popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.library-explain__popup-close::before,
.library-explain__popup-close::after {
    content: '';
    height: 1px;
    width: 30px;
    background: var(--color-darkgrey);
    top: 10px;
    left: -4px;
    position: absolute;
    transition: 0.3s ease;
}
.library-explain__popup-close::before {
    transform: rotate(45deg);
}
.library-explain__popup-close::after {
    transform: rotate(-45deg);
}
.library-explain__popup-close:hover::before {
    transform: rotate(225deg);
}
.library-explain__popup-close:hover::after {
    transform: rotate(135deg);
}
.libzoom__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.65);
    z-index: 10010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.libzoom__close.library-explain__popup-close::before,
.libzoom__close.library-explain__popup-close::after {
    height: 2px;
    background: var(--color-white);
}
.libzoom__iframe {
    margin-top: 5vh;
    height: 90vh;
    width: 90vw;
}

.modal-win {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-container {
    padding: 25px 30px;
    background: var(--color-white);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
}

.gallery-item {
    height: 70vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    cursor: zoom-in;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-thumbs {
    margin: 20px 15px 0;
    height: 90px;
}
.gallery-thumbs.owl-carousel {
    width: calc(100% - 30px);
}
.element-slider .owl-carousel .owl-stage-outer,
.element-slider .owl-carousel .owl-stage {
    height: 90px;
}
.element-slider .owl-carousel .owl-item img {
    width: auto;
}
.gallery-thumb {
    position: relative;
}
.gallery-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    right: 2px;
    bottom: 0;
    padding: 0 20px;
    border: 1px solid #D8D8D8;
}
.gallery-thumb_img {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-thumb_img img {
    width: 100%!important;
    height: 100%;
    object-fit: contain;
}

.element-slider .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: calc(100% + 70px);
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-left: -35px;
}
.element-slider .owl-carousel .owl-nav button.owl-next,
.element-slider .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #bbb;
    position: absolute;
    top: 60px;
    opacity: 0.5!important;
    transition: 0.2s ease;
}
.element-slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.element-slider .owl-carousel .owl-nav button::after {
    background: url(/images/svg/arrow-left-grey.svg) no-repeat center center / contain;
}
.element-slider .owl-carousel .owl-nav button.owl-next::after {
    margin-left: 3px;
}
.element-slider .owl-carousel .owl-nav button.owl-next:hover,
.element-slider .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1!important;
}

.gallery-thumbs {
    display: flex;
    justify-content: center;
}
.gallery-thumbs.owl-carousel {
    display: block;
}
.gallery-thumb {
    width: 120px;
    margin-left: 30px;
    cursor: pointer;
}
.gallery-thumbs.owl-carousel .gallery-thumb {
    width: 100%;
    margin-left: 0;
}
#modalWindow.gallery-popup {
    background: rgba(0,0,0,0.65);
    opacity: 0;
}
.gallery-popup .popup-close {
    z-index: 10;
}
.gallery-popup .popup-close::before,
.gallery-popup .popup-close::after {
    background: var(--color-white);
}
.gallery-popup-box {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.gallery-arrow-next,
.gallery-arrow-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9;
    border: 1px solid var(--color-white);
    opacity: 0.5;
    transition: 0.3s ease;
    bottom: 50px;
}
.gallery-arrow-next::after,
.gallery-arrow-prev::after {
    width: 20px;
    height: 41px;
    position: absolute;
    content: '';
    background: linear-gradient(45deg,transparent 32%,var(--color-white) 32%,var(--color-white) 37%, transparent 37%), linear-gradient(135deg,transparent 32%,var(--color-white) 32%,var(--color-white) 37%, transparent 37%);
    top: 8px;
    left: 16px;
}
.gallery-arrow-next::after {
    transform: rotate(180deg);
    left: 22px;
}
.gallery-arrow-next {
    right: 20px;
}
.gallery-arrow-prev {
    left: 20px;
}
.gallery-arrow-next:hover,
.gallery-arrow-prev:hover {
    opacity: 0.9;
}
.gallery-img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.gallery-img img {
    object-fit: contain;
    width: auto;
    height: auot;
    max-width: 100%;
    max-height: 100%;
}

.stiker-box__img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.newer_model_description {
    margin: 30px 0 0;
    font-size: 1.2em;
    color: red;
}
.newer_model_description a {
    color: red;
    text-decoration: underline;
    font-weight: 700;
}
.section-documents__icon_type {
    width: 40px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section-documents__icon_pdf {
    background-image: url('/images/svg/pdf.svg');
}

.video-popup-box {
  position: relative;
  background: #fff;
}
.video-popup-box .popup-close {
  z-index: 1;
}
.video-popup-box .mej-run__video {
  display: none;
}

@media all and (min-width: 450px) {
    .element-table-value {
        justify-content: flex-start;
        text-align: left;
    }
}

@media all and (min-width: 576px) {
    .element-table-label {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .element-table-value {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media all and (min-width: 768px) {
    .element-body .section-header__title-box h1  {
        margin-bottom: 0;
    }
    .section-header__title-row-explain {
        text-align: left;
    }
    .section-header__title-row-head {
        text-align: left;
    }
    .element-body-container {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        margin-top: 30px;
    }
    .element-slider {
      grid-row: 2/3;
      padding-top: 30px;
      grid-column: 1/2;
      width: 90%;
      padding-right: 30px;
    }
    .element-stickers {
      grid-row: 3/4;
        grid-row: 2/3;
        display: grid;
        margin-top: 50px;
        grid-template-columns: repeat(3, 1fr);
        padding-right: 30px;
    }
    .element-price {
      grid-column: 1/2;
      grid-row: 1/2;
      margin: 0;
    }
    .element_price__actual {
      margin: 0;
      padding: 15px 40px;
    }
    .element-btn {
        grid-column: 1/2;
        grid-row: 4/5;
        padding-right: 30px;
    }
    .element-btn .btn {
        flex: 1 1 auto;
    }
    .element-btn .btn + .btn {
        margin-left: 30px;
    }
    .element-table {
        grid-column: 2/3;
        grid-row: 1/7;
    }
    .element-docs {
        grid-column: 1/2;
        grid-row: 5/6;
        padding-right: 30px;
    }
    .docs__tab-item {
        width: 100%;
    }
    .libzoom__wrapper {
        padding: 20px 50px;
    }
    .libzoom__iframe {
        margin-top: 0;
    }
    .gallery-item {
        height: 200px;
    }
    .gallery-thumbs {
        margin-top: 20px;
    }
    .gallery-thumb {
        padding: 3px;
        /*justify-content: flex-end;*/
    }
    .element-sticker-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stiker-box__img-box {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sticker-box__text {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
        word-break: break-all;
    }
    .gallery-arrow-next,
    .gallery-arrow-prev {
        bottom: unset;
    }
    .gallery-arrow-next {
        right: 10px;
    }
    .gallery-arrow-prev {
        left: 10px;
    }
    .gallery-img {
        padding: 70px;
    }
}

@media all and (min-width: 992px) {
    .element-slider {
        padding-top: 60px;
    }
    .gallery-item {
        height: 300px;
    }
    .gallery-thumb {
        padding: 10px;
    }
    .element-stickers {
        margin-top: 70px;
    }
    .element-btn {
        margin-top: 60px;
    }
    .sticker-box__text {
        font-size: 15px;
        word-break: normal;
    }
    .element-docs {
        margin-top: 50px;
    }
    .element_price__actual {
      font-size: 32px;
    }
    .element-table {
      padding-top: 15px;
    }
    .element-table-head-btn .btn {
        width: 44px;
        height: 44px;
    }
    .gallery-arrow-next {
        right: 20px;
    }
    .gallery-arrow-prev {
        left: 20px;
    }
    .gallery-img {
        padding: 90px;
    }
}

section.breadcrumb {
    display: none;
    padding: 20px 0;
    margin: 0;
}
.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
}
.bx-breadcrumb-item::after {
    content: '/';
    margin: 0 5px;
    font-size: 12px;
}
.bx-breadcrumb-item:nth-last-child(1)::after {
    content: '';
}
.bx-breadcrumb-item span {
    color: var(--color-grey);
    font-size: 12px;
    line-height: 1.2em;
}

.bx-breadcrumb-item > span {
    display: block;
}

@media all and (min-width: 768px) {
    section.breadcrumb {
        display: block;
    }
    section.breadcrumb + section.title-h1 {
        padding: 15px 0 40px;
    }
    .bx-breadcrumb-item span {
        font-size: 15px;
    }
    .bx-breadcrumb-item > span {
        margin-top: 2px;
    }
    .bx-breadcrumb-item::after {
        font-size: 15px;
    }
}


h2.accessories-subtitle,
h3.subtitle.seria-subtitle {
  margin: 0;
}
.element-accessories {
  margin: 40px 0;
}
.accessories__section {
  margin: 30px 0;
}
h3.subtitle.seria-subtitle {
  font-weight: 400;
  font-size: 20px;
}
.accessories__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 30px 0 0;
}
.accessories__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.accessories__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}
.accessories__pic {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
.accessories__pic-inner {
  position: absolute;
  top: 15px;
  left: 20px;
  bottom: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessories__pic-inner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.accessories__texts {
  padding: 0 15px 15px;
}
.accessories__name a,
.accessories__name {
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: 'Roboto';
}
.accessories__description {
  margin-top: 5px;
  font-size: 0.9em;
  text-align: justify;
}

@media all and (max-width: 399.98px) {
  .element-table-head {
    flex-wrap: wrap;
  }
  .element-table-wrapper {
    padding: 30px 10px;
  }
  .element-table-value {
    word-break: break-word;
  }
  .gallery-thumbs.owl-carousel {
    overflow: hidden;
  }
}

@media all and (min-width: 768px) {
  .element-accessories {
    grid-row: 7/8;
    grid-column: span 2;
    margin: 60px 0;
  }
  .section-similar h2, .element-body h2 {
    font-size: 26px;
  }
  .accessories__section {
    margin: 40px 0;
  }
  .accessories__items {
    margin: 40px 0 0;
    grid-row-gap: 25px;
    grid-column-gap: 20px;
  }
  .accessories__item {
    min-height: 290px;
  }
  .accessories__pic {
    padding-top: 60%;
  }
  .accessories__texts {
    padding: 0 30px 15px;
  }
  .accessories__name a,
  .accessories__name {
    font-size: 15px;
  }
  h3.subtitle.seria-subtitle {
    font-size: 23px;
  }
}
@media all and (min-width: 992px) {
  .section-similar h2, .element-body h2 {
    font-size: 30px;
  }
  h3.subtitle.seria-subtitle {
    font-size: 26px;
  }
  .element-accessories {
    margin: 80px 0;
  }
  .accessories__section {
    margin: 50px 0;
  }
  .accessories__items {
    margin: 50px 0 0;
    grid-row-gap: 40px;
    grid-column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .accessories__pic {
    padding-top: 220px;
  }
  .accessories__pic-inner {
    top: 25px;
    left: 30px;
    right: 30px;
    bottom: 15px;
  }
  .accessories__texts {
    padding: 0 35px 20px;
  }
  .accessories__name a,
  .accessories__name {
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  .element-accessories {
    margin: 100px 0;
  }
  .accessories__section {
    margin: 60px 0;
  }
  .accessories__items {
    margin: 60px 0 0;
  }
  .accessories__item {
    min-height: 370px;
  }
  .accessories__pic {
    padding-top: 244px;
  }
  .accessories__pic-inner {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 15px;
  }
  .accessories__texts {
    padding: 0 40px 25px;
  }
  .accessories__name a,
  .accessories__name {
    font-size: 20px;
  }
}
/* End */


/* Start:/local/templates/ek_2023/components/bitrix/main.userconsent.request/rperf/user_consent.css?17514575906938*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 99999;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin-bottom: 20px;
	font-size: 30px;
	color: rgba(87, 87, 86, 1);
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 22px;
		text-align: left;
	}
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-buttons {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
	font-size: 16px;
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		width: 100%;
		max-width: 1140px;
		padding: 40px;
		border-radius: 20px;
	}

	.main-user-consent-request-popup-header {
		text-align: left;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}


.main-user-consent-request-popup-text {
	border: 0;
}


.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(181, 181, 181, 1);
}


.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	width: 10px;
	background: rgba(181, 181, 181, 1);


}




.main-user-consent-request-popup-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 10px;
	min-width: 350px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.main-user-consent-request-popup-button:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-button {
		margin-right: 0;
		width: 100%;
	}
}


.main-user-consent-request-popup-button-acc {
	background: rgba(242, 96, 101, 1);
	border: 0;
	border-radius: 0;
	color: #fff;

}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(208, 64, 69, 1);

}

.main-user-consent-request-popup-button-acc:active {
	background: rgba(186, 41, 46, 1);

}


.main-user-consent-request-popup-button-rej {
	border: 1px solid rgba(226, 14, 24, 1);
	color: rgba(226, 14, 24, 1);
	background: #fff;
	border-radius: 0;
}

.main-user-consent-request-popup-button-rej:hover {
	border: 1px solid rgba(159, 40, 44, 1);
	color: rgba(159, 40, 44, 1);
	background: #fff;

}

.main-user-consent-request-popup-button-rej:active {
	border: 1px solid rgba(7, 55, 126, 1);
	color: rgba(7, 55, 126, 1);
	background: #fff;

}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-text {
		height: calc(100vh - 341px);

		font-size: 16px;
	}
}



.main-user-consent-request-popup-header {
	font-size: 32px;
	font-weight: 400;
	color: rgba(29, 29, 29, 1);
}


.main-user-consent-request-popup-text {
	color: rgba(29, 29, 29, 1);
}



.main-user-consent-request-popup-button-acc {
	width: 250px;
	height: 40px;
	background: #28ad62;
	min-width: 250px;
}


.main-user-consent-request-popup-button-acc:hover {
	background: #037434;

}

.main-user-consent-request-popup-button-acc:active {
	background: rgba(29, 29, 29, 1);
}

.main-user-consent-request-popup-button-rej {
	min-width: 250px;
	width: 250px;
	height: 40px;
	border: 1px solid #28ad62;
	color: #28ad62;
}

.main-user-consent-request-popup-button-rej:hover {
	color: #037434;
	border: 1px solid #037434;
}

.main-user-consent-request-popup-button-rej:active {
	color: rgba(29, 29, 29, 1);
	border: 1px solid rgba(29, 29, 29, 1);
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 20px;
	}

	.main-user-consent-request-popup-text {
		height: calc(100vh - 252px);
	}

	.main-user-consent-request-popup-button-rej {
		width: 100%;
	}

	.main-user-consent-request-popup-button-acc {
		width: 100%;
	}

	.main-user-consent-request-popup-buttons {
		gap: 10px;
	}
}
/* End */
/* /local/templates/ek_2023/components/bitrix/catalog.element/main/style.css?171232113821469 */
/* /local/templates/ek_2023/components/bitrix/main.userconsent.request/rperf/user_consent.css?17514575906938 */
