

/* Start:/bitrix/templates/cor/components/bitrix/form.result.new/application/styles.css?17848014834131*/
option:first-child{
    color: #bbbbbb
}

.required{
    color: red !important;
}

.custom-option{
    color: #bbbbbb !important;
}

.custom-span{
    color: red !important;
}

#select2-form_dropdown_SIMPLE_QUESTION_588-container::after {
    content: "*";
    color: red;
  }
#select2-form_dropdown_SIMPLE_QUESTION_5888-container::after {
    content: "*";
    color: red;
  }


 .select2-container{
    z-index: 9999;
  }

  .hidden-popup{
    z-index: 1;
  }


/* .hidden {
    display: none;
  } */


.mainform .control-label {
	display: inline-block;
    position: absolute;
    top:12px;
    cursor: pointer;
    left: 58px;
    height: 22px;
	color: #bbbbbb;
	 
}
	 
.mainform input:focus + label, .mainform input.must-be-filled + label, .mainform textarea.must-be-filled + label {
    display: none;
}     
.mainform textarea.form-control {
    height: 110px;
    resize: none;
    background-color: transparent;
}

.mainform .buttons input[type="submit"]{
    height: auto !important;
}

span.select2.select2-container{
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 7px 14px !important;
    text-align: left !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ebebeb !important;
    border-radius: 5px !important;
    height: 47px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(178.47deg, #A4163D 0%, #780021 100%) !important;
    color: white;
}


.mainform input[name='form_text_41'] {
    background: transparent url(/bitrix/templates/cor/images/user.svg) 10px 12px no-repeat;
    padding-left: 45px;
}
.mainform input[name='form_text_42'] {
    background: transparent url(/bitrix/templates/cor/images/phone-form.svg) 10px 12px no-repeat;
    padding-left: 45px;
}
.mainform input[name='form_text_43'] {
    background: transparent url(/bitrix/templates/cor/images/mail-form.svg) 10px 12px no-repeat;
    padding-left: 45px;
}
.mainform input[name='form_text_44'] {
    background: transparent url(/bitrix/templates/cor/images/theme-form.svg) 10px 12px no-repeat;
    padding-left: 45px;
}
form[name="SIMPLE_FORM_2"] .mainform .buttons {
    margin-bottom: 0;
}
form[name="SIMPLE_FORM_2"] .mainform .buttons span {
    vertical-align: middle;
    display: inline-block;
}
.mainform .captcha_wrap {
    float: left;
}

.mainform .textarea-wrap .control-label {left: 28px;}

.choice-wrap .chbx-parent {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}
.choice-wrap .chbx{
    display: block;
    position: relative;
    top: 15px;
}

.mainform input[type="checkbox"]:focus + label{
     display: block;
}
.cvv.col-md-12 .checkbox{
    margin-top: 0;
}
.cvv.col-md-12 .choice-wrap{
    padding-left: 5px;
    margin-top: 0;
}




.star-icon{
    color: red;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Прозрачный черный цвет */
    z-index: 2; /* Выше других элементов, но ниже всплывающего окна */
      
}


#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 80%;
    text-align: center;
    border: 1px solid #ccc;
    z-index: 3;
    border-radius: 5px;
}

.popup-open {
    overflow: hidden;
}

#popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


@media (max-width: 700px) {
    .df_jcc_mt{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}
/* End */
/* /bitrix/templates/cor/components/bitrix/form.result.new/application/styles.css?17848014834131 */
