

/* Start:/bitrix/components/interlabs/feedbackform/templates/library_survey/style.css?175034711113237*/
.interlabs-feedbackform__container-succsess {
    font-size: 20px;
    text-align: center;
}
.hidden {
    display: none;
}
.interlabs-feedbackform__container-succsess {
    color: #70BB18;
    margin: 20px 0px;
    padding: 6px;
}
/*       body {
            font-family: Arial, sans-serif;
            line-height: 1.4;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            color: #464A4F;
        }*/
        
   .opros-popup {
        	display: none;
            position: fixed;
    z-index: 100;
            width: 100%;
            height: 100%;
            background: hsl(0deg 0% 0% / 56%);
            left: 0;
            top: 0;
            overflow: scroll;
               font-family: Arial, sans-serif;
     
         
        }
     .opros-background {
                max-width: 800px;
    margin: auto;
    overflow: scroll;
    height: auto;
    background: url(/bitrix/components/interlabs/feedbackform/templates/library_survey/image/bg-cover3.png);
    background-size: cover;
    padding-bottom: 34px;
        background-position: top center;
          position: relative;
          top: 80px;
        }
     .opros-background   .feedback__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}
   .opros-container {
            max-width: 670px;
            margin: 0 auto;

        }
.opros-popup input[type="radio"] {
           -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 3px solid #5c7b94;
    border-radius: 50%;
    outline: none;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
    margin: 0;
    margin-right: 8px;
        }
        
.opros-popup  input[type="radio"]:checked {
            background-color: #5c7b94; /* Синий фон при выборе */
        }
        
        /* Стили для цифровых радиокнопок (1-5) */
        .rating-option input[type="radio"] {
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #5c7b94;
            border-radius: 50%;
            position: relative;
        }
        
        .rating-option input[type="radio"]:checked::after {
            content: attr(value);
            position: absolute;
            color: white;
            font-size: 14px;
            font-weight: bold;
        }
        
 .options label {
    font-size: 14px;
}
        /* Заголовок учреждения (верхний блок) */
      .institution-header {
            text-align: center;
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 1.3;
        }
        
        /* Основной заголовок опроса */
      
        
        /* Подзаголовок "БИБЛИОТЕКА" */
 /* h2 {
           font-size: 20px;
           text-transform: uppercase;
           margin: 25px 0 15px;
           font-weight: bold;
           color: #5c7b94;
           margin-left: 83px;
                font-family: Arial, sans-serif !important; 
       } */
   .top {
        margin-top: 113px;
   
        margin-bottom: 43px;
    }
 .top h2 {
            text-align: center;
            font-size: 18px;
            text-transform: uppercase;
            margin:0;
            margin-bottom: 9px;
            font-weight: bold;
            color: #FEF5F0;
            line-height: 100%;
        }
    /* Вводный текст перед вопросами */
  .intro-text {
      margin-bottom: 25px;
    font-size: 12px;
    color: #FEF5F0;
    text-align: center;
    line-height: 120%;
    margin-left: 6px;
    }

    /* Блок вопроса */
  .question {
        margin-bottom: 0;
    }
.question p {
      color: #5c7b94;
    font-size: 13px;
    line-height: 120%;
        margin: 0;
    margin-bottom: 10px;
    font-weight: 600;

    margin-top: 9px;

    }
 .options {
        margin-left: 46px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
            row-gap: 0;
    }

    /* Поле "Другой вариант" */
   .other-option {
        margin-top: 8px;
    }

    /* Текстовые поля */
.opros-popup   textarea,.opros-popup input[type="text"] {
    border: none;
    background: transparent;
    border-bottom: 2px solid #464A4F;
    margin-left: 10px;
}

    /* Блок "Несколько слов о себе" */
   .personal-info {
        margin-top: 25px;
    }

    /* Благодарность в конце */
    .thanks {
       text-align: center;
       margin-top: 30px;
       /* font-style: italic; */
       font-size: 14px;
       color: #5c7b94;
       font-size: 16px;
       line-height: 100%;
   }
   .thanks a{
       text-decoration: none;
       text-align: center;
       margin-top: 30px;
       /* font-style: italic; */
       font-size: 14px;
       color: #5c7b94;
       font-size: 26px;
       line-height: 100%;
       font-weight: 800;
   }
   .rating-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

 .rating-label {
    display: inline-block;
    color: #000;
font-size: 14px;
    margin-left: 10px;
}

 .rating-option {
    display: flex;
    gap: 1px;
}

 .rating-option label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
       width: 25px;
    height: 24px;
}

 .rating-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
 .options.option-four .rating-group {
    margin-bottom: 3px;
}
 .rating-option span {
      display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 3px solid #5c7b94;
    border-radius: 50%;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    transition: all 0.2s;
}

  .rating-option input[type="radio"]:checked + span {
    background-color: #5c7b94;
    color: white;
}

 .rating-option input[type="radio"]:focus + span {
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.3);
}
 .options > div {
    width: 48%;
}
 .other-option {
    display: flex;
    font-size: 14px;
}
.opros-popup input[type="text"] {
    border: none;
    background: transparent;
    border-bottom: 2px solid #464A4F;
}
 .other-option input[type="text"] {
    width: 65%;
}
 .opros-popup  .lined-textarea {
  width: 100%;
  padding: 0;
  border: none;
  resize: none;
  line-height: 2.5em;
  background-image: 
    repeating-linear-gradient(
      to bottom,
      transparent,
      transparent calc(2.5em - 2px),
      #464A4F calc(2.5em - 2px),
      #464A4F 2.5em
    );
        margin-top: -11px;
}
.opros-popup  .lined-textarea:focus {
    outline: none;
  width: 100%;
  padding: 0;
  border: none;
  resize: none;
  line-height: 2.5em;
  background-image: 
    repeating-linear-gradient(
      to bottom,
      transparent,
      transparent calc(2.5em - 2px),
      #464A4F calc(2.5em - 2px),
      #464A4F 2.5em
    );
}
 .option-two {
        margin-right: 0;
}

.options.option-two .other-option {
    margin-left: 0;
    width: 100%;
}
  .question.question-three .other-option,  .question.question-five .other-option{
    font-size: 14px;
        width:100%;
    }
 .question.question-two input[type="text"],  .question.question-three input[type="text"]{
     width: 502px;
    margin-left: 11px;
}
 .options.option-one .other-option {
    margin-left: 0;
    width: 48%;
}
 .options.option-one .other-option input[type="text"] {
  margin-left: 15px;
    width: 61%;
}
 .question.question-six textarea {
    margin-left: 45px;
    max-width: 625px;
}
 .gender-select-text-only {
    display: flex;
    align-items: center;
    gap: 5px;
}

 .gender-plain-text {
    cursor: pointer;
}

 input:checked + .gender-plain-text {

    border-bottom: 2px solid;
    padding-bottom: 2px;

}
 .visually-hidden {
    position: absolute;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none;
    border: none !important;
    margin: 0;
}   
 .about-question{ 
    margin-left: 45px;
    display: flex;
    justify-content: space-between;
    max-width: 74%;
}
 .about-question-bottom p {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
}
 .thanks h3 {
    margin: 0;
     font-family: Arial, sans-serif;
}
 .thanks p {
    margin-top: 5px;
    margin-bottom: 8px;
    font-weight: 600;
}
 .section-title {
    display: flex;
    align-items: center;
font-size: 18px;
    text-transform: uppercase;
       margin: 0 0 0px 47px;

    font-weight: bold;
    color: #5c7b94;
    width: calc(100% - 58px); 
        align-items: baseline;
        margin-bottom: 20px;
}

 .section-title-text {
    white-space: nowrap; /* Запрещаем перенос текста */
    padding-right: 14px; /* Отступ между текстом и линией */
}

span.section-title-line {
    width: 100%;
}
.section-title-line select#LIBRARY {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 2px solid #5c7b94;
        font-size: 14px;
}
}
.opros-popup input[type="text"]:focus {
    outline: none;
}
 .options.option-four {
    margin-top: 17px;
}
 .question.personal-info {
    margin-top: -7px;
}
 .gender-select-text-only {
    font-size: 14px;
}
 .about-question p {
    margin-top: 0;
}
 button.modal-default-button.js-interlabs-feedbackform__dialog__send-button {
    width: 144px;
    height: 36px;
    background: #5c7b94;
    border-radius: 2px;
    border: none;
    color: white;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
@media(max-width: 780px){

.opros-popup {
    padding: 20px;
}

.top {
    margin-top: 38px;
    margin-bottom: 26px;

}
.top h2 {

    font-size: 13px;
     color:#5c7b94;
    margin-bottom: 6px;
}
.opros-container {
    max-width: unset;
    margin: 0 auto;
    padding: 0;
    width: 95%;
}.intro-text {
    margin-bottom: 19px;
    font-size: 10px;
        color:#5c7b94;
    text-align: center;
    line-height: 120%;
    margin-left: 18px;
}
.feedback__close.ask__js-close svg {
    width: 20px;
    height: 20px;
    color:#5c7b94;
}.section-title {
    display: flex
;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 0px 28px;
    font-weight: bold;
    color: #5c7b94;
    width: calc(100% - 58px);
    align-items: baseline;
    margin-bottom: 15px;
}
.question p {
    color: #5c7b94;
    font-size: 10px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 9px;
}
.options {
    margin-left: 14px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0;
}
.opros-popup input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #5c7b94;
    border-radius: 50%;
    outline: none;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
    margin: 0;
    margin-right: 3px;
}
.options label {
    font-size: 11px;
}
.other-option {
    display: flex
;
    font-size: 11px;
}
.options.option-one .other-option input[type="text"] {
    margin-left: 3px;
    width: auto;
}
    .option-two {
        margin-right: 0;
        flex-direction: column;
        gap: 10px;
    }
.question.question-two .other-option {
    font-size: 11px;
    margin-left: 16px;
}
.question.question-two input[type="text"], .question.question-three input[type="text"] {
    width: 64%;
    margin-left: 11px;
}
.question.question-three .other-option, .question.question-five .other-option {
    font-size: 11px;
    width: 100%;
}
.options > div {
    width: 100%;
}
.opros-background {
        width: 100%;
        padding: 0 20px; 
        background-size: cover;
        max-width: 100%;
        top: 20px;
        background: #fdf2ed;
    }
.question.question-six textarea {
    margin-left: 0;
    max-width: 100%;
}
.about-question {
    margin-left: 0;
    display: flex
;
    justify-content: space-between;
    max-width: 100%;
    flex-direction: column;
}
.gender-select-text-only {
    font-size: 12px;
}
.opros-popup textarea, .opros-popup input[type="text"] {
    border: none;
    background: transparent;
    border-bottom: 2px solid #464A4F;
    margin-left: 0;
}
.thanks h3 {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.thanks p {
    margin-top: 5px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 11px;
}
    .options.option-one .other-option input[type="text"] {
        margin-left: 7px;
        width: auto;
    }
.options.option-one .other-option {
    margin-left: 0;
    width: 100%;
}
}

/* End */
/* /bitrix/components/interlabs/feedbackform/templates/library_survey/style.css?175034711113237 */
