.scroll_lock {
    overflow: hidden;
}
.scroll_lock body {
    overflow: hidden;
}
/* --- --- */
.wrapper.blur > *:not(.modal_auth) {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
/* --- --- */
.modal_auth {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*z-index: 30;*/
    z-index: 1001;
    display: none;
    font-family: 'Montserrat', sans-serif;
}
.modal_auth__wrapper {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .modal_auth__wrapper {
        top: 96px;
        left: 16px;
        right: 16px;
        padding: 60px 20px 24px 20px;
    }
}
@media (min-width: 768px) {
    .modal_auth__wrapper {
        width: 531px;
        padding: 60px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.modal_auth__wrapper .modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: 0;
}
.modal_auth__header {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #1F1F1F;
}
.modal_auth__form .field_set {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .modal_auth__form .field_set {
        margin-bottom: 24px;
    }
}
.modal_auth__alt {
    margin-top: 16px;
}
.modal_auth__alt a {
    font-size: 13px;
    line-height: 16px;
    color: #71CAFB;
    text-decoration: underline;
}
.modal_auth__alt a:hover {
    text-decoration: none;
}

.modal__close {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F1F3F8;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
}
.modal__close:hover {
    background-color: #71CAFB;
}
.modal__close:hover svg path {
    stroke: #fff;
}
/* --- --- */
.field_set {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.field_set.disabled .field_set__label, .field_set.disabled .field_set__input {
    opacity: 0.2;
    pointer-events: none;
}
.field_set.success::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 16px;
    pointer-events: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiIGZpbGw9IiM2QkNENjIiLz4KPHBhdGggZD0iTTggMTJMMTEgMTVMMTYgOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.field_set__label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #1F1F1F;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.field_set__input {
    height: 52px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(137, 137, 137, 0.24);
    padding: 0 16px;
    font-size: 16px;
    color: #1F1F1F;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
}
.field_set__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 16px;
    color: #A2A6B6;
}
.field_set__text span {
    color: #71CAFB;
}
.field_set__text.tblack {
    color: #1F1F1F;
}
.field_set__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.field_set__code_item {
    width: 52px;
    height: 52px;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #E3E3E3;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    font-size: 16px;
    color: #1f1f1f;
}
.field_set__code_item::-webkit-inner-spin-button,
.field_set__code_item::-webkit-outer-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}
.field_set__code_item:not(:last-child) {
    margin-right: 8px;
}
.field_set__code_item.active, .field_set__code_item:focus {
    border-color: #1F1F1F;
}
.field_set__link {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.field_set__link a {
    font-size: 13px;
    line-height: 16px;
    color: #71CAFB;
    text-decoration: underline;
}
.field_set__link a:hover {
    text-decoration: none;
}
.field_set .field_checked {
    margin-top: 12px;
}
.field_set__selected {
    position: absolute;
    left: 16px;
    top: 38px;
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}
@media (min-width: 768px) {
    .field_set__selected {
        top: 42px;
    }
}
.field_set__selected .selected_label {
    position: relative;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    pointer-events: none;
    background-color: #fff;
    color: #A2A6B6;
}
.field_set__selected .selected_label b, .field_set__selected .selected_label span {
    font-size: 16px;
}
.field_set__selected .selected_label b {
    color: #1F1F1F;
    font-weight: 400;
    margin-right: 6px;
}
.field_set__selected .selected_label span {
    color: #A2A6B6;
}
.field_set__selected .field_clear {
    margin-left: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    max-width: 24px;
    pointer-events: visible;
}
@media (min-width: 768px) {
    .field_set__selected .field_clear {
        position: absolute;
        margin-left: 0;
        top: -1px;
        left: 412px;
        z-index: 2;
    }
}
@media (min-width: 1280px) {
    .field_set__selected .field_clear {
        left: auto;
        right: 0;
    }
}
.field_set__icon {
    position: absolute;
    display: none;
}

.field_checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.field_checked input {
    display: none;
}
.field_checked input:checked ~ .field_checked__check {
    background-color: #71CAFB;
    border-color: #71CAFB;
}
.field_checked__check {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid rgba(137, 137, 137, 0.24);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.field_checked__check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDRMNCA3TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 8px;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.field_checked__text {
    margin-left: 10px;
    font-size: 15px;
    line-height: 24px;
    color: #1F1F1F;
}
.field_checked__text span {
    color: #A2A6B6;
}

.field_submit {
    margin-top: 24px;
}
@media (min-width: 768px) {
    .field_submit {
        margin-top: 28px;
    }
}
.field_submit .btn_blue {
    width: 100%;
    background-color: #71CAFB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}

.field_text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 16px;
    color: #A2A6B6;
}
@media (min-width: 768px) {
    .field_text {
        margin-top: 12px;
    }
}
.field_text a {
    color: #71CAFB;
    text-decoration: underline;
}
.field_text a:hover {
    text-decoration: none;
}

.field_checked_box {
    position: relative;
    width: 224px;
    height: 132px;
    display: block;
    cursor: pointer;
    margin: 2px;
}
.field_checked_box input {
    display: none;
}
.field_checked_box input:checked ~ .field_checked_box__check {
    background-color: #71CAFB;
    border-color: #71CAFB;
}
.field_checked_box input:checked ~ .field_checked_box__check::before {
    opacity: 1;
}
.field_checked_box input:checked ~ .field_checked_box__bg {
    -webkit-box-shadow: 0 0 0 2px #71CAFB;
    box-shadow: 0 0 0 2px #71CAFB;
}
.field_checked_box input:checked ~ .field_checked_box__icon.br50 {
    background-color: #71CAFB;
}
.field_checked_box input:checked ~ .field_checked_box__icon.br50 svg, .field_checked_box input:checked ~ .field_checked_box__icon.br50 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.field_checked_box__check {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid rgba(137, 137, 137, 0.24);
    z-index: 2;
}
.field_checked_box__check::before {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDRMNCA3TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 8px;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
}
.field_checked_box__bg {
    background-color: #F9FAFE;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.field_checked_box__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.field_checked_box__icon.br50 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(137, 137, 137, 0.24);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.field_checked_box__text {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
    text-align: right;
}
.field_checked_box__text span {
    font-size: 12px;
    line-height: 16px;
    color: #898989;
}
.field_checked_box__text span b {
    font-size: 13px;
    color: #1F1F1F;
    font-weight: 400;
}

.field_color {
    cursor: pointer;
}
.field_color:not(:last-child) {
    margin-right: 8px;
}
.field_color input {
    display: none;
}
.field_color input:checked ~ .d_color::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #9A9EB0;
}
.field_color .d_color {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
}
.field_color .d_color.color_blue {
    background-color: #4158D2;
}
.field_color .d_color.color_pink {
    background-color: #E84FC6;
}
.field_color .d_color.color_orange {
    background-color: #EDB935;
}

.field_size {
    cursor: pointer;
}
.field_size input {
    display: none;
}
.field_size input:checked ~ .d_size {
    text-shadow: 0 0 0.65px #1F1F1F, 0 0 0.65px #1F1F1F;
    border-color: #1F1F1F;
}
.field_size:hover .d_size {
    text-shadow: 0 0 0.65px #1F1F1F, 0 0 0.65px #1F1F1F;
}
.field_size .d_size {
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
    padding: 7px 17px;
    background-color: #fff;
    border-radius: 4px;
    border: 1.5px solid #fff;
    display: block;
}
/* --- --- */
/* --- --- */
/* --- --- */