

/* Start:/local/templates/poryadochniy_2025/template_styles.css?1775566098193961*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lobster&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Neris Thin';
    font-style: normal;
    font-weight: normal;
    src: local('././assets/fonts/Neris Thin'), url('/local/templates/poryadochniy_2025/././assets/fonts/Neris-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Neris Light';
    font-style: normal;
    font-weight: normal;
    src: local('././assets/fonts/Neris Light'), url('/local/templates/poryadochniy_2025/././assets/fonts/Neris-Light.woff') format('woff');
}

@font-face {
    font-family: 'Neris SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('././assets/fonts/Neris SemiBold'), url('/local/templates/poryadochniy_2025/././assets/fonts/Neris-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Neris Black';
    font-style: normal;
    font-weight: normal;
    src: local('././assets/fonts/Neris Black'), url('/local/templates/poryadochniy_2025/././assets/fonts/Neris-Black.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 175px;
}

* {
    font-family: 'Inter';
    color: #212121;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-size: 36px;
    font-family: 'Neris SemiBold';
    margin-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

::-webkit-scrollbar {
    width: 4px;
    background: #C9C9C999;
}

::-webkit-scrollbar-thumb {
    background: #024702;
}

ul, li {
    list-style: none;
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #C9C9C999;
}

header {
    margin: auto;
    padding: 24px 12px 35px;
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #FFF;
    max-width: 100%;
    z-index: 10;
    top: 0;
}

header .top_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1824px;
    margin: auto;
    margin-bottom: 16px;
}

header .menu ul {
    display: flex;
    gap: 32px;
    font-weight: 300;
    font-size: 18px;
}

header .top_block .right_btns {
    display: flex;
    align-items: center;
    gap: 16px;
}

header .location a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

header .logo {
    max-width: 175px;
}

header .logo svg {
    max-width: 100%;
    height: fit-content;
    max-height: 60px;
}

.max_width_theme {
    max-width: 1620px;
    padding: 0px 12px;
    margin: auto;
    position: relative;
}

.btn_default {
    font-size: 20px;
    font-weight: 600;
    color: #024702;
    padding: 16px 30px;
    border: 1px solid #024702;
    border-radius: 8px;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    background: #FFF;
    cursor: pointer;
}

.btn_reg {
    cursor: pointer;
}

.btn_default:hover{
    background: #024702;
    color: #FFF;
    text-decoration: none;
}

.btn_green {
    background: #024702;
    color: #F8F8F8;
    padding: 10px 38px;
    border-radius: 8px;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    display: block;
    width: fit-content;
    cursor: pointer;
    border: 1px solid  #024702;
}

.btn_green:hover {
    color: #024702;
    background: #FFF;
    text-decoration: none;

}

header .bottom_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1824px;
    margin: auto;
}

header .bottom_block .left_block {
    display: flex;
    align-items: center;
    gap: 24px;
}

.head__catalog_menu {
    position: relative;
}

.dropdown_catalog {
    display: none;
    position: absolute;
    left: 150px;
    transform: translate(-50%, 0px);
    border-radius: 20px;
    z-index: 99;
}

.btn_catalog {
    background: #024702;
    padding: 17px 30px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
    border: 1px solid #024702;
    display: block;
}

.btn_catalog span {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}

.btn_catalog:hover span {
    color: #024702;
}

.btn_catalog:hover {
    background: #FFF;
    text-decoration: none;
}

.btn_catalog:hover path {
    fill: #024702;
}

.head__search {
    min-width: 698px;
    position: relative;
}

.head__search input {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
}

.head__search button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0px, -50%);
    background: none;
    border: none;
    cursor: pointer;
}

.head__search .search-info {
    position: absolute;
    border: 1px solid #C9C9C999;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    display: none;
    width: 100%;
    z-index: 2;
    background: #FFF;
}

.head__search .search-info a:not(:last-child) {
    margin-bottom: 10px;
    display: block;
}

.search-loader {
    padding: 15px;
    text-align: center;
    color: #666;
    position: relative;
    min-height: 40px;
}

.search-loader:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-top-color: #3498db;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.search-error {
    color: #e74c3c;
    padding: 15px;
    text-align: center;
}

.head__links {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 15px;
}

.head__links a {
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
}

.head__catalog_menu:hover .dropdown_catalog {
    display: block;
}

.callback_block_messengers {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    position: relative;
}

.callback_block_messengers span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.menu_catalog_link {
    width: 460px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
    position: relative;
    padding: 28px 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFF;
}

.menu_catalog_link::-webkit-scrollbar {
    width: 0;
}

.menu_catalog_link>ul>li:first-child a {
    width: 100%;
    display: flex;
    align-items: center;
    background: #F1F6F7;
    gap: 10px;
    padding: 16px 26px;
    border-radius: 20px;
    max-width: 394px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 12px;
}

.menu_catalog_link>ul>li:first-child {
    margin-bottom: 10px;
    padding: 0;
}

.menu_catalog_link>ul>li:first-child a img {
    max-width: 51px;
}

.menu_catalog_link>ul>li:first-child a span {
    font-family: 'Neris SemiBold';
}

.menu_catalog_link>ul>li {
    padding: 0 12px;
}

.menu_catalog_link>ul>li a {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 14px 14px;
    width: 410px;
    gap: 10px;
    border-radius: 20px;
}

.menu_catalog_link>ul>li a svg {
    width: 30px;
    height: 30px;
}

.menu_catalog_link>ul>li a:hover {
    background: #F8F8F8;
}

.menu_catalog_link>ul>li:hover .dropdown_catalog_content>div {
    display: flex;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    padding: 30px;
    height: 100%;
    align-items: start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.menu_catalog_link>ul>li:hover .dropdown_catalog_content>div ul {
    width: 33.3333%;
    padding: 10px;
}

.menu_catalog_link>ul>li a img {
    width: 26px;
    height: 26px;
}

.dropdown_catalog_content {
    width: calc(1540px - 460px);
    border: 1px solid #C9C9C999;
    border-radius: 20px;
    margin-left: -15px;
    left: 460px;
    top: 0px;
    padding-left: 54px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    height: calc(100% + 1px);
    position: fixed;
    display: none;
    overflow: auto;
    padding-top: 40px;
    row-gap: 40px;
}

.dropdown_catalog_content li.parent_link>a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 16px;
    width: fit-content;
    padding-top: 0;
}

.dropdown_catalog_content .children_link a {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    padding-bottom: 8px;
}

.dropdown_catalog_content a {
    max-width: 100%;
}

.dropdown_catalog_content a:hover {
    background: none !important;
}

.dropdown_catalog_content .children_link {
    max-height: 115px;
    display: block;
    overflow: hidden;
    transition: 0.3s;
}

.dropdown_catalog_content .children_link.show {
    max-height: fit-content;
}

.menu_catalog_link>ul>li.open .dropdown_catalog_content {
    display: grid;
    padding-bottom: 100px;
    background: #FFF;
    min-width: 800px;
    overflow: hidden;
    padding: 0;
    max-width: 1000px;
    width: calc(100% - 350px);
}

.menu_catalog_link>ul>li.open .dropdown_catalog_content>ul {
    max-width: 240px;
    height: fit-content;
}

.show_more_link_menu {
    font-size: 18px;
    font-weight: 300;
    color: #8D8D8D;
    border-bottom: 1px solid #C9C9C999;
    width: fit-content;
    padding-bottom: 2px;
    cursor: pointer;
}

.main {
    max-width: 1620px;
    margin: auto;
    padding: 0 12px;
}

.main_slide {
    max-height: 355px;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
    margin-top: 25px;
}

.main_slide .slick-list {
    overflow: visible;
}

.main_slide .slick-slide {
    border-radius: 20px;
    overflow: hidden;
    width: 1620px;
    margin: 0 15px;
    transition: 0.2s;
    position: relative;
}

.main_slide .slick-slide:not(.slick-center) {
    opacity: 0.6;
}

.main_slide .left_text {
    padding-left: 67px;
    padding-top: 90px;
    padding-bottom: 51px;
    position: relative;
}

.main_slide .left_text .title {
    font-size: 48px;
    font-weight: 600;
    max-width: 695px;
    font-family: 'Neris SemiBold';
    padding-bottom: 72px;
    line-height: 100%;
    position: relative;
    z-index: 3;
}

.left_text.right_img .img_1 {
    position: absolute;
    right: 0;
    top: 35px;
    rotate: 30deg;
    border-radius: 40px;
    box-shadow: 8px 17px 8.9px -1px #00000026;
    z-index: 1;
}

.left_text.right_img .img_2 {
    position: absolute;
    right: 20%;
    top: 0;
    z-index: 0;
}

.main_slide .swiper-slide-prev {
    opacity: 0.5;
}

.main_slide .btn_green {
    font-size: 20px;
    font-family: "Neris SemiBold";
}

.main_slide .btn_prev {
    position: absolute;
    top: 50%;
    left: -95px;
    transform: translate(0px, -50%);
    z-index: 2;
    cursor: pointer;
    opacity: 0.7;
}

.main_slide .btn_next {
    position: absolute;
    top: 50%;
    right: -95px;
    transform: translate(0px, -50%);
    z-index: 2;
    cursor: pointer;
    opacity: 0.7;
}

.main_tabs {
    padding: 100px 0;
}

.main_tabs .title {
    font-size: 36px;
    font-family: 'Neris SemiBold';
    max-width: 1065px;
}

.tabs_products .tabs_container ul {
    display: flex;
    gap: 16px;
}

.tabs_products .tabs_container {
    margin: 50px 0;
}

.tabs_products .tabs_container li {
    font-size: 20px;
    font-weight: 500;
    padding: 14px 43px;
    border: 1px solid #C9C9C999;
    border-radius: 7px;
    transition: 0.2s;
    cursor: pointer;
}

.tabs_products .tabs_container li.active,
.tabs_products .tabs_container li:hover {
    background: #024702;
    color: #FFF;
}

.grid_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.grid_3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.grid_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.product {
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #4A4A4A40;
    position: relative;
    overflow: hidden;
}

.sticker.bestsellers {
    background: #DA0916;
    width: fit-content;
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 16px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sticker.bestsellers span {
    color: #FFF;
}

.wishlist.favorites path {
    fill: #DA0916;
    stroke: #DA0916 !important;
}

.favorites .tabs_container {
    display: grid;
    grid-template-columns: auto auto 1fr;
    justify-items: end;
    align-items: center;
}

.favorites .tabs_container p {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Manrope';
    margin-right: 24px;
}

.product .add_favorites {
    position: absolute;
    top: 27px;
    right: 24px;
    cursor: pointer;
}

.product .add_favorites path {
    transition: 0.1s;
}

.product .add_favorites path:hover,
.product .add_favorites .favorites path {
    fill: #DA0916;
    stroke: #DA0916;
}

.product_images img {
    margin: auto;
    text-align: center;
    height: 251px;
    padding-top: 71px;
    padding-bottom: 16px;
}

.product_images {
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .prices_block {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product .prices_block .discount {
    background: #FFEC17;
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
}

.product .prices_block .price {
    font-size: 30px;
    font-weight: 700;
}

.product .prices_block .old_price {
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    text-decoration: line-through;
}

.product .name {
    padding: 0 16px;
    font-size: 18px;
    font-weight: 500;
    max-height: 2.4em; /* Пример: font-size 18px * 1.2 line-height * 2 строки */
    line-height: 1.2;
    display: block;
    height: 43px;
}

.info_count {
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 4px;
    align-items: center;
}

.info_count.count_many span {
    color: #024702;
}

.info_count.count_few span {
    color: #DA0916;
}

.info_count.count_few svg path {
    fill: #DA0916;
}

.product .add_in_basket>span {
    color: #024702;
    width: 100%;
    height: 100%;
    display: block;
    padding: 16px;
}

.product .add_in_basket .in_basketed {
    display: none;
    padding: 16px;
}

.product .add_in_basket {
    font-size: 20px;
    font-weight: 600;
    margin: 0 16px;
    border: 1px solid #024702;
    border-radius: 8px;
    transition: 0.2s;
    padding: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 24px;
    background: #FFF;
    border: 1px solid #024702;
    transition: 0.2s;
}

.total_sum_certs .add_in_basket {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    border: 1px solid #024702;
    border-radius: 8px;
    transition: 0.2s;
    padding: 0;
    text-align: left;
    position: relative;
    cursor: pointer;
    display: block;
    background: #FFF;
    border: 1px solid #024702;
    transition: 0.2s;
}

.total_sum_certs .add_in_basket>span {
    color: #024702;
    width: 100%;
    height: 100%;
    display: block;
    padding: 16px;
}

.total_sum_certs .add_in_basket .in_basketed {
    display: none;
    padding: 16px;
}

.product .add_in_basket:hover,
.total_sum_certs .add_in_basket:hover {
    color: #FFF;
    background: #024702;
}

.product .add_in_basket:hover>span,
.total_sum_certs .add_in_basket:hover>span {
    color: #FFF;
}

.product .add_in_basket .in_basketed.show,
.total_sum_certs .in_basketed.show {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product .add_in_basket .in_basketed span,
.total_sum_certs .in_basketed span {
    color: #FFF;
    font-size: 16px;
    width: 100%;
}

.product .add_in_basket .in_basketed .input_count,
.total_sum_certs .in_basketed .input_count {
    display: flex;
    /* width: 69px; */
    gap: 10px;
}

.product .add_in_basket .in_basketed .input_count input[type="text"],
.total_sum_certs .in_basketed .input_count input[type="text"] {
    max-width: 100%;
    width: 50px;
    background: none;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.product .add_in_basket.no_active,
.total_sum_certs .add_in_basket.no_active {
    background: #024702;
    color: #FFFF;
}

.main_popular_category {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
}

.main_popular_category .big_block a {
    height: 328px;
    width: 100%;
    display: block;
    border-radius: 20px;
    border: 1px solid #C9C9C999;
    padding: 24px;
    background-repeat: no-repeat !important;
    background-size: 80% !important;
    background-position: 100px 50% !important;
}

.main_popular_category .big_block a .title {
    font-size: 26px;
    font-weight: 600;
    width: 30%;
    font-family: 'Manrope';
}

.main_popular_category .small_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    grid-template-rows: 152px;
}

.main_popular_category .small_block a {
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    padding: 16px;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: contain !important;
}

.main_popular_category .small_block:nth-child(3) a:nth-child(2) {
    background-size: 30% !important;
}

.main_popular_category .small_block a .title {
    font-size: 16px;
    font-weight: 600;
}

.main_popular_category .small_block a:nth-child(2) .title {
    width: 70%;
}

.main_popular_category .small_block a:nth-child(3) {
    grid-column: span 2;
}

.main_popular_category .small_block.reverse a:nth-child(1) {
    grid-column: span 2;
}

.main_popular_category .small_block.reverse a:nth-child(3) {
    grid-column: span 1;
}

.main_popular_category .small_block.reverse a:nth-child(1) .title {
    width: 35%;
}

.popular_category_list {
    grid-column: span 3;
    margin-top: 33px;
}

.popular_category_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.popular_category_list ul .img {
    width: 150px;
    height: 150px;
    border: 1px solid #C9C9C999;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
}

.popular_category_list ul .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular_category_list ul .title {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    max-width: 148px;
}

.main_popular_category>.title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Neris SemiBold';
    grid-column: span 3;
    margin-bottom: 40px;
}

.main_popular_category a {
    transition: 0.2s;
}

.main_popular_category a:hover {
    box-shadow: 0px 0px 10px #00000021;
}

.popular_category_list li img {
    transition: 0.2s;
}

.popular_category_list li:hover img {
    transform: scale(1.1);
}

.main_stocks {
    padding: 100px 0;
}

.main_stocks .title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Neris SemiBold';
    margin-bottom: 62px;
}

.main_stocks .item {
    padding: 262px 40px 40px;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #00000040;
}

.main_stocks .item .name {
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 8px;
    font-family: 'Neris SemiBold';
}

.main_stocks .item span {
    font-size: 18px;
}

.main_stocks .grid_2 {
    margin-bottom: 50px;
}

footer {
    position: relative;
    padding-top: 64px;
}

footer>svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.footer_nav {
    display: grid;
    grid-template-columns: auto auto 1fr;
}

.footer_nav .title {
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #212121;
    font-size: 20px;
    font-family: 'Neris Light';
    padding-right: 243px;
}

.btn_up {
    display: flex;
    width: fit-content;
    float: right;
    gap: 8px;
    width: 100%;
    align-items: flex-start;
}

.btn_up img {
    width: 25px;
}

.btn_up .name {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #212121;
    height: 44px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

footer .menu ul {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

footer .menu ul a,
footer .contacts ul a {
    font-size: 18px;
    font-family: 'Neris Light';
}

footer .contacts ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer .info_block {
    padding-top: 82px;
    display: inline-block;
    width: 100%;
    padding-bottom: 27px;
}

footer .info_block .left_block {
    float: left;
    width: 25%;
}

footer .info_block .left_block img {
    max-width: 175px;
}

footer .info_block .left_block p {
    margin-top: 4px;
    font-size: 16px;
    font-family: 'Neris Light';
}

footer .info_block .left_block p span {
    font-size: 14px;
    font-family: 'Neris Light';
}

footer .info_block .right_block {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .info_block .right_block {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .info_block .right_block a {
    font-size: 16px;
    font-family: 'Neris Light';
}

.breadcrumb {
    margin-top: 25px;
}

.breadcrumb ul {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 50px;
}

.breadcrumb ul li a {
    font-size: 18px;
    font-weight: 300;
}

.breadcrumb ul li:not(a) {
    font-size: 18px;
    font-weight: 300;
    color: #024702;
}

.catalog_list {
    display: grid;
    grid-template-columns: repeat(6, auto);
    gap: 24px;
    padding-bottom: 50px;
}

.catalog_list>div a {
    transition: 0.2s;
    text-decoration: none;
}

.catalog_list>div:hover a {
    box-shadow: 0px 0px 10px 2px #00000014;
}

.catalog_list .big_block a {
    padding: 24px;
    height: 100%;
    display: block;
    border-radius: 20px;
    border: 1px solid #C9C9C999;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.catalog_list .big_block a p {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Manrope';
    max-width: 176px;
}

.catalog_list .big_block {
    grid-column: span 2;
    grid-row: span 2;
}

.catalog_list .small_block ,
.catalog_list .long_block {
    height: 152px;
}

.catalog_list .small_block {
    width: 250px;
}

.catalog_list .small_block a,
.catalog_list .long_block a{
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    height: 100%;
    display: block;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: contain !important;
}

.catalog_list .long_block {
    grid-column: span 2;
}

.catalog_list .long_block .name,
.catalog_list .small_block .name {
    font-size: 16px;
    font-weight: 600;
    max-width: 152px;
}

.catalog_list .big_block.with_img p {
    color: #FFF;
    font-size: 32px;
    max-width: 200px;
}

.products_container .left_block {
    width: 387px;
}

.page_title {
    font-size: 36px;
    font-family: 'Neris Semibold';
}

.products_container .page_title {
    margin-bottom: 65px;
}

.products_container .filter {
    padding: 32px 24px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
}

.products_container .bx-filter .close_modal {
    display: none;
}

.btn_filter {
    display: none;
}

.products_container .bx-filter .top_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.products_container .bx-filter .top_block .title {
    font-size: 26px;
    font-weight: 600;
}

.products_container .bx-filter .top_block .btn_default {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 26px;
}

.filter_price .name span,
.bx-filter-parameters-box-hint {
    font-size: 20px;
    font-family: 'Neris SemiBold';
    margin-bottom: 24px;
}

.filter_price .item {
    display: flex;
    flex-wrap: wrap;
}

.bx-filter-parameters-box-container .inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
}

.filter_price .item .inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
    margin-bottom: 20px;
    width: 100%;
}

.bx-filter .bx-filter-input-container input {
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: 7px;
    padding: 10px 29px;
}

.bx-filter .bx-ui-slider-track {
    height: 2px;
    width: 90%;
    background: #C9C9C999;
    position: relative;
    margin: auto;
}

.range_price {
    position: relative;
    width: 100%;
}

.range_price_slider {
    position: relative;
    width: 100%;
}

.bx-filter .bx-ui-slider-handle.right,
.bx-filter .bx-ui-slider-handle.left {
    width: 20px;
    height: 20px;
    background: #024702;
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 100%;
    transform: translate(0px, -50%);
}

.bx-filter .bx-filter-block {
    display: block;
}

.bx-filter .bx-ui-slider-pricebar-v {
    background: #024702;
}

.bx-filter .bx-ui-slider-range {
    background: #cbcbcb;
}

.filter_price {
    margin-bottom: 24px;
    padding-bottom: 34px;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
    z-index: 1;
}

.filter_category .name,
.filter_price .name  {
    font-size: 20px;
    font-family: 'Neris SemiBold';
    margin-bottom: 24px;
}

.bx-filter-input-checkbox >span {
    padding: 10px 16px;
    display: block;
}

.filter_category ul {
    max-height: 253px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto;
    padding: 5px 0;
}

.bx-filter-block li {
    border: 1px solid #C9C9C999;
    display: block;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 300;
    max-width: 245px;
}

.bx-filter .bx-filter-param-label {
    min-height: auto;
    padding: 0;
}

.bx-filter-block li label {
    width: 100%;
}

.bx-filter-block li:hover .bx-filter-input-checkbox>span {
    text-decoration: underline;
}

.bx-filter-block li.active {
    background: #C9C9C999;
}

.filter_search {
    /*padding-top: 24px;*/
    margin-top: 24px;
    margin-bottom: 24px;
    /* padding-bottom: 24px;
    border-bottom: 1px solid #E2E2E2; */
    /*border-top: 1px solid #E2E2E2;*/
    position: relative;
}


.filter_search input[type="text"] {
    width: 100%;
    border: 1px solid #C9C9C999;
    padding: 17px 20px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 300;
}

.filter_search svg {
    background: none;
    border: 0;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translate(0px, -50%);
}

.bx-filter .bx-filter-block .btn_green {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

.bx-filter-parameters-box-container,
.bx-filter .bx-ui-slider-track-container {
    padding-bottom: 0;
}

.products_container {
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 26px;
}

.sort_block {
    display: flex;
    gap: 40px;
}

.sort_block .sort .sort_dropdown {
    display: none;
    position: absolute;
    top: 55px;
    border: 1px solid #E2E2E2;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    z-index: 2;
}

.sort_block .sort .sort_dropdown li a,
.page_count_element .sort_dropdown a {
    padding: 10px 30px;
    display: block;
    width: 100%;
    background: #FFF;
    cursor: pointer;
    white-space: nowrap;
}

.sort_block .sort>a {
    padding: 16px 24px;
    border: 1px solid #E2E2E2;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 37px;
    min-width: 225px;
}

.page_count_element {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}

.page_count_element .sort_dropdown {
    display: none;
    position: absolute;
    top: 50px;
    border: 1px solid #E2E2E2;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    right: 0;
    width: 83px;
    z-index: 2;
}

.sort_block .sort .sort_dropdown li a:hover, .page_count_element .sort_dropdown a:hover {
    background: #D9D9D9;
}

.page_count_element>a {
    border: 1px solid #E2E2E2;
    border-radius: 7px;
    padding: 10px 16px;
    display: flex;
    gap: 16px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 300;
}

.page_count_element .name {
    font-family: 'Neris SemiBold';
}

.sort_block .sort {
    position: relative;
}

.products_container .right_block .top_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.display_view_mode .active {
    background: #024702;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.display_view_mode a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
}

.display_view_mode a:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.display_view_mode {
    display: flex;
    gap: 8px;
    align-items: center;
}

.display_view_mode a:not(.active) {
    background: #F5F5F5;
}

.display_view_mode a:not(.active) path {
    fill: #C9C9C9;
}

.products_list .bottom_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.products_list .bottom_btns .pagination {
    display: flex
;
    align-items: center;
    gap: 10px;
}

.products_list .bottom_btns .pagination-desktop {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pagination a:not(.arrows),
.pagination span {
    border: 1px solid #C9C9C999;
    border-radius: 2px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
}

.pagination .dots {
    display: flex;
    align-items: flex-end;
    border: 0 !important;
    width: fit-content !important;
    min-width: auto !important;
}

.pagination span.active {
    background: #024702;
    color: #FFF;
}

.products_list .show_more .btn_default {
    padding: 14px 19px;
    cursor: pointer;
}

.products_list_v2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.products_list_v2 .product>div {
    display: grid;
    align-items: center;
    gap: 24px;
    grid-template-columns: auto auto 1fr;
}

.products_list_v2 .right_block {
    padding-left: 37px;
}

.products_list_v2 .name {
    font-size: 20px;
    margin: inherit;
    padding: 0;
    overflow: hidden;
}

.product_list_images {
    width: 300px;
    position: relative;
    background: #F1F6F7;
    height: 100%;
}

.product_list_images .product_images {
    margin: auto;
    padding-top: 73px;
    max-width: 184px;
}

.product_list_images .sticker.bestsellers {
    bottom: 26px;
    top: auto;
}

.info_product_list {
    max-width: 441px;
}

.info_product_list .props ul {
    margin-top: 16px;
}

.info_product_list .props li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C9C9C999;
    padding-bottom: 2px;
}

.info_product_list .props li span {
    font-size: 18px;
    font-weight: 300;
}

.info_product_list .info_count.count_many {
    padding: 16px 0px;
}

.accordion>ul>li {
    padding: 21px 50px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}

.accordion .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-family: 'Neris SemiBold';
}

.accordion .content {
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    display: none;
    max-width: 930px;
}

.accordion h4 {
    font-size: 26px;
    margin-bottom: 16px;
    font-family: 'Neris Light';
}

.accordion .content p {
    margin-bottom: 16px;
}

.accordion li svg {
    transition: 0.2s;
}

.accordion li.active svg {
    transform: rotate(180deg);
}

.page_stocks .top_block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.page_stocks .top_block .left_block {
    max-width: 465px;
}

.page_stocks .top_block .left_block .desc {
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
}

.category_stocks ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.category_stocks ul a {
    font-size: 18px;
    font-weight: 300;
    display: block;
    cursor: pointer;
}

.category_stocks ul a.active {
    padding: 15px 23px;
    background: #024702;
    border-radius: 100px;
    color: #FFF;
}

.list_stocks {
    margin-top: 50px;
    margin-bottom: 100px;
}

.list_stocks .item {
    height: 404px;
    padding: 30px 40px;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: right;
}

.list_stocks .item:nth-child(-n+3) .name {
    font-size: 36px;
    font-family: 'Neris SemiBold';
    line-height: 100%;
    margin-bottom: 8px;
}

.list_stocks .item:nth-child(-n+3) .text {
    font-size: 18px;
    font-weight: 400;
}

.list_stocks .grid_3 {
    gap: 24px;
    margin-bottom: 24px;
}


.list_stocks .item:nth-child(4) {
    grid-column: span 3;
}

.list_stocks .item:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 24px;
}

.list_stocks .item:nth-child(4) .name {
    font-size: 64px;
    font-family: 'Neris SemiBold';
    line-height: 100%;
    margin-bottom: 8px;
}

.list_stocks .item:nth-child(4) .text {
    font-size: 32px;
}

.list_stocks .grid_3 .item:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 24px;
}

.list_stocks .grid_3 .item:nth-child(4) .name {
    font-size: 64px;
    font-family: 'Neris SemiBold';
    line-height: 100%;
    margin-bottom: 8px;
}

.list_stocks .grid_3 .item:nth-child(4) .text {
    font-size: 32px;
}

.list_stocks .item:nth-last-child(-n+2) .name {
    font-size: 36px;
    font-family: 'Neris SemiBold';
    margin-bottom: 8px;
}

.list_stocks .item:nth-last-child(-n+2) .text {
    font-size: 18px;
    font-weight: 400;
}

.list_stocks .btn_default {
    padding: 14px 22px;
    width: fit-content;
    margin: auto;
    margin-top: 50px;
    cursor: pointer;
}

.about:before {
    content: '';
    background-image: url("/local/templates/poryadochniy_2025/./assets/img/nizhniy-elem.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}

.about {
    padding: 32px 57px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    row-gap: 50px;
    position: relative;
    margin-bottom: 100px;
}

.about .title {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    margin-bottom: 16px;
}

.about .text {
    font-size: 18px;
    font-weight: 300;
}

.about a {
    font-size: 20px;
    color: #024702;
    text-decoration: underline;
}

.partners .info_block {
    position: relative;
    padding: 32px 57px 77px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 51px;
}

.partners .info_block:before {
    content: '';
    background-image: url("/local/templates/poryadochniy_2025/./assets/img/nizhniy-elem.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 350px;
    height: 213px;
    z-index: -1;
    opacity: 0.2;
    bottom: 0;
    left: 5%;
}

.partners .info_block .title {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    margin-bottom: 16px;
}

.partners .info_block .text {
    font-size: 18px;
    font-weight: 300;
}

.partners .info_block .item:first-child {
    max-width: 452px;
}

.partners .form_block {
    position: relative;
    padding: 64px 140px 100px;
    border-radius: 20px;
    overflow: hidden;
    margin: 100px 0;
}

.partners .form_block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #024702;
    z-index: -2;
}

.partners .form_block:before {
    content: '';
    background-image: url("/local/templates/poryadochniy_2025/./assets/img/nizhniy-elem.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    bottom: 0;
    right: 0;
    background-position: right;
}

.partners .form_block .title {
    font-size: 36px;
    font-family: 'Neris SemiBold';
    color: #FFF;
    margin-bottom: 24px;
}

.partners .form_block .text {
    font-size: 18px;
    color: #FFF;
    font-weight: 300;
    margin-bottom: 24px;
}

.partners .form_block form {
    max-width: 1064px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.partners .form_block form input[type="text"] {
    padding: 16px 26px;
    border-radius: 6px;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

.partners .form_block form p input[type="text"] {
    padding: 0;
}

.input_soc {
    width: 416px;
}

.select {
    position: relative;
}

.select p {
    padding: 16px 26px;
    background: #FFF;
    border-radius: 6px;
    color: #595959;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select .dropdown_select {
    display: none;
    position: absolute;
    border: 1px solid #E2E2E2;
    width: 100%;
    top: 65px;
    background: #FFF;
    border-radius: 7px;
    z-index: 1;
}

.select .dropdown_select li {
    padding: 15px 29px;
    font-weight: 300;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
}

.select .dropdown_select li:hover {
    background: #C9C9C999;
}

.partners .form_block input[type="submit"] {
    background: #FFF;
    border: 0;
    padding: 14px 52px;
    border-radius: 8px;
    font-size: 20px;
    color: #024702;
    font-family: 'Neris SemiBold';
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid #FFF;
    line-height: 100%;
}

.partners .form_block input[type="submit"]:hover {
    background: #024702;
    color: #FFF;
}

.partners .form_block .submit span {
    font-size: 18px;
    font-weight: 300;
    margin-left: 8px;
    max-width: 243px;
    display: block;
    color: #FFF;
}

.partners .form_block .submit span a {
    font-weight: 600;
    color: #FFF;
}

.partners .form_block form .submit {
    display: flex;
    align-items: center;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 100px;
}

.news-list .item {
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.news-list .item .left_block {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 275px;
}

.news-list .item .left_block .date {
    color: #212121B2;
    font-weight: 600;
}

.news-list .item .left_block .title {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    max-height: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.news-list .item .text {
    max-width: 578px;
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.news-list .img {
    max-height: 208px;
    max-width: 387px;
}

.news-list .item img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.news-list .btn_default {
    padding: 14px 22px;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}

.news_detail {
    max-width: 1264px;
    margin-bottom: 100px;
}

.news_detail .page_title {
    margin-bottom: 16px;
}

.news_detail .date {
    font-size: 20px;
    font-weight: 500;
}

.news_detail .top_block {
    margin-bottom: 100px;
}

.news_detail h4 {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    margin-bottom: 16px;
}

.news_detail .content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 24px;
}

.news_detail .content img {
    border-radius: 20px;
    margin-bottom: 24px;
    max-height: 392px;
    display: block;
    width: 100%;
    object-fit: cover;
}

.detail_news_slider_img {
    overflow: hidden;
    height: auto;
    display: grid;
    grid-template-columns: 266px 1fr 266px;
    gap: 16px;
}

.detail_news_slider_img .swiper-slide-next {
    transform: scaleX(1.6);
}

.detail_news_slider_img .swiper-slide-next img {
    object-fit: contain !important;
    border-radius: 20px;
    transform: scaleY(1.6);
}

.detail_news_slider_img .swiper-slide {
    display: flex;
    transition: 0.2s;
    border-radius: 20px;
    overflow: hidden;
}

.detail_news_slider_img .swiper-slide.visible:not(.swiper-slide-active) {
    display: flex;
    justify-content: flex-end;
}

.detail_news_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.detail_news_slider_img .swiper-slide:not(.swiper-slide-next) img {
    width: 266px;
}

.detail_news_slider_img .swiper-slide-next+.swiper-slide {
    display: flex;
    justify-content: flex-end;
}
.contacts .top_block {
    display: flex;
    justify-content: space-between;
}

.contacts .top_block .items {
    display: flex;
    gap: 40px;
}

.contacts .top_block .items .info {
    display: flex;
    gap: 16px;
}

.contacts .top_block .items .info svg {
    width: 28px;
    display: block;
    height: 28px;
}

.contacts .top_block .items .info path {
    fill: #B8B8B8;
}

.contacts .top_block .items .info p {
    color: #B8B8B8;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 16px;
}

.contacts .top_block .items .info a {
    font-size: 26px;
    font-family: 'Neris Semibold';
}

.dropdown_route {
    position: relative;
    transition: 0.2s;
    width: fit-content;
}

.dropdown_route:hover ul {
    display: block;
}

.dropdown_route:hover .btn_green {
    color: #024702;
    background: #FFF;
}

.dropdown_route .btn_green {
    font-size: 20px;
    font-weight: 600;
}

.dropdown_route ul {
    position: absolute;
    top: 56px;
    border: 1px solid #E2E2E2;
    width: 100%;
    border-radius: 7px;
    background: #FFF;
    z-index: 1;
    display: none;
}

.dropdown_route ul a {
    gap: 10px;
    display: block;
    width: 100%;
    padding: 19px 11px;
    border-bottom: 1px solid #C9C9C999;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.dropdown_route ul li:last-child a {
    border-bottom: 0;
}

.dropdown_route ul a:hover {
    background: #C9C9C999;
}

.contacts .map {
    margin-top: 50px;
    margin-bottom: 100px;
    border-radius: 20px;
    overflow: hidden;
}

.modal_cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 470px;
    box-shadow: 0px 0px 4.1px 0px #00000026;
    height: 100%;
    background: #FFF;
    z-index: 999;
    border-radius: 20px;
    /*display: none;*/
}

.popup_cart {
    overflow: auto;
    height: 100%;
    padding-bottom: 75px;
}

.popup_cart .top_block,
.empty_basket .top_block {
    padding: 24px 18px 18px 24px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.popup_cart .top_block .title,
.empty_basket .top_block .title {
    font-size: 26px;
    font-family: 'Neris SemiBold';
}

.popup_cart .top_block .btn_default {
    font-size: 16px;
    font-weight: 300;
    padding: 5px 11px;
    border-radius: 4px;
}

.popup_cart .close_modal {
    cursor: pointer;
}

.popup_cart .products_block .item {
    padding: 10px;
    border: 1px solid #C9C9C999;
    margin: 24px 18px 15px 24px;
    border-radius: 10px;
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr;
    position: relative;
}

.delete_prod_modal_cart {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
}

.popup_cart .products_block .item .left_block {
    width: 119px;
}

.popup_cart .products_block .item .img {
    padding: 10px;
    background: #F1F6F7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 8px;
}

.popup_cart .products_block .item .count_item {
    border: 1px solid #C9C9C999;
    border-radius: 6px;
    height: 27px;
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
    line-height: 100%;
}

.popup_cart .products_block .item .count_item input {
    max-width: 100%;
    border: 0;
    text-align: center;
}

.popup_cart .products_block .item .count_item .amount {
    width: 25px;
}

.popup_cart .products_block .item .price_block {
    gap: 8px;
    display: flex;
    align-items: center;
}

.bx-soa-location-input-container.has-error .bx-sls .bx-ui-sls-container:before {
    display: none;
}

.popup_cart .products_block .item .price_block .discount {
    font-size: 14px;
    font-weight: 500;
    padding: 2.5px 12px;
    background: #FFEC17;
    border-radius: 20px;
}

.popup_cart .products_block .item .price_block .price {
    font-size: 18px;
    font-weight: 700;
}

.popup_cart .products_block .item .price_block .old_price {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
}

.popup_cart .products_block .item .name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.popup_cart .buy_block {
    padding: 24px 18px 18px 24px;
    order: 2;
}

.popup_cart .products_block .item .left_block a {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F6F7;
    border-radius: 10px;
    margin-bottom: 8px;
}

.popup_cart .buy_block .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.popup_cart .buy_block .btn_green {
    padding: 14px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 17px;
    margin-top: 16px;
}

.popup_cart .buy_block .btn_default {
    padding: 14px;
}

.overlay {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.no-overflow {
    overflow: hidden;
}

.empty_basket {
    height: 100%;
}

.empty_basket .info_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 76px;
}

.empty_basket .info_block  svg {
    margin-bottom: 22px;
}

.empty_basket .info_block  .title {
    text-align: center;
    font-size: 26px;
    font-family: 'Neris SemiBold';
    margin-bottom: 16px;
}

.empty_basket .info_block  .text {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 32px;
}

.product_card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px
}

.product_card .product_images_slider {
    width: 485px;
    overflow: hidden;
}

.product_images_slider_big {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}

.product_images_slider_big img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.product_images_slider_thumb .swiper-slide {
    height: 81px;
    cursor: pointer;
}

.product_images_slider_thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product_images_slider .swiper-pagination-bullet {
    cursor: pointer;
    background: #FFFFFF;
    opacity: 1;
}

.product_images_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #024702;
}

.product_images_slider_big .btn_next {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 2;
    right: -55px;
    cursor: pointer;
}

.product_images_slider_big .btn_prev {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 2;
    left: -55px;
    cursor: pointer;
}

.product_card_info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 31px;
}

.card_info_hit {
    padding: 10px 31px;
    background: #DA0916;
    border-radius: 7px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 26px;
}

.card_info_props .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 32px;
}

.card_info_props li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #C9C9C999;
    padding-bottom: 2px;
    margin-bottom: 16px;
}

.card_info_props a {
    font-size: 20px;
    font-weight: 100;
    padding-top: 16px;
    display: block;
}

li.card_hidden_props {
    display: none;
}

.product_card .buy_block {
    padding: 48px;
    border: 1px solid #C9C9C999;
    height: fit-content;
    border-radius: 20px;
}

.product_card .buy_block .article {
    color: #666666;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 32px;
}

.product_card .buy_block .info_count {
    padding: 0;
    margin-bottom: 32px;
}

.product_card .buy_block .prices_block {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}

.product_card .buy_block .prices_block .discount {
    padding: 2px 8.5px;
    background: #FFEC17;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 300;
}

.product_card .buy_block .price {
    font-size: 38px;
    font-weight: 600;
}

.product_card .buy_block .old_price {
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
    color: #999999;
}

.card_buy_product {
    display: grid;
    align-items: center;
    width: 335px;
    gap: 16px;
    grid-template-columns: 1fr auto;
}

.card_buy_product .card_add_favorites {
    height: fit-content;
    display: flex;
    padding: 15px;
    border: 1px solid #C9C9C999;
    border-radius: 100%;
    cursor: pointer;
}

.card_buy_product .card_add_favorites:hover path,
.card_add_favorites .favorites path {
    fill: #DA0916;
    stroke: #DA0916;
}

.card_buy_product .add_in_basket {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    border: 1px solid #024702;
    border-radius: 8px;
    transition: 0.2s;
    padding: 16px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: block;
    background: #FFF;
    border: 1px solid #024702;
    transition: 0.2s;
}

.card_buy_product .add_in_basket>span {
    color: #024702;
    display: block !important;
}

.card_buy_product .add_in_basket.no_active>span {
    display: none !important;
}

.js-plus.disabled,
.js-plus:disabled {
    opacity: 0.3;
}

.card_buy_product .add_in_basket .in_basketed {
    display: none;
}

.card_buy_product .add_in_basket .in_basketed span {
    color: #FFF;
    font-size: 20px;
}

.card_buy_product .add_in_basket .in_basketed .input_count {
    display: flex;
    width: 69px;
}

.card_buy_product .add_in_basket .in_basketed .input_count input[type="text"] {
    max-width: 100%;
    width: 50px;
    background: none;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.card_buy_product .add_in_basket.no_active {
    background: #024702;
    color: #FFFF;
}

.card_buy_product .add_in_basket .in_basketed.show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.card_buy_product .add_in_basket:hover {
    color: #FFF;
    background: #024702;
}

.card_buy_product .add_in_basket:hover>span {
    color: #FFF;
}

.card_info_delivery .item {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.card_info_delivery .item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C9C9C999;
}

.card_info_delivery .name {
    width: 103px;
}

.card_info_date_delivery {
    width: 140px;
}

.card_info_delivery {
    margin-top: 50px;
}

.other_products_in_card {
    padding: 100px 0;
}

.other_products_in_card:last-child {
    padding-top: 0;
}

.other_products_in_card h4 {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    margin-bottom: 32px;
}

.order_cart .page_title,
.favorites .page_title,
.order_fast .page_title  {
    font-size: 48px;
    margin-bottom: 50px;
}

.delete_cart {
    display: flex;
    gap: 80px;
    margin-bottom: 30px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

input[type="checkbox"]+label:after {
    content: '';
    border: 1px solid #C9C9C999;
    left: 0;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
}

.delete_cart a {
    font-size: 18px;
    font-weight: 300;
}

input[type="checkbox"]:not(.bx-soa-pp-company-checkbox):checked+:before {
    content: '';
    background-image: url("/local/templates/poryadochniy_2025/./assets/svg/checked.svg");
    position: absolute;
    left: 4px;
    top: 50%;
    z-index: 2;
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    transform: translate(-0, -50%);
}

.bx-filter-input-checkbox input[type="checkbox"]:checked+:before {
    display: none;
}

.bx-soa-item-img-block {
    display: block;
    box-shadow: 0px 4px 4px 0px #4A4A4A40;
    border-radius: 16px;
    background: #F1F6F7;
    width: 199px;
    height: 189px;
}

.basket-item-block-info {
    width: 440px;
    padding: 0 50px;
    box-sizing: content-box;
}

.basket-item-info-name-link span {
    font-size: 26px;
    font-family: 'Neris Light';
}

.basket-item-amount {
    margin: 32px 50px 0;
    width: 151px;
    height: 51px;
    border: 1px solid #C9C9C999;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.basket-item-amount-filed {
    border: 0;
    width: 30px;
    font-size: 26px;
    font-family: "Neris SemiBold";
    text-align: center;
}

.basket-item-btn-minus:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #666666;
    display: block;
}

span.basket-item-btn-minus,
span.basket-item-amount-btn-plus {
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
    position: relative;
}

span.basket-item-amount-btn-plus:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    background: #212121;
}

span.basket-item-amount-btn-plus:before {
    content: '';
    display: block;
    height: 12px;
    width: 2px;
    background: #212121;
    position: absolute;
    left: 5px;
    top: 19px;
}

.basket_items {
    display: grid;
    gap: 97px;
    grid-template-columns: 1fr auto;
}

.basket-item-price-current .prices_block {
    padding: 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.basket-item-price-current .prices_block .discount {
    background: #FFEC17;
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 300;
}

.basket-item-price-current .prices_block .price {
    font-size: 38px;
    font-weight: 700;
}

.basket-item-price-current .prices_block .old_price {
    font-size: 20px;
    font-weight: 600;
    color: #999999;
    text-decoration: line-through;
}

.basket-items-list-item-removes {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-end;
}

.basket-item-actions-remove svg {
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.wishlist.icon-custom path {
    stroke: #212121;
    transition: 0.2s;
}

.wishlist.icon-custom:hover path {
    fill: #DA0916;
    stroke: #DA0916;
}

.wishlist.icon-custom.active path {
    fill: #DA0916;
    stroke: #DA0916;
}

.basket-items-list-item-container td {
    padding: 12px 0;
}

.order_total {
    height: fit-content;
    padding: 40px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
    width: 449px;
    position: sticky;
    top: 10px
}

.order_total span {
    font-size: 18px;
    font-weight: 500;
}

.bx-soa-cart-total-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart_info_total {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #C9C9C999;
}

.bx-soa-cart-total-line span {
    display: flex;
    align-items: center;
}

.bx-soa-cart-total-line span sub {
    color: #C9C9C999;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #C9C9C999;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total span:first-child {
    font-size: 26px;
    font-family: "Neris SemiBold";
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total span:last-child {
    font-size: 38px;
    font-weight: 600;
}

.basket-coupon-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #C9C9C999;

}

.basket-coupon-section .form_group {
    position: relative;
    border: 1px solid #024702;
    border-radius: 8px;
    overflow: hidden;
}

.basket-coupon-section input[type="text"] {
    width: 100%;
    padding: 18px 150px 18px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #024702;
    border: 0;
}

.basket-coupon-section .form_group:before {
    content: 'Применить';
    position: absolute;
    right: 0;
    height: 100%;
    padding: 16px 11px;
    background: #024702;
    border: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.bx-soa-coupon-item {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.bx-soa-coupon-item strong {
    display: flex;
    gap: 5px;
    position: relative;
}

.bx-soa-coupon-item .bx-soa-coupon-remove:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    content: "";
    width: 2px;
    height: 10px;
    display: block;
    transition: 0.3s background-color ease;
    background: #b8b8b8;
    right: 50%;
    right: 50%;
    top: 50%;
    position: absolute;
}

.bx-soa-coupon-item .bx-soa-coupon-remove:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    content: "";
    width: 2px;
    transition: 0.3s background-color ease;
    background: #b8b8b8;
    height: 10px;
    display: block;
    right: 50%;
    top: 50%;
    position: absolute;
}

.bx-soa-coupon-item .bx-soa-coupon-remove {
    position: absolute;
    top: 50%;
    right: 0%;
    cursor: pointer;
}

.bx-soa-coupon-item strong, .bx-soa-coupon-item span {
    font-size: 16px !important;
}

.coupon {
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
}

.coupon p:last-child {
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
}

.order_total .btn_green {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 16px;
    text-align: center;
}

.info_buyer {
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 1258px;
}

.info_buyer_delivery {
    max-width: 1258px;
}

.info_buyer h4,
.info_buyer_delivery h4 {
    font-size: 26px;
    font-family: 'Neris Light';
    margin-bottom: 32px;
}

.info_buyer input[type="text"] {
    width: 257px;
    padding: 16px 26px;
    border: 1px solid #C9C9C999;
    border-radius: 6px;
}

.info_buyer  input.name_buyer{
    max-width: 506px;
    width: 100%;
}

.info_buyer .form_group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.check_email label {
    padding-left: 32px !important;
}

.check_email label:after,
.bx-soa-pp-item-container label:after{
    width: 22px !important;
    height: 22px !important;
}

.check_email input[type="checkbox"]:checked+:before,
.bx-soa-pp-item-container input[type="checkbox"]:checked+:before {
    width: 14px;
    height: 11px;
}

.info_buyer_delivery .form-group {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 40px;
    gap: 50px
}

.info_buyer_delivery .title {
    width: 150px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.bx-sls .dropdown-block {
    width: 100%;
    max-width: 295px;
    position: relative;
}

.bx-soa-pp-item-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 476px;
}

.bx-sls .bx-ui-sls-container:before {
    content: '';
    width: 12px;
    height: 8px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    background-image: url(/local/templates/poryadochniy_2025/./assets/svg/arrow_dropdown_grey.svg);
    z-index: 2;
    opacity: 0 !important;
}

.bx-soa-pp-company-graf-container  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 42px;
    position: relative;
    cursor: pointer;
}

.bx-soa-pp-company-graf-container span {
    font-weight: 500;
    font-size: 18px;
}

.russianpost_link {
    margin-bottom: -20px;
}

.bx-soa-pp-company-graf-container:after {
    content: '';
    content: '';
    border: 1px solid #C9C9C999;
    left: 0;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
}

.bx-soa-pp-company-line.bx-selected .bx-soa-pp-company-graf-container:before {
    content: '';
    background-image: url(/local/templates/poryadochniy_2025/./assets/svg/checked.svg);
    position: absolute;
    left: 6px;
    top: 50%;
    z-index: 2;
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    transform: translate(-0, -50%);
}

.bx-soa-delivery-desc {
    margin-top: 20px;
}

.bx-soa-pp-company-smalltitle {
    /* width: 213px; */
    font-weight: 500;
    font-size: 18px;
}

#russianpost_btn_openmap {
    /* position: relative; */
    border: 1px solid #024702 !important;
    border-radius: 8px;
    overflow: hidden;
    background: #024702 !important;
    padding: 17px 30px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
    /* border: 1px solid #024702; */
    display: block;
}

.bx-soa-pp-delivery-cost {
    font-weight: 500;
    font-size: 18px;
}

.address_delivery_items>input[type="text"] {
    width: 100%;
    margin-bottom: 16px;
}

.address_delivery_items input[type="text"] {
    border: 1px solid #C9C9C999;
    border-radius: 6px;
    padding: 16px 26px;
    font-size: 16px;
}

.address_delivery_items .group_inputs {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 8px;
}

.pay_system_items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.address_delivery_items {
    max-width: 851px;
}

.address_delivery_items .group_inputs input {
    max-width: 164px;
}

.pay_system_items label {
    font-size: 18px;
    font-weight: 500;
}

.pay_system_items label svg {
    margin-right: 8px;
}

.modal_auth {
    position: fixed;
    max-width: 553px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 4.5px 2px #00000026;
    background: #FFF;
    padding: 30px 66px;
    border-radius: 20px;
    display: none;
    z-index: 999;
    max-height: 80vh;
    overflow: hidden auto;
}

.reg_banner {
    width: 100%;
    margin-top: 40px;
}

.modal_auth.active {
    display: flex;
}

.form-control-feedback-icon-flag {
    display: none !important;
}

.prev_step span {
    color: #C9C9C9;
}

.popup_auth {
    width: 100%;
}

.popup_auth .close_modal {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

#form_auth h4 {
    font-family: 'Neris SemiBold';
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.auth_tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    background: #C9C9C9;
    padding: 4px;
    border-radius: 7px;
    margin-bottom: 24px;
}

.auth_tabs_phone,
.auth_tabs_email {
    padding: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;

}

.auth_tabs_phone.active,
.auth_tabs_email.active {
    color: #595959;
    background: #FFF;
}

.auth_content_phone form {
    position: relative;
}

.auth_content_email,
.auth_content_phone,
.popup_reg_content {
    display: none;
}

.auth_content_email.active,
.auth_content_phone.active,
.popup_reg_content.active {
    display: block;
}

.auth_content input[type="text"],
.auth_content input[type="tel"],
.popup_reg_content input[type="text"],
.popup_reg_content input[type="password"] {
    width: 100%;
    border: 1px solid #C9C9C999;
    border-radius: 6px;
    padding: 16px 22px;
    font-size: 16px;
    margin-bottom: 24px;
}

.popup_reg_content .dob-dropdown-wrap {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

.popup_reg_content .dob-dropdown-wrap select {
    width: 100%;
    border: 1px solid #C9C9C999;
    border-radius: 6px;
    padding: 16px 22px;
    font-size: 16px;
    background: #fff;
    color: #595959;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.popup_reg_content .dob-dropdown-wrap select:focus {
    outline: none;
    border-color: #77A537;
}

.popup_reg_content .current_step {
    display: block;
    position: relative;
}

#form_auth {
    width: 100%;
}

.error_code {
    border-color: #DA0916 !important;
    /* margin-bottom: 0 !important; */
}

.form-errors .error {
    color: red;
    text-align: center;
    margin-top: 20px;
}

.form-success .success {
    margin-top: 20px;
    color: green;
}

.error_code_text {
    color: #DA0916;
    font-size: 16px;
    margin-bottom: 24px;
    display: block;
}

#form_auth .btn_default {
    width: 100%;
    margin-bottom: 24px;
}

.popup_reg_content {
    max-height: 80%;
}

.auth_content .btn_default {
    width: 100%;
    margin-bottom: 24px;
}

#form_auth h5 {
    text-align: center;
}

.popup_reg_content.active {
    position: relative;
}

.bottom_info_auth {
    text-align: center;
    font-size: 18px;
    color: #C9C9C9;
}

.repeat_code_submit {
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px !important;
    border: 1px solid #C9C9C999;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
}

.no_whatsapp {
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    display: block;
    color: #9D4242;
    cursor: pointer;
}

.info_auth_phone_text {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

[data-step] {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#form_auth h5 {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    text-align: center;
    margin-top: 32px;
}

.popup_auth .prev_step {
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    z-index: 2;
}

.popup_auth .prev_step span {
    color: #C9C9C9;
}

.auth_content_phone [data-steps-container],
.auth_content_email [data-steps-container] {
    position: relative;
    overflow: hidden;
}

.auth_content_phone [data-step],
.auth_content_email [data-step] {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.popup_reg_content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.auth_content_phone .current_step,
.auth_content_email .current_step,
.popup_reg_content.current_step {
    display: block;
    position: relative;
}

.order_success {
    padding: 206px 66px 161px;
    border-radius: 20px;
    background: #F1F6F7 url('/local/templates/poryadochniy_2025/./assets/svg/order_success.svg') no-repeat 85% center;
    max-width: 1323px;
}

.order_success h1 {
    font-size: 48px;
    font-family: 'Neris SemiBold', serif;
    margin-bottom: 24px;
}

.order_success p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.order_success .bottom_btns {
    display: flex;
    align-items: center;
    gap: 32px;
}

.order_success .bottom_btns a {
    width: 222px;
    padding: 14px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.cart_info_sum {
    display: flex
;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #C9C9C999;
}

.order_fast .cart_info_sum {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 27px;
}

.order_fast .right_block {
    width: 524px;
}

.order_fast .order_total {
    width: 100%;
}

.order_fast .basket_items {
    gap: 54px;
}

.order_fast .basket-item-price {
    padding-bottom: 32px;
}

.order_fast .prices_block {
    white-space: nowrap;
}

.order_fast .delete_cart {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #C9C9C999;
    white-space: nowrap;
    justify-content: space-between;
}

.order_block_reg {
    background: linear-gradient(102.24deg, #DCF9FF 3.81%, #DFFFD3 49.75%, #FFF3E9 102.1%);
    border-radius: 20px;
    padding: 31px;
    position: relative;
    margin-bottom: 32px;
}

.order_block_reg p {
    font-size: 26px;
    font-weight: 600;
    color: #024702;
    margin-bottom: 24px;
    max-width: 277px;
}

.order_block_reg .btn_green {
    padding: 14px 32px;
    font-size: 20px;
    font-weight: 600;
}

.order_block_reg img {
    position: absolute;
    top: -120px;
    right: -70px;
    rotate: 30deg;
    height: 393px;
    max-height: 395px;
}

.info_fast_cart p {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 300;
}

.info_fast_cart p:not(:last-child) {
    margin-bottom: 24px;
}

.order_fast .contact_info {
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
    border: 1px solid #C9C9C999;
}

.order_fast .title,
.order_fast .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.order_fast .contact_info .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #C9C9C999;
}

.order_fast .contact_info .title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.order_fast .contact_info .phone {
    padding: 18px 26px;
    border: 1px solid #C9C9C999;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
}

.order_fast .contact_info form {
    display: grid;
    grid-template-columns: 371px auto;
    gap: 20px;
}

.order_fast .contact_info .btn_green {
    font-size: 20px;
    font-weight: 600;
}

.modal_success_fast_order {
    position: fixed;
    max-width: 1353px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
     display: none;
    z-index: 999;
}

.modal_success_fast_order p {
    font-size: 48px;
    font-weight: 600;
    max-width: 800px;
}

.modal_success_fast_order .order_success {
    padding: 102px 66px;
    background-position: right;
    background-size: contain;
}

.popup_reg_content p {
    font-size: 18px;
    font-weight: 500;
    color: #C9C9C9;
    text-align: center;
    margin-bottom: 32px;
}

.popup_reg_content label {
    display: block !important;
}

.popup_reg_content input[type="checkbox"]+label:after {
    top: 0;
}

.popup_reg_content input[type="checkbox"]:checked+:before {
    top: 35%;
}

/* Стили для ошибки чекбокса согласия */
.popup_reg_content input[type="checkbox"].error + label {
    color: #e74c3c;
}

.popup_reg_content input[type="checkbox"].error + label:after {
    border-color: #e74c3c;
    background-color: #ffeaea;
}

/* Стиль для поля даты с ошибкой */
.popup_reg_content input.date_input.error {
    border-color: #e74c3c;
    background-color: #ffeaea;
}

/* Стили для полей с ошибками в форме регистрации */
.popup_reg_content input.error {
    border-color: #e74c3c !important;
    background-color: #ffeaea !important;
}

.popup_reg_content input.error:focus {
    border-color: #e74c3c !important;
    outline-color: #e74c3c !important;
}

/* Стили для кнопки повторной отправки */
.repeat_code_submit {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.repeat_code_submit:hover {
    color: #0056b3;
    text-decoration: none;
}

.repeat_code_submit.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    color: #6c757d;
}

/* Стили для заблокированной кнопки регистрации */
.popup_reg_content .next_step.disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.popup_reg_content .next_step.disabled:hover {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.personal_lk {
    display: grid;
    grid-template-columns: 387px 1fr;
    gap: 24px;
}

.personal_lk .sidebar_menu ul {
    padding: 24px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
    margin-bottom: 26px;
}

.personal_lk .sidebar_menu ul li:not(:last-child) a {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #C9C9C999;
    display: block;
}

.personal_lk .sidebar_menu ul li a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.personal_lk .sidebar_menu ul li a:after {
    content: '';
    background-image: url("/local/templates/poryadochniy_2025/./assets/svg/arrow_right_sidebar.svg");
    width: 11px;
    height: 20px;
    position: absolute;
    right: 0;
}

.personal_lk .sidebar_menu ul li a.active {
    color: #DFD2C2;
}

.personal_lk .sidebar_menu ul li a.active path {
    fill: #DFD2C2;
}

.personal_lk .sidebar_menu .btn_green {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 24px;
}

.personal_lk .content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.personal_lk .content .info_personal {
    padding: 24px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
    max-width: 500px;
}

.personal_lk .content .info_personal .edit_block .name {
    font-size: 26px;
    font-family: 'Neris Semibold';
    text-align: left;
}

.personal_lk .content .info_personal .edit_block span.name {
    display: none;
}

.personal_lk .content .info_personal.edit_info_personal .edit_block .name {
    display: block;
}

.info_personal input {
    background: none;
    border: 0;
    text-align: right;
    width: 100%;
}

.info_personal.edit_info_personal .edit_block {
    flex-direction: column;
    align-items: flex-start !important;
}

form.info_personal.edit_info_personal .info {
    flex-direction: column;
}

.personal_lk .content .info_personal.edit_info_personal .edit_block span.name,
.info_personal.edit_info_personal span.name {
    font-size: 14px;
    font-weight: 400;
    color: #9F9F9F;
    font-family: 'Inter';
}

.personal_lk .content .info_personal .edit_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #C9C9C999;
    position: relative;
}


.personal_lk .info_personal__block:not(:nth-last-child(2)) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #C9C9C999;
}

.personal_lk .info_personal__block .info {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.personal_lk .info_personal__block .info:not(:last-child) {
    margin-bottom: 18px;
}

.personal_lk .info_personal__block .info .name {
    font-size: 14px;
    font-weight: 400;
    color: #9F9F9F;
    white-space: nowrap;
}

.personal_lk .info_personal__block .info .value_b {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.personal_lk .info_personal__block .info .value_b sub {
    color: #C9C9C999;
}

.error-block {
    top: -10px;
    font-size: 14px;
    color: #DA0916;
    font-weight: 300;
    display: none;
    order: -1;
}

.personal_lk .content .banner_block {
    background: url("/local/templates/poryadochniy_2025/./assets/img/lk_banner_block.png") no-repeat right, linear-gradient(102.24deg, #FFFFFF -4.73%, #DDFFD2 52.42%, #F296F1 102.1%);
    background-size: contain;
    background-position: 115%, 0;
    padding: 60px 46px;
    height: fit-content;
    border-radius: 20px;

}

.personal_lk .content .banner_block .text {
    font-size: 26px;
    color: #024702;
    font-family: 'Neris SemiBold';
    max-width: 379px;
}

.personal_lk .content .banner_block .text b {
    color: #024702;
}

.history_order {
    max-width: 797px;
}

.history_order>.item {
    padding: 32px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
    position: relative;
    margin-bottom: 8px;
}

.history_order .item .left_block .name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.history_order .item .left_block .info {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #C9C9C999;
}

.history_order .item .left_block .info_order {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.history_order .item .left_block .info_order .icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.status_order__assembly .icon {
    background: #646464;
}

.status_order__assembly .icon svg path {
    fill: #FFF;
}

.status_order__delivery .icon {
    background: #F89828;
}

.status_order__awaiting .icon {
    background: #F89828;
}

.history_success_order .success_line {
    background: #024702 !important;
    width: 100% !important;
}

.history_success_order .success:before {
    background: #024702 !important;
}

.status_order__delivery .success_line {
    width: 210px;
}

.status_order__awaiting li.success_line {
    width: 465px;
}

.history_order .item .right_block {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    justify-content: space-between;
}

.history_order .item .right_block a {
    box-shadow: 0px 4px 4px 0px #4A4A4A40;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F6F7;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    height: 95px;
    overflow: hidden;
}

.other_info_order {
    position: relative;
}

.other_info_order .hide_products:nth-child(2) {
    box-shadow: 0px 4px 4px 0px #4A4A4A40;
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    background: #F1F6F7;
    border-radius: 16px;
    z-index: -1;
    right: -10px;
}

.other_info_order .hide_products:last-child {
    box-shadow: 0px 4px 4px 0px #4A4A4A40;
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    background: #F1F6F7;
    border-radius: 16px;
    z-index: -2;
    right: -20px;
}

.history_order .status_order ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.history_order .status_order ul:before {
    content: '';
    height: 2px;
    display: block;
    background: #C9C9C9;
    position: absolute;
    top: 0;
    width: 100%;
}

.history_order .status_order {
    margin-top: 16px;
    padding: 24px;
    border: 1px solid #C9C9C999;
    border-radius: 10px;
}

.history_order .status_order ul li {
    max-width: 125px;
    margin-top: 27px;
    position: relative;
}

.history_order .status_order ul li:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #C9C9C9;
    position: absolute;
    top: -38px;
    border-radius: 100%;
}

.history_order .status_order ul li.success:before {
    background: #F89828;
}

.history_order .status_order ul li:nth-child(3)::before {
    left: 10px;
}

.history_order .status_order ul li:nth-child(4)::before {
    right: 66px;
}

.history_order .status_order ul li:nth-child(5)::before {
    right: 0px;
}

.history_order .status_order .success_line {
    content: '';
    position: absolute;
    height: 2px;
    top: 0;
    background: #F89828;
    margin-top: 0;
    max-width: 100%;
}

.history_order .status_order .success_line

.history_order .status_order .success_line:after,
.history_order .status_order .success_line:before {
    display: none;
}

.history_order .status_order ul li p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

.history_order .status_order ul li span {
    font-size: 12px;
    font-weight: 300;
    color: #C9C9C9;
}

.history_order .info_products_order a {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    margin-top: 40px;
    gap: 20px
}

.history_order .info_products_order a .name {
    max-width: 440px;
    font-weight: 600;
    font-size: 26px;
}

.history_order .info_products_order a:hover .name {
    text-decoration: underline;
}

.history_order .info_products_order a .price {
    font-size: 38px;
    font-weight: 600;
}

.history_order .info_products_order a img {
    width: 100px;
    height: 94px;
    background: #F1F6F7;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #4A4A4A40;
    border: 1px solid #F0F0F0;
}

.info_delivery_order {
    display: none;
}

.info_delivery_order .price_block {
    margin-top: 40px;
}

.info_delivery_order .price_block .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.info_delivery_order .price_block .item p {
    font-size: 20px;
    font-weight: 500;
}

.info_delivery_order .total_block {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #C9C9C999;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.info_delivery_order .total_block .name {
    font-size: 26px;
    font-weight: 600;
}

.info_delivery_order .total_block .value {
    font-size: 34px;
    font-weight: 600;
}

.history_order .item .left_block .info_order.active {
    color: #9A9A9A;
    margin-top: 40px;
    justify-content: space-between;
}

.history_order .item .left_block .info_order.active .icon {
    position: absolute;
    right: 34px;
    z-index: 1;
    background: none !important;
}

.history_order .item .left_block .info_order .icon svg:last-child {
    display: none;
}

.history_order .item .left_block .info_order.active .icon svg:last-child {
    display: block;
}

.history_order .item .left_block .info_order.active .icon svg:first-child {
    display: none;
}

.history_success_order .left_block .info_order .icon {
    background: #024702 !important;
}

.history_success_order .info_order {
    color: #F89828;
}

.history_success_order .info_order span {
    font-size: 16px;
    font-weight: 300;
}

.null_order {
    max-width: 455px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.null_order p {
    text-align: center;
    font-size: 36px;
    /* font-weight: 600; */
    font-family: 'Neris SemiBold';
}

.null_order .btn_green {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.wait_list .item {
    padding: 32px;
    border: 1px solid #C9C9C999;
    max-width: 797px;
    border-radius: 20px;
    display: grid;
    gap: 56px;
    grid-template-columns: 454px auto;
    margin-bottom: 8px;
}

.wait_list .item a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 367px;
    display: block;
}

.wait_list .item .article {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #C9C9C999;
}

.wait_list .item .article .value {
    font-size: 16px;
    font-weight: 300;
}

.wait_list .in_stock,
.wait_list .no_stock {
    display: flex;
    gap: 16px;
}

.wait_list .in_stock .name {
    font-size: 18px;
    font-weight: 500;
    color: #7BD700;
}

.wait_list .no_stock .name {
    font-size: 18px;
    font-weight: 500;
    color: #F89828;
}

.wait_list .in_stock .value {
    font-size: 20px;
    font-weight: 600;
}

.wait_list .in_stock .value span {
    font-size: 16px;
    font-weight: 300;
}

.wait_list img {
    width: 100%;
    height: 133px;
    object-fit: contain;
    box-shadow: 0px 4px 4px 0px #4A4A4A40;
    background: #F1F6F7;
    border-radius: 16px;
}

.edit_info_personal {
    display: flex;
    flex-direction: column;
}

.edit_info_personal .error {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #DA0916;
}

.edit_info_personal input[type="text"] {
    border: 0;
    border-bottom: 1px solid #C9C9C999;
    padding: 10px 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

#ui-datepicker-div {
    background: #FFF;
    box-shadow: 0px 0px 5px 0px #00000078;
    border-radius: 6px;
}

.ui-datepicker .ui-datepicker-next {
    background-image: url(/local/templates/poryadochniy_2025/./assets/svg/arrow_right_sidebar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url(/local/templates/poryadochniy_2025/./assets/svg/arrow_right_sidebar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transform: rotate(180deg);
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}

.ui-datepicker td a {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
}

.edit_info_personal .btn_default {
    width: fit-content;
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
}

.info_personal .btn_default {
    width: fit-content;
    border: 1px solid #024702;
    cursor: pointer;
    display: none;
}

.favorites .top_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.favorites .top_block .sort {
    display: flex;
    gap: 24px;
    align-items: center;
}

.favorites .top_block .sort p {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Manrope';
}

.favorites .top_block .sort ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.favorites .top_block .sort ul li a {
    min-width: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 46px; */
    border: 1px solid #C9C9C999;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Manrope';
    padding: 14px 32px;
    transition: 0.2s;
    text-decoration: none;
}

.favorites .top_block .sort ul li a.active {
    background: #024702;
    color: #FFF;
}

.favorites .top_block .sort ul li a:hover {
    background: #024702;
    color: #FFF;
}

.favorites_clear {
    font-size: 18px;
    font-weight: 600;
    padding: 17px 32px;
    border: 1px solid #C9C9C999;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.favorites .products_list {
    margin-top: 38px;
}

.modal_callback {
    position: fixed;
    max-width: 600px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     display: none;
    z-index: 999;
    border-radius: 20px;
    overflow: hidden;
}

.modal_callback:after {
    content: '';
    position: absolute;
    background: url("/local/templates/poryadochniy_2025/./assets/img/nizhniy-elem.png");
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: bottom;
}

.modal_callback:before {
    content: '';
    position: absolute;
    background: #024702;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.popup_callback {
    padding: 46px;
    max-height: 80vh;
    overflow: auto;
}

.popup_callback .title {
    font-size: 26px;
    text-align: center;
    font-family: 'Neris SemiBold';
    color: #FFF;
    margin-bottom: 42px;
}

.popup_callback .text {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #FFF;
}

.popup_callback>form>span {
    color: #DFD2C2;
    margin-bottom: 8px;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.popup_callback input[type="text"] {
    margin-top: 16px;
    border: 0;
    padding: 16px 26px;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}

.popup_callback textarea {
    height: 85px;
    border: 0;
    border-radius: 5px;
    padding: 16px 26px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    margin-top: 16px;
}

.popup_callback .btn_default {
    width: 100%;
    margin-top: 24px;
}

.popup_callback .bottom_policy {
    color: #FFF;
    text-align: center;
    margin-top: 8px;
    font-weight: 300;
}

.popup_callback .bottom_policy a {
    color: #FFF;
    font-weight: 600;
}

.modal_callback .close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal_callback .close_modal path {
    fill: #FFF
}

.inst_plan .item:first-child {
    padding: 48px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.inst_plan .item .title {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    margin-bottom: 24px;
}

.inst_plan .item .text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 24px;
}

.inst_plan .item .btn_green {
    font-size: 20px;
    font-weight: 600;
    padding: 14px 18px;
}

.inst_plan .item img {
    height: 100%;
    object-fit: cover;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.product_certs {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.certs_list ul {
    display: grid;
    grid-template-columns: repeat(4, 170px);
    gap: 16px
}

.certs_list ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #C9C9C999;
    border-radius: 7px;
    transition: 0.2s;
    text-decoration: none;
}

#bx_1847241719_366 {
    background-size: 50% !important;
    background-position: bottom center !important;
}

.certs_list ul li.active,
.certs_list ul li.active a,
.certs_list ul li:hover {
    color: #FFF;
    background: #024702;
}

.certs_list ul li:hover a {
    color: #FFF;
    text-decoration: none;
}

.total_sum_certs {
    padding: 40px 48px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
}

.total_sum_certs .top_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #C9C9C999;
}

.total_sum_certs .top_block .name {
    font-size: 26px;
    font-family: 'Neris SemiBold';
}

.total_sum_certs .top_block .sum {
    font-size: 38px;
    font-weight: 600;
}

.certs_img {
    padding: 16px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.certs_img img {
    max-height: 182px;
    border-radius: 10px;
}

.certs .banner_block {
    margin: 100px 0;
}

.bottom_panel {
    display: none;
}

.info_product_list .prices_block,
.info_product_list .add_in_basket,
.basket-items-list-item-descriptions-inner .basket-item-price-current,
.basket-items-list-item-picture .basket-items-list-item-removes {
    display: none;
}

.modal_exceeded_product {
    position: absolute;
    max-width: 571px;
    width: 100%;
    top: -80px;
    right: 0;
    border-radius: 20px;
    display: none;
    z-index: 999;
}

.popup_exceeded_product {
    padding: 36.5px;
    border: 1px solid #C9C9C999;
    border-radius: 20px;
    background: #FFF;
    position: relative;
    z-index: -2;
}

.popup_exceeded_product .title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 16px;
    font-family: 'Neris SemiBold';
    max-width: 340px;
    margin: auto;
    line-height: 100%;
}

.popup_exceeded_product .text {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 24px;
    text-align: center;
    max-width: 416px;
    margin: auto;
}

.popup_exceeded_product>a {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.popup_exceeded_product>a svg {
    width: 25px;
    height: 25px;
}

.popup_exceeded_product form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.popup_exceeded_product form .phone {
    border: 1px solid #024702;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
}

.popup_exceeded_product form .text_form_policy {
    grid-column: span 2;
    text-align: center;
    max-width: 179px;
    margin: auto;
    font-size: 14px;
}

.popup_exceeded_product form .text_form_policy a {
    font-weight: 600;
}

.popup_exceeded_product:after {
    content: '';
    background-image: url("/local/templates/poryadochniy_2025/./assets/img/nizhniy-elem.png");
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 328px;
    max-height: 203px;
    z-index: -1;
    opacity: 0.2;
}

.modal_callback_head {
    position: absolute;
    width: 320px;
    top: 30px;
    left: -160px;
    border-radius: 20px;
     display: none;
    z-index: 999;
}

.popup_callback_head {
    padding: 22px 35px;
    background: #024702;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: -2;
}

.popup_callback_head.success {
    padding: 61px 35px;
}

.modal_callback_write.success {
    max-width: 320px;
}

.form-success span {
    font-size: 36px !important;
    font-weight: 600 !important;
    margin-left: 0 !important;
}

.input-error {
    border: 1px solid red !important;
}

.form-errors {
    color: red;
}

.form_block.success .form-success {
    margin-left: 100px;
    text-align: left;
}

.popup_callback_head.success .title,
.modal_callback_write.success .title {
    font-size: 36px;
    margin-bottom: 0;
    text-align: center;
}

.form-success {
    text-align: center;
    color: #FFF;
}

.popup_callback_head:after {
    content: '';
    background-image: url("/local/templates/poryadochniy_2025/././assets/img/nizhniy-elem.png");
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.popup_callback_head .title {
    font-size: 30px;
    font-family: 'Neris SemiBold';
    margin-bottom: 32px;
    text-align: center;
    color: #FFF;
}

.popup_callback_head .phone {
    width: 100%;
    border-radius: 8px;
    border: 0;
    padding: 16px;
    font-size: 16px;
    margin-bottom: 16px;
}

.popup_callback_head .btn_default {
    padding: 14px;
    width: 100%;
    margin-bottom: 16px;
}

.popup_callback_head .policy {
    color: #FFF;
    text-align: center;
}

.popup_callback_head .policy a {
    color: #FFF;
    font-weight: 600;
}

.modal_callback_head svg {
    position: absolute;
    top: -8px;
    right: 30px;
}

.modal_callback_write {
    position: fixed;
    max-width: 730px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*display: none;*/
    z-index: 999;
    border-radius: 20px;
    overflow: hidden;
}

.popup_callback_write {
    background: #024702;
    padding: 55px 27px;
    position: relative;
    z-index: -2;
}

.popup_callback_write:after {
    content: '';
    background-image: url("/local/templates/poryadochniy_2025/./assets/img/nizhniy-elem.png");
    background-size: 80%;
    background-position: center bottom;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.modal_callback_write .close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal_callback_write .close_modal path {
    fill: #FFF
}

.popup_callback_write .title {
    font-size: 30px;
    margin-bottom: 32px;
    color: #FFF;
    font-family: 'Neris SemiBold';
}

.popup_callback_write input[type="text"] {
    font-size: 16px;
    padding: 16px;
    border: 0;
    border-radius: 8px;
}

.popup_callback_write .grid_2 {
    gap: 16px
}

.popup_callback_write textarea {
    width: 100%;
    padding: 16px;
    border: 0;
    border-radius: 8px;
    margin-top: 16px;
    height: 152px;
    margin-bottom: 16px;
}

.popup_callback_write .form_footer {
    display: flex;
    gap: 16px;
    align-items: center;
}

.popup_callback_write .form_footer .btn_default {
    width: 250px;
    padding: 14px;
}

.popup_callback_write .form_footer .form_policy {
    max-width: 177px;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}

.popup_callback_write .form_footer .form_policy a {
    font-weight: 600;
    color: #FFF;
}

.modal_city {
    position: fixed;
    max-width: 968px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 20px;
    overflow: hidden;
    max-height: 100%;
    height: 80vh;
}

.popup_city {
    padding: 30px 20px 100px;
    background: #FFF;
    overflow: auto;
    max-height: 100%;
    position: relative;
}

.modal_city .close_modal {
    position: absolute;
    right: 27px;
    top: 27px;
    cursor: pointer;
    z-index: 1;
}

.modal_city .close_modal path {
    fill: #131022
}

.popup_city .title {
    font-size: 26px;
    font-family: 'Neris SemiBold';
    margin-bottom: 40px;
}

.search_city .search {
    border: 1px solid #B3B3B385;
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    font-size: 16px;
    margin-bottom: 32px;
}

.top_city {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 84px;
}

.top_city a {
    font-size: 18px;
    padding: 14px 26px;
    background: #F8F8F8;
    border-radius: 7px;
}

.list_city {
    column-count: 4;
}

.city-column {
    flex: 1;
    min-width: 200px; /* Минимальная ширина колонки */
    box-sizing: border-box;
    padding: 0 10px;
}

.city-column>ul {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.list_city .parent {
    font-size: 36px;
    font-weight: 600;
}

.list_city .children a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.popup_city:after {
    content: '';
    display: block;
    width: 100%;
    height: 98px;
    background: linear-gradient(0deg, #FFFFFF 19.33%, rgba(255, 255, 255, 0) 175.69%);
    position: fixed;
    bottom: 0;
    left: 0;
}

.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 4px 0px #00000045;
    border-radius: 8px;
    white-space: pre-line;
    z-index: 9999999;
}


.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.bx-aside-nav, .bx-aside-nav-control {
    display: none;
}

.bx-aside-nav.bx-opened {
    display: block;
}

.f-button svg {
    fill: #ffffff;
    stroke: rgb(255 255 255);
}

.edit_info_personal input.name {
    border: 0;
    border-bottom: 1px solid #C9C9C999;
    padding: 10px 0;
    margin-bottom: 16px;
    font-size: 18px !important;
    font-weight: 500;
}

.edit_info_personal .edit_block,
.edit_info_personal .info_personal__block:not(:nth-last-child(2)) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.edit_info_personal .value_b {
    text-align: left;
    border: 0;
    padding: 10px 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #C9C9C999;
}

.edit_info_personal .value {
    text-align: left;
    border: 0;
    border-bottom: 1px solid #C9C9C999;
    padding: 10px 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.edit_info_personal .info:not(:last-child) {
    margin-bottom: 0 !important;
}

.edit_info_personal .btn_default {
    display: block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#edit_personal {
    cursor: pointer;
}

.basket-items-list-item-container td {

}

.modal_callback_exceeded {
    max-width: 715px;
    position: fixed;
    width: 100%;
    top: 15%;
    left: 50%;
     display: none; 
    z-index: 1000;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #C9C9C999;
}

.modal_callback_exceeded .close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popup_callback_exceeded {
    background: #FFF;
    padding: 37px 99px;
    position: relative;
    z-index: -2;
}

.popup_callback_exceeded .title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    font-family: 'Neris SemiBold';
    margin-bottom: 16px;
    max-width: 340px;
    margin: auto;
}

.popup_callback_exceeded .text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 16px;
}

.popup_callback_exceeded:after {
    content: '';
    background-image: url(/local/templates/poryadochniy_2025/./assets/img/nizhniy-elem.png);
    background-size: 50%;
    background-position: center;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.popup_callback_exceeded input.phone {
    padding: 16px;
    border: 1px solid #024702;
    border-radius: 8px;
}

.popup_callback_exceeded .form_footer {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
}

.popup_callback_exceeded.success {
    height: 368px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup_callback_exceeded.success .title {
    font-size: 30px;
    margin: 0 auto;
}

.popup_callback_exceeded>a {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Neris SemiBold';
    text-align: center;
    display: block;
    margin-bottom: 24px;
}

.cookie-consent {
    position: fixed;
    bottom: -100%;
    right: 5%;
    /* transform: translateX(-50%); */
    width: 90%;
    max-width: 400px;
    padding: 20px;
    background: #2c3e50;
    color: #ecf0f1;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: bottom 0.5s ease;
    z-index: 1000;
    font-family: 'Arial', sans-serif;
}

.cookie-consent.active {
    bottom: 20px;
}

.cookie-consent p {
    margin: 0 0 15px 0;
    line-height: 1.5;
    color: #FFF;
}

.cookie-consent-btn {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.cookie-consent-btn:hover {
    background: #c0392b;
}

/*
.order-form {
    margin-top: 32px;
}

.order-form>.row {
    display: flex
;
    align-items: flex-start;
}

.order-form>.row .bx-soa {
    display: flex
;
    flex-direction: column;
    width: 100%;
}

.order-form .bx-soa .alert.alert-danger {
    color: #eb5757;
    background-color: #fdefef;
    border-color: #f6baba;
}

.order-form.simple .bx-soa .bx-soa-section {
    margin-bottom: 2px;
}

.order-form .bx-soa .bx-soa-section {
    margin-bottom: 24px;
    background-color: #fff;
}

.order-form.simple .bx-soa .bx-soa-section .bx-soa-section-title-container {
    border-bottom: none;
    padding-bottom: 0;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-title-container {
    display: flex
;
    align-items: center;
    padding: 32px 39px 28px 33px;
    border-bottom: 2px solid #f5f5f5;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title {
    position: relative;
    margin: 0;
    padding-left: 47px;
    font-size: 1.375em;
    color: #000;
    font-weight: 700;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title {
    position: relative;
    margin: 0;
    padding-left: 47px;
    font-size: 1.375em;
    color: #000;
    font-weight: 700;
}

.order-form .bx-soa .bx-soa-auth .bx-soa-section-content {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 28px 40px 30px 80px;
}

.order-form .bx-soa .bx-soa-section {
    margin-bottom: 24px;
    background-color: #fff;
}

.order-form .bx-soa #bx-soa-total-mobile {
    display: none;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-title-container .text-right {
    margin-left: auto;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-table-fade {
    padding: 39px 40px 39px 80px;
}


.order-form .bx-soa .bx-soa-basket .bx-soa-item-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e7e7e7;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr {
    display: table-row;
    border-top: 1px solid #e7e7e7;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
    display: table-cell;
    padding: 20px 0px 13px;
    vertical-align: top;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:first-child {
    margin-right: auto;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-text-right {
    text-align: right;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block {
    display: flex
;
    align-items: center;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-img-block {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    flex-shrink: 0;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-img-block a {
    display: block;
    width: 100%;
    height: 100%;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-img-block a .bx-soa-item-imgcontainer {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-title {
    max-width: 500px;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-title a {
    color: #424242;
}

.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-text-right .bx-soa-item-td-title {
    margin-bottom: 4px;
    font-size: 0.875em;
    color: #828282;
    line-height: 1.2em;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-content .bx-soa-coupon:not(.bx-soa-coupon-item-fixed) {
    border-top: 2px solid #f5f5f5;
    padding: 30px 40px 28px 80px;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-content .bx-soa-coupon {
    display: flex
;
    align-items: flex-start;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-label {
    width: 8%;
    min-width: 92px;
    margin: 4px 30px 0 0;
    font-weight: 700;
    line-height: 1.2em;
    flex-shrink: 0;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-input {
    position: relative;
    width: 328px;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-input input {
    width: 100%;
    padding: 11px 15px 10px;
}

.order-form .bx-soa .bx-soa-section .bx-soa-section-content .alert {
    margin: 31px 40px 24px 80px;
}

.order-form .bx-soa .bx-soa-region .bx_soa_location {
    margin-top: 10px;
    padding: 28px 40px 30px 80px;
}

.order-form .bx-soa .bx-soa-region .bx_soa_location .bx-soa-location-input-container {
    margin-top: 27px;
}

.order-form .bx-soa .bx-soa-region .bx_soa_location .form-group .bx-soa-custom-label {
    display: flex
;
    margin-bottom: 9px;
    font-size: 0.875em;
    cursor: text;
}

.order-form .bx-soa .bx-soa-region .bx_soa_location .form-group .bx-soa-custom-label .bx-authform-starrequired {
    margin-left: 4px;
    color: #eb5757;
    order: 1;
}

.bx-sls .dropdown-block {
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px #ebebeb;
    box-shadow: inset 0 1px 2px #ebebeb;
    font-size: 14px;
    padding: 0 22px 0 30px;
    position: relative;
    background-color: #fff;
}

.order-form .bx-soa .bx-soa-region .bx_soa_location .bx-soa-location-input-container .dropdown-block {
    padding: 0 30px 0 34px;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order-form .bx-soa .bx-soa-region .bx_soa_location .bx-soa-location-input-container .dropdown-block .bx-ui-sls-container {
    min-height: 44px;
}

.order-form.simple .bx-soa .paysystem-delivery-container {
    display: flex
;
}

.order-form.simple .bx-soa .paysystem-delivery-container>.bx-soa-section:first-child {
    margin-right: 2px;
}

.order-form.simple .bx-soa .paysystem-delivery-container>.bx-soa-section {
    width: calc(50% - 1px);
    flex-shrink: 0;
}

.order-form.simple .bx-soa .paysystem-delivery-container>.bx-soa-section {
    width: calc(50% - 1px);
    flex-shrink: 0;
}*/

.bx-soa-coupon-input {
    position: relative;
}

.bx-soa-coupon-input:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: var(--mute_bg_white);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
    z-index: 2;
}

.bx-soa-coupon-input:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid #8da3ad;
    border-bottom: 2px solid #8da3ad;
    border-right-color: var(--mute_bg_white);
    border-bottom-color: var(--mute_bg_white);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
    z-index: 3;
}

.products_list .bottom_btns .pagination-mobile { 
    display: none; 
}

table#basket-item-table {
    width: 100%;
}

.cart_info_total .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart_info_total .item span {
    display: flex
;
    align-items: center;
}

.order_total span {
    font-size: 18px;
    font-weight: 500;
}

.cart_info_total .item span sub {
    color: #C9C9C999;
}

.cart_info_sum span:first-child {
    font-size: 26px;
}

.cart_info_sum span:last-child {
    font-size: 38px;
}

#bx-soa-orderSave {
    display: none;
}

.bx-sls .bx-ui-sls-clear {
    z-index: 9;
}

.popup_cart .info_block {
    display: flex;
    flex-direction: column;
}

.basket-count-in_cart {
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: 8px !important;
    color: #FFF !important;
    background: #024702;
    width: 15px !important;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 0;
    min-width: 0;
    border-radius: 100%;
}

.favorites .tabs_products .tabs_container ul .favorites_clear {
    display: none;
}

.date_birthday {
    display: block;
    position: relative;
}

.date_birthday .ui-datepicker-trigger {
    position: absolute;
    right: 21px;
    top: 14px;
}

.auth_content h4, 
.auth_content h5 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    margin-top: 20px;
}

.bx-soa-err {
    border-color: red !important;
    transition: 0.2s;
}

[data-property-id-row="4"],
[data-property-id-row="5"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.js-minus, .js-plus {
    font-size: 20px;
    background: none;
    border: 0;
    color: #FFF;
    cursor: pointer;
}

.js-minus:disabled, .js-plus:disabled {
    opacity: 0.3;
}

.page_title {
    margin-bottom: 50px;
}

.page_title .page_title-quant {
    color: #999;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
}

.pr-catalog__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 16px;
}

.pr-catalog_category {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pr-catalog_category-image {
    width: 100%;
    height: 247px;
    border: 1px solid #E0E0E0;
    background: #F1F6F7;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 0 20px;
    transition: all 0.3s ease;
}

.pr-catalog_category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 270px;
}

.pr-catalog_category-name {
    display: block;
    font-weight: 700;
    color: #212121;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 24px;
}

.pr-catalog_category-list li {
    height: auto;
    line-height: 1;
}

.pr-catalog_category-list li:not(:last-child) {
    margin-bottom: 14px;
}

.pr-catalog_category-list a {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.pr-catalog_category-more {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #024702;
    min-height: 24px;
}

.pr-catalog_category-more svg path {
    fill: #024702;
}

.pr-products {
    min-width: 0;
    width: 100%;
}

.pr-products__categories {
    margin-bottom: 30px;
    min-width: 0;
    width: 100%;
}

.pr-products__slider {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.pr-products__slide {
    width: 155px;
    display: block;
    height: auto;
}

.pr-products__slide-image {
    width: 100%;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 6px;
    background: #F1F6F7;
    border: 0.7px solid #E0E0E0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pr-products__slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pr-products__slide-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #212121;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pr-products__slider-prev,
.pr-products__slider-next {
    position: absolute;
    top: 50%;
    width: 85px;
    height: 85px;
    z-index: 5;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%);
}

.pr-products__slider-prev svg,
.pr-products__slider-next svg {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    will-change: transform;
}

.pr-products__slider-prev.swiper-button-disabled,
.pr-products__slider-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.pr-products__slider-prev {
    left: -14px;
}

.pr-products__slider-next {
    right: 2px;
}

.pr-products__subcategories {
    background: #fff;
    padding: 22px;
    border-radius: 7px;
    border: 1px solid rgba(201, 201, 201, 0.6);
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.pr-products__subcategory {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #212121;
}

.pr-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pr-products .top_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.field-error-border {
    border: 1px solid #ff0000 !important;
}

.btn_plus, .btn_minus {
    cursor: pointer;
    background: none;
    border: 0;
}

.product-item-title {
	/* overflow: hidden; */
	margin-bottom: 15px;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}

.success_fast_order-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000047;
    z-index: 997;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

.modal_success_fast_order .close_modal {
    position: absolute;
    right: 50px;
    top: 20px;
}

.success_fast_order-overlay.show {
    visibility: visible;
    opacity: 1;
}

@media (hover: hover) {
    .pr-catalog_category-image:hover {
        border-color: #024702;
    }

    .pr-products__slider-prev:hover svg,
    .pr-products__slider-next:hover svg {
        transform: scale(1.07);
    }

}


@media (width < 1300px) {
    .pr-catalog__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (width < 980px) {
    .pr-catalog_category-name {
        font-size: 22px;
    }

    .pr-catalog_category-list a {
        font-size: 18px;
    }

    .pr-catalog_category-more {
        font-size: 18px;
    }

    .pr-products__slide-name {
        font-size: 14px;
    }

    .pr-products__subcategory {
        font-size: 14px;
    }
}

@media (width < 850px) {
    .pr-products__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (width < 767px) {
    .page_title {
        margin-bottom: 40px;
    }

    .pr-catalog__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 17px;
    }

    .pr-catalog_category {
        gap: 16px;
    }

    .pr-catalog_category-image {
        height: 144px;
        padding-inline: 6px;
    }

    .pr-catalog_category-name {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .pr-catalog_category-list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .pr-catalog_category-list a {
        font-size: 14px;
    }

    .pr-catalog_category-more {
        margin-top: 10px;
        font-size: 14px;
        width: 100%;
        justify-content: space-between;
        min-height: 17px;
    }

    .pr-products__slide {
        width: 108px;

    }

    .pr-products__slide-image {
        height: 100px;
    }

    .pr-products__slider-prev,
    .pr-products__slider-next {
        display: none;
    }

    .pr-products__subcategories {
        margin-bottom: 40px;
        gap: 15px 20px;
    }
}

@media (max-width: 767px) {
    .products_list .bottom_btns .pagination-desktop { display: none; }
    .products_list .bottom_btns .pagination-mobile {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .products_list .bottom_btns .pagination {
        gap: 19px
    }

    .product .add_in_basket.no_active, .total_sum_certs .add_in_basket.no_active {
        padding: 6px 0;
    }
}

@media (max-width: 1745px) {
    .head__search {
        min-width: 575px;
    }
}

@media (max-width: 1660px) {
    .head__search {
        min-width: 490px;
    }
}

@media (max-width: 1555px) {
    .head__search {
        min-width: 485px;
    }
}

@media (min-width: 1550px) {
    .null_order {
        padding-bottom: 100px;
    }
}

@media (max-width: 1550px) {
    .head__search {
        min-width: 390px;
    }

    .personal_lk .content .banner_block .text {
        font-size: 22px;
    }

    .order_total {
        max-width: 420px;
        padding: 30px;
    }

    .order_fast .order_total {
        max-width: 100%;
    }

    .tabs_products .tabs_container li,
    .favorites_clear {
        padding: 14px 20px;
        font-size: 18px;
    }

    .max_width_theme {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_slide {
        margin-bottom: 0;
    }

    .main_slide .slick-slide {
        max-width: 100vw;
        width: 100%;
        padding: 0 20px;
    }

    .main_slide .slick-slide>div {
        border-radius: 20px;
        overflow: hidden;
    }

    .main_slide .btn_prev {
        left: -25px;
    }

    .main_slide .btn_next {
        right: -25px;
    }

    .dropdown_catalog_content>div {
        width: fit-content;
    }

    .main_tabs,
    .main_stocks {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product .name {
        font-size: 16px;
    }

    .product .prices_block .discount {
        font-size: 14px;
    }

    .product .prices_block .price,
    .product_card .buy_block .price,
    .basket-item-price-current .prices_block .price {
        font-size: 26px;
        white-space: nowrap;
        flex-direction: row;
    }

    .product_card .buy_block .info_count,
    .product_card .buy_block .article,
    .product_card .buy_block .prices_block {
        margin-bottom: 16px;
    }

    .card_info_delivery {
        margin-top: 20px;
    }

    .product .prices_block .old_price {
        font-size: 14px;
    }

    .product .add_in_basket {
        font-size: 16px;
    }

    .product_images {
        padding-top: 0;
    }

    .sticker.bestsellers span {
        font-size: 14px;
    }

    .sticker svg {
        height: 14px;
    }

    .product .add_favorites svg {
        height: 18px;
    }

    .main_popular_category>.title,
    .main_stocks .title {
        margin-bottom: 20px;
    }

    .tabs_products .tabs_container {
        margin: 25px;
    }

    .main_popular_category .big_block a .title {
        font-size: 22px;
    }

    .category_stocks ul a {
        white-space: nowrap;
    }

    .category_stocks ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    .catalog_list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .catalog_list .small_block {
        max-width: 100%;
    }

    .about {
        margin: 0 20px;
    }

    .contacts .top_block .items .info a {
        font-size: 22px;
    }

    .products_list_v2 .right_block {
        padding-left: 0;
    }

    .personal_lk .content {
        grid-template-columns: 1fr 1fr;
    }

    .product_certs {
        grid-template-columns: 1fr 1fr;
    }

    .certs_list {
        grid-column: span 3;
    }

    .certs_list ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, 170px);
        gap: 16px;
        margin-top: 24px;
    }

    table.basket-items-list-table {
        width: 100%;
    }

    .order_fast .right_block {
        width: 100%;
    }

    .order_block_reg img {
        right: 65px;
    }


    .order_fast .basket_items .delete_cart {
        margin-bottom: 36px;
        padding-bottom: 0;
        border-bottom: 0;
        margin-top: 36px;
    }

    .modal_callback_exceeded {
        transform: translate(-50%, 10px);
    }

    .order_info {
        max-width: 900px;
    }
}

@media (max-width: 1470px) {
    .personal_lk .content .banner_block .text {
        font-size: 20px;
        width: 80%;
    }

    .personal_lk .content .banner_block {
        background-position: 110% 165%, 0;
        background-size: 35%, auto;
    }
}

@media (max-width: 1440px) {
    header .menu {
        margin-bottom: 20px;
    }

    .catalog_list .long_block {
        grid-column: span 1;
    }

    .favorites .tabs_products .tabs_container ul {
        gap: 10px
    }

    .favorites_clear {
        margin-left: 10px;
        font-size: 16px;
    }

    .tabs_products .tabs_container li {
        font-size: 16px;
    }

    .catalog_list .long_block:last-child {
        grid-column: span 2;
    }

    .contacts .top_block {
        flex-direction: column;
        gap: 16px;
    }

    .contacts .top_block .items {
        gap: 16px;
    }

    .product_card .buy_block,
    .order_total {
        padding: 20px;
    }

    .btn_default {
        padding: 10px;
    }

    .product_card_info h1 {
        font-size: 26px;
    }

    .card_info_hit {
        font-size: 14px;
    }

    .card_info_props li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .card_info_props a {
        font-size: 16px;
    }

    .card_info_date_delivery {
        width: 140px;
        display: flex;
        justify-content: flex-end;
    }

    .product_card .product_images_slider {
        max-width: 360px;
        width: 100%;
    }

    .product_card {
        grid-template-columns: auto 1fr 1fr;
    }

    .basket-item-block-info {
        max-width: 400px;
        width: 100%;
        padding: 0 20px;
    }

    .basket-item-amount {
        margin: 20px;
    }

    td.basket-items-list-item-descriptions-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .basket-items-list-item-picture .basket-items-list-item-removes {
        display: flex;
    }
    
    .basket-items-list-item-price {
        display: none;
    }

    .basket-items-list-item-descriptions-inner .basket-item-price-current {
        display: block;
        padding: 0 20px;
    }

    .basket_items {
        gap: 40px;
    }

    table.basket-items-list-table {
        width: 100%;
    }

    .bx-soa-item-img-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 / 1;
    }

    .basket-items-list-item-removes {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .bx-soa-item-tr {
        height: 260px;
    }

    .inst_plan .item:first-child {
        padding: 20px;
    }

    .catalog_list .long_block:nth-child(4) a {
        background-size: 50% !important;
        background-position: right !important;
    }

    #bx_1847241719_183 a {
        background-size: 65% !important;
    }

    .catalog_list .long_block:nth-child(5) a {
        background-size: 70% !important;
        background-position: bottom !important;
    }

    .catalog_list .long_block:nth-child(4) a .name {
        max-width: 130px;
    }

    .catalog_list .long_block:nth-child(10) a {
        background-size: 50% !important;
    }

    .catalog_list>div:nth-child(17) a {
        /* background-size: 50% !important; */
        background-position: bottom right !important;
    }

    .left_text.right_img .img_2 {
        right: 10%;
    }

    .list_stocks .item {
        height: 345px;
        background-position: 100px;
        background-size: contain;
    }

    .list_stocks .grid_3 .item:nth-child(4) {
        background-position: right;
    }

    .list_stocks .grid_2 .item {
        background-position: right;
    }

    .list_stocks .item.small_block .name,
    .list_stocks .item.middle_block .name {
        font-size: 24px;
    }

    .list_stocks .big_block .item {
        background-position: right;
    }

    .list_stocks .big_block .item .name {
        font-size: 48px;
    }

    .list_stocks .item.middle_block {
        background-position: right;
    }

    .inst_plan .grid_2 {
        grid-template-columns: 1fr;
    }

    .inst_plan .item img {
        width: 100%;
    }

    .head__catalog_menu:hover .dropdown_catalog {
        left: 0;
        transform: none;
    }

    .head__catalog_menu .dropdown_catalog {
        left: 0;
    }

    .address_delivery_items .group_inputs {
        grid-template-columns: 1fr;
    }

    .tabs_products .tabs_container {
        margin: 25px 0;
    }

    .bx-soa-cart-total-line.bx-soa-cart-total-line-total span:last-child {
        font-size: 30px;
    }
}

@media (max-width: 1350px) {
    .order_total {
        width: 100%;
    }

    .personal_lk .content .banner_block .text {
        font-size: 20px;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .basket-coupon-section input[type="text"] {
        padding: 18px 150px 18px 14px;
    }

    .basket-coupon-section .form_group:before {
        font-size: 14px;
    }

    .list_stocks .item:nth-last-child(-n+2) .name,
    .list_stocks .item:nth-child(-n+3) .name {
        font-size: 30px;
    }
}

@media (max-width: 1240px) {
    .grid_5 {
        grid-template-columns: repeat(4, 1fr);
    }

    .personal_lk .content .banner_block {
        background-position: 100% 100%, 0;
        background-size: contain, auto;
    }

    .history_order .status_order ul {
        gap: 5px;
    }

    .history_order .item .right_block {
        justify-content: start;
        gap: 20px;
        grid-template-columns: repeat(auto-fill, 90px);
    }

    #bx_1847241719_189 {
        background-size: 65% !important;
        background-position: bottom center !important;
    }

    .main_popular_category .big_block a .title {
        width: 50%;
    }

    .popular_category_list ul {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }

    .main_stocks .item {
        padding: 40px 40px 200px;
    }

    .main_tabs .title,
    .main_popular_category>.title,
    .main_stocks .title {
        font-size: 28px;
    }

    .main_stocks .item .name {
        font-size: 28px;
    }

    .products_container {
        grid-template-columns: 1fr;
    }

    .products_container .filter {
        display: none;
    }

    .products_container .page_title,
    .page_title {
        margin-bottom: 40px;
    }

    .products_container .filter {
        display: none;
        position: fixed;
        background: #FFF;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        overflow: scroll;
        height: 100%;
        padding-top: 65px;
        padding-bottom: 44px;
    }

    .products_container .filter .close_modal {
        position: absolute;
        right: 42px;
        top: 20px;
        display: block;
    }

    .about {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .partners .info_block {
        padding: 16px;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .select p {
        padding: 14px;
    }

    .news-list .item .left_block .title {
        font-size: 20px;
    }

    .news-list .item img {
        object-fit: cover;
    }

    .btn_filter {
        height: 36px;
        width: 36px;
        background: #F5F5F5;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn_filter svg {
        width: 18px;
        height: 18px;
    }

    .product_card {
        grid-template-columns: 1fr 1fr;
    }

    .product_card .product_images_slider {
        max-width: 100%;
    }

    .card_info_props {
        max-width: 100%;
    }

    .product_card .buy_block {
        grid-column: span 2;
    }

    .other_products_in_card {
        padding: 50px 0;
    }

    .order_total {
        max-width: 400px;
        width: 100%;
    }

    .cart_info_sum span:first-child {
        font-size: 22px;
    }

    .cart_info_sum span:last-child {
        font-size: 26px;
    }

    .cart_info_sum,
    .cart_info_total,
    .basket-coupon-section {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }


    .basket-coupon-section input[type="text"] {
        padding: 16px 100px 16px 16px;
        font-size: 14px;
    }

    .basket-coupon-section input[type="submit"] {
        font-size: 16px;
        padding: 0px 20px;
    }

    .info_buyer .form_group {
        display: grid
    ;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .info_buyer input[type="text"] {
        width: 100%;
    }

    input[type="checkbox"]+label {
        padding-left: 35px;
    }

    .bx-soa-item-img-block {
        width: fit-content;
    }

    td.basket-items-list-item-picture {
        width: 189px;
    }

    td.checkbox {
        width: 45px;
    }

    .order_total {
        max-width: 100%;
    }

    .info_buyer {
        padding: 50px 0;
    }

    .info_buyer_delivery .form-group {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .history_order>.item .grid_2 {
        grid-template-columns: 1fr;
    }

    .wait_list .item {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .wait_list .item a,
    .wait_list .item .article,
    .wait_list .in_stock, .wait_list .no_stock {
        width: 100%;
        max-width: 100%;
        text-align: center;
        justify-content: center;
    }

    .wait_list .item .right_block a {
        max-width: 164px;
    }

    .wait_list .item .right_block {
        display: flex
    ;
        justify-content: center;
    }

    .favorites .top_block .sort ul li a {
        padding: 10px;
    }

    .favorites_clear,
    .tabs_products .tabs_container li {
        padding: 10px;
    }

    .favorites .tabs_container p {
        font-size: 20px;
    }

    .left_text.right_img .img_1 {
        height: 70%;
        top: 40%;
    }

    .left_text.right_img .img_2 {
        right: 10%;
        height: 70%;
    }

    .main_slide .left_text .title {
        max-width: 60%;
        padding-bottom: 20px;
    }

    .personal_lk .content {
        grid-template-columns: 1fr;
    }

    .info_buyer_delivery .title {
        width: 100%;
    }

    .address_delivery_items {
        max-width: 100%;
    }

    .address_delivery_items .group_inputs input {
        max-width: 100%;
    }

    footer>svg {
        max-width: 335px;
    }
}

@media (max-width: 1136px) {
    .catalog_list .long_block:last-child {
        grid-column: span 1;
    }

    .main_popular_category .small_block:nth-child(3) a:nth-child(2) {
        background-position: right bottom !important;
    }

    .products_list_v2 .right_block {
        padding-left: 0;
    }

    .info_product_list {
        max-width: 375px;
        padding: 10px 0;
    }

    .basket_items,
    .basket-items-list-table tbody {
        display: block;
        max-width: 100%;
    }

    table.basket-items-list-table {
        display: block;
    }

    .order_info {
        margin-bottom: 40px;
    }

    .favorites .top_block .sort ul {
        display: none; 
        position: absolute;
        top: 60px;
        background: #FFF;
        flex-direction: column;
        z-index: 9;
        border: 1px solid #C9C9C999;
        gap: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .favorites .top_block .sort ul.active {
        display: flex;
    }
    
    .favorites .top_block .sort p {
        padding: 10px 12px;
        border: 1px solid #E2E2E2;
        border-radius: 7px;
        cursor: pointer;
    }

    .favorites .top_block .sort {
        position: relative;
    }

    .favorites .top_block .sort ul li a.active {
        background: #C9C9C999;
        color: #212121;
    }

    .favorites .top_block .sort ul li a {
        border-radius: 0;
        color: #212121;
        display: flex
    ;
        justify-content: flex-start;
        padding: 16px;
        min-width: 100%;
        white-space: nowrap;
    }

    .favorites .top_block .sort ul li {
        width: 100%;
    }

    .catalog_list .long_block:last-child a {
        background-size: 50% !important;
    }

    .contacts .top_block .items .info a {
        font-size: 20px;
    }

    .dropdown_route .btn_green {
        font-size: 18px;
    }

    .tabs_products .tabs_container>.favorites_clear {
        display: none;
    }

    .favorites .tabs_products .tabs_container ul {
        display: none;
        position: absolute;
        left: 0;
        top: 70px;
        z-index: 2;
        background: #FFFF;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0px 0px 4px 0px #4A4A4A40
    }

    .favorites .tabs_products .tabs_container li:hover {
        background: #FFF;
        color: #212121;
    }

    .favorites .tabs_products .tabs_container li.active {
        color: #212121;
        background: #C9C9C999;
    }

    .favorites .tabs_container p {
        padding: 14px 10px;
        border: 1px solid #E2E2E2;
        border-radius: 7px;
    }

    .favorites .tabs_products .tabs_container ul .favorites_clear {
        display: flex;
        margin-left: 0;
        font-weight: 400;
    }

    .favorites .tabs_products .tabs_container {
        position: relative;
    }

    .favorites .tabs_products .tabs_container li {
        padding: 16px;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #C9C9C999;
        font-weight: 400;
        text-align: left;
    }

    .favorites_clear {
        padding: 16px;
        border-radius: 0;
        border: 0;
    }
}

@media (max-width: 1140px) {
    .list_stocks .item {
        height: 310px;
    }

    .list_stocks .item:nth-child(-n+3) .name,
    .list_stocks .grid_3 .item:nth-child(4) .name {
        font-size: 30px;
    }

    .list_stocks .item:nth-child(-n+3) .text,
    .list_stocks .grid_3 .item:nth-child(4) .text {
        font-size: 16px;
    }

    .list_stocks .item {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .head__links {
        display: none;
    }

    .personal_lk .content .banner_block {
        background-position: 110% 55px, 0;
        background-size: 30%, auto;
    }

    header .bottom_block .left_block {
        display: grid
    ;
        grid-template-columns: auto 1fr;
        width: 100%;
    }

    header .bottom_block .left_block {
        display: grid
    ;
        grid-template-columns: auto 1fr;
    }

    .head__search {
        width: 100%;
        min-width: 100%;
    }

    .bottom_panel {
        display: block;
        position: fixed;
        bottom: 0;
        box-shadow: 0px -4px 4px 0px #00000040;
        width: 100%;
        z-index: 99;
        background: #FFF;
        padding: 10px;
        left: 0;
        margin-bottom: -5px;
    }

    .bottom_panel:after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: #FFF;
        top: 45px;
        z-index: -1;
    }

    .bottom_panel ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bottom_panel ul a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        position: relative;
    }

    .bottom_panel ul a span {
        color: #949494;
        font-size: 12px;
    }

    .bottom_panel ul a svg {
        height: 24px;
        width: 24px;
    }

    .main_slide .left_text .title {
        font-size: 42px;
    }

    .main_slide .btn_next svg,
    .main_slide .btn_prev svg {
        max-width: 100px;
    }

    .tabs_products .tabs_container ul {
        flex-wrap: wrap;
    }

    .grid_5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .list_stocks .grid_3,
    .list_stocks .grid_2 {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }

    .list_stocks .grid_3 .item:nth-child(4) {
        grid-column: span 1;
        justify-content: flex-start;
    }

    .list_stocks .item {
        height: 300px;
    }

    .list_stocks .big_block .item .name {
        font-size: 36px;
    }

    .page_stocks .top_block .left_block {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .page_stocks .top_block {
        flex-direction: column;
    }

    .contacts .top_block .items {
        flex-direction: column;
    }

    .left_text.right_img .img_2 {
        right: 0;
    }

    .list_stocks .big_block .item {
        background-position: 180%;
    }

    .list_stocks .item {
        background-position: right;
    }
}

@media (max-width: 991px) {
    .main_popular_category {
      grid-template-columns: 1fr 1fr;
    }

    .bx-soa-pp-delivery-cost {
      white-space: nowrap;
    }

    .product .add_in_basket .in_basketed .input_count input[type="text"] {
      width: 24px;
    }

    .grid_5 {
      gap: 15px
    }

    .product .add_in_basket .in_basketed {
      padding: 16px 10px;
    }

    .list_stocks .grid_2 .item,
    .list_stocks .grid_3 .item:nth-child(4),
    .list_stocks .item, .list_stocks .big_block .item {
        background-position: right;
    }

    .history_order .status_order ul li p {
        margin-bottom: 0;
    }

    .personal_lk .content .banner_block {
        background-position: 110% 30px, 0;
        background-size: 30%, auto;
    }

    #bx_1847241719_189 {
        background-size: 55% !important;
    }

    .form_block.success .form-success {
        margin-left: 0;
        margin: auto;
        text-align: center;
    }

    .partners .form_block form .submit {
        flex-wrap: wrap;
    }

    .basket-item-block-info {
        max-width: 95%;
    }

    .modal_callback_exceeded {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        max-width: 95%;
    }

    .popup_callback_exceeded.success {
        height: 185px;
    }

    .popup_callback_exceeded:after {
        background-size: 70%;
    }

    .popup_callback_exceeded {
        padding: 38px;
    }

    .popup_callback_exceeded.success .title {
        font-size: 20px;
    }

    .main_popular_category .big_block {
        grid-column: span 3;
    }

    .main_popular_category .big_block a {
        height: 265px;
        background-size: contain !important;
        background-position: right !important;
    }

    #bx_1847241719_366 {
        background-size: 60% !important;
        background-position: bottom center !important;
    }

    .main_popular_category .small_block.reverse a:nth-child(1) {
        background-position: right !important;
    }

    .main_popular_category .big_block a .title {
        font-size: 36px;
    }

    .main_popular_category .small_block a {
        height: 152px;
    }

    .category_stocks {
        width: 100%;
    }

    .list_stocks .item,
    .list_stocks .big_block .item {
        padding: 22px;
    }

    .about .title,
    .partners .info_block .title {
        font-size: 20px;
    }

    .about .text,
    .partners .info_block .text {
        font-size: 14px;
    }

    .about a {
        font-size: 12px;
    }

    .about:before {
        background-size: contain;
        background-position: top;
    }

    .partners .info_block:before {
        background-position: right;
        right: 0;
        left: initial;
        top: 0;
    }

    .partners .form_block {
        margin: 24px 0;
        padding: 24px;
    }

    .partners .form_block form>div {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .news-list .item {
        flex-direction: column;
    }

    .news-list .item .left_block {
        padding: 16px;
        width: 100%;
        max-width: 100%;
    }

    .news-list .item .text {
        max-width: 100%;
        padding: 0 16px 16px;
    }

    .news-list {
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
    }

    .news-list .btn_default {
        grid-column: span 2;
    }

    .product_list_images {
        max-width: 200px;
        width: 100%;
    }

    .product_list_images .product_images {
        padding-top: 24px;
    }

    .info_product_list .props li span {
        font-size: 14px;
    }

    .products_list_v2 .product>div {
        gap: 10px
    }

    .products_list_v2 .prices_block {
        flex-wrap: wrap;
    }

    .products_list_v2 .discount {
        margin-right: 100%;
    }

    .personal_lk .content .info_personal {
        padding: 24px 16px;
    }

    .personal_lk .content .info_personal .edit_block .name {
        font-size: 20px;
    }

    .personal_lk .info_personal__block .info {
        flex-direction: column;
        gap: 8px;
    }

    .personal_lk .content .banner_block {
        padding: 14px 18px 51px;
    }

    .personal_lk .content .banner_block .text {
        font-size: 19px;
    }

    .personal_lk {
        grid-template-columns: 305px 1fr;
    }

    .history_order>.item {
        padding: 16px;
    }

    .other_info_order {
        right: 20px;
    }

    .history_order .status_order ul {
        flex-direction: column;
    }

    .history_order .status_order ul:before {
        height: 100%;
        width: 2px;
        right: 15%;
    }

    .history_order .status_order .success_line {
        width: 2px !important;
        /* height: 38%; */
        right: 15%;
    }

    .history_order .status_order ul li:before {
        right: 13%;
        left: initial;
        top: 0;
    }

    .history_order .status_order ul li:nth-child(3)::before {
        left: initial;
        top: 0;
        right: 13%;
    }

    .history_order .status_order ul li {
        max-width: 100%;
        width: 100%;
    }

    .history_order .status_order ul li:nth-child(4)::before {
        right: 13%;
        top: -5px;
    }

    .history_order .status_order ul li:nth-child(5)::before {
        right: 13%;
        bottom: 0;
        top: inherit;
    }

    .history_order .status_order ul li {
        margin-top: 0;
    }

    .history_order .status_order ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .history_order .info_products_order a {
        grid-template-columns: auto 1fr;
        column-gap: 13px;
    }

    .history_order .info_products_order a .name {
        order: 3;
        grid-column: 2;
        grid-row: 2;
        font-size: 20px;
    }

    .history_order .info_products_order a .price {
        order: 2;
        grid-column: 2;
        grid-row: 1;
        font-size: 24px;
    }

    .history_order .info_products_order a img {
        order: 1;
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .inst_plan .grid_2 {
        grid-template-columns: 1fr;
    }

    .footer_nav .title {
        padding-right: 165px;
    }

    .detail_news_slider_img {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #bx_1847241719_64 a .name {
        max-width: 75%;
    }

    #bx_1847241719_72 .name {
        max-width: 50%;
    }

    #bx_1847241719_456 a {
        background-size: cover !important;
    }

    .catalog_list .small_block {
        width: 100%;
    }

    .address_delivery_items .group_inputs {
        grid-template-columns: 1fr;
    }

    footer .info_block .right_block {
        margin-left: 20px;
    }

    footer>svg {
        max-width: 285px;
    }

    footer {
        padding-bottom: 35px;
    }
    
}

@media (max-width: 885px) {
    .list_stocks .grid_2 .item, .list_stocks .grid_3 .item:nth-child(4), .list_stocks .item, .list_stocks .big_block .item {
        background-position: 100px;
    }
}

@media (max-width: 768px) {
    header .menu {
        display: none;
    }

    .modal_success_fast_order p {
        font-size: 18px;
    }

    .modal_success_fast_order .order_success {
        padding: 50px;
    }

    .modal_success_fast_order .close_modal {
        right: 20px;
    }

    .personal_lk .content .banner_block .text {
        font-size: 20px;
        width: 80%;
    }
    
    .personal_lk .content .info_personal {
        max-width: 100%;
    }

    .total_sum_certs .in_basketed.show {
        display: flex;
        justify-content: center;
    }

    .info_personal input {
        text-align: left;
    }

    .footer_nav .menu .title {
        display: none;
    }

    #bx_1847241719_189 {
        background-size: contain !important;
        background-position: right center !important;
    }

    .product .add_in_basket .in_basketed .input_count input[type="text"], .total_sum_certs .in_basketed .input_count input[type="text"] {
        width: 25px;
    }

    .product .add_favorites {
        top: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 26px;
        right: 16px;
    }

    #bx_1847241719_456 a {
        background-size: auto !important;
    }

    #bx_1847241719_366 {
        background-size: contain !important;
        background-position: right !important;
    }

    #bx_1847241719_176 .name {
        max-width: 55%;
    }

    .catalog_list>div:nth-child(17) a {
        /* background-size: 40% !important; */
    }

    .bx-sls .dropdown-block {
        max-width: 100%;
    }

    .catalog_list>div:nth-child(13) .name {
        max-width: 126px;
    }

    .head__catalog_menu:hover .dropdown_catalog {
        display: none;
    }

    .news_detail {
        margin-bottom: 40px;

    }

    .detail_news_slider_img {
        grid-template-columns: 1fr 1fr;
    }

    .detail_news_slider_img a:nth-child(1) {
        grid-column: span 2;
        max-height: 270px;
    }

    header .top_block .right_btns .btn_default {
        display: none;
    }

    .main_tabs .title, .main_popular_category>.title, .main_stocks .title {
        font-size: 24px;
    }

    .tabs_products .tabs_container ul {
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
    }

    .tabs_products .tabs_container li {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .tabs_products .tabs_container {
        margin: 25px 0;
    }

    .grid_5 {
        grid-template-columns: 1fr 1fr;
    }

    .main_popular_category .big_block a {
        height: 225px;
    }

    .main_popular_category .small_block {
        grid-column: span 3;
        gap: 9px;
    }

    .main_popular_category {
        gap: 9px;
    }

    .main_popular_category .small_block a {
        display: flex;
        align-items: center;
    }

    .grid_2 {
        grid-template-columns: 1fr;
    }

    .main_stocks .item {
        padding: 40px 40px 171px;
    }

    .main_slide .left_text .title {
        font-size: 28px;
        max-width: 60%;
    }

    .main_slide .slick-slide>div>div {
        background-size: 50% !important;
        background-position: bottom right !important;
    }

    .main_slide .left_text {
        padding-top: 43px;
        padding-bottom: 42px;
    }

    .main_slide .btn_green {
        font-size: 16px;
    }

    .main_slide .left_text .title {
        font-size: 28px;
        max-width: 60%;
        padding-bottom: 14px;
    }

    .list_stocks .item.small_block .name {
        font-size: 24px;
    }

    .list_stocks .item {
        background-position: right !important;
    }

    .page_stocks .top_block .left_block {
         max-width: 100%;
    }

    .page_stocks .top_block {
        flex-direction: column;
        gap: 34px
    }

    .breadcrumb {
        margin-top: 25px;
    }

    .breadcrumb ul {
        padding-bottom: 24px;
        flex-wrap: wrap;
    }

    .page_title {
        font-size: 24px;
    }

    .page_stocks .top_block .left_block .desc {
        font-size: 14px;
    }

    .category_stocks ul a {
        font-size: 12px;
    }

    .category_stocks ul a.active {
        padding: 8px 10px;
    }

    .list_stocks .big_block .item {
        background-position: 140%;
        background-size: contain;
    }

    .category_stocks ul {
        gap: 16px;
    }

    .list_stocks .big_block .item {
        height: 300px;
        padding: 22px;
        justify-content: flex-start;
    }

    .list_stocks .big_block .item .name,
    .list_stocks .middle_block.item .name {
        font-size: 24px;
    }

    .list_stocks .big_block .item .text {
        font-size: 14px;
    }

    .page_count_element .name {
        display: none;
    }

    .grid_3 {
        grid-template-columns: 1fr 1fr;
    }

    .sort_block {
        gap: 8px
    }

    .sort_block .sort>a,
    .page_count_element>a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .accordion .name {
        font-size: 18px;
    }

    .accordion .content {
        font-size: 14px;
    }

    .accordion>ul>li {
        padding: 16px;
        margin-bottom: 16px;
    }

    .news-list .item {
        grid-column: span 2;
    }

    .news-list {
        grid-template-columns: 1fr;
    }

    .info_product_list .props {
        display: none;
    }

    .products_list_v2 .product_list_images {
        width: 147px;
        height: 100%;
    }

    .products_list_v2 .right_block {
        display: none;
    }

    .info_product_list {
        max-width: 100%;
        padding: 10px 0;
    }

    .products_list_v2 .prices_block {
        flex-wrap: nowrap;
        padding: 0;
    }

    .products_list_v2 .discount {
        margin-right: 0;
    }

    .products_list_v2 .prices_block .discount {
        order: 3;
    }

    .products_list_v2 .product .add_in_basket {
        margin: 0;
        padding: 8px 0;
    }

    .products_list_v2 .product_list_images .sticker.bestsellers {
        bottom: auto;
        top: 12px;
        left: 10px;
        padding: 5px;
    }

    .sticker.bestsellers span {
        font-size: 8px;
    }

    .products_list_v2 .product .add_favorites {
        top: 14px;
        right: 8px;
    }

    .info_product_list .prices_block {
        display: flex;
    }

    .info_product_list .add_in_basket {
        display: block;
        font-size: 14px;
        padding: 8px;
    }

    .info_product_list .prices_block .discount {
        margin-right: 0 !important;
    }

    .product .add_in_basket .in_basketed span {
        font-size: 14px;
        height: 100%;
        z-index: 2;
    }

    .product .add_in_basket .in_basketed .input_count {
        justify-content: center;
        width: 100%;
        gap: 10px;
    }

    .product_card {
        grid-template-columns: 1fr;
    }

    .product_card .buy_block {
        grid-column: span 1;
    }

    .basket-item-info-name-link span {
        font-size: 20px;
    }

    .info_buyer .form_group {
        grid-template-columns: 1fr;
    }

    .info_buyer input[type="text"] {
        width: 100%;
        max-width: 100%;
    }

    .bx-soa-pp-item-container {
        max-width: 100%;
    }

    .address_delivery_items .group_inputs {
        grid-template-columns: 1fr;
    }

    .address_delivery_items .group_inputs input {
        max-width: 100%;
    }

    .address_delivery_items>input[type="text"] {
        width: 100%;
        margin-bottom: 8px;
    }

    .personal_lk {
        grid-template-columns: 1fr;
    }

    .personal_lk .sidebar_menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 16px 10px;
        gap: 20px;
    }

    .personal_lk .sidebar_menu ul li a {
        flex-direction: column;
        gap: 5px;
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .personal_lk .sidebar_menu ul li a:after {
        position: relative;
        rotate: 90deg;
    }

    .personal_lk .sidebar_menu ul li:not(:last-child) {
        display: flex;
        justify-content: center;
        gap: 20px;
        border-right: 1px solid #C9C9C999;
    }

    .personal_lk .btn_green {
        width: 100%;
        text-align: center;
        padding: 16px;
        font-size: 16px;
        font-weight: 500;
    }

    .history_order .item .left_block .name {
        font-size: 20px;
    }

    .history_order .item .left_block .info {
        font-size: 14px;
    }

    .product_certs {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .certs_list {
        grid-column: span 1;
    }

    .certs .banner_block {
        display: none;
    }

    .accordion li svg {
        width: 14px;
    }

    .popup_exceeded_product {
        margin: 16px;
    }

    .popup_exceeded_product form {
        grid-template-columns: 1fr;
    }

    .popup_exceeded_product form .text_form_policy {
        grid-column: span 1;
    }

    .products_container {
        gap: 0
    }

    .list_city {
        column-count: 2;
    }

    .popup_city:after {
        height: 20px;
    }

    .modal_city {
        height: 100%;
        width: 100%;
    }

    .top_city {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer_nav {
        display: flex
    ;
        flex-direction: column;
    }

    .footer_nav .title {
        font-weight: 500;
        border-bottom: 0;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
        padding-right: 0;
    }

    footer .menu ul,
    .footer_nav .contacts ul{
        display: flex
    ;
        gap: 8px;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #212121;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .btn_up {
        display: none;
    }

    footer .info_block {
        display: flex
    ;
        flex-direction: column-reverse;
        gap: 24px;
        padding: 0 17px 120px;
    }

    footer .info_block .left_block {
        width: 100%;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
    }

    footer>svg {
        left: 50%;
        right: initial;
        transform: translate(-50%, 0px);
        height: 69px;
        bottom: 50px;
        max-width: 100%;
        z-index: 1;
    }

    footer {
        position: relative;
        padding-top: 20px;
        background: #FCFCFC;
        margin-top: 20px;
    }

    footer .max_width_theme {
        position: relative;
        z-index: 2;
    }

    .footer_nav .menu {
        order: 2;
    }

    .footer_nav .contacts {
        order: 1;
    }

    .footer_nav .contacts ul li:nth-child(2) {
        order: 1;
    }

    .footer_nav .contacts ul li:nth-child(1) {
        order: 2;
    }

    .footer_nav .contacts ul li:nth-child(3) {
        order: 3;
    }

    .footer_nav .contacts ul li:nth-child(2) a {
        font-size: 20px;
        font-weight: 600;
    }

    .products_list .bottom_btns .pagination-desktop ul,
    .products_list .bottom_btns .pagination-mobile ul {
        gap: 10px
    }

    .catalog_list .small_block {
        width: 100%;
    }

    .catalog_list .big_block a {
        display: flex
    ;
        align-items: flex-end;
        background-position: right -8px !important;
        padding: 14px 23px;
    }

    .main_popular_category .small_block.reverse a:nth-child(1) .title {
        width: 50%;
    }

    .popular_category_list {
        margin-top: 15px;
    }

    .main_stocks .item {
        /* background-position: 200% !important; */
    }

    .left_text.right_img .img_1 {
        right: -40px;
    }

    .left_text.right_img .img_2 {
        right: 0;
        max-height: 120px;
        height: 100%;
    }

    .catalog_list {
        gap: 8px;
    }

    .order_block_reg img {
        right: 65px;
        height: 300px;
        top: -40px;
    }

    .order_fast .basket_items {
        gap: 20px;
    }

    .order_fast .contact_info form {
        grid-template-columns: auto auto;
    }

    .bx-filter-block li {
        max-width: 100%;
    }

    .product .add_in_basket .in_basketed,
    .product .add_in_basket>span {
        /* padding: 0; */
    }

    .card_buy_product .add_in_basket .in_basketed.show {
        justify-content: center;
    }

    .catalog_list .long_block:nth-child(4) a {
        background-size: 51% !important;
        background-position: right !important;
    }
    
}


@media (max-width: 680px) {
    .catalog_list .big_block {
        grid-column: span 2;
        height: 150px;
    }

    .personal_lk .content .banner_block {
        background-position: 110% 20px, 0;
        background-size: 30%, auto;
    }

    .list_stocks .grid_3, .list_stocks .grid_2 {
        grid-template-columns: 1fr;
    }
    
    #bx_1847241719_456 a {
        background-size: cover !important;
    }

    .catalog_list .small_block {
        max-width: 100%;
        width: 100%;
    }

    .catalog_list .small_block a,
    .catalog_list .long_block a {
        display: flex;
        align-items: start;
    }

    .catalog_list .long_block:last-child a {
        background-size: 25% !important;
    }

    .catalog_list>div:nth-child(1) {
        order: 1;
    }

    .catalog_list>div:nth-child(2) {
        order: 2;
    }

    .catalog_list>div:nth-child(3) {
        order: 3;
    }

    .catalog_list>div:nth-child(5) {
        order: 4;
    }

    .catalog_list>div:nth-child(6) {
        order: 5;
    }

    .catalog_list>div:nth-child(7) {
        order: 6;
    }

    .catalog_list>div:nth-child(8) {
        order: 7;
    }

    .catalog_list>div:nth-child(13) {
        order: 8;
        /* grid-column: span 2; */
    }

    .catalog_list>div:nth-child(13) .name {
        font-size: 145x;
    }

    .catalog_list .long_block:last-child .name {
        font-size: 20px;
    }

    .catalog_list .long_block:last-child .name {
        max-width: 100%;
    }

    .catalog_list>div:nth-child(9) {
        order: 9;
    }

    .catalog_list>div:nth-child(11) {
        order: 10;
    }

    .catalog_list>div:nth-child(4) {
        order: 11;
    }

    .catalog_list>div:nth-child(17) {
        order: 12;
    }

    .catalog_list>div:nth-child(10) {
        order: 13;
    }

    .catalog_list>div:nth-child(15) {
        order: 14;
    }

    .catalog_list .long_block:last-child {
        order: 15;
        grid-column: span 2;
    }

    .catalog_list>div:nth-child(12) {
        order: 16;
    }

    .catalog_list>div:nth-child(14) {
        order: 17;
    }

    .catalog_list>div:nth-child(16) {
        order: 18;
    }

    .catalog_list>div:nth-child(16) a {
        background-position: right bottom !important;
    }

    .personal_lk .sidebar_menu ul li a {
        font-size: 12px;
    }

    .certs_list ul li a {
        height: 45px;
        font-size: 16px;
    }

    .certs_list ul {
        grid-template-columns: repeat(auto-fill, 120px);
    }

    .total_sum_certs {
        padding: 32px;
        order: 3;
    }

    .total_sum_certs .top_block .name {
        font-size: 20px;
    }

    .total_sum_certs .top_block .sum {
        font-size: 24px;
    }

    .btn_default {
        font-size: 16px;
    }

    .certs_list {
        order: 1;
    }

    .certs_img {
        order: 2;
    }

    .product_certs {
        gap: 24px
    }

    .catalog_list .big_block a {
        background-size: contain !important;
        height: 152px;
        align-items: center;
    }

    .catalog_list .long_block:nth-child(5) a {
        background-size: contain !important;
        background-position: 200% !important;
    }

    .catalog_list>div:nth-child(5) .name {
        max-width: 100px;
    }

    .order_block_reg img {
        height: 200px;
        top: 0;
    }

    .basket-coupon-section .form_group:before {
        font-size: 12px;
        display: flex;
        align-items: center;
        right: -2px;
        top: -2px;
        height: 110%;
    }

    .footer_nav .contacts ul li {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .basket-item-amount {
        margin-bottom: 0;
    }

    .basket-coupon-section .form_group:before {
        top: -15px;
        height: 100%;
    }
}

@media (max-width: 525px) {
    .head__callback_block {
        display: none;
    }

    .certs_list ul li a {
        height: auto;
    }

    .empty_basket .info_block .title {
        font-size: 18px;
    }

    .empty_basket .info_block .text {
        font-size: 14px;
    }

    .empty_basket .info_block .btn_green {
        font-size: 14px;
    }

    .empty_basket.page .info_block {
        padding: 0 20px;
    }

    a.basket-item-image-link {
        height: 100%;
        display: flex
    ;
        align-items: center;
    }

    .main_slide .slick-slide>div>div {
        padding-left: 16px;
    }

    .main_slide .btn_prev {
        left: -35px;
    }

    .main_slide .btn_next {
        right: -35px;
    }

    .tabs_products .tabs_container li,
    .favorites .tabs_products .tabs_container ul .favorites_clear {
        font-size: 12px;
        padding: 11px;
    }

    .favorites .tabs_container p {
        padding: 10px;
    }

    .favorites .tabs_products .tabs_container ul {
        top: 45px
    }

    .order_cart .page_title, .favorites .page_title, .order_fast .page_title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .favorites .tabs_container p {
        font-size: 14px;
    }

    .favorites .tabs_products .tabs_container {
        margin: 8px 0;
    }

    .sticker {
        top: 12px;
        left: 14px;
        padding: 5px;
    }

    .sticker span {
        font-size: 8px;
    }

    .sticker svg {
        height: 9px;
    }

    .product_images img {
        height: 133px;
        box-sizing: content-box;
        padding-top: 40px;
    }

    .product .prices_block {
        flex-wrap: wrap;
        padding: 8px;
        min-height: 69px;
        box-sizing: content-box;
    }

    .product .name,
    .info_count {
        padding: 0 8px;
    }

    .main_slide {
        margin-top: 0;
    }

    .product .add_in_basket {
        margin: 0 8px 8px;
        padding: 8px 0;
    }

    .product .prices_block .discount {
        width: fit-content;
        font-size: 12px;
        padding: 3px 7px;
        margin-right: 100%;
    }

    .product .prices_block .price,
    .product_card .buy_block .price {
        font-size: 20px;
    }

    .product .prices_block .old_price {
        font-size: 16px;
    }

    .product .name {
        font-size: 12px;
    }

    .product .add_in_basket .in_basketed .input_count input[type="text"] {
        width: 40px;
    }

    .info_count {
        padding: 9px 16px;
    }

    .info_count span {
        font-size: 10px;
    }

    .info_count svg {
        width: 12px;
    }

    .product .add_in_basket>span {
        font-size: 14px;
        padding: 0px;
    }

    .main_popular_category .big_block a .title {
        font-size: 20px;
    }

    .main_popular_category .big_block a {
        height: 150px;
        background-size: 50% !important;
    }

    .main_popular_category .small_block a .title {
        font-size: 12px;
    }

    .main_popular_category .small_block {
        grid-template-rows: initial;
    }

    .main_popular_category .small_block a,
    .main_popular_category .small_block.reverse a:nth-child(3) {
        display: flex;
        align-items: center;
        height: 94px;
        background-size: contain !important;
    }

    .main_popular_category .small_block a:nth-child(3),
    .main_popular_category .small_block.reverse a:nth-child(1) {
        height: 150px;
    }

    .main_popular_category .small_block a:nth-child(3) .title,
    .main_popular_category .small_block.reverse a:nth-child(1) .title{
        font-size: 20px;
    }

    .popular_category_list ul .img {
        width: 78px;
        height: 78px;
    }

    .popular_category_list ul a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .popular_category_list ul .title {
        font-size: 12px;
    }

    .popular_category_list ul li {
        width: 25%;
    }

    .main_stocks .item .name {
        font-size: 24px;
    }

    .btn_catalog {
        padding: 8px;
    }

    .btn_catalog span {
        font-size: 14px;
    }

    .head__search input {
        padding: 9px;
    }

    .accordion>ul>li {
        padding: 24px 16px;
    }

    .accordion .name {
        font-size: 18px;
    }

    .accordion li svg {
        width: 12px;
    }

    .catalog_list>div:nth-child(4) a {
        background-size: 80% !important;
        background-position: 230% center !important;
    }

    .partners .form_block form .submit {
        flex-direction: column;
        gap: 8px;
        margin-top: 8px;
    }

    .partners .form_block input[type="submit"],
    .partners .form_block form input[type="text"] {
        width: 100%;
        padding: 14px;
        font-size: 14px;
    }

    .select p {
        font-size: 14px;
        padding: 15px 16px;
    }

    .contacts .top_block .items .info a {
        font-size: 20px;
    }

    .contacts .top_block .items .info {
        gap: 8px;
    }

    .contacts .top_block .items .info p {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .contacts .map {
        margin-bottom: 0;
    }

    .modal_cart {
        width: 100%;
    }

    .popup_cart .products_block .item .price_block {
        flex-wrap: wrap;
    }

    .popup_cart .products_block .item .price_block .discount {
        margin-right: 100%;
    }

    .modal_auth {
        margin: auto;
        padding: 40px 20px;
        max-width: 95%;
    }

    .popup_auth h4,
    .auth_content h5,
    .auth_content h5 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .auth_tabs {
        margin-bottom: 16px;
    }

    .auth_tabs_phone, .auth_tabs_email {
        padding: 10px;
    }

    .auth_content input[type="text"],
    .popup_reg_content input[type="text"],
    .popup_reg_content input[type="password"],
    .popup_reg_content .dob-dropdown-wrap select {
        padding: 16px;
    }

    .auth_content .btn_default {
        font-size: 14px;
        padding: 13px;
        margin-bottom: 16px;
    }

    .auth_content .bottom_info_auth,
    a.repeat_code_submit {
        font-size: 14px;
    }

    a.repeat_code_submit {
        padding: 11px !important;
    }

    .info_auth_phone_text,
    .info_auth_phone_text {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .no_whatsapp {
        font-size: 16px;
    }

    .product_card_info h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .card_info_hit {
        padding: 4px;
        margin-bottom: 22px;
    }

    .card_info_props li,
    .product_card .buy_block .article {
        font-size: 14px;
    }

    .prices_block .discount {
        font-size: 16px;
    }

    .card_buy_product {
        width: 100%;
    }

    .card_info_delivery .item {
        font-size: 12px;
    }

    .other_products_in_card {
        padding: 40px 0;
    }

    .other_products_in_card h4 {
        font-size: 24px;
    }

    .grid_5 {
        gap: 16px;
    }

    .product .info_count {
        padding: 8px 8px;
    }

    .order_cart .page_title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .breadcrumb ul li:not(a),
    .breadcrumb ul li a {
        font-size: 12px;
    }

    input[type="checkbox"]+label {
        font-size: 14px;
    }

    .bx-soa-item-tr {
        height: auto;
    }

    td.basket-items-list-item-picture {
        width: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    tr.basket-items-list-item-container {
        display: flex;
    }

    .bx-soa-item-img-block {
        width: 109px;
        height:  109px
    }

    .basket-item-amount {
        margin: 8px 20px;
    }

    td.checkbox {
        width: 45px;
        display: flex;
        align-items: center;
        margin-top: -50px;
    }

    .basket-item-amount {
        margin: 8px 20px;
        height: 36px;
    }

    .basket-item-amount-filed {
        font-size: 15px;
    }

    span.basket-item-amount-btn-plus:before {
        top: 11px
    }

    .basket-item-amount {
        margin: 8px 0;
        width: 100%;
    }

    .history_order .status_order ul li p {
        font-size: 12px;
    }

    .history_order .status_order ul li span {
        max-width: 150px;
        display: block;
    }

    .history_order .status_order ul li:before {
        right: 12% !important;
    }

    .wait_list .item {
        padding: 16px;
    }

    .favorites .top_block .sort p {
        font-size: 14px;
    }

    .favorites_clear {
        font-size: 14px;
    }

    .inst_plan .item .title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .inst_plan .item .text {
        font-size: 14px;
    }

    .inst_plan .item:first-child {
        padding: 16px;
    }

    .inst_plan .item .btn_green {
        font-size: 16px;
    }

    .catalog_list .long_block .name, .catalog_list .small_block .name {
        font-size: 12px;
        max-width: 65px;
    }

    .catalog_list .long_block,
    .catalog_list .small_block {
        height: 94px;
    }

    .catalog_list>div:nth-child(5)>a {
        background-size: contain !important;
        background-position: right top !important;
    }

    .catalog_list>div:nth-child(13) {
        height: 94px;
    }

    .catalog_list .long_block:last-child {
        height: 152px;
    }

    .catalog_list {
        grid-template-columns: 1fr 1fr;
    }

    .catalog_list .long_block:last-child a,
    .catalog_list>div:nth-child(6) a,
    .catalog_list>div:nth-child(8) a,
    .catalog_list>div:nth-child(9) a,
    .catalog_list>div:nth-child(17) a,
    .catalog_list>div:nth-child(7) a,
    .catalog_list>div:nth-child(10) a,
    .catalog_list>div:nth-child(15) a {
        /* background-size: 40% !important; */
    }

    .main_stocks .item {
        padding: 22px 22px 171px;
    }

    .main_popular_category .small_block.reverse a:nth-child(3) .title {
        font-size: 12px;
    }

    .main_stocks .item {
        /* background-position: 225px !important; */
        background-size: contain;
    }

    .left_text.right_img .img_2 {
        max-height: 100px;
    }

    .left_text.right_img .img_1 {
        max-height: 140px;
        top: 50%;
    }

    .main_slide .left_text .title {
        font-size: 22px;
    }

    .btn_filter {
        height: 30px;
        width: 30px;
    }

    .btn_filter svg {
        width: 14px;
        height: 14px;
    }

    .list_stocks .big_block .item {
        background-position: 200px;
        background-size: cover;
    }

    .list_stocks .item, .list_stocks .big_block .item {
        background-size: contain;
    }

    .news-list .item .left_block {
        box-sizing: border-box;
    }

    .pay_system_items label {
        font-size: 18px;
    }

    .order_fast .contact_info form {
        grid-template-columns: 1fr;
    }

    .order_fast .contact_info .btn_green {
        width: 100%;
    }

    .order_block_reg img {
        right: 0;
        top: -50px;
    }

    .order_block_reg .btn_green {
        width: 100%;
        text-align: center;
    }

    .order_fast .right_block {
        margin-top: 40px;
    }

    footer {
        margin-top: 40px;
    }

    .order_success .bottom_btns a {
        font-size: 14px;
    }

    .order_success .bottom_btns {
        flex-direction: column;
        gap: 20px;
    }

    .detail_news_slider_img a {
        max-height: 93px;
    }

    .detail_news_slider_img a:nth-child(1) {
        max-height: 190px;
    }

    .in_basketed.show>span {
        display: none;
    }

    .product .add_in_basket .in_basketed.show {
        justify-content: center;
        padding: 0;
    }

    .product .add_in_basket .in_basketed {
        padding: 7px;
    }

    td.basket-items-list-item-descriptions-inner {
        width: 220px;
    }

    .head__catalog_menu:hover .dropdown_catalog {
        width: 100%;
    }

    .head__catalog_menu {
        position: initial;
    }

    header .bottom_block .left_block {
        position: relative;
    }

    .menu_catalog_link {
        width: 100%;
        /* height: 100% !important; */
    }

    .dropdown_catalog {
        left: 0;
        transform: none;
        width: 100%;
        top: 55px;
    }

    header {
        z-index: 3;
    }

    #bx_1847241719_183 a {
        background-size: 50% !important;
    }

    .catalog_list .long_block:nth-child(4) a {
        background-position: 130px !important;
    }

    .sort_block .sort>a {
        min-width: auto;
    }

    .products_container .right_block .top_block {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 8px;
    }

    footer>svg {
        bottom: 50px;
    }

    .product-item-title {
        height: 30px;
        overflow: initial !important;
    }

    .order_fast .basket_items .delete_cart {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .delete_cart a {
        font-size: 14px;
    }

    .list_stocks .item:nth-child(-n+3) .name,
    .list_stocks .item:nth-last-child(-n+2) .name,
    .list_stocks .grid_3 .item:nth-child(4) .name {
        font-size: 24px;
    }

    .list_stocks .item:nth-child(-n+3) .text,
    .list_stocks .item:nth-last-child(-n+2) .text,
    .list_stocks .grid_3 .item:nth-child(4) .text {
        font-size: 14px;
    }

    input[type="checkbox"]+label {
        padding-left: 25px;
    }

    input[type="checkbox"]+label:after {
        width: 20px;
        height: 20px;
    }

    input[type="checkbox"]:not(.bx-soa-pp-company-checkbox):checked+:before {
        width: 12px;
        height: 9px;
        background-size: contain;
    }
}

@media (max-width: 420px) {
    .product_images {
        padding-top: 20px;
        /*height: 150px;*/
    }

    .personal_lk .content .banner_block .text {
        font-size: 18px;
        width: 100%;
    }

    .personal_lk .content .banner_block {
        background-position: 115% 50px, 0;
        background-size: 40%, auto;
    }

    .certs_list ul {
        grid-template-columns: repeat(auto-fill, 30%);
    }

    .menu_catalog_link>ul>li a {
        display: flex;
        width: 100%;
    } 

    .menu_catalog_link>ul>li:first-child a {
        margin: 10px;
        max-width: 93%;
    }

    td.basket-items-list-item-picture {
        width: 140px
    }

    .product .add_in_basket {
        padding: 10px;
    }

    .main_popular_category .small_block.reverse a:nth-child(1) .title {
        width: 80%;
    }

    .main_popular_category .small_block a:nth-child(3) {
        background-position: 140px bottom !important;
        background-size: 70% !important;
    }

    .main_popular_category .small_block.reverse a:nth-child(2) {
        background-size: 40% !important;
    }

    .main_popular_category .small_block.reverse a:nth-child(3) {
        background-position: right !important;
    }

    .sort_block .sort>a, .page_count_element>a {
        font-size: 12px;
    }

    .sort_block .sort>a svg,.page_count_element>a svg {
        display: none;
    }

    .display_view_mode a {
        height: 30px;
        width: 30px;
    }

    .products_container .left_block {
        width: 100%;
    }

    .bottom_panel ul a span {
        font-size: 11px;
    }

    .basket-item-info-name-link span {
        font-size: 20px;
    }

    .delete_cart {
        gap: 10px;
        justify-content: space-between;
    }

    .bx-soa-pp-item-container .item label span:first-child {
        max-width: 60%;
        width: 100%;
    }


    .personal_lk .sidebar_menu ul li:not(:last-child) {
        justify-content: flex-start;
    }

    .personal_lk .sidebar_menu ul li a {
        font-size: 10px;
    }

    .other_info_order .hide_products:last-child {
        right: -10px;
    }

    .other_info_order .hide_products:nth-child(2) {
        right: -5px;
    }

    .other_info_order {
        right: 0;
    }

    .sort_block .sort>a {
        min-width: fit-content;
    }

    .sort_block .sort {
        position: relative;
        width: 80%;
    }

    .products_container .right_block .top_block {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 8px;
    }    
}

@media (max-width: 400px) {
    .list_stocks .item, .list_stocks .big_block .item {
        background-position: 80px;
    }
}

@media (max-width: 350px) {
    .certs_list ul {
        grid-template-columns: repeat(auto-fill, 28.3333%);
    } 
}

#bx-soa-total-mobile {
    display: none;
}

.bx-soa-pp-company-graf-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.bx-soa-pp-company-line {
    display: flex;
    gap: 10px;
}

.icon-pay-system {
    max-width: 14px;
}


.icon-pay-system:before {
    display: none;
}

.pagination-search span {
    border: 1px solid #C9C9C999;
    border-radius: 2px !important;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    background: #FFF !important;
}

.pagination-search a {
    background: #FFF;
}

.pagination-search li.bx-active span {
    background: #024702 !important;
    color: #FFF;
}

.pagination-search {
    margin-top: 40px;
}

/* ========== ПОЛНОЭКРАННЫЙ ИНДИКАТОР ЗАГРУЗКИ ========== */

.fullscreen_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    color: white;
    font-size: 18px;
    font-weight: 500;
    animation: fadeIn 0.3s ease;
}

.fullscreen_loader .loader_spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

.fullscreen_loader .loader_text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-align: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .fullscreen_loader .loader_spinner {
        width: 40px;
        height: 40px;
        border-width: 3px;
    }
    
    .fullscreen_loader .loader_text {
        font-size: 16px;
    }

    .list_stocks .grid_3,
    .list_stocks .grid_2 {
        grid-template-columns: 1fr;
    }
}

.head__link--basket .basket-count {
    position: absolute;
    right: -6px;
    top: -6px;
    font-size: 12px;
    background: #82b935;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #FFF;
}

.basket-items-list-item-container-expend {
    display: none;
}

#bx_1847241719_66 a {
    background-size: 75% !important;
    background-position: bottom right !important;
}

/* Календарь должен быть поверх модального окна регистрации (z-index: 10000) */
.air-datepicker {
    z-index: 10010 !important;
}
/* End */


/* Start:/local/templates/poryadochniy_2025/assets/css/jquery-ui.min.css?174913391115396*/
/*! jQuery UI - v1.14.1 - 2025-06-03
* https://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;user-select:none}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}
/* End */


/* Start:/local/templates/poryadochniy_2025/components/bitrix/menu/top/style.min.css?1752044266490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/poryadochniy_2025/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/poryadochniy_2025/components/bitrix/menu/head_bottom/style.min.css?1752131935490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/poryadochniy_2025/components/bitrix/menu/head_bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/poryadochniy_2025/components/bitrix/breadcrumb/main/style.min.css?1756370302467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/poryadochniy_2025/components/bitrix/menu/footer/style.min.css?1752228478490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/poryadochniy_2025/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/poryadochniy_2025/components/bitrix/menu/footer_policy/style.min.css?1752229388490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/poryadochniy_2025/components/bitrix/menu/footer_policy/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/poryadochniy_2025/components/bitrix/menu/bottom_mobile/style.min.css?1754053689490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/poryadochniy_2025/components/bitrix/menu/bottom_mobile/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/poryadochniy_2025/components/bitrix/sale.basket.basket.line/popup/style.min.css?17582745314062*/
.bx-basket-block{margin:auto;position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:100;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(min-width:768px) and (width <= 992px){.block-store-catalog-list .bx-basket-fixed.bottom{bottom:90px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:100;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{padding-bottom:0}}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */
/* /local/templates/poryadochniy_2025/template_styles.css?1775566098193961 */
/* /local/templates/poryadochniy_2025/assets/css/jquery-ui.min.css?174913391115396 */
/* /local/templates/poryadochniy_2025/components/bitrix/menu/top/style.min.css?1752044266490 */
/* /local/templates/poryadochniy_2025/components/bitrix/menu/head_bottom/style.min.css?1752131935490 */
/* /local/templates/poryadochniy_2025/components/bitrix/breadcrumb/main/style.min.css?1756370302467 */
/* /local/templates/poryadochniy_2025/components/bitrix/menu/footer/style.min.css?1752228478490 */
/* /local/templates/poryadochniy_2025/components/bitrix/menu/footer_policy/style.min.css?1752229388490 */
/* /local/templates/poryadochniy_2025/components/bitrix/menu/bottom_mobile/style.min.css?1754053689490 */
/* /local/templates/poryadochniy_2025/components/bitrix/sale.basket.basket.line/popup/style.min.css?17582745314062 */
