a.catalog__name {
    /*color: #404040;*/
    text-decoration: none;
}

.hideProps {
    display: none;
}

@font-face {
    font-family: 'Exo2 light';
    src: url('/fonts/Exo2-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo2 regular';
    src: url('/fonts/Exo2-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo2 medium';
    src: url('/fonts/Exo2-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo2 semiBold';
    src: url('/fonts/Exo2-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo2 bold';
    src: url('/fonts/Exo2-Bold.ttf') format('truetype');
}

.wndw-wrapper {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    z-index: 100;
}

.wndw {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}

.product-infobox img {
    max-width: 100%;
    margin-top: 15px;
}

.prod-name {
    color: #EB3A5F;
}

.manage-links {
    margin-top: 20px;
}

.manage-links a {
    display: inline-block;
    width: 180px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
}

.continue-shopping {
    border: 2px solid #EB3A5F;
    color: #404040;
}

.to-order {
    border: 2px solid #EB3A5F;
    background: #EB3A5F;
    color: #fff;
}

.to-order:hover {
    border: 2px solid #d02a4d;
    background: #d02a4d;
}

.continue-shopping:hover {
    border: 2px solid #d02a4d;
    color: #d02a4d;
}

.callback-window {
    position: relative;
    padding: 50px 70px;
    width: 350px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.button-text:hover {
    background: #d02a4d;
}

.callback-window p {
    margin: 10px 0;
}

.callback-window p.error-message {
    color: #B03F3B;
    font-weight: bold;
}

.popup-submenu {
    padding-left: 20px;
    display: none;
}

.submenu_button {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.submenu_button img {
    width: 8px;
    height: 15px;
}

.subitems-arrow__close {
    transform: rotate(0);
}

.subitems-arrow__open {
    transform: rotate(90deg);
}

/* Предыдущий "функционал" стрелочки */
/*.subitems-arrow__close, .subitems-arrow__open {*/
/*width: 100px;*/
/*height: 20px;*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*}*/

/*.subitems-arrow__close:before, .subitems-arrow__close:after, .subitems-arrow__open:before, .subitems-arrow__open:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 10px;*/
/*    height: 1px;*/
/*    top: 9px;*/
/*    background: #4f4f4f;*/
/*}*/

/*.subitems-arrow__close:before, .subitems-arrow__open:before {*/
/*    right: 50px;*/
/*}*/

/*.subitems-arrow__close:after, .subitems-arrow__open:after {*/
/*    right: 43px;*/
/*}*/

/*.subitems-arrow__close:before, .subitems-arrow__open:after {*/
/*    transform: rotate(45deg);*/
/*}*/

/*.subitems-arrow__open:before, .subitems-arrow__close:after {*/
/*    transform: rotate(-45deg);*/
/*}*/

.menu-popup__link {
    position: relative;
}

.menu-popup__items {
    list-style-type: none;
    padding: 0 10px;
}

.input_invalid {
    border: 1px solid #f13a5f !important;
    background: rgba(241, 58, 95, 0.10) !important;
}

.catalog-menu_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog-menu_items li {
    display: block;
    height: 100%;
    list-style-type: none;
}

p.lead {
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

p.wedding-price {
    margin: 5px 0 10px;
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

h2 {
    margin-bottom: 10px;
}

.ff-img img {
    max-width: 100%;
}

.ff-name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 15px;
}

.ff-price {
    margin-bottom: 10px;
}

ul.catalog-menu_items > li:hover > .submenu {
    display: flex;
    left: 49.3438px;
    width: 100%;
    top: 70px;
}

.search_results {
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
    width: 100%;
    text-align: right;
    position: absolute;
    top: 100%;
}

.search_product_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 515px;
    overflow-y: hidden;
    border: 1px solid #f13a5f;
    padding: 20px 10px;
    z-index: 10000;
    background: white;
}

.mCSB_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mCSB_container li {
    text-align: center;
}

.search_product_list li a .img img {
    width: 100%;
}

.search_product_list li {
    list-style-type: none;
    float: left;
    padding: 5px 0;
}

.search_product_list li a .img {
    width: 20%;
    float: left;
    margin-right: 10px;
}

.search_product_list li a .text {
    color: black;
    font-size: 15px;
    height: 67px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.search_product_list li a .text p {
    font-weight: bold;
    text-align: left;
    max-height: 50px;
    overflow: hidden;
}

.search_product_list li a {
    text-decoration: none;
}

.search_product_list li:hover a .text p {
    border-bottom: 1px solid #f13a5f;
    position: relative;
    top: 1px;
}

.mobile-search .d-none {
    display: none;
}

.mobile-search_mobile .d-none {
    display: none;
}

.menu_elem_cart .catalog__button {
    display: inline-block;
}

.menu_elem_cart .catalog__item {
    width: 200px;
}

.menu_elem_cart .catalog__content {
    height: 400px;
    background: none;
}

.menu_elem_cart .catalog__content:hover {
    height: 400px;
    border: none;
}

ul.catalog-menu_items > li:hover > .submenu {
    min-height: 190px;
}

.menu_elem_cart {
    position: absolute;
    right: 30%;
}

.select-city__block-unset {
    color: #727272;
    margin-left: 10px;
}

.text-info-list {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-info-list .text-info-item {
    margin-right: 21px;
}

.text-info-item:last-child {
    margin-right: 0;
}

.text-info-list .text-info-count {
    display: flex;
    align-items: center;
}

.text-info-list .eye-icon {
    width: 17px;
    height: 28px;
    margin-right: 5px;
}

.mindbox-product-bonus {
    text-align: left;
    margin-left: 0;
}

.mindbox-product-bonus.section-product-bonus {
    text-align: center;
    margin-left: 0;
}

.mindbox-product-bonus__value {
    font-weight: bold;
    font-size: 11pt;
    color: #f13a5f;
}

.mindbox-product-bonus__label {
    color: #8a8a8a;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
}

@media screen and (max-width: 1200px) {
    .mobile-search .d-none {
        display: flex !important;
    }

    .mobile-search .search_results {
        display: none !important;
    }
}

@media screen and (max-width: 760px) {
    .mobile-search .d-none {
        display: none !important;
    }

    .mobile-search .search_results {
        display: none !important;
    }

    .mobile-search_mobile .d-none {
        display: flex !important;
    }

    .header__row-bottom {
        height: 60px;
    }

    .mobile-search_mobile {
        margin: auto;
        width: 100%;
    }

    .mobile-search_mobile .search_product_list {
        width: 100%;
    }

    .form-control {
        width: 100%;
    }

    .menu-popup {
        z-index: 99;
    }
}

@media screen and (max-width: 2560px) {
    .blog-body img {
        width: 40%;
    }

    .blog-body b {
        font-weight: bold;
    }

    .flex-imgs img {
        width: 40%;
        margin-bottom: 10px;
    }

    .blog-body .slick-slide img {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .blog-body img {
        width: 100%;
    }

    .flex-imgs img {
        width: 100%;
        margin-bottom: 10px;
    }
}

.mindbox-product-bonus.section-product-bonus {
    margin-left: 0;
    padding: 8px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    gap: 2px;
}

.mindbox-product__tag {
    width: fit-content;
    height: fit-content;
    padding: 6px 12px;
    border-radius: 20px;

    display: flex;
    gap: 4px;
}

.mindbox-product__tag-wrapper {
    display: flex;
    align-items: center;
    line-height: 0;
}

.mindbox-product__tag .mindbox-product-bonus__value,
.mindbox-product__tag .mindbox-product-bonus__label {
    color: white;
    font-family: 'Suisse Intl Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.mindbox-product__tag_scores {
    padding: 6px 12px 6px 8px;
    background-color: #FB4469;
    display: flex;
    gap: 2px;
    align-items: center;
}

.mindbox-product__tag_scores img {
    display: block;
    max-width: 16px;
    width: 100%;
    max-height: 16px;
    height: 100%;
}

@media (max-width: 992px) {
    .mindbox-product__tag .mindbox-product-bonus__value,
    .mindbox-product__tag .mindbox-product-bonus__label {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.04em;
    }

    .mindbox-product__tag_scores {
        padding: 7px;
        align-items: normal;
    }

    .mindbox-product__tag_scores img {
        max-width: 10px;
        max-height: 10px;
    }
}