

/* Start:/account/style.css?17739308225825*/
p, h1, h2, input {
    margin: 0 !important;
}

h2 {
    color: #002169;
    font-weight: 500;
}

button {
    all: unset;
    display: inline-block;
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

.main {
    min-height: auto !important;
}

input {
    border: 1px solid #E4E4E4;
    padding: 0.75em;
    align-items: center;
    color: #002169;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    border-radius: 8px !important;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0.16px;
    transition: border 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 35px white inset !important;
    -webkit-text-fill-color: #002169 !important;
    background-color: transparent !important;
}

input:focus {
    border: 1px solid #85C4E8;
    box-shadow: 0 0 6px 0 rgba(133, 196, 232, 0.50);
    outline: none;
}

label {
    display: grid;
    align-items: center;
}


.lk__banner-cap img {
    display: none;
}

.purchase__btn {
    width: 210px;
    background-color: #76B82A;
    border-radius: 52px;
    padding: 12px 24px;
    box-sizing: border-box;
    margin-top: 30px;
}

.purchase__btn-link:hover {
    color: white;
}

.purchase__btn-link {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    position: relative;
}

.purchase__btn img {
    max-width: 145px;
    width: 100%;
    position: absolute;
    top: -75%;
    left: 26%;
}

.delete__btn {
    margin-top: 50px;
}

.delete__btn-pop-up {
    color: #83C2E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0.16px;
}

.delete__btn-pop-up-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(143, 143, 143, 0.6);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.delete__btn-pop-up-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.delete__btn-pop-up-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 570px;
    width: 100%;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #83C2E6;
    background: #F0F8FE;
}

.delete__btn-pop-up-title {
    color: #002169;
    font-family: "Cocon", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 108%;
    max-width: 400px;
    padding-bottom: 12px;
}

.delete__btn-pop-up-text {
    color: #002169;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    max-width: 400px;
}

.delete__btn-pop-up-choice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
}

.delete__btn-pop-up-remove {
    color: #83C2E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0.16px;
    cursor: pointer;
}

.delete__btn-pop-up-back {
    font-size: 16px;
    padding: 18px 54px;
    cursor: pointer;
    background: #83C2E6;
    border: none;
    border-radius: 80px;
    color: #fff;
    font-weight: 400;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double, .bx_item_list_you_looked_horizontal .bx_catalog_item_images {
    z-index: 0 !important;
}

.lk__left-column {
    grid-column: 1;
    grid-row: 1 / span 2;
}

@media (max-width: 1060px) {
    .purchase__btn {
        align-self: start;
        margin-top: 60px;
        grid-area: button;
        width: 300px;
        padding: 18px 40px;
        line-height: 90%;
    }

    .purchase__btn-link {
        font-size: 24px;
        font-weight: 400;
    }

    .purchase__btn img {
        max-width: 160px;
        top: -55%;
        left: 35%;
    }

    .lk__left-buttons-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .delete__btn {
        margin-top: 55px;
    }
}

@media (max-width: 720px) {
    .purchase__btn {
        margin: 44px auto 44px auto;
    }

    .lk__left-buttons-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .delete__btn {
        margin-top: 45px;
    }
}

@media (max-width: 610px) {
    .delete__btn-pop-up-content {
        max-width: 400px;
        padding: 24px;
        margin: 0 20px;
    }

    .delete__btn-pop-up-title {
        font-size: 20px;
    }

    .delete__btn-pop-up-text {
        font-size: 16px;
    }

    .delete__btn-pop-up-remove {
        font-size: 14px;
    }

    .delete__btn-pop-up-back {
        font-size: 14px;
        padding: 16px 36px;
    }
}

.lk__filter-greeting {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 48px;
    grid-column: 2;
    grid-row: 1;
    max-width: 740px;
}

button {
    all: unset;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 1060px) {
    .lk__filter-greeting {
        align-items: center;
        margin-bottom: 40px;
        box-sizing: border-box;
        width: 100%;
        grid-area: greeting;
    }

    .lk__left-column {
        display: contents;
    }
}

@media (max-width: 720px) {
    .lk__filter-greeting {
        margin-bottom: 28px;
    }
}

.greeting-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.blu__fill {
    color: #002169;
}

.logout-btn {
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.16px;
    color: #83C2E6;
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/main.auth.form/personal.account/style.css?17739308223876*/
.main__wrapper-enter {
    max-width: 960px;
    margin: 200px auto;
    font-family: 'GT Eesti Pro Display', sans-serif;
    display: flex;
    justify-content: space-between;
}

.enter__wrapper-fields {
    width: 100%;
    max-width: 400px;
}

.enter__wrapper-fields form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.enter__title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 32px;
}

.enter__title h2 {
    font-family: "Cocon", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: capitalize;
}

.enter__title a {
    font-size: 22px;
    color: #002169;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
}

.enter__wrapper-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.enter__form-error {
    color: #EE7D7D;
    font-size: 14px;
}

.enter__form-mark {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin-top: 5px;
}

.enter__form-mark input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.enter__form-mark span {
    font-size: 14px;
    color: #8A8A8A;
    position: relative;
    padding-left: 35px;
    line-height: 1.2;
}

.enter__form-mark span::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: 1px solid rgba(133, 196, 232, 1);
    transition: background-color 0.2s ease;
    border-radius: 4px;
}

.enter__form-mark input[type="checkbox"]:checked + span::before {
    background-color: rgba(133, 196, 232, 1);
}

.enter__form-mark input[type="checkbox"]:checked + span::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-radius: 1px;
}

.enter__button-forget {
    color: #83C2E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0.16px;
    text-decoration: none;
}

.enter__button-complete {
    display: flex;
    padding: 16px 44px;
    align-items: center;
    border-radius: 80px;
    background: #83C2E6;
    color: white;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    transition: all 0.2s ease;
    border: 1px solid #83C2E6;
}

.enter__button-complete:hover {
    background: white;
    color: #83C2E6;
}

.enter__img {
    width: 100%;
}

.enter__img img {
    max-width: 360px;
}

.lk__wrapper-error {
    position: relative;
}

.enter__form input {
    transition: border-color 0.3s ease;
}

@media (max-width: 1050px) {
    .main__wrapper-enter {
        margin: 145px 20px 50px 20px;
    }
}

@media (max-width: 860px) {
    .enter__wrapper-row {
        flex-direction: column-reverse;
        align-items: start;
        gap: 24px;
        margin-top: 32px;
    }

    .enter__button-complete {
        width: 100%;
        max-width: 300px;
        padding: 16px 0;
        justify-content: center;
        font-size: 18px;
    }

    .enter__title h2 {
        font-size: 22px;
    }

    .enter__title a {
        font-size: 18px;
    }

    .enter__form input {
        font-size: 14px;
    }

    .enter__wrapper-fields {
        max-width: 300px;
        flex-shrink: 0;
    }

    .enter__wrapper-picture {
        position: relative;
        left: 7%;
    }

    .enter__form-mark span {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .enter__img {
        display: none;
    }

    .main__wrapper-enter {
        justify-content: center;
    }
}

/* End */
/* /account/style.css?17739308225825 */
/* /local/templates/kabrita/components/bitrix/main.auth.form/personal.account/style.css?17739308223876 */
