

/* Start:/local/templates/slonworks/css/main.css?1749119072126*/
@import "/local/templates/slonworks/css/libs.css";
@import "/local/templates/slonworks/css/../libs/remodal/remodal.css";
@import "/local/templates/slonworks/css/desktop.css";
@import "/local/templates/slonworks/css/tablets.css";
@import "/local/templates/slonworks/css/mobile.css";
/* End */


/* Start:/local/templates/slonworks/css/remodal_custom.css?17491190724335*/
.popup-form__form {
    .contacts-form__info-text {
        font-size: 0.55em;; /* Размер текста */
        color: #6D6D6D; /* Цвет текста */
        margin-top: 5px; /* Отступ сверху для отделения от поля */
        margin-bottom: 15px; /* Отступ снизу для отделения от следующего элемента */
        text-align: center;
    }

    .dropdown-wrapper {
    position: relative;
    width: 100%;

    .dropdown-select {
        width: 100%;
        padding-right: 30px; /* Делаем отступ для стрелки */
        padding-left: 12px;
        appearance: none; /* Скрываем стандартную стрелку */
        border-radius: 25px;
    }

    .dropdown-arrow {
        position: absolute;
        right: 15px; /* Сдвигаем стрелку левее */
        top: 36%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background: url('/local/templates/slonworks/img/icons/arrow3.svg') no-repeat center;
        background-size: contain;
    }
    }


    .file-upload-wrapper {
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
        width: 100%;
        border: 1px solid #c8c8c8; /* Бордер вокруг */
        border-radius: 25px; /* Скругленные углы */
        padding-top: 10px; /* Внутренний отступ */
        padding-left: 12px;
        padding-right: 14px;
        box-sizing: border-box;
        cursor: pointer;
        height: 36px;

        &:hover {
            border-color: #6d6d6d; /* Изменение бордера при наведении */
        }

        .file-upload-label {
            font-size: 1em;
            justify-content: space-between;
            display: flex;
            align-items: center; /* Иконка и текст будут на одной линии */
            cursor: pointer;
        }

        .file-upload-icon {
            width: 10px;
            height: 10px;
            background: url('/local/templates/slonworks/img/icons/Group193.svg') no-repeat center; /* Путь к иконке */
            background-size: contain;
        }

        .file-upload-text {
            font-size: 0.75em; /* Размер текста меньше */
            color: #6d6d6d; /* Цвет текста */
        }

        .file-upload-input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0; /* Прячем сам input */
            cursor: pointer;
        }
    }


    .contacts-form__input {
        border-radius: 25px;
        padding: 10px;
        margin-bottom: 15px;
    }
    .contacts-form__input::placeholder {
    color: #c8c8c8; /* Цвет для placeholder */
    opacity: 1; /* Убедитесь, что прозрачность не снижена */
}

    .contacts-form__textarea {
        border-radius: 25px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .form-consent {
        display: flex;
        justify-content: left; /* Центрируем весь блок */
        align-items: center; /* Выравниваем текст и иконку по вертикали */
        font-size: 0.75em; /* Размер текста */
        color: #666; /* Цвет текста */
        margin-top: 0px; /* Отступ сверху */
        text-align: left; /* Центрируем текст */

        .form-consent__text {
            font-size: 0.75em;
            margin-left: 8px; /* Отступ от текста до иконки */
        }

        .form-consent__icon {
            width: 20px; /* Размер иконки */
            height: 20px;
            background: url('/local/templates/slonworks/img/icons/Group841.svg') no-repeat center; /* Укажите путь к иконке alert */
            background-size: contain;
        }
    }

.image-preview {
    margin-top: 10px;
}

.image-preview img {
    max-width: 100%; /* Ограничиваем ширину изображения */
    height: auto; /* Автоматическая высота для пропорционального отображения */
}

}

/* End */


/* Start:/local/templates/slonworks/css/survey-desktop.css?174911907226796*/
@charset "UTF-8";
.head-btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 44px;
  width: fit-content;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  background-color: transparent;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.head-btn__circle {
  z-index: 0;
  height: 2.3em;
  width: 2.3em;
  background: #E81E37;
  border-radius: 25px;
  transition: all ease 500ms;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.head-btn__icon {
  z-index: 1;
  margin-left: 0.625em;
  height: 1.1em;
  width: 1.1em;
  transition: all ease 500ms;
}

.head-btn__name {
  z-index: 1;
  margin-left: 1.3em;
  color: #FFF;
  transition: all ease 500ms;
  font-size: em(13);
}

.head-btn-active {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body-wrapper .content-wrapper-survey {
  flex: 1 0 auto;
}
.body-wrapper .footer {
  flex: 0 0 auto;
}

.survey-container .action-title {
  color: #0D1F43;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin: 60px 0 25px;
}
.survey-container .action-title span {
  color: #C72339;
  font-size: 28px;
}
.survey-container .survey-inner {
  padding: calc(25px + 1.9716088328vw) 0 calc(30px + 2.3659305994vw) 0;
  min-height: 51.131vh;
  display: flex;
  flex-direction: column;
}
.survey-container .survey-inner .survey-questions-number {
  color: #9AAAB8;
  line-height: 100%;
  font-weight: 700;
  font-size: calc(15px + 0.3943217666vw);
  margin-bottom: 20px;
}
.survey-container .survey-inner .survey {
  flex: 1 0 auto;
}
.survey-container .survey-inner .survey .survey-question .survey-question__text {
  color: #0D1F43;
  font-weight: 700;
  font-size: calc(14px + 0.2365930599vw);
  line-height: 140%;
  margin-bottom: calc(15px + 1.1829652997vw);
}
.survey-container .survey-inner .survey .survey-question .survey-question__status {
  color: #788591;
  font-size: calc(10px + 0.3154574132vw);
  line-height: 140%;
}

.survey-swiper-slide .survey-qa-container {
  display: flex;
  justify-content: space-between;
}
.survey-swiper-slide .survey-qa-container .survey-question {
  width: 40%;
}
.survey-swiper-slide .survey-qa-container .survey-answer {
  width: 50%;
  max-width: 526px;
  padding: 0 1px;
}

.enableQuestionsBtn,
.enableEditBtn,
.enableResultsBtn {
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
}

.enableQuestionsBtn,
.enableEditBtn,
.enableResultsBtn {
  display: none;
}

.survey-button-next, .survey-button-prev {
  background: transparent;
  cursor: pointer;
}

.survey-button-prev.head-btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
  width: 7px;
  height: 7px;
}

.survey .swiper-pagination-bullet {
  background: #DEDEDE;
  opacity: 1;
}

.survey .swiper-pagination-bullet-active {
  background: #EF7F22;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -44px;
}

.survey-button-prev, .swiper-rtl .survey-button-next {
  left: 0;
  right: auto;
}

.survey-button-next, .swiper-rtl .survey-button-prev {
  right: 0;
  left: auto;
}

.survey-button-prev, .swiper-rtl .survey-button-next {
  left: 0;
  right: auto;
}

.survey-button-next, .swiper-rtl .survey-button-prev {
  right: 0;
  left: auto;
}

.awards-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.survey-navigation {
  margin-top: 1.2rem;
  position: relative;
  bottom: 0;
}
.survey-navigation .back-to-survey.head-btn-active .head-btn__circle {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
  width: 100%;
}
.survey-navigation .back-to-survey.head-btn-active .head-btn__name {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
  color: #FFFFFF;
}
.survey-navigation .head-btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 44px;
  width: fit-content;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  background-color: transparent;
}
.survey-navigation .head-btn.head-btn-active .head-btn__circle {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
  width: 100%;
}
.survey-navigation .head-btn.head-btn-active .head-btn__name {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
  color: #FFFFFF;
}
.survey-navigation .head-btn .head-btn__circle {
  background-color: #E81E37;
}
.survey-navigation .head-btn__name {
  color: #0C1F43;
  font-weight: 600;
  font-size: 0.75em;
  margin-left: 1.8em;
  z-index: 1;
  transition: all ease 500ms;
}
.survey-navigation .head-btn__icon {
  height: 0.9em;
  width: 0.9em;
  z-index: 1;
  margin-left: em(10);
  transition: all ease 500ms;
}
.survey-navigation .survey-button-next.next-btn-disabled {
  pointer-events: none;
}
.survey-navigation .survey-button-next.next-btn-disabled .head-btn__circle {
  background-color: #BFCCD5;
  width: 2.3em;
  height: 2.3em;
}
.survey-navigation .survey-button-next.next-btn-disabled .head-btn__name {
  color: #9AAAB8;
}
.survey-navigation .survey-send-results.head-btn,
.survey-navigation .survey-button-next.head-btn {
  padding-right: 1rem;
  position: relative;
}
.survey-navigation .back-to-survey,
.survey-navigation .survey-button-prev {
  padding-left: 1rem;
}
.survey-navigation .back-to-survey .head-btn,
.survey-navigation .survey-button-prev .head-btn {
  position: relative;
}
.survey-navigation .back-to-survey .head-btn__circle,
.survey-navigation .survey-button-prev .head-btn__circle {
  right: 0;
  left: auto;
  background-color: #BFCCD5;
}
.survey-navigation .back-to-survey .head-btn__icon,
.survey-navigation .survey-button-prev .head-btn__icon {
  transform: rotate(180deg);
  transition: none;
  margin-left: 0;
  margin-right: 0.625em;
}
.survey-navigation .back-to-survey .head-btn__name,
.survey-navigation .survey-button-prev .head-btn__name {
  margin-left: 0;
  margin-right: 1.8em;
  color: #9AAAB8;
}
.survey-navigation .survey-button-skip.optional,
.survey-navigation .survey-button-skip.optional.next-btn-disabled {
  pointer-events: auto;
}
.survey-navigation .survey-button-skip.optional.head-btn-active .head-btn__circle,
.survey-navigation .survey-button-skip.optional.next-btn-disabled.head-btn-active .head-btn__circle {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
  background-color: #E81E37;
}
.survey-navigation .survey-button-skip.optional .head-btn__circle,
.survey-navigation .survey-button-skip.optional.next-btn-disabled .head-btn__circle {
  background-color: #BFCCD5;
}
.survey-navigation .survey-button-skip.optional.head-btn,
.survey-navigation .survey-button-skip.optional.next-btn-disabled.head-btn {
  background-color: transparent;
}
.survey-navigation .survey-button-skip.optional.head-btn__circle,
.survey-navigation .survey-button-skip.optional.next-btn-disabled.head-btn__circle {
  background-color: #BFCCD5;
}
.survey-navigation .survey-button-skip.optional.head-btn .head-btn__name,
.survey-navigation .survey-button-skip.optional.next-btn-disabled.head-btn .head-btn__name {
  color: #9AAAB8;
}
.survey-navigation .survey-button-skip.optional.head-btn.head-btn-active .head-btn__name,
.survey-navigation .survey-button-skip.optional.next-btn-disabled.head-btn.head-btn-active .head-btn__name {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
  color: #FFFFFF;
}
.survey-navigation .survey-button-skip.head-btn {
  padding-right: 1rem;
}
.survey-navigation .enableQuestionsBtn .survey-button-skip.head-btn {
  display: none;
}
.survey-navigation .enableQuestionsBtn .survey-button-next.head-btn.next-btn-disabled {
  display: flex;
}
.survey-navigation .enableQuestionsBtn.skip .survey-button-skip.head-btn {
  display: flex;
}
.survey-navigation .enableQuestionsBtn.skip .survey-button-next.head-btn.next-btn-disabled {
  display: none;
}
.survey-navigation .enableQuestionsBtn.skip-and-next-disabled .survey-button-next,
.survey-navigation .enableQuestionsBtn.skip-and-next-disabled .survey-button-skip {
  display: none !important;
}

.survey-answer .select2.select2-container.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
}
.survey-answer .select2-container .select2-selection--single {
  height: 44px;
}
.survey-answer .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.survey-answer .select2.select2-container.select2-container--default .select2-selection--single {
  border-radius: 100px;
  border: 1px solid #E6E6E6;
  height: 44px;
  padding: 0 22px;
}
.survey-answer .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: static;
}
.survey-answer .select2-container .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
}
.survey-answer .select2-selection__rendered {
  flex-grow: 1;
}
.survey-answer .select2-selection__placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: calc(12px + 0.1577287066vw);
}

.survey-answer .select2-selection--single {
  padding: 0;
  border: 1px solid #D8D8D8;
  color: black;
  outline: none;
}
.survey-answer .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.survey-answer .select2-selection--single .select2-selection__arrow {
  position: static;
  width: 13px;
  height: 7px;
  background: url(/local/templates/slonworks/css/../img/select2arrow.svg) center/auto no-repeat;
}
.survey-answer .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: calc(12px + 0.1577287066vw);
  line-height: 18px;
}
.survey-answer .select2-container--open .select2-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}
.survey-answer .select2-container--default .select2-results > .select2-results__options {
  max-height: 350px;
}
.survey-answer .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 10px;
}
.survey-answer .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.survey-answer .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ef7f1a;
}
.survey-answer .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8f8f8f;
  color: white;
}
.survey-answer .select2-container--doc .select2-results__option--selected {
  background-color: #ddd;
}
.survey-answer .select2-results__option {
  padding: 10px;
  font-size: calc(12px + 0.1577287066vw);
  line-height: 18px;
  border-bottom: 1px solid #D8D8D8;
  text-align: left;
  color: #999999;
}
.survey-answer .select2-results__option:last-child {
  border-bottom: none;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border: 2px solid #F2F4F8 !important;
  border-radius: 20px !important;
}

.survey-answer .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0D1F43;
  display: flex;
  align-items: center;
}

.select2-results {
  padding: 15px 28px 15px 20px;
}

.select2-results__option.select2-results__option--selectable {
  padding: 0;
  color: #0D1F43;
  font-size: calc(12px + 0.1577287066vw);
}

.select2-results__option.select2-results__option--selectable:active {
  color: #C72339;
}

.select2-results__option.select2-results__option--selectable:not(:last-child) {
  padding-bottom: 22px;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  color: #C72339;
}

.swiper-slide-active {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.swiper-slide-active .survey-textarea-container {
  padding: 12px 22px;
  min-height: 44px;
  border-radius: 22px;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}
.swiper-slide-active .survey-textarea {
  display: flex;
  align-items: center;
  font-weight: 400;
  width: 100%;
  border: none;
  cursor: pointer;
  background-color: transparent;
  overflow-y: auto;
  color: #0D1F43;
  font-size: calc(12px + 0.1577287066vw);
  resize: none;
}
.swiper-slide-active .survey-textarea::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F4F8;
  border: 2px solid #FFFFFF;
  margin-right: 20px;
}
.swiper-slide-active .survey-textarea::-webkit-scrollbar-thumb {
  background-color: #F2F4F8;
  border: 2px solid #F2F4F8;
  border-radius: 10px;
}
.swiper-slide-active .survey-textarea::placeholder {
  line-height: 1;
  color: #999;
  padding: 0;
  margin: auto 0;
  font-weight: 400;
  opacity: 0.6;
}
.swiper-slide-active .survey-input {
  display: flex;
  align-items: center;
  font-weight: 400;
  min-height: 44px;
  width: 280px;
  border-radius: 22px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  background-color: #FFFFFF !important;
  padding: 12px 22px;
  color: #0D1F43;
  font-size: calc(12px + 0.1577287066vw);
  resize: none;
}
.swiper-slide-active .survey-input::placeholder {
  line-height: 1;
  color: #999;
  padding: 0;
  margin: auto 0;
  font-weight: 400;
  opacity: 0.6;
}
.swiper-slide-active .survey-input-wrapper {
  display: flex;
}
.swiper-slide-active .survey-input-unit {
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: calc(12px + 0.1577287066vw);
}
.swiper-slide-active input::-webkit-outer-spin-button,
.swiper-slide-active input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.swiper-slide-active input[type=number] {
  -moz-appearance: textfield;
}
.swiper-slide-active .survey-input__label {
  display: block;
  color: #0D1F43;
  font-size: calc(13px + 0.0788643533vw);
  margin-bottom: 10px;
  pointer-events: none;
}
.swiper-slide-active .survey-input__label:not(:first-child) {
  margin-top: 35px;
}

.select2-container ::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F4F8;
  border: 2px solid #FFFFFF;
}
.select2-container ::-webkit-scrollbar-thumb {
  background-color: #F2F4F8;
  border: 2px solid #F2F4F8;
  border-radius: 10px;
}

#CATEGORY_ANOTHER_WRAPPER,
#FORM_BRANDS_ANOTHER_WRAPPER {
  display: none;
  margin-top: 10px;
  cursor: text;
}

#CATEGORY_ANOTHER,
#FORM_BRANDS_ANOTHER {
  cursor: text;
}

#BRAND_PRESENTATION {
  display: none;
}

.swiper-slide-active .upload-brand-file, .swiper-slide-active .upload-shop-photos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 400;
  min-height: 44px;
  width: 280px;
  border-radius: 22px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  background-color: transparent;
  padding: 0px 22px;
  overflow: hidden;
  color: #0D1F43;
  font-size: 14px;
  list-style: none;
}
.swiper-slide-active .upload-shop-photos {
  justify-content: space-between;
}
.swiper-slide-active .upload-brand-file {
  justify-content: space-between;
}
.swiper-slide-active .upload-file-name {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
.swiper-slide-active .upload-icon-container {
  height: 100%;
}
.swiper-slide-active .upload-icon {
  width: 13px;
  height: 13px;
}
.swiper-slide-active .upload-icon.upload-go {
  background: url("/local/templates/slonworks/css/../img/icons/uploadIcon.svg") no-repeat center;
}
.swiper-slide-active .upload-icon.upload-clear {
  background: url("/local/templates/slonworks/css/../img/icons/uploadClear.svg") no-repeat center;
}
.swiper-slide-active .input-empty .upload-go {
  display: block;
}
.swiper-slide-active .input-empty .upload-clear {
  display: none;
}
.swiper-slide-active .input-done .upload-go {
  display: none;
}
.swiper-slide-active .input-done .upload-clear {
  display: block;
  pointer-events: auto;
}
.swiper-slide-active .upload-brand-file.input-empty {
  pointer-events: auto;
}
.swiper-slide-active .upload-brand-file.input-done {
  pointer-events: none;
}

.btn {
  width: 13px;
  height: 13px;
}

.btn {
  background: url("/local/templates/slonworks/css/../img/icons/uploadIcon.svg") no-repeat center;
  border: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.content-wrapper-survey input {
  display: none;
}

.content-wrapper-survey textarea {
  display: none;
}

.content-wrapper-survey select {
  display: none;
}

.preview {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px 20px 24px;
  max-width: 280px;
}

.preview-image {
  position: relative;
  margin-bottom: 15px;
  margin-right: 30px;
  width: 18px;
  height: 18px;
}

.preview-image.removing {
  transform: scale(0);
  transition: transform 0.3s;
}

.preview-image img {
  width: 100%;
  height: 100%;
  -moz-background-size: 100%; /* Firefox 3.6+ */
  -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 100%; /* Opera 9.6+ */
  background-size: 100%; /* Современные браузеры */
}

.preview-image:hover .preview-remove {
  opacity: 1;
}

.preview-image:hover .preview-info {
  bottom: 4px;
}

.preview-remove {
  width: 7px;
  height: 7px;
  position: absolute;
  right: -100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url("/local/templates/slonworks/css/../img/icons/removeImg.svg") no-repeat center;
  object-fit: cover;
  transform: translateY(50%);
}

.survey-input__label.contacts {
  width: 50%;
}

.survey-input.contacts {
  width: 50%;
}

.survey-input-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.survey-input-items:not(:last-child) {
  margin-bottom: 12px;
}

.survey-container.swiper-done .survey-swiper-container {
  display: none;
}

.survey-container.swiper-done .action-title {
  display: none;
}
.survey-container.swiper-done .survey-result-container .action-title {
  display: block;
  margin-top: 0;
}

.survey-result-container {
  display: none;
}

.survey-container.swiper-done .survey-result-container {
  display: block;
}

.survey-result-container .survey-result__wrapper {
  margin-top: 0;
  display: flex;
}
.survey-result-container .survey-result__wrapper .survey-result__contacts {
  width: 50%;
  height: 100%;
}
.survey-result-container .survey-result__wrapper .survey-result__contacts .result-item-container .survey-result__question {
  color: #9AAAB8;
  font-weight: 700;
  font-size: calc(12px + 0.1577287066vw);
  margin-bottom: 16px;
}
.survey-result-container .survey-result__wrapper .survey-result__contacts .result-item-container .survey-result__answer {
  color: #0D1F43;
  font-weight: 400;
  font-size: calc(15px + 0.1577287066vw);
  margin-bottom: 21px;
}
.survey-result-container .survey-result__wrapper .survey-result__answers {
  margin-top: 0;
  width: 50%;
  height: 100%;
}
.survey-result-container .survey-result__wrapper .survey-result__answers .result-item-container .survey-result__question {
  color: #9AAAB8;
  font-weight: 700;
  font-size: calc(12px + 0.1577287066vw);
  margin-bottom: 10px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.survey-result-container .survey-result__wrapper .survey-result__answers .result-item-container .survey-result__answer {
  color: #0D1F43;
  font-weight: 400;
  font-size: calc(13px + 0.1577287066vw);
  margin-bottom: 20px;
  padding-left: 24px;
}
.survey-result-container .survey-result__wrapper ul.survey-result__answers {
  position: relative;
  counter-reset: list 0;
}
.survey-result-container .survey-result__wrapper ul.survey-result__answers li {
  position: relative;
  padding-left: 24px;
}
.survey-result-container .survey-result__wrapper ul.survey-result__answers li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
}

.survey-result__answer .survey-result__doc-wrapper {
  display: none;
}
.survey-result__answer .survey-result__link-wrapper {
  display: block;
}
.survey-result__answer.its-doc .survey-result__doc-wrapper {
  display: flex;
  align-items: center;
}
.survey-result__answer.its-doc .survey-result__doc-wrapper .upload-doc-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9AAAB8;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 8px;
}
.survey-result__answer.its-doc .survey-result__doc-wrapper .upload-doc-icon-wrapper .upload-doc-icon {
  width: 12px;
  height: 15px;
  background: url("/local/templates/slonworks/css/../img/icons/uploded-doc.svg") center/auto no-repeat;
  background-size: cover;
}
.survey-result__answer.its-doc .survey-result__doc-wrapper .upload-doc-name {
  max-width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
.survey-result__answer.its-doc .survey-result__link-wrapper {
  display: none;
}
.survey-result__answer #uploaded-img-result {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 10px 0 0;
  max-width: 50%;
}

#question-13 {
  font-size: 15px;
  color: #0D1F43;
}

.survey-dots {
  display: flex;
  align-items: center;
}
.survey-dots.hide-pagination {
  display: none;
}
.survey-dots .survey-dots__item {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
}
.survey-dots .survey-dots__item:not(:last-child) {
  border: 1px solid #BFCCD5;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  color: #BFCCD5;
}
.survey-dots .survey-dots__item:not(:last-child):active {
  border: 1px solid #C72339;
  color: #C72339;
}
.survey-dots .survey-dots__item:last-child {
  margin-left: 12px;
}
.survey-dots .survey-dots__item.active-pagination:not(:last-child) {
  border: 1px solid #C72339;
  color: #C72339;
}

.survey-button-prev.head-btn {
  padding-left: 1rem;
}
.survey-button-prev.head-btn.remove-prev {
  display: none;
}

.survey-button-next.head-btn.remove-next {
  display: none;
}

.questions-button-watch-results,
.survey-button-watch-results {
  pointer-events: auto;
  padding-right: 1rem;
  display: block;
}
.questions-button-watch-results.remove-watch-results,
.survey-button-watch-results.remove-watch-results {
  display: none;
}
.questions-button-watch-results.next-btn-disabled,
.survey-button-watch-results.next-btn-disabled {
  pointer-events: none;
}
.questions-button-watch-results.next-btn-disabled .head-btn__circle,
.survey-button-watch-results.next-btn-disabled .head-btn__circle {
  background-color: #BFCCD5;
}
.questions-button-watch-results.next-btn-disabled .head-btn__name,
.survey-button-watch-results.next-btn-disabled .head-btn__name {
  color: #9AAAB8;
}
.questions-button-watch-results.head-btn-active .head-btn__circle,
.survey-button-watch-results.head-btn-active .head-btn__circle {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
  width: 100%;
}
.questions-button-watch-results.head-btn-active .head-btn__name,
.survey-button-watch-results.head-btn-active .head-btn__name {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  transition: all ease 250ms;
  color: #FFFFFF;
}

#SHOP_PHOTOS_LINK,
#BRAND_PRESENTATION_LINK,
#PRICE,
#STORE_AREA_MIN,
#STORE_AREA_MAX,
#SIMILAR_BRANDS,
#NUMBER_STORES,
#COUNTRY,
#BRAND {
  cursor: text;
}

#SHOP_PHOTOS_LABEL,
#BRAND_PRESENTATION_LABEL {
  background-color: #FFFFFF;
}


.adv-survey-input {
  width: 100% !important;
}

.survey-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 64px;
  }

  .survey-grid__part {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

  .survey-grid__label span {
    color: red;
    font-weight: 700;
  }
.surveyd {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 40px;
    }

    .survey-radio {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
    }

    .survey-radio-wrapper {
      position: relative;
      width: 24px;
      height: 24px;
    }

    .survey-radio-input {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
    }

    .survey-radio-btn {
      position: relative;
    }

    .survey-radio-btn::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background-color: white;
    }

    .survey-radio-btn::after {
      content: '';
      position: absolute;
      left: 3px;
      top: 3px;
      width: 0;
      height: 0;
      background-color: transparent;
      border-radius: 50%;
    }

    .survey-radio-input:checked + .survey-radio-btn::after {
      width: 18px;
      height: 18px;
      background-color: #c72937; 
    }

/*# sourceMappingURL=survey-desktop.css.map */

/* End */


/* Start:/local/templates/slonworks/css/survey-mobile.css?174911907225122*/
@charset "UTF-8";
@media (max-width: 768px) {
  html,
  body {
    padding: 0;
    margin: 0;
    width: 100vw;
    min-height: calc(var(--vhResizeDel, 1vh) * 100);
  }
  .body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .body-wrapper .content-wrapper-survey {
    flex: 1 0 auto;
    min-height: calc(var(--vhResizeDel, 1vh) * 100);
    display: flex;
    flex-direction: column;
  }
  .body-wrapper .footer {
    flex: 0 0 auto;
  }
  .survey-container {
    flex-grow: 1;
    display: flex;
  }
  .survey-container .action-title {
    color: #0D1F43;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    margin: 50px 0 0;
  }
  .survey-container .action-title span {
    color: #C72339;
    font-size: 28px;
  }
  .survey-container .survey-inner {
    padding: calc(25px + 42.5 * (100vw - 320px) / 1268) 0 calc(30px + 51 * (100vw - 320px) / 1268);
    min-height: 51.131vh;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .survey-container .survey-inner .survey-questions-number {
    color: #9AAAB8;
    line-height: 100%;
    font-weight: 700;
    font-size: calc(15px + 8.5 * (100vw - 320px) / 1268);
    margin-bottom: 20px;
  }
  .survey-container .survey-inner .survey {
    flex: 1 0 auto;
  }
  .survey-container .survey-inner .survey .survey-question .survey-question__text {
    color: #0D1F43;
    font-weight: 700;
    font-size: calc(14px + 5.1 * (100vw - 320px) / 1268);
    line-height: 140%;
    margin-bottom: calc(15px + 25.5 * (100vw - 320px) / 1268);
  }
  .survey-container .survey-inner .survey .survey-question .survey-question__status {
    color: #788591;
    font-size: calc(10px + 6.8 * (100vw - 320px) / 1268);
    line-height: 140%;
    margin-bottom: 30px;
  }
  .survey-container .container {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .survey-swiper-slide .survey-qa-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .survey-swiper-slide .survey-qa-container .survey-question {
    width: 100%;
  }
  .survey-swiper-slide .survey-qa-container .survey-answer {
    width: 100%;
    max-width: 100%;
    padding: 0 1px;
  }
  .enableQuestionsBtn,
  .enableEditBtn,
  .enableResultsBtn {
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
  }
  .enableQuestionsBtn {
    display: none;
  }
  .survey-button-next, .survey-button-prev {
    background: transparent;
    cursor: pointer;
  }
  .survey-button-prev.head-btn.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px;
    width: 7px;
    height: 7px;
  }
  .survey .swiper-pagination-bullet {
    background: #DEDEDE;
    opacity: 1;
  }
  .survey .swiper-pagination-bullet-active {
    background: #EF7F22;
    opacity: 1;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -44px;
  }
  .survey-button-prev, .swiper-rtl .survey-button-next {
    left: 0;
    right: auto;
  }
  .survey-button-next, .swiper-rtl .survey-button-prev {
    right: 0;
    left: auto;
  }
  .survey-button-prev, .swiper-rtl .survey-button-next {
    left: 0;
    right: auto;
  }
  .survey-button-next, .swiper-rtl .survey-button-prev {
    right: 0;
    left: auto;
  }
  .awards-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .survey-navigation {
    margin-top: 30px;
    position: relative;
    bottom: 0;
  }
  .survey-navigation .head-btn {
    display: flex;
    align-items: center;
    font-weight: 500;
    height: 34px;
    width: fit-content;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    background-color: transparent;
  }
  .survey-navigation .head-btn .head-btn__circle {
    background-color: #E81E37;
  }
  .survey-navigation .head-btn__name {
    color: #0C1F43;
    font-weight: 600;
    font-size: 0.75em;
    margin-left: 1.8em;
    z-index: 1;
    transition: all ease 500ms;
  }
  .survey-navigation .head-btn__icon {
    height: 0.9em;
    width: 0.9em;
    z-index: 1;
    margin-left: em(10);
    transition: all ease 500ms;
  }
  .survey-navigation .survey-button-next.next-btn-disabled {
    pointer-events: none;
  }
  .survey-navigation .survey-button-next.next-btn-disabled .head-btn__circle {
    background-color: #BFCCD5;
    width: 2.3em;
  }
  .survey-navigation .survey-button-next.next-btn-disabled .head-btn__name {
    color: #9AAAB8;
  }
  .survey-navigation .survey-send-results.head-btn,
  .survey-navigation .survey-button-next.head-btn {
    padding-right: 1rem;
    position: relative;
  }
  .survey-navigation .back-to-survey .head-btn,
  .survey-navigation .survey-button-prev .head-btn {
    position: relative;
  }
  .survey-navigation .back-to-survey .head-btn__circle,
  .survey-navigation .survey-button-prev .head-btn__circle {
    right: 0;
    left: auto;
    background-color: #BFCCD5;
  }
  .survey-navigation .back-to-survey.head-btn,
  .survey-navigation .survey-button-prev.head-btn {
    padding-left: 1rem;
  }
  .survey-navigation .back-to-survey .head-btn__icon,
  .survey-navigation .survey-button-prev .head-btn__icon {
    transform: rotate(180deg);
    transition: none;
    margin-left: 0;
    margin-right: 0.625em;
  }
  .survey-navigation .back-to-survey .head-btn__name,
  .survey-navigation .survey-button-prev .head-btn__name {
    margin-left: 0;
    margin-right: 1.8em;
    color: #9AAAB8;
  }
  .survey-navigation .back-to-survey .head-btn__circle,
  .survey-navigation .survey-button-prev .head-btn__circle {
    height: 2.3em;
    width: 2.3em;
  }
  .survey-navigation .survey-button-next.optional,
  .survey-navigation .survey-button-next.optional.next-btn-disabled {
    pointer-events: auto;
  }
  .survey-navigation .survey-button-next.optional .head-btn__circle,
  .survey-navigation .survey-button-next.optional.next-btn-disabled .head-btn__circle {
    background-color: #BFCCD5;
  }
  .survey-navigation .survey-button-next.optional.head-btn,
  .survey-navigation .survey-button-next.optional.next-btn-disabled.head-btn {
    background-color: transparent;
  }
  .survey-navigation .survey-button-next.optional.head-btn__circle,
  .survey-navigation .survey-button-next.optional.next-btn-disabled.head-btn__circle {
    background-color: #BFCCD5;
  }
  .survey-navigation .survey-button-next.optional.head-btn .head-btn__name,
  .survey-navigation .survey-button-next.optional.next-btn-disabled.head-btn .head-btn__name {
    color: #9AAAB8;
  }
  .survey-answer .select2.select2-container.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
  }
  .survey-answer .select2-container .select2-selection--single {
    height: 34px;
  }
  .survey-answer .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
  }
  .survey-answer .select2.select2-container.select2-container--default .select2-selection--single {
    border-radius: 100px;
    border: 1px solid #E6E6E6;
    height: 34px;
    padding: 0 22px;
  }
  .survey-answer .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: static;
  }
  .survey-answer .select2-container .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
  }
  .survey-answer .select2-selection__rendered {
    flex-grow: 1;
  }
  .survey-answer .select2-selection__placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
  }
  .content-wrapper-survey .select2-selection--single {
    padding: 0;
    border: 1px solid #D8D8D8;
    color: black;
    outline: none;
  }
  .content-wrapper-survey .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  .content-wrapper-survey .select2-selection--single .select2-selection__arrow {
    position: static;
    width: 13px;
    height: 7px;
    background: url(/local/templates/slonworks/css/../img/select2arrow.svg) center/auto no-repeat;
  }
  .content-wrapper-survey .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
    line-height: 18px;
  }
  .content-wrapper-survey .select2-container--open .select2-dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
  }
  .content-wrapper-survey .select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
  }
  .content-wrapper-survey .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 10px;
  }
  .content-wrapper-survey .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .content-wrapper-survey .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #ef7f1a;
  }
  .content-wrapper-survey .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8f8f8f;
    color: white;
  }
  .content-wrapper-survey .select2-container--doc .select2-results__option--selected {
    background-color: #ddd;
  }
  .content-wrapper-survey .select2-results__option {
    padding: 10px;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
    line-height: 18px;
    border-bottom: 1px solid #D8D8D8;
    text-align: left;
    color: #999999;
  }
  .content-wrapper-survey .select2-results__option:last-child {
    border-bottom: none;
  }
  .select2-container--open .select2-dropdown--above,
  .select2-container--open .select2-dropdown--below {
    border: 2px solid #F2F4F8 !important;
    border-radius: 20px !important;
  }
  .content-wrapper-survey .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0D1F43;
    display: flex;
    align-items: center;
  }
  .select2-results {
    padding: 15px 28px 15px 20px;
  }
  .select2-results__option.select2-results__option--selectable {
    padding: 0;
    color: #0D1F43;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
  }
  .select2-results__option.select2-results__option--selectable:not(:last-child) {
    padding-bottom: 22px;
  }
  .select2-container--default .select2-results__option--selected {
    background-color: transparent !important;
    color: #C72339;
  }
  .swiper-slide-active {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  .swiper-slide-active .survey-textarea-container {
    padding: 12px 22px;
    min-height: 34px;
    border-radius: 22px;
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
  }
  .swiper-slide-active .survey-textarea {
    display: flex;
    align-items: center;
    font-weight: 400;
    width: 100%;
    border: none;
    cursor: pointer;
    background-color: transparent;
    overflow-y: auto;
    color: #0D1F43;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
    resize: none;
  }
  .swiper-slide-active .survey-textarea::-webkit-scrollbar {
    width: 6px;
    background-color: #F2F4F8;
    border: 2px solid #FFFFFF;
    margin-right: 20px;
  }
  .swiper-slide-active .survey-textarea::-webkit-scrollbar-thumb {
    background-color: #F2F4F8;
    border: 2px solid #F2F4F8;
    border-radius: 10px;
  }
  .swiper-slide-active .survey-textarea::placeholder {
    line-height: 1;
    color: #999;
    padding: 0;
    margin: auto 0;
    font-weight: 400;
    opacity: 0.6;
  }
  .swiper-slide-active .survey-input {
    display: flex;
    align-items: center;
    font-weight: 400;
    min-height: 34px;
    width: 100%;
    border-radius: 22px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    background-color: #FFFFFF !important;
    padding: 12px 22px;
    color: #0D1F43;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
    resize: none;
  }
  .swiper-slide-active .survey-input::placeholder {
    line-height: 1;
    color: #999;
    padding: 0;
    margin: auto 0;
    font-weight: 400;
    opacity: 0.6;
  }
  .swiper-slide-active .survey-input-wrapper {
    display: flex;
  }
  .swiper-slide-active .survey-input-unit {
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
  }
  .swiper-slide-active input::-webkit-outer-spin-button,
  .swiper-slide-active input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .swiper-slide-active input[type=number] {
    -moz-appearance: textfield;
  }
  .swiper-slide-active .survey-input__label {
    display: block;
    color: #0D1F43;
    font-size: calc(13px + 1.7 * (100vw - 320px) / 1268);
    margin-bottom: 10px;
    pointer-events: none;
  }
  .swiper-slide-active .survey-input__label:not(:first-child) {
    margin-top: 20px;
  }
  .select2-container ::-webkit-scrollbar {
    width: 6px;
    background-color: #F2F4F8;
    border: 2px solid #FFFFFF;
  }
  .select2-container ::-webkit-scrollbar-thumb {
    background-color: #F2F4F8;
    border: 2px solid #F2F4F8;
    border-radius: 10px;
  }
  #CATEGORY_ANOTHER_WRAPPER,
  #FORM_BRANDS_ANOTHER_WRAPPER {
    display: none;
    margin-top: 10px;
    cursor: text;
  }
  #CATEGORY_ANOTHER,
  #FORM_BRANDS_ANOTHER {
    cursor: text;
  }
  #BRAND_PRESENTATION {
    display: none;
  }
  .swiper-slide-active .upload-brand-file, .swiper-slide-active .upload-shop-photos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: 400;
    min-height: 34px;
    width: 100%;
    border-radius: 22px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    background-color: transparent;
    padding: 0px 22px;
    overflow: hidden;
    color: #0D1F43;
    font-size: 14px;
    list-style: none;
  }
  .swiper-slide-active .upload-shop-photos {
    justify-content: flex-end;
  }
  .swiper-slide-active .upload-brand-file {
    justify-content: space-between;
  }
  .swiper-slide-active .upload-file-name {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
  }
  .swiper-slide-active .upload-icon-container {
    height: 100%;
  }
  .swiper-slide-active .upload-icon {
    width: 13px;
    height: 13px;
  }
  .swiper-slide-active .upload-icon.upload-go {
    background: url("/local/templates/slonworks/css/../img/icons/uploadIcon.svg") no-repeat center;
  }
  .swiper-slide-active .upload-icon.upload-clear {
    background: url("/local/templates/slonworks/css/../img/icons/uploadClear.svg") no-repeat center;
  }
  .swiper-slide-active .input-empty .upload-go {
    display: block;
  }
  .swiper-slide-active .input-empty .upload-clear {
    display: none;
  }
  .swiper-slide-active .input-done .upload-go {
    display: none;
  }
  .swiper-slide-active .input-done .upload-clear {
    display: block;
    pointer-events: auto;
  }
  .swiper-slide-active .upload-brand-file.input-empty {
    pointer-events: auto;
  }
  .swiper-slide-active .upload-brand-file.input-done {
    pointer-events: none;
  }
  .btn {
    width: 13px;
    height: 13px;
  }
  .btn {
    background: url("/local/templates/slonworks/css/../img/icons/uploadIcon.svg") no-repeat center;
    border: none;
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
  .btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }
  .content-wrapper-survey input {
    display: none;
  }
  .content-wrapper-survey textarea {
    display: none;
  }
  .content-wrapper-survey select {
    display: none;
  }
  .preview {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 20px 24px;
    max-width: 280px;
  }
  .preview-image {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
    width: 18px;
    height: 18px;
  }
  .preview-image.removing {
    transform: scale(0);
    transition: transform 0.3s;
  }
  .preview-image img {
    width: 100%;
    height: 100%;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
  }
  .preview-remove {
    width: 7px;
    height: 7px;
    position: absolute;
    right: -100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: url("/local/templates/slonworks/css/../img/icons/removeImg.svg") no-repeat center;
    object-fit: cover;
    transform: translateY(50%);
  }
  .survey-input__label.contacts {
    width: 100%;
  }
  .survey-input.contacts {
    width: 100%;
  }
  .survey-input-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .survey-input-items:not(:last-child) {
    margin-bottom: 12px;
  }
  .survey-container.swiper-done .survey-swiper-container {
    display: none;
  }
  .survey-container.swiper-done .action-title {
    display: none;
  }
  .survey-container.swiper-done .survey-result-container .action-title {
    display: block;
    margin-top: 0;
  }
  .survey-result-container {
    display: none;
  }
  .survey-container.swiper-done .survey-result-container {
    display: block;
  }
  .survey-result-container .survey-result__wrapper {
    margin-top: calc(40px + 0 * (100vw - 320px) / 1268);
    display: flex;
    flex-direction: column;
  }
  .survey-result-container .survey-result__wrapper .survey-result__contacts {
    width: 100%;
    height: 100%;
  }
  .survey-result-container .survey-result__wrapper .survey-result__contacts .result-item-container .survey-result__question {
    color: #9AAAB8;
    font-weight: 700;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
    margin-bottom: 16px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .survey-result-container .survey-result__wrapper .survey-result__contacts .result-item-container .survey-result__answer {
    color: #0D1F43;
    font-weight: 400;
    font-size: calc(15px + 3.4 * (100vw - 320px) / 1268);
    margin-bottom: 21px;
    padding-left: 18px;
  }
  .survey-result-container .survey-result__wrapper .survey-result__answers {
    margin-top: calc(50px + 0 * (100vw - 320px) / 1268);
    width: 100%;
    height: 100%;
  }
  .survey-result-container .survey-result__wrapper .survey-result__answers .result-item-container .survey-result__question {
    color: #9AAAB8;
    font-weight: 700;
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1268);
    margin-bottom: 10px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
  }
  .survey-result-container .survey-result__wrapper .survey-result__answers .result-item-container .survey-result__answer {
    color: #0D1F43;
    font-weight: 400;
    font-size: calc(13px + 3.4 * (100vw - 320px) / 1268);
    margin-bottom: 20px;
    padding-left: 18px;
  }
  .survey-result-container .survey-result__wrapper ul.survey-result__answers {
    position: relative;
    counter-reset: list 0;
  }
  .survey-result-container .survey-result__wrapper ul.survey-result__answers li {
    position: relative;
    padding-left: 0;
  }
  .survey-result-container .survey-result__wrapper ul.survey-result__answers li:before {
    counter-increment: list;
    content: counter(list) ". ";
    position: relative;
    left: 0;
  }
  .survey-result__answer .survey-result__doc-wrapper {
    display: none;
  }
  .survey-result__answer .survey-result__link-wrapper {
    display: block;
  }
  .survey-result__answer.its-doc .survey-result__doc-wrapper {
    display: flex;
    align-items: center;
  }
  .survey-result__answer.its-doc .survey-result__doc-wrapper .upload-doc-icon-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9AAAB8;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 8px;
  }
  .survey-result__answer.its-doc .survey-result__doc-wrapper .upload-doc-icon-wrapper .upload-doc-icon {
    width: 12px;
    height: 15px;
    background: url("/local/templates/slonworks/css/../img/icons/uploded-doc.svg") center/auto no-repeat;
    background-size: cover;
  }
  .survey-result__answer.its-doc .survey-result__doc-wrapper .upload-doc-name {
    max-width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
  }
  .survey-result__answer.its-doc .survey-result__link-wrapper {
    display: none;
  }
  .survey-result__answer #uploaded-img-result {
    display: flex;
    flex-wrap: wrap;
    padding: 9px 10px 0 0;
    max-width: 100%;
  }
  #question-13 {
    font-size: 15px;
    color: #0D1F43;
  }
  .survey-button-prev.head-btn.remove-prev {
    display: none;
  }
  .survey-button-next.head-btn.remove-next {
    display: none;
  }
  .questions-button-watch-results,
  .survey-button-watch-results {
    pointer-events: auto;
    padding-right: 1rem;
    display: block;
  }
  .questions-button-watch-results.remove-watch-results,
  .survey-button-watch-results.remove-watch-results {
    display: none;
  }
  .questions-button-watch-results.next-btn-disabled,
  .survey-button-watch-results.next-btn-disabled {
    pointer-events: none;
  }
  .questions-button-watch-results.next-btn-disabled .head-btn__circle,
  .survey-button-watch-results.next-btn-disabled .head-btn__circle {
    background-color: #BFCCD5;
  }
  .questions-button-watch-results.next-btn-disabled .head-btn__name,
  .survey-button-watch-results.next-btn-disabled .head-btn__name {
    color: #9AAAB8;
  }
  #SHOP_PHOTOS_LINK,
  #BRAND_PRESENTATION_LINK,
  #PRICE,
  #STORE_AREA_MIN,
  #STORE_AREA_MAX,
  #SIMILAR_BRANDS,
  #NUMBER_STORES,
  #COUNTRY,
  #BRAND {
    cursor: text;
  }
  #SHOP_PHOTOS_LABEL,
  #BRAND_PRESENTATION_LABEL {
    background-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .work-on-mob {
    display: none;
  }
}
@media (max-width: 992px) {
  #edit-select-container {
    display: block;
    width: 100%;
    margin-right: 0.5rem;
  }
  .survey-dots {
    display: none;
  }
}
@media (min-width: 992px) {
  #edit-select-container {
    display: none;
  }
}
@media (hover: hover) {
  .survey-navigation .head-btn:hover .head-btn__circle {
    width: 100%;
  }
  .survey-navigation .head-btn:hover .head-btn__name {
    color: #FFFFFF;
  }
  .survey-navigation .survey-button-skip.optional:hover .head-btn__circle,
  .survey-navigation .survey-button-skip.optional.next-btn-disabled:hover .head-btn__circle {
    background-color: #E81E37;
  }
  .survey-navigation .survey-button-skip.optional.head-btn:hover .head-btn__name,
  .survey-navigation .survey-button-skip.optional.next-btn-disabled.head-btn:hover .head-btn__name {
    color: #FFFFFF;
  }
  .select2-results__option.select2-results__option--selectable:hover {
    color: #C72339;
  }
  .survey-dots .survey-dots__item:not(:last-child):hover {
    border: 1px solid #C72339;
    color: #C72339;
  }
  .questions-button-watch-results.head-btn:hover .head-btn__circle,
  .survey-button-watch-results.head-btn:hover .head-btn__circle {
    width: 100%;
  }
}

/*# sourceMappingURL=survey-mobile.css.map */

/* End */


/* Start:/local/templates/slonworks/css/survey-lexa-desktop.css?17491190723738*/
.desktop-none {
  display: none;
}

.survey-main {
  margin-top: 6.25rem;
  color: red;
}

.survey-main-container {
  display: flex;
}
.survey-main-container.pb-option {
  padding-bottom: 5.625rem;
}

.survey-main__dot {
  color: #C72339;
  padding-left: 4px;
}

.survey-main__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0D1F43;
  text-transform: uppercase;
}

.survey-main-left {
  flex: 1 0 43%;
}

.survey-main-right {
  padding-right: 6.25rem;
  flex: 1 0 57%;
}

.survey-main__img-text {
  width: 100%;
}
.survey-main__img-text img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.survey-main__img-text img.desktop-none {
  display: none;
}

.survey-main__text-m {
  margin-top: 3.625rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 200%;
  color: #0F1628;
}

.survey-main__text-b {
  margin-top: 1.5625rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 167%;
  color: #3E424F;
}

.survey-main-btn {
  margin-top: 3.125rem;
}
.survey-main-btn.main-btn {
  width: fit-content;
}
.survey-main-btn.main-btn .main-btn__name {
  padding-right: 1.875rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: normal;
  color: #0F1628;
}
.survey-main-btn.main-btn:hover .main-btn__circle {
  width: 100%;
}
.survey-main-btn.main-btn:hover .main-btn__name {
  color: #fff;
}

.survey-main__img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.images-section {
  height: 29vw;
}
.images-section .survey-main-right {
  padding-right: 0;
  flex: 1 0 50%;
}
.images-section .survey-main-left {
  flex: 1 0 50%;
}
/**
для kz
*/
.kz-lang .survey-main__text {
    font-family: 'KZ Carolina', serif;
}

.survey-main__text {
  font-family: "Good Vibes Pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8125rem;
  line-height: 115%;
  color: #C72339;
}

.survey-main-left-image {
  width: 100%;
  height: 100%;
  background: url("/local/templates/slonworks/css/../img/pages/survey/survay-img-1-new.png") center/cover no-repeat;
}

.survey-main-right-image {
  width: 100%;
  height: 100%;
  background: url("/local/templates/slonworks/css/../img/pages/survey/survay-img-2-new.png") center/cover no-repeat;
}

.contacts-main__text-m {
  margin: 0.3125rem 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 135%;
  color: #686D81;
}

.contacts-main__row.w-100 {
  width: 100%;
}

.contacts-main__row-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-main__row-col + .contacts-main__row-col {
  margin-top: 0.5rem;
}

.remodal-fos-sent {
  padding: 9.125rem 6.25rem 11.625rem;
  max-width: 62rem;
  border-radius: 4px;
}

.body-wrapper .content-wrapper-survey {
  background: #F0F0F0;
}
/**
для kz
 */
.kz-lang .remodal-fos__text-i {
    font-family: 'KZ Carolina', serif;
}

.remodal-fos__text-i {
  font-family: "Good Vibes Pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  text-align: center;
  color: #C72339;
}

.remodal-fos__text-n {
  margin-top: 1.875rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  text-align: center;
  color: #0D1F43;
}

.remodal-fos__text-g {
  margin-top: 1.875rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 0.75rem;
  text-align: center;
  color: #788591;
}

/*# sourceMappingURL=survey-lexa-desktop.css.map */

/* End */


/* Start:/local/templates/slonworks/css/survey-lexa-mobile.css?17491190722127*/
@media (max-width: 991px) {
  .survey-main-container {
    flex-direction: column;
  }
  .survey-main-container.images-section {
    flex-direction: row;
  }
  .survey-main__img-text {
    margin-top: 5.625rem;
    margin-left: 0;
  }
  .survey-main-right {
    padding-right: 0;
    flex: 1 0 100%;
  }
  .survey-main-left {
    flex: 1 0 100%;
  }
}
@media (max-width: 769px) {
  .desktop-none {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  .survey-main {
    margin-top: 4.25rem;
  }
  .survey-main__title {
    font-size: 1.5rem;
  }
  .survey-main__dot {
    color: #C72339;
    padding: 0;
    font-size: 1.875rem;
  }
  .survey-main__img-text {
    margin-top: 3.125rem;
  }
  .survey-main__img-text img.desktop-none {
    display: block;
  }
  .survey-main__img-text img.mobile-none {
    display: none;
  }
  .survey-main__text {
    font-size: 1.9375rem;
  }
  .survey-main__text-m {
    margin-top: 2.25rem;
    font-size: 0.8125rem;
    line-height: 128%;
  }
  .survey-main__text-b {
    margin-top: 1.875rem;
    font-size: 0.8125rem;
    line-height: 128%;
  }
  .survey-main-btn.main-btn .main-btn__name {
    padding-right: 1.875rem;
    font-size: 0.75rem;
  }
  .survey-main-btn {
    margin-top: 3.25rem;
  }
  .survey-main-container.pb-option {
    padding-bottom: 3.75rem;
  }
  .contacts_advertising {
    order: 5;
  }
  div.contacts-main__row:nth-child(2) {
    order: 4;
  }
  div.contacts-main__row:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .remodal-fos-sent {
    padding: 4.375rem 0.375rem 4.125rem;
    border-radius: 0;
  }
  .remodal-fos__text-i {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .remodal-fos__text-n {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .remodal-fos__text-g {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .remodal-fos-sent .popup-form__close {
    right: 1rem;
    top: 1rem;
  }
}

/*# sourceMappingURL=survey-lexa-mobile.css.map */

/* End */


/* Start:/local/templates/slonworks/libs/select2/select2.min.css?174911907416126*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174911904151*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/components/bk/system.auth.form.ajax/templates/.default/style.min.css?1749119072424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/components/bk/system.auth.form.ajax/templates/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/components/bk/system.auth.form.ajax/templates/.default/images/sec-unlocked.png)}
/* End */


/* Start:/local/components/bk/main.register.ajax/templates/.default/style.min.css?1749119072442*/
div.bx-auth-reg input.bx-auth-input{vertical-align:middle}div.bx-auth-reg span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth-reg div.bx-auth-secure-icon{background-image:url(/local/components/bk/main.register.ajax/templates/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth-reg div.bx-auth-secure-unlock{background-image:url(/local/components/bk/main.register.ajax/templates/.default/images/sec-unlocked.png)}
/* End */


/* Start:/local/components/bk/system.auth.forgotpasswd.ajax/templates/.default/style.css?17491190721376*/
.forgat-wrapper {
   margin: 40px 40px 0;
}

.forgat-wrapper h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.forgat-wrapper .form-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.forgat-block input[type=text] {
    width: 100%;
    height: 33px;
    background-color: #F3F3F3;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    padding: 3px 15px;
    margin-top: 15px;
}

.forgat-block input[type=text]::placeholder {
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
}

.forgat-wrapper .submit-block input[type=submit] {
	width: 200px;
    height: 36px;
    background-color: #E81E37;
    border: none;
    color: #FFF;
    border-radius: 20px;
    cursor: pointer;
}

.forgat-wrapper .bottom-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}

.bottom-block a {
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 13px;
}

.forgat-wrapper input[type=text]::placeholder {
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
}

.forgat-wrapper #auth-messages-forgot {
    color: #E81E37;
}

.forgat-wrapper .message-block {
    text-align: center;
    margin-top: 20px;
}
/* End */
/* /local/templates/slonworks/css/main.css?1749119072126 */
/* /local/templates/slonworks/css/remodal_custom.css?17491190724335 */
/* /local/templates/slonworks/css/survey-desktop.css?174911907226796 */
/* /local/templates/slonworks/css/survey-mobile.css?174911907225122 */
/* /local/templates/slonworks/css/survey-lexa-desktop.css?17491190723738 */
/* /local/templates/slonworks/css/survey-lexa-mobile.css?17491190722127 */
/* /local/templates/slonworks/libs/select2/select2.min.css?174911907416126 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174911904151 */
/* /local/components/bk/system.auth.form.ajax/templates/.default/style.min.css?1749119072424 */
/* /local/components/bk/main.register.ajax/templates/.default/style.min.css?1749119072442 */
/* /local/components/bk/system.auth.forgotpasswd.ajax/templates/.default/style.css?17491190721376 */
