.form_block{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    overflow: auto;
    flex-direction: row;
    margin-bottom: 15px;
}

/* start zni  2181375*/
#els_form, .content_result_step1 h3, .content_result_step0 { display: none;}
.panel_Button {display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin-bottom: 20px;}
.d-text-loader {
    display: block;
    position: absolute;
    top: 66%;
    left: 40%;
    z-index: 3;
    color: #fff;
}
/* end zni  2181375*/

.licevoy {
    width: 300px;
    letter-spacing: 10px;
    font-size: 28px;
}

.button_wide {
    margin-left: 10px !important;
    padding: 0 35px 0 35px;
    color: #fff;
     opacity: 0.3;
    pointer-events: none;
}

.btn:focus {background-color: #5ac37d;}

#rating {  display: none;  margin: 0 auto;
    text-align: center;}
#rating img {width: 65px;
    height: 65px;
    margin: 10px 30px; border-radius: 50%;}

.disabled { background: #ccc; pointer-events: none }

#rating img:hover { transition: 1s; transform: scale(1.2); }
#rating  .active img{ transform: scale(1.2);  box-shadow: 0px 4px 3px #b3adad; }

.golos-rating { display: none;}
.some-form__submit {margin: 0}

#rating a {
    text-decoration: none;
    margin: 0 auto;}

#rating a span {display: block;

    text-decoration: none;
    text-align: center;
    font-weight: 600;
     }

.ocenka-link {width: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;}

#info-block, #location-block, #error-els-block, #error-adres-block, #warning-block, #info-block-list, #warning-block-pokaz {margin-bottom: 20px; display: none}

.warning-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 2px solid #ffc500;
    padding: 5px 10px;
    text-align: left;
    background: #fff7d1;
    border-radius: 10px;
    width: 100%; min-height: 70px;
}

.warning-box .icon-exclamation-3u {
    width: 50px;
    height: 50px;
    background-image: url("/peredacha-pokazaniy-onlayn/img/icon-exclamation-3u.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    float: left;
}

.warn-nlind {display: none;
    font-size: 9pt !important;
    background: #f9b626;
    position: absolute;
    bottom: -20px;
    padding: 5px 8px;
    border-radius: 5px;}

.warning-box .text-warning {
    font-size: 18px;
    font-weight: 600;
}

#warning-block-pokaz.warning-box .text-warning {font-size: 22px;}

.info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 2px solid #5ac37d;
    padding: 10px;
    text-align: center;
    background: #fbfbfd;
    border-radius: 10px;
    width: 100%;
    min-height: 70px;
    margin: 20px 0;
}

.info-box.info-box-100 {width: 100%;}

#info-block-list.info-box {width: 100%;}

.info-box .icon-info {
    width: 50px;
    height: 50px;
    background-image: url("/peredacha-pokazaniy-onlayn/img/new/02_50info.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px; float: left;
}

.info-box .icon-location {
    width: 50px;
    height: 50px;
    background-image: url("/peredacha-pokazaniy-onlayn/img/new/01_50map.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.info-box .text-info {
    font-size: 19px;
    font-weight: 400;
    /*padding-top: 8px;*/
}

.info-box.info-box-100 .text-info {padding-top: 0;}

.error-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 2px solid #9F3E3E;
    padding: 10px;
    text-align: center;
    background: #FEECEC;
    border-radius: 10px;
    margin-top: 10px;
}

.error-box .icon-exclamation {
    width: 50px;
    height: 50px;
    background-image: url("/peredacha-pokazaniy-onlayn/img/icon-exclamation.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.error-box .text-info {
    font-size: 22px;
    font-weight: 600;
}

.step_buton_panel {display: block; margin-right: 20px }
.step_buton_panel2 { }

.button-conteiner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 497px;
    overflow: auto;

}

.eventlink { pointer-events: auto !important;}

.button-conteiner button {
    width: 200px;
}

#back-block .button-conteiner, #back-block2 .button-conteiner {justify-content: flex-start;}

#back-block .button-conteiner button {
    width: 150px;
}

.icon-arrow-left {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/peredacha-pokazaniy-onlayn/img/arrow-left-black.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.icon-arrow-stat {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/peredacha-pokazaniy-onlayn/img/stat.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#stat-block {
    right: 1%;
    position: absolute;
    width: 30%;
}
.btn2 {
    /*display: inline-flex;*/
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    color: #000;
    background-color: #f3f3f4;
    height: 48px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: .3s;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn2:hover {
   /* font-size: 110%;*/
    color: #181818;
    opacity: 0.8;
}
.button-conteiner  button:hover { font-size: 90%;}

.btns-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 20px auto 0;
}

.name-pribor { font-size: 16pt}

.btns {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    line-height: 1.2;
    font-size: 20pt;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    text-decoration: none;

    width: 48%;
    min-height: 200px;
    max-height: 220px;
    padding: 10px 20px;
    border: 1px solid #DFDFDF;
    border-radius: 25px;
    outline: none;
    transition: .3s;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 20px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.16);
    appearance: none;
    position: relative;
}
.dop-btns { margin: 20px auto;}
.btns:hover {
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
    color: #000;
}

.btns b {margin-right: auto;}

.btns span {
    font-size: 14pt;
    font-weight: 500;
}

.btns span.pokazan {font-weight: 600;}

.btns span.star-pokaz {font-size: 12pt;    display: block;}

.btns .icon-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-top: 3px;
}

.btns .icon-btn.icon-electro {background-image: url("/peredacha-pokazaniy-onlayn/img/new/03_50ee.png");}

.btns .icon-btn.icon-teplo {background-image: url("/peredacha-pokazaniy-onlayn/img/new/04_50teplo.png");}

.btns .icon-btn.icon-voda {background-image: url("/peredacha-pokazaniy-onlayn/img/new/05_50voda.png");}



.btns .icon-edit-box {
    display: flex;
    align-items: flex-end;
    height: 30px;
    position: absolute;
    right: 5%;
    top: 163px;
}

.pok-ok {background: #f7f7f7;
    padding: 10px 25px;
    border: 1px solid #5ac37d;
    border-radius: 5px;}

.btns .icon-edit-box .icon-edit {
    display: inline-block;
    width: 70px;
    height: 30px;
    /*background-image: url("/peredacha-pokazaniy-onlayn/img/icon-edit.png");*/

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.btns .icon-edit-box .icon-edit::before{
    content: 'сохранить';
    display: block;
    font-size: 10pt;
    font-style: normal;
    padding: 5px 5px;
    /* background: #ccc; */
    background-color: #f3f3f4;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 1px;
}

.btns .icon-edit-box .icon-ok {
    display: none;
    width: 70px;
    height: 30px;
   /* background-image: url("/peredacha-pokazaniy-onlayn/img/icon-ok.png");*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btns .icon-edit-box .icon-ok::after{
    content: 'сохранить';
    display: block;
    font-size: 10pt;
    font-style: normal;
    padding: 5px 5px;
    background-color: #5ac37d;
    border-radius: 4px;
    border: 1px solid #17c624;
    text-align: center;
    margin-top: 1px;
    color: #fff;
}

.input-box {
    display: block;
    width: 155px;
    position: absolute;
    bottom: 4px;
    right: 102px;
}

.previshenie { display: none;
    position: absolute;
    width: 596px;
    height: 45px;
    background: #fff;
    left: -338px;
    /* right: 150px; */
    z-index: 2;
    top: -10px;
    padding: 5px;
    text-align: center;
    /* border-radius: 5px; */
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /* border: 2px solid #ffc500;*/
}

.previshenie:hover{    background-color: #EDEDED;}
.btns:hover .previshenie{    background-color: #EDEDED;}

.previshenie .btn-edit-block .btn-edit-h4 {
    width: 250px;
    margin-right: 20px;
    vertical-align: middle;
    text-align: right;
    display: inline-block;
}
.previshenie .btn-edit-h4 { display: block; font-size: 11pt; font-weight: 600; margin-bottom: 3px;     color: #f80000;}
.previshenie div .btn-edit-ok, .previshenie div .btn-edit-edit {background: #f7f6f6;
    font-size: 11pt ;
    padding: 3px 3px 3px 5px;
    border-radius: 3px; border: 1px solid #b9b9b9;}
.previshenie div .btn-edit-ok:hover, .previshenie div .btn-edit-edit:hover{ background: #0c702d; color: #fff}

.star-pokaz-peredan {display: block;
    font-size: 10pt !important;
    width: 350px;
    margin-left: -200px;
    background: #ffb30069;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;}

.form-input.form-input-pokaz {
    height: 28px;
}

.win_tso_result
{
    display: none;
    position: fixed;
    box-shadow: -6px -12px 9px 0px #ccc;
    width: 50%;
    height: auto;
    z-index: 600;
    top: 0;
    right: -1000px;
    bottom: 0;
    background: #fff;
}

.win_tso_result .result_content_tso {
    margin: 50px 20px 20px;
}

.win_tso_result .close
{
    display: block;
    cursor: pointer;
    box-shadow: -6px -12px 9px 0px #ccc;
    position: absolute;
    background: #5ac37d;
    margin: 50px -48px;
    z-index: 500;
    padding: 20px 11px 10px 15px;
    border-top-left-radius: 48%;
    border-bottom-left-radius: 48%;
}

.close img { width: 23px}

#info-result-block.info-box {
    width: 100%;
    text-align: left;
}

#info-result-block.info-box .icon-info {margin-right: 10px;}

#back-block, #back-block2 {float: left;}
#back-block2 {width: 100%;}

#podtv-block {float: right;}

#back-block .button-conteiner, #back-block2 .button-conteiner, #podtv-block .button-conteiner {
    display: block;
    width: auto;
}

#podtv-block .button-conteiner button {width: 250px;}



.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
   /* min-height: 100vh;*/
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block input {
    width: 40px;
    margin: 0;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #999;
    text-align: center;
}
.block input:focus {
    box-shadow: 0 0 5px #5ac37d;
}
.block button {
    margin-left: 5px;
}



.date-select-calendar { margin-left: 300px; display: none}
.link-step3-verifi {display: block;}

#calendar .datepicker table tr td.active.active {background-color: #5ac37d !important;}
#calendar .datepicker table tr td.active {
    background-color: #5ac37d;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5ac37d),to(#46a666));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#5ac37d,#46a666);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #46a666 #46a666 #388953;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

#calendar .datepicker td, #calendar .datepicker th {
    text-align: center;
    width: unset;
    height: unset;
}

.verify-code { display: none; width: 100%}

.js-form-validate {

}


.adress-result .nobg { background: none;
    margin-left: 20px;
    color: #5ac37d;
    border-radius: 5px;
    border: 2px solid #5ac37d;
    width: 33%   }
.adress-result .btn {margin-top: 20px;}
.input-verify-code {width: 150px !important;
    letter-spacing: 20px;}

.green-verify {border: 2px solid #46a666;}
.red-verify {border: 2px solid #a61b0e;}

.files-loader__item-label { width: 100% !important;}
.files-loader__item:not(:last-child) {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.files-loader__item-label img{    width: 35px;
    display: block;
    float: left;
    margin: 5px 15px 0 0;}

.content_result_step3_1 .warn-primnaya {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;


}

.content_result_step3_1 .warn-primnaya p { display: block;
    border: 1px solid #ccc;
    padding: 10px;
    background: #ebebeb;
    border-radius: 5px;
    line-height: 25px;
    font-size: 14pt;
    font-style: italic;}

.content_result_step3_1 .content_result_step3_right_block{width: 100%;

    margin: 5px 50px;
    padding: 5px;
    flex: 0 1 auto;}

/*.goto_step4 {margin-left: 20%;}*/
/*.content_result_step3_1 {display: none;}*/
.goto_step3 { display: none;}
.kvitanciya { display: none; float: right;}

.nevern_adres {border-radius: 5px;
      display: none;
    font-size: 10pt;
    line-height: 8px;
    background: #e3e2e2;
    padding: 10px;
    font-style: italic;}

.FlexContainer div {

    height: 100px;
    margin: 20px;

}

sub {
    bottom: 0.25em;
    color: red;
}

.mess-email { display: flex;
    border: 1px solid #ccc;
    padding: 10px;
    background: #ebebeb;
    border-radius: 5px;
    margin: 10px 0;
    width: 40%;
    line-height: 15px;
    font-size: 11pt;
    font-style: italic;}

.goto_step4_1, .goto_step5, .goto_step6, .goto_step4, .goto_step41 {width: 250px;}

#step3 > div.warn-primnaya > div > div:nth-child(1) {width: 70%}
#step3 > div.warn-primnaya > div > div:nth-child(2) {width: 28%}
#step3 > div.warn-primnaya > div > div:nth-child(2) a { width: 100%; background: #5ac37d}
.warn-primnaya a {background: #5ac37d}
.content_result_step2 ,
.content_result_step3,
.content_result_step4,
.content_result_step5,
.content_result_step3_1,
.content_result_step6,
.rating-form-result {display: none}

.goto_step3_2 { margin-left: 24%}

.loader-active {visibility: visible !important;opacity: 1 !important;z-index: 100 !important;}

.deActivate { background: #ccc; border: 1px solid #dae1dc !important; pointer-events: none;}
.deActivate a {cursor: none; color: #1e1e1e; pointer-events: none; }

.email-ok-save {display: inline;
    background: #ffeba4cc;
    padding: 5px 25px;
    border-radius: 5px;
    color: #014217;
    font-weight: 600;}

#calendar .datepicker .day {background: #7fd979; box-shadow: inset 0px 0px 1px #f1f1f1;}
#calendar .datepicker .disabled {background: #9191910d !important;
    box-shadow: 1px 1px 1px #f1f1f1;}

.content_result_step5 .checkbox {margin: 15px 0 25px;}

/*,
.content_result_step5*/

.content_result_step3 .greed-content div { margin-left: 10px; height: 80px; align-content: center;}
.content_result_step3 .greed-content div input[type=radio]+label {height: 70px;   }

.content_result_step2 input { width: 40%}

.res-time ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    overflow: auto;
    flex-direction: row;
}

.res-time ul>li { margin-left: 10px;
    border: 1px solid #58c07b;
    text-align: center;
    border-radius: 5px; padding: 3px 10px !important;}

.res-time ul>li { cursor: pointer}
.res-time ul>li:hover {
    border: 1px solid #ffb300;
    color: #ffb300 !important;
}

.res-time ul .active-time {border: 1px solid #58c07b; background: #fff1d0;}

.res-time ul>li:before { content: none !important;}

.selected-time-result {border: 1px solid #ccc;
    padding: 10px;
    background: #fff1d0;
    border-radius: 5px;
    font-weight: 600; color: #1e5a33;}

.greed-content {
    display: flex;
    height: auto;
    align-content: center;
}
.content_result_step3_left_block,
.content_result_step3_right_block,
.content_result_step4_left_block,
.content_result_step4_right_block{
    width: 40%;
    margin: 5px;
    padding: 5px;
    flex: 0 1 auto;
}

.type_usluga1, .type_usluga2, .type_usluga3 { display: none;}
.goto_step2,  .goto_back,  /*.goto_step3,*/ .goto_step4 ,  .goto_step3_1, .goto_step41 , .goto_step5_1, .save-email, .goto_step3_2, .new-start {display: inline-flex;}
.goto_step4,  .goto_step3_1, .goto_step3_2, .new-start { opacity: 0; width: 25%; }
.goto_step5 {opacity: 0.3; background: #ccc; margin-left: 10%;   pointer-events: none;}
.goto_step5 { background: #ffb300 !important;}

.save-email { opacity: 0.3;pointer-events: none; background-color: #a7a7a7;}

.goto_step6, .phone_send, .email-ok-save, .send-email { display: none; }
.phone_block{background-color: #a7a7a7;width: 25%; margin-top: 20px;display: inline-block; opacity: 0.3;pointer-events: none;}

.content_result_step3_1 .goto_step3_1 {margin-left: 20%;}

.content_result_step6 {font-size: 24px;}

.warn-primnaya {
    width: 86%;
    margin-top: 2%;
    margin-bottom: 2%; margin-left: 10px;}

.warn-primnaya .btn2{
    display: inline-flex;
    margin-left: 25px;
    width: 300px;
     }

.golos-udobno {display: inline-flex;}

.new_pokazanie_ok { font-weight: bold; color: #00b050; line-height: 20px;
    display: block;}

.form-input-pokaz {
    -moz-appearance: textfield;
}
.form-input-pokaz::-webkit-inner-spin-button {
    display: none;
}

input[type=radio] {
    display: none;
}

input[type=radio]+label {
    display: block;
    /* margin: -2px; */
    width: 350px;
    padding: 15px 12px;
    margin-bottom: 20px;
    font-size: 14pt;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-align: center;
    /* text-shadow: 0 1px 1px rgb(255 255 255 / 75%); */
    vertical-align: middle;
    cursor: pointer;
    background-color: #5ac37d;
    background-repeat: repeat-x;
    border-radius: 5px;
}

input[type=radio]:checked+label {
    background-image: none;
    outline: 0;
    background-color: #ffb300;
}

.rating__item.rating__item-newicon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;  IE 6-9 */
}

.rating__item.rating__item-newicon:hover, .rating__item.rating__item-newicon.active {
    background-size: 100%;
    /*-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;  IE 6-9 */
}

.rating__item.rating__item-newicon.item-newicon1 {background-image: url("/predzapis/img/icon-rating-new-1.svg");}

.rating__item.rating__item-newicon.item-newicon2 {background-image: url("/predzapis/img/icon-rating-new-2.svg");}

.rating__item.rating__item-newicon.item-newicon3 {background-image: url("/predzapis/img/icon-rating-new-3.svg");}

#step6 {position: relative;}

.btn.btn--bordered.btn-print {
    width: 50px;
    height: 50px;
    background-image: url("/predzapis/img/print.png");
    background-repeat: no-repeat;
    background-position: 52.5% 50%;
    background-size: 75%;
    position: absolute;
    top:0;
    right: 0;
}

.section--overflow-visible { width: 100%}
.alert-box-white {margin-bottom: 30px !important;}

.btn.btn--bordered.btn-print:hover {background-image: url("/predzapis/img/print-h.png");}

.border-green { border: 2px solid #5ac37d}

.content_result_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0;
    gap: 136px;
}

.content_result_box .content_result {
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
    margin: 0;
    width: 50%;
}

.content_result_box .content_info {
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
    margin: 0;
    width: 50%;
}

.peredacha-pokazaniy-onlayn .highlighted-text.highlighted-text--icon {margin-bottom: 1.333em;}

.peredacha-pokazaniy-onlayn .highlighted-text.highlighted-text--icon:last-of-type {margin-bottom: 0;}

@media print {
    .bx_panel, .header, .page__breadcrumbs, .page__title, .btn.btn--bordered.btn-print, .send-email, .rating-form-result, .footer, .new-start {display: none !important;}
}

.golos-udobno { display: none;}

.info-block-ofice{    background: #efefef;
    border-radius: 5px;}
.info-block-ofice h3 {padding: 10px}


#modal-success-els {

    width: 60%;
    max-width: 985px;
    position: fixed;
    top: 15%;
    background: #fff;
    left: 20%;

    border: 1px solid #ccc; z-index: 1000;
}
.modal_bg {
    background: rgba(32, 32, 32, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fio_els  {    margin: 0 20px;}
.button_select {margin: 0 100px  }
.button_select { opacity: 0.3}
.modal_footer { margin-top: 30px}
.body_els .radio { width: 100% ; }
.body_els {height: 200px; overflow-y: auto}
.hieder_column{width: 130px;
    display: inline-block;
    border-bottom: 2px solid #ccc;}
#modal-success-els {font-size: 18pt;}
.adres_els { font-size: 14pt; margin-left: 50px; }

#els_form.js-form-validate.form.els-form-new .form_block {width: 100%;}

#els_form.js-form-validate.form.els-form-new .form_block .some-form__input h3 {margin-bottom: 10px;}

#els_form.js-form-validate.form.els-form-new .form_block .some-form__input .licevoy {width: 100%;}

#els_form.js-form-validate.form.els-form-new .form_block .some-form__captcha {margin-top: 10px;}

#els_form.js-form-validate.form.els-form-new .form_block .some-form__captcha #captcha-container {width: 100%!important;}

#els_form.js-form-validate.form.els-form-new .form_block .some-form__captcha span:first-child {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

#els_form.js-form-validate.form.els-form-new .some-form__submit #btnsubmit {
    margin-left: 0!important;
    margin-top: 10px;
    width: 100%;
}

@media (max-width: 1024px) {

    .content_result_box {gap: 100px;}

    .content_result_box .content_result {width: 70%;}

    .hieder_column {width: 120px;}

    .button_select {margin: 0 50px;}

    #modal-success-els{
        width: 70%;
        left: 15%;
    }

    .body_els .hieder_column:nth-child(2) {margin-left: 45px !important;}

    .body_els .hieder_column:nth-child(3) {margin-left: 20px!important;}

    .fio_els {width: 15%;}

    .adres_els {
        width: 44%;
        font-size: 13pt;
        margin-left: 30px;
    }

    .d-text-loader {left: 36%;}

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .form_block { width: 100%}
}

@media (max-width: 768px) {

    .content_result_box {
        gap: 30px;
        flex-wrap: wrap;
    }

    .content_result_box .content_result, .content_result_box .content_info {width: 100%;}

    #modal-success-els {
        font-size: 16pt;
        width: 80%;
        left: 11%;
    }

    .modal__body.body_els {height: 230px;}

    .body_els .hieder_column:nth-child(2) {margin-left: 37px !important;}

    .body_els .hieder_column:nth-child(3) {margin-left: 15px!important;}

    .body_els .radio_els {width: 120%;}

    .body_els .hieder_column {width: 120px;}

    .link-cards .link-card {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .d-text-loader {left: 31%;}

}

@media (max-width: 600px) {

    .panel_Button {
        gap: 10px !important;
        flex-wrap: wrap;
    }

    .panel_Button .button_block_els, .panel_Button .button_block_els .btn, .panel_Button .button_block_adress, .panel_Button .button_block_adress .btn {width: 100%;}

    .link-cards .link-card {
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .content_result_step0 {width: 100%;}

    .button-conteiner {
        display: flex;
        width: 100% !important;
    }

    .button-conteiner .step_buton_panel, .button-conteiner .step_buton_panel2 {width: 50% !important;}

    .button-conteiner .step_buton_panel2 .btn2.nobg.goto_step_no, .button-conteiner .step_buton_panel .btn.goto_step2 {width: 100% !important;}

    .button_select {margin: 0 10px;}

    .d-text-loader {
        left: 33%;
        width: 40%;
    }

    #modal-success-els {
         font-size: 15pt;
         width: 90%;
         left: 5%;
     }

    .modal__body.body_els {height: 220px;}

    .body_els .radio_els {width: 160%;}

    .body_els .hieder_column {
        width: 100px;
        margin-left: 30px;
    }

    .body_els .hieder_column:first-child {margin-left: 0!important;}

    .body_els .hieder_column:nth-child(2) {margin-left: 50px!important;}

    .body_els .hieder_column:nth-child(3) {margin-left: 20px!important;}

    .adres_els {width: 50%;}

}

@media (max-width: 425px) {
    .form_block { display: block}
    .button_wide {margin-top: 20px; margin-left: 0 !important;
        width: 300px;
     }
.warn-primnaya, .form_block, .warning-adress {width: 100%}
    .content_result_step2 input { width: 80%}

  .licevoy {width:300px}
  .button-conteiner button {width: 300px}
  .phone_send, .phone_block {width: 80% !important;}
    .mess-email {display: block}
  .mess-email, .mess-email div {width: 95% !important;}
  .map-place-picker__top { display: block;}
  .goto_step4_1 {margin-left: 10% !important;}
.goto_step4, .goto_step41 {width: 250px;
    margin-bottom: 10px;}
.greed-content {display: block}
.date-select-calendar {margin-left: 0}
.btn-print {display: none}
    .btns { width: 100%; font-size: 12pt;}
    .warn-nlind {width: 80%;}
    .ocenka-link {width: 90%;}
    #rating {margin: 80px auto;

        float: none;
        position: relative;}
    .input-box { width: 150px}
    #stat-block { width: 100%; position: relative;}
    .info-box { width: 100%; font-size: 12pt}
    .goto_step2 { width: 300px}
    .button-conteiner {width: 100%}
    .btn {
        height: 48px;
    }

    .btns span { font-size: 11pt}
    .info-box .text-info { line-height: 19px}

    .previshenie {

        width: 400px;
        height: 75px;
        left: -150px;


    }

    .previshenie .btn-edit-block .btn-edit-h4 {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }
}

@media (min-width: 376px) and (max-width: 408px) {
    .new_pokazanie_ok {font-size: 9pt !important ;}
    #podtv-block .button-conteiner button {
        width: 220px !important;
    }

    .modal_footer {display: flex;}

    .modal_footer .btn {font-size: 90%;}
}

@media (max-width: 375px) {

    .modal_footer {display: flex;}

    .modal_footer .btn {font-size: 90%;}

    .button_select {margin: 0 5px;}

    #modal-success-els {top: 5%;}

    .modal__body.body_els {height: 260px;}

    .body_els .radio_els {width: 200%;}

    .adres_els {width: 48%;}

    .d-text-loader {
        left: 30%;
        width: 50%;
    }

}

@media (min-width: 320px) and (max-width: 375px) {
    .btns span, .btns span.star-pokaz { font-size: 10pt}
    .info-box .text-info, .btns span.star-pokaz, .new_pokazanie_ok {      line-height: 12px;}

    .previshenie {
        width: 357px ;
        height: 75px;
        left: -102px;
    }

    #podtv-block .button-conteiner button {width: 180px
   }

    .previshenie .btn-edit-block .btn-edit-h4 {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }
}

@media (max-width: 360px) {

    .button_select {
        margin: 0 0 0 3px;
    }

    .body_els .radio_els {
        width: 220%;
    }

    .modal__body.body_els {
        height: 240px;
    }

    .body_els .hieder_column:nth-child(3) {margin-left: 30px!important;}

}

@media (width: 320px) {
    .btns .icon-btn { display: none}

    .previshenie {
        width: 297px;
          height: 75px;
        left: -45px;
    }

    #podtv-block .button-conteiner button {
        width: 160px;
        font-size: 11pt;
    }

    .d-text-loader {left: 28%;}

    #modal-success-els {top: 2%;}

    #modal-success-els .modal__top {margin-bottom: 20px;}

    .modal__body.body_els {height: 220px;}

    .fio_els {margin: 0 30px;}

    .body_els .hieder_column:nth-child(2) {margin-left: 60px !important;}

    .body_els .hieder_column:nth-child(3) {margin-left: 35px!important;}
}