/* Куки баннер */
.cookie-banner{
    padding-left: 30px;
    position: fixed;
    bottom: 22px;
    z-index: 2;
    display: none; 
}

.cookie-container{
    padding: 16px;
    background-color: white;
    width: 537px;
    box-shadow: -1px 0px 23px rgba(0, 0, 0, 0.11);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.cookie-container p {
    font-family: 'Jost-medium';
    padding-bottom: 4px;
    font-weight: 450;
    line-height: 20px;

}

/* .cookie-container span {
    font-size: 0.75rem;
    font-family: 'Jost-medium';
    color: #93889A;
} */
.cookie-container span a {
color: #975EBF;
}

.cookie-container span a:hover{
    color: #3F185F;
}

.cookie-banner__button{
    width: fit-content;
    background-color: #3F185F;
    color: white;
    padding: 7px 10px;
}

.cookie-banner__button:active{
    background-color: #C9BDD0;
}

.cookie-banner__button:hover{
    background-color: #975EBF;
}

.cookie-container div{
    margin-bottom: 12px;
}

@media (max-width: 700px) {
    .cookie-banner{
        padding: 0 20px;
    }
    .cookie-container{
        width: 100%;
    }

}

/* Куки баннер END */

/* success подписки */

.modal__wrapper-container{
    padding: 32px;
    background-color: white;
    position: relative;
}

.success__container,
.success__container .validate-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.success__container > div{
    height: 159px;
    width: 226px;
}

.success__container > span{
    display: block;
    max-width: 473px;
    text-align: center;
}


.modal--width-full[data-modal="SUCCESS"] .modal__wrapper__header{
    flex: 0 0 0px;
}

@media (max-width: 700px) {
    .success__container > span{
        max-width: 231px;
    }

    .portalSuccess .modal{
        align-items: center;
        justify-content: center;
    }

}
/* success подписки END*/

/* success регистрации */
.portalRegister .success__container > div {
    height: 65px;
    width: 65px;
}

.portalRegister .modal__wrapper-container{
    max-width: 439px;
}

.portalRegister  .modal{
    align-items: center;
        justify-content: center;
}

/* success регистрации END */


 /* success  Восстановление пароля */
 .portalRecovery .success__container > div {
    height: auto;
 }

.portalRecovery .success__container .recoverySubmit {
    height: 32px;
    min-width: 100%;
 }

.portalRecovery .success__container > div {
    width: 100%;
}

.portalRecovery .usps__usp__text__secondary{
    font-size: 1rem;
}

.portalRecovery .success__container{
    max-width: 385px;
}

.portalRecovery  .modal{
    align-items: center;
    justify-content: center;
}

[name="singRecoverPhone"] {
    width: 100%;
}

.recoveryEnter a .button__text{
    color: white;
}


[name="formSubscribeBrand"] .form__extras__link{
    text-decoration: none;
}

[name="formSubscribeBrand"] .form__extras__link:hover{
    color: #975EBF;
}

@media (max-width: 500px) {
    .portalRecovery .success__container {
        max-width: auto;
    }
    .modal__wrapper-container{
        max-width: 275px;
    }
}
/* @media (max-width: 500px) {
.portalRecovery .modal__wrapper-container{
    height: 100%;
    width: 100%;
}

.portalRecovery .success__container {
    min-width: auto;
}

.portalRecovery .success__container .recoverySubmit{
    position: fixed;
    bottom: 27px;
    min-width: calc(100% - 64px);
}
} */
 /* success  Восстановление пароля  END*/


.portalRecoverySuccess .success__container > div:first-child {
    height: 65px;
    width: 65px;
}

.portalRecoverySuccess .success__container > div:not(:first-child) {
    width: 100%;
    max-width: 100%;
}

.portalRecoverySuccess  .modal{
    align-items: center;
    justify-content: center;
}

.portalRecoverySuccess .modal__wrapper-container{
    width: 449px;
}


 /* Подписка на бренды */
.portalSubscribeBrand .success__container  span {
    max-width: 385px;
}

.portalSubscribeBrand .forminput {
    margin-bottom: 0px;
}

.portalSubscribeBrand .success__container > div {
    height: auto;
}

.portalSubscribeBrand .success__container > div{
    width: 100%;
}
.portalSubscribeBrand .subscribeBrandButton div{
    max-width: 100%;
}

 /* Подписка на бренды END */


  /* Подписка на размер */
.portalSubscribeBanner .success__container  span {
    max-width: 385px;
}

.portalSubscribeBanner .forminput {
    margin-bottom: 0px;
}

.portalSubscribeBanner .success__container > div {
    height: auto;
}

.portalSubscribeBanner .success__container > div{
    width: 100%;
}
.portalSubscribeBanner .subscribeBrandButton div{
    max-width: 100%;
}

.error-checkbox{
    opacity: 0;
    color: #ed0000;
    display: block;
    font-family: 'Jost';
    font-size: 0.81rem;
    line-height: 130%;
    letter-spacing: 0.03rem;
    padding-top: 5px;
}

.forminput__content__error.error-checkbox{
    padding-top: 0px
}

 /* Подписка наа размер END */