@charset "utf-8";
.form-block {}
.form-block__content {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.form-block__content_hidden {
    opacity: 0;
    visibility: hidden;
}
.form-block__result {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.form-block__result-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.form-block__result-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    color: #000;
}
.form-block__result_active {
    visibility: visible;
    opacity: 1;
}
.form-block_max_sm {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}
.form-group_md {
    margin-bottom: 24px;
}
.form-group_lg {
    margin-bottom: 32px;
}
.form-group_xl {
    margin-bottom: 40px;
}
@media screen and (max-width:575px) {
    .form-group_mobile {
        margin-bottom: 16px;
    }
}

.form-label {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #181818;
    margin: 0 0 12px;
    display: inline-block;
}
.form-label_abs {
    margin: 0;
    position: absolute;
    left: 32px;
    right: 32px;
    white-space: nowrap;
    bottom: 100%;
    transform: translateY(18px);
    font-size: 10px;
    color: #848484;
}

.form-control__wrapper {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #CACACA;
    border-radius: 5px;
    background: #fff;
    padding: 8px 16px;
    font-size: 14px;
    outline: none;
    color: #191919;
}
.form-control_symbol {
    width: 29px;
    padding: 8px 4px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}
input.form-control_symbol:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: red;
    z-index: 100;
}
.form-control_btn {
    height: 48px;
}
.form-control_large {
    font-weight: 500;
    font-size: 27px;
    text-align: center;
}
.form-control[disabled],
.form-control_disabled {
    background: #DEDEDE;
    border-color: #DEDEDE;
}
.form-control_error {
    border-color: red;
}

div.form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
div.form-control:not(.form-control_symbol) {
    padding: 20px 16px 8px;
    justify-content: flex-start;
    font-size: 14px;
    min-height: 45px;
    height: auto;
    text-align: left;
}
.form-control-group {
    display: flex;
    align-items: center;
}
.form-control-group .form-control {
    margin: 0 1px;
    flex: 0 0 auto;
}
.form-control-group .form-spacer-line {
    width: 5px;
    height: 1px;
    background: #D9D9D9;
    margin: 0 3px;
}
@media screen and (max-width: 575px) {
    .form-control_symbol_sm_mobile {
        width: 23px;
        height: 40px;
        padding: 8px 2px;
    }
}
@media screen and (min-width: 576px) {
    .form-control_symbol {
        font-size: 27px;
    }
    .form-control-group .form-control {
        margin: 0 3px;
    }
    .form-control-group .form-spacer-line {
        width: 12px;
    }
}

.form-control_custom {
    height: 40px;
    border-radius: 8px;
    background: #F8F8F8;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
    color: #212121;
    padding: 6px 12px;
    border-color: #E1E3E4;
}
.form-control__clear {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    width: 20px;
    height: 20px;
}
.form-control__clear:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS43MzY0MSAwLjI2MzYwNEMxMC4wODc5IDAuNjE1MDc2IDEwLjA4NzkgMS4xODQ5MiA5LjczNjQxIDEuNTM2NEw2LjI3MyA1TDkuNzM2NDEgOC40NjM2MkMxMC4wNTg2IDguNzg1OCAxMC4wODU0IDkuMjkxNDggOS44MTY5NSA5LjY0NDI0TDkuNzM2NDEgOS43MzY0MUM5LjM4NDk0IDEwLjA4NzkgOC44MTUwOSAxMC4wODc5IDguNDYzNjIgOS43MzY0MUw1IDYuMjczTDEuNTM2NCA5LjczNjQxQzEuMTg0OTIgMTAuMDg3OSAwLjYxNTA3NiAxMC4wODc5IDAuMjYzNjA0IDkuNzM2NDFDLTAuMDg3ODY3OSA5LjM4NDk0IC0wLjA4Nzg2NzkgOC44MTUwOSAwLjI2MzYwNCA4LjQ2MzYyTDMuNzI3IDVMMC4yNjM2MDQgMS41MzY0Qy0wLjA1ODU3ODYgMS4yMTQyMSAtMC4wODU0MjcyIDAuNzA4NTM0IDAuMTgzMDU4IDAuMzU1NzY5TDAuMjYzNjA0IDAuMjYzNjA0QzAuNjE1MDc2IC0wLjA4Nzg2OCAxLjE4NDkyIC0wLjA4Nzg2OCAxLjUzNjQgMC4yNjM2MDRMNSAzLjcyN0w4LjQ2MzYyIDAuMjYzNjA0QzguODE1MDkgLTAuMDg3ODY4IDkuMzg0OTQgLTAuMDg3ODY4IDkuNzM2NDEgMC4yNjM2MDRaIiBmaWxsPSIjQURCMEI2Ii8+PC9zdmc+");
}

.form-error {
    font-size: 11px;
    line-height: 1;
    color: red;
    margin-top: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    text-align: center;
}

.form-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #0B0B0B;
}
.form-text_error {
    color: #f00;
}
.form-text_md {
    font-size: 14px;
}
.form-text_lg {
    font-size: 16px;
}
.form-text a {
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.form-text a:hover {
    color: #eb008c;
    border-color: transparent;
}

.form-helper {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    color: #282828;
}
.form-helper_md {
    font-size: 12px;
}

.max-237 {
    max-width: 237px;
    margin-left: auto;
    margin-right: auto;
}


.form-text_lg {
    font-size: 28px;
}
.form-text_xl {
    font-size: 42px;
}

.checkbox-default,
.radio-default {
    position: relative;
    padding-left: 19px;
}
.checkbox-default input,
.radio-default input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    /*visibility: hidden;*/
}
.checkbox-default label,
.radio-default label {
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.1;
    color: #0b0b0b;
    cursor: pointer;
    padding-left: 8px;
    padding-top: 0px;
    min-height: 24px;
}
.radio-default label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #1C264E;
}
.checkbox-default label:before,
.radio-default label:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -19px;
    width: 19px;
    height: 19px;
    border: 1px solid #D2D9EA;
    border-radius: 2px;
    background: #D9D9D9;
    transition: background 0.3s ease, border-color 0.3s ease;
    pointer-events: auto;
}
.radio-default label:before {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top: 1px;
}
.checkbox-default label:after,
.radio-default label:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 1px;
    left: -12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.radio-default label:after {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    top: 6px;
    left: -19px;
    transform: none;
}
.checkbox-default input:checked ~ label:before,
.radio-default input:checked ~ label:before {
    border-color: #0000be;
    background: #0000be;
}
.checkbox-default input:checked ~ label:after,
.radio-default input:checked ~ label:after {
    opacity: 1;
}
.checkbox-default label a,
.radio-default label a {
    pointer-events: auto;
    font-weight: 500;
}

.checkbox-default input.form-control_error ~ label:before {
    border-color: red;
}

.radio-btn {
    position: relative;
}
.radio-btn input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.radio-btn label:after {
    content: "Выбрать";
}
.radio-btn input:checked ~ label.btn_primary {
    background: #074DB6;
}
.radio-btn label.btn_secondary {
    transition: none;
}
.radio-btn input:checked ~ label.btn_secondary {
    background: none;
    color: #000;
}
.radio-btn input:checked ~ label:after {
    content: "Выбрано";
}
.radio-btn input:checked ~ label:before {
    content: "";
    width: 16px;
    height: 11px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    filter: invert(100);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjczMDQgMC4zMTcwMUMxNi4xMDc2IDAuNzIwNDEyIDE2LjA4NjQgMS4zNTMyMiAxNS42ODMgMS43MzA0M0w2LjA1OCAxMC43MzA0QzUuNjczNjMgMTEuMDg5OCA1LjA3NjQ5IDExLjA4OTkgNC42OTIwOSAxMC43MzA1TDAuMzE3MDkxIDYuNjQwNUMtMC4wODYzNTMzIDYuMjYzMzQgLTAuMTA3NjU5IDUuNjMwNTQgMC4yNjk1MDQgNS4yMjcwOUMwLjY0NjY2NiA0LjgyMzY1IDEuMjc5NDcgNC44MDIzNCAxLjY4MjkyIDUuMTc5NUw1LjM3NDkzIDguNjMxMDFMMTQuMzE3IDAuMjY5NTc5QzE0LjcyMDQgLTAuMTA3NjI4IDE1LjM1MzIgLTAuMDg2MzkyNSAxNS43MzA0IDAuMzE3MDFaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
}

.form-steps {}
.form-steps__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.form-steps__item {
    flex: 0 0 auto;
    position: relative;
}
.form-steps__item:not(:last-child) {
    padding-right: 11px;
    margin-right: 7px;
}
.form-steps__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #181818;
}
.form-steps__link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
}
.form-steps__item_active .form-steps__link,
.form-steps__item_finished .form-steps__link {
    background: #0000be;
    color: #fff;
    font-weight: 700;
}
.form-steps__item_active .form-steps__link {
    pointer-events: none;
}
.form-steps__item_finished:after {
    background: #0000be !important;
}

.saved-order {
    cursor: pointer;
}
.saved-order.active {
    border-color: #2962FF;
}