.textarea-block,
.input-block {
    position: relative;
    margin-bottom: 15px;
}

.js-filter-field__item--other.hidden-blocks-btn--hide {
    display: none;
}
.js-ajax-field__list .list-flat{
    margin-bottom: 20px;
}
.input-block__help {
    min-width: 100px;
    max-width: 290px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    padding: 12px 15px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #EE505A;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 20px);
    display: none;
}

.input-block__help::before {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
}

.field-wrapper {
    position: relative;
}

.field-wrapper--error .input-block__help,
.input-block__help::before {
    display: block;
    z-index: 99;
}

.field-wrapper--error:not(.js-validate-error) .js-validate-text,
.field-wrapper--error:not(.js-require-error) .js-require-text {
    display: none;
}

.field-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.input-block__help.top {
    top: auto;
    left: 0;
    transform: translate(0, -10px);
    bottom: 100%;
}

.input-block__help.top::before {
    display: none !important;
}

.input-block .field-text {
    display: block;
    width: 100%;
    height: 52px;
    border: 1px solid #D5D5D6;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
    font-weight: normal;
    font-size: 16px;
    color: #2B2D33;
    font-family: "Roboto";
}

.js-field-type-datetime {
    position: relative;
}

.input-block input:disabled {
    background-color: transparent;
}

.input-block input::placeholder {
    color: #AAABAD;
}

.input-block input:focus {
    border-color: rgba(0, 0, 0, 0.5);
}

.field-require {
    background: url('../img/star-req.png') calc(100% - 12px) 50% no-repeat;
    background-size: 7px !important;
    padding-right: 35px;
}

.field-textarea.field-require {
    background-position: calc(100% - 12px) 12px;
}

.field-require+.input-block__measure {
    right: 23px;
}

.select-field-text.field-require {
    background: url('../img/star-req.png') calc(100% - 40px) 50% no-repeat;
}

.input-block__measure {
    position: absolute;
    top: 6px;
    bottom: 5px;
    right: 3px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 42px;
    padding: 0 9px 0 5px;
    z-index: 1;
    color: #9f9f9f;
    background-color: #fff;
    white-space: nowrap;
}

.input-block--sm .input-block__measure {
    font-size: 10px;
    line-height: 26px;
}

.input-block--sm .input-block__measure.rouble {
    font-size: 14px;
}

.input-desc {
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 1px;
    right: auto;
    padding: 2px 35px 2px 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    color: #9f9f9f;
    background-color: transparent;
    z-index: 0;
    white-space: nowrap;
    max-width: 100%;
    border-radius: 4px;
    cursor: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none; 
    z-index: 1;
}

.textarea-block .input-desc {
    right: 7px;
    background-color: #fff;
}

.field-require-wrapper .input-desc {
    right: auto;
}

.input-block.selected .input-desc {
    display: none;
}

.field-wrapper .input-desc {
    transition: transform .3s ease-in-out,
        font-size .3s ease-in-out,
        line-height .3s ease-in-out;
}

.field-wrapper .field-text {
    padding-top: 21px;
}

.field-wrapper textarea.field-text,
.field-wrapper input.field-text {
    padding-top: 10px;
}


.input-block--sm .input-desc,
.select-input--sm .select-desc {
    font-size: 13px;
}

.focus .input-desc,
.no-empty .input-desc {
    transform: translateY(-19px);
    font-size: 10px;
    line-height: 10px;
}

.input-block--sm.focus .input-desc,
.input-block--sm.no-empty .input-desc {
    transform: translateY(-17px);
}

.input-desc--textarea {
    top: 17px;
}

.focus .input-desc--textarea,
.no-empty .input-desc--textarea {
    transform: translateY(-10px);
    font-size: 10px;
    line-height: 10px;
}

.input-block--sm input.field-text {
    height: 36px;
    font-size: 14px;
}

label.label-checkbox,
.input-block label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #808185;
    cursor: pointer;
}

.field-wrapper--error {
    position: relative;
}

.field-wrapper--error .field-textarea,
.field-wrapper--error .field-text,
.field-wrapper--error .select-field-text {
    border-color: #EE505A;
    outline-color: #EE505A;
    outline-width: 2px;
}

.field-wrapper--error label {
    color: #EE505A;
}


.form-group {
    display: block;
    margin-right: 30px;
}

.form-delimiter {
    display: block;
    margin-top: 35px;
}

.field-checkbox {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.label-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.span-checkbox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    color: #2B2D33;
    padding-left: 32px;
    font-size: 16px;
}


.span-checkbox>a {
    color: blue;
    border-bottom: 1px solid blue;
    transition: border-color 0.3s ease-in-out;
}

.span-checkbox>a:hover {
    border-color: transparent;
}

.span-checkbox:before,
.field-checkbox:checked+span:after {
    top: -2px;
}

.field-checkbox:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    border: 2px solid #FED500;
    background-image: url(../img/checkbox.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-color: #FED500;
}

.field-checkbox:checked+.auto-item__span-checkbox:after {
    right: 0;
    left: auto;
}

.field-checkbox:checked+label:before {
    background-color: transparent;
    border-color: transparent;
}

.field-checkbox--blue:checked+span:after {
    border: 2px solid #157ee1;
    background-color: #157ee1;
    background-image: url(../img/checkbox-wt.svg);
}

.field-checkbox--dott+span.span-checkbox:before {
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin-right: 10px;
}

.field-checkbox--dott:checked+span.span-checkbox:before {
    border-color: transparent;
}

.field-checkbox.field-checkbox--dott+span:after {
    content: "";
    position: absolute;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 0;
}

.field-checkbox.field-checkbox--dott:checked+span:after {
    border: 0;
    background-color: #00809C;
    background-image: none;
}

.field-checkbox.field-checkbox--dott+span {
    font-size: 14px;
    line-height: 22px;
    color: rgba(43, 45, 51, 0.5);
    padding-left: 25px;
}

.field-checkbox.field-checkbox--dott:checked+span {
    color: rgba(43, 45, 51, 1);
}

label.label-checkbox--disabled,
.field-checkbox[disabled="true"],
label.label-checkbox--disabled .span-checkbox,
label.label-checkbox--disabled .span-checkbox:before {
    cursor: default;
}

.field-checkbox[disabled="true"]:checked+span:after {
    background-color: #999 !important;
    border-color: #999 !important;
}

.field-checkbox[disabled="true"]+.span-checkbox {
    color: #999 !important;
}

.input-load {
    background: #F8F8F8;
    border: 1px dashed #D5D5D6;
    border-radius: 8px;
    height: 90px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.span-checkbox:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #D5D5D6;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    cursor: pointer;
    margin-right: 10px;
}


.span-checkbox .tooltip {
    transform: translatey(1px);
    margin-left: 5px;
}

.field-wrapper--error .span-checkbox:before {
    border-color: #EE505A;
}

.field-checkbox__desc {
    display: block;
    color: grey;
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    flex: 0 0 100%;
}

.radio-field-content-color {
    display: block;
    border-radius: 16px;
    height: 32px;
    position: relative;
    width: 32px;
}

.radio-field-content-color--white {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 12%);
}

.radio-field-content-color--gray {
    background: linear-gradient(to bottom, #f0f0f0, #c1c1c1);
    border-color: #c1c1c1;
}

.radio-field-content-color--beige {
    background: #f1d9b2;
    border-color: #f1d9b2;
}

.radio-field-content-color--yellow {
    background: #fde90f;
    border-color: #fde90f;
}

.radio-field-content-color--orange {
    background: linear-gradient(to bottom, #ffed02, #fd9c00);
    border-color: #fabe00;
}

.radio-field-content-color--liteorange {
    background: #ff9966;
    border-color: #ff9966;
}

.radio-field-content-color--rose {
    background: #ffc0cb;
    border-color: #ffc0cb;
}

.radio-field-content-color--red {
    background: #fc4829;
    border-color: #fc4829;
}

.radio-field-content-color--raspberry {
    background: #c5172d;
    border-color: #c5172d;
}

.radio-field-content-color--brown {
    background: #926547;
    border-color: #926547;
}

.radio-field-content-color--liteblue {
    background: #36a1ff;
    border-color: #36a1ff;
}

.radio-field-content-color--blue {
    background: #334dff;
    border-color: #334dff;
}

.radio-field-content-color--purple {
    background: #9966cc;
    border-color: #9966cc;
}

.radio-field-content-color--green {
    background: #35ba2b;
    border-color: #35ba2b;
}

.radio-field-content-color--darkgray {
    background: #9c9999;
    border-color: #9c9999;
}

.radio-field-content-color--black {
    background: #000000;
    border-color: #000000;
}

.radio-field-content-color::after {
    border: 2px solid;
    border-color: inherit;
    border-radius: 50%;
    content: "";
    display: block;
    height: 40px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 40px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.radio-color:checked+.radio-field-content-color::after {
    opacity: 1;
}

.radio-list-label {
    cursor: pointer;
}

.radio-list {
    display: none;
}

.radio-list:checked+.radio-list-text {
    color: #db3727;
}

.list-pict {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, calc(33% - 8px));
}

.radio-label {
    display: block;
    cursor: pointer;
}

.radio-field {
    display: none;
}

.radio-point {
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #0003;
    border-radius: 100px;
    height: 20px;
    transition: border-width 0.2s, border-color 0.2s;
    width: 20px;
    transform: translateY(4px);
}

.radio-field:checked+.radio-field-content .radio-point {
    border-color: #157ee1;
    border-width: 6px;
}

.radio-field-content__text {
    display: inline-block;
    font-size: 16px;
}


.radio-pict-content {
    background-color: #f4f6f8;
    border: 1px solid #f4f6f8;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 102px;
    justify-content: end;
    padding: 24px 24px 12px;
    text-align: center;
    transition: background-color .3s ease-in-out,
        border-color .3s ease-in-out;
}

.radio-field:checked+.radio-pict-content {
    background-color: #eef4fa;
    border-color: #5ba5ea;
}

.radio-pict-content__text {
    color: grey;
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
}



.list-pict-full {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
}

.radio-pict-full-content {
    display: flex;
    flex-direction: row;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 170px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.radio-pict-full-content__img {
    height: 100%;
    left: 0;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity .3s ease-in-out;
}

.radio-pict-full__point {
    height: 24px;
    margin-right: 10px;
    padding: 2px;
    position: relative;
    width: 24px;
    flex: 0 0 auto;
    z-index: 1;
}

.radio-pict-full-content__text {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    font-size: 15px;
    padding: 0 2px;
    vertical-align: top;
}

.radio-pict-full-content__text>.bold {
    display: block;
    position: relative;
    z-index: 1;
}

.js-input-text {
    position: relative;
    z-index: 1;
}

.radio-pict-full-content__text::after {
    background: linear-gradient(180deg, #0009, #0006 30.8%, #0000 61.43%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.list-baloon {
    column-gap: 8px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}

.list-baloon__item {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
}

.list-baloon__item--other {
    padding: 15px 28px;
    font-size: 15px;
}

.radio-field-content-baloon {
    padding: 15px 28px;
    font-size: 15px;
    border-radius: 40px;
    display: block;
    border: 1px solid #0000001f;
    background-color: #fff;
    color: #000000de;
    transition: background-color .3s ease-in-out,
        border-color .3s ease-in-out,
        color .3s ease-in-out;
}

.radio-field:checked+.radio-field-content-baloon {
    background-color: #eef4fa;
    border-color: #157ee180;
    color: #000;
}



.select-input {
    position: relative;
    margin-bottom: 15px;
}

.filter .input-block,
.filter .select-input {
    margin-bottom: 10px;
}

.select-input--disabled {
    opacity: .3;
}

.select-input--disabled>* {
    cursor: no-drop !important;
}

.select-desc {
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 12px;
    right: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    color: #9f9f9f;
    z-index: 0;
    white-space: nowrap;
}

.select-desc.selected {
    color: #2B2D33;
}

.select-input--active .select-desc,
.select-input--focus .select-desc {
    color: #cbcbcb;
}

.select-input--focus .select__svg {
    display: none;
}



.select-input__result {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    min-width: 100%;
    max-width: 680px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    /* filter: drop-shadow(0px 30px 20px rgba(0, 0, 0, 0.6)); */
    background-color: #fff;
    border-radius: 8px;
    z-index: 5;
    height: 0;
    display: none;
    /* overflow: hidden; */
    transition: all 0.3s ease;
}

.select-input__result--flat {
    min-width: auto;
}

.select-input__result--right {
    right: 0;
    left: auto;
}

.select-input__result--active {
    height: auto;
    display: block;
}

.select-input--disabled .select-input__result {
    display: none;
}

.select-list {}

.select-input__item {
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    color: #2B2D33;
    cursor: pointer;
    white-space: nowrap;
}

.select-input__item-additional {
    font-size: 12px;
    color: #858585;
    margin-left: 5px;
}

.select-input__item-link {
    color: inherit;
}

.catalog__date .select-input__item,
.catalog__sort .select-input__item {
    font-size: 13px;
}

.select-list-wrapper {
    max-height: 368px;
    overflow-y: auto;
    padding: 15px 0;
}

.result-empty .select-list-wrapper {
    display: none;
}


.select-input__item-error {
    cursor: pointer;
}

.select-input__item-error,
.select-input__item-cancel {
    position: relative;
    display: flex;
    font-size: 14px;
    color: #666;
    padding: 10px;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    z-index: 9;
}

.select-input__item-cancel-btn {
    display: inline-block;
}

.select-input__item-close {
    margin-left: auto;
    color: rgb(172, 172, 172);
    cursor: pointer;
}


.select-input__option {
    display: none;
}

svg.select-input__svg-cancel {
    flex: 0 0 14px;
    margin-right: 5px;
    --color-svg-fill: #2B2D33;
    position: relative;
    top: 1px;
    width: 14px;
    height: 14px;
}

.select-input__item-svg {
    --color-svg-fill: green;
    opacity: 0;
    width: 14px;
    height: 8px;
    top: 5px;
    margin-right: 5px;
}

.select-input__item-clone--active .select-input__item-svg,
.select-input__item--active .select-input__item-svg {
    opacity: 1;
}


.select-input__item-option-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-input__item svg path {
    fill: #fff;
}

.field-textarea {
    padding: 19px 12px 0;
    font-size: 14px;
    line-height: 19px;
    resize: none;
    z-index: 1;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #D5D5D6;
}

.field-textarea-rows-2 {
    height: 60px;
}

.field-textarea-rows-3 {
    height: 77px;
}

.field-textarea-rows-4 {
    height: 96px;
}

.field-textarea-rows-5 {
    height: 116px;
}

.field-text:focus,
.select-field-text:focus,
.field-textarea:focus {
    outline: none;
    box-shadow: 0 0 3px #2879c9;
}

input.select-field-text {
    position: relative;
    width: 100%;
    cursor: pointer;
    background: transparent;
    padding-left: 12px;
    padding-right: 40px;
    height: 52px;
    outline: none;
    border: 1px solid #D5D5D6;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2B2D33;
    font-family: "Roboto", sans-serif;
}

.select-input--active input.select-field-text,
input.select-field-text:focus {
    border-color: rgba(0, 0, 0, 0.5);
}

.select-input--sm input {
    font-size: 14px;
    height: 36px;
}

input.select-field-text::placeholder {
    color: rgba(43, 45, 51, 0.5);
}

.select-field-text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.select-input__label {
    display: block;
}

.select-list--flat {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.select-list--flat .select-input__label {
    padding: 12px;
}

.select-list--flat-3 {
    width: 656px;
}

.select-list--flat-2 {
    width: 444px;
}

.select-input__title-text {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px 12px 5px 12px;
}

.select-list-row:first-child .select-input__title-text {
    padding-top: 0;
}

.select-list--flat .select-input__item {
    display: inline-block;
    margin: 0px 6px 12px;
    height: 150px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 200px;
    overflow: hidden;
    border-radius: 4px;
}

.select-list--flat .select-input__item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(0deg, #0000, #000);
    opacity: .8;
}

.select-input__item-option-img {
    position: absolute;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    z-index: -1;
    max-width: none;
    transform: translate(-50%, -50%);
    max-width: 200px;
}

.select-list--flat .select-input__item-text {
    display: block;
    color: #fff;
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-list--flat .select-input__item-text::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.select-list--flat .select-input__item--active .select-input__item-text::before {
    background-image: url('../img/checkbox.svg');
}

.select-list--flat .select-input__item--active .select-input__item-text>.select-input__item-svg {
    top: 0;
}

.select-input__item .bold {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.status-search .select-list-row--popular,
.status-search .select-input__title-text {
    display: none;
}

.select__svg {
    position: absolute;
    cursor: pointer;
    right: 12px;
    top: 50%;
    width: 14px;
    height: 8px;
    --color-svg-fill: #2B2D33;
    transform: translateY(-50%);
}

.select-input--active .select__svg {
    transform: rotate(180deg) translateY(50%);
}

.field-filearea {
    border: 1px dashed #e0e0e0;
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.field-filearea.field-wrapper--error {
    border-color: red;
}

.field-filearea__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    width: 100%;
}

.field-filearea__btn {
    width: 100%;
}

.field-filearea__img-wrapper {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    transition: opacity 0.3s ease-in-out;
}
.field-filearea__img-wrapper.selected {
    opacity: 0.6;
}
.field-filearea__img-inner {
    position: relative;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}



.field-filearea__img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 210px; */
}

.field-filearea__delete {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/cross.svg');
    background-color: #eee;
    transition: opacity .3s ease-in-out;
}

.field-filearea__zone {
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    color: #157ee1;
    display: flex;
    font-size: 15px;
    min-height: 220px;
    justify-content: center;
    line-height: 20px;
    position: relative;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}

.field-filearea__zone.highlight {
    background-color: #eef4fa;
}

.field-filearea__zone.no-empty {
    padding-top: 10px;
    flex-wrap: wrap;
    min-height: auto;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: start;
}

.field-filearea__svg {
    display: none;
}

.photo-list-short .field-filearea__zone:not(.no-empty) {
    display: inline-block;
}

.field-filearea__zone:not(.no-empty) .field-filearea__title-item {
    display: none;
}

.field-filearea__zone.no-empty .field-filearea__comment {
    display: none;
}

.field-filearea__label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.field-filearea__title {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.field-filearea__title-item {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center;
}

.field-filearea__zone.no-empty .field-filearea__title {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center;
}

.field-filearea__comment {
    font-size: 13px;
    color: gray;
    text-align: center;
}

.field-filearea__input {
    display: none;
}

.checkbox-group__item {
    position: relative;
    margin-bottom: 15px;
}

.checkbox-group__item:hover {
    z-index: 9;
}

.checkbox-group__item:last-child {
    margin-bottom: 0;
}

.errors-list {
    margin-top: 15px;
}

.errors-item {
    font-size: 14px;
    line-height: 19ox;
    color: red;
    margin-bottom: 10px;
}

.errors-item:last-child {
    margin-bottom: 0;
}

.form-box {
    position: relative;
    max-width: 480px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
}

.form-box .span-checkbox {
    font-size: 12px;
    line-height: 16px;
    padding-left: 28px;
}

.form-box .span-checkbox::before,
.form-box .field-checkbox:checked+span:after {
    border-width: 1px;
}

.form-reg__row {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 5px;
    padding-right: 5px;
}

.form-reg__row>.col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.bg-form {
    position: relative;
    min-height: calc(100vh - 269px);
    background-image: url('../img/bg-login-page.jpg');
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

/* .bg-form:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255, .6);
} */

.form__text {
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #2B2D33;
    margin-bottom: 25px;
}

.form__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #2B2D33;
}

.form__small-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}


.form__btns {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.form__btn {
    width: 180px;
    margin-right: 30px;
}

.form__btn-wide {
    width: 100%;
    margin-right: 0;
}

.form-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2B2D33;
    text-decoration: none;
    border-bottom: 1px solid #2B2D33;
    transition: border-color .3s ease-in-out
}

.form-link .show-xs {
    display: none;
}

.form__comment {
    font-size: 12px;
    line-height: 16px;
    color: grey;
}

.form__comment--border {
    border-bottom: 1px solid grey;
    transition: border-color .3s ease-in-out;
}

.btn-newcode-wrapper {
    text-align: center;
}

.form-reg__btn-new-code {
    margin-bottom: 5px;
}

button:disabled {
    opacity: .5;
    cursor: no-drop;
}


.list-flat {
    grid-gap: 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    padding-left: 0;
}

.list-flat__item {
    background-color: #f4f6f8;
    border-radius: 8px;
    color: grey;
    cursor: pointer;
    flex-direction: column;
    overflow: hidden;
    padding: 8px 4px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: background-color .3s ease-in-out,
        color .3s ease-in-out;
}

.list-flat__item--other {
    font-size: 16px;
    background-color: transparent;
}

.list-row__item--other,
.list-flat__item--empty {
    font-size: 16px;
    color: grey;
    text-align: left;
}

.list-flat__img {
    height: 48px;
    width: 48px;
}

.list-flat__name {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.list-row {
    font-size: 15px;
    line-height: 20px;
}

.list-row__item {
    margin-bottom: 8px;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.list-color {
    grid-row-gap: 16px;
    display: grid;
    grid-template-columns: repeat(11, 32px);
    justify-content: space-between;
}



.photo-list__title {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: grey;
}

.photo-list-alert {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #b5b5b5;

}

.photo-list {
    margin-left: -5px;
    margin-right: -5px;
}


.photo-item-col {
    padding-left: 5px;
    padding-right: 5px;
}

.photo-item {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.photo-item-delete {
    border-color: red;
}

.photo-item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    max-width: 210px;
}

.photo-item__img--def {
    width: 65px;
    height: 44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/default/docs-file.png')
}

.photo-item__img.photo-item__img--static {
    position: static;
    width: 30px;
    top: 0;
    transform: translateY(0);
    margin: 0 auto 6px;
}

.photo-item--file {
    display: flex;
    flex-direction: column;
}

.photo-item--file .photo-item__img {
    position: static;
    width: 30px;
    top: 0;
    transform: translateY(0);
    margin: 0 auto 6px;
}

.photo-item__text {
    margin-top: auto;
    font-size: 11px;
    line-height: 16px;
    height: 31px;
    overflow: hidden;
    text-align: center;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.photo-item__remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    z-index: 3;
    border-radius: 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/cross.svg');
    background-color: #eee;
    transition: opacity .3s ease-in-out;
}

.field-comment {
    color: grey;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
}

.svg-check {
    --color-svg-fill: green;
    position: relative;
    opacity: 0;
    width: 14px;
    height: 8px;
    top: -1px;
    margin-right: 5px;
}

.selected .svg-check {
    opacity: 1;
}

.photo-list-short .field-filearea {
    border: 0;
}

.photo-list-short .field-filearea__zone {
    min-height: 20px;
    background-color: transparent !important;
    justify-content: left;
}

.photo-list-short .field-filearea__zone.no-empty .field-filearea__title {
    order: 1;
}

.photo-list-short .field-filearea__img-wrapper {
    width: 15%;
}

.photo-list-short .field-filearea__img-inner {
    height: 60px;
}

.field-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.field-canvas--crop {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
}

.offer-section__list.bubble-list {
    margin-top: 0;
}

.bubble-list .radio-label {
    border: 1px solid #0000000f;
    border-radius: 16px;
    box-shadow: 0 4px 24px #0000000a;
    padding: 15px 24px;
    margin-bottom: 24px;
}

.bubble-list .radio-field-content {
    display: flex;
    align-items: baseline;
}

.bubble-list .radio-point {
    flex: none;
    margin-right: 10px;
}

.bubble-list .radio-field-content__row {
    display: flex;
    flex-direction: column;
}

.bubble-list .radio-field-content__value {
    margin-bottom: 7px;
}

.bubble-list .radio-field-content__description {
    font-size: 12px;
    color: grey;
}

.form-desc-block {
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
}

.form-box__help-link {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: border-color .3s ease-in-out;
}

.price-change-item {
    position: relative;
    padding: 7px 30px 7px 15px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: inset 0 -1px 0 rgb(221 225 227);
}

.price-change-item__title {
    font-size: 12px;
    line-height: 16px;
    color: #737373;
}

.price-change-item__value {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #151515;
}

.price-change-item__btn {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    cursor: pointer;
    transform: translateY(-50%);
}

.price-change-item__btn-ok {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #19B28D;
    border-radius: 4px;
    transition: opacity .3s ease-in-out;
}

.price-change-item:not(.selected) .price-change-item__btn-ok,
.price-change-item:not(.selected) .price-change-item__input-container {
    display: none;
}

.price-change-item__btn-ok-svg-checked {
    width: 13px;
    height: 11px;
    fill: #fff;
}

.price-change-item__input-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.price-change-item__input-container .field-wrapper,
.price-change-item__input-container input {
    height: 100% !important;
}

.rd-container {
    left: 0px !important;
    top: 50px !important;
    z-index: 9;
}
.rd-day-body {
    padding: 7px 9px;
}
.rd-month-label {
    margin-bottom: 10px;
}

.field-type-datetime-desc {
    z-index: 0;
}

.js-field-type-datetime {
    background-color: transparent;
}

@media (min-width: 1198.98px) {

    .price-change-item__btn-ok {
        opacity: 0.7;
        transition: opacity 0.3s ease-in-out;
    }

    .price-change-item__btn {
        opacity: 0;
        transition: opacity .3s ease-in-out;
    }

    .price-change-item:hover .price-change-item__btn {
        opacity: 0.7;
    }

    .price-change-item__btn-ok:hover,
    .price-change-item__btn:hover {
        opacity: 1;
    }

    .form-box__help-link:hover {
        border-color: transparent;
    }

    .list-flat__item:not(.list-flat__item--other):hover {
        background-color: #157ee1;
        color: #fff;
    }

    .photo-item__remove:hover,
    .list-row__item:hover {
        opacity: .8;
    }

    .field-filearea__zone:hover {
        background-color: #eef4fa;
    }

    .field-filearea__label:hover+.field-filearea__zone {
        background-color: #eef4fa;
    }

    .radio-pict-content:hover {
        background-color: #eef4fa;
        border: 1px solid #eef4fa;
    }

    .radio-field-content:hover .radio-pict-full-content__img {
        opacity: 0.5;
    }

    .field-filearea__delete:hover,
    .select-list--flat .select-input__item:hover {
        opacity: .8;
    }

    .form-link:hover,
    .form__comment--border:not(:disabled):hover {
        border-color: transparent;
    }

    .select-list:not(.select-list--flat) .select-input__item:hover {
        background-color: #00809C;
        color: #fff;
    }

    .select-list:not(.select-list--flat) .select-input__item:hover .select-input__item-additional {
        color: #fff;
    }

    .select-list:not(.select-list--flat) .select-input__item:hover>svg {
        --color-svg-fill: #fff !important;
    }

    .filter .input-block:hover input,
    .filter .select-input:not(.select-input--disabled):hover input {
        border-color: rgba(0, 0, 0, 0.5);
    }

}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .input-block__help {
        top: auto;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, 0%);
    }

    .input-block__help::before {
        top: auto;
        left: auto;
        transform: translateY(0);
        bottom: -20px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
    }

    .label-checkbox.input-block--error .input-block__help {
        transform: translate(-50%, -20%);
    }

    .form-group input:checked+label:after {
        top: -4px;
    }

    .input-load {
        height: 120px;
    }

    .input-load__title {
        display: block;
        text-align: center;
    }

    .input-load__title span {
        display: flex;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .input-load__title span svg {
        margin-left: 0;
    }

    .select-list--flat .select-input__item {
        flex: 0 0 45%;
        height: 110px;
    }
    .select-list--flat .select-input__item[data-name="carGeneration[]"] {
        height: 150px;
    }

    .select-input__item {
        flex: 0 0 33.33%;
    }

    .select-list--flat,
    .select-list--flat-2,
    .select-list--flat-3 {
        width: 100%;
    }

    .filter .select-input__result {
        width: 100%;
        max-width: 100%;
    }

    .list-color {
        grid-template-columns: repeat(9, 32px);
    }
}

@media (max-width: 767.98px) {

    .form-box {
        padding: 15px;
    }

    .select-input__item {
        flex: 0 0 100%;
    }

    .select-list--flat {
        justify-content: space-between;
    }

    .select-list--flat .select-input__item {
        flex: 0 0 47%;
    }

    .select-input__item-option-img {
        max-width: 100%;
        object-fit: cover;
    }

    .form-link .show-lg {
        display: none;
    }

    .form-link .show-xs {
        display: block;
    }
}

@media (max-width: 575.98px) {

    .list-flat__item>img {
        max-width: 50px;
    }

    .filter-radio__input+span {
        font-size: 14px;
    }

    .input-block__measure {
        line-height: 30px;
    }

    .select-desc{
        font-size: 14px;
    }
    input.select-field-text,
    input.select-field-text,
    .input-block .field-text {
        font-size: 16px;
        height: 40px;
    }


    .photo-item--file .photo-item__img {
        width: 28px;
    }

    .photo-item {
        height: 60px;
    }

    .radio-pict-content {
        height: 90px;
    }

    .radio-pict-content__img {
        max-width: 90px;
        margin: auto;
    }

    .select-input__item {
        flex: 0 0 50%;
    }

    .select-list--flat .select-input__item {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
    }


    .field-filearea__btn--empty {
        height: 60px;
    }

    .list-color {
        grid-template-columns: repeat(8, 32px);
    }

    .list-flat {
        grid-template-columns: repeat(3, 1fr);
    }

    .offer-section__list.bubble-list {
        margin-bottom: 15px;
    }

    .bubble-list .radio-label {
        padding: 10px 15px;
        margin-bottom: 7px;
    }

    .list-pict {
        grid-template-columns: repeat(2, calc(50% - 8px));
    }

    .radio-field-content-baloon {
        padding: 9px 21px;
        font-size: 14px;
    }

    .damage-block__settings .field-filearea__img-wrapper,
    .field-filearea__img-wrapper,
    .field-filearea__zone.no-empty .field-filearea__title {
        width: 33.3333%;
    }

    .input-desc {
        font-size: 14px;
    }

    .field-textarea,
    .field-text {
        font-size: 16px;
    }

    .field-wrapper span.field-text {
        padding-top: 15px;
    }

    .filter .select-input__result {
        width: auto;
        max-width: unset;
        min-width: 100%;
    }

}