

/* Start:/local/templates/renna/css/style.css?176650206896822*/
@font-face {
    font-family: "Calibri";
    src: url('/local/templates/renna/css/../fonts/calibri.ttf');
    font-weight: 400;
}
@font-face {
    font-family: "Calibri";
    src: url('/local/templates/renna/css/../fonts/calibri_bold.ttf');
    font-weight: 700;
}

html {
    font-size: calc(100vw / 1920 * 10);
}
body {
    font-family: 'Calibri';
    font-weight: 400;
    transition: all .2s linear !important;
    min-height: 100vh;

    color: #000;
    background: #FAF0E1;
}
a, h1, h2, h3, h4, h5, p, span, button, ul, li {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    border: none;
    transition: all .2s linear;
}
input, textarea, select {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    outline: none;
	transition: all .2s linear;
}
.container {
    max-width: 153.5rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
div {
    transition: all .2s linear;
}
path, rect, circle {
    transition: all .2s linear;
}
main {
    overflow: hidden;
    min-height: calc(100vh - 26.2rem);
}

/* header */

header {
    border-bottom: 0.1rem solid #FA0;
    background: #FFF;
    padding: 12px 0;
}
.header-container {
    display: flex;
    align-items: center;
    gap: 6.7rem;
}
.header-container nav ul {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.header-container nav ul li {
    display: flex;
    list-style: none;
}
.header-container nav ul li a {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.logo {
    display: flex;
}
.logo img {
    width: 19.6rem;
}
.header-row {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.header-link {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    background: #FF5A00;
    position: relative;
}
.header-link svg {
    width: 2.4rem;
    height: auto;
}
.header-login {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.header-login__icon {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #FF5A00;
}
.header-login__icon svg {
    width: 2.4rem;
    height: auto;
}
.header-login p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.header-login p a {
    color: #000;
}
.header-login:hover p {
    color: #FF5A00;
}
.menu-open {
    display: none;
}
.menu-mobile {
    display: none;
}
.header-link span {
    width: 1.3rem;
    height: 1.3rem;
    background: #B4C3E6;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    top: 0.7rem;
    right: 0.8rem;
}
.header-login img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 100%;
}
.header-row .footer-search {
    max-width: 36.7rem;
    width: 36.7rem;
}
.header-row .footer-search svg path {
    stroke: #CCC;
}
.header-row .footer-search input {
    border-color: rgba(0, 0, 0, 0.20);
    color: #000;
}
.header-row .footer-search input::placeholder {
    color: #CCC;
}
.header-row .menu-balance {
    display: none;
}

@media screen and (max-width: 992px) {
    html {
        font-size: calc(100vw / 375 * 10);
    }
    .container {
        max-width: 35.5rem;
    }
    header {
        padding: 1.5rem 0;
    }
    .header-container {
        gap: 0;
        justify-content: space-between;
    }
    .header-container nav {
        display: none;
    }
    .logo img {
        width: 10rem;
    }
    .header-link {
        display: none;
    }
    .header-login__icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .header-login__icon svg {
        width: 1.4rem;
    }
    .header-login p {
        font-size: 1.2rem;
        letter-spacing: -0.015rem;
    }
    .header-login p a:nth-child(1) {
        display: none;
    }
    .header-login p br {
        display: none;
    }
    .menu-open {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        justify-content: center;
        width: 2.5rem;
        height: 3rem;
        border-radius: 1rem;
        gap: 0.6rem;
        position: relative;
        z-index: 999999;
    }
    .bar {
        background: #FF5A00;
        width: 100%;
        height: 0.1rem;
        display: flex;
        border-radius: 5rem;
    }
    .bar:nth-child(2) {
        max-width: 1.8rem;
    }
    .change .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-0.8rem, 0.5rem);
    }
    .change .bar:nth-child(2) {
        opacity: 0;
    }
    .change .bar:nth-child(3) {
        transform: rotate(45deg) translate(-0.5rem, -0.3rem);
    }
    .change .bar {
        background: #FFF;
    }
    .menu-mobile.active {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
    }
    .menu-mobile__fon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.20);
    }
    .menu-mobile__main {
        display: flex;
        margin-left: auto;
        width: 100%;
        max-width: 29.5rem;
        position: relative;
        z-index: 2;
        background: #FA0;
        padding: 8.3rem 6rem 5.2rem 6rem;
        flex-direction: column;
        align-items: center;
        height: 100%;
        overflow-y: auto;
    }
    .menu-mobile__main nav {
        margin-bottom: 4rem;
    }
    .menu-mobile__main nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .menu-mobile__main nav ul li {
        list-style: none;
        display: flex;
    }
    .menu-mobile__main nav ul li a {
        color: #FFF;
        text-align: center;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.018rem;
    }
    .menu-mobile .footer-search {
        margin-bottom: 4.2rem;
    }
    .menu-balance {
        display: flex;
        align-items: center; 
        gap: 0.3rem;
        margin-bottom: 2rem;
    }
    .header-login > p{
      display: none;
    }
    .menu-balance p {
        color: #FFF;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -0.015rem;
    }
    .menu-balance img {
        width: 1.5rem;
    }
    .menu-mobile__logo {
        display: flex;
        margin-top: auto;
    }
    .menu-mobile__logo img {
        width: 10rem;
    }
    .header-row .footer-search {
        display: none;
    }
    .header-row .menu-balance {
        display: flex;
        margin: 0;
    }
    .header-row .menu-balance p {
        color: #000;
    }
    .header-login img {
        border: 0.1rem solid #FF5A00;
        width: 2.7rem;
        height: 2.7rem;
    }
}

/* footer */

footer {
    background: #FF5A00;
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}
footer::before {
    content: '';
    position: absolute;
    border-radius: 76.7rem;
    background: #FA0;
    width: 74.6rem;
    height: 76.7rem;
    display: flex;
    position: absolute;
    top: -24.4rem;
    left: -5.9rem;
}
.footer-container {
    display: flex;
    gap: 19.3rem;
    align-items: center;
    position: relative;
    z-index: 2;
}
.footer-search {
    width: 100%;
    max-width: 36.7rem;
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
}
.footer-search svg {
    width: 2rem;
    height: auto;
    position: absolute;
    left: 1.6rem;
}
.footer-search input {
    padding: 1.5rem 4.4rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #FFF;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    width: 100%;
}
.footer-search input::placeholder {
    color: #FFF;
}
.footer-logo {
    display: flex;
}
.footer-logo img {
    width: 9rem;
}
.footer-container nav {
    margin-left: auto;
}
.footer-container nav ul {
    display: flex;
    gap: 8rem;
}
.footer-container nav ul li {
    display: flex;
    list-style: none;
}
.footer-container nav ul li a {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}

@media screen and (max-width: 992px) {
    footer {
        padding: 2rem 0 2.8rem 0;
        min-height: 20.8rem;
        display: flex;
    }
    footer::before {
        border-radius: 41.6rem;
        width: 38.7rem;
        height: 41.6rem;
        top: auto;
        bottom: -3.5rem;
        left: -13.1rem;
    }
    .footer-container {
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }
    .footer-search {
        max-width: 17.5rem;
    }
    .footer-search svg {
        width: 1.8rem;
        left: 1.2rem;
    }
    .footer-search input {
        padding: 1.2rem 1rem 1.2rem 3.8rem;
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .footer-logo {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .footer-logo img {
        width: 6.9rem;
    }
    .footer-container nav {
        margin-left: 0;
    }
    .footer-container nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .footer-container nav ul li a {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
}

/* login */

.login {
    padding: 12rem 0;
    min-height: calc(100vh - 26rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-container {
    display: flex;
    flex-direction: column;
    max-width: 47.9rem;
    background: #FFF;
}
.login-name {
    padding: 2rem 0;
    border-bottom: 0.1rem solid #CCC;
}
.login-title {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
    text-align: center;
}
.login-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin: 2rem 0;
}
.login-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    max-width: 35.4rem;
}
.login-block input {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    height: 5rem;
    padding: 0 1rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #CCC;
    width: 100%;
}
.login-block label {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.login-submit {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
    padding: 1.5rem 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
}
.login-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
width: 100%;
}
.login-link {
    color: #FF5A00;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.login-submit:hover {
    background: #FF5A00;
}

@media screen and (max-width: 992px) {
    .login {
        padding: 6rem 0;
        min-height: calc(100vh - 26.7rem);
    }
    .login-container {
        max-width: 35.5rem;
    }
    .login-name {
        padding: 2.4rem 0;
    }
    .login-title {
        font-size: 2rem;
        letter-spacing: -0.02rem;
    }
    .login-form {
        margin: 2.35rem 0;
    }
    .login-block {
        max-width: 30.5rem;
    }
    .login-block input {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .login-block label {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .login-submit {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .login-link {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
}

/* contacts */

.contacts {
    margin: 6rem 0;
}
.contacts-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contacts-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    width: 100%;
}
.contacts-row2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.5rem;
    width: 100%;
}
.title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.contacts-subtitle {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
    max-width: 39.5rem;
    margin-bottom: 1.5rem;
}
.contacts-managers {
    display: flex;
    gap: 5rem;
}
.contacts-manager {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22.9rem;
}
.contacts-manager img {
    width: 18rem;
    height: 18rem;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 2.5rem;
}
.contacts-manager span {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
}
.contacts-manager p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    margin-bottom: 2.5rem;
    text-align: center;
}
.contacts-manager__phone {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
    width: 100%;
    margin-bottom: 1rem;
}
.contacts-manager__phone svg {
    width: 2.1rem;
    height: auto;
}
.contacts-manager__whatsapp {
    width: 100%;
    color: #2CB742;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    padding: 1.5rem 3.2rem;
    border-radius: 1rem;
    border: 1px solid #2CB742;
}
.contacts-block {
    padding: 3rem;
    border-radius: 1rem;
    border: 1px solid #FA0;
    background: #FAF0E1;
    width: 100%;
    max-width: 51.4rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.contacts-block form {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.contacts-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.contacts-input {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contacts-input input {
    border-radius: 1rem;
    border: 1px solid #FF5A00;
    background: #FFF;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    padding: 1rem;
    width: 100%;
    height: 5.6rem;
}
.contacts-input label {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.contacts-checkbox {
    position: relative;
    display: flex;
    align-items: center;
}
.contacts-checkbox label {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    padding-left: 3.8rem;
}
.contacts-checkbox label a {
    color: #FF5A00;
}
.contacts-checkbox input[type=checkbox]:before {
    content:"";
    display:inline-block;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    border: 0.1rem solid #FF5A00;
    position: absolute;
    margin-top: -1.4rem;
    background: #FFF;
    cursor: pointer;
}
.contacts-checkbox input[type=checkbox]:checked:before {
    background:transparent;
    background-image: url('/local/templates/renna/css/../images/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: cover;
}
.contacts-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.contacts-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.contacts-checkbox input[type="checkbox"]:checked {
    background-image: none;
}
.contacts-submit {
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
    padding: 1.5rem 3.2rem;
    width: 100%;
    max-width: 22.9rem;
    margin: 0 auto;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}

@media screen and (max-width: 992px) {
    .contacts {
        margin: 3.6rem 0 4rem 0;
    }
    .contacts-container {
        flex-direction: column;
        gap: 8rem;
    }
    .contacts-main {
        gap: 1.5rem;
    }
    .title {
        font-size: 2rem;
    }
    .contacts-subtitle {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        max-width: 30.4rem;
        margin-bottom: 0.5rem;
    }
    .contacts-managers {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .contacts-manager {
        width: 100%;
    }
    .contacts-manager img {
        width: 12.5rem;
        height: 12.5rem;
        margin-bottom: 1rem;
    }
    .contacts-manager span {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .contacts-manager p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        margin-bottom: 1rem;
    }
    .contacts-manager__phone {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        margin-bottom: 0.5rem;
    }
    .contacts-manager__phone svg {
        width: 1.6rem;
    }
    .contacts-manager__whatsapp {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        padding: 1.5rem;
    }
    .contacts-block {
        padding: 2.5rem;
        max-width: none;
        gap: 2rem;
    }
    .contacts-form {
        gap: 1.5rem;
    }
    .contacts-input input {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .contacts-input label {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .contacts-checkbox label {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        padding-left: 2.7rem;
    }
    .contacts-checkbox input[type=checkbox]:before {
        width: 2.4rem;
        height: 2.4rem;
        margin-top: -1.1rem;
    }
    .contacts-submit {
        max-width: none;
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
}

/* faq */

.faq {
    margin: 6rem 0;
}
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.faq-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.faq-item {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    border: 1px solid #FF5A00;
    background: rgba(255, 255, 255, 0.50);
}
.faq-item__button {
    padding: 2.2rem 2.2rem 2.1rem 2rem;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
}
.faq-item__title {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
}
.faq-item__icon {
    background-image: url('/local/templates/renna/css/../images/faq.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
}
.faq-item__content {
    display: flex;
    flex-direction: column;
    max-height: 0;
    position: relative;
    overflow: hidden;
    padding: 0 2rem;
}
.faq-item__content p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.faq-item.active {
    background: #FFF;
}
.faq-item.active .faq-item__content {
    margin-bottom: 2rem;
}
.faq-item.active .faq-item__icon {
    background-image: url('/local/templates/renna/css/../images/faq-2.svg');
}

@media screen and (max-width: 992px) {
    .faq {
        margin: 4rem 0;
    }
    .faq-container {
        gap: 2rem;
    }
    .faq-main {
        gap: 1rem;
    }
    .faq-item__button {
        padding: 1rem 1rem 1.1rem 1.5rem;
        gap: 1rem;
    }
    .faq-item__title {
        font-size: 1.5rem;
    }
    .faq-item__icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
    }
    .faq-item__content {
        padding: 0 1.5rem;
    }
    .faq-item__content p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        max-width: 29.8rem;
    }
    .faq-item.active .faq-item__content {
        margin-bottom: 1.5rem;
    }
}

/* branches */

.branches {
    margin: 6rem 0;
}
.branches-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.branches-main {
    display: flex;
    gap: 2.1rem;
}
.branches-item {
    display: flex;
    flex-direction: column;
    max-width: 30.3rem;
    width: 100%;
}
.branches-item p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.branches-item span {
    color: rgba(0, 0, 0, 0.70);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}

@media screen and (max-width: 992px) {
    .branches {
        margin: 4rem 0 8rem 0;
    }
    .branches-container {
        gap: 2rem;
    }
    .branches-main {
        flex-direction: column;
        gap: 2rem;
    }
    .branches-item p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .branches-item span {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
}

/* catalog */

.catalog {
    margin: 6rem 0 10rem 0;
}
.catalog-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.catalog-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-links {
    display: flex;
    gap: 4rem;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
}
.catalog-link {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.catalog-link.active {
    color: #FF5A00;
    text-decoration: underline;
}
.catalog-info {
    display: flex;
    gap: 1rem;
}
.catalog-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem;
    border-radius: 0.4rem;
    border: 1px solid #FF5A00;
    background: #FA0;
    width: 20.8rem;
    height: 4rem;
}
.catalog-balance__name {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.catalog-balance__name img {
    width: 2.9rem;
}
.catalog-balance__name p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.catalog-balance > p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.catalog-lk {
    padding: 1.1rem;
    border-radius: 0.4rem;
    border: 1px solid #FA0;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 4rem;
}
.catalog-lk p {
    color: #FA0;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.catalog-lk svg {
    width: 1.7rem;
    height: auto;
}
.catalog-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    border-radius: 0.4rem;
    border: 1px solid #FA0;
    background: #FFF;
    padding: 1.1rem;
    width: 14.8rem;
}
.catalog-cart > span {
    width: 2.3rem;
    height: 2.3rem;
    background: #FAF0E1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF5A00;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.catalog-cart__row {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.catalog-cart__row svg {
    width: 1.8rem;
    height: auto;
}
.catalog-cart__row p {
    color: #FA0;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.catalog-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
.catalog-filter br {
    display: none;
}
.catalog-sorting__right {
    display: flex;
    gap: 1.5rem;
}
.catalog-filter .footer-search {
    width: 26.3rem;
    max-width: 26.3rem;
}
.catalog-filter .footer-search svg path {
    stroke: #000;
}
.catalog-filter .footer-search input {
    color: #000;
    border-color: rgba(0, 0, 0, 0.20);
    background: #FFF;
}
.catalog-filter .footer-search input::placeholder {
    color: #000;
}
.catalog-sorting {
    position: relative;
    display: flex;
    align-items: center;
}
.catalog-sorting svg {
    left: 1rem;
    position: absolute;
    width: 1.9rem;
    height: auto;
}
.catalog-sorting select {
    border-radius: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    width: 24.3rem;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    padding: 1.1rem 1rem 1.1rem 3.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/local/templates/renna/css/../images/select.svg');
    background-position: center right 1.1rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    cursor: pointer;
}
.catalog-main {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}
.catalog-categories {
    width: 100%;
    max-width: 26.3rem;
    border-radius: 0.4rem;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.catalog-categories__title {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.catalog-categories__main {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    align-items: flex-start;
}
.catalog-categories__block {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    align-items: flex-start;
}
.catalog-categories__input {
    position: relative;
    display: flex;
    align-items: center;
}
.catalog-categories__input label {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    padding-left: 2.7rem;
    margin: 0;
}
.catalog-categories__input input {
    margin: 0;
}
.catalog-categories__input input[type=checkbox]:before {
    content:"";
    display:inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    position: absolute;
    margin-top: -1rem;
    cursor: pointer;
}
.catalog-categories__input input[type=checkbox]:checked:before {
    background:transparent;
    background-image: url('/local/templates/renna/css/../images/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}​
.catalog-categories__input input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.catalog-categories__input input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.catalog-categories__input input[type="checkbox"]:checked {
    background-image: none;
}
.catalog-categories__column {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    align-items: flex-start;
    padding-left: 2.7rem;
}
.catalog-content {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    width: 100%;
    max-width: 123rem;
}
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.product-item-container {
    display: flex;
}
.product {
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    border-radius: 0.4rem;
    border: 1px solid #FA0;
    background: #FFF;
    padding: 2rem;
    position: relative;
    width: 100%;
}
.product-images {
    display: flex;
    flex-direction: column;
    position: relative;
}
.product-card__swiper {
    width: 100%;
    max-width: 35.5rem;
    height: 30rem;
}
.product-card__swiper-slide {
    height: auto;
    display: flex;
}
.product-card__swiper-slide img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.product-card__swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    opacity: 0;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.product-card__swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 4rem;
    height: 100%;
    position: relative;
    background: transparent;
    opacity: 1;
}
.product-card__swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #CCC;
    transition: .3s all;
}
.product-card__swiper-pagination .swiper-pagination-bullet-active::before {
    background: #FF5A00;
}
.product:hover .product-card__swiper-pagination {
    opacity: 1;
}
.product:hover {
    box-shadow: 0px 0px 5px 1px rgba(255, 90, 0, 0.70);
}
.product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}
.product-title {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.product-description {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    text-align: center;
}
.product-price {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.product-price p {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
}
.product-price img {
    width: 2.9rem;
}
.product-buttons {
    width: 100%;
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}
.product-add {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.7rem 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
    height: 5rem;
}
.product-add svg {
    width: 1.9rem;
    height: auto;
}
.product-add p {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.product-wishlist {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    border-radius: 0.4rem;
    background: #FF5A00;
}
.product-wishlist svg {
    width: 2.4rem;
    height: auto
}
.product-wishlist.active svg path {
    fill: #FFAA00;
}
.catalog-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog-prev, .catalog-next {
    padding: 1.1rem 1.5rem;
    border-radius: 0.4rem;
    border: 1px solid #CCC;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.catalog-prev svg, .catalog-next svg {
    width: 0.6rem;
    height: auto;
}
.catalog-prev p, .catalog-next p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.catalog-prev svg path, .catalog-next svg path {
    stroke: #000;
}
.catalog-prev.disabled, .catalog-next.disabled {
    border-color: #CCC;
}
.catalog-prev.disabled svg path, .catalog-next.disabled svg path {
    stroke: #CCC;
}
.catalog-prev.disabled p, .catalog-next.disabled p {
    color: #CCC;
}
.catalog-pagination__main {
    display: flex;
    gap: 1rem;
}
.catalog-pagination__item {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #FA0;
    border-radius: 100%;
}
.catalog-pagination__item.active {
    color: #FFF;
    background: #FA0;
}
.catalog-filter-open {
    display: none;
}
.catalog-filter-close {
    display: none;
}
.catalog-categories .footer-search {
    display: none;
}

@media screen and (max-width: 992px) {
    .catalog {
        margin: 3rem 0 6rem 0;
    }
    .catalog-container {
        gap: 2rem;
    }
    .catalog-links {
        gap: 3rem;
    }
    .catalog-link {
        font-size: 2rem;
    }
    .catalog-info {
        display: none;
    }
    .catalog-filter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .catalog-filter .footer-search {
        display: none;
    }
    .catalog-sorting {
        width: 100%;
    }
    .catalog-sorting select {
        width: 100%;
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        padding: 0.9rem 1.1rem 0.9rem 3.6rem;
    }
    .catalog-categories {
        display: none;
    }
    .catalog-content {
        gap: 3rem;
    }
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .product {
        gap: 1rem;
        padding: 0.5rem;
        position: relative;
    }
    .product-card__swiper {
        max-width: 16.5rem;
        height: 16.5rem;
    }
    .product-card__swiper-pagination {
        display: none;
    }
    .product-title {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        margin-bottom: 0.2rem;
    }
    .product-description {
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
    }
    .product-price {
        margin-top: 1.6rem;
        gap: 0.3rem;
    }
    .product-price p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .product-price img {
        width: 1.5rem;
    }
    .product-buttons {
        margin-top: 1.5rem;
    }
    .catalog-sorting__right {
        width: 100%;
    }
    .product-add {
        gap: 1rem;
        padding: 0.3rem 0.2rem;
        height: 2.5rem;
    }
    .product-add svg {
        width: 1.2rem;
    }
    .product-add p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .product-wishlist {
        position: absolute;
        width: 1.9rem;
        min-width: 1.9rem;
        height: 1.9rem;
        background: transparent;
        top: 1rem;
        right: 1rem;
        z-index: 5;
    }
    .product-wishlist svg path {
        stroke: #000;
    }
    .product-wishlist.active svg path {
        fill: #FFAA00;
        stroke: none;
    }
    .product-wishlist svg {
        width: 1.9rem;
    }
    .catalog-prev, .catalog-next {
        padding: 1.1rem 1.3rem;
    }
    .catalog-prev p, .catalog-next p {
        display: none;
    }
    .catalog-pagination__item {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        width: 2.4rem;
        height: 2.4rem;
    }
    .catalog-filter-open {
        display: flex;
        padding: 0.8rem 1.1rem;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 0.4rem;
        border: 0.1rem solid #FF5A00;
        background: #FFF;
    }
    .catalog-filter-open svg {
        width: 1.8rem;
        height: auto;
    }
    .catalog-filter-open p {
        color: #FF5A00;
        text-align: center;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -0.015rem;
    }
    .catalog-categories.active {
        display: flex;
        position: fixed;
        top: 6.1rem;
        height: calc(100% - 6.1rem);
        z-index: 99;
        left: 0;
        max-width: none;
        border-radius: 0;
        background: #FAF0E1;
        border: none;
        padding: 3rem 3rem 6.3rem 3rem;
    }
    .catalog-filter-close {
        display: flex;
        position: absolute;
        top: 2rem;
        right: 2rem;
    }
    .catalog-filter-close svg {
        width: 2.7rem;
        height: auto;
    }
    .catalog-categories .footer-search {
        display: flex;
        margin: 0 auto;
        margin-top: auto;
    }
    .catalog-categories .footer-search svg path {
        stroke: #CCC;
    }
    .catalog-categories .footer-search input {
        color: #000;
        border-color: #CCC;
        background: transparent;
    }
    .catalog-categories .footer-search input::placeholder {
        color: #000;
    }
}

/* wishlist */

.list-svg, .grid-svg {
    display: none;
}
.list-svg.active, .grid-svg.active {
    display: block;
}
.wishlist .catalog-sorting select {
    width: 14.8rem;
    background-image: none;
    padding: 1.1rem;
}
.wishlist .catalog-sorting svg {
    right: 1.1rem;
    left: auto;
}
.catalog-grid.list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.catalog-grid.list .product {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    padding: 2rem 2.5rem;
}
.catalog-grid.list .product-images {
    border-radius: 0.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.catalog-grid.list .product-card__swiper {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
    max-width: 6rem;
}
.catalog-grid.list .product-card__swiper-slide img {
    object-fit: contain;
}
.catalog-grid.list .product-card__swiper-pagination {
    display: none;
}
.catalog-grid.list .product-content {
    width: 100%;
    gap: 3.5rem;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
}
.catalog-grid.list .product-buttons {
    max-width: 30.3rem;
    margin-top: 0;
}
.catalog-grid.list .product-price {
    margin-top: 0;
    width: 100%;
    max-width: 35rem;
}
.catalog-grid.list .product-description {
    margin-right: auto;
    margin-left: auto;
}
.catalog-grid.list .product-title {
    margin-bottom: 0;
    width: 100%;
    max-width: 40rem;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .wishlist .catalog-sorting select {
        width: 100%;
        padding: 0.9rem 5rem 0.9rem 8rem;
    }
    .wishlist .catalog-sorting svg {
        right: auto;
        left: 5rem;
    }
    .catalog-grid.list {
        gap: 2rem;
    }
    .catalog-grid.list .product {
        /*flex-direction: column;
        gap: 1.5rem;
        padding: 1rem 0.5rem;*/
    }
    .catalog-grid.list .product-images {
        background: transparent;
    }
    .catalog-grid.list .product-card__swiper {

        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
    }
    .catalog-grid.list .product-content {
        gap: 0;
        flex-direction: column;
    }
    .catalog-grid.list .product-buttons {
        max-width: none;
        margin-top: 1.5rem;
    }
    .catalog-grid.list .product-price {
        margin-top: 1.5rem;
    }
    .catalog-grid.list .product-title {
        margin-bottom: 0.2rem;
    }
    .catalog-grid.list .product-wishlist {
        top: 1.5rem;
        right: 1.5rem;
    }
}

/* product_page */

.product_page {
    display: flex;
    gap: 6rem;
}
.product_page-images {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    width: 100%;
    max-width: 99.3rem;
}
.product_page-swiper {
    width: 100%;
    border-radius: 0.4rem;
    background: #FFF;
    height: 67rem;
}
.product_page-images .swiper-slide {
    height: auto;
}
.product_page-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_page-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.product_page-thumbs {
    width: 100%;
}
.product_page-thumbs .swiper-slide {
    border-radius: 0.4rem;
    background: #FFF;
    cursor: pointer;
}
.product_page-thumbs img {
    width: 100%;
    height: 13.2rem;
    object-fit: contain;
}
.product_page-pagination {
    display: none;
}
.product_page-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 37.6rem;
}
.product_page-title {
    color: #000;
    text-align: left;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 1rem;
}
.product_page-subtitle {
    color: #000;
    text-align: left;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    margin-bottom: 2rem;
}
.product_page-balance {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}
.product_page-balance img {
    width: 2.9rem;
}
.product_page-balance p {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
}
.product_page-variability {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.4rem;
}
.product_page-variability-block {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.product_page-variability-block > p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.product_page-variability-row {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
}
.product_page-variability-item {
    position: relative;
    list-style: none;
}
.product_page-variability-item .product-item-scu-item-text {
    transition: .3s all;
    border-radius: 0.4rem;
    background: #FFF;
    padding: 0 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    cursor: pointer;
    min-width: 2.8rem;
    height: 2.8rem;
}
.product_page-variability-item.selected .product-item-scu-item-text {
    box-shadow: 0 0 0 0.2rem #FA0;
}
.product_page-variability-color {
    border-radius: 0.4rem;
    border: 0.1rem solid #FFF;
    width: 3.5rem;
    height: 3.5rem;
}
.product_page-specifications {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.product_page-specifications p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.product_page-availability {
    border-radius: 1rem;
    background: #B4C3E6;
    padding: 0.6rem 0.8rem;
    margin-bottom: 1rem;
    width: 37.6rem;
}
.product_page-availability p {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.product_page-add-to-cart {
    padding: 1.5rem 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 37.6rem;
}
.product_page-add-to-cart svg {
    width: 1.9rem;
    height: auto;
}
.product_page-add-to-cart p {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.product_page-wishlist {
    padding: 1.4rem 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    border: 0.1rem solid #FFF;
    background: #FAF0E1;
    margin-bottom: 1.1rem;
    width: 37.6rem;
}
.product_page-wishlist p {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.product_page-wishlist svg {
    width: 2.5rem;
    height: auto;
}
.product_page-availability_quantity {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    margin-bottom: 5rem;
}
.product_page-description {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: justify;
}
.product_page-description p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.product_page-images .product-wishlist {
    display: none;
}
.product_page-wishlist.active svg path {
    fill: #FF5A00;
    stroke: none;
}
.product_page-availability.not {
    background: #CCC;
}

.product_page-2 .product_page-main {
    max-width: 49.5rem;
}
.product_page-2 .product_page-specifications p {
    color: rgba(0, 0, 0, 0.70);
}

.product_page-3 .product_page-description {
    margin-bottom: 7rem;
}
.product_page-3 .product_page-availability_quantity {
    margin-bottom: 0;
}
.product_page-3 .product_page-main {
    max-width: 34.3rem;
}

.product_page-certificate > input {
    width: 27.9rem;
    height: 5rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 1.5rem;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.product_page-certificate > input::placeholder {
    color: #CCC;
}
.product_page-certificate_price .product_page-variability-item label p {
    padding: 0.9rem 0.6rem;
    width: auto;
    height: auto;
}
.product_page-4 .product_page-variability {
    margin-bottom: 7rem;
}
.product_page-4 .product_page-wishlist {
    margin-bottom: 5rem;
}

@media screen and (max-width: 992px) {
    .product_page {
        flex-direction: column;
        gap: 2rem;
    }
    .product_page-images {
        min-width: 100vw;
        margin-left: -1rem;
    }
    .product_page-swiper {
        height: 38.5rem;
    }
    .product_page-thumbs {
        display: none;
    }
    .product_page-pagination {
        display: flex;
        bottom: 2rem !important;
        justify-content: center;
        gap: 1.5rem;
        position: absolute;
        z-index: 9;
    }
    .product_page-pagination .swiper-pagination-bullet {
        margin: 0 !important;
        width: 6rem;
        height: 0.2rem;
        border-radius: 0;
        opacity: 1;
        background: #CCC;
    }
    .product_page-pagination .swiper-pagination-bullet-active {
        background: #FF5A00;
    }
    .product_page-images .product-wishlist {
        display: flex;
        top: 2rem;
        right: 2rem;
    }
    .product_page-images .product-wishlist.active svg path {
        fill: #FF5A00;
        stroke: none;
    }
    .product_page-main {
        max-width: none;
        position: relative;
    }
    .product_page-title {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        max-width: 18.3rem;
    }
    .product_page-subtitle {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .product_page-balance {
        position: absolute;
        right: 0;
        top: 0;
        gap: 0.3rem;
        margin-bottom: 0;
    }
    .product_page-balance img {
        width: 1.5rem;
    }
    .product_page-balance p {
        font-size: 2rem;
        letter-spacing: -0.02rem;
    }
    .product_page-variability {
        margin-bottom: 2rem;
    }
    .product_page-variability-block {
        gap: 0.5rem;
    }
    .product_page-variability-block > p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .product_page-specifications {
        margin-bottom: 2rem;
    }
    .product_page-specifications p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .product_page-availability {
        margin-bottom: 0.5rem;
        width: 100%;
    }
    .product_page-availability p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .product_page-add-to-cart {
        padding: 1rem 3.2rem;
        height: 4.5rem;
        width: 100%;
    }
    .product_page-add-to-cart svg {
        width: 1.6rem;
    }
    .product_page-add-to-cart p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .product_page-wishlist {
        display: none;
    }
    .product_page-availability_quantity {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        margin-bottom: 2rem;
    }
    .product_page-2 .product_page-main {
        max-width: none;
    }
    .product_page-3 .product_page-description {
        margin-bottom: 2rem;
    }
    .product_page-3 .product_page-availability_quantity {
        margin-bottom: 0;
    }
    .product_page-3 .product_page-main {
        max-width: none;
    }
    .product_page-certificate > input {
        height: 4.5rem;
        padding: 1.4rem;
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .product_page-4 .product_page-variability {
        margin-bottom: 2rem;
    }
    .product_page-4 .product_page-wishlist {
        margin-bottom: 2rem;
    }
    .product_page-description {
        max-width: none;
    }
}

/* lk */

.lk-top {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.lk-main {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}
.lk-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 26.3rem;
    border-radius: 0.4rem;
    border: 1px solid #CCC;
    background: #FFF;
    margin-top: 2.8rem;
}
.lk-menu ul {
    display: flex;
    flex-direction: column;
}
.lk-menu li {
    display: flex;
    list-style: none;
}
.lk-menu-item {
    width: 100%;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 3rem;
    text-align: center;
    border-bottom: 0.1rem solid #CCC;
}
.lk-menu li:last-child .lk-menu-item {
    border-bottom: none;
}
.lk-menu-item.active {
    color: #FF5A00;
}
.lk-content {
    width: 100%;
    max-width: 125.7rem;
}
.lk-orders {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.lk-orders__name {
    display: flex;
}
.lk-orders__name p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.lk-orders__name p:nth-child(1) {
    margin-left: 10rem;
}
.lk-orders__name p:nth-child(2) {
    margin-left: 23.6rem;
}
.lk-orders__name p:nth-child(3) {
    margin-left: 10rem;
}
.lk-orders__name p:nth-child(4) {
    margin-left: 14rem;
}
.lk-orders__name p:nth-child(5) {
    margin-left: 10rem;
}
.lk-orders__name p:nth-child(6) {
    margin-left: 6rem;
}
.lk-orders__column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.lk-orders__item {
    
    border-radius: 0.4rem;
    border: 0.1rem solid #FA0;
    background: #FFF;
    padding: 2rem 2.5rem;
}
.lk-orders__item-product {
    display: flex;
    gap: 3rem;
    align-items: center;
}
.lk-orders__item-row {
    width: 100%;
    max-width: 48.3rem;
    display: flex;
    align-items: center;
}
.lk-orders__item-row-2 {
    width: 100%;
    max-width: 70.3rem;
    display: flex;
    align-items: center;
}
.lk-orders__item-img {
    border-radius: 0.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
    display: flex;
    margin-right: 3rem;
}
.lk-orders__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lk-orders__item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-right: 3rem;
    max-width: 27rem;
}
.lk-orders__item-title {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.lk-orders__item-description {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.lk-orders__item-quantity {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    width: 100%;
    max-width: 11rem;
}
.lk-orders__item-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 18rem;
    margin-right: 3rem;
}
.lk-orders__item-price p {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
}
.lk-orders__item-price img {
    width: 2.9rem;
}
.lk-orders__item-number {
    width: 100%;
    max-width: 16rem;
    margin-right: 3rem;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.lk-orders__item-date {
    width: 100%;
    max-width: 11rem;
    margin-right: 3rem;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.lk-orders__item-status {
    width: 13.4rem;
    padding: 0.6rem 0.8rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #B4C3E6 0%, #FFF 100%);
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.lk-orders__item-status.complete {
    background: #B4C3E6;
}
.lk-orders__item-status.cancel {
    background: #CCC;
}
.lk-orders__name p.mob {
    display: none;
}
.lk-menu__fon {
    display: none;
}
.lk-menu-mob__button {
    display: none;
}

@media screen and (max-width: 992px) {
    .lk-top {
        gap: 2rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .lk-top .catalog-filter .footer-search {
        display: flex;
        width: 17.5rem;
        max-width: 17.5rem;
    }
    .lk-top .catalog-filter {
        display: flex;
    }
    .lk-main {
        flex-direction: column;
        gap: 3rem;
    }
    .lk-menu {
        max-width: 100%;
        margin-top: 0;
    }
    .lk-menu-item {
        font-size: 1.5rem;
        padding: 2rem;
    }
    .lk-orders {
        gap: 0.5rem;
    }
    .lk-orders__name {
        justify-content: space-between;
    }
    .lk-orders__name p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        display: none;
    }
    .lk-orders__column {
        gap: 1rem;
    }
    .lk-orders__item {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
        padding: 1.5rem;
    }
    .lk-orders__item-row {
        max-width: none;
        flex-direction: column;
        align-items: flex-start;
    }
    .lk-orders__item-row-2 {
        max-width: none;
        flex-direction: column;
        align-items: flex-end;
        height: 100%;
    }
    .lk-orders__item-img {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .lk-orders__item-info {
        width: auto;
        margin-right: 0;
        max-width: none;
    }
    .lk-orders__item-title {
        font-size: 1.6rem;
        letter-spacing: -0.016rem;
    }
    .lk-orders__item-description {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .lk-orders__item-quantity {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        width: auto;
        max-width: none;
    }
    .lk-orders__item-price {
        order: 3;
        gap: 0.3rem;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-top: auto;
        margin-bottom: 0.8rem;
    }
    .lk-orders__item-price p {
        font-size: 2rem;
        letter-spacing: -0.02rem;
    }
    .lk-orders__item-price img {
        width: 1.5rem;
    }
    .lk-orders__item-number {
        width: auto;
        max-width: none;
        margin-right: 0;
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
    }
    .lk-orders__item-date {
        width: auto;
        max-width: none;
        margin-right: 0;
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
    }
    .lk-orders__item-status {
        width: auto;
        padding: 0.4rem 0.6rem;
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
        order: 4;
    }
    .lk-orders__name p.mob {
        display: block;
    }
    .lk-menu-mob__button {
        display: none;
        justify-content: center;
        align-items: center;
        padding: 1.2rem;
        border-radius: 0.4rem;
        border: 0.1rem solid rgba(0, 0, 0, 0.20);
        background: #FFF;
        gap: 1rem;
        width: 100%;
    }
    .lk-menu-mob__button svg {
        width: 1.5rem;
        height: auto;
    }
    .lk-menu-mob__button p {
        color: #000;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }
    .lk-menu__fon.menu-lk-active {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.20);
    }
    .lk_main.menu-lk-active {
        position: relative;
    }
    .lk-menu-mob__button.menu-lk-active {
        z-index: 10;
    }
    .lk-menu.menu-lk-active {
        position: absolute;
        display: flex;
        z-index: 10;
        top: 14.3rem;
        max-width: 35.5rem;
        margin-top: 0;
    }
}

/* wallet */

.lk-wallet {
    display: flex;
    gap: 6rem;
    align-items: flex-start;
}
.lk-wallet-menu {
    margin-top: 0;
}
.lk-wallet__main {
    max-width: 34rem;
    width: 100%;
    padding: 4rem 8.6rem;
    border-radius: 0.4rem;
    border: 1px solid #FF5A00;
    background: #FFF;
    display: flex;
    flex-direction: column;
}
.lk-wallet__name {
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lk-wallet__name p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.lk-wallet__name img {
    width: 2.9rem;
}
.lk-wallet__number {
    border-radius: 0.4rem;
    border: 0.1rem solid #FF5A00;
    background: #FAF0E1;
    padding: 1.8rem;
    margin-bottom: 0.5rem;
}
.lk-wallet__number p {
    color: #FF5A00;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
}
.lk-wallet__title {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.028rem;
    text-transform: uppercase;
    text-align: center;
}
.lk-wallet__main > p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
}
.lk-wallet__table {
    max-width: 83.7rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.lk-wallet__table-name {
    display: flex;
    gap: 3rem;
}
.lk-wallet__table-name p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.lk-wallet__table-name p:nth-child(1) {
    margin-left: 4.7rem;
}
.lk-wallet__table-name p:nth-child(2) {
    margin-left: 14rem;
}
.lk-wallet__table-name p:nth-child(3) {
    margin-left: 15.7rem;
}
.lk-wallet__table-name p:nth-child(4) {
    margin-left: 6.9rem;
}
.lk-wallet__table-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.lk-wallet__table-row {
    display: flex;
    align-items: center;
    border-radius: 0.4rem;
    border: 0.1rem solid #FA0;
    background: #FFF;
    padding: 2.5rem 4.7rem;
    gap: 3rem;
}
.lk-wallet__table-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 20rem;
}
.lk-wallet__table-price p {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
}
.lk-wallet__table-price img {
    width: 2.9rem;
}
.lk-wallet__table-date {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    width: 100%;
    max-width: 10rem;
}
.lk-wallet__table-status {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.lk-wallet__table-status2 {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    width: 100%;
    max-width: 20rem;
}

@media screen and (max-width: 992px) {
    .lk-wallet {
        flex-direction: column;
        gap: 3rem;
    }
    .lk-wallet__main {
        max-width: none;
        padding: 1.5rem 9.4rem;
    }
    .lk-wallet__name p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .lk-wallet__main > p {
        font-size: 1.5rem;
    }
    .lk-wallet__table {
        max-width: none;
        gap: 0.5rem;
    }
    .lk-wallet__table-name p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .lk-wallet__table-name p:nth-child(1) {
        margin-left: 0;
        width: 100%;
        max-width: 7.5rem;
    }
    .lk-wallet__table-name p:nth-child(2) {
        margin-left: 0.5rem;
    }
    .lk-wallet__table-name p:nth-child(3) {
        margin-left: 2rem;
    }
    .lk-wallet__table-name p:nth-child(4) {
        margin-left: 3.5rem;
    }
    .lk-wallet__table-column {
        gap: 1rem;
    }
    .lk-wallet__table-row {
        padding: 1.5rem;
    }
    .lk-wallet__table-price {
        gap: 0.3rem;
        max-width: 9rem;
    }
    .lk-wallet__table-price p {
        font-size: 1.4rem;
        letter-spacing: -0.02rem;
    }
    .lk-wallet__table-price img {
        width: 1.5rem;
    }
    .lk-wallet__table-date {
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
        max-width: 11rem;
    }
    .lk-wallet__table-status {
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
    }
}

/* data */

.lk-data {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}
.lk-data__main {
    display: flex;
    gap: 6rem;
    align-items: flex-start;
}
.lk-data__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 23.4rem;
    position: relative;
}
.lk-data__img p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    text-align: center;
}
.lk-data__img img {
    width: 100%;
    height: 23.4rem;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
}
.lk-data__img input {
    position: absolute;
    visibility: hidden;
}
.lk-data__img label {
    cursor: pointer;
    color: #FF5A00;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    text-decoration-line: underline;
}
.lk-data__img-delete {
    color: #FA0;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.lk-data__column {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    max-width: 42.9rem;
}
.lk-data__input {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.lk-data__input label {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.lk-data__input input {
    border-radius: 1rem;
    border: 1px solid #FF5A00;
    background: #FFF;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    padding: 1.7rem;
    width: 100%;
}
.lk-data__input input::placeholder {
    color: rgba(0, 0, 0, 0.30);
}
.lk-data__submit {
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
    width: 22.9rem;
    padding: 1.5rem 3.2rem;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .lk-data {
        gap: 3rem;
    }
    .lk-data__main {
        flex-direction: column;
        gap: 2rem;
    }
    .lk-data__img {
        margin: 0 auto;
        max-width: 17.5rem;
    }
    .lk-data__img p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .lk-data__img img {
        height: 17.5rem;
        margin-bottom: 0;
    }
    .lk-data__img label {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .lk-data__img-delete {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .lk-data__column {
        gap: 2rem;
        max-width: none;
    }
    .lk-data__input label {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .lk-data__input input {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
        padding: 1.4rem;
    }
    .lk-data__submit {
        width: 100%;
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    main {
        min-height: calc(100vh - 26.8rem);
    }
}

/* thanks */

.thanks {
    margin: 6rem 0 20rem 0;
}
.thanks-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
}
.thanks-main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}
.thanks-title {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 1rem;
}
.thanks-product {
    display: flex;
   /* flex-direction: column;
    gap: 1.5rem;*/
    align-items: center;
}
.thanks-product__title {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.thanks-product-quantity {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}
.thanks-product-quantity p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.thanks-product-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.thanks-product-price p {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
}
.thanks-product-price img {
    width: 2.9rem;
}
.thanks-delivery {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
 /*   align-items: center;*/
}
.thanks-main > div
{
    text-align: left;
}
.thanks-delivery span {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.thanks-delivery p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.thanks-delivery-cancel {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}
.thanks-delivery-cancel span {
    color: #FA0;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.thanks-delivery-cancel a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.thanks-delivery-cancel a svg {
    width: 0.8rem;
    height: auto;
}
.thanks-delivery-cancel a p {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}

@media screen and (max-width: 992px) {
    .thanks {
        margin: 3rem 0 20rem 0;
    }
    .thanks-container {
        gap: 3.2rem;
    }
    .thanks-main {
        gap: 2rem;
    }
    .thanks-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .thanks-product {
        gap: 0.5rem;
    }
    .thanks-product__title {
        font-size: 1.5rem;
    }
    .thanks-product-quantity {
        margin-bottom: 0;
    }
    .thanks-product-quantity p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .thanks-product-price {
        gap: 0.3rem;
    }
    .thanks-product-price p {
        font-size: 2rem;
        letter-spacing: -0.02rem;
    }
    .thanks-product-price img {
        width: 1.5rem;
    }
    .thanks-delivery {
        gap: 0.5rem;
    }
    .thanks-delivery span {
        font-size: 1.5rem;
    }
    .thanks-delivery p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .thanks-delivery.last span {
        font-size: 2rem;
    }
    .thanks-delivery-cancel {
        gap: 2rem;
    }
    .thanks-delivery-cancel span {
        font-size: 2rem;
    }
}

/* cart */

.cart {
    margin: 6rem 0;
}
.cart-container {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    align-items: flex-start;
}
.cart-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cart-quantity {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: none;
}
.cart-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.cart-products {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.cart-products__name {
    display: flex;
}
.cart-products__name p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.cart-products__name p:nth-child(1) {
    margin-left: 13.3rem;
}
.cart-products__name p:nth-child(2) {
    margin-left: 44.5rem;
}
.cart-products__name p:nth-child(3) {
    display: none;
}
.cart-products__name p:nth-child(4) {
    margin-left: 46.5rem;
}
.cart-products__column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.cart-product {
    border-radius: 0.4rem;
    border: 0.1rem solid #FA0;
    background: #FFF;
    padding: 2rem 3rem 2rem 2.5rem;
    display: flex;
    gap: 4.8rem;
    align-items: center;
}
.cart-product__img img {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
    border-radius: 0.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.cart-product__img img {
  /*  width: 100%;
    height: 100%;*/
    object-fit: cover;
    border-radius: 0.4rem;
}
.cart-product__row {
    display: flex;
    gap: 3rem;
    width: 100%;
    align-items: center;
}
.cart-product__name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 48rem;
}
.cart-product__title {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.cart-product__description {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.cart-product__quantity {
    display: flex;
    gap: 1rem;
    width: 100%;
    max-width: 51rem;
}
.cart-product__quantity input {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    border: 1px solid #bebebe;
    text-align: center;
    width: 4.3rem;
    padding: 3px 0px;
    border-radius: 5px;
}
.cart-product__quantity input::-webkit-outer-spin-button,
.cart-product__quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-product__quantity input[type=number] {
    -moz-appearance: textfield;
}
.cart-product__quantity-minus {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cart-product__quantity-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cart-product__quantity-minus svg {
    width: 1.2rem;
    height: auto;
}
.cart-product__quantity-plus svg {
    width: 1.5rem;
    height: auto;
}
.cart-product__price {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    max-width: 27rem;
}
.cart-product__price span {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
}
.cart-product__price img {
    width: 2.9rem;
}
.cart-product__delete {
    display: flex;
    cursor: pointer;
}
.cart-product__delete > svg:nth-child(1),
.cart-product__delete > span:nth-child(1){
    width: 2rem;
    height: auto;
}
.cart-product__delete > svg:nth-child(2),
.cart-product__delete > span:nth-child(2) {
    width: 1.5rem;
    height: auto;
    display: none;
}
.cart-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-left: auto;
    max-width: 44.2rem;
    width: 100%;
}
.cart-total > p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.basket-item-scu-item {
    display: none;
}
.basket-item-scu-item.selected {
    display: block;
}
.cart-total-row {
    display: flex;
    align-items: normal;
    gap: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.1rem solid #FA0;
}
.cart-total-row > p {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.cart-total-count {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.cart-total-count p {
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
}
.cart-total-count img {
    width: 2.9rem;
}
.cart-total-submit {
    margin-top: 1rem;
    height: 5rem;
    padding: 0 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}

@media screen and (max-width: 992px) {
    .cart {
        margin: 3rem 0;
    }
    .cart-container {
        gap: 3rem;
    }
    .cart-top {
        display: none;
    }
    .cart-products {
        gap: 0.5rem;
    }
    .cart-products__name p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .cart-products__name p:nth-child(1) {
        margin-left: 0;
    }
    .cart-products__name p:nth-child(2) {
        display: none;
    }
    .cart-products__name p:nth-child(3) {
        display: block;
        margin-left: 9.5rem;
    }
    .cart-products__name p:nth-child(4) {
        margin-left: 7.5rem;
    }
    .cart-products__column {
        gap: 1rem;
    }
    .cart-product {
        padding: 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
        position: relative;
    }
    .cart-product__row {
        gap: 1rem;
    }
    .cart-product__name {
        max-width: 13rem;
    }
    .cart-product__title {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .cart-product__description {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .cart-product__quantity {
        max-width: none;
        width: auto;
    }
    .cart-product__quantity input {
        font-size: 2rem;
        width: 3.3rem;
    }
    .cart-product__quantity-minus svg {
        width: 0.9rem;
    }
    .cart-product__quantity-plus svg {
        width: 1.1rem;
    }
    .cart-product__price {
        gap: 0.5rem;
        max-width: none;
        width: auto;
        margin-left: auto;
    }
    .cart-product__price span {
        font-size: 2rem;
        letter-spacing: -0.02rem;
    }
    .cart-product__price img {
        width: 1.5rem;
    }
    .cart-product__delete > svg:nth-child(1),
    .cart-product__delete > span:nth-child(1){
        display: none;
    }
    .cart-product__delete > span:nth-child(2),
    .cart-product__delete > span:nth-child(2){
        width: 1.5rem;
        display: block;
    }
    .cart-product__delete {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }
    .cart-total {
        margin-left: 0;
        max-width: none;
    }
    .cart-total > p {
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
        max-width: 23.7rem;
        margin-left: 1.5rem;
    }
    .cart-total-row {
        gap: 3rem;
        padding-bottom: 0;
        margin-left: 1.5rem;
    }
    .cart-total-row > p {
        font-size: 1.5rem;
    }
    .cart-total-count {
        gap: 0.3rem;
    }
    .cart-total-count p {
        font-size: 2rem;
        letter-spacing: -0.02rem;
    }
    .cart-total-count img {
        width: 1.5rem;
    }
    .cart-total-submit {
        height: 4.5rem;
        width: 100%;
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
}

/* checkout */

.checkout {
    margin: 2rem 0 4rem 0;
}
.checkout-container {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
}
.checkout-back {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.checkout-back svg {
    width: 0.8rem;
    height: auto;
}
.checkout-back p {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.checkout-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    width: 100%;
}
.checkout-main {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12.6rem;
}
.checkout-order {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 40rem;
}
.checkout-products {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.checkout-product {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.checkout-product__title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
}
.checkout-product__quantity {
    padding-left: 2.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.checkout-product__quantity p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.checkout-product__price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0px;
}
.checkout-product__price p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.028rem;
}
.checkout-product__price img {
    width: 20px;
}
.checkout-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.checkout-form > p {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 4rem;
}
.checkout-form__address {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 0.5rem;
}
.checkout-form__address label {
    color:#000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.checkout-form__address select {
    height: 50px;
    border-radius: 1rem;
    margin: 7px 0px;
    background: #FFF;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/local/templates/renna/images/select.svg);
    background-position: center right 1.1rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    cursor: pointer;
    padding-right: 36px !important;
}
.checkout-form__address input {
    width: 42.9rem;
    height: 5.4rem;
    border-radius: 1rem;
    border: 1px solid #FF5A00;
    background: #FFF;
    padding: 1.5rem;
    color:#000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.checkout-form__payment {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    gap: 2rem;
}
.checkout-form__payment > p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.checkout-form__payment-row {
    display: flex;
    align-items: center;
    gap: 5rem;
}
.checkout-form__payment-block {
    position: relative;
    display: flex;
    align-items: center;
}
.checkout-form__payment-block label {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.018rem;
    padding-left: 2.8rem;
    cursor: pointer;
    margin: 0;
}
.checkout-form__payment-block input[type=radio]:before {
    content:"";
    display:inline-block;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 100%;
    border: 0.1rem solid #FF5A00;
    position: absolute;
    margin-top: -1rem;
    background: #FFF;
    cursor: pointer;
}
.checkout-form__payment-block input[type=radio]:checked:before {
    background:transparent;
    background-image: url('/local/templates/renna/css/../images/radio.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
}​
.checkout-form__payment-block input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.checkout-form__payment-block input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.checkout-form__payment-block input[type="radio"]:checked {
    background-image: none;
}
.checkout-form__payment-block input:disabled {
    opacity: 0.5;
    cursor: default;
}
.checkout-form__payment-block input:disabled+label {
    opacity: 0.5;
    cursor: default;
}
.checkout-form__date {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
    max-width: 56.5rem;
}
.checkout-form__date > p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.checkout-form__date-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.checkout-form__date-block {
    position: relative;
}
.checkout-form__date-block input {
    position: absolute;
    visibility: hidden;
}
.checkout-form__date-block label {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #FF5A00;
    background: #FFF;
    transition: .3s all;
}
.checkout-form__date-block input:checked+label {
    color: #FFF;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
}
.checkout-form__date-block input:disabled+label {
    opacity: 0.5;
    cursor: default;
}
.checkout-form__submit.disabled {
    opacity: 0.5;
}

.checkout-form__submit {
    padding: 1.5rem 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
#bx-soa-orderSave {
    display: flex;
}
.checkout-form__milcoins {
    margin: -0.7rem 0 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.checkout-form__milcoins p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.checkout-form__milcoins span {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
}
.checkout-form__milcoins-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.checkout-form__milcoins-row input {
    width: 10.8rem;
    height: 5.4rem;
    border-radius: 1rem;
    border: 1px solid #FF5A00;
    background: #FFF;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    padding: 1rem;
}
.checkout-form__milcoins-row img {
    width: 2.9rem;
}
.checkout-form__milcoins-row input::-webkit-outer-spin-button,
.checkout-form__milcoins-row input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.checkout-form__milcoins-row input[type=number] {
    -moz-appearance: textfield;
}
.checkout-top .checkout-back {
    display: none;
}
.checkout-order > p {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

@media screen and (max-width: 992px) {
    .checkout {
        margin: 3rem 0 6rem 0;
    }
    .checkout-container {
        gap: 3.2rem;
    }
    .checkout-back {
        display: none;
        gap: 0.6rem;
    }
    .checkout-back p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-top .checkout-back {
        display: flex;
    }
    .checkout-top {
        margin-bottom: 0;
    }
    .checkout-top .catalog-balance {
        display: none;
    }
    .checkout-main {
        gap: 3rem;
        flex-direction: column;
    }
    .checkout-order {
        gap: 1.5rem;
    }
    .checkout-order > p {
        font-size: 20px;
    }
    .checkout-product__title {
        font-size: 16px;
    }
    .checkout-product__quantity {
        padding-left: 1.5rem;
    }
    .checkout-product__quantity p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-product__price {
        padding-left: 1.5rem;
        gap: 0.3rem;
        margin-top: 0;
    }
    .checkout-product__price p {
        font-size: 16px;
        letter-spacing: -0.02rem;
    }
    .checkout-product__price img {
        width: 15px;
    }
    .checkout-form > p {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    .checkout-form__address {
        margin-bottom: 3rem;
        width: 100%;
    }
    .checkout-form__address label {
        font-size: 15px;
        letter-spacing: -0.015rem;
    }
    .checkout-form__address input {
        width: 100%;
        height: 4.5rem;
        padding: 1.4rem;
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-form__payment {
        margin-bottom: 3rem;
        gap: 0.5rem;
    }
    .checkout-form__payment > p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-form__payment-row {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .checkout-form__payment-block label {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-form__date {
        margin-bottom: 4rem;
        max-width: none;
    }
    .checkout-form__date > p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-form__date-row {
        gap: 1rem;
    }
    .checkout-form__date-block label {
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
        padding: 0.8rem;
    }
    .checkout-form__submit {
        padding: 1.5rem;
        font-size: 18px;
        letter-spacing: -0.015rem;
        width: 100%;
    }
    .basket-checkout-block.basket-checkout-block-btn {
        width: 100%;
    }
    .bx-soa-cart-total {
        display: none;
    }
    .checkout-form__milcoins {
        margin: -1rem 0 4rem 0;
        gap: 0.5rem;
    }
    .checkout-form__milcoins p {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-form__milcoins span {
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-form__milcoins-row input {
        width: 10.8rem;
        height: 4.5rem;
        font-size: 1.5rem;
        letter-spacing: -0.015rem;
    }
    .checkout-form__milcoins-row img {
        width: 1.5rem;
    }
    .lk-wallet__table-status2 {
        font-size: 1.2rem;
        letter-spacing: -0.012rem;
        max-width: 20rem;
    }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: none;
}
.bx_sitemap {
    display: none;
}
body.hidden {
    display: block !important;
    overflow: hidden;
}
a:hover {
    text-decoration: none;
    color: #FF5A00;
}
.popup-window[style*="block"], .popup-window-overlay {
    display: none !important;
}
.lk-orders__item-products {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.product-item-button-container {
    width: 100%;
}
#bx-soa-basket, #bx-soa-total, #bx-soa-region, #bx-soa-paysystem, #bx-soa-delivery, #bx-soa-properties {
    display: none !important;
}
.checkout .alert-success {
    display: none !important;
}
.bx-soa {
    display: flex;
flex-direction: column;
}
.product_price_cafe {
    width: 100%;
    margin-bottom: 2rem;
    height: 5.4rem;
    border-radius: 1rem;
    border: 1px solid #FF5A00;
    background: #FFF;
    padding: 1.5rem;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
#add-to-basket-form > p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 100%;
}
#add-to-basket-form > p span {
    text-transform: lowercase;
}
.login-block__input {
    display: flex;
    align-items: center;
    position: relative;
}
.login-block__input-password {
    display: flex;
    position: absolute;
    z-index: 1;
    right: 2rem;
}
.login-block__input-password svg {
    width: 2rem;
    height: auto;
}
.login-block__input-password svg:nth-child(2) {
    display: none;
}
.login-block__input-password.active svg:nth-child(1) {
    display: none;
}
.login-block__input-password.active svg:nth-child(2) {
    display: block;
}


@media screen and (min-width: 993px) {
    .basket-item-name-mini
    {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .checkout-form__address select {
        width: 100%;
        font-size: 16px;
        padding-right: 3rem;
    }
    .checkout-form__address input {
        width: 100%;
        font-size: 1.6rem;
    }
    .checkout-form__payment-block label {
        padding-top: 0.4rem;
    }
    .checkout-form__submit {
        text-align: center;
    }
    .contacts-row2 {
        flex-direction: column;
    }
    .cart-product__name a{
        display: none;
    }
    .cart-product__name {
        display: contents;
    }
    a.cart-product__img {
      /*  white-space: pre;*/
    }
}
.checkout-form__payment {
    display: none;
}
button.cart-total-submit.basket-btn-checkout.disabled {
    opacity: 0.5;
}
input.basket-item-amount-filed.descriptionText {
    border: 1px solid #c7c6c6;
    padding: 2px 14px;
    margin-top: 7px;
    border-radius: 4px;
    width: 100%;
}
.opacityButton {
    opacity: 0.2;
}
.basket-item-name-mini
{
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
    padding-left: 13px;
}

.panel {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-4 {
    margin-bottom: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}



.items-center {
    align-items: center;
}

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



.font-medium {
    font-weight: 500;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.text-gray-500 {
    color: #6b7280;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.inline-flex {
    display: inline-flex;
}

.gap-2 {
    gap: 0.5rem;
}

.whitespace-nowrap {
    white-space: nowrap;
}


.h-10 {
    height: 2.5rem;
}

.bg-primary {
    background-color: rgb(255 90 0) !important;
}

.text-white {
    color: #ffffff;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__block{
    display: flex  ;
    align-items: center;
}
.checkbox__block input
{
    min-width: 19px;
    width: 19px;
    height: 19px;
}
.checkbox__block label
{
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
    padding-left: 0;
}
.milcoin-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/local/templates/renna/images/milcoins.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.checkout-form__address.sc-summa {
    font-weight: 900;
    font-weight: 900;
    font-size: 25px;
}

.hide
{
    display: none!important;
}
.titleBasketType {
    color: #FF5A00;
    font-size: 2.6rem;
}
.textInfo {
    background: #e6e5be;
    background: -webkit-linear-gradient(top, rgba(244, 233, 141, .3), rgba(232, 209, 62, .3), rgba(225, 194, 40, .3));
    background: -moz-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
    background: -ms-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
    background: -o-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
    background: linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
    border-radius: 5px;
    border: 1px solid;
    border-color: #d3c6a3 #cabc90 #c1b37f #c9bc8f;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    color: #716536;
    display: inline-block;
    margin: 0px 0;
    font-size: 17px;
    line-height: 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 15px 30px 15px 18px;
    position: relative;
    margin-bottom: 10px;
}
.thanks-product> span {
    margin-left: 7px;
}
.product-add:not(.addedToCard) .cart
{
    display: none;
}
.product-add.addedToCard .noCard
{
    display: none;
}
.payOrder
{
    display: flex;
}

.payOrder a{
    padding: 1rem 2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFA400 0%, #FF6300 100%);
    color: #FFF;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.018rem;
}
.ordersChildren {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 993px) {
    .ekv{
        margin-top: -1em;
        margin-bottom: 1em;
    }
    .wrapper {
        min-height: 92vh;
    }
}
.agreement-b  {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    max-width: 35.4rem;
    align-items: baseline;
    font-size: 13px;
}
@media screen and (max-width: 992px) {
    .agreement-b  {
        max-width: 30.5rem;
    }
}
.product-description-mini{
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.016rem;
    text-align: center;
}
/* End */


/* Start:/local/templates/renna/styles.css?176675718422330*/
body {
    margin: 0;
    font-family: Inter, sans-serif;
    background: #f3f3f3;
}

.page {
    display: flex;
    padding: 40px;
    position: relative;
}

.title {
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 32px;
    font-weight: 600;
}
.icon-filter
{
    width: 30px;
}

/* ----------------------- */
/* Фильтр */
/* ----------------------- */

.filter {
    width: 240px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: fit-content;
    flex-shrink: 0;
}

.filter-header {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #f4a100;
}

.filter-block {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-block input,
.filter-block select {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

/* ----------------------- */
/* Контент */
/* ----------------------- */

.content {
    flex: 1;
    margin-top: 40px;
    min-width: 0;
}

.tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ----------------------- */
/* Таблица */
/* ----------------------- */


/* кастомный скролл */
.custom-scroll::-webkit-scrollbar {
    height: 12px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #ffe0a6;
    border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #f7a400;
    border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #ffb630;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1200px;
}


th, td {
    padding: 10px 14px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.journal-table :is(thead th, tbody td):nth-child(3n-2) {
    border-right: 1px solid #00298840;
}
.journal-table tbody tr td
{
    border-bottom: 1px solid #00298840;
    text-align: center;
}
th {

}

/* ----------------------- */
/* 📱 Адаптивность */
/* ----------------------- */

@media (max-width: 1100px) {
    .page {
        flex-direction: column;
        padding: 20px;
    }

    .title {
        position: static;
        margin-bottom: 10px;
    }

    .filter {
        width: 100%;
        order: 2;
    }

    .content {
        order: 1;
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .tab {
        flex: 1;
        text-align: center;
    }

    th, td {
        padding: 8px;
        font-size: 12px;
    }

    table {
        min-width: 900px;
    }
}
body {
    margin: 0;
    font-family: Inter, sans-serif;
    background: #f3f3f3;
    color: #333;
}

/* --------------------- */
/*   HEADER              */
/* --------------------- */

.header {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: center;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.username {
    color: #ff8b00;
    font-weight: 600;
}

.role {
    background: #dce4ff;
    padding: 6px 14px;
    border-radius: 14px;
    font-weight: 500;
}

/* --------------------- */
/*   PAGE                */
/* --------------------- */

.page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

/* --------------------- */
/*   Табы                */
/* --------------------- */


.tab {
    border: none;
    background: #e3e7ff;
    padding: 16px 26px;
    border-radius: 20px 20px 0 0;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    transition: 0.25s;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    vertical-align: middle;

}
.tab:nth-child(1)
{
    background-color: #B3C3E3;
}

.tab:nth-child(2)
{
    background-color: #f8dccd;
}

.tab:nth-child(3)
{
    background-color: #fbd994;
}

.tab.active {
    background: #ffb52e;
    color: white;
}

.tab:hover {
    transform: translateY(-4px);
}

/* --------------------- */
/*   CATEGORY BOX        */
/* --------------------- */

.category-box {
    background: white;
    border-radius: 30px;
    padding: 40px;
    width: 80%;
    max-width: 1100px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

/* Сетка 2 колонки */
.category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 40px;
}

.cat-btn {
    padding: 16px 24px;
    background: white;
    border: 2px solid #ffa726;
    border-radius: 30px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    transition: 0.25s;
}

.cat-btn:hover {
    background: #fff4dd;
    transform: translateX(6px);
}

/* --------------------- */
/*   BOTTOM BUTTONS      */
/* --------------------- */

.bottom-buttons {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.bottom-btn {
    background: #cfd7ff;
    border: none;
    padding: 16px 26px;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.25s;
}

.bottom-btn:hover {
    background: #b7c3ff;
    transform: translateY(-3px);
}

/* --------------------- */
/*      Адаптивность     */
/* --------------------- */

@media (max-width: 900px) {
    .category-grid {
        grid-template-columns: 1fr;
    }

    .category-box {
        width: 95%;
        padding: 30px;
    }
}

@media (max-width: 1200px) {
    .tabs {
        justify-content: center;
    }

    .tab {
        font-size: 14px;
        padding: 12px 18px;
    }

    .cat-btn {
        font-size: 14px;
        padding: 14px 20px;
    }

    .bottom-buttons {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: center;
    }

    .bottom-btn {
        width: 90%;
        text-align: center;
    }
}


/* Masonry-контейнер */
.category {
    column-gap: 32px;
    transition: none; /* отключаем переход */
}
.category.category-col-2{
    column-count: 2;
}
.category.category-col-1{
    column-count: 1;
}
.category.category-col-3{
    column-count: 3;
}
/* Каждый логический блок = один masonry-элемент */
.category-col {
    break-inside: avoid;      /* ключевое правило */
    margin-bottom: 32px;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: none;
}

.category-col-3 .category-grid {
    grid-template-columns: 1fr;
}
/* Заголовок категории */
.category-name {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 16px;
}

.category-col-1 > .category-col {
    box-shadow: none;
    padding: 0px;
}
.cat-btn {
    text-align: left;
    padding: 12px 18px;
    border-radius: 30px;
    border: 2px solid #ffa726;
    background: #fff;
    cursor: pointer;
    transition: .2s;
}

.cat-btn:hover {
    background: #fff1dc;
    transform: translateX(6px);
}
.product-card {
    max-width: 1300px;
    margin: auto;
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #ccc;
}

.product-card h2 {
    margin-bottom: 24px;
}


.product-name {
    grid-column: 1 / -1;
    padding: 12px 16px;
    border-radius: 30px;
    border: 1px solid #ffa726;
    width: calc(100% - 40px);
}

.dates {
    display: flex;
    gap: 16px;
}

.dates div {
    display: flex;
    flex-direction: column;
}

.other-inputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.sample {
    display: flex;
    align-items: center;
    gap: 12px;
}

.taster-rating {
    grid-column: 2;
}

.block-comment textarea {
    grid-column: 1 / -1;
    padding: 31px;
    border: 1px solid #ffa726;
    min-height: 101px;
    resize: none;
    border-radius: 60px;
    width: calc(100% - 60px);
    margin-top: 31px;
}

.remarks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
    position: relative;
}

.remarks h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 6px;
}


.buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

button {
    padding: 12px 24px;
    border-radius: 30px;
    border: 2px solid #ffa726;
    background: #fff;
    cursor: pointer;
    transition: .2s;
}

button.save {
    background: #ffa726;
    color: #fff;
    border-color: #ffa726;
}

button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

@media (max-width: 1000px) {
    .top-section {
        grid-template-columns: 1fr;
    }

    .remarks {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .remarks {
        grid-template-columns: 1fr;
    }
}
.input-text {
    padding: 9px 9px;
    border-radius: 60px;
    border: 2px solid #ffa726;
    width: calc(100% - 18px);
    font-size: 17px;
}

.inputs-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch; /* все колонки одной высоты */
}

/* каждая колонка */
.blocks-input {
    display: grid;
    grid-template-rows: auto auto 1fr; /* 🔥 */
    gap: 12px;
}

/* последний input прижимаем вниз */
.blocks-input .block-input:last-child {
    align-self: end;
}

.block-input input {
    padding: 9px 9px;
    border-radius: 60px;
    border: 1px solid #ffa726;
    width: calc(100% - 18px);
    font-size: 17px;
    background-color: #D5E0F726;
    padding-left: 19px;
}
.top-section
{
    display: flex;
    gap: 19px;
}
.block-comment
{
    width: 47%;
    margin: 0% 1%;
}
.remarks
{
    background-color: #f0f4f8;
}
.remarks {
    column-count: 3;
    column-gap: 19px;
    padding: 0 22px;
    border-radius: 14px;
    margin-top: 12px;
}
.remark
{
    margin-top: 10px;
}
.remark > div{
    background-color: #FFFAEF;
    height: max-content;
    border-radius: 15px;
    margin: 18px 0px;
    padding: 8px 16px;
    margin-top: 0px;
}



.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: sans-serif;
    user-select: none;
    position: relative;
    font-size: 14px;
    margin-top: 7px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    width: 12px;
    height: 12px;
    border: 2px solid #FFAA00;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;

}

.custom-checkbox input:checked + .checkmark {
    background-color: #FFAA00;
}
.taster-rating
{
    display: flex;
    position: relative;
}
.taster-rating .rating {
    position: relative;
    border: 1px solid #ffaa01;
    border-radius: 60px;
    padding: 0px 10px;
    padding-right: 38px;
    line-height: 49px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -11px;
    min-width: 32px;
    text-align: center;
}
.taster-rating .rating img {
    width: 35px;
    height: 40px;
    position: absolute;
    top: 8px;
}
.taster-rating .rating img.trans{
    transform: scaleY(-1);
    top: -1px;
}
.taster-rating .rating.select-rating {
    color: #FF5A00;
    font-size: 32px;
}

.rating-select {
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    line-height: 21px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    border: 1px solid #ffaa01;
    font-size: 1.6rem;
    color: black;
}
.rating-select div {
    padding: 4px 0px;
    border-bottom: 1px solid #ffaa01;
    border-radius: 6px;
}
main
{
    margin: 40px 0px;
}
.title-date-create
{
    display: grid;
    grid-template-columns: 3fr 1fr;
}

/* Общий контейнер */
.journal {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Заголовок */
.journal-title {
    font-size: 28px;
    margin-bottom: 30px;
}

/* Сетка карточек */
.journal-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

/* Карточка */
.journal-card {
    background: #fff;
    border-radius: 24px;
    padding: 20px 22px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    display: grid;
    grid-template-rows: auto 1fr auto;
    transition: .25s;
}

.journal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

/* Header */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;

}

.product-name {
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    max-width: 295px;
    white-space: pre;
}

/* Оценка */
.journal-list .rating {
    background: #ffa726;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.journal-list .rating.warning {
    background: #ff9800;
}

.journal-list .rating.danger {
    background: #f44336;
}

/* Body */
.card-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    font-size: 14px;
}

.info span {
    display: block;
    color: #999;
    font-size: 12px;
}

/* Footer */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

/* Статус */
.status {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

.status.success {
    background: #e8f5e9;
    color: #2e7d32;
}

.status.danger {
    background: #fdecea;
    color: #c62828;
}

/* Кнопка */
.open-btn {
    border: 2px solid #ffa726;
    background: transparent;
    padding: 8px 18px;
    border-radius: 24px;
    cursor: pointer;
    transition: .2s;
}

.open-btn:hover {
    background: #ffa726;
    color: #fff;
}

/* Адаптив */
@media (max-width: 600px) {
    .card-body {
        grid-template-columns: 1fr;
    }
}


/* Пустое состояние */
.journal.empty-journal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Блок пустоты */
.journal-empty {
    margin-top: 80px;
    max-width: 420px;
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    border-radius: 28px;
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
    border: 1px solid #eee;
}

/* Иконка */
.empty-icon {
    font-size: 56px;
    margin-bottom: 20px;
}

/* Заголовок */
.journal-empty h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

/* Текст */
.journal-empty p {
    font-size: 15px;
    color: #777;
    margin-bottom: 28px;
    line-height: 1.5;
}

/* Кнопка */
.empty-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #ffa726;
    color: #fff;
    border-radius: 32px;
    text-decoration: none;
    font-weight: 500;
    transition: .25s;
}

.empty-btn:hover {
    background: #ff8b00;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
}

/* ---------- Skeleton ---------- */
.journal-skeleton .journal-card {
    pointer-events: none;
}

.skeleton {
    background: linear-gradient(
            90deg,
            #f0f0f0 25%,
            #e4e4e4 37%,
            #f0f0f0 63%
    );
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 8px;
}

@keyframes shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

/* Размеры skeleton-элементов */
.skeleton-title {
    width: 65%;
    height: 18px;
}

.skeleton-rating {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.skeleton-label {
    width: 60%;
    height: 10px;
    margin-bottom: 6px;
}

.skeleton-text {
    width: 80%;
    height: 14px;
}

.skeleton-status {
    width: 140px;
    height: 26px;
    border-radius: 20px;
}

.skeleton-button {
    width: 100px;
    height: 32px;
    border-radius: 20px;
}



@media (max-width: 800px) {

    .category {
        column-count: 1!important;
    }
    .title-date-create{
        display: block;
    }
    .block-input.data-calendar {
        display: grid;
        gap: 5px;
    }
    .block-input.data-calendar input {
        width: 135px;
    }
    .top-section {
        margin-top: 14px;
        display: block;
    }
    .block-comment {
        width: 100%;
    }
    .inputs-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 19px;
    }
    .inputs-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 19px;
    }
    .empty-span {
        display: none;
    }
}


.title-date-create h2 + .block-input.data-calendar
{
    margin-top: -14px;
    margin-bottom: 23px;
}
/* ===== PAGE ===== */
.journal-page {
    padding: 24px;
    max-width: 1900px;
    margin: auto;
    padding: 24px;
}

.page-title {
    text-align: center;
    margin-bottom: 24px;
}

/* ===== LAYOUT ===== */
.journal-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
}

/* ===== FILTER ===== */
.filter {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.filter-btn {
    padding: 10px 16px;
    border-radius: 8px;
    border: 2px solid #ffa726;
    background: #fff;
    cursor: pointer;
}

.filter-box {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.filter-title {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 27, 97, 0.8);


}

.filter-item {
    padding: 6px 0;
    font-size: 14px;
}

/* ===== CONTENT ===== */
.journal-content {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ===== ACTIONS ===== */
.journal-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.action {
    padding: 10px 18px;
    border-radius: 20px;
    border: 2px solid #ffa726;
    background: #FBF9FE;
    cursor: pointer;
    font-size: 25px;

}


.action.primary {
    background: #ffa726;
    color: #fff;
}

/* ===== TABLE ===== */
.table-wrapper {

}

.journal-table {
    border-collapse: collapse;
    min-width: 1100px;
    width: 100%;
}

.journal-table th,
.journal-table td {

}

.journal-table thead th {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;

    align-items: center;
    text-align: center;
    padding-bottom: 27px;
    color: #000000;



}

/* ===== ADAPTIVE ===== */
@media (max-width: 1100px) {
    .journal-layout {
        grid-template-columns: 1fr;
    }

    .filter {
        flex-direction: row;
        align-items: flex-start;
    }

    .filter-box {
        width: 100%;
    }
}

.filter-panel {
    width: 200px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    font-family: Inter, system-ui, sans-serif;
}

.filter-title {
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #5c6bc0;
    margin-bottom: 16px;
}

/* ===== ITEMS ===== */
.filter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4px;
    font-size: 14px;
    cursor: pointer;
}

.filter-item.active {
  /*  background: #fff6e9;
    border-radius: 8px;
    padding: 10px;*/
}
.filter-item.active  .icon-filter{

}

/* ===== ICONS ===== */
.icon {
    width: 18px;
    height: 18px;
    position: relative;
}

.icon.select::before,
.icon.select::after {
    content: '';
    position: absolute;
    background: #ffa726;
}

.icon.select::before {
    width: 14px;
    height: 2px;
    top: 4px;
    left: 0;
}

.icon.select::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffa726;
    border-bottom: 2px solid #ffa726;
    transform: rotate(45deg);
    right: 0;
    top: 6px;
}

.icon.calendar {
    border: 2px solid #ffa726;
    border-radius: 4px;
}

.icon.radio {
    border: 2px solid #ffa726;
    border-radius: 50%;
}

/* ===== CALENDAR ===== */
.calendar {
    background: #fff6e9;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 16px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.arrow {
    background: #ffa726;
    color: #fff;
    border: none;
    width: 16px;
    height: 16px;
    padding: 0;
    line-height: 6px;
    border-radius: 50%;
    cursor: pointer;
}

.month {
    font-weight: 600;
}

.calendar-week,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 6px;
}

.calendar-week span {
    font-size: 12px;
    color: #888;
}

.calendar-days span {
    padding: 6px 0;
    border-radius: 50%;
    cursor: pointer;
    width: 22px;
}
.calendar-days span.selected {
    box-sizing: border-box;
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #ffa726;
    line-height: 38px;
    margin-top: 3px;

}

.calendar-days span:hover {
    background: rgba(255,167,38,.2);
}

.calendar-days .selected {
}

.icon-filter-radio {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 170, 0);
    border-image: initial;
    border-radius: 50%;
    transition: 0.3s;
}
.calendar-days .muted {
    color: #aaa;
}
.select-native{
    padding: 9px 0px;
    border-radius: 60px;
    border: 1px solid #ffa726;
    width: calc(100% + 12px);
    font-size: 17px;
    background-color: #D5E0F726;
    padding-left: 15px;
}
.journal-content
{
    max-width: 100%;
    overflow: scroll;
}
.blocks-input .custom-checkbox
{
    padding: 9px 9px;
    border-radius: 60px;
    width: calc(100% - 18px);
    font-size: 17px;
    padding-left: 19px;
}
.link
{
    color: #f39811;

    text-decoration: underline;
    cursor: pointer;
}
.bx-authform
{
    margin: 0 auto;
    margin-top: 30px;
}
.plug
{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #d5d5d573;
    z-index: 1;
    border-radius: 13px;
}
.top-section .product-name {
    max-width: 100%;
}
/* End */
/* /local/templates/renna/css/style.css?176650206896822 */
/* /local/templates/renna/styles.css?176675718422330 */
