

/* Start:/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/form_stylist_record/style.css?177391341210062*/
.form_stylist_record{
    position: relative;
}

.form_stylist_record .form_item_block{
    width: calc((100% - 30px) / 2);
    border: 1px solid #2d3c5c;
    border-radius: 15px;
    padding: 30px;
    overflow: hidden;
}

/**** HEADER ****/


.form_stylist_record .item_header{
    color:#2d3c5c;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.form_stylist_record  .img_block .item_header{
    margin-bottom: 20px;
}

/**** LIST STYLIST ****/

.form_stylist_record .item_stylist{
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
}

.form_stylist_record .radio_item{
    border:none;
    width: 1px;
    height: 1px;
    display: none;
}

.radio_item + .content_item{
    display: block;
    text-align: center;
    background-color: #ebecec;
    border-radius: 20px;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

input[type=radio]:checked + label{
    background-color: #2d3c5c;
}

.no_active_radio + .content_item{
    opacity: 0.4;
}

.prw_item_stylist{
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.prw_item_stylist img{
    width: 100%;
    display: block;
}

.name_item_stylist{
    margin-bottom: 5px;
    font-weight: bold;
}

.store_item_stylist{
    font-size: 11px;
    min-height: 32px;
}

input[type=radio]:checked + label .name_item_stylist,
input[type=radio]:checked + label .store_item_stylist{
    color: #fff;
}

.checkbox input[type=checkbox]:checked + label a{
    color: #0FC9D8;
}

.form_stylist_record .block_email_message{
    margin-top: 10px;
    color: #2d3c5c;
    font-size: 11px;
}

.form_stylist_record .inpt,
.form_stylist_record .selectboxit-btn{
    border-color:#2d3c5c;
}

/**** YA MAP ****/

.form_stylist_record .ya_map{
    height: 250px;
    width: 100%;
    border: 1px solid #2d3c5c;
    overflow: hidden;
    border-radius: 5px;
}

/**** STEP ****/

.form_stylist_record .item_step{
    display: none;
}

/*.form_stylist_record[data-number-step="1"] .step_2,*/
.form_stylist_record[data-number-step="1"] .step_1,
.form_stylist_record[data-number-step="2"] .step_2,
.form_stylist_record[data-number-step="3"] .step_3
{
    display: block;
}

.form_stylist_record[data-number-step="1"] .header_2,
.form_stylist_record[data-number-step="1"] .wrap_prew_step,
.form_stylist_record[data-number-step="2"] .header_1,
.form_stylist_record[data-number-step="2"] .wrap_next_step,
.form_stylist_record[data-number-step="3"] .wrap_next_step,
.form_stylist_record[data-number-step="3"] .header_1,
.form_stylist_record[data-number-step="3"] .header_2
{
    display: none;
}

.form_stylist_record[data-number-step="2"] .create_recording{
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.form_stylist_record .step_3{
    text-align: center;
}

.form_stylist_record .img_block{
    position: relative;
}

.form_stylist_record[data-number-step="2"] .img_block:before,
.form_stylist_record[data-number-step="3"] .img_block:before{
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background:center center no-repeat;
}

.form_stylist_record[data-number-step="2"] .img_block:before{
    background-image: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/form_stylist_record/images/step_2.png");
}

.form_stylist_record[data-number-step="3"] .img_block:before{
    background-image: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/form_stylist_record/images/step_3.png");
}

/**** STEP 2 ****/

.form_stylist_record .recording_data{
    width: 100%;
    overflow: hidden;
}

.form_stylist_record .recording_data .item_form_data{
    margin-bottom: 10px;
}

.form_stylist_record .recording_data .item_form_data:last-child{
    margin-bottom:0;
}

.form_stylist_record .name_form_data{
    margin-right: 10px;
    color: #828DA0;
    font-size: 14px;
    position: relative;
}

.form_stylist_record .name_form_data:before{
    content: '';
    position: absolute;
    border-bottom: 1px dotted #828DA0;
    right: -510px;
    width: 500px;
    bottom: 5px;
    z-index: 100;
}

.form_stylist_record .value_form_data{
    color: #2d3c5c;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    z-index: 200;
    padding-left: 10px;
}

/**** STEP 3 ****/

.form_stylist_record .success_record h3{
    text-align: center;
    color:#2d3c5c;
}

.form_stylist_record .error_record h3{
    text-align: center;
    color:#C61212;
}

.form_stylist_record .result_icon{
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.form_stylist_record .success_record .result_icon{
    background-image: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/form_stylist_record/images/success_icon.png");
}

.form_stylist_record .error_record .result_icon{
    background-image: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/form_stylist_record/images/error_icon.png");
}

/**** FOOTER ****/

.form_stylist_record .btn_step{
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 2px solid #2d3c5c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background:center center no-repeat;
    -webkit-background-size: auto 50%;
    -moz-background-size: auto 50%;
    background-size: auto 50%;
}

.form_stylist_record .btn_step.prew_step{
    background-image: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/form_stylist_record/images/arr_left.png");
}

.form_stylist_record .btn_step.next_step{
    background-image: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/form_stylist_record/images/arr_right.png");
}

.form_stylist_record .form_number_step {
    color:#2d3c5c;
    font-weight: bold;
    font-size: 20px;
}

.form_stylist_record .create_recording{
    display: none;
}

/**** INPUT ****/

.form_stylist_record .title_input {
    margin-bottom: 5px;
    position: relative;
}

.form_stylist_record .block_input {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
}

.form_stylist_record .block_input.block_store_input{
    width: 100%;
}

.form_stylist_record .block_input .inpt {
    width: 100%;
}

.form_stylist_record .selectboxit-container,
.form_stylist_record .selectboxit-container .selectboxit,
.form_stylist_record .selectboxit{
    width: 100%;
}

.form_stylist_record .btn:hover,
.form_stylist_record .btn{
    background-color: #2d3c5c;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

.form_stylist_record .block_input.error_block_input .title_input:before{
    content: attr(data-error-title);
    color: #C61212;
    order: 10;
    font-size: 11px;
    opacity: 1;
}

.form_stylist_record .block_input.error_block_input label a,
.form_stylist_record .block_input.error_block_input label,
.form_stylist_record .block_input.error_block_input .inpt{
    border-color:#C61212;
    color:#C61212;
}

.form_stylist_record .block_input.error_block_input .title_input{
    color:#C61212;
}

.form_stylist_record .selectboxit-text{
    max-width: 100% !important;
}

.form_stylist_record .block_agreement_input .title_input{
    opacity: 0;
}

.form_stylist_record .block_agreement_input label{
    font-size: 11px;
}

.form_stylist_record .checkbox a{
    color:#000;
}

/**** LOADER ****/

.form_stylist_record .wrap_block_loader.nx-flex-col-c-c{
    display: none;
    height: 100px;
}

.form_stylist_record.loadind_step .wrap_block_loader.nx-flex-col-c-c{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    background-color: rgba(255,255,255,0.8);
}

.loader{
    position: relative;
    display: flex;
}

.loader:before , .loader:after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    margin: 0  5px  ;
    border-radius: 50%;
    color: #2d3c5c;
    background: currentColor;
    box-shadow: 50px 0 , -50px 0;
    animation: left 1s infinite ease-in-out;
}

.loader:after {
    color: #00BDCC;
    animation: right 1.1s infinite ease-in-out;
}

@keyframes right {
    0% , 100%{transform: translateY(-10px) }
    50% { transform: translateY(10px) }
}

@keyframes left {
    0% , 100%{ transform: translateY(10px) }
    50% { transform: translateY(-10px) }
}

/**** OTHER ****/

.form_stylist_record .hidden_block{
    display: none;
}

/**** BREADCRUMB ****/

.block_breadcrumb .item_breadcrumb:nth-child(2){
    display: none;
}

@media only screen and (max-width: 768px) {

    .form_stylist_record .form_item_block{
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .form_stylist_record[data-number-step="2"] .img_block,
    .form_stylist_record[data-number-step="3"] .img_block{
        display: none;
    }

    .form_stylist_record .item_stylist{
        width: 100%;
        margin-bottom: 10px;
    }

    .form_stylist_record .item_stylist:last-child{
        width: 100%;
        margin-bottom:0px;
    }

    .radio_item + .content_item{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .form_stylist_record .prw_item_stylist{
        width: 25%;
        margin-bottom: 0;
    }

    .form_stylist_record .data_item_stylist{
        width: 75%;
        text-align: left;
        padding-left: 10px;
    }

    .form_stylist_record .item_header{
        font-size: 16px;
    }

    .form_stylist_record .block_input{
        width: 100%;
    }

    .form_stylist_record .name_form_data,
    .form_stylist_record .value_form_data
    {
        font-size: 12px;
    }

    .form_stylist_record .form_footer{
        padding-top: 20px;
    }

    .form_stylist_record .loader{
        position: fixed;
        top: 200px;
    }

}
/* End */
/* /bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/form_stylist_record/style.css?177391341210062 */
