@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Bold.eot');
    src: local('☺'), url('fonts/RobotoCondensed-Bold.woff') format('woff'), url('fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('fonts/RobotoCondensed-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Regular.eot');
    src: local('☺'), url('fonts/RobotoCondensed-Regular.woff') format('woff'), url('fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('fonts/RobotoCondensed-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Italic.eot');
    src: local('☺'), url('fonts/RobotoCondensed-Italic.woff') format('woff'), url('fonts/RobotoCondensed-Italic.ttf') format('truetype'), url('fonts/RobotoCondensed-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: "PT Sans","Helvetica","Arial",sans-serif!important;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    /* flex sticky footer hack */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh;
}

body * {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    width:auto;
    height:auto;
    max-height: 100%;
    object-fit: contain;
}

h1,
.h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0;
}

h1 {
    text-align: center;
}

#workarea h1 {
    text-align: left;
    text-align-last: left;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 18px;
}

small, .small {
    font-size: 12px;
}

a,
.default-link {
    color: #797A79;
    text-decoration: none;
    transition: color .2s ease;
}

.gray {
    color: #797A79;
}

@media (hover) {
    a:not(header a, footer a):hover,
    .default-link:hover {
        color: #EC1C23;
    }
}

.red-link {
    color: #EC1C23;
    transition: color .2s ease;
}

.red-link:hover {
    color: #DE070F;
}

.dashed-link {
    border-bottom: 1px dashed !important;
}

button:not(.fancybox-button,.geo,.search_button),
input[type="submit"],
.default-button {
    background: linear-gradient(282.01deg, #EC1C23 3.22%, rgba(236, 28, 35, 0.8) 100%);
    border-radius: 5px;
    border-width: 0;
    font-weight: bold;
    padding: 10px 28px 11px;
    min-width: 180px;
    max-width: 100%;
    color: #FFFFFF;
    transition: background .2s ease, box-shadow .2s ease;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-align-last: center;
}
.width-button-favorite {
    width: max-content;
}
@media (max-width: 480px) {
    button:not(.fancybox-button,.geo,.search_button),
    input[type="submit"],
    .default-button {
        background: linear-gradient(282.01deg, #EC1C23 3.22%, rgba(236, 28, 35, 0.8) 100%);
        border-radius: 5px;
        border-width: 0;
        font-weight: bold;
        padding: 8px 7px 8px;
        min-width: 30%;
        max-width: 100%;
        color: #FFFFFF;
        transition: background .2s ease, box-shadow .2s ease;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-align-last: center;
    }
}

button:not(.fancybox-button,.search_button):hover,
button:not(.fancybox-button,.search_button):focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.default-button:hover,
.default-button:focus {
    background: linear-gradient(285.17deg, #DE070F 0%, rgba(222, 7, 15, 0.8) 100%);
    box-shadow: 4px 4px 8px rgba(121, 122, 121, 0.16);
    outline: none;
    color: #FFFFFF;
}

button:not(.fancybox-button,.search_button):active,
input[type="submit"]:active,
.default-button:active {
    background: linear-gradient(285.17deg, #ABBFCC 0%, #DCE5EB 100%);
    box-shadow: 4px 4px 8px rgba(121, 122, 121, 0.16);
}

button[disabled]:not(.fancybox-button,.search_button),
button[disabled="disabled"]:not(.fancybox-button,.search_button),
input[type="submit"]:disabled,
.default-button[disabled],
.disabled-button {
    background: #DBDEE0;
    color: #FFFFFF;
    box-shadow: 4px 4px 8px rgba(121, 122, 121, 0.16);
    pointer-events: none;
}

input[type="submit"].default-link {
    display: inline;
    border: none;
    color: #797A79;
    text-decoration: none;
}

form .required:after {
    content: "*";
    color: #DE070F;
}

.compact-button {
    min-width: 0 !important;
}

.cart-button:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(image/cart-button-icon.svg);
    line-height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

input[type="submit"].hollow-button,
button.hollow-button,
.hollow-button {
    border: 2px solid #DBDEE0;
    color: #797A79;
    background: transparent;
    transition: color .2s ease, border-color .2s ease;
    padding: 8px 28px 9px;
}

button.hollow-button:hover,
button.hollow-button:focus,
input[type="submit"].hollow-button:hover,
input[type="submit"].hollow-button:focus,
.hollow-button:hover,
.hollow-button:focus {
    border-color: #EC1C23;
    color: #EC1C23;
    background: transparent;
    outline: none;
}

.hollow-button:active {
    border-color: #ABBFCC;
    color: #ABBFCC;
    background: transparent;
}

.bold {
    font-weight: bold;
}

.container {
    /*width: 100%;*/
    /*max-width: 1096px;
    margin: 0 auto;*/
}

input[type="text"]:not(.search__input),
input[type="number"]:not(.search__input),
input[type="email"]:not(.search__input),
input[type="tel"]:not(.search__input),
input[type="password"]:not(.search__input),
input[type="url"]:not(.search__input),
textarea:not(.search__input) {
    background: #FFFFFF;
    border: 2px solid #DBDEE0;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 32px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    color: #797A79;
}

label.checkbox {
    padding-left: 26px;
}

label.checkbox.no-padding {
    padding-left: 16px;
}

.check__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.check__box {
    position: absolute;
    margin-left: -26px;
    width: 16px;
    height: 16px;
    background-image: url("image/checkbox_empty.svg");
}

.no-padding .check__box {
    margin-left: -16px;
}

/* Checked */

.check__input:checked + .check__box {
    background-image: url("image/checkbox_checked.svg");
}

/* Disabled */
.check__input:disabled + .check__box {
    filter: grayscale(1);
}

label.radiobutton {
    padding-left: 26px;
}

label.radiobutton.no-padding {
    padding-left: 16px;
}

.radio__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio__circle {
    position: absolute;
    margin-left: -26px;
    width: 16px;
    height: 16px;
    background-image: url("image/radio.svg");
}

.no-padding .radio__circle {
    margin-left: -16px;
}

/* Checked */

.radio__input:checked + .radio__circle {
    background-image: url("image/radio_checked.svg");
}

/* Disabled */
.radio__input:disabled + .radio__circle {
    filter: grayscale(1);
}

main.container {
    /*margin-top: 280px;
    margin-bottom: 100px;
    margin-left: 10px;*/
}
/*
@media (max-width: 1024px) {
    main.container {
        margin-top: 330px;
    }
}
@media (max-width: 1024px) {
    main.container {
        margin-top: 330px;
    }
}
*/
/* HEADER */

header, footer{
    font-family: "Core Sans A 55 Medium"!important;
    position: relative;
}
header{
    z-index: 999!important;
}
footer{
    z-index: 989!important;
}

.header__button_catalog{
    overflow: visible;
}

.sticky + #page{
    padding-top: 111px;
}

/*header {*/
/*    background-color: white;*/
/*    z-index: 99;*/
/*    width:100%;*/
/*    position: fixed;*/
/*    padding-top: 18px;*/
/*    !*padding-bottom: 21px;*!*/
/*}*/

/*.header-logo {*/
/*    display: inline-block;*/
/*    line-height: 1;*/
/*}*/

/*.header-logo__notify {*/
/*    margin: 0;*/
/*    text-align: center;*/
/*    text-align-last: center;*/
/*    font-size: 14px;*/
/*    padding-top: 3px;*/
/*}*/

/*.header-logo:hover .header-logo__notify {*/
/*    color: #797A79;*/
/*}*/

/*.header-top {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*}*/

/*.logo-area {*/
/*    flex-grow: 1;*/
/*    margin-top: 2px;*/
/*    flex-basis: 24%;*/
/*}*/

/*.contacts-area {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 2fr;*/
/*    grid-template-rows: 1fr 2fr;*/
/*}*/
/*.contact-block {*/
/*    grid-row: span 2 / span 2;*/
/*}*/
/*.contact-block dynamic-contact-block {*/
/*    grid-row: span 2 / span 2;*/
/*}*/

/*.login-area {*/
/*    flex-grow: 1;*/
/*    flex-basis: 24%;*/
/*    padding: 1px 10px 0;*/
/*}*/

/*.header-top .contact-block {*/
/*    max-width: 100%;*/
/*    flex-basis: 50%;*/
/*    padding: 0 18px;*/
/*}*/

/*.header-red-phone {*/
/*    font-size: 18px;*/
/*    margin-bottom: 4px;*/
/*    display: inline-block;*/
/*}*/

/*.contact-block-phone {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 8px;*/
/*}*/

/*.phone-icon {*/
/*    display: inline-block;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    margin-right: 9px;*/
/*    background-image: url("image/phone-icon.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

/*.main-menu-area {*/
/*    width: 100%;*/
/*    background: #EFF4F7;*/
/*    border-top: 1px solid #DBDEE0;*/
/*    border-bottom: 1px solid #DBDEE0;*/
/*    box-shadow: 0 2px 4px rgba(219, 222, 224, 0.88);*/
/*    min-height: 60px;*/
/*    margin-top: 15px;*/
/*}*/

/*.menu-wrapper {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    padding: 12px 0;*/
/*}*/

/*.mobile-region-email {*/
/*    display: none;*/
/*}*/

/* Footer */
footer {
    margin-top: auto;
}

/*.footer-menu-area {*/
/*    background: #EFF4F7;*/
/*    border: 1px solid #DBDEE0;*/
/*    box-sizing: border-box;*/
/*    box-shadow: 0 2px 4px rgba(219, 222, 224, 0.88);*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*}*/

/*.footer-menu-area > .container {*/
/*    display: flex;*/
/*}*/

/*.footer-menu-area > .container > div {*/
/*    border-left: 2px solid #DBDEE0;*/
/*    padding: 0 15px;*/
/*    flex-basis: 25%;*/
/*}*/

/*.footer-menu-area > .container > ul {*/
/*    flex-basis: 25%;*/
/*}*/

/*.copyright {*/
/*    text-align: center;*/
/*    text-align-last: center;*/
/*    padding: 10px 15px 22px;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    color: #797A79;*/
/*}*/

/*.social-wrapper {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.social-icons > li:not(:last-of-type) {*/
/*    margin-right: 8px;*/
/*}*/

/*.payment-icons,*/
/*.social-icons {*/
/*    list-style-type: none;*/
/*    margin: 9px 0 0px;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.social-icons.share-icons {*/
/*    padding-left: 30px;*/
/*    max-width: 250px;*/

/*}*/

/*.social-icons .social-icon {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    display: block;*/
/*    transition: opacity .2s ease;*/
/*}*/

/*.social-icons .social-icon:hover {*/
/*    opacity: .8;*/
/*}*/

/*.social-icons .social-icon.yt-icon {*/
/*    background-image: url("image/yt-icon.svg");*/
/*}*/

/*.social-icons .social-icon.instagramm-icon {*/
/*    background-image: url("image/instagramm-icon.svg");*/
/*}*/

/*.social-icons .social-icon.vk-icon {*/
/*    background-image: url("image/vk-icon.svg");*/
/*}*/

/*.social-icons .social-icon.fb-icon {*/
/*    background-image: url("image/fb-icon.svg");*/
/*}*/

/*.share-icons.yt-icon {*/
/*    background-image: url("image/yt-icon.svg");*/
/*}*/

/*.share-icons .social-icon.instagramm-icon {*/
/*    background-image: url("image/share-icons/instagram.svg");*/
/*}*/

/*.share-icons .social-icon.vk-icon {*/
/*    background-image: url("image/share-icons/vk.svg");*/
/*}*/

/*.share-icons .social-icon.whatsapp-icon {*/
/*    background-image: url("image/share-icons/whatsapp.svg");*/
/*}*/

/*.share-icons .social-icon.google-icon {*/
/*    background-image: url("image/share-icons/google-plus.svg");*/
/*}*/

/*.share-icons .social-icon.telegram-icon {*/
/*    background-image: url("image/share-icons/telegram.svg");*/
/*}*/
/*.share-icons .social-icon.mail-icon {*/
/*    background-image: url("image/share-icons/mail.svg");*/
/*}*/
/*.share-icons .social-icon.copy-icon {*/
/*    background-image: url("image/share-icons/link.svg");*/
/*}*/

/*.payment-icon {*/
/*    width: 50px;*/
/*    height: 32px;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    display: block;*/
/*}*/

/*.payment-icon:not(last-of-type) {*/
/*    margin-right: 8px;*/
/*}*/

/*.payment-icon.visa-icon {*/
/*    background-image: url("image/visa.svg");*/
/*}*/

/*.payment-icon.maestro-icon {*/
/*    background-image: url("image/maestro.svg");*/
/*}*/

/*.payment-icon.mastercard-icon {*/
/*    background-image: url("image/mastercard.svg");*/
/*}*/

/*.footer-menu-area .header-red-phone {*/
/*    margin-bottom: 2px;*/
/*}*/

/*.footer-menu-area .static-contact p,*/
/*.footer-menu-area .dynamic-contact p {*/
/*    margin: 5px 0 8px;*/
/*}*/

.main-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-content .sidebar {
    width: 282px;
    padding-top: 10px;
}

.main-content #workarea {
    width: calc(100% - 282px);
}

@media (max-width: 810px) {
    .contacts-area {
    width: 100%;
    /*display: grid;*/
    /*grid-template-columns: 20% 21% 59%;*/
    /*grid-template-rows: 1fr 2fr;*/
    }
    .Style_nav_menu{
        font-size: 16px;
    }
}
/*
@media (max-width: 1024px) {
    .container {
        max-width: calc(100% - 40px);
    }
    main.container {
        margin-top: 290px;
        margin-left: 10px;
    }
}
*/
@media (min-width: 1001px) {
    .filter-wrapper {
        width: 100%;
    }

    .main-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .main-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    /*
    main.container {
        margin-top: 0px;
        margin-left: 20px;
    }
    header {
        background-color: unset;
        z-index: unset;
        width: unset;
        position: unset;
        padding-bottom: 21px;
        padding-bottom: 50px;
    }

    .header-top .login-area,
    .header-top .logo-area {
        flex-basis: 50%;
        align-self: flex-end;
        margin-bottom: 15px;
    }

    .header-top .logo-area {
        order: 1;
    }

    .header-top .login-area {
        order: 2;
        text-align: right;
        padding-right: 0;
    }

    .header-top .contacts-area {
        flex-basis: 100%;
        order: 3;
    }

    .header-top .city-email {
        justify-content: flex-end;
    }

    .header-top .dynamic-contact-block {
        text-align: right;
        text-align-last: right;
    }

    .header-top .contact-block {
        padding: 0;
    }

    .header-top .dynamic-contact-block .region-change-link {
        justify-content: flex-end;
    }

    .login-area .city-email {
        display: none;
    }

    .mobile-region-email {
        display: block;
    }*/
    /*
    .footer-menu-area > .container {
        flex-wrap: wrap;
    }

    .footer-menu-area > .container .dynamic-contact,
    .footer-menu-area > .container .static-contact {
        flex-basis: 50%;
        align-self: stretch;
        margin-bottom: 25px;
        border-left: none;
    }

    .footer-menu-area > .container .social {
        width: 100%;
        flex-basis: 100%;
        border-left: none;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .footer-menu-area > .container .social .social-wrapper {
        width: 50%;
        padding: 0 15px;
    }

    .footer-menu-area > .container .social > a {
        margin: 0 15px;
    }
    */
    .sidebar #left-menu {
        display: none;
    }

    .main-content {
        flex-wrap: wrap;
    }

    .main-content .sidebar,
    .main-content #workarea {
        width: 100%;
    }



}

@media (max-width: 600px) {


    body {
        font-size: 14px;
    }
    /*
    header {
        padding-bottom: 5px;
    }

    h1,
    .h1 {
        text-align: left;
    }

    .header-top .logo-area {
        flex-basis: 100px;
        margin-top: 0;
    }

    .header-top .login-area {
        flex-basis: calc(100% - 100px);
    }

    .header-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .header-logo__notify{
        font-size: 11px;
    }

    .header-red-phone {
        font-size: 16px;
    }*/

    .contact-block p {
        font-size: 12px;
    }

    .mobile-region-email .dashed-link {
        border: none !important;
    }
    /*
    main.container {
        margin-top:unset;
        margin-bottom: 60px;
    }

    .footer-menu-area > .container .dynamic-contact,
    .footer-menu-area > .container .static-contact {
        flex-basis: 100%;
        margin-bottom: 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .footer-menu-area > .container .dynamic-contact {
        margin-bottom: 30px;
    }

    footer .city-email,
    footer .region-change-link,
    footer .contact-block-phone {
        /*justify-content: center;
    }*/

    .footer-menu-area > .container .social {
        /*flex-direction: column;
        /*align-items: center;*/
        /*text-align: center;*/
        /*text-align-last: center;*/
    }

    .footer-menu-area > .container .social .social-wrapper {
        /*width: auto;*/
    }

    .copyright {
        font-size: 10px;
        line-height: 12px;
        padding: 10px 17px 14px;
    }

    .menu-wrapper {
        padding: 5px 0;
    }
}

@media (max-width: 320px) {
    /*.container {
        max-width: calc(100% - 20px);
    }*/

    .copyright {
        padding: 10px 10px 15px;
    }
}

#print_iframe {
    opacity: 0;
    position: fixed;
    left: -1000000px;
    top: 0;
    background-color: white;
    z-index: 10;
}

@media print {
    #print_iframe {
        opacity: 1;
    }
}

.new-mobile-menu{
    display: none;
}
@media (max-width: 767px) {
    #menu-catalog .header-search-form {
        position: relative!important;
        top: auto!important;
        width: auto!important;
        left: auto!important;
        margin: 10px 0;
        border: 1px solid #DBDEE0;
        box-shadow: none;
    }

    #menu .h-menu a{
        font-weight: 500;
        font-size: 16px;
        line-height: 15px!important;
        color: #262626!important;
        padding-bottom: 5px;
    }

    #menu .h-menu:not(:first-child){
        margin-top: 15px;
    }

    #menu .h-menu:after {
        display: none;
    }

    #menu-catalog .header-search-form .inp_search {
        border: none;
    }

    .new-mobile-menu{
        display: block;
    }
    .mobile_hiden{
        display: none;
    }
}
.mm-menu_offcanvas{
    position: absolute!important;
}

.logo-area{
    flex-grow: unset;
    flex-basis: auto;
}

.header-top .contact-block{
    flex-basis: auto;
    max-width: 220px;
}
.contact-block.menu{
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 320px;
    padding-top: 5px;
}
.header-search-form{
    display: inline;
}
.header-add-menu{
    display: flex;
    justify-content: space-between;
    min-width: 329px;
}


.top-icons{
    margin-left: 20px;
    align-items: center;
    display: flex;
}
.top-icons a{
    margin-right: 15px;
}

.top-icons a{
    cursor: pointer;
}
.top-icons a:hover svg{
    fill : #EC1C23
}
.header-top-menu li:last-child{
    border-right: 2px solid #DBDEE0;
}
.catalog-menu-inner-block{
    width: 90%;
}
.catlog-top-inner-item{

}
.catalog-menu-inner-title{
    font-size: 18px;
    margin-top: 5px;
}
.catlog-top-inner-item{
    font-size: 16px;
}
.catalog-inner-block{
    display: flex!important;
    justify-content: flex-start;
    margin-bottom: 20px;
    line-height: 20px;
    align-items: center;
    position: relative;
    padding-left: 20px;
}
.catalog-inner-block svg{
    position: absolute;
    left: 0;
    top: 3px;
}
.catalog-inner-block:hover svg{
    fill: #EC1C23;
}
.catalog-inner-block-inner a{
    font-size: 14px;
    margin-bottom: 5px;
}
.catalog-inner-block-inner{
    margin-top: -5px;
    margin-bottom: 10px;
    padding-left: 30px;
    display: none;
    flex-direction: column;
}
.catalog-inner-block-inner.active{
    display: flex;
}
.top-menu-inner-main{
    display: flex;
}
.top-menu-inner-main-inner{
    margin-right: 20px;
    flex: 1;
}
.top-menu-inner-main-inner:last-child{
    margin-right: 0;
}
.top-menu-arrow{
    position: absolute;
    right: 0;
    top: 3px;
    width: 15px;
}
.catalog-menu-item:hover .top-menu-arrow{
    position: absolute;
    right: 0;
    top: 3px;
    width: 15px;
    fill: #EC1C23;
}

.catalog-menu-nav ul{
    overflow-y: scroll;
    max-height: 650px;
    width: 440px;
}
/*
.catalog-menu-nav.mobile{
    display: flex;
    flex-direction: column;
}
.catalog-menu-nav.mobile .level_1{
    font-size: 16px;
    margin-bottom: 5px;
    color: #446C7D;
    padding-bottom: 15px;
    padding-top: 10px;
    position: relative;
}
.catalog-menu-nav.mobile svg{
    margin-bottom: -2px;
}
.catalog-menu-nav.mobile .level_1:before{
    content: '';
    border-color: #DBDEE0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
}
.catalog-menu-nav.mobile .level_2:before{
    content: '';
    border-color: #DBDEE0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.level_3, .level_2{
    position: relative;
    margin-bottom: 10px;
}
.catalog-menu-nav.mobile .level_3:before{
    content: '';
    border-color: #DBDEE0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
 */
@media (max-width: 900px){
    .catalog-menu-nav{
        height: auto;
    }
}
.level_1_inner{
    display: none;
    flex-direction: column;
    padding-left: 15px;
    position: relative;
}
.level_1_inner{
    margin-bottom: 5px;
    color: #446C7D;
    position: relative;
    padding-bottom: 10px;
}
.level_2_inner{
    display: none;
    flex-direction: column;
    padding-left: 30px;
    position: relative;
}
.level_2, .level_3{
    color : #446C7D;
    padding-bottom: 10px;
}
.header-search-form .inp_search{
    width: 250px;
    padding-left: 71px;
}

.logo-img {
    min-width: 155px;
}

@media (max-width: 900px) {
    .logo-img {
        min-width: 60px;
    }
}

.new-mobile-menu .header {
    /*height: auto !important;*/
    line-height:unset !important;
}

.new-mobile-menu .contacts-area {
    width: 25% !important;
}
.new-mobile-menu .contact-block.menu {
    width: 30% !important;
    min-width: unset !important;;
}

.index-advantages .advantage__item:first-child,
.index-advantages .advantage__item:nth-child(2){
    display: none;
}

/*.main_text p {*/
/*    display: none;*/
/*}*/

.new-mobile-menu .header a span {
    background:unset !important;
}
.new-mobile-menu .header a:before, .new-mobile-menu .header a:after {
    background: unset !important;
}

.new-mobile-menu  a.burger span {
    background: #EC1C23 !important;
}
.new-mobile-menu  a.burger {
    position: relative !important;
    top: 20px !important;
}

.new-mobile-menu  .mobile-icons {
    position: relative!important;
    /*top: 15px !important;*/
}

.new-mobile-menu  .dashed-link {
    color: #797A79 !important;
    /*border-bottom: 1px dashed;*/
    /*box-sizing: border-box;*/
    height:unset !important;
}
.new-mobile-menu  .contact-block p {
    color: #000000 !important;
}
.new-mobile-menu  .region-change-link {
    text-decoration: none !important;
    margin-left: -20px !important;
}
.new-mobile-menu  .red-link.header-red-phone {
    text-decoration: none !important;
}

.new-mobile-menu  .pin-icon  {
    width: 12px !important;
}
.new-mobile-menu a.burger:after, .new-mobile-menu a.burger:before  {
    background: #EC1C23 !important;
}

.new-mobile-menu .top-icons {
    width: 100% !important;
    margin-top: unset !important;
    margin-left: unset !important;
}
.new-mobile-menu .mail-icon {
    width: 100% !important;
    margin-right: unset !important;
}
.new-mobile-menu .mail-icon {
    width: 100% !important;
    margin-right: unset !important;
}

.new-mobile-menu .contact-block {
    /*margin-top: -30px !important;*/
    margin-left: -6px !important;
}

.mobile-header-block {
    width:30% !important;
    max-width: 30% !important;
}


.new-mobile-menu .header-red-phone {
    font-size: 12px !important;
    margin-top: 52px !important;
    margin-left: -10px !important;
}
.new-mobile-menu .contact-block p {
    font-size: 10px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    font-weight: normal !important;
    min-width: 130px !important;
    margin-left: -20px !important;
}


.new-mobile-menu .logo-img {
    min-height: 120px !important;
    margin-top: 25px !important;
    min-width: 70px !important;
}

.new-mobile-menu  .header-search-form {
    border-radius: 12px !important;
    width: 77vw !important;
    left: 70px !important;
}

.new-mobile-menu .header-search-form .inp_search {
    border-radius: 12px !important;
}

.new-mobile-menu .header-search-form .inp_search {
    width: 100% !important;

}
.new-mobile-menu .logo-area {
    margin-left: 10px !important;
}

.address {
    margin-top: 22px;
}
.PoiskPoSaitu {
    margin-top: 25px;
}

.mini .PoiskPoSaitu {
    margin-top: 0px;
}

#title-search-3 {
    /*margin-top: -40px !important;*/
    margin-top: -100px !important;
}

#orderForm header {
    z-index: 10 !important;
    position: unset;
}

@media (min-width: 1024px) {
    /*.mini .work_description {*/
    /*    display: none;*/
    /*}*/
    /*.mini .address {*/
    /*    display: none;*/
    /*}*/

    /*.mini .main-menu-area {*/
    /*    margin-top: 0px;*/
    /*}*/

    /*.mini .logo-img {*/
    /*    min-width: 100px;*/
    /*}*/

    /*.mini header{*/
    /*    padding-top: 0px;*/
    /*}*/

    /*.mini .header-search-form{*/
    /*    margin-top: 10px;*/
    /*}*/
    /*.mini .top-icons{*/
    /*    margin-top: 0px;*/
    /*}*/
    /*.mini main.container{*/
    /*    margin-top: 250px;*/
    /*}*/

    .parsley-errors-list {
        display: none;
    }
}

.js-price-modal {
    background-color: white!important;
}

.product_adv img{
    margin: auto;
    max-width: 320px !important;
    max-height: 350px !important;
}

.product-cart__print-link,
.product-detail__print-link {
    padding-left: 26px;
    background-image: url("image/print.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}
.product-cart__print-link {
    font-size: 15px;
}



.Style_nav_menu {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 810px) {
    .Style_nav_menu{
        font-size: 18px;
    }
}

.Style_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Style_nav_menu a {
    /*display: block;*/
    outline: none;
    transition: .4s ease-in-out;
    text-align: left;
    padding-bottom: 5px;
}

.contact-menu-newStyle {
    backface-visibility: hidden;
    display: flex;
    justify-content: end;
}

.contact-menu-li-newStyle {
    margin-left: 1px;
    cursor: pointer;
    background-color: white;
    color: #DE070F;
    border-radius: 4px;
    padding: 6px;
    display: block ruby;
    padding-top: 0px;
}

.contact-menu-li-newStyle-without-points {
    border-radius: 4px;
    padding: 6px;
    margin-left: 1px;
    color: red;
    padding-top: 0px;

}
.contact-menu-li-newStyle-without-points:hover {
background: linear-gradient(285.17deg, #DE070F 0%, rgba(222, 7, 15, 0.8) 100%);
}
.contact-menu-newStyle > li {
    position: relative;
    display: inline-block;
}

.contact-menu-newStyle > li > a {
    padding: 0px 0px;
    color: #DE070F;
}
.contact-menu-li-newStyle:after {
    content: "\f078";
    font-family: FontAwesome;
}
.contact-menu-li-newStyle:hover:after {
    content: "\f077";
    font-family: FontAwesome;
}
.contact-menu-newStyle > li > a:hover {
    padding: 0px 0px;
    color: white;
}


.rtptr {
    position: absolute;
    visibility: hidden;
    left: 0;
    opacity: 0;
    z-index: 5;
    border: 1px solid black;
    transform: perspective(800px) rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: .6s ease-in-out;
    color: white;
    width: 100%;
}
.contact-menu-newStyle > li:hover .rtptr {
    visibility: visible;
    opacity: 1;
    transform: perspective(800px) rotateX(0deg);
    padding: 5px;
    margin-top: 5px;
    width: 100%;
    border-radius: 4px;
    background: white;
}


/*.show {
    display:block;}
@media (max-width: 810px) {
.show {
    display:block;}

}*/

@media (max-width: 900px){
    .contacts-area {
        font-size: 0.9em;
    }
    .header-red-phone {
        font-size: 18px;
        margin-bottom: 4px;
        display: inline-block;
    }
}




.mobile__menu-bottom_fix {
    padding: 10px 0;
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #262626;
    box-shadow: 0 -2px 7px rgb(0 0 0 / 8%);
}

.mobile__menu-bottom_fix svg {
    width: 100%;
    height: 100%;
}

.mobile__menu-bottom_fix svg,
.mobile__menu-bottom_fix svg path {
    color: #fff;
}

.mobile__menu-bottom_fix li.active svg,
.mobile__menu-bottom_fix li.active svg path,
.mobile__menu-bottom_fix li.active .title__menu {
    color: #76bc21;
}

.mobile__menu-bottom_fix ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.mobile__menu-bottom_fix li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile__menu-bottom_fix ul li {
    list-style-type: none;
}

.mobile__menu-bottom_fix .img__menu {
    width: 26px;
    height: 26px;
}

.mobile__menu-bottom_fix .wrapper__mobile-menu {
    height: 100%;
}

.mobile__menu-bottom_fix .title__menu {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: .02em;
    margin-top: 3px;
}

@media only screen and (min-width:768px) {

    .mobile__menu-bottom_fix {display:none}

}

@media only screen and (max-width:767px) {
    #menu,
    #menu-catalog {
        z-index: 1000;
        height: 100vh;
        max-height: calc(100vh + 294px);
        width:80vw;
    }
    body.mm-wrapper_blocking {
        position: fixed;
    }
    body {margin-bottom: 61px}

    .bx-filter-section.container-fluid {
        margin-left: 30px;
        margin-right: 30px;
    }
}


@media (max-width: 999px) {



    .bx-filter.bx-red .bx-filter-section {
        overflow-y: scroll;
        height: 9800px;
    }

    .wrap_be23 {
        bottom: 50px !important;
    }

    .filter-wrapper {
        width: 100%;
        padding-top: 30px;
    }
    .filter-inner {
        min-width: 288px;
        /*margin: 0 0 13px 16px;*/
        border-radius: 6px;
        padding: 12px 0 12px 13px;
        box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    }
    .filter-button {
        position: relative;
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
        min-width: 160px !important;
        width: 58%;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        border: none;
        background: unset !important;
        background-color: #f5f5f5 !important;
        color: #434343 !important;
        border-radius: 6px;
    }
    .filter-button-inner {
        position: relative;
        padding-left: 28px;
        text-align: center;
    }

    .filter-button-inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 16px;
        background: url(/img/filter.svg) no-repeat;
    }

    .filter-counter {
        display: inline-flex;
        margin-left: 9px;
        width: 35%;
        justify-content: center;
        font-size: 14px;
        line-height: 20px;
        padding: 2px 0 10px;
        font-weight: 500;
        color: #9d9d9d;

    }
    .filter-counter-inner {
        margin-right: 4px;
        white-space: nowrap;
        color: #434343;
        font-weight: bold;
    }

}

@media (min-width: 1024px) {


    .bx-filter {
        width: 230px;
        max-width: 100%;
        margin-bottom: 20px;
        border: 2px solid #DBDEE0;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 15px;
        margin-top: 10px;
    }

    .bx-filter.bx-red .bx-ui-slider-handle.right {
        width: 18px;
        height: 18px;
        /*left: -9px;*/
        top: -6px;

        cursor: grabbing !important;

        border: 1px solid #D9D9D9;
        border-radius: 3px;
        background: #FFF;
        cursor: default;
        box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;

    }

    .bx-filter.bx-red .bx-ui-slider-handle.left {
        width: 18px;
        height: 18px;
        /*left: -9px;*/
        top: -6px;

        cursor: grabbing !important;

        border: 1px solid #D9D9D9;
        border-radius: 3px;
        background: #FFF;
        cursor: default;
        box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;

    }

    .bx-filter.bx-red .bx-ui-slider-handle.right::before {
        content: "";
        display: block;
        position: absolute;
        height: 8px;
        width: 1px;
        background: #E8E7E6;
        left: 6px;
        top: 4px;
    }


    .bx-filter.bx-red .bx-ui-slider-handle.left::before,
    .bx-filter.bx-red .bx-ui-slider-handle.left::after,
    .bx-filter.bx-red .bx-ui-slider-handle.right::before,
    .bx-filter.bx-red .bx-ui-slider-handle.right::after{
        content: "";
        display: block;
        position: absolute;
        height: 8px;
        width: 1px;
        background: #E8E7E6;
        left: 6px;
        top: 4px;
    }


    .bx-filter.bx-red .bx-ui-slider-handle.right::after {
        left: 9px;
    }

    .bx-filter.bx-red .bx-ui-slider-handle.left::after {
        left: 9px;
    }

    .bx-ui-slider-part {
        display: none;
    }

    .bx-filter .bx-ui-slider-handle.right {
        margin-right: -17px;
    }

    .bx-filter .bx-ui-slider-handle.left {
        margin-left: -17px;
    }

    .bx-filter-section.container-fluid {
        padding-right: unset;
        padding-left: unset;
    }

    .bx-filter .bx-ui-slider-pricebar-vn {
        height: 8px;
        border: 1px solid #D9D9D9;
        z-index: 10;
        background: #FAFAFA !important;
        box-shadow: inset 0 1px 1px #f0f0f0;
        border-radius: 4px;
    }

    .bx-filter .bx-ui-slider-pricebar-v {
        height: 8px;
    }

    .bx-filter .bx-ui-slider-track {
        border-radius: 4px;
    }

    .bx-filter .bx-filter-input-container input {
        background: #FFFFFF;
        border: 2px solid #DBDEE0;
        box-sizing: border-box;
        border-radius: 5px;
        min-height: 32px;
        font-size: 16px;
        line-height: 16px;
        color: #797A79;
    }

}

.bx-filter.bx-red .bx-filter-section {
    background: unset !important;
}

.new-mobile-menu .logo-area {
    width: 100%!important;
}

.__jivoMobileButton {
    margin-bottom: 70px;
}

.modal.policy {
    left:unset;
    top: 55%;
    width: 25%;
    position: fixed;
    background: unset;
}
.modal.policy .modal-dialog {
    font-size: 13px;
    background: #EFF4F7;
}
.modal.policy .modal-dialog__header {
    padding: 10px 10px 10px;
}

@media  (max-width: 1080px) {
    .modal.policy {
        width: 100%;
    }
}

.ball_left {
    position: absolute;
    width: 600px;
    height: 200px;
    left: 50%;
    top: -12px;
    margin-left: -750px;
    pointer-events: none;
}

.ball_right {
    position: absolute;
    width: 600px;
    height: 200px;
    left: 50%;
    top: -12px;
    margin-left: 605px;
    pointer-events: none;
}

.political_block {
    padding-top: 10px;
    padding-bottom: 10px;
}
.show_all_btn{
    margin: 40px auto 20px;
    width: fit-content;
    cursor: pointer;
}
.js-index-section-toggle{
    display: inline-block;
    background: linear-gradient(282.01deg, #EC1C23 3.22%, rgba(236, 28, 35, 0.8) 100%);
    border-radius: 5px;
    border-width: 0;
    font-weight: bold;
    padding: 10px 28px 11px;
    color: #ffff;
}
.js-index-section-toggle:hover{
    color: #ffff;
}
.scroll-top {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    opacity: .8;
    border-radius: 4px;
    bottom: 3rem;
    margin: 0;
    transition: all .5s;
    cursor: pointer;
    right: calc(50vw - 720px);
    display: flex;
    z-index: 1000;
}
.svg-icon-scroll-top {
    margin: auto;
    stroke: #413d4a;
    fill: none;
}
@media (max-width: 810px) {
    .scroll-top {
        position: fixed;
        width: 40px;
        height: 40px;
        background: #e6e6e6;
        opacity: .8;
        border-radius: 4px;
        bottom: 5rem;
        margin: 0;
        transition: all .5s;
        cursor: pointer;
        display: flex;
        z-index: 1000000;
        right: 1rem;
    }
}

nav.header-top {
    position: relative;
    z-index: 1;
}

.region-change-link--wrapper {
    position: relative;
    max-width: max-content;
    z-index: 3;
}

.region-change-link__help {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -5px;
}

.region-change-link__help--wrapper {
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(52,2,77,.15);
    width: max-content;
    padding: 20px 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.region-change-link__help--wrapper--links {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.triangle-with-shadow {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 12.5px;
    height: 12.5px;
    background: #ffffff;
    transform: rotate(45deg);
    top: 12.5px;
    left: 5px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 1);
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link {
    font-size: 14px;
    cursor: pointer;
    transition: .2s ease;
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link:first-child {
    margin-right: 20px;
    padding: 6px 25px 6px;
    background-color: red;
    color: #ffffff;
    border: 1px solid transparent;
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link:first-child:hover {
    opacity: .8;
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link:last-child {
    padding: 6px 25px 6px;
    border: 1px solid red;
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link:last-child:hover {
    opacity: .8;
}

@media (min-width: 768px) and (max-width: 810px) {
    .region-change-link__help--wrapper {
        /*margin-left: 65%;*/
    }
}

@media only screen and (max-width: 768px) {
    .triangle-with-shadow {
        margin-left: 25px;
    }
    .region-change-link__help {
        left: 0;
        transform: unset;
        margin-left: 20px;
        align-items: flex-start;
        top: 70%;
    }
    .region-change-link__help--wrapper span {
        font-size: 14px;
    }
    .region-change-link__help--wrapper {
        padding: 17px 24px;
    }
    .region-change-link__help--wrapper .region-change-link__help--wrapper--link {
        padding: 6px 20px 6px !important;
    }
}

.button__profile {
    max-width: 170px;
}

@media only screen and (max-width: 1100px) {
    .button__profile {
        max-width: 85px;
    }
}

.content__profile {
    padding: 40px 0 30px;
}

.content__profile .form-auth {
    margin-top: 60px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.content__profile .form-auth .input {
    display: flex;
    flex-direction: column;
}

.content__profile .form-auth .input label {
    margin-bottom: 10px;
    font-size: 14px;
    opacity: .7;
    color: gray;
}

.content__profile .form-auth .input input {
    padding-left: 12px;
}

.content__profile .form-auth .input:not(:first-child) {
    margin-top: 30px;
}

.content__profile .form-auth .text__info {
    margin-top: 18px;
    display: flex;
}

.content__profile .form-auth .text__info a {
    font-size: 14px;
    opacity: .7;
    color: gray;
    transition: .3s;
}

.content__profile .form-auth .text__info a:hover {
    opacity: 1;
}

.content__profile .form-auth .notification__answer p{
    margin-top: 40px;
}

.content__profile .form-auth .notification__answer p.green {
    color: green;
}

.content__profile .form-auth .notification__answer p.red {
    color: #E61920;
}

.content__profile .form-change-data-user .notification__answer p {
    margin-top: 40px;
}

.content__profile .form-change-data-user .notification__answer p.green {
    color: green;
}

.content__profile .form-change-data-user .notification__answer p.red {
    color: #E61920;
}

.content__profile .form-auth .buttons {
    margin-top: 40px;
    width: 100%;
    max-width: 140px;
    height: 40px;
}

.content__profile .form-auth .buttons button {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .content__profile {
        padding: 0 0 20px;
    }
    .content__profile .form-auth {
        margin-top: 50px;
    }
}

.profile__wrapper {
    margin-top: 50px;
    display: flex;
}

.profile__wrapper .profile__block {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0 4px 16px rgba(52,2,77,.15);
    min-height: 200px;
}

.profile__wrapper .profile__block.right-side__profile {
    padding: 30px;
}

.profile__wrapper .left-side__profile {
    width: 100%;
    max-width: 20%;
    max-height: 175px;
}

.profile__wrapper .left-side__profile .tabs__wrapper {
    display: flex;
    flex-direction: column;
}

.profile__wrapper .left-side__profile .tabs__wrapper .tab {
    color: gray;
    /*transition: color .3s;*/
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.profile__wrapper .left-side__profile .tabs__wrapper .tab:not(:first-child) {
    margin-top: 15px;
}

.profile__wrapper .left-side__profile .tabs__wrapper .tab.active {
    color: #E61920;
}

.profile__wrapper .left-side__profile .tabs__wrapper .tab:hover {
    /*color: #E61920;*/
}

.profile__wrapper .right-side__profile {
    width: 100%;
    max-width: calc(80% - 30px);
    margin-left: 30px;
}

.profile__wrapper .right-side__profile .content__tab {
    display: none;
    padding-bottom: 45px;
}

.profile__wrapper .right-side__profile .content__tab.tab__active {
    display: block;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user {
    margin-top: 40px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input {
    display: flex;
    flex-direction: column;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper .input-flex {
    width: calc(50% - 20px);
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input input {
    padding-left: 12px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input.hidden {
    cursor: default;
    pointer-events: none;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input.hidden input {
    opacity: .5;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input:not(:first-child) {
    margin-top: 30px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input label {
    color: gray;
    opacity: .7;
    font-size: 14px;
    margin-bottom: 8px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .buttons {
    margin-top: 40px;
    width: 150px;
    height: 40px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .buttons button {
    width: 100%;
    height: 100%;
}

.profile__wrapper .right-side__profile .content__tab p.not-orders {
    margin-top: 35px;
    line-height: 22px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 1px solid #e2e6e9;
    border-radius: 16px;
    padding: 30px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order:not(:first-child) {
   margin-top: 50px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order {
    display: flex;
    flex-direction: column;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order {
    display: flex;
    justify-content: space-between;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order {
    display: flex;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit {
    position: relative;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit span {
    font-size: 15px;
    margin-right: 10px;
    /*color: gray;*/
    /*opacity: 1;*/
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit svg {
    transform: translateY(2px);
    transition: .3s;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit:not(:hover) .order__edit-ul {
    max-height: 0 !important;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit:hover svg {
    transform: rotate(180deg) translateY(-1px);
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 30px;
    overflow: hidden;
    transition: max-height .4s;
    box-shadow: 0px 4px 16px rgba(52, 2, 77, 0.1);
    left: 0;
    border-radius: 8px 24px 24px;
    background: #ffffff;
    z-index: 1;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li {
    font-size: 15px;
    padding: 10px 15px 10px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order.ajax-cancel__order .top-order .right-side__order .order__edit-ul li.not-cancel__settings {
    pointer-events: none;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order.ajax-cancel__order .top-order .right-side__order .order__edit-ul li.not-cancel__settings span {
    opacity: .3;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li.load {
    pointer-events: none;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li.load span {
    /*opacity: .3;*/
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: gray;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li:last-child:after {
    display: none;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li:first-child {
    padding-top: 10px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li:last-child {
    padding-bottom: 10px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit li:hover {
    background: #dfdfdf;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order .info__price .content {
    font-size: 20px;
    font-weight: bold;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order .info__status-payed {
    margin-top: 5px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .bottom-order {
    margin-top: 30px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order {
    display: flex;
    flex-direction: column;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order .order__date-create {
    margin-top: 5px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order span {
    font-size: 16px;
    line-height: 24px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order span {
    font-size: 16px;
    line-height: 24px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order .ajax-cancel-info {
    display: contents;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order span.title {
    font-size: 16px;
    color: gray;
    opacity: .8;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order span.title {
    font-size: 16px;
    color: gray;
    opacity: .8;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order .order__id .content {
    opacity: 1;
    color: #000000;
    font-weight: bold;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order .order__date-create .content

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order span.content {
    font-size: 16px;
    color: gray;
    opacity: .7;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -25px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper {
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    width: 100%;
    max-width: calc(25% - 20px);
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper .product .product__img {
    background: #ffffff;
    box-shadow: 0 1px 16px rgba(52,2,77,.15);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    min-width: 160px;
    min-height: 120px;
    max-width: 100%;
    max-height: 120px;
    padding: 10px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper .product .product__name {
    display: block;
    margin-top: 10px;
    opacity: .7;
}

.content__profile .form-profile-change-password {
    margin-top: 50px;
}

.content__profile .url-back--down {
    margin-top: 50px;
}

.content__profile .form-profile-change-password .buttons {
    width: 150px;
    height: 40px;
}

.content__profile .form-profile-change-password .buttons input {
    width: 100%;
    height: 100%;
}

.content__profile > .auth-form {
    display: none;
}

.header__button_login {
    text-decoration: none;
}

@media only screen and (max-width: 1100px) {
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper {
        max-width: calc(33.333% - 20px);
    }
}

@media only screen and (max-width: 1023px) {
    .content__profile .url-back--down {
        margin-top: 30px;
    }
    .profile__wrapper {
        margin-top: 35px;
        flex-direction: column;
    }
    .profile__wrapper .profile__block {
        min-height: 133px;
    }
    .profile__wrapper .left-side__profile {
        max-width: 100%;
    }
    .profile__wrapper .profile__block.right-side__profile {
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order:not(:first-child) {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper {
        flex-direction: column;
    }
    .profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper .input-flex {
        margin-top: 30px;
    }
    .profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper .input-flex {
        width: 100%;
    }
    .profile__wrapper .right-side__profile .content__tab .form-change-data-user {
        margin-top: 10px;
    }
    .profile__wrapper .right-side__profile .content__tab {
        padding-bottom: 25px;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper {
        max-width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order {
        flex-direction: column;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order {
        margin-top: 5px;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order {
        flex-direction: column;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .block:nth-child(2) {
        margin-top: 5px;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit > span {
        color: gray;
        opacity: .8;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit svg path {
        fill: gray;
    }
}

@media only screen and (max-width: 500px) {
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products {
        margin-right: 0;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper {
        max-width: calc(100%);
        margin-right: 0;
    }
}

picture.detail-picture--catalog {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

footer {
    margin-top: 150px;
}


.index-advantages {
    /*margin-bottom: 0;*/
}

@media only screen and (max-width: 1023px) {
    footer {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 901px) {
    .product-detail__info-block .product-map .region-offices .offices-list.points {
        width: 20% !important;
    }
    .product-detail__info-block .product-map .region-offices .product-map-inner {
        width: 80% !important;
    }
}

@media only screen and (min-width: 900px) {
    .catalog-menu-nav.mobile {
        display: none;
    }
}

.h1.product-slider-title {
    margin-top: 90px !important;
}

.cat_description {
    margin-top: 45px;
    line-height: 1.4;
}

@media only screen and (max-width: 600px) {
    .cat_description {
        margin-top: 35px;
    }
    .h1.product-slider-title {
        margin-top: 60px !important;
    }
}

.header__phone_department:before {
    pointer-events: none;
}

.header__city .submenu {
    z-index: 1;
}

#empty__basket-total {
    padding: 0 5px;
}

#button__count_checkout,
#header__basket-counter{
    display: none;
}

form[name="basket_form"] input.number-control__input {
    padding: 0;
}

.footer__contact-phone {
    margin-bottom: 5px;
}

.bx-filter .bx-filter-input-container input {
    padding: 0 8px;
}

@media only screen and (max-width: 767px) {
    .index-promo-area.index--promo h1 {
        opacity: 0;
        position: absolute;
    }
    .footer__menu {
        font-size: 16px;
        line-height: 20px;
    }
    .footer__contact-phone {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .footer__general {
        padding: 30px 30px 5px;
    }
    .burger-menu__contact.burger-menu__contact_department {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .burger-menu__contact.burger-menu__contact_department .burger-menu__department > svg {
        margin: 0 5px;
    }
    .burger-menu__contact.burger-menu__contact_department .burger-menu__department .burger-menu__city svg {
        transform: translate(2px, -2px);
    }
    .burger-menu__head {
        padding-bottom: 10px;
    }
    .burger-menu__menu__group .burger-menu__menu__group:last-child {
        border-bottom: 0;
    }
}

.swiper-pagination-bullet-active:after {
    top: -2px;
    left: -2px;
}

.index-promo-area .promo-best-pricearea .swiper-pagination-bullet-active:after {
    top: -2px;
    left: -2px;
    height: 5px;
    width: 5px;
}

.header__city svg {
    margin-top: 1px;
}

.header__buttons--new .button__icon {
    margin-right: 3px;
}

.header__buttons--new .button__title {
    display: flex;
    align-items: center;
}

.header__buttons--new .button__title a {
    color: #000000;
    transition: .2s ease;
}

.header__buttons--new .button__title a:hover {
    opacity: .7;
}

.header__buttons--new .header__button {
    cursor: default;
}

.form-auth__wrapper .text__info-buttons {
    display: flex;
}

.form-auth__wrapper .text__info-buttons .text__info:first-child {
    margin-right: 20px;
}

.form-register-data-user {
    margin-top: 40px;
}

.form-register-data-user .inputs__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.form-register-data-user .inputs__wrapper .input {
    position: relative;
    margin-top: 40px;
}

.form-register-data-user .inputs__wrapper .input label {
    position: absolute;
    top: -20px;
    left: 0;
    color: gray;
    opacity: .7;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-register-data-user .inputs__wrapper .input input {
    padding-left: 12px;
    width: 100%;
}

.form-register-data-user .button__wrapper {
    margin-top: 30px;
}

.form-register-data-user .button__wrapper input {
    height: 42px;
    min-width: 200px;
}

.form-register-data-user .notification {
    margin-top: 20px;
}

.form-register-data-user .notification .notification__info {
    margin-top: 20px;
}

.form-register-data-user .g-recaptcha__wrapper {
    position: relative;
    margin-top: 25px;
}

.form-register-data-user .g-recaptcha__wrapper iframe {
    max-width: unset !important;
}

@media only screen and (max-width: 1200px) {
    .header__buttons--new .button__title a:first-child {
        display: none;
    }
    .header__buttons--new .button__title span {
        display: none;
    }
}

.header__logo.open-search__input {
    display: none;
}

._mobile .header__input_wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 220px);
    height: 39px;
    top: 50%;
    transform: translateY(-50%);
}

._mobile .header__input_wrapper input {
    width: 100%;
    padding: 8px 40px 8px 10px !important;
    background: #FFFFFF;
    border: 2px solid #DBDEE0;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 32px;
    font-size: 16px;
    line-height: 16px;
    color: #797A79;
}

._mobile .header__input_wrapper.open-search__input {
    display: block;
}

._mobile .header__input_wrapper .content {
    position: relative;
}

._mobile .header__input_wrapper .close {
    position: absolute;
    right: 0px;
    top: 0;
    width: 0px;
    height: 0px;
    opacity: 0.3;
    z-index: 1;
    padding: 20px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
._mobile .header__input_wrapper .close:hover {
    /*opacity: 1;*/
}
._mobile .header__input_wrapper .close:before, ._mobile .header__input_wrapper .close:after {
    position: absolute;
    top: 7px;
    right: 20px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #333;
}
._mobile .header__input_wrapper .close:before {
    transform: rotate(45deg);
}
._mobile .header__input_wrapper .close:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .header__wrapper {
        position: relative;
    }
}

@media only screen and (max-width: 440px) {
    ._mobile .header__input_wrapper {
        width: calc(100% - 165px);
    }
}

.header__menu {
    display: unset;
}

@media only screen and (max-width: 390px) {
    .header__buttons._mobile .header__button {
        padding: 0 7px;
        height: 36px;
    }
    .header__buttons._mobile .header__button .button__icon {
        width: 17px;
        height: 17px;
    }
    .header__logo {
        height: 41px;
    }
}

@media only screen and (max-width: 345px) {
    .header__buttons._mobile .header__button {
        padding: 0 5px;
        height: 31px;
    }
    .header__buttons._mobile .header__button .button__icon {
        width: 15px;
        height: 15px;
    }
    .header__logo {
        height: 37px;
    }
}

#bx-panel {
    display: block !important;
}

.index-slider-wrapper .swiper-container {
    min-height: 450px !important;
}
.index-slider-wrapper .swiper-slide {
    height: 450px !important;
}
.index-slider-wrapper .index-slide__text{
    position: absolute !important;
}
.product-description > ul > li {
    list-style: disc;
    margin-left: 30px;
}
.product-description > ul {
    margin-top: 3px;
}
.detail-desc-new > * > ul > li {
    list-style: disc;
    margin-left: 30px;
}
.detail-desc-new > * > ul {
    margin-top: 3px;
}

#page {
    overflow: unset !important;
}

@media (max-width: 767px) {
    .header__buttons._tablet-desktop {
        display: block !important;
    }

    .header__buttons._tablet-desktop > *:not(.header__lang) {
        display: none !important;
    }
}

.cookie-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    z-index: 1000001;
    padding: 30px 40px;
    box-shadow: 10px 4px 10px rgba(0, 0, 0, 0.75);
}

.cookie-popup .cookie-wrapper {
    display: flex;
    align-items: center;
}

.cookie-popup .cookie-wrapper .text {
    margin-right: 50px;
    font-size: 16px;
}

.cookie-popup .cookie-wrapper .buttons {
    display: flex;
}

.cookie-popup .cookie-wrapper .buttons .default-button {
    min-height: 40px;
}

.cookie-popup .cookie-wrapper .buttons .default-button:nth-child(2) {
    margin-left: 30px;
}

@media only screen and (max-width: 1250px) {
    .cookie-popup .cookie-wrapper {
        flex-direction: column;
    }
    .cookie-popup .cookie-wrapper .text {
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .cookie-popup {
        padding: 20px;
    }
    .cookie-popup .cookie-wrapper .text {
        margin-bottom: 20px;
    }
    .cookie-popup .cookie-wrapper .buttons {
        flex-direction: column;
        width: 100%;
    }
    .cookie-popup .cookie-wrapper .buttons .default-button {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .cookie-popup .cookie-wrapper .buttons .default-button:nth-child(2) {
        margin-top: 15px;
        margin-left: 0;
    }
}


.cookie-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.cookie-modal.active {
    display: block;
}

.cookie-content .text {
    margin-bottom: 15px;
}

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

.cookie-title {
    font-size: 1.2em;
    font-weight: bold;
}

.cookie-content {
    margin-bottom: 20px;
}

.cookie-actions {
    display: flex;
    /*gap: 10px;*/
    justify-content: flex-end;
}

.cookie-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.cookie-btn-accept {
    background: #4CAF50 !important;
    color: white;
}

.cookie-btn-settings {
    background: #2196F3 !important;
    color: white;
}

.cookie-btn-reject {
    background: #EC1C23 !important;
    color: white;
}

.cookie-settings {
    display: none;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.cookie-settings.active {
    display: block;
}

.cookie-category {
    margin-bottom: 15px;
}

.cookie-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-category-title {
    font-weight: bold;
}

.cookie-category-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.cookie-category-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-category-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.cookie-category-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .cookie-category-slider {
    background-color: #4CAF50 !important;
}
input:disabled + .cookie-category-slider {
    background-color: #ccc !important;
}

input:checked + .cookie-category-slider:before {
    transform: translateX(26px);
}

.cookie-category-description {
    font-size: 0.9em;
    color: #666 !important;
    margin-top: 5px;
}

.cookie-settings-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.cookie-content {
    align-items: center;
    display: block;
}

#cookieConsent .text {
    text-align: center;
}

#cookieConsent .buttons{
    width: 35%;
    gap: 20px;
    display: flex;
    margin: auto;
}

#cookieConsent .buttons div{
    flex: 1;
    display: grid;
    gap: 10px;
}

#rejectAll {
    min-width: 270px;
    padding: unset;
    max-height: 42px;
}
#cookieModal .cookie-title {
    margin: auto;
    text-align: center;
}

.click-blocker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
}

.allowed-area {
    position: fixed;
    z-index: 99999;
    background: white;
    padding: 20px;
    margin-top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    #cookieConsent .buttons {
        flex-direction: column;
        gap: 5px;
        width: 100%;
        min-height: 34px;
        padding: unset;
    }
    .cookie-header {
        margin-bottom: 5px;
    }
    #rejectAll {
        min-width: 210px;
        min-height: 34px;
    }
    #acceptAll {
        min-width: 105px;
        padding: unset;
        min-height: 34px;
        /*min-height: 42px;*/
    }
    #openSettings {
        padding: unset;
        min-height: 34px;
    }
    .cookie-category-header div{
        max-width: 80%;
    }

    .allowed-area {
        margin-top: unset;
        top:50%;
        padding: 10px;
        /*min-height: 73%;*/
        min-height: fit-content;
    }
    .cookie-content {
        margin-bottom: 5px;
    }
    .cookie-content .text {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .cookie-title {
        font-size: 1.1em;
    }
}
.cookie-content button {
    min-height: 42px;
}

/*vendor*/
.section_image_right_center {
    padding: 3rem;
    width: 50%;

}
.section_image_right_center_inside_five {
    width: auto;
    height: 683px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 3rem;
    margin-right: 3rem;

}
.section_text_left_center_five {
    width: 50%;
    padding: 3rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    align-items: center;
    display: flex;
}
.section_text_left_center_rep_five {
    text-align: justify;
    font-family: "Montserrat" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #262626;
}
.section_background-top-six {
    background-color: rgb(235, 235, 235);
    display: flex;
    padding: 3rem;
    padding-top: 0rem;
    flex-direction: column;
}
.section_background-top-five {
    background-color: rgb(235, 235, 235);
    display: flex;
}
.mosaicPhotos {
    font-family: "Montserrat" !important;
    font-size: 16px;
}
.vendor_text {
    font-family: "Montserrat" !important;
    font-size: 24px !important;
    color: #262626 !important;
}
.section_group_grid {
    display: grid;
    width: -moz-available;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1rem;
    row-gap: 2rem;
}
.group_grid_inside {
    background-repeat: no-repeat;
    height: 220px;
    width: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}
.inside_grid_opacity {
    background-color: #000000b0;
    text-align: center;
    color: white;
    font-weight: 500;
    min-height: 60px;
    align-content: center;
}
.product-slider-wrapper {
    position: relative;
}
.product-slider-item {
    width: 167px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: auto !important;
    align-items: center;
    justify-content: center;
}
.product-slider__arrow-left,
.product-slider__arrow-right {
    position: absolute;
    width: 20px;
    height: 32px;
    top: calc(50% - 16px);
    background-image: url("image/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    cursor: pointer;
    outline: none;
}
.product-slider__arrow-right {
    right: -28px;
}
.product-slider__arrow-left {
    left: -28px;
    transform: rotate(180deg);
}
.vendor_padding .swiper-pagination-bullet-active:after {
        top: 1px;
        left: 1px;
}
.vendor_padding .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid rgba(196, 196, 196, 0.8);
    opacity: 1;
    background: none !important;
    display: inline-block;
    border-radius: 50%;
}
.product-slider-container:not(.swiper-container-initialized) .product-slider-slider {
    display: flex;
    max-width: 100%;
    overflow: hidden;
}
.product-slider-container:not(.swiper-container-initialized) .product-slider-item {
    margin-right: 10px;
}
.product-slider-slider {
    align-items: stretch;
    display: flex;
}
.section_text_header{
    text-align: left;
    font-size: 48px;
    color: black;
    line-height: 52px;
    font-weight: 400;
    padding-bottom: 50px;
}
@media (min-width: 600px) {
    .product-slider__dots {
        display: none;
    }
}
@media (min-width: 1024px) {
    .vendor_padding{
        padding-right: 16rem;
        padding-left: 16rem;

    }
}
@media (max-width: 600px) {
    .section_text_header{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .product-slider-item:first-of-type {
        margin-top: 10px;
    }
    .product-slider-item {
        width: 100%;
        margin: 5px 0;
        flex-direction: row;
    }
    .product-slider__dots {
        text-align: center;
    }
}
@media (max-width: 320px) {
    .product-slider-wrapper {
        padding: 0 10px;
    }

    .product-slider__arrow-right {
        right: -3px;
    }

    .product-slider__arrow-left {
        left: -3px;
    }

}
@media (max-width: 600px) {
    .section_group_grid{
        display: unset;
    }
    .section_text_left_center_five {
        width: 100%;
        padding: 0px 7px 0 7px;
        align-items: center;
        display: flex;
    }
    .section_image_right_center{
        display: none;
        padding: unset;
        margin: unset;
    }
    .section_text_left_center_rep_five{
        padding: 24px 20px 50px 20px;
        inline-size: 100%;
        font-size: 14px;
    }
    .group_grid_inside{
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .section_image_right_center_inside_five {
        margin-left: 0rem;
        margin-right: 0rem;

    }
}
@media (max-width: 1920px) {
    .section_image_right_center_inside_five {
        margin-left: 0rem;
        margin-right: 0rem;

    }
}
@media (min-width: 2560px) {
    .group_grid_inside {
        height: 280px;
    }

}

.new_year_head {
    background-image: url(/images/newyear_head_new.webp);
    height: 60px;
    background-size: contain;
}

@media (max-width: 767px) {
    .new_year_head {
        background-image: url(/images/newyear_head_mobile_new.webp);
        height: 50px;
        background-color: white;
    }
}

@media (max-width: 339px) {
    .new_year_head {
        height: 40px;
    }
}

/*end vendor*/



/*
@media (max-height: 700px) {

    #cookieConsent .buttons {
        gap: 4px;
    }
}

@media (max-height: 650px) {

    #cookieConsent .hollow-button {
        padding: 4px 28px 5px;
        min-height: 25px;
    }

    #cookieConsent .buttons {
        gap: 4px;
    }
}
 */