.clear {clear: both;}

.cabinet-data__input input.errored,
.user-block2__input input.errored,
.stay__input input.errored,
.request__input input.errored,
.request__textarea textarea.errored {
    outline: 1px solid red;
}

.custom-checkbox.errored + label::before,
.custom-checkbox1.errored + label::before {
    border: 1px solid red;
}

.cabinet-data__input .cabinet-data__input-edit-button {
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    position: absolute;
}

.cabinet-data__input .cabinet-data__input-edit-button img {
    position: static;
}

.popup-block {
    padding: 40px 25px;
    background: #ffffff;
    border-radius: 15px;
    width: 680px;
    position: absolute;
    right: 5%;
    right: calc((100vw - 1400px)/2);
    top: 176px;
	top: 30px;
    display: none;
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    z-index: 100;
}

.popup-block.active {
    display: block;
    -webkit-animation: anim 0.3s ease-in;
    animation: anim 0.3s ease-in;
    position: fixed;
}

.popup-block .title {
    font-weight: 800;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
}

.popup-block .text {
    text-align: center;
    margin: 15px auto 0 auto;
    font-size: 12px;
    line-height: 12px;
}

.popup-block .popup-block-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}


.basket-data__inputs {
    margin-bottom: 43px;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    gap: 18px;
}

.basket-data__input1 {
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
}

.basket-data__input1 input {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    font-size: 18px;
    line-height: 19px;
    width: 100%;
    height: 100%;
    padding: 28px 27px;
}

.basket-data__input1 input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 25px;
}

.basket-data__input1 input::placeholder {
    font-size: 24px;
    line-height: 25px;
}

.basket-data__input2 {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}

.basket-data__inputs-min {
    height: 80px;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "m1 m1 m2 m3 m4 m4";
    gap: 18px;
}

.min-1 {
    grid-area: m1;
}

.min-2 {
    grid-area: m2;
}

.min-3 {
    grid-area: m3;
}

.min-4 {
    grid-area: m4;
}

.basket-data__input-min {
    position: relative;
}
.basket-data__input-min label {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.2s ease-in-out;
    line-height: 80px;
}
.basket-data__input-min input.has-text + label,
.basket-data__input-min input:focus + label {
    top: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.basket-data__input-min input {
    background: #ffffff;
    padding: 22px 10px 0;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    line-height: 25px;
    color: #000;
}

.basket-data__textarea {
    margin: 20px 0 40px 0;
}

.basket-data__textarea textarea {
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    width: 100%;
    height: 180px;
    padding: 18px 25px;
    font-size: 18px;
    line-height: 19px;
    resize: vertical;
}

.basket-data__textarea textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 19px;
}

.basket-data__textarea textarea::placeholder {
    font-size: 18px;
    line-height: 19px;
}

.basket-data__text {
    font-weight: 800;
    font-size: 18px;
    line-height: 19px;
    padding: 26px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000;
}

.basket-data__btn {
    height: 60px;
    width: 100%;
    margin: 25px 0;
}

.catalog_link,
.basket-data__btn button {
    width: 100%;
    height: 100%;
    background: #a9d992;
    border-radius: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 19px;
    color: #ffffff;
}

.basket-data__btn button:disabled {
    background: #e5e5e5;
    color: #999;
    cursor: default;
}

.basket-data__subtext {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.basket-data__subtext a {
    color: #000000;
    text-decoration: underline;
}



@media (max-width: 1435px) {
    .popup-block {
        right: 15px;
    }
}

@media (max-width: 960px) {
    .popup-block {
        right: calc((100vw - 645px)/2);
    }
}

@media (max-width: 767px) {
    .popup-block {
        right: 15px;
    }
}

@media (max-width: 415px) {
    .popup-block {
        width: unset;
        left: 15px;
    }
}

.cabinet-data__input img {
    cursor: pointer;
}

.profile-hidden-address {
    position: relative;
    display: none;
}

.profile-hidden-address .cabinet-data__input-edit-button {
    position: absolute;
    top: 20px;
    right: 8px;
}

.profile-hidden-address .cabinet-data__input-edit-button img {
    cursor: pointer;
}

.profile-hidden-address input {
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    height: 75px;
    width: 100%;
    margin-bottom: 15px;
    padding: 26px 25px 32px;
    font-size: 20px;
}

.catalog-body__white {
    position: relative;
    cursor: pointer;
}

.catalog-body__white a {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-pane-item:hover .delivery__green span {
    background-color: #fff !important;
}