@charset "UTF-8";
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.feature-text-with-image__title::before, .feature-text::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #1cbeca;
  top: -1px;
  left: calc(50% - 50px);
}

#bx-panel a {
  -webkit-transition-property: initial;
  -o-transition-property: initial;
  transition-property: initial;
  -webkit-transition-timing-function: initial;
       -o-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-duration: initial;
       -o-transition-duration: initial;
          transition-duration: initial;
}

.api_alert_success .api_button.api_button_primary.api_alert_close {
  line-height: normal;
}

.c-swiper-slide-fix-blink-slides {
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}

jdiv input.input__eIKQT[name=phone] {
  font-family: system-ui, -apple-system, Arial, sans-serif !important;
}

.popup_order_details--mw {
  min-width: 460px;
}

.popup_order_details_button_wrapper--flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .no-transition {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
body .no-transition.open:before {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
body .no-transition.open:after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.c-accordion-title {
  cursor: pointer;
  position: relative;
  content: "";
  padding-right: 20px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-accordion-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='6' viewBox='0 0 10 6'%3E%3Cimage id='Vector_Smart_Object_copy_6' data-name='Vector Smart Object copy 6' width='10' height='6' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAb0lEQVQImW3OMQrCABBE0aeI4Lk8hBcQWxHEyiDpcwZbCy9gY2Of89hYyOgGUuRXw+zfZWc2jxeeaE1zwXqOHgc0E166zPpFhSyc8EZX0rG6a5yIYY8VzvhUl3yrmUEMu7o8/Hqv7sdYDFssR/kPvk1GEgr4ql35AAAAAElFTkSuQmCC'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-accordion-title.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

body .c-accordion-body {
  display: none;
}

.tippy-box[data-theme~=main] {
  background-color: transparent;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}
.tippy-box[data-theme~=main] .tippy-content {
  max-width: 300px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background: #37454A;
  line-height: 1.4;
}
.tippy-box[data-theme~=main] .tippy-arrow {
  color: #37454A;
}

.tippy-box[data-theme~=light] {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  color: #404042;
  background-color: white;
  -webkit-box-shadow: 1px 1px 12px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 12px -5px rgba(0, 0, 0, 0.75);
  border-radius: 0;
}
.tippy-box[data-theme~=light] .tippy-content {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  padding: 16px;
  max-width: 350px;
  font-size: 14px;
}
.tippy-box[data-theme~=light][data-theme~=wide] .tippy-content {
  max-width: 650px;
}
.tippy-box[data-theme~=light] .tippy-arrow {
  display: none;
  color: white;
}
.tippy-box[data-theme~=light] .tooltip-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 24 24'%3E%3Cpath fill='%23404042' d='M 4.9902344 3.9902344 A 1.0001 1.0001 0 0 0 4.2929688 5.7070312 L 10.585938 12 L 4.2929688 18.292969 A 1.0001 1.0001 0 1 0 5.7070312 19.707031 L 12 13.414062 L 18.292969 19.707031 A 1.0001 1.0001 0 1 0 19.707031 18.292969 L 13.414062 12 L 19.707031 5.7070312 A 1.0001 1.0001 0 0 0 18.980469 3.9902344 A 1.0001 1.0001 0 0 0 18.292969 4.2929688 L 12 10.585938 L 5.7070312 4.2929688 A 1.0001 1.0001 0 0 0 4.9902344 3.9902344 z'%3E%3C/path%3E%3C/svg%3E");
}

.tippy-box[data-theme~=accent] {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  color: #fff;
  background-color: #33c3ce;
  -webkit-box-shadow: 1px 1px 12px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 12px -5px rgba(0, 0, 0, 0.75);
  border-radius: 0;
}
.tippy-box[data-theme~=accent] .tippy-content {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  padding: 16px;
  max-width: 350px;
  font-size: 14px;
}
.tippy-box[data-theme~=accent] .tippy-arrow {
  display: none;
  color: #33c3ce;
}
.tippy-box[data-theme~=accent] .tooltip-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M 4.9902344 3.9902344 A 1.0001 1.0001 0 0 0 4.2929688 5.7070312 L 10.585938 12 L 4.2929688 18.292969 A 1.0001 1.0001 0 1 0 5.7070312 19.707031 L 12 13.414062 L 18.292969 19.707031 A 1.0001 1.0001 0 1 0 19.707031 18.292969 L 13.414062 12 L 19.707031 5.7070312 A 1.0001 1.0001 0 0 0 18.980469 3.9902344 A 1.0001 1.0001 0 0 0 18.292969 4.2929688 L 12 10.585938 L 5.7070312 4.2929688 A 1.0001 1.0001 0 0 0 4.9902344 3.9902344 z'%3E%3C/path%3E%3C/svg%3E");
}

.tippy-box[data-theme~=small] .tippy-content {
  padding: 8px;
}

.tippy-box[data-theme~=close] .tooltip-close {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.tippy-box[data-theme~=close] .tooltip-close:hover {
  opacity: 0.8;
}

@media screen and (max-width: 576px) {
  .tippy-content {
    max-width: calc(100vw - 60px) !important;
  }
}

[data-tippy-content] {
  cursor: pointer;
}

.wrap-tooltip {
  display: none;
}

.tippy-tooltip p:first-child {
  margin-top: 0;
}
.tippy-tooltip p:last-child {
  margin-bottom: 0;
}

:root {
  scroll-behavior: smooth;
}

html.blocked {
  overflow: hidden !important;
}

.interactive {
  cursor: pointer;
}

.bold-text {
  font-weight: 700;
}

.color-blue5 {
  color: #0057b8;
}

.color-black5 {
  color: #acacaf;
}

.color_black {
  color: #231F20;
}

.color_blue {
  color: #3158b4;
}

.color_dark_gray {
  color: #838486;
}

.color_status_red {
  color: #D6292C;
}

.color_status_green {
  color: #2EB35D;
}

.color_status_yellow {
  color: #FFB300;
}

.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_container picture img {
  display: block;
}

.justify_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align_items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w100 {
  width: 100%;
}

.mr8 {
  margin-right: 8px;
}

.ml8 {
  margin-left: 8px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mt8 {
  margin-top: 8px;
}

.mt20 {
  margin-top: 20px;
}

.font_size_12 {
  line-height: 1.3;
  font-size: 12px;
}

.font_size_14 {
  line-height: 1.3;
  font-size: 14px;
}

.decoration_none {
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.semi_bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.c-container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.page.page--full-width {
  padding: 0;
  width: auto;
}
.page.page--full-width .main-subscribe-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
}
.page.page--full-width .container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 576px) {
  .only-desktop {
    display: none;
  }
}

.only-mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .only-mobile {
    display: block;
  }
}

.visit-code {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
@media all and (display-mode: standalone) {
  .visit-code {
    margin-top: 0;
  }
}

.table-properties-accent {
  color: #3158b4;
}

.scroll-hidden {
  overflow-y: hidden;
}

.c-sub-title {
  margin: 30px 0 20px;
  font-size: 24px;
  color: #0057b8;
  text-transform: none;
  font-weight: bold;
}

.c-popup-city .ui-dialog-title {
  display: none !important;
}
.c-popup-city .popup-city__title {
  padding-top: 40px;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #404042;
}
.c-popup-city .popup-group__title {
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.text-large {
  font-size: 18px;
}

.c-error {
  color: #e8535a;
}

@media screen and (max-width: 1024px) {
  html.api_modal_active {
    overflow: hidden !important;
  }
}
.page-intro {
  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;
  gap: 36px;
}
@media screen and (max-width: 576px) {
  .page-intro {
    margin-top: 50px;
  }
}
.page-intro__pic {
  width: 172px;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.page-intro__title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-wrap: balance;
}
.page-intro__description {
  text-align: center;
  font-size: 20px;
  text-wrap: balance;
}
.page-intro__box {
  color: #0057b8;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.page-intro-info {
  margin: 50px 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #0057b8;
}

.slick-initialized .product-img:active,
.slick-initialized .product-title a:active,
.slick-initialized .product .btn-auth-reg:active,
.slick-initialized .btn-cat-favorite:active,
.slick-initialized .btn-cat-compare:active {
  background-color: #ade1f5;
}
.slick-initialized .product-btn:active:not(.btn-white) {
  background-color: #317dc8;
}
.slick-initialized .product-btn:active.btn-white {
  background-color: #ade1f5;
}

.filter-param-selection {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D9D9D9;
  margin: 50px 0;
  padding-top: 24px;
}
@media screen and (max-width: 800px) {
  .filter-param-selection {
    margin: 20px 0;
    display: none;
  }
}
.filter-body .filter-param-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-param-selection__title {
  font-weight: bold;
}
.filter-param-selection__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-param-selection__icon {
  display: block;
}
.filter-param-selection__link {
  text-decoration: none;
}
.filter-param-selection__link:hover {
  text-decoration: underline;
}

.c-btn {
  text-transform: uppercase;
}
.c-btn--full {
  width: 100%;
}
.c-btn__spinner {
  display: none !important;
  margin-top: 0;
}
.c-btn:hover .c-btn__spinner .circle {
  background-color: #3158b4;
}
@media screen and (max-width: 576px) {
  .c-btn:hover .c-btn__spinner .circle {
    background-color: #fff;
  }
}

.htmx-request .c-btn__title {
  display: none;
}
.htmx-request .c-btn__spinner {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.c-btn-dot {
  -webkit-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
.c-btn-dot--load {
  font-size: 0;
}
.c-btn-dot--load:hover:not(:disabled) .circle {
  background-color: #3158b4;
}
@media screen and (max-width: 800px) {
  .c-btn-dot--load:hover:not(:disabled) .circle {
    background-color: #fff;
  }
}
.c-btn-dot--load > svg {
  display: none;
}
.c-btn-dot--load .btn-action-cart-spinner {
  margin: 0;
}
.c-btn-dot--load .circle {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 800px) {
  .lunchmeat-service__close.c-btn-dot .circle {
    background-color: #eee !important;
  }
}

.lunchmeat-service__btn-cancel.c-btn-dot:disabled:hover {
  border-color: #adaeb1;
  color: #adaeb1;
}
.lunchmeat-service__btn-cancel.c-btn-dot:disabled:hover svg path {
  fill: #adaeb1;
}

.c-btn-height {
  min-height: 30px !important;
}

.c-form--mw {
  max-width: 600px;
}
.c-form__groups {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.c-form__group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.c-form__title {
  font-weight: 400;
  font-size: 14px;
  color: #acacaf;
}
.c-form__title--required:after {
  content: " *";
  color: #ca545a;
}
.c-form__required-star {
  color: #ca545a;
}
.c-form__fast-insert-label {
  text-decoration: underline;
  cursor: pointer;
  color: #0057b8;
  display: inline-block;
  margin-right: 8px;
}
.c-form__fast-insert-title {
  display: inline-block;
  margin-left: 16px;
  margin-right: 4px;
}
.c-form__field-box {
  position: relative;
}
.c-form__field {
  border: 1px solid #d8dbdd;
  color: #3158b4;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 28px;
  padding: 0 10px;
  background-color: white;
  border-radius: 5px;
  color: #0057b8;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-style: normal !important;
}
.c-form__field--textarea {
  height: auto !important;
  padding: 10px 8px !important;
  min-height: 85px;
  resize: none;
}
.c-form__field--date:invalid {
  color: #acacaf;
}
@media screen and (max-width: 576px) {
  .c-form__field--date:invalid {
    color: transparent;
  }
}
.c-form__field--date:invalid + .c-form__field-box-inner {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .c-form__field-box-inner {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 50px;
    pointer-events: none !important;
    padding: 0 10px;
    color: #acacaf;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    position: absolute;
  }
  .c-form__field-box-inner:after {
    pointer-events: none !important;
    content: attr(placeholder);
  }
}
.c-form__error {
  color: #CA545A;
  font-size: 12px;
}
.c-form label.error {
  position: static !important;
}

.c-form-agree-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-form-agree__title {
  font-weight: 400;
  font-size: 11px;
  color: #404042;
}
.c-form-agree__link {
  color: inherit;
  text-decoration: underline;
}
.c-form-agree__link:hover {
  text-decoration: none;
}

.c-custom-checkbox__native, .c-custom-checkbox__field {
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.c-custom-checkbox__native {
  position: absolute;
  opacity: 0;
}
.c-custom-checkbox__field {
  position: relative;
  border: 1px solid #838486;
  cursor: pointer;
  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;
}
.c-custom-checkbox__field:before {
  opacity: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #3158b4;
}
.c-custom-checkbox__native:checked + .c-custom-checkbox__field:before {
  opacity: 1;
}

[data-to-upper] {
  text-transform: uppercase;
}

.c-popup__title {
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #404042;
}
.c-popup__title:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #d9d9d9;
}
.c-popup__content--text-center {
  text-align: center;
}
.c-popup__content--large {
  font-size: 16px;
  font-weight: bold;
}
.c-popup__content--large p {
  margin-bottom: 10px;
}

.fancy-base .fancybox-content {
  padding: 30px 20px 20px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px !important;
  overflow: visible;
}
@media screen and (max-width: 576px) {
  .fancy-base .fancybox-content {
    margin-top: 0;
    margin-bottom: 0 !important;
    overflow: hidden;
    padding: 15px 8px;
  }
}
.fancy-base .fancybox-content .fancybox-close-small svg {
  display: none;
}
@media screen and (max-width: 576px) {
  .fancy-base .fancybox-content .fancybox-close-small svg {
    display: block;
  }
}
.fancy-base .fancybox-content .fancybox-close-small {
  padding: 0;
  min-width: auto;
  width: 28px;
  height: 28px;
}
.fancy-base .fancybox-content .fancybox-close-small:hover {
  background-color: transparent;
}
.fancy-base .fancybox-content .fancybox-close-small {
  z-index: 1;
  position: absolute;
  top: -36px;
  right: -36px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .fancy-base .fancybox-content .fancybox-close-small {
    margin-top: 0;
    top: 0;
    right: 0;
  }
}
.fancy-base .fancybox-content .fancybox-close-small::before, .fancy-base .fancybox-content .fancybox-close-small::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: white;
}
@media screen and (max-width: 576px) {
  .fancy-base .fancybox-content .fancybox-close-small::before, .fancy-base .fancybox-content .fancybox-close-small::after {
    display: none;
  }
}
.fancy-base .fancybox-content .fancybox-close-small::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fancy-base .fancybox-content .fancybox-close-small::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.fancy-base .fancybox-content svg {
  max-width: 100% !important;
}
.fancy-base .fancybox-slide--html {
  padding: 20px 8px !important;
}
.fancy-base--mw .fancybox-content {
  max-width: 265px;
}
@media screen and (max-width: 576px) {
  .fancy-base--mw .fancybox-content {
    max-width: none;
  }
}
.fancy-base--fix-conflict .fancybox-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: auto;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  height: auto !important;
  width: auto !important;
}

.fancybox-bg {
  background: rgba(62, 61, 64, 0.9);
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-close-small {
  min-width: auto;
}
.fancybox-close-small:hover {
  background-color: transparent;
}

.fancybox-slide:before {
  margin: 0;
}

.pwa-loader {
  display: none;
  height: 7px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, #3158b4), color-stop(40%, #fff), to(#fff));
  background-image: -o-linear-gradient(left, #fff 0%, #3158b4 20%, #fff 40%, #fff 100%);
  background-image: linear-gradient(to right, #fff 0%, #3158b4 20%, #fff 40%, #fff 100%);
  background-size: 1000px 100%;
}
@media all and (display-mode: standalone) {
  .pwa-loader {
    display: block;
  }
}
.pwa-loader--hide {
  display: none;
}

.pwa-btn-wrap {
  margin: 20px 0;
}
@media all and (display-mode: standalone) {
  .pwa-btn-wrap {
    display: none;
  }
}

.pwa-btn {
  max-width: 300px;
}
@media screen and (max-width: 576px) {
  .pwa-btn {
    max-width: none;
  }
}
.pwa-btn--load .pwa-btn__title {
  display: none;
}
.pwa-btn--load .pwa-btn__loader {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pwa-btn__loader {
  display: none !important;
}

@media all and (display-mode: standalone) {
  .pwa-hidden {
    display: none;
  }
}

.pwa-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 576px) {
  .pwa-app-item__qr-code {
    display: none;
  }
}

.pwa-app-not-support {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pwa-app-not-support--show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pwa-section-intro {
  position: relative;
  overflow: hidden;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2f58b3;
  height: 720px;
  background-color: #2f58b3;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("/local/templates/common/img/newapp/newapp-intro-bg.png?v=1");
  background-size: contain;
}
@media (min-width: 1280px) {
  .pwa-section-intro {
    margin-top: -21px;
  }
}
@media screen and (max-width: 800px) {
  .pwa-section-intro {
    height: calc(100vh - 46px - 60px);
    height: calc(100svh - 46px - 60px);
    background-image: url("/local/templates/common/img/newapp/newapp-intro-bg--mobile-3x.png?v=1");
    background-position: center top;
    background-size: 100% auto;
  }
}

.pwa-content-block {
  margin: 104px 0;
}
@media screen and (max-width: 800px) {
  .pwa-content-block {
    margin: 81px 0;
  }
}

.pwa-how-install__title {
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .pwa-how-install__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.pwa-how-items-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 24px;
}
@media screen and (max-width: 576px) {
  .pwa-how-items-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.pwa-how-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 52px 20px;
  background: #f5f6f7;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .pwa-how-item {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.pwa-how-item__title {
  max-width: 300px;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #212121;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .pwa-how-item__title {
    font-size: 17px;
  }
}
.pwa-how-item__count {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  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;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #2f58b3;
}
.pwa-how-item__icon {
  line-height: inherit;
  margin-top: -4px;
  position: relative;
  top: 2px;
}

.pwa-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, -webkit-max-content) 1fr;
  -ms-grid-columns: minmax(0, max-content) 1fr;
  grid-template-columns: minmax(0, -webkit-max-content) 1fr;
  grid-template-columns: minmax(0, max-content) 1fr;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  padding: 40px 32px;
  background: #f5f6f7;
}
@media screen and (max-width: 800px) {
  .pwa-cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 18px 16px;
    gap: 25px;
  }
}
.pwa-cont__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .pwa-cont__items {
    display: block;
  }
}
.pwa-cont__title {
  padding-right: 40px;
  line-height: 100%;
  max-width: 376px;
  font-weight: 700;
  font-size: 28px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .pwa-cont__title {
    width: auto;
    font-size: 25px;
    min-width: none;
  }
}

.pwa-cont-items-wrap {
  max-width: 800px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: (minmax(0, -webkit-max-content))[2];
  -ms-grid-columns: (minmax(0, max-content))[2];
  grid-template-columns: repeat(2, minmax(0, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(0, max-content));
  grid-column-gap: 25px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 800px) {
  .pwa-cont-items-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.pwa-cont-item {
  max-width: 367px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .pwa-cont-item {
    grid-column-gap: 20px;
  }
}
.pwa-cont-item__title {
  font-size: 16px;
  line-height: 110%;
  color: #212121;
}

.pwa-cont-item-icon-box {
  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;
  min-width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .pwa-cont-item-icon-box {
    min-width: 48px;
    height: 48px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 800px) {
  .pwa-cont-item-icon-box svg {
    width: 22px;
    height: 22px;
  }
}

.pwa-intro-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.pwa-intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  max-width: 630px;
  border-radius: 12px;
  padding: 36px 32px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .pwa-intro-content--mobile-app {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .pwa-intro-content--install-app {
    position: absolute;
    bottom: 16px;
    left: 10px;
    right: 10px;
    z-index: 1;
    -webkit-box-shadow: 8px -8px 16px 0 rgba(6, 24, 43, 0.1);
            box-shadow: 8px -8px 16px 0 rgba(6, 24, 43, 0.1);
    max-width: none;
    padding: 16px 16px 18px 16px;
  }
}
.pwa-intro-content__title {
  line-height: 100%;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .pwa-intro-content__title {
    font-size: 26px;
  }
}
.pwa-intro-content__btn {
  width: 349px;
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  height: 41px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 800px) {
  .pwa-intro-content__btn {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    font-size: 15px;
    height: 35px;
  }
}

.pwa-intro-content-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .pwa-intro-content-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-column-gap: 18px;
  }
}
.pwa-intro-content-block__pic {
  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;
  width: 104px;
  height: 104px;
  border-radius: 18px;
  background: #2f58b3;
}
@media screen and (max-width: 800px) {
  .pwa-intro-content-block__pic {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }
}
.pwa-intro-content-block__pic--qr-code {
  border-radius: 18px 18px 6px 18px;
}
.pwa-intro-content-block__pic svg {
  width: 85.5%;
}
.pwa-intro-content-block__sub-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
.pwa-intro-content-block__description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.pwa-intro-content-block__description {
  font-size: 16px;
  line-height: 110%;
  color: #212121;
}
@media screen and (max-width: 800px) {
  .pwa-intro-content-block__description {
    font-size: 14px;
    line-height: 110%;
  }
}

.pwa-intro-box {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .pwa-intro-box {
    display: block;
  }
}

.pwa-intro-box-preview {
  margin-bottom: -390px;
}
@media screen and (max-width: 800px) {
  .pwa-intro-box-preview {
    margin-bottom: 0;
  }
}
.pwa-intro-box-preview__no-shadow {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  -webkit-filter: drop-shadow(24px 24px 40px rgba(6, 24, 43, 0.32));
          filter: drop-shadow(24px 24px 40px rgba(6, 24, 43, 0.32));
}
@media screen and (max-width: 800px) {
  .pwa-intro-box-preview__no-shadow {
    -webkit-filter: none;
            filter: none;
    width: 72vw;
    max-width: 35vh;
  }
}

.basket__main-head-el--checkbox:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox--basket-item {
  margin-right: 10px;
}
@media screen and (max-width: 576px) {
  .custom-checkbox--basket-item {
    margin-right: 5px;
  }
}
.custom-checkbox__native, .custom-checkbox__field {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26px;
  height: 26px;
}
.custom-checkbox--small .custom-checkbox__native, .custom-checkbox--small .custom-checkbox__field {
  background-size: 70%;
  width: 16px;
  height: 16px;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.custom-checkbox--small .custom-checkbox__native:hover, .custom-checkbox--small .custom-checkbox__field:hover {
  border-color: #a3a3a3;
}
.custom-checkbox__native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.custom-checkbox__native.events_enabled:not([disabled]) {
  pointer-events: auto;
}
.custom-checkbox__native:checked + * {
  background-color: #005bbf;
  border-color: #005bbf !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='15' viewBox='0 0 17 15'%3E%3Cimage id='Shape_101_copy_21' data-name='Shape 101 copy 21' width='17' height='15' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAAA4ElEQVQ4jaWSMQ4BURCGB8kWet2eQKITB9goHYKSxgUUWolKp3cBd1BL1CpxARIaEZ8Mv0SWtXb3T97m7cy8782bmRJgBVQ2s1u5ACA0s7WZNc0zybGqwIan5nkAFWApwAoI8kCmAmyB2qOmGQF9AQ5A/WXPAoiAi1b07nttghRAXbejbCwOceoOaCYAano/qsdHjH9mCjgBnVhAoA6gjlSSID61Y+AGXIGBnG5fCLDRbHx97vtPV0VzTYCR9nsg/FWzuKENHHXYdQZaaZ37Zmzodlfvn/YnOTz94V/zA3YHexvDzKOr/NEAAAAASUVORK5CYII='/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.custom-checkbox__native.hidden + * {
  visibility: hidden;
}
.custom-checkbox__native--level-2:checked + * {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23005bbf' id='Shape_101_copy_10' data-name='Shape 101 copy 10' class='cls-1' d='M0.4,7.681L1.405,6.529,6.4,10.891,5.39,12.042ZM12.737,0.97l1.111,1.052-8.5,10.02L4.241,10.991Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border-color: transparent;
}
.custom-checkbox__field {
  background: #fff;
  display: block;
  border: 1px solid #dbdcdd;
}
.disabled .custom-checkbox__field {
  cursor: not-allowed;
}
.custom-checkbox__field--transparent {
  visibility: hidden;
}

.interests--mt {
  margin-top: 30px;
}
.interests__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .interests__bottom {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interests-button--disabled {
  border-color: #838486 !important;
  background: #838486 !important;
  color: white !important;
  pointer-events: none !important;
}
.interests-button--disabled:hover {
  border-color: #838486 !important;
  background: #838486 !important;
  color: white !important;
}

.interests-questions-form--mw {
  max-width: 940px;
}

.interests-question {
  padding: 20px 0;
  border-bottom: 1px solid #d8dcde;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .interests-question-box:last-child .interests-question {
    border-bottom: none;
  }
}
@media screen and (max-width: 800px) {
  .interests-question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.interests-question--no-border {
  border: none;
}
.interests-question--headers {
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .interests-question--headers {
    display: none;
  }
}
.interests-question__title {
  width: 285px;
}
@media screen and (max-width: 576px) {
  .interests-question__title {
    width: auto;
  }
}
.interests-question__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interests-question__caption {
  color: #adaeb1;
  font-size: 16px;
  font-weight: normal;
}

.interests-question-item {
  padding: 2px 0;
  margin: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interests-question-item__wrap {
  display: none;
}
.interests-question-item__wrap--visible {
  display: block;
}
.interests-question-item__wrap--level-2 > *:first-child {
  margin-top: 10px;
}
.interests-question-item__wrap--level-2 > *:last-child {
  margin-bottom: 10px;
}
.interests-question-item__title {
  line-height: 26px;
  font-size: 16px;
}
.interests-question-item__title--contains-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.interests-question-item__title--contains-children:after {
  content: "";
  width: 10px;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='6' viewBox='0 0 10 6'%3E%3Cimage id='Vector_Smart_Object_copy_6' data-name='Vector Smart Object copy 6' width='10' height='6' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAb0lEQVQImW3OMQrCABBE0aeI4Lk8hBcQWxHEyiDpcwZbCy9gY2Of89hYyOgGUuRXw+zfZWc2jxeeaE1zwXqOHgc0E166zPpFhSyc8EZX0rG6a5yIYY8VzvhUl3yrmUEMu7o8/Hqv7sdYDFssR/kPvk1GEgr4ql35AAAAAElFTkSuQmCC'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.checked .interests-question-item__title {
  font-weight: bold;
  color: #005bbf;
}
.interests-question-item__wrap-label {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interests-question-item__wrap-label--level-2 {
  margin-left: 20px;
}
.interests-question-item__wrap-label.open .interests-question-item__title:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.interests-question-item__wrap-label--full-width {
  width: 100%;
}
.interests-question-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.interests-question-item__label:not(.interests-question-item__wrap-label.disabled .interests-question-item__label) {
  cursor: pointer;
}
.interests-question-item__label:hover:not(.interests-question-item__wrap-label.disabled .interests-question-item__label) .custom-checkbox__field {
  border-color: #2a76ca;
}
.interests-question-item__field {
  font-family: inherit;
  outline: none;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  font-style: italic;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #d8dcde;
  background-color: transparent;
  font-weight: bold;
  color: #005bbf;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.interests-question-item__field::-webkit-input-placeholder {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: normal;
  color: #666 !important;
}
.interests-question-item__field::-moz-placeholder {
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-weight: normal;
  color: #666 !important;
}
.interests-question-item__field:-ms-input-placeholder {
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-weight: normal;
  color: #666 !important;
}
.interests-question-item__field::-ms-input-placeholder {
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-weight: normal;
  color: #666 !important;
}
.interests-question-item__field::placeholder {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: normal;
  color: #666 !important;
}
.interests-question-item__field:focus {
  border-color: #3158b4;
}
.interests-question-item__field:focus::-webkit-input-placeholder {
  color: #333 !important;
}
.interests-question-item__field:focus::-moz-placeholder {
  color: #333 !important;
}
.interests-question-item__field:focus:-ms-input-placeholder {
  color: #333 !important;
}
.interests-question-item__field:focus::-ms-input-placeholder {
  color: #333 !important;
}
.interests-question-item__field:focus::placeholder {
  color: #333 !important;
}
.interests-question-item__field--level-3 {
  margin-top: 10px;
  margin-left: 42px;
  margin-bottom: 10px;
}
.interests-question-item__field--full-width {
  width: 100%;
}
.interests-question-item__box {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 576px) {
  .interests-bottom {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.interests-info {
  margin-top: 20px;
  padding: 10px 15px;
  background: #e5eef8;
  color: #0057b8;
  font-size: 16px;
}

.interests-question-title__main {
  font-weight: bold;
  font-size: 20px;
  color: #231f20;
}
.interests-question-title__main--required {
  position: relative;
}
.interests-question-title__main--required:after {
  margin-left: 3px;
  content: "*";
  color: #ca545a;
  font-weight: normal;
}
.interests-question-title__main--accent-subfield {
  text-wrap: balance;
  font-size: 16px;
}

.interests-question-title-error {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #e8535a;
  font-weight: normal;
}
.interests-question-title-error[style*="display: none"] {
  display: block !important;
}
.interests-question-title-error[style*="display: none"]:after {
  content: "_";
  opacity: 0;
}

.interests-empty-field {
  padding-top: 4px;
  color: #adaeb1;
  font-size: 16px;
  font-style: italic;
}

.interests-group-invisible-input {
  height: 0;
  position: absolute;
  pointer-events: none;
}

.interests-question-item-sub {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-personal-info-items {
  margin: 23px 0 33px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 576px) {
  .c-personal-info-items {
    gap: 17px;
  }
}

.c-personal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  padding: 0 15px;
  background: #e5eef8;
  border-left: 3px solid #005bbf;
}
@media screen and (max-width: 576px) {
  .c-personal-info {
    padding: 14px 12px;
    gap: 10px;
  }
}
.c-personal-info--new {
  background: #e8f8fa;
  border-color: #1cbeca;
}
.c-personal-info__box-icon {
  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;
  width: 48px;
}
@media screen and (max-width: 576px) {
  .c-personal-info__box-icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.c-personal-info__icon {
  max-width: 100%;
}
.c-personal-info__new-box {
  padding: 1px 8px 0px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #fff;
  background: #58ced7;
}

.c-personal-info-main {
  padding: 17.5px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 4px;
}
@media screen and (max-width: 576px) {
  .c-personal-info-main {
    padding: 0;
  }
}
.c-personal-info-main__title {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .c-personal-info-main__title {
    text-wrap: balance;
  }
}
.c-personal-info-main__description {
  font-size: 14px;
  color: #3e3d40;
}
@media screen and (max-width: 576px) {
  .c-personal-info-main__description {
    font-size: 12px;
  }
}
.c-personal-info-main__wrap-link {
  margin-top: 5px;
}
@media screen and (max-width: 576px) {
  .c-personal-info-main__wrap-link {
    display: block;
  }
}
.c-personal-info-main__link {
  white-space: nowrap;
  text-decoration: none;
}
.c-personal-info-main__link:after {
  position: relative;
  top: 2px;
  margin-left: 10px;
  display: inline-block;
  width: 18px;
  height: 13px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='%230365c0' d='M17.791,6.997 L12.305,12.482 L11.598,11.775 L16.376,6.997 L0.0,6.997 L0.0,5.997 L16.376,5.997 L11.598,1.219 L12.305,0.512 L17.790,5.997 L17.999,5.997 L17.999,6.997 L17.791,6.997 Z'/%3E%3C/svg%3E");
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-personal-info-main__link:hover:after {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}

.popup_scroll_light::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #eef3fa;
  border-radius: 3px;
}
.popup_scroll_light::-webkit-scrollbar-thumb {
  background-color: #b8cce9;
  border-radius: 3px;
  width: 5px;
}

.popup_scroll_gray::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #F5F6F7;
  border-radius: 3px;
}
.popup_scroll_gray::-webkit-scrollbar-thumb {
  background-color: #ADAEB1;
  border-radius: 3px;
  width: 5px;
}

.cu-popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.cu-popup-inner--min-width {
  min-width: 298px;
}
@media screen and (max-width: 576px) {
  .cu-popup-inner--min-width {
    min-width: auto;
  }
}

.cu-popup__header {
  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;
  gap: 13px;
}
.cu-popup__icon-box--mail {
  background-image: url(/local/templates/mobile/img/spr_icons.v-mdm-1000000001.png);
  background-position: 0px 0px;
  width: 57px;
  height: 62px;
}
.cu-popup__message {
  width: 100%;
  text-align: center;
}
.cu-popup__btn {
  text-transform: uppercase;
}

.fancy-base-theme.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancy-base-theme .fancybox-bg {
  background-color: rgba(62, 61, 64, 0.9);
}
.fancy-base-theme .fancybox-close-small {
  min-width: auto;
}
.fancy-base-theme .fancybox-content {
  overflow: visible;
  padding: 20px;
}
.fancy-base-theme .fancybox-close-small {
  z-index: 1;
  position: absolute;
  top: -36px;
  right: -36px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .fancy-base-theme .fancybox-close-small {
    right: 0;
  }
}
.fancy-base-theme .fancybox-close-small:before, .fancy-base-theme .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: white;
}
.fancy-base-theme .fancybox-close-small:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fancy-base-theme .fancybox-close-small:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.fancy-base-theme .fancybox-close-small:hover {
  background-color: transparent;
}
.fancy-base-theme .fancybox-close-small svg {
  display: none;
}

.fancy-theme-events .fancybox-content {
  padding: 30px 20px 20px;
  width: 100%;
  overflow: visible;
  max-width: 832px;
  border-radius: 20px;
  background-image: url("/events/img/bg-popup-left.svg"), url("/events/img/bg-popup-right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left, right bottom;
  background-size: auto auto;
}
@media screen and (max-width: 576px) {
  .fancy-theme-events .fancybox-content {
    background-image: none;
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  .fancy-theme-events .fancybox-content {
    margin-top: 0;
    margin-bottom: 0 !important;
    overflow: hidden;
    padding: 15px 8px;
  }
}
.fancy-theme-events .fancybox-content .fancybox-close-small svg {
  display: none;
}
@media screen and (max-width: 576px) {
  .fancy-theme-events .fancybox-content .fancybox-close-small svg {
    display: block;
  }
}
.fancy-theme-events .fancybox-content .fancybox-close-small {
  padding: 0;
  min-width: auto;
  width: 28px;
  height: 28px;
}
.fancy-theme-events .fancybox-content .fancybox-close-small:hover {
  background-color: transparent;
}
.fancy-theme-events .fancybox-content .fancybox-close-small {
  z-index: 1;
  content: "";
  position: absolute;
  top: 23px;
  right: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3L3 17M3 3L17 17' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.fancy-theme-events .fancybox-content svg {
  max-width: 100% !important;
}
.fancy-theme-events .fancybox-slide--html {
  padding: 20px 8px !important;
}

.c-basket-select-items-box {
  margin-bottom: 20px;
}

.c-basket-select-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .c-basket-select-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

.c-basket-select-items-select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-basket-select-items-select-all__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-basket-select-items-select-all__label:hover .custom-checkbox__field {
  border-color: #a3a3a3;
}
.c-basket-select-items-select-all__label:hover .c-basket-select-items-select-all__title {
  color: #565656;
}
.c-basket-select-items-select-all__title {
  color: #adaeb1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.c-basket-select-items-delete-select-items-box {
  position: relative;
}

.c-basket-select-items-delete-select-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-decoration: none;
  color: #adaeb1;
}
.c-basket-select-items-delete-select-items:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #565656;
}
.c-basket-select-items-delete-select-items:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0283 1.72753L14.2854 2.98461L2.97168 14.2983L1.71461 13.0412L13.0283 1.72753ZM2.97168 1.72753L14.2854 13.0412L13.0283 14.2983L1.71461 2.98461L2.97168 1.72753Z' fill='%23565656'/%3E%3C/svg%3E%0A");
}
.c-basket-select-items-delete-select-items:before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0283 1.72753L14.2854 2.98461L2.97168 14.2983L1.71461 13.0412L13.0283 1.72753ZM2.97168 1.72753L14.2854 13.0412L13.0283 14.2983L1.71461 2.98461L2.97168 1.72753Z' fill='%23ADAEB1'/%3E%3C/svg%3E%0A");
}

.custom-checkbox-basket-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-basket-product-length {
  color: #adaeb1;
}
@media screen and (max-width: 800px) {
  .c-basket-product-length {
    font-size: 12px;
  }
}

.c-basket-product-length-popup {
  font-size: 16px;
  margin-bottom: 16px;
  color: #7b7c7e;
}
@media screen and (max-width: 800px) {
  .c-basket-product-length-popup {
    margin-top: 3px;
    font-size: 13px;
  }
}

.c-basket-preset-items-box {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .c-basket-preset-items-box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .c-basket-preset-items-box__wrapper {
    overflow-x: scroll;
  }
}

.c-basket-preset-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 576px) {
  .c-basket-preset-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-basket-preset {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px 8px 8px;
  background: #f4f4f4;
  gap: 9px;
}
.c-basket-preset:hover {
  background: #f0f0f0;
}
.c-basket-preset--disabled {
  pointer-events: none;
}
.c-basket-preset--disabled .c-basket-preset-title {
  color: #878787;
}
.c-basket-preset--disabled .custom-checkbox__field {
  background: #f5f5f5;
}
.c-basket-preset__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.c-basket-preset-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #212121;
  white-space: nowrap;
}
.c-basket-preset-title__count {
  font-weight: 700;
  color: #adaeb1;
}

.c-basket-preset-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #a8a8ab;
  white-space: nowrap;
}
.c-basket-preset-description__accent {
  color: #e09231;
}
.c-basket-preset-description__accent--today {
  color: #33c3ce;
}

.c-basket-page-title {
  font-weight: 700;
  font-size: 24px;
  color: #000 !important;
}
.c-basket-page-title__inner {
  font-weight: 700;
  font-size: 18px;
  color: #adaeb1;
}
@media screen and (max-width: 576px) {
  .c-basket-page-title__inner {
    font-size: 15px;
  }
}

.c-basket-when-to-get {
  font-weight: 400;
  font-size: 12px;
  color: #33c3ce;
}
.c-basket-when-to-get--accent {
  color: #ff9910;
}
.c-basket-when-to-get--not-available {
  color: #ca545a;
}

.c-basket-switch-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 0px;
  cursor: pointer;
  gap: 10px;
}
.c-basket-switch-box:hover .c-basket-switch-btn {
  background: #cccccc;
}
.c-basket-switch-box--active .c-basket-switch-btn {
  background: #005bbf;
}
.c-basket-switch-box--active:hover .c-basket-switch-btn {
  background: #004fa6;
}
.c-basket-switch-box--active .c-basket-switch-btn:before {
  left: 14px;
}

.c-basket-switch-btn-title {
  font-weight: 400;
  font-size: 14px;
  color: #212121;
}
.c-basket-switch-btn-title__count {
  font-weight: 700;
  font-size: 14px;
  color: #adaeb1;
}

.c-basket-switch-btn {
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  min-width: auto;
  padding: 0;
  display: block;
  width: 28px;
  height: 16px;
  background: #e0e0e0;
  border: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-basket-switch-btn:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  border-radius: 50px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.c-basket-clear-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  font-weight: 400;
  font-size: 14px !important;
  text-align: center;
  color: #adaeb1;
  background: transparent;
}

.main-banner__wrapper--disable-arrow .swiper-arrow--prev,
.main-banner__wrapper--disable-arrow .swiper-arrow--next {
  visibility: hidden;
  opacity: 0;
}

.swiper-theme-1 {
  --swiper-navigation-sides-offset: -20px;
  --swiper-navigation-size: 28px;
  --swiper-navigation-color: #d8dcde;
}
.swiper-theme-1 .swiper-button-next, .swiper-theme-1 .swiper-button-prev {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.swiper-theme-1 .swiper-button-next:hover, .swiper-theme-1 .swiper-button-prev:hover {
  color: #3158b4;
}
.swiper-theme-1 .swiper-button-next {
  right: -20px;
}
.swiper-theme-1 .swiper-button-prev {
  left: -20px;
}

.swiper-theme-2 {
  --swiper-navigation-sides-offset: -18px;
  --swiper-navigation-color: #d8dcde;
}
.swiper-theme-2 .swiper-button-next, .swiper-theme-2 .swiper-button-prev {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0.1px 1px 10px 0 rgba(196, 197, 198, 0.59);
          box-shadow: 0.1px 1px 10px 0 rgba(196, 197, 198, 0.59);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.swiper-theme-2 .swiper-button-next:after, .swiper-theme-2 .swiper-button-prev:after {
  font-size: 1.3em;
}
.swiper-theme-2 .swiper-button-next:hover, .swiper-theme-2 .swiper-button-prev:hover {
  background-color: #fff;
}

.wrap-swiper-slider {
  position: relative;
}
.wrap-swiper-slider .swiper-button-next.swiper-button-disabled, .wrap-swiper-slider .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.wrap-swiper-slider .swiper-button-next.swiper-button-disabled:hover, .wrap-swiper-slider .swiper-button-prev.swiper-button-disabled:hover {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.wrap-swiper-slider .swiper {
  position: static;
}

.qr-code {
  color: #231F20;
  text-align: center;
}
.qr-code__shadow {
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 36px 0px rgba(38, 38, 38, 0.1);
          box-shadow: 6px 6px 36px 0px rgba(38, 38, 38, 0.1);
}
.qr-code__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.qr-code__text {
  margin-bottom: 0;
}
.qr-code__body {
  margin-bottom: 40px;
}
.qr-code__inner {
  padding: 20px;
}
.qr-code__image-container {
  margin: 8px 0;
  padding: 4px;
}
.qr-code__image-container img {
  margin: 0 auto;
}

.mdm-notice {
  padding: 10px 10px 10px 60px;
  background-color: #F7F9FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background-image: url("/local/templates/common/img/icons/warning-rounden-blue.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px 10px;
  min-height: 50px;
}
.mdm-notice__label {
  font-size: 14px;
  margin-bottom: 0;
}

.mdm-hollow-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background-image: url("/local/templates/common/img/icons/warning-rounden-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  min-height: 20px;
  padding-left: 28px;
}
.mdm-hollow-notice__label {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}

.filter-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .filter-badges {
    margin-bottom: 0;
    padding-bottom: 8px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
}

.filter-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3158b4;
  padding: 0 10px;
  height: 38px;
  color: white;
  gap: 20px;
}
.filter-badge.gray_badge {
  color: #3158b4;
  background-color: #F5F6F7;
}
.filter-badge__label {
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .filter-badge__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .filter-badge {
    height: 28px;
  }
}

.mdm-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mdm-checkbox__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.mdm-checkbox__box {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  background-color: white;
  -webkit-transition: border 0.3s, background-color 0.3s;
  -o-transition: border 0.3s, background-color 0.3s;
  transition: border 0.3s, background-color 0.3s;
}
.mdm-checkbox:hover .mdm-checkbox__box {
  background-color: #F5F6F7;
}
.mdm-checkbox__input:checked + .mdm-checkbox__box {
  border-color: #3158b4;
  background-color: #3158b4;
  background-image: url(/local/templates/common/img/icons/check-white.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 50% 50%;
}
.mdm-checkbox__label {
  margin-left: 20px;
  color: #231F20;
  font-size: 16px;
}

.through-banner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  position: fixed;
  z-index: 1001;
  max-width: 100%;
  top: 50%;
  right: 0;
  cursor: pointer;
}
.through-banner__collapse-icon {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  border-radius: 50%;
  background: #004b93;
  line-height: 26px;
  height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  right: 10px;
  top: -25px;
  z-index: 1;
  color: white;
}
.through-banner.active {
  opacity: 1;
  visibility: visible;
}
.through-banner.collapsed .through-banner__link, .through-banner.collapsed .through-banner__collapse-icon, .through-banner:not(.collapsed) .through-banner__collapsed-image {
  display: none;
}

.spinner-div {
  background: rgba(247, 248, 249, 0.5411764706);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
}

.spinner.absolute_spinner {
  position: absolute;
}

.spinner .path {
  stroke: #0057b8;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

.spinner-text {
  position: fixed;
  left: 50%;
  top: calc(40% + 80px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 200px;
  font-size: 16px;
  text-align: center;
}

.spinner-wrapper {
  margin: 30px auto 0;
}

.spinner-wrapper__img {
  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;
  margin-bottom: 15px;
}

.spinner-wrapper__text {
  display: block;
  text-align: center;
}

.spinner-wrapper .spinner {
  position: static;
}

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

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.mdm-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 30px;
  min-width: unset;
  padding-left: 32px;
  padding-right: 32px;
  border: none;
  border-radius: 6px;
  background-color: #3158b4;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: white;
  line-height: 1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
  overflow: visible;
}
.mdm-button:hover {
  color: white;
  background-color: #2148A1;
}
.mdm-button.disabled, .mdm-button:disabled {
  background-color: #ADAEB1;
  pointer-events: none;
}

.mdm_button_big {
  height: 40px;
  font-size: 16px;
  padding-left: 44px;
  padding-right: 44px;
}

.mdm_button_grey {
  background-color: #E6E6E6;
  color: #231F20;
}
.mdm_button_grey:hover {
  background-color: #D6D6D6;
  color: #231F20;
}
.mdm_button_grey.disabled, .mdm_button_grey:disabled {
  color: white;
}

.mdm_button_azure {
  background-color: #1ABDCA;
  color: white;
}
.mdm_button_azure:hover {
  background-color: #08B1BE;
}

.mdm_button_plugged {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.mdm-hollow-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 20px;
  padding: 0 41px;
  background-color: transparent;
  color: #838486;
  border: none;
  text-transform: none;
  text-decoration: underline;
}
.mdm-hollow-icon-button__icon {
  display: block;
}
.mdm-hollow-icon-button:hover {
  color: #838486;
}

@media (max-width: 1279px) {
  .mdm_button_mobile_grow {
    width: 100%;
  }
}
.toggle-display-btn {
  background: none;
  border: none;
  color: #adaeb1;
  text-transform: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  min-width: unset;
}
.toggle-display-btn:hover {
  color: #565656;
}
.toggle-display-btn:hover .toggle-display-btn__icon {
  fill: #565656;
}
.toggle-display-btn:hover .toggle-display-btn__label {
  color: #565656;
}
.toggle-display-btn__label {
  color: #adaeb1;
  font-size: 13px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.toggle-display-btn__icon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  fill: #adaeb1;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.toggle-display-btn:not(.active) .icon_on, .toggle-display-btn:not(.active) .label_on {
  display: none;
}
.toggle-display-btn.active .icon_off,
.toggle-display-btn.active .label_off {
  display: none;
}

.action-icon-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 3px;
  cursor: pointer;
  position: relative;
}

.component-plug__order, .component-plug__title {
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  font-size: 0;
}
.component-plug__order {
  min-height: 266px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.component-plug__title {
  width: 360px;
  height: 30px;
  margin-bottom: 30px;
}
.component-plug__orders-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding: 0 28px;
}
@media screen and (max-width: 576px) {
  .component-plug__orders-container {
    padding: 0;
  }
}

.mdm-notifier {
  display: none;
  position: absolute;
  bottom: calc(100% + 3px);
  right: 50%;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  padding: 3px 7px;
  border-radius: 5px;
  background: #87cdd6;
  color: white;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.15em;
  white-space: nowrap;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .mdm-notifier {
    font-size: 12px;
  }
}
.title-question {
  text-align: center;
  margin-bottom: 36px;
}
.title-question__subtitle, .title-question__title {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}
.title-question__subtitle {
  font-weight: 400;
}
.title-question__question-image {
  margin: -42px 0;
}

@media screen and (max-width: 1024px) {
  .title-question__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .title-question__title {
    font-size: 20px;
  }
  .title-question__subtitle {
    font-size: 16px;
  }
}
.photos-grid {
  --sky-blue:#d5f8fb;
  text-align: center;
  margin-bottom: 36px;
}
.photos-grid_subtitle, .photos-grid__title {
  margin: 0;
}
.photos-grid__title {
  font-size: 24px;
  display: inline-block;
  padding: 4px 48px;
  background-color: var(--sky-blue);
  line-height: 1;
  margin-bottom: 12px;
}
.photos-grid__subtitle {
  font-size: 20px;
  margin-bottom: 32px;
}
.photos-grid__items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
}
.photos-grid__item {
  display: block;
}

@media screen and (max-width: 1024px) {
  .photos-grid__title {
    font-size: 22px;
  }
  .photos-grid__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .photos-grid__title {
    font-size: 20px;
    padding: 8px 12px;
    line-height: 24px;
  }
  .photos-grid__subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .photos-grid__item, .photos-grid__item-wrap {
    width: 100%;
  }
}
.feature-text {
  padding: 30px 24px;
  text-align: center;
  background-color: #f7f8f9;
  margin-bottom: 24px;
  position: relative;
}
.feature-text__text {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .feature-text {
    padding: 24px 12px;
  }
  .feature-text__text {
    line-height: 1.2;
    font-size: 18px;
  }
}
.azure_color {
  color: #1cbeca;
}

.feature-text-with-image {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.feature-text-with-image__text-container, .feature-text-with-image__image-container {
  width: calc(100% - 8px);
}
.feature-text-with-image__text-container {
  background-color: #f7f8f9;
  padding: 58px 70px 0;
  text-align: center;
}
.feature-text-with-image__title {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  color: #231f20;
  padding-bottom: 40px;
  text-transform: uppercase;
  position: relative;
}
.feature-text-with-image__title::before {
  top: unset;
  bottom: 1px;
}
.feature-text-with-image__main-text {
  margin-bottom: 34px;
  font-size: 30px;
  line-height: 44px;
}
.feature-text-with-image__subtext {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .feature-text-with-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature-text-with-image__text-container, .feature-text-with-image__image-container {
    width: 100%;
  }
  .feature-text-with-image__text-container {
    padding: 32px 48px 0;
  }
  .feature-text-with-image__title {
    margin-bottom: 16px;
    padding-bottom: 32px;
  }
  .feature-text-with-image__main-text {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 38px;
  }
  .feature-text-with-image__subtext {
    margin-bottom: 16px;
  }
  .feature-text-with-image__image {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .feature-text-with-image__text-container {
    padding: 24px 16px 16px;
  }
  .feature-text-with-image__title {
    margin-bottom: 16px;
    padding-bottom: 24px;
    font-size: 20px;
  }
  .feature-text-with-image__main-text {
    font-size: 18px;
    line-height: 1.2;
  }
  .feature-text-with-image__subtext {
    margin-bottom: 0;
  }
  .feature-text-with-image__subtitle {
    font-size: 18px;
  }
}
.quote-text {
  margin-bottom: 32px;
  padding: 20px 64px 20px 77px;
  position: relative;
  background-color: #e8f8fa;
  border-left: 3px solid #1cbeca;
}
.quote-text__text {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  color: var(--dark-gray);
}
.quote-text::before {
  content: "“";
  position: absolute;
  color: #1cbeca;
  font-size: 72px;
  top: 18px;
  left: 40px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .quote-text {
    padding: 16px 48px 16px 77px;
  }
  .quote-text__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .quote-text {
    padding: 12px 16px 12px 48px;
  }
  .quote-text__text {
    font-size: 16px;
    line-height: 20px;
  }
  .quote-text::before {
    top: 12px;
    left: 16px;
  }
}
.numeral-steps {
  margin-bottom: 56px;
  counter-reset: indexer 0;
}
.numeral-steps__title {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  color: #3e3d40;
}
.numeral-steps__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.numeral-steps__item {
  position: relative;
  text-align: center;
  width: 300px;
  padding-top: 190px;
  background-image: url(/local/img/main/azure-shadow-with-borders.png);
  background-size: 100%;
  background-position: 50% -30px;
  background-repeat: no-repeat;
}
.numeral-steps__item::before {
  counter-increment: indexer 1;
  content: counter(indexer);
  position: absolute;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: white;
  top: 100px;
  left: calc(50% - 8px);
}
.numeral-steps__item-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.numeral-steps__item-text {
  font-size: 14px;
  line-height: 20px;
  color: #3e3d40;
}

@media screen and (max-width: 1024px) {
  .numeral-steps__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .numeral-steps__item-text {
    padding: 0 12px;
  }
}
@media screen and (max-width: 576px) {
  .numeral-steps__title {
    font-size: 24px;
  }
}
/*# sourceMappingURL=c-index.css.map */
