

/* Start:/local/components/bix/forms.show/templates/form_060/form_060_show.css?17533464481918*/
/*
gif refresh loading progress etc...
*/
.preload-layout::before {
    width:  100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eef7eadd;
    content: "";
    display: block;
    z-index: 2;
}

.box-scoring-progres {
    position:   fixed;
    /*
        transform: translate(50%, 0%);
        width:  100%!important;
    */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.scoring-text {
    font-size: 18px;
/*
    margin-top: 180px;
 */
}
.scoring-title {
    font-size: 40px;
    font-weight: bold;
}
.scoring-body {
    font-size: 24px;
}
.scoring-progres {
    width: 80px;
    height: 80px;
    background: url( "/local/components/bix/forms.show/templates/form_060/images/loading.gif") no-repeat center center;
    background-size: cover;
}

/*
   popup
*/
.popup {
    position: fixed;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.popup-area{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 10rem;
    background-color: #FFF;
    border-radius: 4px;
}

.popup .exit-popup{
    line-height: 20px;
    width: 20px;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    content: "\2715";
    font-size: 22px;
    color: #aaa;
    z-index: 11;
}
.popup .exit-popup:hover {
    color: #000;
}
.thx__title {
    font-size: 28px;
    font-weight: 500;
}

.thx__text {
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.logo-popup {
    display: none !important;
}



@media screen and (max-width: 767px) {
    .popup-area {
        margin: 0px 10px;
    }
    #form_buttons .field__label {
        width: 100%;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1570586639163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/components/bix/forms.answers/templates/old/forms_answers_old.css?175334644861*/
.thx__main {
  flex-direction: column;
  margin-top: 40px;
}

/* End */
/* /local/components/bix/forms.show/templates/form_060/form_060_show.css?17533464481918 */
/* /bitrix/components/bitrix/form.result.new/error.css?1570586639163 */
/* /local/components/bix/forms.answers/templates/old/forms_answers_old.css?175334644861 */
