html {
    overflow-x: auto
}
.hidden_search{
    display:none!important;
}

body {
    margin-top: 95px;
    font-family: 'Open Sans', sans-serif;
    color: #3c3c3c;
    background: #fff;
    min-width: 280px;
    overflow: hidden
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
  }
      
    .shake {
    animation: shake 0.5s;
    }

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.paylogos img {
    width: 100%;
    max-width: 200px;
    height: 100%
}

.filters-toggle {
    font-size: 14px;
    margin-bottom: 15px
}

.filters-toggle img,
.sorting-toggle img {
    margin-right: 15px
}

.filters-toggle:hover {
    cursor: pointer
}

.add-to-cart {
    display: none
}

.mobile-only {
    display: none !important
}

.icon-after:after,
.icon-before:before {
    content: '';
    display: inline-block;
    vertical-align: middle
}

.item-right {
    text-align: right
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-box.vertical {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

h1,
h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase
}

.full-bg {
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat
}

article {
    margin-top: 40px
}

article ol,
article p,
article ul {
    font-size: 18px;
    line-height: 1.5;
    color: #484848;
    text-align: justify
}


article img {
    max-width: 100%
}

article video { 
    max-width: 100%;
    display: none;
    z-index: 10;
}

article h2 {
    font-size: 24px;
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 400
}

article h2:after {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    margin-top: 22px;
    background-color: #6e9e3b
}

article ul {
    padding: 0;
    list-style: none
}

article ul li {
    position: relative;
    margin: 5px 0;
    padding-left: 25px;
    /* в карточке товара рамка слазит  */
}

article ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #6e9e3b;
    top: .55em;
    left: 0
}

article ol {
    counter-reset: item;
    padding: 0;
    list-style: none
}

article ol li {
    margin: 8px 0
}

article ol li:before {
    counter-increment: item;
    content: counter(item) ". ";
    color: #6e9e3b
}

article a {
    font-size: 18px;
    color: #6e9e3b
}

article .category-item a {
    font-size: 12px;
}

.categories-container{display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between}.category-item{flex:1 1 calc(25% - 20px);max-width:calc(25% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-item a{color:#343434}@media (max-width:768px){.category-item{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}}

article a:hover {
    color: #6e9e3b
}

.form .input-group input,
.form .input-group textarea {
    display: inline-block;
    width: 100%;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #bbb;
    height: 32px;
    font-size: 14px;
    margin-bottom: 10px
}

.form .input-group input:focus, 
.form .input-group textarea:focus {
  border: 2px solid #91b66b !important; 
  outline: none;
}

.form .input-group input.error_input,
.form .input-group textarea.error_input {
    background: #ffc3c3
}

.form .input-group input.error_input + .error-message {
    display: block;
    color: #d59494;
    font-size: 11px;
}
.error-message {
    display: none; /* По умолчанию скрыто */
}


.form .input-group input:read-only,
.form .input-group textarea:read-only {
    background: #eee;
    cursor: not-allowed
}

.form .input-group-history input,
.form .input-group-history textarea {
    display: inline-block;
    width: 250px;
    padding: 0 18px;
    background-color: #fff;
    border: 1px solid #bbb;
    height: 32px;
    font-size: 14px;
    margin-bottom: 10px
}

.form .input-group textarea {
    height: 92px;
    padding: 5px 8px;
    resize: none
}

.form .input-group.phone .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1
}

.form .input-group.phone input:first-of-type {
    max-width: 75px;
    margin-right: 10px
}

.form .input-group.password .input {
    width: 100%;
    display: inline-block;
    position: relative
}

.form .input-group.password input.active {
    display: block
}

.form .input-group.password button {
    position: absolute;
    right: 0;
    top: 30%;
    margin-top: -11px;
    width: 31px;
    height: 23px;
    background: url(img/view-icon.png) no-repeat center;
    outline: 0;
    padding: 0 35px;
    border: 0 
}

.form .input-group.password button.active {
    background: url(img/view-icon-a.png) no-repeat center
}

.form .input-group-history.date input,
.form .input-group.date input {
    background: url(img/date.png) no-repeat 93% center #fff;
    padding-right: 10%;
    display: inline-table
}

.form .input-group .stars-wrp {
    overflow: hidden
}

.form .title {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left
}

.form .btn {
    display: inline-table;
    margin-top: 10px
}

.form select {
    padding: 5px 2px 5px 8px;
    display: inline-block;
    border: 1px solid #bbb;
    background-color: #fff
}

.radio-group label {
    display: block;
    position: relative;
    padding: 15px 0 15px 45px
}

.radio-group label+label {
    border-top: 1px solid #dfdfdf
}

.radio-group .radio-box {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    left: 0;
    border: 2px solid #929292;
    border-radius: 50%
}

.radio-group .radio-box:before {
    content: none;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6e9e3b
}

.radio-group input:checked+.radio-box {
    border-color: #6e9e3b
}

.radio-group input:checked+.radio-box:before {
    content: ''
}

.radio-group p {
    margin: 0
}

.radio-group small {
    margin-top: 1em
}

.radio-group input {
    display: none
}

.btn {
    padding: 15px 35px;
    font-size: 14px;
    color: #6e9e3b;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    border: 1px solid #6e9e3b;
    outline: 0;
    line-height: 1.2;
    -webkit-transition: .25s ease;
    transition: .25s ease
}
.btn.active,
.btn:hover {
    background-color: #6e9e3b;
    color: #fff;
    text-decoration: none
}

.fust_buy_button:hover { 
    background-color: #6e9e3b;
    color: #fff;
}

.fust_buy_button { 
     color: #6e9e3b;
    margin-left: 10px;
    background-color: #6e9e3b;
    color: #fff;

}


.shows-all-ctn .all-ctn {
    height: 14.5em;
    overflow: hidden
}

.shows-all-ctn .more {
    text-transform: uppercase;
    font-size: 14px;
    color: #6e9e3b
}

.shows-all-ctn .more:after {
    content: '';
    position: relative;
    top: -1px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 7px;
    background: url(img/more-icon1.png) no-repeat center
}

.shows-all-ctn .more span:last-child {
    display: none
}

.shows-all-ctn.active .all-ctn {
    height: auto;
    overflow: visible
}

.shows-all-ctn.active .more:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.shows-all-ctn.active .more span {
    display: none
}

.shows-all-ctn.active .more span:last-child {
    display: inline
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 5;
    /* padding-top: 5px;
    height: 30px; */
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.dropdown:hover>.dropdown-ctn {
    display: block
}

.dropdown>span {
    box-sizing: border-box;
    color: #6e9e3b;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px 0 15px
}

.dropdown>span:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #6e9e3b transparent transparent;
    border-width: 5px 3px 0
}

.personal_overflow {
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.personal_overflow.active {
    display: block
}

.dropdown .dropdown-ctn {
    position: absolute;
    z-index: 2;
    /* top: 100%; */
    left: 0;
    background: #fff;
    display: none
}

.dropdown .dropdown-ctn li {
    padding: 8px 0;
    font-size: 14px
}

.dropdown .dropdown-ctn li a {
    color: #1e1e1e
}

.header {
    position: fixed;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 11px;
    color: #3a3a3a;
    background: #fff;
    transition: 0
}

.header.full-width .search-h .col-sm-3 img {
    max-width: 180px;
    display: inline-block
}

.header.full-width .main-menu-h {
    padding-top: 0;
    border-bottom: 2px solid transparent;
    position: relative;
}

.main-menu-h::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2.5px;
    background: linear-gradient(to right, #6f9d41 20%, transparent 20%);
    background-size: 200% 100%;
    z-index: 9999;
    display: none;
}

.main-menu-h.loading::after {
    display: block;
    animation: loading 2.5s ease-in-out infinite;
}

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

.header.full-width .main-menu-h .logo-h {
    -webkit-transform: scale(.3) translate3d(-50px, 0, 0);
    transform: scale(.3) translate3d(-50px, 0, 0);
    opacity: 0
}

.header.full-width .main-menu-h .col-sm-3 {
    width: 0;
    padding: 0;
    overflow: hidden
}

.header.full-width .main-menu-h .main-menu {
    width: 100%
}

.header.full-width .main-menu-h .main-menu>ul {
    padding-top: 20px
}

.header.full-width .main-menu-h .main-menu a,
.header.full-width .main-menu-h .main-menu span {
    font-size: 16px
}

.header .main-menu-h .main-menu .active>span,
.header .main-menu-h .main-menu a:hover,
.header.full-width .main-menu-h .main-menu .active>span,
.header.full-width .main-menu-h .main-menu a:hover {
    color: #6e9e3b
}

.header.full-width .main-menu-h .main-menu .sub-menu li {
    font-size: 14px
}

.header .icon-before {
    display: inline-block;
    margin-left: 13px
}

.header .icon-before:before {
    width: 23px;
    height: 27px;
    margin-top: 3px;
    background: url(img/all-icons.png) no-repeat 0 0
}

.header .icon-before.dropdown .dropdown-ctn:before {
    height: 6px
}

.header .icon-before a,
.header .icon-before span {
    padding: 12px 3px 12px 5px;
    color: #3a3a3a
}

.header .coast,
.header .lang,
.header .person {
    display: inline-block;
    vertical-align: middle
}

.header .phone {
    vertical-align: middle;
    display: inline-block;
    margin-left: 13px;
    width: 26px;
    height: 20px;
    background: url(img/phone-icon4.png) no-repeat 0 0
}

.header .lang li:hover>a {
    color: #6e9e3b;
    text-decoration: none
}

.header .coast li:hover>a {
    color: #6e9e3b;
    text-decoration: none
}

.header .person li:hover>a {
    color: #6e9e3b;
    text-decoration: none
}

.header .person-money li:hover>a {
    color: #6e9e3b;
    text-decoration: none
}

.header .dropdown .dropdown-ctn {
    width: 65px;
    background: 0 0;
    border: 0
}

.header .dropdown .dropdown-ctn ul {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none
}

.header .dropdown .dropdown-ctn:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px
}

.header .lang .dropdown-ctn ul,
.header .lang>span {
    padding-left: 6px
}

.header .lang .dropdown-ctn {
    width: 50px
}

.header .person,
.header .person-money {
    color: #75a93e;
    margin-left: 22px
}

.header .person-money:before,
.header .person:before {
    background-position: 0 0
}

.header .person-money.dropdown span,
.header .person.dropdown span {
    color: #3a3a3a;
    font-size: 11px;
    text-transform: none;
    padding: 12px 10px;
    max-width: 105px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle
}

.header .person-money.dropdown span:after,
.header .person.dropdown span:after {
    content: none
}

.header .person-money.dropdown .dropdown-ctn,
.header .person.dropdown .dropdown-ctn {
    width: auto;
    white-space: nowrap
}

.header .person-money.dropdown .dropdown-ctn ul,
.header .person.dropdown .dropdown-ctn ul {
    padding: 4px 10px 4px 5px
}

.header .person-money.dropdown .dropdown-ctn li,
.header .person.dropdown .dropdown-ctn li {
    text-transform: uppercase
}

.header .person.dropdown .dropdown-ctn .power li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    background: url(img/power2.png) no-repeat center
}

.header .person-discount {
    cursor: pointer
}

.header .person-discount:hover span {
    color: #6e9e3b
}

.header .person-discount:before {
    background-position: -204px 0
}

.header .person-money:before {
    background-position: -25px 0
}

.header .item-right {
    position: relative;
    z-index: 11
}

.header .favorite:before {
    background-position: -50px 0
}

.header .commerce:before {
    background-position: -75px 0
}

.header .search-btn {
    cursor: pointer
}

.header .search-btn.active:before {
    background-position: -125px 0
}

.header .search-btn:before {
    background-position: -100px 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.search-h {
    position: absolute;
    z-index: 3;
    top: 43px;
    right: 0;
    width: 100%;
    padding-bottom: 15px;
    background: #fff;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    pointer-events: none
}

.search-h .col-sm-3 img {
    display: none
}

.search-h.search-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.search-h form {
    position: relative;
    display: block;
    margin-top: 15px
}

.search-h form input[type=text] {
    width: 100%;
    height: 45px;
    border: 0;
    font-size: 24px;
    border-bottom: 1px solid #e9e8e9;
    outline: 0;
    padding-right: 30px
}

.search-h form input[type=submit] {
    position: absolute;
    top: 12px;
    right: 0;
    margin-top: 0;
    width: 23px;
    height: 24px;
    border: 0;
    padding: 0;
    outline: 0;
    background: url(img/all-icons.png) no-repeat -100px 0
}

.header:not(.no-transition) .main-menu-h .logo-h,
.header:not(.no-transition) .main-menu-h .main-menu>ul,
.header:not(.no-transition) .main-menu-h .main-menu>ul>li,
.header:not(.no-transition) .main-menu-h .row>* {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.main-menu-h {
    margin-top: 3px;
    padding-top: 6px;
    border-top: 1px solid #e9e8e9;
    border-bottom: 1px solid #f1f1f1
}

.main-menu-h .item-right {
    z-index: 2
}

.main-menu-h>.row {
    position: relative
}

.main-menu-h .logo-h {
    position: relative;
    z-index: 4;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.main-menu {
    position: static
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: default
}

.main-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 14px;
    margin-left: -15px;
    margin-right: -15px
}

.main-menu>ul>li>a.active {
    position: relative;
    z-index: 4
}

.main-menu>ul>li>a,
.main-menu>ul>li>span {
    padding: 15px
}

.main-menu li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #0e0506
}

.main-menu li:hover>.active>span .main-menu li:hover>a {
    color: #6e9e3b
}

.main-menu li.active {
    color: #6e9e3b
}

.main-menu>ul>li.active:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #6e9e3b;
    position: relative;
    top: 15px
}

.main-menu a {
    color: #0e0506;
    text-decoration: none
}

.main-menu .sub-menu {
    position: absolute;
    z-index: 1;
    top: 93%;
    left: 0;
    width: 100%;
    padding: 30px 15px;
    border: 2px solid #6e9e3b;
    border-width: 3px 0 1px;
    margin-top: 3px;
    background-color: #fff;
    box-shadow: 0 50px 70px -21px rgb(22, 22, 22);
    color: #1e1e1e;
    display: none
}

.main-menu .sub-menu .back_menu {
    display: none
}

.main-menu .open_sub {
    display: none
}

.main-menu .sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20px
}

.main-menu .sub-menu .sub-item-image {
    float: right;
    max-width: 190px
}

.main-menu .sub-menu .sub-item-image a {
    position: relative;
    float: left;
    width: 198px;
    height: 200px;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(205, 205, 205, .5)
}

.main-menu .sub-menu .sub-item-image a+a {
    border-left-width: 0
}

.main-menu .sub-menu .sub-item-image span {
    position: absolute;
    bottom: 20px;
    left: 12%;
    width: 76%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #393939;
    background-color: rgba(255, 255, 255, .53);
    border: 2px solid #fff;
    box-shadow: 0 0 10px .3px rgba(0, 0, 0, .12)
}

.main-menu .sub-menu .sub-item {
    display: inline-block;
    max-width: 150px;
    vertical-align: top
}

.main-menu .sub-menu .sub-item+.sub-item {
    margin-left: 70px
}

.main-menu .sub-menu .sub-item>span {
    margin-bottom: 10px
}

.main-menu .sub-menu .sub-item>span,
.main-menu .sub-menu .sub-item>span a,
.main-menu .sub-menu .sub-item>span span {
    display: inline-block;
    font-size: 14px !important;
    text-transform: uppercase
}

.main-menu .sub-menu .sub-item>span a:hover,
.main-menu .sub-menu .sub-item>span span.active {
    color: #6e9e3b
}

.main-menu .sub-menu .sub-item>span:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin-top: 7px;
    background-color: #6e9e3b
}

.main-menu .sub-menu li {
    display: block;
    margin-bottom: 7px
}

.main-menu .sub-menu a {
    font-size: 14px;
    color: #1e1e1e;
    text-transform: none
}

.main-menu .sub-menu .active>span {
    color: #6e9e3b
}

.main-menu .sub-menu .sub-item .active>span {
    text-transform: none
}

.main-menu .sub-menu .sub-item-image a.menu_catalog_link {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    margin-bottom: 15px
}

.menu_catalog_link:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin-top: 7px;
    background-color: #6e9e3b
}

.brand-top {
    position: relative;
    margin-top: -95px;
    height: 940px;
    height: 100vh;
    min-height: 580px;
    padding-top: 35px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.brand-top>img {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.brand-top .mouse {
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 14px
}

.brand-top .mouse .mouse-scroller {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    position: relative;
    top: 10px;
    left: 11px;
    -webkit-animation: scrolls 1.3s ease-out infinite;
    animation: scrolls 1.3s ease-out infinite
}

.brand-top-ctn {
    position: relative;
    width: 0;
    height: 0;
    padding-top: 35%;
    padding-right: 35%
}

.brand-top-ctn div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    text-align: center;
    border-radius: 50%;
    background: rgba(247, 250, 250, .68);
    min-width: 210px;
    min-height: 210px;
    max-width: 410px;
    max-height: 410px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.brand-top-ctn img {
    -webkit-transform: translateX(-22%);
    transform: translateX(-22%);
    max-width: 180%
}

.brand-top-ctn a {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
    width: 72%;
    padding: 15px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid;
    text-decoration: none;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.brand-top-ctn a:before {
    content: '';
    position: absolute;
    top: 55%;
    margin-left: -65px;
    left: 50%;
    z-index: -1;
    height: 0;
    width: 130px;
    box-shadow: 0 0 98px 25px rgba(22, 22, 22, .32)
}

.brand-top-ctn a:hover {
    color: #70ae20
}

@-webkit-keyframes scrolls {
    0% {
        top: 18px;
        opacity: 1;
        height: 4px
    }
    95% {
        top: 5px;
        opacity: 0;
        height: 8px
    }
    100% {
        top: 18px;
        opacity: 1;
        height: 4px
    }
}

@keyframes scrolls {
    0% {
        top: 18px;
        opacity: 1;
        height: 4px
    }
    95% {
        top: 5px;
        opacity: 0;
        height: 8px
    }
    100% {
        top: 18px;
        opacity: 1;
        height: 4px
    }
}

.footer {
    border-top: 1px solid #f2f2f2;
    background: url(img/footer-bg.jpg) no-repeat top center;
    text-align: center;
    color: #454445;
    margin-top: 20px
}

.home-page .footer {
    background: url(img/footer-bg.jpg) no-repeat top center;
    /* background-size: cover; */
    color: #fff;
    border: 0;
    margin: 0
}

.home-page .footer .copyright {
    border: 0
}

.footer .subscribe {
    padding: 83px 15px;
    max-width: 785px;
    margin: 0 auto
}

.footer .subscribe .input-group {
    position: relative;
    font-size: 18px
}

.footer .subscribe .input-group input[type=text] {
    border: 0;
    background: 0 0;
    width: 100%;
    height: 50px;
    outline: 0;
    padding-left: 15px;
    padding-right: 150px
}

.footer .subscribe .input-group input[type=text].error_input {
    background: rgba(255, 103, 103, .5)
}

.footer .subscribe .input-group input[type=submit] {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    border: 0;
    padding: 0;
    background: 0 0;
    color: #70ae20;
    text-transform: uppercase;
    outline: 0
}

.footer .subscribe .input-group:after {
    content: '';
    display: block;
    height: 3px;
    border: 1px solid #fff;
    background-color: #c3beba;
    border-radius: 2px
}

.footer .title {
    margin: 0;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 400;
    text-transform: uppercase
}

.footer .copyright {
    margin: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #8e8e8e;
    background: #fff;
    border-top: 1px solid #e4e3e3
}

.socials-a {
    margin-top: 30px
}

.socials-a a {
    display: inline-block;
    width: 34px;
    height: 27px;
    margin: 0 15px;
    background: url(img/social-icon.png) no-repeat 0 -38px;
    text-decoration: none
}

.socials-b {
    margin-top: 30px
}

.socials-b a {
    display: inline-block;
    width: 34px;
    height: 27px;
    margin: 0 15px;
    background: url(img/social-icon_2.png) no-repeat 0 -38px;
    text-decoration: none
}

.socials-b a:hover {
    background-position-y: -79px
}

.socials-b a.fb {
    background-position-x: 9px
}

.socials-b a.tw {
    background-position-x: -59px
}

.socials-b a.gg {
    background-position-x: -128px
}

.socials-b a.vk {
    background-position-x: -193px
}

.socials-b a.in {
    background-position-x: -261px
}

.socials-b a.vb {
    background-position-x: -333px
}

.catalog-collection {
    padding: 15px 15px 0px
}

.collection-item {
    position: relative;
    z-index: 1;
    height: 300px;
    overflow: hidden
}

.collection-item+.collection-item {
    margin-top: 30px
}

.collection-item:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 96%;
    left: 2%;
    height: 96%;
    top: 2%;
    border: 2px solid rgba(255, 255, 255, .34);
    box-sizing: border-box
}

.collection-item>img {
    position: absolute;
    /* top: 0;
    left: 0; */
    z-index: -2
}


.collection-item {
    display: flex;
    justify-content: center; /* Горизонтальное центрирование */
    align-items: center; /* Вертикальное центрирование */
   overflow: hidden; 
}


.collection-item.big {
    display: flex;
     justify-content: center; 
    align-items: center;
   overflow: hidden; 
 }

.collection-item.hover-image:hover .collection-ctn {
    opacity: 0;
    visibility: hidden
}

.collection-item.simple:before {
    border-color: rgba(110, 158, 59, .34)
}

.collection-item.simple>a {
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%
}

.collection-item.simple .collection-ctn {
    /* position: relative; */
    z-index: 1;
    background-color: rgba(255, 255, 255, .92)
}

.collection-item.simple .collection-ctn:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 96%;
    left: 2%;
    height: 96%;
    top: 2%;
    border: 2px solid rgba(110, 158, 59, .34);
    box-sizing: border-box
}

.collection-item.simple .collection-ctn a {
    display: inline-block;
    margin-top: 35px;
    font-size: 18px;
    color: #70ae20;
    text-transform: uppercase
}

.collection-item.simple span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase
}

.collection-item.simple p {
    margin: 6px 0 13px;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase
}

.collection-item.simple i {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-style: italic
}

.collection-item.big {
    height: 490px
}

.collection-item.big .collection-ctn {
    opacity: 0
}

.collection-item.big .collection-ctn span {
    display: block;
    max-width: 89%;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center
}

.collection-item.big .collection-ctn a {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: #403329
}

.collection-item.big:hover .collection-ctn {
    opacity: 1
}

.collection-item.big:hover .collection-ctn .circle {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.collection-item.label-h:hover .label-hover {
    opacity: 1;
    left: 0
}

.collection-item .label-hover {
    position: absolute;
    opacity: 0;
    width: 100%;
    padding: 0 3% 0 17%;
    bottom: 10px;
    left: -17%;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collection-item .label-hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 1px;
    width: 15%;
    background-color: #fff
}

.collection-item .label-hover a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase
}

.collection-ctn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collection-ctn .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 285px;
    height: 285px;
    border-radius: 50%;
    background-color: rgba(117, 202, 54, .53);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

section.video-or-paralax {
    position: relative;
    width: 100%;
    height: 600px
}

section.video-or-paralax>div {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-or-paralax>div>div {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform
}

.advantages {
    padding: 85px 0;
    background: url(img/delivery-map.jpg) no-repeat top center
}

.advantages-item {
    padding: 20px 0;
    text-align: center
}

.advantages-item .svg-draw {
    height: 80px
}

.advantages-item span {
    display: inline-block;
    max-width: 200px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase
}

.delivery-map {
    margin: 0 auto;
    max-width: 770px;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 50px;
}

.delivery-map h2 {
    margin: 0 0 15px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400
}

.delivery-map p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 30px;
    color: #484848
}

.delivery-map .more {
    font-size: 18px;
    color: #70ae20;
    text-transform: uppercase
}

.delivery-map .more:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 12px;
    top: -2px;
    margin-left: 8px;
    background: url(img/more-icon.png) no-repeat center
}

.child-b {
    padding: 65px 0 95px;
    background-repeat: no-repeat;
    background-position: top center
}

.child-b h2 {
    margin-bottom: 35px;
    color: #70ae20;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase
}

.child-b p {
    font-size: 17px;
    line-height: 30px;
    color: #484848;
    text-align: justify;
    margin: 0
}

.svg-draw {
    position: relative
}

.svg-draw svg>path {
    fill: none;
    stroke: #fff;
    stroke-width: 3px;
    stroke-miterlimit: 10
}

.svg-draw g {
    fill: #70ae20
}

.noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.scroller {
    height: 205px;
    position: relative
}

/* .scroller {
    touch-action: pan-y;
  }
  
  .scroller-horizontal {
    touch-action: pan-x;
  } */

.scroller .disable {
    display: none
}

.scroller .viewport {
    position: relative;
    height: 205px;
    overflow: hidden
}

.scroller .overview {
    position: absolute;
    top: 0;
    left: 0
}

.scroller .scrollbar {
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%
}

.scroller .track {
    position: relative;
    height: 100%;
    width: 1px;
    background-color: #a9a9a9
}

.scroller .thumb {
    position: absolute;
    top: 0;
    left: -1px;
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    background-color: #b5b5b5;
    border-radius: 2px
}

.scroller.scroller-horizontal {
    height: auto
}

.scroller.scroller-horizontal .viewport {
    height: auto
}

.scroller.scroller-horizontal .overview {
    position: relative;
    width: auto
}

.scroller.scroller-horizontal .scrollbar {
    height: 1px;
    width: 100%;
    right: 0;
    top: auto;
    bottom: -30px
}

.scroller.scroller-horizontal .track {
    width: 100%;
    height: 1px
}

.scroller.scroller-horizontal .thumb {
    width: 20px;
    height: 3px;
    left: auto;
    top: -1px
}

.tooltip {
    position: absolute;
    z-index: 1;
    display: block;
    font-size: 12px;
    padding: 5px 0
}

.tooltip:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    border-top-color: #fff
}

.tooltip-inner {
    padding: 3px 5px;
    color: #b4b4b4;
    text-align: center;
    background-color: #fff;
    border: 1px solid #adc890
}

.tooltip-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #adc890
}

@-webkit-keyframes fast-open {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fast-open {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fast-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fast-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fast-action-open {
    0% {
        -webkit-transform: translate3d(100%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fast-action-open {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fast-actiont-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fast-action-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fast-action-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fast-action {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, .6);
    display: none
}

.fast-action.open {
    display: block;
    -webkit-animation: fast-open .55s ease forwards;
    animation: fast-open .55s ease forwards
}

.fast-action.open .action-panel {
    -webkit-animation: fast-action-open .55s ease-in-out forwards;
    animation: fast-action-open .55s ease-in-out forwards
}

.fast-action.close {
    display: block;
    -webkit-animation: fast-close .55s ease-in-out forwards;
    animation: fast-close .55s ease-in-out forwards
}

.fast-action.close .action-panel {
    -webkit-animation: fast-action-close .55s ease forwards;
    animation: fast-action-close .55s ease forwards
}

.fast-action .action-panel {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 650px;
    width: 100%;
    height: 100%;
    padding: 35px;
    background: #fff;
    border-left: 1px solid #6e9e3b;
    overflow-x: auto;
    overflow-y: scroll
}

.fast-action .close-action {
    position: absolute;
    right: 42px;
    top: 43px;
    width: 33px;
    height: 33px;
    border: 0;
    padding: 0;
    outline: 0;
    background: url(img/fast-action-close.png) no-repeat center
}

.fast-action .thumb,
.fast-action .track {
    background-color: #c3c3c3
}

.fast-action .thumb {
    width: 5px;
    left: -2px;
    border-radius: 5px
}

.fast-btn {
    cursor: pointer
}

html.modal-lock {
    overflow: hidden
}

#fast-favorite .fast-list {
    margin-bottom: 0
}

.fast-action .action-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 250, 240, .98))
}

#fast-basket .fixed-wrapper {
    background: radial-gradient(circle at top left, rgba(110, 158, 59, .08), transparent 36%), #fff
}

.fast-item {
    display: none;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.fast-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.fast-item h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0;
    text-transform: uppercase
}

.fast-item .fast-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    height: auto;
    min-height: 149px;
    margin-bottom: 20px
}

.fast-item .fast-list .viewport {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 1px solid #6e9e3b;
    border-width: 1px 0
}

.fast-item .fast-list .overview,
.fast-item .fast-list .viewport,
.fast-item .fast-list table {
    width: 100%
}

#fast-basket .fast-list .viewport {
    border: 0;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 243, .98));
    box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .14), 0 18px 40px rgba(22, 34, 15, .06);
    overflow: hidden
}

.fast-item .fast-list table {
    border-collapse: separate;
    border-spacing: 0 12px
}

.fast-item .fast-list td {
    position: static;
    font-size: 14px;
    color: #484848;
    text-align: left;
    vertical-align: top;
    padding: 18px 0;
    float: none;
    border-bottom: 0
}

.fast-item .fast-list td.action {
    vertical-align: top;
    text-align: right;
    /* padding-top: 55px */
}

#fast-favorite td.action {
    padding-top: 30px
}

.fast-item .fast-list td.action .add,
.fast-item .fast-list td.action .edit,
.fast-item .fast-list td.action .remove {
    display: block
}

.fast-item .fast-list td.action .add,
.fast-item .fast-list td.action .edit {
    margin-bottom: 30px
}

.fast-item .fast-list td.action a {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-left: 20px
}

.fast-item .fast-list td.action .edit {
    background: url(img/all-icons.png) no-repeat -179px 0
}

.fast-item .fast-list td.action .remove {
    background: url(img/all-icons.png) no-repeat -155px 0
}

.fast-item .fast-list td.add {
    vertical-align: middle
}

.fast-item .fast-list td.add a {
    color: #6e9e3b;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 20px;
    border: 1px solid #6e9e3b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fast-item .fast-list td.add a:hover {
    background-color: #6e9e3b;
    color: #fff
}

.fast-item .fast-list td .title {
    margin: 0 0 10px;
    color: #bebebe;
    line-height: 1
}

.fast-item .fast-list td .photo {
    height: 92px;
    width: 74px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.fast-item .fast-list td .name {
    font-size: 18px;
    color: #6e9e3b
}

.fast-item .fast-list td small {
    font-size: 12px;
    line-height: 16px
}

.fast-item .basket-action {
    margin-top: auto;
    padding-top: 8px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.fast-item#fast-basket .basket-action {
    margin-top: 0;
    padding: 18px 18px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(249, 252, 244, .98));
    border-top: 1px solid rgba(110, 158, 59, .12)
}

.fast-item#fast-basket .basket-action .cart_sum {
    color: #203114
}

.fast-item#fast-basket .basket-action a {
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(110, 158, 59, .18);
    background-color: #fff
}

.fast-item .basket-action.basket_empty {
    display: none
}

.fast-item .basket-action .row div:last-child {
    text-align: right
}

.fast-item .basket-action a {
    display: block;
    margin-top: 20px;
    padding: 15px 10px;
    color: #6e9e3b;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 2px solid #6e9e3b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fast-item .basket-action a:hover {
    background-color: #6e9e3b;
    color: #fff
}

.fixed-panel {
    display: none;
    position: fixed;
    z-index: 7;
    top: 50%;
    right: 0;
    width: 63px;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #70ae20;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fixed-panel a {
    display: inline-block;
    height: 34px;
    width: 49px;
    margin: 10px 0;
    background: url(img/fixed-panel-icon.png) no-repeat 0 0
}

.fixed-panel .back-call-a {
    background-position: center 2px
}

.fixed-panel .contact-a {
    background-position: center center
}

.fixed-panel .review-a {
    background-position: center bottom
}

.fixed-contact {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    display: none
}

.fast-item {
    z-index: 9;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    display: none
}

.fast-item .fixed-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 130%;
    background-color: #fff
}

.fixed-contact.open {
    display: block;
    -webkit-animation: fast-open .55s ease forwards;
    animation: fast-open .55s ease forwards
}

.fixed-contact.open .fixed-wrapper {
    -webkit-animation: fast-action-open .55s ease-in-out forwards;
    animation: fast-action-open .55s ease-in-out forwards
}

.fixed-contact.close {
    display: block;
    -webkit-animation: fast-close .55s ease-in-out forwards;
    animation: fast-close .55s ease-in-out forwards
}

.fixed-contact.close .fixed-wrapper {
    -webkit-animation: fast-action-close .55s ease forwards;
    animation: fast-action-close .55s ease forwards
}

.fixed-contact .fixed-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
    height: 100%;
    border-left: 1px solid #6e9e3b;
    background-color: #fff
}

.fixed-contact .fixed-box {
    width: 100%;
    height: 100%;
    padding: 50px 115px 80px;
    overflow-x: auto;
    overflow-y: scroll
}

.fast-item .fixed-box,
.fixed-contact .flex-box {
    min-height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.fixed-contact .close-fixed {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 100%;
    width: 70px;
    height: 80px;
    margin-top: -40px;
    border: 1px solid #6e9e3b;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: url(img/close-icon.png) no-repeat 60% center #fff;
    outline: 0
}

.fast-item .phone-contact,
.fixed-contact .phone-contact {
    margin-left: 35px;
    line-height: 1.7
}

.fast-item .phone-contact .mkod,
.fixed-contact .phone-contact .mkod {
    display: inline-block
}

.fast-item .phone-contact p:first-of-type,
.fixed-contact .phone-contact {
    margin-bottom: 2.8em
}

.fast-item .phone-contact p:first-of-type img,
.fixed-contact .phone-contact {
    top: 30%
}

.fast-item .phone-contact p:last-of-type,
.fixed-contact .phone-contact {
    margin-top: 3em
}

.about-numbers {
    font-size: 0;
    font-style: italic;
    text-align: center;
    margin-top: 65px
}

.about-numbers div {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    font-size: 22px;
    line-height: 1.2
}

.about-numbers span {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto -35px;
    font-size: 34px;
    text-align: center;
    line-height: 80px;
    white-space: nowrap;
    border: 25px solid #f3fce9;
    color: #6e9e3b
}

.about-ctn {
    padding: 50px 0 80px;
    border-bottom: 1px solid #6e9e3b
}

.about-ctn .vertical {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-ctn .vertical h2 {
    margin: 0 0 10px
}

.last-news {
    padding: 50px 0 80px;
    border-bottom: 1px solid #6e9e3b
}

.last-news h2 {
    margin-bottom: 40px
}

.last-news .news-item {
    padding: 0 0 50px
}

.last-news .news-item+.news-item {
    padding: 50px 0;
    border-top: 1px solid #e3e3e3
}

.last-news .news-item:last-child {
    padding-bottom: 0
}

.last-news .col-right {
    padding: 0 15px
}

.last-news h3 {
    margin: -5px 0 10px;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    color: #6e9e3b
}

.last-news .date {
    font-size: 14px;
    color: #8e8e8e
}

.last-news .shows-all-ctn {
    padding-top: 15px
}

.last-news .shows-all-ctn .item-right {
    margin-top: 40px
}

.production {
    padding: 0px 0 80px;
    background: url(img/circle-big.png) no-repeat center
}

.production h2 {
    margin-bottom: 50px
}

.production .scroller-horizontal {
    margin-bottom: 55px
}

.production .scroller-horizontal .overview {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.production .item {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -o-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sert img {
    height: 200px
}

.download-catalog {
    margin: 50px auto;
    padding: 50px 0
}

.download-catalog a {
    display: inline-block;
    padding: 18px 130px;
    background-color: #fff;
    border: 1px solid #6e9e3b;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #6e9e3b;
    text-decoration: none
}

.download-catalog a:before {
    content: '';
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    background: url(img/download.png) no-repeat center
}

.add-map-form .form {
    padding: 50px 100px;
    background: url(tmp/add-map.jpg) repeat top center #e8e8e8
}

#history-form .add-map-form .form {
    padding: 50px 30px
}

.new-partner-form {
    background-color: #f1fae7;
    padding: 80px 0 55px;
    margin: 30px 0
}

.new-partner-form .form {
    max-width: 370px;
    margin: 0 auto
}

.new-partner-form .title {
    text-align: center;
    margin-bottom: 30px
}

.new-partner-form .btn {
    width: 100%
}

.pay-list {
    padding: 30px 0
}

.pay-list li {
    font-size: 18px;
    padding-left: 95px;
    position: relative;
    margin-bottom: 30px;
    min-height: 60px
}

.pay-list li:last-child {
    margin-bottom: 0
}

.pay-list li:before {
    position: absolute;
    left: 0;
    top: -23px;
    width: 70px;
    height: 70px;
    font-size: 34px;
    font-style: italic;
    color: #6e9e3b;
    text-align: center;
    line-height: 37px;
    border: 17px solid #f3fce9;
    border-radius: 50%;
    content: counter(item)
}

.pay-list li p {
    margin: .5em 0;
    font-size: 12px;
    line-height: 1.25
}

.delivery-list .row {
    margin-bottom: 25px
}

.delivery-list .row:last-child {
    margin-bottom: 0
}

.delivery-list .title {
    margin-top: -5px;
    font-size: 18px
}

.delivery-list .optional {
    float: right;
    font-size: 16px;
    text-transform: uppercase
}

.delivery-list p {
    clear: both;
    font-size: 12px;
    line-height: 1.25;
    color: #3c3c3c
}

.delivery-tabs {
    border-top: 1px solid #d8eec1;
    padding: 50px 0;
    display: block;
    margin: 20px 0 0
}

.delivery-tabs .tabs-group-ctn h2:first-of-type {
    margin: 0
}

.delivery-tabs .tabs-group-button {
    border-right: 1px solid #6e9e3b;
    padding-right: 0;
    font-size: 24px;
    text-transform: uppercase
}

.delivery-tabs .tabs-group-button ul {
    margin: 0
}

.delivery-tabs .tabs-group-button li {
    padding: 12px;
    margin: 0;
    cursor: pointer
}

.delivery-tabs .tabs-group-button li.active {
    cursor: default;
    background-color: #f8fef2;
    border-right: 5px solid #6e9e3b
}

.delivery-tabs .tabs-group-button li:hover {
    background-color: #f8fef2
}

.delivery-tabs .tabs-group-button li:before {
    content: none
}

.delivery-tabs .tabs-group-button li img {
    width: 41px;
    height: 27px;
    vertical-align: middle;
    margin-right: 30px
}

.tabs-group-ctn .tab {
    display: none
}

.tabs-group-ctn .tab.active {
    display: block
}

.tabs-group-ctn .tab.active .svg {
    border: 1px solid #cecece;
    border-top: none
}

.gg-map {
    height: 540px
}

.contact-item {
    padding-bottom: 30px;
    margin-bottom: 50px
}

.contact-item:last-child {
    margin-bottom: 0
}

.contact-item h2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0
}

.contact-item p {
    text-align: left;
    margin-top: 0
}

.contact-item:first-of-type {
    border-bottom: 1px solid #e7e7e7
}

.back-call-form .form {
    margin-top: -80px;
    padding: 35px;
    background-color: #f1fae7
}

.back-call-form .btn {
    width: 100%
}

.back-call-form .title {
    margin: 0 0 30px
}

.phone-contact {
    padding: 0
}

.phone-contact p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 2.2em
}

.phone-contact p img {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.phone-contact a {
    color: #6e9e3b
}

.review-form .form {
    padding: 30px 50px 50px 100px;
    background-color: #f1fae7
}

.review-form .title {
    margin-left: -50px
}

.review-item {
    margin-bottom: 60px
}

.review-item:last-child {
    margin-bottom: 0
}

.review-item .answer span,
.review-item .date {
    font-size: 14px;
    color: #8e8e8e
}

.review-item .name {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #484848
}

.review-item .matching-size {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 400;
    font-style: normal;
    float: right;
    margin-top: 3px
}

.review-item p {
    margin: .6em 0 1.25em
}

.review-item .yes-no span {
    cursor: pointer;
    margin-left: 20px
}

.review-item .yes-no span i {
    font-style: normal
}

.review-item .yes-no span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
    margin-right: 10px;
    width: 21px;
    height: 19px;
    background: url(img/yes-no.png) no-repeat 0 0;
    transition: .5s
}

.review-item .yes-no span.active:before {
    background: url(img/yes-no.png) no-repeat 0 -26px
}

.review-item .yes-no span.no:before {
    top: 0;
    background-position: -27px 0
}

.review-item .yes-no span.no.active:before {
    background: url(img/yes-no.png) no-repeat -27px -26px
}

.stars-wrp {
    margin-bottom: 10px
}

.stars-wrp span {
    font-size: 14px;
    float: left
}

.stars-wrp .stars {
    float: right
}

.stars {
    position: relative;
    display: inline-block;
    width: 88px;
    height: 15px;
    background: url(img/stars.png) repeat-x 0 0
}

.stars .star {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(img/stars.png) repeat-x 0 -19px
}

.stars:hover .tooltip {
    display: block
}

.status:hover .tooltip {
    display: block
}

.stars .tooltip-custom {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


.status .tooltip-custom {
    /* display: block; */
    left: 30px;
    position: relative;
    top: -90px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.stars .tooltip-custom .tooltip-inner {
    overflow: hidden;
    padding: 5px 12px
}

.status .tooltip-custom .tooltip-inner {
    overflow: hidden;
    width: 150px;
    padding: 5px 12px
}

.stars .tooltip-custom .tooltip-inner .stars,
.stars .tooltip-custom .tooltip-inner span {
    float: none
}

.stars .tooltip-custom .tooltip-inner span {
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 1
}

.status .tooltip-custom .tooltip-inner span {
    /* display: block; */
    font-size: 13px;
    font-style: italic;
    line-height: 1
}

.stars .tooltip-custom .tooltip-inner .stars-item {
    padding: 3px 0
}

.affix-bottom {
    position: absolute
}

.review-form .affix {
    position: fixed;
    width: 457px
}

.review-form .affix-bottom {
    position: absolute;
    width: 457px
}

.menu-l {
    width: 235px
}

.menu-l.affix {
    bottom: 20px
}

.menu-l li:hover+.tooltip {
    display: block
}

.menu-l .enable-affix { 
    display: inline;
}

.menu-l .tooltip {
    max-width: 210px
}

.menu-l .tooltip-custom .tooltip-inner {
    padding-left: 60px
}

.menu-l .h1,
.menu-l h1 {
    font-size: 24px;
    font-weight: 400;
    margin: .67em 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px
}

.menu-l .show-all {
    display: inline-block
}

.menu-l .show-all,
.menu-l ul a,
.menu-l ul span {
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #0e0506;
    text-decoration: none
}

.menu-l .show-all:hover,
.menu-l ul a:hover,
.menu-l ul li.active>span {
    color: #6e9e3b
}

.menu-l li {
    padding: 0;
    margin: 0
}

.menu-l li:before {
    content: none
}

.menu-l li.active>a,
.menu-l li>a.active {
    color: #6e9e3b
}

.menu-l ul ul {
    margin-bottom: 30px
}

.menu-l ul ul a,
.menu-l ul ul span {
    position: relative;
    text-transform: none;
    color: #6a6a6a;
    padding-left: 28px;
    width: 100%;
    display: block;
    line-height: 24px
}

.menu-l ul a:before,
.menu-l ul li.active>span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #6e9e3b;
    max-height: 26px
}

.menu-l ul ul a:before,
.menu-l ul ul li.active>span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #6e9e3b
}

.menu-l ul ul a:hover:before,
.menu-l ul ul li.active>span:before {
    content: ''
}

.menu-l ul ul li {
    margin: 8px 0 0;
    line-height: 1
}

.menu-l ul li a.active:before,
.menu-l ul li.active a:before,
.menu-l ul ul li a.active:before,
.menu-l ul ul li.active a:before {
    content: ''
}

.menu-l ul ul li.active a:after {
    content: 'Ã—';
    display: none;
    top: 0;
    right: 0;
    float: right;
    font-weight: 700;
    padding: 2px 10px;
    font-size: 18px;
    line-height: 18px
}

.menu-l .size-set {
    border-top: 1px solid #e3e3e3;
    text-transform: uppercase
}

.menu-l .size-set a {
    display: block;
    font-size: 14px;
    color: #0e0506;
    padding: 15px 30px 15px 0;
    text-decoration: none;
    background: url(img/size-set.png) no-repeat center right
}

.menu-l .size-set a:hover {
    color: #6e9e3b
}

.filter {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.filter .filter-item {
    width: 95%;
    border-top: 1px solid #e3e3e3
}

.filter .filter-item.active .title {
    background-image: url(img/filter-arrow1.png)
}

.filter .filter-cnt {
    display: none;
    padding: 0 0 15px
}

.filter .title {
    font-size: 15px;
    color: #0e0506;
    text-transform: uppercase;
    padding: 15px 25px 15px 0;
    cursor: pointer;
    background: url(img/filter-arrow.png) no-repeat center right
}

.filter .checkbox label {
    display: block;
    margin: 5px 0
}

.filter .checkbox label input,
.filter .checkbox label span {
    display: inline-block;
    vertical-align: middle
}

.filter .checkbox label span {
    margin-left: 5px
}

.filter .size {
    padding-right: 19px
}

.filter .size input {
    display: none
}

.filter .size input:checked+span {
    background-color: #8fc853 !important;
    color: #fff !important
}

.filter .size label {
    display: inline-block;
    vertical-align: middle;
    margin: 3px
}

.filter .size label.disabled {
    cursor: default;
    pointer-events: none
}

.filter .size label.disabled span {
    opacity: .5
}

.filter .size label span {
    display: inline-block;
    font-size: 12px;
    color: #0e0506;
    height: 36px;
    padding: 0 3px;
    min-width: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #78aa43;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: .25s ease;
    transition: .25s ease
}

.filter .size label:hover span {
    background-color: #8fc853;
    color: #fff
}

.filter .color {
    padding-left: 5px
}

.filter .color input {
    display: none
}

.filter .color input:checked+span {
    border: 2px solid #6e9e3b
}

.filter .color label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 7px
}

.filter .color label.filter_color_h {
    display: block
}

.filter .color label.disabled {
    cursor: default;
    pointer-events: none
}

.filter .color label.disabled span {
    position: relative
}

.filter .color label.disabled span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/disabled-color.png) no-repeat center;
    background-size: 20px 20px
}

.filter .color label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 30px;
    vertical-align: top
}

.filter .color label span.filter_color_n {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 30px;
    vertical-align: top;
    border-radius: 0;
    border: none;
    text-align: left;
    margin-left: 5px
}

.filter .color label:hover span {
    border: 2px solid #6e9e3b
}

.filter .color label:hover span.filter_color_n {
    border: none
}

.filter .filter-action {
    padding: 5px 0 20px
}

.filter .filter-action input {
    background: 0 0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #6e9e3b;
    outline: 0
}

.tooltip-custom {
    display: none;
    left: 0;
    z-index: 8;
    bottom: 100%
}

.tooltip-custom .tooltip-inner {
    position: relative;
    color: #6a6a6a;
    text-align: left;
    padding: 10px 5px
}

.tooltip-custom .tooltip-inner img {
    position: absolute;
    left: 18px;
    top: 18px
}

.product-item {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    float: none;
    font-size: 16px;
    background-color: #fff
}

.product-item .photo {
    position: relative;
    height: 345px;
    margin-bottom: 10px;
    clear: both;
    background-color: #e1e4e2
}

.product-item .photo a {
    display: block;
    height: 100%;
    overflow: hidden
}

.product-item .photo img {
    max-width: none;
    /* margin-left: 20px */
}

.product-item .options {
    position: absolute;
    top: 10px;
    right: -15px
}

.product-item .options div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(203, 203, 203, .8);
    font-size: 12px;
    color: #0e0506;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-item .options .option-new {
    background-color: rgba(110, 158, 59, .8);
    color: #fff
}

.product-item .options .option-discount {
    background-color: rgba(231, 233, 53, .8)
}

.product-item .name {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    /* width: 135px; */
    color: #2b2b2b
}

.product-item .name .h3 {
    color: #2b2b2b
}

.product-item .ab {
    width: 450px
}

.product-item .price {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2b2b2b
}

.product-item .old-price {
    text-align: right;
    color: #8a8a8a;
    font-weight: 500;
    text-decoration: line-through
}

.product-item .colors {
    width: 135px;
    z-index: 3;
    clear: both;
    float: left;
    margin-top: 5px;
    visibility: hidden
}

.product-item .colors a {
    text-decoration: none
}

.product-item .colors span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1.8px solid #c7c7c7;
    border-radius: 50%
}

.product-item .colors span:hover {
    border: none;
    width: 18px;
    height: 18px
}

.product-item .colors span.active {
    border: 1.8px solid #c7c7c7;
    width: 18px;
    height: 18px
}

.product-item .opt-price {
    float: right;
    z-index: 3;
    margin-top: 2px;
    font-size: 12px;
    color: #6a6a6a;
    visibility: hidden
}

.product-item:hover .opt-price {
    visibility: visible
}

.product-item:hover .colors {
    visibility: visible
}

.product-item .opt-price:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 9px;
    height: 12px;
    background: url(img/opt-price.png) no-repeat center
}

.product-item .size-tittle {
    width: 150px;
    z-index: 3;
    float: left;
    clear: left;
    color: #000;
    padding-top: 10px;
    font-size: 12px
}

.size-tittle span {
    font-size: 12px;
    color: #000
}

.size-tittle span:hover {
    cursor: pointer;
    font-weight: 600
}

.size-tittle .active {
    display: inline-block;
    color: #000;
    font-weight: 600
}

.size-tittle .disabled {
    text-decoration: line-through;
    color: #6a6a6a
}

.size-tittle .disabled:hover {
    cursor: default;
    pointer-events: none
}

.product-item .actions {
    float: right;
    padding-top: 30px
}

.product-item .add-carts {
    z-index: 3;
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: 2px;
    width: 20px;
    height: 19px;
    background: url(img/product-actions.png) no-repeat -92px 0
}

.fast-item .fast-list td.action .add {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    width: 20px;
    height: 19px;
    background: url(img/product-actions.png) no-repeat -92px 0;
    cursor: pointer
}

.product-item .hidden-ctn {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: none;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #dce8d0;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.product-item .hidden-ctn .before {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1
}

.product-item:hover {
    z-index: 1
}

.product-item:hover .hidden-ctn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.product-item:hover .opt-price {
    visibility: visible
}

.product-item .opt-price:hover {
    font-weight: bolder;
    cursor: pointer
}

.product-item .photo-list {
    z-index: 2;
    background-color: #fff;
    box-shadow: -1px 0 0 1px #dce8d0
}

.product-list {
    font-size: 0
}

.product-list.type-list .product-item {
    display: block;
    padding: 35px 0;
    margin: 0;
    border-bottom: 1px solid #8fc853
}

.product-list.type-list .product-item:first-child {
    padding-top: 5px
}

.product-list.type-list .product-item .row {
    position: relative;
    margin-left: 0;
    padding: 15px 0
}

.product-list.type-list .product-item .row:hover {
    box-shadow: 0 0 0 1px #dce8d0
}

.product-list.type-list .product-item .row:hover .photo-list {
    display: block
}

.product-list.type-list .product-item .col-lg-4:first-child {
    padding-left: 0
}

.product-list.type-list .product-item .opt-price {
    visibility: visible;
    font-size: 14px;
    color: #0e0506;
    text-transform: uppercase;
    margin: 0
}

.product-list.type-list .product-item .opt-price:after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: 15px;
    height: 20px;
    background: url(img/opt-price1.png) no-repeat center
}

.product-list.type-list .product-item .terms-cooperation-btn a {
    font-size: 12px
}

.product-list.type-list .product-item .photo {
    margin: 0
}

.product-list.type-list .product-item .photo-list {
    display: none;
    top: -15px;
    box-sizing: content-box;
    width: 60px;
    padding: 15px 20px 15px 13px
}

.product-list.type-list .product-item .name {
    float: none;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3
}

.product-list.type-list .product-item .name h3 {
    position: relative;
    top: -2px;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle
}

.product-list.type-list .product-item .accordion-ctn {
    padding-left: 0
}

.product-list.type-list .product-item .accordion {
    margin-top: 54px
}

.product-list.type-list .product-item .accordion .accordion-item:first-child {
    border-top: 1px solid #e3e3e3
}

.product-list.type-list .product-item .review-item {
    margin: 0;
    padding-top: 10px
}

.product-list.type-list .product-item .review-item .name {
    margin-top: 10px
}

.product-list.type-list .product-item .colors-b,
.product-list.type-list .product-item .size-b {
    display: block
}

.product-list.type-list .product-item .colors-b ul li,
.product-list.type-list .product-item .size-b ul li {
    margin: 5px 8px 5px 0
}

.product-list.type-list .product-item .size-b .title {
    margin-bottom: 10px
}

.product-list.type-list .product-item .buy-b,
.product-list.type-list .product-item .roz-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3
}

.product-list.type-list .product-item .buy-b b,
.product-list.type-list .product-item .roz-price b {
    font-size: 18px;
    color: #6e9e3b;
    margin: 1px 0 0
}

.photo-list {
    position: absolute;
    height: 100%;
    width: 85px;
    padding: 15px 5px 15px 20px;
    top: 0;
    right: 100%
}

.photo-list .scroller,
.photo-list .viewport {
    height: 100%
}

.photo-list .scroller .scrollbar {
    right: -10px
}

.photo-list .photo-item {
    display: block;
    width: 60px;
    height: 70px;
    background-color: #e3e3e3;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden; /* чтобы скрыть все, что выходит за пределы */
}

.photo-list .photo-item+.photo-item {
    margin-top: 20px
}

.add-favorites {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 19px;
    background: url(img/product-actions.png) no-repeat 0 0
}

.add-favorites:hover {
    background-position: -30px 0
}

.add-favorites.active {
    background-position: -62px 0
}

.sort-panel {
    margin-bottom: 15px;
    font-size: 14px;
    color: #6a6a6a;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.people-sort,
.view-sort-list {
    display: inline-block;
    vertical-align: middle
}

.people-sort a,
.view-sort-list a {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-color: #000;
    background: url(img/sort-icon.png) no-repeat 0 0
}

.people-sort-f.people-sort a {
    background: 0 0;
    background-color: inherit;
    display: block;
    width: auto;
    height: auto;
    font-size: 16px;
    position: relative;
    text-transform: none;
    color: #6a6a6a;
    padding-left: 0;
    width: 100%;
    display: block;
    line-height: 30px
}

.people-sort-f.people-sort a.active,
.people-sort-f.people-sort a:hover {
    color: #6e9e3b;
    text-decoration: none
}

.people-sort-f.people-sort a:before {
    display: inline-block;
    content: "";
    height: 25px;
    width: 25px;
    background: url(img/sort-icon.png) no-repeat 0 0;
    vertical-align: top;
    margin: 5px 10px 5px 0
}

.people-sort-f.people-sort a.girl-sort:before {
    background-position: -61px 0
}

.people-sort-f.people-sort a.man-sort.active:before,
.people-sort-f.people-sort a.man-sort:hover:before {
    background-position: -30px 0
}

.people-sort-f.people-sort a.girl-sort.active:before,
.people-sort-f.people-sort a.girl-sort:hover:before {
    background-position: -98px 0
}

.people-sort {
    margin-right: 5px
}

.people-sort a {
    margin-right: 15px
}

.people-sort .man-sort.active,
.people-sort .man-sort:not(.hover):hover {
    background-position: -30px 0
}

.people-sort .man-sort.active:not(.hover):hover {
    background-position: 0 0
}

.people-sort .girl-sort.active,
.people-sort .girl-sort:not(.hover):hover {
    background-position: -98px 0
}

.people-sort .girl-sort,
.people-sort .girl-sort.active:not(.hover):hover {
    background-position: -61px 0
}

.view-sort-list {
    float: right
}

.view-sort-list .view-list {
    background-position: -140px -1px
}

.view-sort-list .view-list.active,
.view-sort-list .view-list:hover {
    background-position: -241px 0
}

.view-sort-list .view-tile {
    background-position: -174px 0
}

.view-sort-list .view-tile.active,
.view-sort-list .view-tile:hover {
    background-position: -271px 0
}

.view-sort-list .view-role {
    background-position: -209px 0
}

.view-sort-list .view-role.active,
.view-sort-list .view-role:hover {
    background-position: -301px 0
}

.sort-drop {
    min-width: 175px
}

.sort-drop>span {
    position: relative;
    z-index: 3;
    text-transform: none
}

.sort-drop .dropdown-ctn {
    padding: 20px 0 0;
    min-width: 100%;
    top: -10px;
    right: -20px;
    background: #fff;
    border: 1px solid #e7e7e7
}

.sort-drop .dropdown-ctn li {
    text-align: left;
    font-size: 14px;
    padding: 0;
    white-space: nowrap
}

.sort-drop .dropdown-ctn li a {
    font-size: 14px;
    padding: 2px 0;
    padding-left: 15px;
    display: inline-block;
    text-decoration: none
}

.sort-drop .dropdown-ctn li:hover>a {
    color: #6e9e3b
}

.sort-drop .dropdown-ctn li:before {
    content: none
}

.b-crumbs {
    margin-bottom: 10px
}

.b-crumbs,
.b-crumbs a {
    color: #6a6a6a;
    font-size: 12px
}

.b-crumbs a {
    display: inline-block;
    padding-right: 8px
}

.b-crumbs a+a {
    padding-left: 8px
}

.prev-page {
    font-size: 14px;
    color: #6e9e3b !important;
    text-transform: uppercase
}

.prev-page:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 11px;
    margin-right: 10px;
    background: url(img/prev-arr.png) no-repeat center
}

.colors-b {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.colors-s {
    padding: 12px 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.colors-b .title {
    font-size: 14px;
    color: #0e0506;
    /* width: 110px; */
    margin-right: 10px;
    width: 110px;
    /* min-width: 90px; */
    text-transform: uppercase
}

.product-page .colors-b .title {
    line-height: 24px
}

.colors-b .title div {
    text-transform: none;
    font-size: 12px;
    font-style: italic
}

/* Анимация плавного исчезновения фона */
.fade-bg {
    animation: fadeToTransparent 1s ease forwards;
}

/* Описание анимации: от серого к прозрачному */
@keyframes fadeToTransparent {
    0% {
        background-color: rgb(160, 197, 134);
    }
    100% {
        background-color: transparent;
    }
}
.size-b .title span.size-name,
.size-b .title span.sizeGroup-name,
.size-b .title div.tkan-name {
    text-transform: none;
    font-size: 12px;
     color: #6e9e3b;
     text-decoration: underline;
    font-style: italic
}

.size-b .title span.size-name.inactive-link,
.size-b .title span.sizeGroup-name.inactive-link {
    color: #0e0506;
    text-decoration: none;
    cursor: default; /* Изменяем курсор на стандартный */
  }

.colors-b ul {
    cursor: default;
    margin: 0;
    text-align: left
}

.colors-s ul {
    cursor: default;
    margin: 0;
    text-align: left
}

.colors-b ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 0;
    margin: 0 10px 10px 0px
}

.colors-b ul li:before {
    content: none
}

.colors-b ul li.disabled {
    cursor: default
}

.colors-b ul li.disabled span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/disabled-color.png) no-repeat center;
    background-size: 18px 18px
}

.colors-b ul li:not(.disabled).bx_active span:after,
.colors-b ul li:not(.disabled):hover span:after,
.colors-b ul li.disabled:hover span:after,
.colors-b ul li.disabled.bx_active span:after
 {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #6e9e3b
}

.colors-b ul span {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    border: 2px solid #f0eeee;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%
}

.colors-b ul span.video  {
    background: url(img/play-button.png) no-repeat center;
    background-size: 13px 13px;
}

.colors-b ul span.noColorCode {
    font-size: 14px;
    vertical-align: top;
    color: #9f9f9f;
    text-align: center;
    line-height: 30px
}

.colors-s ul span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%
}

.price-b .title,
.size-b .title {
    width: 110px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 14px;
    color: #0e0506;
    text-transform: uppercase
}

.size-b {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.size-b ul li.stock span::after {
    position: absolute;
    top: -8px;
    right: -4px;
    width: 15px;
    height: 15px;
    background-color: #fff; /* Белый фон */
    text-align: center;
    border-radius: 50%; /* Закругленный кружок */
    font-size: 10px;
    line-height: 16px;
    z-index: 2;
    color:#ed8f8f
}

/* Специфические стили для цифры 1 */
.size-b ul li.stock.one span::after {
    content: '1';   
}

/* Специфические стили для цифры 2 */
.size-b ul li.stock.two span::after {
    content: '2';   
}

.size-b ul {
    cursor: default;
    margin: 0;
    text-align: left;
}

.size-b ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    margin: 5px 0 5px 10px;
}

.size-b ul li:before {
    content: none;
}

/* .size-b ul li.disabled {
    cursor: default;
} */

.size-b ul li.disabled span {
    opacity: .5;
}

.size-b ul li.disabled span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/disabled-color.png) no-repeat center;
    background-size: 18px 18px;
}

/* Основной стиль для всех кружков в .size-b */
.size-b ul li span {
    display: block;
    font-size: 12px;
    color: #0e0506;
    height: 33px;
    line-height: 32px;
    padding: 0 3px;
    min-width: 33px;
    text-align: center;
    border: 1px solid #78aa43;
    border-radius: 19px;
    position: relative;
    -webkit-transition: .25s ease;
    transition: .25s ease;
}

/* Серый контур вокруг кружка */
.size-b ul li.avaible span::before {
    content: '';
    position: absolute;
    top: -4.5px;
    right: -2.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #d7cbcb; /* Серый контур */
    z-index: 1;
}

/* Белый контур вокруг кружка */
.size-b ul li.avaible span::after {
    content: '';
    position: absolute;
    top: -7px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #ffffff; /* Белый контур */
    z-index: 0;
}

/* Варианты заливки кружков в зависимости от класса */
.size-b ul li.avaible.one span::before {
    background-color: #44e20e; /* Зелёный */
}

.size-b ul li.avaible.two span::before {
    background:#fff60e
}

.size-b ul li.avaible.three span::before {
    background: #ff845c;  
}

/* Если avaible есть, кружки и контуры активны */
.size-b ul li.avaible span::before,
.size-b ul li.avaible span::after {
    display: block;
}

/* Для disabled — отображаем только иконку и скрываем всё остальное */
.size-b ul li.disabled span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/disabled-color.png?u=1') no-repeat center;
    background-size: 17px 17px;
    z-index: 2; /* Задвигаем перед иконкой */
}

/* Скрываем контуры для disabled */
.size-b ul li.disabled span::after {
    display: none;
}

/* Полностью отключаем заливки и контуры у disabled */
.size-b ul li.disabled span::before {
    background-color: transparent;
    border: none;
}







.opt ul li span {
    display: block;
    font-size: 11px;
    color: #0e0506;
    line-height: 28px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    border: 1px solid #78aa43;
    border-radius: 15px;
    -webkit-transition: .25s ease;
    transition: .25s ease
} 

.size-b ul li.active span,
.size-b ul li.bx_active span,
.size-b ul li:not(.disabled):hover span {
    background-color: #8fc853;
    color: #fff
}

.matching-size {
    display: inline-block;
    width: 160px
}

.matching-size .tooltip {
    width: 275px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 115%
}

.matching-size .tooltip .tooltip-inner {
    padding: 10px 15px
}

.matching-size .tooltip .title+div {
    text-transform: none;
    color: #b4b4b4;
    margin-bottom: 10px
}

.matching-size .tooltip .title {
    text-transform: uppercase;
    color: #0e0506;
    margin-bottom: 3px
}

.matching-size .tooltip .matching-size {
    text-transform: none;
    color: #6a6a6a;
    margin-bottom: 5px
}

.matching-size .tooltip .icon-size {
    margin-right: 8px
}

.matching-size .icon-size {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 20px;
    background: url(img/matching-size.png) no-repeat 0 0
}

.matching-size .icon-size.big-size {
    background-position: -44px 0
}

.matching-size .icon-size.normal-size {
    background-position: -94px 0
}

.matching-size .icon-size:hover .tooltip {
    display: block
}

.matching-size1 .icon-size {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    margin-top: -2px;
    width: 34px;
    height: 15px;
    background: url(img/matching-size1.png) no-repeat 0 0
}

.matching-size .icon-size.big-size {
    background-position: -44px 0
}

.matching-size .icon-size.normal-size {
    background-position: -94px 0
}

.matching-size .icon-size:hover .tooltip {
    display: block
}

.matching-size .icon-size.size_status.big-size,
.review-item .matching-size .icon-size.big-size {
    background-position: -56px 0
}

.matching-size .icon-size.size_status.normal-size,
.review-item .matching-size .icon-size.normal-size {
    background-position: -120px 0
}

.product-page {
    color: #0e0506;
    margin-top: 30px
}

.product-page .photo-wrp.affix {
    position: fixed
}

.product-page .photo-wrp.affix-bottom {
    position: absolute
}

.product-page .photo-wrp.affix,
.product-page .photo-wrp.affix-bottom {
    width: 555px
}

.product-page .photo-ctn {
    position: relative;
    padding-left: 100px
}

.product-page .photo-ctn img {
    transition: 0;
    cursor: url(img/plus-zoom.cur), crosshair;
    background-color: #fbfbfb
}

.product-page .photo-list {
    right: auto;
    left: 0;
    padding: 0;
    width: 80px
}

.product-page .photo-item {
    width: 77px;
    height: 110px;
    padding-left: 0;
}

.photo-list .photo-item a img {
    display: block;
    width: 100%;
    height: 100%;
    border: none; /* Убираем границу у изображения */
    margin: 0; /* Убираем отступы у изображения */
    padding: 0; /* Убираем внутренние отступы у изображения */
    border-radius: 3px; /* Добавляем скругление углов для изображения */
}

.product-page .photo-item a {
    display: block;
    width: 100%;
    height: 100%;
    transition: border 0.3s ease;
}


.photo-list .photo-item a.cloudzoom-gallery-active,
.photo-list .photo-item a:hover {
    border-left: 3px solid #6e9e3b !important;
    border-right: 3px solid #6e9e3b !important;
    border-radius: 2px !important;
}

.product-page .reviews-top {
    float: right;
    margin-top: -65px;
    text-align: right;
    line-height: 1.2
}

.product-page .reviews-top a {
    font-size: 12px;
    color: #6e9e3b
}

.product-page .product-info .name_h {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3
}

.product-page .product-info .name_h .name {
    margin-bottom: 5px
}

.product-page .product-info .name_h .name.name_roz {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px
}

.product-page .product-info .name_h .name.name_roz~.regular_color {
    line-height: 32px
}

.product-page .product-info .name h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.product-page .product-info .name .artik {
    float: right;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    margin-top: 7px
}

.product-page .product-info .add-favorites {
    margin: 1px 10px 0 0
}

.product-page .size-set-b {
    padding: 24px 0;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-page .size-set-b .title {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px
}

.product-page .size-set-b .matching-size {
    margin: auto;
    margin-left: 0
}

.product-page .size-set-b .sizes {
    margin: auto;
    display: block;
    margin-left: 0
}

.product-page .size-set-b .title {
    display: inline-block
}

.product-page .size-set-b .size-table-btn {
    margin: auto;
    margin-right: 0
}

.product-page .size-set-b .size-table-btn:after {
    margin: auto;
    margin-left: 10px
}

.product-page .buy-b {
    padding: 40px 0;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-page .buy-btn {
    font-weight: 600;
    padding: 8px 20px
}

.product-page .price-b b {
    display: inline-block;
    font-weight: 100;
    font-size: 30px;
    color: #6e9e3b
}

.product-page .price-b b:not(.pro_old_price) {
    margin-left: 0px
}

.product-page .price-b b.pro_old_price {
    text-decoration: line-through;
    color: gray;
    font-size: 22px;
    vertical-align: top;
    margin-right: 15px;
    line-height: 40px
}

.product-page .opt-price {
    font-size: 14px;
    margin: 17px 0;
    cursor: pointer
}

.product-page .opt-price:hover {
    font-weight: 600
}

.product-page .opt-price:after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: 15px;
    height: 20px;
    background: url(img/opt-price1.png) no-repeat center
}

.product-page .terms-cooperation-btn a {
    font-size: 12px;
    text-transform: none
}

.product-page .roz-price {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-page .roz-price span {
    color: #6e9e3b
}

.product-page .roz-price div:last-child {
    font-size: 18px;
    color: #6a6a6a
}

.product-page .review-list .h5 {
    text-transform: uppercase
}

.product-page .review-item {
    margin: 0;
    padding: 30px 0
}

.product-page .review-item+.review-item {
    border-top: 1px solid #e3e3e3
}

.size-table-btn {
    color: #6e9e3b;
    cursor: pointer;
    margin-top: 13px;
    text-transform: uppercase
}

.size-table-btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 33px;
    height: 21px;
    margin-left: 10px;
    background: url(img/size-set.png) no-repeat center
}

.accordion-item {
    border-bottom: 1px solid #e3e3e3
}

.accordion-item .title {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #0e0506;
    line-height: 1.2;
    padding: 10px 0;
    background: url(img/filter-arrow.png) no-repeat center right;
    cursor: pointer
}

.accordion-item .accordion-ctn {
    display: none;
    padding-bottom: 10px;
    padding-left: 25px
}

.accordion-item .accordion-ctn p {
    font-size: 14px;
    color: #6a6a6a
}

.accordion-item.active .title {
    background-image: url(img/filter-arrow1.png)
}

.characteristics ul {
    margin: 0
}

.characteristics ul li {
    padding: 0;
    font-size: 14px;
    color: #6a6a6a
}

.characteristics ul li:before {
    content: none
}

.terms-cooperation a {
    font-size: 12px
}

.product-review-form {
    display: none;
    margin: 0 0 20px;
    padding: 20px 15px;
    border: 1px solid #c9c9c9
}

.product-review-form .form-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right
}

.product-review-form .btn {
    margin: 0
}

.product-review-form input[type=reset] {
    font-size: 12px;
    color: #6e9e3b;
    font-weight: 600;
    background: 0 0;
    border: 0;
    outline: 0;
    margin: 5px 20px 5px 0
}

.product-review-form .jq-selectbox,
.product-review-form select {
    max-width: 230px;
    border-color: #e3e3e3
}

.product-review-form .input-group input,
.product-review-form .input-group select,
.product-review-form .input-group textarea {
    border-color: #e3e3e3
}

.product-review-form .stars-wrp {
    margin: 5px 0;
    color: #6a6a6a
}

.table-price-size {
    width: 100% !important;
    margin: 10px 0 20px
}

.table-price-size tr:first-child td {
    color: #0e0506
}

.table-price-size tr:nth-child(even) td {
    background-color: #f3fbea
}

.table-price-size td {
    padding: 5px;
    border: 1px solid #e3e3e3;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #6a6a6a
}

.table-price-size .size-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.table-price-size .size-color span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.recomend {
    background: 0 0
}

.recomend .h2 {
    text-align: center;
    overflow: hidden
}

.recomend .h2 h2 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    text-align: center;
    padding: 0 15px
}

.recomend .h2 h2:after,
.recomend .h2 h2:before {
    position: absolute;
    content: '';
    top: 50%;
    height: 1px;
    width: 1000px;
    background-color: #e3e3e3;
    margin: 0
}

.recomend .h2 h2:after {
    left: 100%
}

.recomend .h2 h2:before {
    right: 100%
}

.recomend-item {
    overflow: hidden;
    display: block;
    position: relative;
    background: 0 0;
    margin: 0;
    padding: 0
}

.recomend-item .photo {
    margin: 0;
    height: 0%
}

.recomend-item .photo img {
    max-width: 100%
}

.recomend-item .name,
.recomend-item .price {
    color: #0e0506
}

.recomend-item .hover-b {
    opacity: 0;
    visibility: hidden;
    padding: 15px 15px 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.recomend-item:hover .hover-b {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible
}

.history-table>a {
    float: left;
    /* margin-right: 80px; */
    /* margin-top: -50px */
}

.history-table table {
    width: 100%;
    padding: 10px;
    position: middle
}

.history-table thead th {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #bed85d;
    border: 1.5px solid #d8eec1;
    border-width: 1px 0;
    padding: 15px 0;
    text-align: center;
    margin-left: 150px;
    vertical-align: middle;
    float: none
}

.history-table td a {
    /* border-bottom: none; */
    float: none;
    font-size: 16px;
    color: #484848 !important;
    padding: 20px 0;
    text-align: center
}

.history-table td {
    float: none;
    font-size: 16px;
    color: #484848;
    border-bottom: 1px solid #d8eec1;
    padding: 20px 0;
    text-align: center
}

.history-table .in {
    text-align: left
}

.history-table .photo {
    height: 120px;
    width: 80px;
    margin-left: 10px;
    margin-right: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.history-table .show-btn {
    display: block;
    position: relative;
    /* min-width: 125px */
}

.history-table .show-btn span {
    display: none
}

/* .history-table .show-btn span:first-child {
    display: inline-block
} */
.m_catalog_head_mini_nav li:first-child {
    margin-left: 0;
    position: sticky;
    left: 0;
    z-index: 1;
}

.history-table .show-btn.active span:first-child {
    display: none
}

.history-table .show-btn.active span {
    display: inline-block
}

.history-table .show-btn:after {
    content: '';
    position: absolute;
    /* right: 0; */
    top: 50%;
    margin-top: -3.5px;
    width: 14px;
    height: 7px;
    background: url(img/more-icon1.png) no-repeat center
}

.history-table .show-btn.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.history-table .i-tr.active{ 
    background-color: #c6dbc2;
}

.history-table .i-tr-h>td {
    padding: 0
}

.history-table .hid-t {
    display: none;
    background-color: #f8fef2
}

.history-table .hid-t .name {
    font-size: 18px;
    color: #6e9e3b;
    padding: 0 0 4px
}

.history-table .hid-t .info i,
.history-table .hid-t .info span {
    display: block;
    padding: 5px 0
}

.history-table .hid-t tr:last-child td {
    border: 0
}

.history-table .hid-t td {
    vertical-align: top;
    padding: 20px 0;
    font-size: 14px
}

.history-table .hid-t td:first-child {
    vertical-align: top
}

.history-table .hid-t td tr td.gray_f {
    color: #929292
}

.history-table .hid-t td tr td {
    padding: 4px 0;
    border: 0;
    text-align: center
}

.history-table .hid-t td tr td span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 2px 3px;
    min-width: 50px;
    max-width: 70px
}

.history-table .hid-t td .titles td {
    color: #484848;
    vertical-align: middle;
    text-align: left;
    font-style: italic
}

.your-discount {
    float: right;
    margin-top: -45px;
    font-size: 18px;
    color: #6e9e3b;
    font-weight: 700;
    font-style: italic;
    cursor: pointer
}

.your-discount:after {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-left: 10px;
    height: 19px;
    background: url(img/answer.png) no-repeat center
}

.edit-btn,
.edit-btn_cart4 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    font-size: 12px;
    color: #6e9e3b;
    text-transform: none;
    cursor: pointer
}

.edit-btn:before,
.edit-btn_cart4:before {
    content: '';
    background: url(img/all-icons.png) no-repeat -179px 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    width: 18px;
    height: 18px
}

.edit-btn span:last-child {
    display: none
}

.edit-wrapper.active .result {
    display: none !important
}

.edit-wrapper.active .input {
    display: block !important
}

.edit-wrapper.active .edit-btn span {
    display: block
}

.edit-wrapper.active .edit-btn span:first-child {
    display: none
}

.edit-wrapper.active .edit-btn:before {
    content: none
}

.edit-wrapper.active .form-action {
    display: block
}

.profile-info {
    margin-bottom: 50px
}

.profile-info .edit-btn {
    margin-left: 30px
}

.data-form {
    padding-left: 95px;
    max-width: 470px
}

.data-form .input-group {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.data-form .input-group input,
.data-form .input-group select,
.data-form .input-group textarea {
    margin: 0;
    /* width: 300px; */
    font-size: 16px
}

.data-form .input-group input+input,
.data-form .input-group select+input,
.data-form .input-group textarea+input {
    margin-top: 5px
}

.data-form .input-group .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none;
    margin-top: -7px
}

.data-form .input-group .result {
    font-size: 18px;
    color: #484848;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.data-form .input-group .label {
    width: 100px;
    padding: 2px;
    font-size: 14px;
    color: #8e8e8e
}

.data-form .form-action {
    display: none
}

.data-form .form-action.modal-form {
    margin: -15px 0 25px
}

.data-form .form-action.modal-form .btn {
    margin: 0
}

.data-form .add-data .input-group {
    display: none
}

.data-form .add-data .no-add {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.data-form .add-data .no-add a {
    display: inline-block;
    font-size: 14px;
    color: #6e9e3b
}

.data-form .add-data .no-add a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 26px;
    margin-right: 10px;
    background: url(img/add.png) no-repeat center
}

.profile-proxies .input-wrp {
    margin-bottom: 30px
}

.profile-proxies .input-group {
    margin-bottom: 0
}

.profile-proxies.edit-wrapper.active .input-group {
    margin-bottom: 10px
}

.custom-tabs ul,
.custom-tabs-opt ul,
.custom-tabs-product ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.custom-tabs-opt ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 30px 10px;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    border: 1px solid transparent;
    border-bottom-color: #6e9e3b;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    cursor: pointer
}

.custom-tabs-opt ul li.active {
    border-color: #6e9e3b;
    border-bottom-color: transparent;
    cursor: default;
    background: #f8fef2
}

.custom-tabs-opt ul li:before {
    content: none
}

.custom-tabs-product ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid transparent;
    border-bottom-color: #d4d4d4;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    cursor: pointer
}

.custom-tabs-product ul li.active {
    border-color: #d4d4d4;
    border-bottom-color: transparent;
    cursor: default;
    background: #f8fef2
}

.custom-tabs-product ul li:before {
    content: none
}

.custom-tabs ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 5px 10px;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    border: 1px solid transparent;
    border-bottom-color: #cecece;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    cursor: pointer
}

.custom-tabs ul li.active {
    border-color: #cecece;
    border-bottom-color: transparent;
    cursor: default
}

.custom-tabs ul li:before {
    content: none
}

.member-b {
    float: right;
    width: 375px;
    padding: 0;
    height: 455px;
    background: url(img/member-bg.png) no-repeat
}

.member-b:hover .circle {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.member-b,
.member-b .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.member-b .circle {
    width: 275px;
    height: 275px;
    background-color: rgba(117, 202, 54, .6);
    border-radius: 50%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.member-b p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase
}

.member-b a {
    display: inline-block;
    color: #3c3c3c !important;
    font-size: 18px
}

.cart-steps ul {
    padding: 0 0 0 295px;
    margin: -73px 0 0;
    border-bottom: 1px solid #d8eec1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.cart-steps li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding: 20px 0 20px 80px;
    margin: 0;
    font-size: 14px;
    color: #0e0506;
    line-height: 16px
}

.cart-steps li span {
    display: block;
    font-size: 12px;
    color: #6e9e3b;
    text-transform: uppercase
}

.cart-steps li:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -19px;
    width: 42px;
    height: 38px;
    background: url(img/cart-steps.png) no-repeat 0 0;
    border-radius: 0
}

.cart-steps li:nth-child(2):before {
    background-position: -56px 0
}

.cart-steps li:nth-child(3):before {
    background-position: -130px 0
}

.cart-steps li:nth-child(4):before {
    background-position: -200px 0
}

.cart-steps li.active:after,
.cart-steps li.completed:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #6e9e3b
}

.cart-steps li.active:before,
.cart-steps li.completed:before {
    background-position-y: -51px
}

.cart-steps li.completed {
    color: #929292
}

.step-item h3 {
    font-size: 18px;
    color: #0e0506;
    border-bottom: 2px solid #e3e3e3;
    padding: 15px 0
}

.step-item .input-wrp {
    padding: 0 95px 20px 100px
}

.step-item .h2 {
    margin: 1em 0
}

.step-item .h2:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin-top: 8px;
    background-color: #6e9e3b
}

.step-item .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.step-item .input-group .input,
.step-item .input-group .jq-selectbox,
.step-item .input-group input,
.step-item .input-group select,
.step-item .input-group textare {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    margin: 0
}

.step-item .input-group .label {
    width: 100px;
    padding: 6px 0
}

.step-item p {
    font-size: 16px;
    line-height: 1.2;
    text-align: left
}

.step-item small {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2
}

.step-item hr {
    border-top: 1px solid #bbb
}

.step-item select {
    width: 100%;
    margin-bottom: 10px
}

.step-item .to-pay {
    padding: 20px 0;
    font-size: 18px;
    text-transform: uppercase
}

.step-item .to-pay b {
    font-weight: 600
}

.step-item .form-action,
.step-item .to-pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  
}

.to-pay {
      border-top: 1px solid #b1dd83;
      border-bottom: 1px solid #b1dd83
}

.step-item .form-action {
    padding: 30px 0
}

.step-item .form-action .btn {
    margin: 10px 0 10px 10px;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: auto;
}

.step-item .data-form {
    max-width: none;
    margin: 0;
    padding: 0
}

.step-item .data-form .edit-item {
    padding: 30px 0;
    border-top: 1px solid #dedede
}

.step-item .data-form .edit-item:first-child {
    border-top: 0;
    padding-top: 15px
}

.step-item .data-form .input-group {
    margin: 0
}

.step-item .data-form .input-group .label {
    width: 200px;
    text-transform: uppercase;
    font-size: 16px;
    color: #3c3c3c;
    padding: 0
}

.step-item .data-form .input-group .result {
    font-size: 16px;
    color: #929292
}

.step-item .data-form .input-group .input {
    display: none;
    margin-top: -7px
}

.step-item .data-form .input-group .input *+* {
    margin-top: 5px
}

.step-item .data-form .form-action {
    display: none;
    padding: 0;
    border: 0;
    margin-top: 10px
}

.step-item .data-form .form-action .edit-bnt {
    font-size: 12px
}

.step-item .data-form .edit-wrapper.active .form-action,
.step-item .data-form .edit-wrapper.active .input {
    display: block
}

.step-item .data-form .edit-btn {
    top: 0;
    font-size: 0
}

.product-table {
    font-size: 14px;
    color: #484848
}

.product-table .table-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #e3e3e3;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
    color: #0e0506
}

.product-table .table-header small {
    font-size: 14px
}

.product-table table {
    display: block;
    width: 100%
}

.product-table table td {
    vertical-align: top;
    float: none;
    padding: 0 0 15px
}

.product-table table tr+tr td {
    padding-top: 10px;
    border-top: 1px solid #f1f1f1
}

.product-table table tr:last-child td {
    padding-bottom: 0
}

.product-table table .col-xs-9 {
    max-width: 840px
}

.product-table .photo {
    height: 150px;
    /* width: 140px; */
    border-radius: 10px; 
    /* margin-top: 20px; */

    background-size: contain;
    background-repeat: no-repeat;
/*     background-position: center */
}

.product-table .name {
    font-size: 18px;
    color: #6e9e3b;
    padding: 0 0 4px
}

.product-table .info i,
.product-table .info span {
    display: block;
    padding: 5px 0;
    margin-right: 50px
}

.product-table .table-wrp {
    padding: 40px 0 20px
}

.product-table .remove {
    font-size: 12px;
    visibility: hidden
}

.basket_step_1 .product-table .remove {
    visibility: visible
}

.basket_step_1 .product-table table {
    display: table
}

.basket_step_1 .colors-b {
    border-bottom: none
}

.product-table .remove.active {
    visibility: visible
}

.product-table .remove:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url(img/close-icon.png) no-repeat center;
    background-size: contain
}

.product-table .scroller,
.product-table .viewport {
    height: 500px
}

.product-table .scroller .overview,
.product-table .viewport .overview {
    width: 100%
}

.product-table .scroller-horizontal,
.product-table .scroller-horizontal .viewport {
    height: auto;
    width: 100%
}

.product-table .scroller-horizontal .overview {
    width: auto
}

.product-table .scroller-horizontal .scrollbar {
    bottom: -35px
}

.table-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.table-info .scroller.scroller-horizontal {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.table-info .scroller.scroller-horizontal .viewport {
    position: absolute;
    height: 100%;
    top: 0;
    box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.5); 
    left: 0
}

.table-info .tr {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 40px;
    max-width: 65px;
    text-align: center;
    margin-right: 17px;
    /* margin-left: 10px */
}

.table-info .roz-tr {
    margin-right: 0px;
    margin-left: 10px;
}

.table-info .tr .td {
    padding: 7px 4px
}

.table-info .tr .td .s_p {
    display: none
}

.table-info .tr .td .avaible {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #d7cbcb; 
    margin: 0 auto;
    vertical-align: middle;
}
.table-info .tr .td .avaible.one {
    background:#44e20e
}

.table-info .tr .td .avaible.two {
    background:#fff60e
}

.table-info .tr .td .avaible.three {
    background: #ff845c;  
}
.table-info .tr.disabled .td .s_p {
    display: block
}

.table-info .tr.disabled .td .f_p {
    display: none
}

.table-info .tr.disabled.active,
.table-info .tr.disabled.active .td {
    color: #929292;
    background: transparent
}

.table-info .tr .old-price {
    text-decoration: line-through
}

.table-info .tr .price {
    color: #000
}

.table-info .tr .sale {
    color: #929292
}

.table-info .tr .td:nth-child(6) {
    height: 25px
}

.table-info .tr .td:nth-child(5) {
    height: 25px
}

.table-info .tr .td:nth-child(4) {
    color: #929292;
    height: 25px
}

.table-info .tr .td:nth-child(3) {
    color: #929292;
    height: 25px
}

.table-info .tr .td:nth-child(2) {
    color: #929292;
    padding: 0;
    height: 60px
}

.table-info .tr .td:first-child {
    font-size: 12px;
    height: 35px;
    padding: 0
}

.table-info .tr.titles {
    font-style: italic;
    text-align: left;
    width: 115px;
    min-width: 0;
    margin-right: 50px
}

.table-info .tr.titles .td {
    font-size: 14px;
    color: #484848;
    width: 115px;
    min-width: 115px
}

.table-info .tr.titles .td:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center
}



.table-info .td:first-child {
    line-height: 1.2
}

.quantity-b {
    display: inline-block;
    height: 64px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    overflow: hidden
}

.quantity-b a {
    display: block;
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none;
    background: #b1dd83
}

.quantity-b a:hover {
    background: #9bdb58
}

.quantity-b .unactive {
    background: #d9d9d9;
    pointer-events: none
}

/* .quantity-b .unactive:hover { */
    /* display: none */
/* } */

.quantity-b input {
    display: block;
    width: 100%;
    color: #929292;
    height: 26px;
    border: 0;
    margin: 0;
    outline: 0;
    text-align: center;
    background: #fff
}

.quantity-b .off {
    display: block;
    width: 100%;
    color: #d9d9d9;
    height: 26px;
    border: 0;
    margin: 0;
    outline: 0;
    text-align: center;
    background: #fff
}

.disabled .quantity-b {
    pointer-events: none
}

.disabled .quantity-b a {
    background: #d9d9d9
}

.disabled .quantity-b input {
    color: #b5b5b5;
    background: #fff
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0)
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
}

@-webkit-keyframes anim-close-no {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(.6)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0) scale(.6)
    }
}

@keyframes anim-close-no {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0) scale(.8);
        transform: translate3d(0, 30px, 0) scale(.8)
    }
}

.ui-datepicker {
    z-index: 8011 !important
}

.modal-b {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    height: auto;
    overflow: auto;
    overflow-y: scroll;
    z-index: 8010;
    display: none;
    background: rgba(28, 28, 28, .7)
}

.modal-b.close,
.modal-b.open {
    display: block
}

.modal-b.close .modal-ctn,
.modal-b.open .modal-ctn {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal-b.close {
    z-index: 8000
}

.modal-b.open .modal-ctn {
    -webkit-animation-name: anim-open;
    animation-name: anim-open
}

.modal-b.close .modal-ctn {
    -webkit-animation-name: anim-close;
    animation-name: anim-close
}

.modal-b.no-transition.close {
    background: 0 0
}

.modal-b.no-transition.close .modal-ctn {
    -webkit-animation-name: anim-close-no;
    animation-name: anim-close-no
}

.modal-b.no-anim .modal-ctn {
    -webkit-animation-name: none;
    animation-name: none
}

.modal-b.no-anim.close {
    display: none
}

#alert .alert-close {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    outline: 0;
    background: url(img/close-icon.png) no-repeat center;
    background-size: contain
}

.modal-b .modal-close {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 25px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    outline: 0;
    background: url(img/close-icon.png) no-repeat center;
    background-size: contain
}

.modal-b .modal-ctn {
    position: relative;
    top: 40px;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto 40px;
    padding: 0 5px
}

.modal-b .modal-wrp {
    position: relative;
    padding: 25px 30px 30px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(4, 4, 4, .35)
}



.modal-b h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 30px;
    border-bottom: 2px solid #6e9e3b;
    padding: 0 40px 10px 12px
}

.modal-b .form-action {
    text-align: center;
    margin-top: 15px
}

.modal-b .form-action.item-right {
    text-align: right;
    margin-top: 25px
}

.modal-b .form-action.flex-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px
}

.modal-b .btn {
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    margin: 5px 0
}

.modal-b .content {
    padding: 0 65px
}

.modal-b .terms {
    font-size: 14px;
    padding: 20px 0
}

.modal-b .terms span {
    color: #6e9e3b
}

.modal-b .terms .checkbox-box {
    margin-right: 10px
}

.modal-b .prev-page {
    font-size: 14px
}

.double-btn-wrapper {
    display: flex;
    /* width: fit-content; */
    max-width: 100%;
  }
  
  .small-btn {
    flex: 1 1 50%;
    padding: 15px 0;
    font-size: 14px;
    color: #6e9e3b;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    border: 1px solid #6e9e3b;
    outline: 0;
    line-height: 1.2;
    transition: .25s ease;
  }
  
  .left-btn {
    border-right: none; /* чтобы границы не дублировались */
    border-radius: 4px 0 0 4px;
  }
  
  .right-btn {
    border-radius: 0 4px 4px 0;
  }

.modal-b .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.modal-b .input-group .label {
    font-size: 14px;
    color: #929292;
    width: 100px;
    padding: 5px 0;
    min-width: 100px;
    max-width: 100px
}

.modal-b .input-group input,
.modal-b .input-group textarea {
    margin: 0
}

.modal-b .input-group.kod .label {
    width: 185px;
    min-width: 185px;
    max-width: 185px
}

.modal-b .radio-group label {
    display: inline-block;
    width: 48%;
    border: 0
}

.modal-b select {
    width: 100%
}

.modal-b hr {
    border-color: #bbb
}

.modal-b a {
    color: #6e9e3b
}

.modal-b p {
    font-size: 16px;
    line-height: 1.2
}

.modal-b .stars-wrp {
    width: 100%
}

.modal-b .portmone .form-action a {
    display: block;
    padding: 6px;
    width: 100%;
    max-width: 170px;
    border: 1px solid #d7d7d7;
    margin: 5px 0
}

.modal-b .history-form .input-group {
    margin: 25px 0
}

.modal-b .history-form .input-group span {
    padding: 5px 10px 5px 15px;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-b .history-form .input-group span:first-of-type {
    padding-right: 15px;
    padding-left: 0
}

.modal-b .history-form .input-group input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.modal-b .reg-form label {
    position: relative
}

.modal-b .reg-form .answer {
    position: absolute;
    left: 100%;
    top: 10px;
    margin-left: 20px;
    width: 18px;
    height: 19px
}

.modal-b .reg-form .answer a:hover+.tooltip {
    display: block
}

.modal-b .reg-form .answer .answer-icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(img/answer.png) no-repeat center
}

.modal-b .reg-form .answer .tooltip {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 180px;
    max-width: 200px
}

.modal-b .reg-form .answer .tooltip .tooltip-inner {
    padding: 5px;
    text-align: center
}

.select-list {
    border-bottom: 1px solid #bbb
}

.select-list label {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    margin-bottom: 20px;
    cursor: pointer
}

.select-list label input {
    display: none
}

.select-list span {
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 11px;
    text-transform: uppercase;
    border: 1px solid #bbb;
    -webkit-transition: .25s ease;
    transition: .25s ease
}

.select-list span:hover {
    background: #6e9e3b;
    color: #fff;
    border-color: #6e9e3b
}

.select-list input:checked+span {
    border-color: #6e9e3b;
    box-shadow: 0 0 0 1px #6e9e3b
}

.select-list-f {
    border-bottom: 1px solid #bbb
}

.select-list-f a {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    margin-bottom: 20px;
    cursor: pointer
}

.select-list-f span {
    color: #3c3c3c;
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 11px;
    text-transform: uppercase;
    border: 1px solid #bbb;
    -webkit-transition: .25s ease;
    transition: .25s ease
}

.select-list-f .active span,
.select-list-f span:hover {
    background: #6e9e3b;
    color: #fff;
    border-color: #6e9e3b
}

.checkbox input {
    display: none
}

.checkbox .checkbox-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #6e9e3b
}

.checkbox .checkbox-box:after {
    content: none;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 3px;
    left: 3px;
    background: #6e9e3b
}

.checkbox input:checked+.checkbox-box {
    border-color: #6e9e3b
}

.checkbox input:checked+.checkbox-box:after {
    content: ''
}

.modal-b .product-popup {
    top: 0;
    width: auto;
    max-width: 1100px;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    min-height: 480px
}

.modal-b .product-popup .modal-wrp {
    height: 100%;
    border-radius: 10px
}

.modal-b .product-popup #product-popup {
    height: 100%
}

.modal-b .product-popup .product-popup-name {
    text-transform: none;
    display: inline-block;
    margin-right: 15px
}

.modal-b .product-popup .product-popup-form,
.modal-b .product-popup #product-popup > .product-table {
    height: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-b .product-popup .product-popup-header i {
    font-size: 14px
}

.modal-b .product-popup .product-popup-colors {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    text-align: center;
    border: 0;
    padding: 0
}

.modal-b .product-popup .product-popup-colors-title,
.modal-b .product-popup .product-popup-colors-list {
    width: auto;
    display: inline-block
}

.modal-b .product-popup .product-popup-colors-list {
    padding-left: 20px
}

.modal-b .product-popup .product-popup-color-option {
    margin-bottom: 0
}

.modal-b .product-popup .product-popup-bottom {
    margin-top: auto;
    padding: 0px 10px; 
    /* display: none; */
}

.modal-b .product-popup .product-popup-table-wrp {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 0;
    margin: 5px 0 10px
}

.modal-b .product-popup .product-popup-table-wrp>.product-popup-table-scroll,
.modal-b .product-popup .product-popup-table-wrp>.product-popup-table-scroll>.product-popup-table-viewport {
    height: 100%;
    position: absolute;
    width: 99.9%;
    height: 100%;
    left: 0;
    top: 0
}

.modal-b .product-popup .product-popup-color-marker {
    padding: 0;
    border: 0;
    margin-right: 10px;
    margin-top: 3px
}

.modal-b .product-popup .product-popup-color-marker ul {
    padding: 0
}

.modal-b .product-popup .product-popup-color-marker li {
    margin: 0
}

.modal-b .product-popup .product-popup-color-marker li:hover span:after {
    content: none
}

.modal-b .product-popup .product-popup-info-cell .product-popup-photo {
    margin-left: 0
}

.modal-b .product-popup .product-popup-info-cell .product-popup-model-name,
.modal-b .product-popup .product-popup-info-cell .product-popup-color-name,
.modal-b .product-popup .product-popup-info-cell .product-popup-material-name {
    padding: 0;
    min-width: 120px
}

.modal-b .product-popup .product-popup-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #b1dd83;
    padding: 20px 0;
    font-size: 18px;
    text-transform: uppercase
}

.modal-b .product-popup .product-popup-total-value {
    font-weight: 600
}

.modal-b .product-popup .product-popup-actions {
    margin: 0;
    padding: 25px 0 0;
    border-top: 1px solid #b1dd83
}

.modal-b .product-popup .product-popup-actions .btn {
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px
}

.modal-b .product-popup .product-popup-submit-button {
    margin: 10px
}

.modal-b .table-size-popup {
    max-width: 1120px
}

.modal-b .table-size-popup h2 {
    border: 0;
    color: #73b032;
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 0
}

.modal-b .table-size-popup .row {
    margin: 0
}

.modal-b .table-size-popup p {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 18px
}

.modal-b .table-size-popup p b {
    font-size: 14px;
    font-weight: 400;
    color: #0e0506
}

.modal-b .table-size-popup img {
    max-width: 100%
}

.table-size-b {
    clear: both;
    color: #484848;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #8fc853
}

.table-size-b .table-head {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0;
    background-color: #8fc853
}

.table-size-b table {
    width: 100%
}

.table-size-b thead {
    font-size: 12px
}

.table-size-b thead small {
    font-size: 10px
}

.table-size-b thead big {
    font-size: 14px
}

.table-size-b thead td {
    background: #f0f0f0;
    border: 1px solid #e9e9e9
}

.table-size-b thead td:first-child {
    border-width: 0 1px
}

.table-size-b thead tr:last-child td {
    border-bottom: 1px solid #dcdcdc
}

.table-size-b thead tr:first-child td {
    border-right: 1px solid #c8c8c8
}

.table-size-b thead tr:first-child td:last-child {
    border-right-color: transparent
}

.table-size-b tbody td {
    background: #fff
}

.table-size-b tbody tr:nth-child(even) td {
    background-color: #f3fbea
}

.table-size-b tbody td:nth-child(2)~td {
    border-right: 1px solid #e9e9e9
}

.table-size-b table tr td {
    text-align: center;
    padding: 8px 5px
}

.table-size-b table tr td:nth-child(2) {
    text-align: left
}

.table-size-b table tr td:first-child {
    padding: 8px 2px
}

.table-size-b table tr td:first-child,
.table-size-b table tr td:nth-child(13),
.table-size-b table tr td:nth-child(17),
.table-size-b table tr td:nth-child(2),
.table-size-b table tr td:nth-child(5),
.table-size-b table tr td:nth-child(9) {
    border-right: 1px solid #c8c8c8
}

.history-table .table-info .tr.titles {
    width: 140px;
    min-width: 140px
}

.history-table .table-info .scroller.scroller-horizontal .viewport {
    height: auto;
    width: 100%
}

.history-table .scroller.scroller-horizontal .scrollbar {
    bottom: -28px;
    z-index: 1
}

.zoom-canvas {
    position: absolute;
    left: 103%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#product-review-form {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.podrob-b {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.podrob-b .more {
    font-size: 16px
}

.podrob-b .more:hover+.tooltip {
    display: block
}

.podrob-b .tooltip {
    width: 570px;
    left: 30%;
    bottom: 115%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.podrob-b .tooltip:hover {
    display: block
}

.podrob-b .tooltip:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 6px
}

.podrob-b .tooltip-inner {
    padding: 0 20px 15px
}

.podrob-b h2 {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400
}

.podrob-b h3 {
    font-size: 15px;
    margin: 10px 0;
    font-weight: 400
}

.podrob-b h4 {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.podrob-b h6 {
    font-size: 15px;
    margin: 10px 0
}

.podrob-b p {
    margin: 0
}

.podrob-b li,
.podrob-b p {
    font-size: 13px
}

.radio-ctn .radio-item {
    display: none
}

.radio-ctn .radio-item.active {
    display: block
}

.product_review_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    display: none
}

.user_delivery_newpost_form_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    display: none
}

.user_delivery_transport_form_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    display: none
}

.profile_form_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    display: none
}

.user_paytype_form_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    display: none
}

.change_profile_form_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    display: none
}

.proxy_form_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    display: none
}

.change_password_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    display: none
}

.recall_content_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 53px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: none
}

.add_map_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 50px;
    padding: 0 10px;
    display: none
}

.partner_callback_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
    display: none
}

.history_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 50px;
    padding: 0 10px;
    display: none
}

.feedback_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 22px;
    line-height: 53px;
    padding: 0 10px;
    display: none
}

#modal--mail-form .feedback_thanks_text {
    font-size: 16px
}

.subcribe_thanks_text {
    color: #70ae20;
    text-transform: uppercase;
    outline: 0;
    font-size: 22px;
    line-height: 53px;
    padding: 0 10px;
    display: none
}

.catalog_holder {
    clear: both
}

.catalog_holder .pagination_holder {
    display: none
}

.pagination_holder .paginate {
    text-align: center;
    display: block;
    width: 100%
}

.pagination_holder .paginate li {
    display: inline-block;
    margin: 5px;
    padding: 0
}

.pagination_holder ul.paginate li:before {
    display: none !important
}

.pagination_holder .paginate li a,
.pagination_holder .paginate li span {
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #6e9e3b;
    color: #fff;
    text-decoration: none;
    transition: .5s
}

.pagination_holder .paginate li.active span {
    background: #ddd
}

.pagination_holder .paginate li a:hover {
    transform: scale(1.15)
}

#alert {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .6);
    background: #fff;
    display: none;
    padding: 20px 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
    width: 300px;
    z-index: 99999;
    text-align: center;
    border: 1px solid #bbb
}

#alert p {
    font-size: 18px;
    font-weight: 700;
    color: #ff3636
}

.rating_input {
    float: right
}

.rating_recall a,
.rating_recall span {
    display: block;
    width: 15px;
    height: 15px;
    background: url(img/stars_i.png) no-repeat -15px 0;
    float: left;
    margin: 0 3px 0 0
}

.rating_recall a.yellow,
.rating_recall span.yellow {
    background: url(img/stars_i.png) no-repeat
}

.vote_recall.hov_recall,
.vote_recall.hov_recall_click {
    background: url(img/stars_i.png) no-repeat;
    cursor: pointer
}

.reg_btns a.btn {
    display: none
}

.reg_btns a.btn.active {
    display: inline-block
}

.hidden_reg_btn,
.hidden_reg_btn_regular {
    display: none !important
}

.change_phone {
    display: none
}

.change_email {
    display: none
}

.change_profile {
    display: none !important
}

.payform {
    display: none
}

.portmone_currency {
    display: inline-block;
    line-height: 32px;
    color: #929292;
    padding: 0 5px
}

.clr {
    display: block;
    width: 100%;
    clear: both
}

.filter .checkbox .row_checked input {
    display: inline-block;
    vertical-align: middle
}

.filter .checkbox .row_checked label {
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle
}

.filter .checkbox .row_checked:hover label {
    color: #6e9e3b
}

.no_products_find {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    background: #f7f7f7;
    padding: 20px 5px;
    width: 100%
}

#selector_error {
    display: none
}

.catalog_holder .products-list .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

.catalog_holder .products-list .row .col-md-4 {
    float: none;
    display: inline-flex
}

.product-list .hidden_product {
    position: relative;
    display: none !important
}

.product-list.catalog_archive .hidden_product {
    display: block !important
}

.product-list .product_group .not_available,
.product-list .product_model .not_available {
    display: none
}

.search_filter {
    position: relative
}

.search_filter>input {
    display: inline-block;
    width: 100%;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #bbb;
    height: 32px;
    font-size: 14px;
    margin-bottom: 10px
}

.search_filter>.remove_search {
    background: url(img/filter_search_close.png);
    background-size: 20px 20px;
    display: block;
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: .5s
}

.load_more_holder {
    text-align: center
}

.np_val {
    display: inline-block;
    width: 100%;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #bbb;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    background: #eee;
    cursor: not-allowed;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    margin: 0;
    overflow: hidden
}

/* .not_available_product .info .price-picker,
.not_available_product .product_blocks_right .opt-price,
.not_available_product .product_blocks_right .product_btn {
    display: none !important
} */


/* .not_available_product .product_blocks_right .product_btn {
    display: none !important
} */

.cssload-jumping {
    position: relative;
    display: block;
    margin: 113px auto;
    width: 124px
}

.cssload-jumping,
.cssload-jumping * {
    box-sizing: border-box
}

.cssload-jumping span {
    display: inline-block;
    height: 17px;
    width: 17px;
    background: #6e9e3b;
    border-radius: 563px;
    background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box
}

.cssload-jumping span:nth-child(1) {
    animation: scale 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045)
}

.cssload-jumping span:nth-child(2) {
    animation: scale 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045)
}

.cssload-jumping span:nth-child(3) {
    animation: scale 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045)
}

.cssload-jumping span:nth-child(4) {
    animation: scale 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045)
}

.cssload-jumping span:nth-child(5) {
    animation: scale 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045)
}

@keyframes scale {
    0% {
        transform: scale(0)
    }
    25% {
        transform: scale(.9, .9);
        background: #6e9e3b
    }
    50% {
        transform: scale(1, 1);
        margin: 0 3px;
        background: #6e9e3b
    }
    100% {
        transform: scale(0)
    }
}

@-o-keyframes scale {
    0% {
        -o-transform: scale(0)
    }
    25% {
        -o-transform: scale(.9, .9);
        background: #6e9e3b
    }
    50% {
        -o-transform: scale(1, 1);
        margin: 0 3px;
        background: #6e9e3b
    }
    100% {
        -o-transform: scale(0)
    }
}

@-ms-keyframes scale {
    0% {
        -ms-transform: scale(0)
    }
    25% {
        -ms-transform: scale(.9, .9);
        background: #6e9e3b
    }
    50% {
        -ms-transform: scale(1, 1);
        margin: 0 3px;
        background: #6e9e3b
    }
    100% {
        -ms-transform: scale(0)
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0)
    }
    25% {
        -webkit-transform: scale(.9, .9);
        background: #6e9e3b
    }
    50% {
        -webkit-transform: scale(1, 1);
        margin: 0 3px;
        background: #6e9e3b
    }
    100% {
        -webkit-transform: scale(0)
    }
}

@-moz-keyframes scale {
    0% {
        -moz-transform: scale(0)
    }
    25% {
        -moz-transform: scale(.9, .9);
        background: #6e9e3b
    }
    50% {
        -moz-transform: scale(1, 1);
        margin: 0 3px;
        background: #6e9e3b
    }
    100% {
        -moz-transform: scale(0)
    }
}

.catalog_type_5 .product_group .opt-price.btn-modal {
    display: none
}

.h1_mob {
    display: none
}

.show_mobile_contact {
    display: none
}

.cart_swiper {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(img/complect_disabled.png) no-repeat 0 0;
    background-size: 22px 22px;
    margin: 5px 3px
}

.cart_swiper.cart_swiper_one {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(img/complect.png) no-repeat 0 0;
    background-size: 22px 22px;
    margin: 5px 3px
}

.call_viber {
    display: block;
    position: fixed;
    display: block;
    bottom: 80px;
    right: 40px;
    width: 60px;
    height: 60px;
    z-index: 5;
    opacity: 1;
    cursor: pointer
}

.call_viber img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5px
}

.slick-dots li {
    margin: 4px;
    padding-left: 0;
    top: -40px;
    display: flex
}

.slick-dots li button {
    outline: 0 !important;
    font-size: 0;
    background: #e0dfdf;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block
}

.slick-dots li.slick-active button {
    background: #6e9e3b
}

ul.slick-dots li:before {
    display: none !important
}

.item_images_mobile .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 25%
}

.item_images_mobile .arrow.right {
    right: 0
}

.item_images_mobile .arrow span {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    z-index: 2;
    border: 2px solid transparent
}

.item_images_mobile .arrow.left.slick-disabled span,
.item_images_mobile .arrow.right.slick-disabled span {
    display: none;
}

.item_images_mobile .arrow.left span {
    background: url(img/arrow-left.png) no-repeat;
    left: 0;
    transform: translate(0, -50%);
    background-position: center;
    -webkit-background-size: 80%;
    background-size: 80%;
    opacity: 1
}

.item_images_mobile .arrow.right span {
    background: url(img/arrow-right.png) no-repeat;
    right: 0;
    transform: translate(0, -50%);
    background-position: center;
    -webkit-background-size: 80%;
    background-size: 80%;
    opacity: 1
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

@keyframes swingleft {
    from {
        margin-left: -5px
    }
    to {
        margin-left: 5px
    }
}

@keyframes swingright {
    from {
        margin-right: -5px
    }
    to {
        margin-right: 5px
    }
}

.sc_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
    position: relative
}

.sc_holder .tpl_sc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    transition: .5s
}

.sc_holder .tpl_sc:hover {
    opacity: .7;
    text-decoration: none
}

.sc_holder .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%
}

.sc_holder .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #e0dfdf;
    border-radius: 50%;
    margin: 5px
}

.sc_holder .owl-dots .owl-dot.active {
    background: #6e9e3a
}

.sc_holder.owl-carousel .owl-nav button.owl-next {
    font-size: 26px;
    background: 0 0;
    border: none;
    width: 32px;
    height: 40px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -20px;
    transition: .5s;
    color: #000
}

.sc_holder.owl-carousel .owl-nav.disabled {
    display: block
}

.sc_holder.owl-carousel .owl-nav button.owl-prev {
    font-size: 26px;
    background: 0 0;
    border: none;
    width: 32px;
    height: 40px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -20px;
    transition: .5s;
    color: #000
}

.sc_holder .owl-next:hover,
.sc_holder .owl-prev:hover {
    color: #6e9e3b
}

.step-item {
    clear:both;
}

.sc_holder .tpl_sc .tpl_sc_img {
    height: auto;
    display: block;
    max-width: 80px;
    margin: 0 auto;
    width: 100%
}

.sc_holder .tpl_sc .tpl_sc_title {
    font-size: 13px;
    line-height: 18px;
    margin: 5px auto;
    color: #000;
    text-align: center;
    width: 100%;
    display: block
}

/* .top-line::before {
    content: attr(data-text);
    display: block;
    color: rgb(129, 179, 80);	
    background: black;		
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
} */

.top-discount {
    width: auto;
    height: 30px;
    background: black;
    position: relative;
    z-index: 10;
}

.helper_block {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 40px;
    bottom: 60px;
    transition: .3s;
    z-index: 5
}

.helper_block .helper_close {
    display: none;
    background: #6e9e3b;
    border-radius: 50%;
    padding: 12px;
    width: 40px;
    margin: 5px;
    height: 40px;
    transition: .5s;
    align-items: center;
    justify-content: center
}

.helper_block .helper_close svg {
    width: 100%;
    max-width: 20px;
    margin: 0 auto;
    display: block
}

.helper_block .helper_close svg path {
    fill: #fff
}

.helper_block .helper_buttons {
    display: none;
    transition: .5s
}

.helper_block .helper_buttons>div>a {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2
}

.helper_block .helper_buttons>div>a>.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    transition: .5s;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.helper_block .helper_buttons>div>a:hover>.icon {
    transform: scale(1.1)
}

.helper_block .helper_buttons>div>a>.icon svg {
    width: 100%;
    margin: 0 auto;
    display: block
}

.helper_block .helper_buttons>div>a>.text {
    display: block;
    opacity: 0;
    visibility: none;
    position: absolute;
    top: 5px;
    left: -110px;
    text-align: center;
    width: 100px;
    background: #fff !important;
    border: 1px solid #e1e5eb !important;
    color: #000 !important;
    padding: .5em 1em !important;
    white-space: nowrap !important;
    border-radius: .5em !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .13) !important;
    transition: 1s
}

.helper_block .helper_buttons>div>a:hover>.text {
    display: block;
    visibility: visible;
    opacity: 1
}

.helper_block .helper_show {
    border-radius: 50%;
    transition: .5s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px
}

.helper_block .helper_show svg {
    width: 100%;
    display: block
}

.helper_block:hover .helper_show {
    display: none
}

.helper_block:hover .helper_close {
    display: none
}

.helper_block:hover {
    height: 130px
}

.helper_block:hover .helper_buttons {
    display: block
}
.hidden_2{
    display: none!important;
}
@media (max-width: 992px) {
    .input_phone label {
        padding: 0 15px
    }
    .form .input-group.password button {
        padding: 0 15px
    }
    .helper_block {
        right: 0px;
        bottom: 55px
    }
    .helper_block:hover .helper_buttons {
        display: none
    }
    .helper_block.active .helper_buttons {
        display: block
    }
    .helper_block.active .helper_close {
        display: flex
    }
    .helper_block:hover .helper_show {
        display: block
    }
    .helper_block.active .helper_show {
        display: none
    }
    .helper_block:hover {
        height: 50px
    }
    .helper_block.active {
        height: 180px !important
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .product-list.type-list .product-item .photo {
        height: 345px
    }
    .product-list .product-item .photo {
        height: 300px
    }
}

@media (min-width:1025px) {
    .main-menu {
        display: block !important
    }
}

@media (max-width:991px) and (min-width:768px),
(max-width:370px) {
    .collection-item.simple span {
        font-size: 18px
    }
    .collection-item.simple p {
        font-size: 20px
    }
    .collection-item.simple i {
        font-size: 16px
    }
    .collection-item .label-hover a {
        font-size: 16px
    }
    .collection-item .circle {
        width: 200px;
        height: 200px
    }
    .collection-item.big .collection-ctn span {
        font-size: 20px;
        line-height: 24px
    }
    .collection-item.big .collection-ctn a {
        font-size: 16px
    }
}

@media (max-height:450px) {
    .fixed-panel {
        top: 60%
    }
}

@media (max-height:370px) {
    .fixed-panel {
        width: 50px;
        top: 67%
    }
    .fixed-panel a {
        height: 25px;
        width: 35px;
        margin: 5px 0;
        background-size: 35px auto
    }
}

@media (max-height:300px) {
    .fixed-panel {
        display: none
    }
}

@media (max-width:1200px) {
   
    .search_container ul {
        min-height: 375px; 
    }
    .fixed-panel {
        width: 55px
    }
    .fixed-panel a {
        height: 25px;
        width: 35px;
        margin: 5px 0;
        background-size: 35px auto
    }
    .main-menu .sub-menu .sub-item-image {
        display: none;
        float: none;
        max-width: 600px;
        margin-top: 15px
    }
    .product-page .photo-wrp.affix,
    .product-page .photo-wrp.affix-bottom {
        width: 455px
    }
    .review-form .affix {
        position: fixed;
        width: 374px
    }
    .review-form .affix-bottom {
        position: absolute;
        width: 374px
    }
    .menu-l.affix,
    .menu-l.affix-bottom {
        width: 212px
    }
    .product-table table .col-xs-9 {
        max-width: 695px
    }
    .podrob-b {
        display: block;
        margin: 15px 0
    }
    .main-menu>ul {
        margin-left: -10px;
        margin-right: -10px
    }
    .main-menu>ul>li>a,
    .main-menu>ul>li>span {
        padding: 15px 5px
    }
    .header .person,
    .header .person-money {
        margin-left: 15px
    }
    .header .dropdown>span {
        padding: 0 7px
    }
}

@media (max-width:1050px) {
   
    .modal-b .product-popup {
        max-width: 868px
    }
    .modal-b .product-popup .col-xs-10 {
        max-width: 500px
    }
}

@media (max-width:991px) {
    .sc_holder .tpl_sc .tpl_sc_title {
        font-size: 13px;
        line-height: 18px
    }
    #show_mobile_search {
        float: right;
        margin: 0 10px 0 0;
        padding: 10px 0
    }
    .zoom-canvas {
        width: 50%;
        height: 50%;
        display: none
    }
    .brand-top-ctn a {
        font-size: 20px;
        padding: 10px 0
    }
    body {
        margin-top: 85px
    }
    .brand-top {
        margin-top: -100px
    }
    .header.full-width .main-menu-h {
        padding-top: 6px
    }
    .search-h {
        z-index: 4
    }
    .search-h .col-sm-3 img {
        display: inline-block
    }
    .download-catalog a {
        padding: 15px 60px;
        margin: 0 15px;
        font-size: 20px
    }
    .add-map-form {
        margin-top: 30px
    }
    .add-map-form .form {
        padding: 50px 15px
    }
    .add-map-form .form form {
        display: block;
        max-width: 370px;
        margin: 0 auto
    }
    .contact-item .phone-contact {
        margin-top: 50px
    }
    .contact-item .phone-contact p {
        margin-left: 50px
    }
    .back-call-form .form {
        margin-top: 0
    }
    .delivery-tabs .tabs-group-button {
        padding-left: 0
    }
    .delivery-tabs .tabs-group-button li img {
        display: none
    }
    .delivery-list .optional {
        font-size: 14px
    }
    .about-ctn .about-numbers {
        margin-top: 0
    }
    .about-ctn p {
        font-size: 16px
    }
    .last-news .news-item .col-md-6 {
        text-align: center;
        margin-bottom: 30px
    }
    .last-news .news-item .shows-all-ctn .item-right {
        margin-top: 20px
    }
    .menu-l.affix,
    .menu-l.affix-bottom {
        width: 220px
    }
    .type-list .product-item .photo {
        display: inline-block
    }
    .member-b {
        float: none;
        margin: 0 auto 20px;
        max-width: 100%;
        width: 100%;
        background-size: 100%
    }
    .custom-tabs ul li {
        font-size: 16px
    }
    .cart-steps ul {
        padding-left: 155px
    }
    .product-table table .col-xs-9 {
        max-width: 485px
    }
    .main-menu {
        display: none;
        width: 100%;
        float: none;
        clear: both;
        -webkit-transition: none !important;
        transition: none !important
    }
    .main-menu>ul {
        height: 350px;
        overflow-y: auto
    }
    .main-menu ul {
        padding: 10px 0
    }
    .main-menu li {
        display: block;
        padding: 5px
    }
    .main-menu li:after {
        content: none !important
    }
    header .main-menu .sub-menu {
        display: none;
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        top: 109px;
        left: 0;
        padding: 45px 5px 10px;
        z-index: 222;
        /* height: calc(100% - 98px); */
        width: 100%;
        border: none
    }
    header.minimenu .main-menu .sub-menu {
        top: 62px;
        height: calc(100% - 62px)
    }
    .main-menu .sub-menu:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #e8e9ea;
        height: 40px
    }
    .main-menu .sub-menu .back_menu {
        display: block;
        content: "";
        position: absolute;
        z-index: 3;
        top: 6px;
        left: 10px;
        width: 100%;
        height: 26px;
        cursor: pointer;
        padding: 0;
        border: 0;
        outline: 0
    }
    .main-menu li>.sub-menu.active {
        display: block;
        position: relative;
        border-top: 1px solid #6e9e3b;
        top: auto;
        left: auto;
        padding: 0;
        box-shadow: none
    }
    .main-menu .sub-menu .sub-item {
        max-width: 100%;
        width: 100%
    }
    .main-menu .sub-menu .sub-item>span {
        padding: 0;
        margin-bottom: 0
    }
    .main-menu .sub-menu .sub-item>span>a {
        padding: 5px 0
    }
    .main-menu .sub-menu .sub-item>span:after {
        margin-top: 0;
        display: none
    }
    .main-menu>ul li:first-child {  
        border-bottom: 2px solid #e7e7e7
    }
    .main-menu .sub-menu .sub-item+.sub-item {
        margin-left: 0
    }
    .header.full-width .main-menu-h .logo-h {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    .header.full-width .main-menu-h .col-sm-3 {
        width: 66.66666667%;
        padding: 0 15px;
        overflow: visible
    }
    .podrob-b {
        display: inline-block;
        margin: 0
    }
    .header .dropdown.person .dropdown-ctn {
        text-align: left;
        min-width: 125px;
        left: auto;
        right: -15px
    }
    .header .dropdown.person .dropdown-ctn:before {
        height: 7px
    }
    .header .dropdown.person .dropdown-ctn ul {
        padding: 0 15px;
        /* border-bottom: 1px solid #6e9e3b; */
        box-shadow: 1px 10px 20px 3px #000
    }
    .header .dropdown.person .dropdown-ctn li {
        padding: 10px 0;
        border-bottom: 1px solid #e9e8e9
    }
    .header .dropdown.person .dropdown-ctn li:first-child {
        position: relative;
        border-bottom-color: #bed49f
    }
    .header .dropdown.person .dropdown-ctn li:last-child {
        border-bottom: 0
    }
    .header .dropdown.person .dropdown-ctn li a {
        font-size: 14px;
        display: block;
        padding: 0
    }
    .header .dropdown.person .dropdown-ctn .icon-before {
        margin-left: 0;
        padding: 3px 0
    }
    .header .dropdown.person .person-money {
        position: static
    }
    .header .dropdown.person .person-money .dropdown-ctn {
        top: 90%;
        width: auto;
        left: auto
    }
    .brand-top .mouse {
        display: none
    }
    .top-line {
        position: relative;
        z-index: 10;
    }
    .top-line.down_swipe {
        margin-top: -36px;
        transition: margin-top 300ms;
    }
    .top-line.up_swipe {
        margin-top: 0;
        transition: margin-top 300ms;
    }
    .main-menu-h {
        position: relative
    }
    .main-menu-h.menu-toggle {
        border-bottom-color: #6e9e3b
    }
    .main-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 104%;
        background-color: #fff;
        border-bottom: 1px solid #6e9e3b;
        box-shadow: 0 0 0 2px #fff
    }
    .main-menu>ul {
        display: block;
        padding: 0 !important;
        max-width: 750px;
        margin: 0 auto
    }
    .main-menu>ul li {
        padding: 0;
        border-bottom: 1px solid #e9e8e9
    }
    .main-menu>ul li:first-child {
        border-bottom-color: #bed49f
    }
    .main-menu>ul li:last-child {
        border-bottom: 0
    }
    .main-menu>ul li a,
    .main-menu>ul li span {
        font-size: 14px !important;
        display: block;
        padding: 10px 0
    }
    .main-menu>ul .fast-btn {
        margin: 0 10px 0 0;
        padding: 10px 0
    }
    .main-menu>ul .fast-btn span {
        padding: 0 5px;
        display: inline-block;
        text-transform: none
    }
    .main-menu>ul .flex-box {
        display: block
    }
    .search-small form {
        position: relative;
        display: grid
    }
    .search-small input[type=text] {
        width: 100%;
        height: 35px;
        border: 0;
        font-size: 14px;
        background-color: #f4f4f4;
        padding: 10px;
        margin-bottom: 5px;
        border-radius: 10px;  
        outline: 0
    }
    .search-small input[type=submit] {
        position: absolute;
        top: 40%;
        right: 12px;
        margin-top: -11px;
        width: 23px;
        height: 24px;
        border: 0;
        padding: 0;
        outline: 0;
        background: url(img/all-icons.png) no-repeat -100px 0
    }
    .search-h {
        display: none
    }
    header .main-menu {
        position: fixed;
        top: 110px;
        z-index: 1
    }
    header.minimenu .main-menu {
        top: 112px;
        height: calc(100% - 68px)
    }
    header .sub-menu ul {
        display: none
    }
    header .sub-item.sub_active ul {
        display: block;
        transition: .1s
    }
    header .main-menu .sub-menu .sub-item {
        line-height: 36px;
        border-bottom: 1px solid #eee
    }
    header .main-menu .open_sub {
        display: inline-block;
        width: 46px;
        height: 46px;
        float: right;
        position: relative
    }
    header .main-menu .open_sub:after {
        border: 2px solid rgba(0, 0, 0, .1);
        border-color: var(--mm-color-button);
        content: "";
        border-bottom: none;
        border-right: none;
        box-sizing: content-box;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        transform: rotate(135deg);
        transition: .5s
    }
    header .open_sub_big {
        display: inline-block;
        width: 46px;
        height: 46px;
        position: absolute;
        top: 0;
        right: 0
    }
    header .main-menu .open_sub_big:after {
        border: 2px solid rgba(0, 0, 0, .1);
        border-color: var(--mm-color-button);
        content: "";
        border-bottom: none;
        border-right: none;
        box-sizing: content-box;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        transform: rotate(135deg);
        transition: .5s
    }
    header .main-menu>ul li:first-child {
        /* border-bottom: 1px solid #e9e8e9 */
        border-bottom: 2px solid #e7e7e7
    }
    header .main-menu .sub-item.sub_active .open_sub:after {
        transform: rotate(225deg)
    }
    header .main-menu .sub-menu .sub-item>span {
        width: 100%
    }
    .main-menu .sub-menu .back_menu:after {
        border: 2px solid rgba(0, 0, 0, .1);
        border-color: var(--mm-color-button);
        content: "";
        border-bottom: none;
        border-right: none;
        box-sizing: content-box;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        transform: rotate(-45deg)
    }
    header .sub-item ul a,
    header .sub-item ul span {
        padding: 0 0 0 10px !important
    }
    header .main-menu>ul>li>a,
    header .main-menu>ul>li>span {
        position: relative;
        padding: 13px 0
    }
}

header .main-menu .sub-menu {
    min-height: 430px;
    max-height: calc(100vh - 150px);
    transition: max-height 0.5s ease-in-out;
}

@media (max-width:767px) {
    
    .catalog_holder .size-picker .size1 span {
        display: block;
        font-size: 10px;
        color: #0e0506;
        height: 28px;
        min-width: 28px;
        line-height: 26px;
        padding: 0 4px;
        text-align: center;
        border: 1px solid #78aa43;
        border-radius: 20px;
        position: relative;
        -webkit-transition: .25s ease;
        transition: .5s ease;
    }

    header .main-menu .sub-menu {
        top: 101px;
    }

    .col-catalog {
        min-height: 1200px
    }
    .load_more_preload {
        display: none
    }

    .sc_holder .tpl_sc .tpl_sc_img {
        max-width: 60px
    }
    .sc_holder {
        max-height: 165px
    }
    .show_mobile_contact {
        display: block
    }
    .product-page .product-info .name .artik {
        float: none
    }
    .search-small input[type=submit] {
        right: 10px;
        /* top: 11px */
    }

    .filters-toggle {
        margin-bottom: 15px
    }
  

    .m_catalog_head_mini_nav a::after {
        right: -15px;
        width: 15px
    }

    h1, h3 {
        font-size: 21px;
    }

    .dropdown:hover>.dropdown-ctn {
        display: none
    }
    .dropdown>.dropdown-ctn.dropdown-visible {
        display: block
    }
    .product-page #product-popup-btn,
    .product-page .fast-btn {
        width: 100%
    }
   
    .table-info .tr {
        max-width: 56px;
        margin-right: 12px;
        margin-left: 0px
    }

    .table-info .roz-tr {
        margin-right: 0px;
    margin-left: 7px;
    }

    .table-info .tr.titles .td {
        font-size: 12px;
        width: 75px;
        min-width: 75px
    }
    .modal-b .product-popup .product-popup-colors-list {
        padding-left: 0
    }
    .colors-b ul li {
        margin: 5px 5px 5px 0px
    }
    .modal-b .modal-close {
        right: 15px;
        top: 10px
    }
    #modal--product-popup.modal-b .modal-close {
        right: 25px;
        top: 15px
    }

    .table-info .tr.titles {
        margin-right: 20px
    }
    .fixed-panel {
        display: none
    }
    .brand-top-ctn a {
        font-size: 18px;
        padding: 5px 0;
        margin-top: 15px
    }
    .brand-top-ctn img {
        max-width: 140%;
        margin-top: 15px;
        -webkit-transform: translateX(-16%);
        transform: translateX(-16%)
    }
    .collection-item {
        width: 100%;
        max-width: 370px;
        margin: 20px auto
    }
    .child-b .scroller {
        max-width: 90%;
        margin: 0 auto
    }
    .download-catalog a:before {
        content: none
    }
    .gg-map {
        height: 360px
    }
    .delivery-list .col-sm-3 {
        margin-bottom: 20px;
        text-align: center
    }
    .about-ctn .flex-box {
        display: block
    }
    .about-ctn .item-right {
        text-align: center;
        margin-top: 50px
    }
    .menu-l {
        max-width: none;
        width: auto;
        margin-bottom: 50px
    }
    .product-list {
        max-width: 700px;
        margin: 0 auto
    }
    .product-list.type-list .product-item {
        max-width: none
    }
    .product-list.type-list .product-item .photo {
        padding-left: 93px
    }
    .product-list.type-list .product-item .photo-list {
        right: auto;
        left: 0;
        display: block;
        box-shadow: none
    }
    .product-item {
        width: 100%;
        z-index: 1;
        max-width: 300px
    }
    .product-item .photo-list {
        display: none
    }
    .product-item .hidden-ctn {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        box-shadow: none;
        padding: 0;
        height: auto !important
    }
    .history-table>a {
        float: none;
        margin-top: 0;
        display: inline-block;
        margin-bottom: 15px
    }
    .profile-info .pull-right {
        float: none !important;
        margin-bottom: 20px
    }
    .data-form {
        padding-left: 0
    }
    .your-discount {
        float: none;
        margin: 10px 0
    }
    .cart-steps ul {
        padding: 0;
        margin: 20px 0
    }
    .modal-b .product-popup,
    .modal-b .product-popup #product-popup,
    .modal-b .product-popup .modal-wrp,
    .modal-b .product-popup .product-popup-form,
    .modal-b .product-popup #product-popup > .product-table {
        height: auto;
        display: block
    }
    .modal-b .product-popup .product-popup-table-wrp>.product-popup-table-scroll,
    .modal-b .product-popup .product-popup-table-wrp>.product-popup-table-scroll>.product-popup-table-viewport {
        position: static;
        height: auto
    }
    .product-table table,
    .product-table tbody,
    .product-table td,
    .product-table tr {
        display: block
    }
    
    .product-table .overview,
    .product-table .scroller,
    .product-table .viewport {
        position: static;
        height: auto
    }
    .product-table .photo {
        margin: 0 auto
    }
    .form .product-table td .title {
        font-size: 12px;
        line-height: 16px;
        padding-top: 5px;
        margin: 0;
        text-align: center
    }
    .form .product-table td:nth-child(2) .title {
        display: none
    }
    .product-table table td {
        /* width: 100%;  */
        /* изменил с 100 так как ломается в быстрой корзине */
        display: inline-block;
        text-align: center;
         /* изменил с left fast basket */
        border: 0 !important
    }
    
    .product-table table td:first-child {
        width: 20%
    }
    .product-table table td:nth-child(2) {
        width: 40%
    }
    
    .product-table.rozn table td:nth-child(3) {
        width: 15%
    }

    .product-table table td:nth-child(4) {
        width: 15%
    }
    .product-table table td:nth-child(5) {
        width: 4%
    }
    
    .product-table .photo {
        height: 80px
    }
    .modal-b .product-popup .product-popup-info-cell .product-popup-color-name,
    .modal-b .product-popup .product-popup-info-cell .product-popup-material-name {
        width: 65%;
        text-align: left;
        float: right;
        margin-right: -50px
    }
    .product-table table td.col-xs-9 {
        display: block
    }
    .product-table tr+tr {
        border-top: 1px solid #f1f1f1
    }
    .product-table table tr:last-child td {
        padding-bottom: 0;
        margin-bottom: 2px;
        padding-top: 15px
    }
    .modal-b .product-popup .col-xs-10,
    .product-table table .col-xs-9 {
        max-width: none;
        width: 100%
    }
    .modal-b .product-popup .product-popup-header {
        display: block
    }
    .modal-b .product-popup .product-popup-colors {
        text-align: left
    }
    .search-h .col-sm-3 img {
        display: none !important
    }
    .search-h form {
        margin-top: 30px
    }
    .fast-action .action-panel {
        padding-top: 45px
    }
    .fast-action .close-action {
        right: 20px;
        top: 20px
    }
    .history-table .hid-t>table,
    .history-table .hid-t>table>tbody,
    .history-table .hid-t>table>tbody>tr {
        display: block
    }
    .history-table .hid-t>table>tbody>tr>td {
        display: inline-block
    }
    .history-table .hid-t>table>tbody>tr>td.col-xs-9 {
        width: 100%;
        display: block
    }
    .history-table .scroller.scroller-horizontal .scrollbar {
        bottom: -21px
    }
    .advantages {
        padding: 45px 0;
        background-position: center -170px
    }
    .delivery-map {
        padding-top: 80px;
    }
    .delivery-map p {
        font-size: 14px;
        line-height: 24px
    }
    .delivery-map h2 {
        font-size: 24px;
        line-height: 30px
    }
    .child-b {
        padding: 30px 0 45px
    }
    .child-b h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center
    }
    .child-b p {
        font-size: 14px;
        line-height: 24px
    }
    .form .title {
        font-size: 24px
    }
    .footer .subscribe {
        padding: 50px 15px
    }
    .footer .subscribe .input-group {
        font-size: 14px
    }
    .footer .subscribe .input-group input[type=text] {
        padding-right: 110px
    }
    .footer .title {
        font-size: 22px;
        margin-bottom: 30px
    }
    .socials-b a {
        margin: 0 5px
    }
}

@media (max-width:650px),
(max-height:550px) and (max-width:1200px) {
    .main-menu .sub-menu .sub-item-image {
        display: none
    }
}

@media (max-width:650px) {
    .contact-item .row>div {
        float: none;
        width: 100%
    }
    .delivery-tabs {
        display: block
    }
    .delivery-tabs>div {
        float: none;
        width: 100%
    }
    .delivery-tabs .tabs-group-button {
        margin-bottom: 50px
    }
    .delivery-tabs .tabs-group-button li img {
        display: inline-block
    }
    .delivery-list .optional {
        float: none
    }
    .product-list {
        text-align: center;
        /* max-width: 400px */
    }
    .product-review-form .form-action {
        text-align: left;
        display: block
    }
    .product-review-form .form-action div {
        text-align: right
    }
    .product-review-form .jq-selectbox,
    .product-review-form select {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px
    }
    .cart-steps ul {
        display: block
    }
    .cart-steps ul li:not(.active) {
        display: none
    }
    .podrob-b {
        display: block;
        margin: 15px 0
    }
    .podrob-b .tooltip {
        left: 47%;
        max-width: 100%
    }
}

@media (max-width:768px) {
    
    .desktop-only {
        display: none !important
    }
    .call_viber {
        bottom: 50px;
        right: 10px;
        width: 40px;
        height: 40px
    }
    .product-page .add_to_basket,
    .product-page .add_to_basket_u {
        text-decoration: none
    }

    .product-page .fust_buy_button,
    .product-page .fust_buy_button_u {
        background-color: #6e9e3b;
        color: #fff;
        text-decoration: none
    }
    .product-page .add_to_basket span {
        background: url(img/product-actions.png) no-repeat -px 0
    }
}

@media (max-width:600px) {
    #fast-basket .fast-list .viewport {
        overflow: visible
    }

    #fast-basket .fast-list table,
    #fast-basket .fast-list tbody {
        display: block;
        width: 100%
    }

    .fast-item .fast-list td:nth-child(2) {
        padding-left: 0
    }

    .fast-item .fast-list td.action {
        display: block;
        text-align: right
    }

    .size-table-btn {
        margin-top: 0;
        padding: 12px 0
    }

    .fast-item .fast-list td.action .remove {
        margin-top: 5px;
        /* position: absolute; */
        top: 30px
    }
    .add-to-cart {
        display: block
    }
    .product-page .size-set-b {
        display: table;
        width: 100%
    }
    .size-set-b .sizes {
        width: 50%;
        float: left
    }
    .product-page .size-set-b .title {
        text-align: center;
        margin: 0;
        display: block
    }
    .product-page .size-set-b .matching-size {
        width: 100%;
        margin-top: 10px
    }
    .product-page .sizes .matching-size .icon-size {
        margin-left: auto;
        margin-right: auto;
        display: table
    }
    .product-page .size-set-b .size-table-btn {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0
    }
    .product-page .size-set-b .size-table-btn:after {
        margin-top: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    #fast-favorite td.action {
        padding-top: 55px
    }
    .fast-item .fast-list td.action .add,
    .fast-item .fast-list td.action .edit,
    .fast-item .fast-list td.action .remove {
        display: block
    }
    .fast-item .fast-list td.action .add,
    .fast-item .fast-list td.action .edit {
        margin-bottom: 0
    }
    .fast-item .fast-list td.action .add {
        margin-bottom: 45px
    }
}

@media (max-width:560px) {
    .top-line .col-xs-6 {
        width: auto
    }
    .top-line .col-xs-6.item-right {
        float: right
    }
    .header .icon-before a,
    .header .icon-before span {
        font-size: 11px;
        padding: 12px 5px
    }
    .header .dropdown {
        padding: 3px 0
    }
    .header .dropdown>span {
        font-size: 12px;
        padding: 0 5px
    }
    .recomend .item {
        width: 40%
    }
    .header .dropdown.person {
        padding: 0
    }
    .data-form .input-group {
        display: block
    }
    .data-form .input-group .input {
        margin-top: 5px
    }
    .data-form .add-data .no-add {
        display: block
    }
    .custom-tabs ul,
    .custom-tabs-opt ul,
    .custom-tabs-product ul {
        display: block
    }
    .custom-tabs ul li {
        border-width: 1px 0
    }
    .custom-tabs ul li:first-child {
        border-top-color: #404042
    }
    .custom-tabs ul li.active,
    .custom-tabs-opt ul li.active,
    .custom-tabs-product ul li.active {
        border-top-color: transparent;
        border-bottom-color: #a79319;
        color: #fff;
        background: #6e9e3b
    }

    .step-item {
        clear:both;
    }

    .step-item .input-wrp {
        padding: 0
    }
    .step-item .data-form .input-group .label {
        display: inline-block;
        margin-bottom: 5px
    }
    .step-item .data-form .input-group .input {
        margin-top: 5px
    }
    .step-item .data-form .edit-wrapper.active .edit-btn {
        display: none
    }
    .step-item .data-form .edit-wrapper.active .form-action .edit-btn {
        margin-top: 0;
        display: inline-block
    }
    .step-item .data-form .edit-btn {
        font-size: 12px;
        margin-top: 5px
    }
    .step-item .data-form .form-action .edit-btn {
        margin-top: 0
    }
    .modal-b .content {
        padding: 0
    }
    .history-table .i-tr td>a {
        font-size: 11px;
        border-bottom: none
    }
    .history-table td {
        padding: 20px 2px
    }
    .history-table .i-tr td {
        font-size: 11px
    }
}

@media (max-width:440px) {
   
    .header .main-menu {
        top: 102px
    }
    .production .item {
        /* width: 100% */
    }
    .production .item img {
        width: 200px
    }
    .about-numbers div {
        display: block;
        width: auto;
        margin-bottom: 30px
    }
    .answer .row>div {
        float: none;
        width: 100%;
        text-align: left
    }
    .review-item .yes-no {
        margin-top: 20px
    }
    .review-item .yes-no span {
        margin: 0 25px 0 0
    }
    .review-form .form {
        padding: 50px 15px 100px
    }
    .review-form .title {
        margin-left: 0
    }
    .product-list.type-list .product-item .photo {
        padding-left: 0;
        width: 100%
    }
    .product-list.type-list .product-item .photo-list {
        display: none !important
    }
    .step-item .input-group {
        display: block
    }
    .step-item .input-group .label {
        display: inline-block
    }
    .modal-b h2 {
        font-size: 20px
    }
    .modal-b .input-group {
        display: block;
        display: flex
    }
    .modal-b .input-group .label {
        display: inline-block
    }
    .modal-b .reg-form .answer {
        display: none
    }
    .footer .copyright {
        font-size: 12px;
        line-height: 18px
    }
    .footer .copyright br {
        display: none
    }
    .search-small form {
        padding-left: 0
    }
}

.menu-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 0;
    padding: 0;
    margin: 17px 0;
    background: url(img/menu-alt.png) no-repeat center;
    outline: 0;
    transition: .5s ease-in-out
}

.menu-toggle .menu-btn {
    background: url(img/all-icons.png) no-repeat -122px 5px
}

@media (max-width:440px),
(max-height:460px) and (max-width:991px) {
    .logo-h {
        width: 120px;
        height: auto
    }
    .menu-btn {
        margin: 13px 0
    }
}

.jq-selectbox {
    position: relative;
    width: 100%
}

.jq-selectbox__select {
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0 !important
}

.jq-selectbox__select:hover {
    background: #fff
}

.jq-selectbox__trigger {
    border: 0;
    margin: 0 !important
}

.jq-selectbox__dropdown {
    max-width: 100%;
    border-radius: 0;
    margin: 0 !important;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

.jq-selectbox__dropdown ul {
    font-size: 14px;
    text-align: left
}

.jq-selectbox__dropdown ul li {
    margin: 0
}

.jq-selectbox__dropdown ul li:before {
    content: none
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
    background: #6e9e3b
}

.cloudzoom-blank div:last-child {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    display: none !important
}

.cloudzoom-lens {
    border: 0;
    box-shadow: none;
    cursor: url(img/plus-zoom.cur), crosshair
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.blink {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#product-popup-btn.blink {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards

}

@-webkit-keyframes btnflash {
    50%,
    from,
    to {
        background-color: #8fc853;
        color: #fff
    }
    25%,
    75% {
        background-color: transparent;
        color: #0e0506
    }
}

@keyframes btnflash {
    50%,
    from,
    to {
        background-color: #8fc853;
        color: #fff
    }
    25%,
    75% {
        background-color: transparent;
        color: #0e0506
    }
}

.erblink,
.erblink span,
.erblink > span,
.erblink > li > span,
.erblink > .td,
.erblink > .td span,
.erblink > .td .input {
    -webkit-animation-name: btnflash;
    animation-name: btnflash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


.catalog_holder .size-picker .size1.active span #sotrud-popup p {
    font-size: 14px
}

.bgvideo-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Полная высота окна просмотра */
    background-color: white; /* Белый фон по бокам */
    overflow: hidden; /* Обрезать содержимое, выходящее за пределы контейнера */
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    filter: brightness(1.1);
    object-fit: cover; /* Масштабирование видео для заполнения контейнера */
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* .bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1
} */

.page-photo-slider {
    margin: 0
}

.page-photo-slider li {
    display: block;
    margin: 0
}

.page-photo-slider li.photo-visible {
    margin-top: 0 !important;
    margin-bottom: 20px
}

.page-photo-slider li:before {
    display: none
}

.color-title {
    float: left
}

.colors-picker-list.page {
    width: 70%;
    float: left
}

.disable-colors {
    display: none;
    text-transform: uppercase !important;
    color: #6e9e3b;
    display: none
}

.disable-colors:hover {
    cursor: pointer !important
}

@media only screen and (max-width:390px) {
    .colors-picker-list.page li:last-child {
        float: none
    }
    .colors-picker-list.page li {
        margin-bottom: 6px
    }
}

#show_mobile_search {
    margin-left: 0
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border: none;
    box-shadow: none
}

::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(80, 159, 45, .8)
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: rgba(80, 159, 45, .8);
    border: none;
    border-radius: 5px;
    opacity: .5
}

::-webkit-scrollbar-thumb:hover {
    background-color: #509f2d;
    opacity: 1
}

::-webkit-scrollbar-thumb:active {
    background-color: #509f2d;
    opacity: 1
}

#filters.fixed_filters {
    height:  90%;
    position: fixed;
    overflow-y: auto;
    top: 165px;
    z-index: 3;
    background: #fff;
    /* padding-right: 15px; */
    padding-bottom: 50px
}

#filters::-webkit-scrollbar {
    display: none
}

#filters {
    -ms-overflow-style: none;
    scrollbar-width: none
}

#filters:hover {
    -ms-overflow-style: inherit;
    scrollbar-width: 3px
}

#filters:hover::-webkit-scrollbar {
    display: block;
    width: 3px
}

.clear_filters:hover {
    background-color: white !important;
    color: #6e9e3b !important;
    border: 3px solid #6e9e3b !important;
}

.clear_filters {
    display: block;
    font-size: 15px;
    color: white;
    padding: 15px 0 15px;
    text-decoration: none;
    text-align: center;
    background-color: #6e9e3b;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    border:3px solid #6e9e3b !important
}

.filters-close,
.sorting-close {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: 0;
    background: url(img/close-icon.png) no-repeat center;
    background-size: contain
}

#overflow {
    display: none
}

#overflow.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 29;
    width: 100%;
    height: 100%
}

.reg_link_disabled_text {
    display: none !important
}

.oh {
    overflow: hidden
}

.filter_active_values {
    text-align: left;
    margin-top: -10px
}

.filter_active_values span {
    background: #70ae20;
    color: #fff;
    border-radius: 10px;
    padding: 2px 7px;
    font-size: 12px;
    margin: 4px 2px;
    display: inline-block
}

.catalog_holder .products-list {
    list-style: none;
    display: table;
    width: 100%
}

.logo-h-h {
    max-width: 169px;
    display: block
}

.clr {
    clear: both;
    display: block;
    width: 100%
}

.catalog_holder .products-list .col-md-4 {
    margin-bottom: 30px
}

.catalog_holder .products-list .product {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0
}

.catalog_holder .products-list .product .pbtns {
    float: right
}

.catalog_holder .products-list .product.regular_user .color-picker {
    display: none
}

.catalog_holder .products-list .product.product_list_style {
    padding-bottom: 0
}

.catalog_holder .products-list .product .product-image {
    position: relative
}

.catalog_holder .products-list .product .image {
    position: relative;
    display: block
}

.catalog_holder .products-list .product .discount.label-1, .product-page .discount.label-1 {
    line-height: 36px;
    height: 36px;
    width: 100px;
    background: #ffb566;
    border-radius: 20px;
    top: 87%;
    left: 10px;
}

.catalog_holder .products-list .product .discount.label-2,
.product-page .discount.label-2 {
    color: #fff;
    background: #61ac18
}

.catalog_holder .products-list .product .discount.label-3,
.product-page .discount.label-3 {
    color: #fff;
    background: #86ab61
}

.catalog_holder .products-list .product .discount.label-4,
.product-page .discount.label-4 {
    line-height: 12px;
    height: 55px;
    padding-top: 15px;
    font-size: 13px;
    background: #8abc24;
    color: #fff
}

.catalog_holder .products-list .product .discount.label-5,
.product-page .discount.label-5 {
    color: #3c3c3c;
    background: #e5e566
}

.catalog_holder .products-list .product .discount.disabled,
.product-page .discount.disabled {
   display: none !important;
}

.catalog_holder .products-list .product .discount.label-9,
.product-page .discount.label-9 {
    line-height: 12px;
    height: 55px;
    padding-top: 15px;
    background: #cdcdcc
}

.catalog_holder .products-list .product .discount.label-10,
.product-page .discount.label-10 {
    line-height: 12px;
    height: 55px;
    padding-top: 15px;
    color: #3c3c3c;
    background: #e5e566
}

.catalog_holder .products-list .product .discount.popularLabel.label-1,
.product-page .discount.popularLabel.label-1 {
    top: 48px;
    right: 10px;
    bottom: auto;
    left: auto;
    width: auto;
    min-width: 92px;
    height: 28px;
    padding: 0 12px;
    line-height: 28px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 10px;
    z-index: 5
}

.discount-number {
    font-size: 12px; /* Adjust size if needed */
}

.catalog_holder .products-list .product .discount,
.product-page .discount {
    background: rgba(255, 255, 0, .6);
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    right: -15px;
    color: #000;
    z-index: 4;
    font-size: 8px
}
 
.catalog_holder .products-list .product .discount1 {
    background: #fbc861;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    z-index: 3
}

.catalog_holder .products-list .product .discount2 {
    background: rgba(255, 255, 0, .6);
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 28px;
    right: 10px;
    color: #000;
    z-index: 3
}

.catalog_holder .products-list .product .discount3 {
    background: rgba(251, 200, 97, .8);
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: -4px;
    color: #000;
    z-index: 3
}

.catalog_holder:not(.product_in_view) .products-list .product .image img {
    max-width: 100%;
    background: #f5f5f5;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 0
}

.not_available_product .product-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(128, 128, 128, 0.5); /* Серый цвет с прозрачностью 50% */
        pointer-events: none; /* Позволяет кликам проходить через наложение */
        z-index: 1; /* Устанавливает наложение над изображением */
}


.catalog_holder:not(.product_in_view) .products-list .product .image img:not(.active) {
    display: none
}

.catalog_holder .products-list .product .info {
    margin: 5px 0;
    display: block;
    width: 100%;
    padding: 0
}

.catalog_holder .products-list .product .name {
    padding-top: 4px;
    text-align: left;
    width: 60%;
    color: #44b000;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    white-space: pre-line;
    overflow: hidden
}

.catalog_holder .products-list .product.product_list_style .name {
    font-size: 18px;
    font-weight: 700
}

.catalog_holder .products-list .product .old-price {
    color: grey !important;
    padding: 0;
    position: relative
}

.catalog_holder .products-list .product .old-price:not(.active) {
    display: none
}

.catalog_holder .special_info li {
    font-size: 15px
}

.auth-container {
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.auth-button {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;  /* Круглая форма */
    border: 1px solid rgb(164, 170, 164);  /* Зеленая граница */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    cursor: pointer;
}

.auth-link { 
    display: none;
    text-align: end;
}
.auth-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.orAuth {
    position: relative;
    top: -39px;
    text-align: center;
    width: 100%; 
    color: #9e9e9e;
}

.orAuth span {
    display: inline-block;  
    font-size: 12px;
    padding: 10px 5px; 
    background: #fff;
    width: auto;  
}

.auth-button img {
    width: 17px;
    height: 17px;
    transition: opacity 0.3s ease;
}
.auth-button:hover {
    background: rgba(0, 0, 0, 0.1);
}
.auth-button:hover img {
    opacity: 0.7;
}
.auth-button span {
    position: absolute;
    bottom: -25px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.auth-button:hover span {
    visibility: visible;
    opacity: 1;
}

.catalog_holder .products-list .product .old-price:after {
    content: ' ';
    background: grey;
    height: 1px;
    left: 0;
    top: 50%;
    position: absolute;
    display: block;
    width: 100%
}

.catalog_holder .products-list .product .price-picker {
    display: inline-block;
    width: 40%;
    text-align: right;
    float: right
}

.catalog_holder .products-list .product .price {
    float: right;
    color: #0e0506;
    font-size: 9px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden
}

.catalog_holder .products-list .product .price span {
    font-size: 12px;
    font-weight: 700
}

.catalog_holder .products-list .product .old-price {
    float: none;
    color: #6e9e3b;
    font-size: 9px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    white-space: nowrap;
    overflow: hidden
}

.catalog_holder .products-list .product .old-price span {
    font-size: 12px;
    font-weight: 400
}

.catalog_holder .products-list .product .product_add_wish {
    display: inline-block;
    float: right;
    margin: 8px 2px
}

.catalog_holder .products-list .product .product_add_wish,
.product_add_wish {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(img/product-actions.png) no-repeat 0 0
}

.catalog_holder .products-list .product .product_add_wish:hover {
    background: url(img/product-actions.png) no-repeat -30px 0
}

.catalog_holder .products-list .product .product_add_wish.active,
.product_add_wish.active {
    background: url(img/product-actions.png) no-repeat -62px 0
}

.catalog_holder .products-list .product .product_btn,
.product_btn {
    text-transform: uppercase;
    outline: 0;
    font-size: 14px;
    color: #6e9e3b;
    margin: 0;
    border: none;
    display: inline-block;
    padding: 5px;
    float: right;
    background: 0 0
}

.catalog_holder .products-list .product .product_btn:hover {
    text-decoration: none;
    border: none;
    color: #fff
}

.add_to_basket span,
.add_to_basket_icon,
.catalog_holder .products-list .product .product_btn span,
.product_btn span {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 19px;
    background: url(img/product-actions.png) no-repeat -92px 0
}

.add_to_basket:hover span {
    background: url(img/product-actions.png) no-repeat -122px 0
}

.add_to_basket.disabled {
    pointer-events: none; /* Отключает возможность нажатия */
    cursor: not-allowed;  /* Меняет курсор на "запрещено" */
    opacity: 0.5;         /* Уменьшает прозрачность */
}

.catalog_holder .products-list .product .active-material {
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #0e0506;
    text-align: left
}

.catalog_holder .products-list .product .active-color {
    display: block;
    width: 60%;
    float: left;
    padding-top: 7px;
    line-height: 16px;
    font-size: 11px;
    text-align: left;
    color: #0e0506
}

.catalog_holder .products-list .product .active-color>span {
    overflow: hidden;
    max-width: 145px;
    /* display: inline-block; */
    vertical-align: top;
    font-size: 11px
}

.catalog_holder .products-list .product .status {
    display: block;
    width: 100%;
    padding-top: 2px;
    line-height: 16px;
    font-size: 11px;
    text-align: left;
    color: #0e0506
}

.catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .status {
    display: none
}

.catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user).size-status-selected .status {
    display: block
}

.catalog_holder .products-list .product .status>span {
    overflow: hidden;
    max-width: 145px;
    vertical-align: top;
    font-size: 11px;
    cursor: pointer; /* Курсор в виде руки */
    color: #6e9e3b;
    text-decoration: underline; /* Подчёркивание текста */
}

.catalog_holder .products-list .product .status>span.inactive-link {
    color: #0e0506;
    text-decoration: none; /* Убираем подчеркивание */
    cursor: default; /* Курсор по умолчанию */
}

.catalog_holder .products-list .product .status.disabled {
    display: none;
}

.catalog_holder .color-picker {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    margin-top: 1px;
    margin-bottom: -6px;
    text-align: center;
    padding: 0
}

.catalog_holder .color-picker .color {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    padding: 1px;
    margin: 1px;
    /* margin-bottom: 5px; */
    transition: .5s
}

.catalog_holder .color-picker .color span {
    transition: .5s;
    font-size: 14px;
    vertical-align: top;
    color: #9f9f9f
}

.catalog_holder .size-picker .size1 {
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 2px;
    float: left;
    margin: 0 0 2px
}

.catalog_holder .tkan-picker {
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 0
}

.catalog_holder .tkan-picker ul {
    margin: 0
}

.catalog_holder .tkan-picker li {
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 2px;
    float: left;
    margin: 0 0 2px
}

.catalog_holder .tkan-picker li span {
    display: block;
    font-size: 10px;
    color: #0e0506;
    height: 28px;
    min-width: 28px;
    line-height: 26px;
    padding: 0 4px;
    text-align: center;
    border: 1px solid #78aa43;
    border-radius: 20px;
    -webkit-transition: .25s ease;
    transition: .5s ease
}

.catalog_holder .tkan-picker li.active span {
    background-color: #8fc853;
    color: #fff
}

.catalog_holder .tkan-picker li.disabled span {
    opacity: .5
}

.catalog_holder .tkan-picker ul li:before {
    display: none
}

.catalog_holder .product_blocks {
    position: relative
}

.catalog_holder .product_blocks .product_blocks_right {
    min-width: 54px;
    height: 36px;
    /* position: absolute; */
    top: 0;
    right: 0
}

.size-b ul li.active span,
.size-b ul li.bx_active span,
.size-b ul li:not(.disabled):hover span {
    background-color: #8fc853;
    color: #fff
}
.catalog_holder .size-picker li:not(.disabled):hover span,
.catalog_holder .size-picker .size1.active span {
    background-color: #8fc853;
    color: #fff
}

.catalog_holder .size-picker .size1 span {
    display: block;
    font-size: 8px;
    color: #0e0506;
    height: 23px;
    min-width: 23px;
    line-height: 21px;
    padding: 0 3px;
    text-align: center;
    border: 1px solid #78aa43;
    border-radius: 20px;
    position: relative;
    -webkit-transition: .25s ease;
    transition: .5s ease;
  }


.catalog_holder .size-picker .size1.disabled span {
    opacity: .5;
}

/* Серый контур вокруг кружка */
.catalog_holder .size-picker .size1.avaible span::before {
    content: '';
    position: absolute;
    top: -4.5px;
    right: -2.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #d7cbcb; /* Серый контур */
    z-index: 1;
}

/* Белый контур вокруг кружка */
.catalog_holder .size-picker .size1.avaible span::after {
    content: '';
    position: absolute;
    top: -7px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #ffffff; /* Белый контур */
    z-index: 0;
}

/* Варианты заливки кружков в зависимости от класса */
.catalog_holder .size-picker .size1.avaible.one span::before {
    background:#44e20e
}

.catalog_holder .size-picker .size1.avaible.two span::before {
    background:#fff60e
}

.catalog_holder .size-picker .size1.avaible.three span::before {
    background: #ff845c;  
}

.catalog_holder .size-picker .size1.stock span::after {
    position: absolute;
    top: -8px;
    right: -4px;
    width: 15px;
    height: 15px;
    background-color: #fff; /* Белый фон */
    text-align: center;
    border-radius: 50%; /* Закругленный кружок */
    font-size: 10px;
    line-height: 16px;
    z-index: 2;
    color:#ed8f8f
}

/* Специфические стили для цифры 1 */
.catalog_holder .size-picker .size1.stock.one span::after {
    content: '1';   
}

.timer {
    font-size: 10px; 
    color: rgb(228, 120, 120);
    margin-bottom: 4px;
    padding-top: 2px;
    text-align: left;
    font-weight: bold;
}

.timer.disabled {
    display: none;
}
/* Специфические стили для цифры 2 */
.catalog_holder .size-picker .size1.stock.two span::after {
    content: '2';   
}

/* Если avaible есть, кружки и контуры активны */
.catalog_holder .size-picker .size1.avaible span::before,
.catalog_holder .size-picker .size1.avaible span::after {
    display: block;
}

/* Для disabled — отображаем только иконку и скрываем всё остальное */
.catalog_holder .size-picker .size1.disabled span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/disabled-color.png?u=1') no-repeat center;
    background-size: 17px 17px;
    z-index: 2; /* Задвигаем перед иконкой */
}

/* Скрываем контуры для disabled */
.catalog_holder .size-picker .size1.disabled span::after {
    display: none;
}

/* Полностью отключаем заливки и контуры у disabled */
.catalog_holder .size-picker .size1.disabled span::before {
    background-color: transparent;
    border: none;
}



















.catalog_holder .color-picker .color span {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 2px solid #f0eeee;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%
}

.catalog_holder .color-picker .color::before {
    display: none
}

.catalog_holder .color-picker .color.disabled span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/disabled-color.png?u=1) no-repeat center;
    background-size: 17px 17px
}

.catalog_holder .color-picker .color:hover span:after {
    content: '';
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 100%;
    background-color: #6e9e3b;
    left: 0
}

.catalog_holder .color-picker .color.active span:after {
    content: '';
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 100%;
    background-color: #6e9e3b;
    left: 0
}

.catalog_holder .size-picker {
    text-align: left;
    width: 100%;
    display: none;
    margin: 10px 0 0;
    padding: 0
}

.catalog_holder .product_group .size-picker {
    padding-right: 30px
}

.product_group .opt-price {
    float: right;
    z-index: 3;
    margin-top: 2px;
    font-size: 12px;
    color: #6a6a6a;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 5px;
    cursor: pointer
}

.product_group .opt-price:hover {
    font-weight: 600
}

.product_group .opt-price:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 9px;
    height: 12px;
    background: url(img/opt-price.png) no-repeat center
}

.catalog_holder .size-picker.active {
    display: inline-block
}

.catalog_holder .size-picker .size {
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    padding: 3px;
    margin: 0 0 5px
}

.catalog_holder .size-picker .size.active span,
.catalog_holder .size-picker .size:not(.disabled):hover span {
    background-color: #8fc853;
    color: #fff
}

.catalog_holder .size-picker .size span {
    display: block;
    font-size: 11px;
    color: #0e0506;
    height: 28px;
    line-height: 28px;
    padding: 0 3px;
    width: initial;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #78aa43;
    border-radius: 15px;
    -webkit-transition: .25s ease;
    transition: .25s ease
}

.catalog_holder .size-picker .size1::before,
.catalog_holder .size-picker .size::before {
    display: none
}

.catalog_holder .size-picker1 .size span {
    display: block;
    font-size: 12px;
    color: #0e0506;
    height: 33px;
    line-height: 32px;
    padding: 0 3px;
    min-width: 33px;
    text-align: center;
    border: 1px solid #78aa43;
    border-radius: 19px;
    -webkit-transition: .25s ease;
    transition: .25s ease
}

.catalog_holder .size-picker1 {
    text-align: center
}

.catalog_holder .size-picker1 .size {
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    padding: 3px;
    margin: 0 0 5px
}

.catalog_holder .size-picker1 .size.active span,
.catalog_holder .size-picker1 .size:not(.disabled):hover span {
    background-color: #8fc853;
    color: #fff
}

.catalog_holder .action-link {
    padding: 0 15px
}

.catalog_holder .action-link a {
    width: 50%;
    margin: 0 auto;
    display: block;
    padding: 15px 20px;
    border: 1px solid #44b000;
    text-align: center;
    font-size: 24px;
    color: #44b000;
    text-transform: uppercase;
    text-decoration: none
}

.catalog_holder .action-link a:hover {
    background-color: #8fc853;
    color: #fff
}

.catalog_holder .unsubscribe {
    margin-bottom: 30px;
    padding: 0 15px
}

.color-picker-arrows .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%
}

.color-picker-arrows.disabled {
   display: none !important;
}

.color-picker-arrows .arrow.left {
    left: 0
}

.color-picker-arrows .arrow.right {
    right: 0
}

.color-picker-arrows .arrow span {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    z-index: 2;
    border: 2px solid transparent
}

.color-picker-arrows .arrow:hover {
    cursor: pointer
}

.color-picker-arrows .arrow.left span {
    background: url(img/arrow-left.png) no-repeat;
    left: 0;
    transform: translate(0, -50%);
    background-position: center;
    -webkit-background-size: 80%;
    background-size: 65%;
    opacity: 0
}

.color-picker-arrows .arrow.right span {
    background: url(img/arrow-right.png) no-repeat;
    right: 0;
    transform: translate(0, -50%);
    background-position: center;
    -webkit-background-size: 80%;
    background-size: 65%;
    opacity: 0
}

.product:hover .color-picker-arrows .arrow.left span,
.product:hover .color-picker-arrows .arrow.right span {
    opacity: 1
}

.size-b ul.product_sizes {
    display: none
}

.size-b ul.product_sizes.active,
.size-b.size_single ul.product_sizes {
    display: block
}
.size-b ul.product_materials {
    display: none
}

.size-b ul.product_materials.active,
.size-b.size_single ul.product_materials {
    display: block
}

.product-page .price-b b.pro_old_price {
    display: none
}

.product-page .price-b b.pro_old_price.active {
    display: inline-block
}

.hidden_openbasket {
    display: none
}

.reg_btns .reg_link_check .reg_link_disabled_btn {
    display: block
}

.reg_btns .reg_link_check.reg_term_success .reg_link_disabled_btn {
    display: none
}

.reg_btns .reg_link_check .reg_link,
.reg_btns .reg_link_check a.btn.reg_link.active {
    display: none
}

.reg_btns .reg_link_check.reg_term_success a.btn.reg_link.active {
    display: block
}

#reg-form-business .select-list-f.error_select {
    border: 1px solid red;
    padding-top: 20px
}

.input_phone {
    width: 100%;
    position: relative
}

.input_phone input {
    color: #000;
    -webkit-text-fill-color: #000;
    caret-color: #000;
}

.input_phone label {
    display: block;
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 32px;
    right: 0;
    color: #91b66b;
    padding: 0 35px
}

.validate_input {
    font-style: normal;
    color: #ff6e6e
}

.input {
    display: block;
    width: 100%;
    position: relative
}



.input label.error {
    position: relative;
    color: #e02f26;
    margin-top: 0;
    display: block;
    width: 100%;
    font-size: 12px;
    padding-left: 12px
}

.input label.error:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 2px;
    background: #e02f26;
    border-radius: 50%
}

.filter .filter-item {
    position: relative
}

.find_counter {
    background: #fff;
    border: 1px solid #6e9e3b;
    padding: 15px 10px;
    position: fixed;
    display: none;
    min-width: 180px;
    left: 500px;
    height: 100px;
    top: 278px;
    z-index: 4;
    font-size: 16px;
    transition: .5s;
    box-shadow: 8px 5px 7px 0px #000;
    bottom: 0;
}

.find_counter:hover {
    text-decoration: none
}

.find_counter:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-right: 10px solid #6e9e3b
}

.find_counter_ttl {
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 13px;
    vertical-align: middle;
    color: #000;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center
}

.find_counter_text {
    text-decoration: none;
    background: #6e9e3b;
    width: 100%;
    text-transform: uppercase;
    outline: 0;
    font-size: 14px;
    color: #fff;
    margin: 0;
    border: 1px solid #6e9e3b;
    display: inline-block;
    padding: 6px 15px;
    transition: .5s;
    text-align: center
}

.find_counter_text:hover {
    background: #fff;
    color: #6e9e3b;
    border: 1px solid #6e9e3b
}

.buy-model {
    display: none !important
}

.pagination {
    margin: 20px auto;
    text-align: center;
    width: 100%
}

ul.pagination li:before {
    display: none
}

.pagination>li {
    display: inline-block;
    padding-left: 0;
    margin: 5px
}

.pagination li a,
.pagination li span {
    text-align: center;
    background: #fff;
    width: 40px;
    line-height: 40px;
    display: block;
    height: 40px;
    color: #6e9e3b;
    border: 1px solid #6e9e3b
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    outline: 0;
    background: #6e9e3b;
    border: 1px solid #6e9e3b;
    color: #fff;
    text-decoration: none
}

.color_hidden {
    display: none
}

.regular_color {
    font-size: 14px;
    line-height: 12px;
    text-transform: uppercase
}

.menu_catalog_back {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: 0 0;
    z-index: 0
}

.menu-l nav ul {
    margin-top: 0
}

.groups_selector {
    display: inline-block;
    margin-left: 20px;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
  }
  
  .groups_selector label {
    vertical-align: top;
    margin-right: 5px;
    margin-left: 5px;
    color: #6e9e3b;
    font-size: 14px;
    cursor: pointer;
  }
  
  .groups_selector .groups {
    width: 44px;
    height: 22px;
    background: #e5e5e5;
    z-index: 0;
    margin: 2px 0 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 22px;
    vertical-align: top;
    display: inline-block;
  }
  
  .groups_selector .groups:before {
    content: ' ';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 40px;
    height: 18px;
    background: #f7f7f7;
    z-index: 1;
    border-radius: 22px;
    transition-duration: .5s;
  }
  
  .groups_selector .groups:after {
    content: ' ';
    width: 18px;
    height: 18px;
    border-radius: 19px;
    z-index: 2;
    background: #FFFFFF;
    position: absolute;
    transition-duration: .5s;
    top: 2px;
    left: 2px;
    box-shadow: 0 0 3px #999;
  }
  
  .groups_selector .groups.switchOn:before {
    background: #6f9d41;
  }
  
  .groups_selector .groups.switchOn:after {
    left: 24px;
  }

.login_selector_holder {
    display: flex;
    
    width: 100%;
    margin-bottom: 15px
}

.login_selector_name {
    /* display: table-caption */
    flex: 1 1 auto
}

.login_selector {
    flex: 0 0 auto;
    margin-left: 20px;
    line-height: 25px;
    height: 25px;
    cursor: pointer
}

.login_selector label {
    vertical-align: top;
    margin-right: 5px;
    margin-left: 5px;
    color: #6e9e3b;
    font-size: 14px;
    cursor: pointer
}

.login_selector .logins {
    width: 44px;
    height: 22px;
    background: #e5e5e5;
    z-index: 0;
    margin: 2px 0 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 22px;
    vertical-align: top;
    display: inline-block
}

.login_selector .logins:before {
    content: ' ';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 40px;
    height: 18px;
    background: #6e9e3b;
    z-index: 1;
    border-radius: 22px
}
.login_selector .logins:after {
    content: ' ';
    width: 18px;
    height: 18px;
    border-radius: 19px;
    z-index: 2;
    background: #fff;
    position: absolute;
    transition-duration: .5s;
    top: 2px;
    left: 2px;
    box-shadow: 0 0 3px #999
}
.login_selector .logins.switchOn:before {
    background: #6e9e3b;
}

.login_selector .logins.switchOn:after,
.login_selector .switchOn:after {
    left: 24px
}

.catalog-discount {
    height: 40px;
    width: auto;
    background: rgb(111, 18, 18);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 
 .catalog-discount > span {
     color: RGB(134, 185, 83) !important;
     display: inline-block;
     font-size: 13px;
 }

 .product-promo {
    display: flex;
    background: white;
    justify-content: center;
    overflow: hidden; /* Обрезаем текст за границами */
    white-space: nowrap; /* Запрещаем перенос строк */
}

.product-promo > span {
    color: RGB(134, 185, 83) !important;
    display: inline-block;
    animation: marquee 10s linear infinite; /* Анимация */
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.cat_title {
    border-top: 2px solid #edf1f6;
    text-align: center;
    margin: 20px 0
}

.cat_title>span {
    display: block;
    margin: -18px 0 0
}

.cat_title>span>span {
    display: inline-block;
    position: relative;
    background: #fff;
    font-weight: 700;
    color: #6f9d41;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    border: 2px solid #edf1f6;
    border-width: 2px 0
}

.cat_title>span>span>.s_col {
    color: #ff8808
}

.cat_title>span>span:before {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 30px;
    top: 0;
    left: -14px;
    transform: rotate(180deg);
    background: url(img/arrow_title.png) no-repeat 0 0
}

.cat_title>span>span:after {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 30px;
    top: 0;
    right: -14px;
    background: url(img/arrow_title.png) no-repeat 0 0
}

.cart2_newpost,
.cart2_proxy,
.cart2_transport,
.delivery_type {
    display: none
}

.cart2_newpost.active,
.cart2_proxy.active,
.cart2_transport.active,
.delivery_type.active {
    display: block
}

.hidden_submit_btn,
.hidden_submit_change_btn {
    display: none !important
}

.scroller.disable .overview {
    top: 0 !important
}

.scroller.disable .scrollbar {
    display: none !important
}

#cart2 .jq-selectbox {
    max-width: 240px
}

#cart2 .jq-selectbox.focused {
    border-color: auto;
    border: 2px solid #91b66b; 
    outline: none;
}



#cart2 .jq-selectbox__dropdown ul {
    max-height: 400px
}

.np_block .jq-selectbox {
    max-width: 274px
}

.profile-info.edit-wrapper.active .np_block {
    position: relative;
    border: 1px solid #f0f0f0;
    padding: 20px 5px 0
}

.profile-info.edit-wrapper.active .remove_np_block {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 26px;
    margin-right: 10px;
    background-color: #fff;
    background: url(img/add.png) no-repeat center;
    transform: rotate(45deg);
    cursor: pointer;
    top: -15px;
    right: -23px;
    position: absolute
}

.np_block .chosen-container {
    width: 100% !important;
    max-width: 264px
}

.cart2_newpost .chosen-container {
    width: 100% !important;
    max-width: 240px
}

.cart2_newpost .chosen-single,
.np_block .chosen-single {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0 !important
}

.cart2_newpost .chosen-container-active.chosen-with-drop .chosen-single,
.np_block .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff
}

.cart2_newpost .chosen-container-single .chosen-single div b,
.np_block .chosen-container-single .chosen-single div b {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.cart2_newpost .chosen-results li:before,
.np_block .chosen-results li:before {
    display: none !important
}

.cart2_newpost .chosen-container .chosen-results li.active-result,
.np_block .chosen-container .chosen-results li.active-result {
    min-height: 18px;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    line-height: 1;
    text-align: left;
    font-size: 15px;
    color: #231f20
}

.cart2_newpost .chosen-container .chosen-results li.active-result.highlighted,
.cart2_newpost .chosen-results li:active,
.cart2_newpost .chosen-results li:focus,
.cart2_newpost .chosen-results li:hover,
.np_block .chosen-container .chosen-results li.active-result.highlighted,
.np_block .chosen-results li:active,
.np_block .chosen-results li:focus,
.np_block .chosen-results li:hover {
    background: #73b257;
    color: #fff
}

.iframe_google_holder {
    position: relative
}

.iframe_google_holder .btn_history {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 60px;
    background: url(img/btn_history.png);
    pointer-events: none;
    z-index: 2
}

.iframe_google_holder:before {
    content: "";
    background: #6e9e3b;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

#fastbuy .input {
    display: block;
    margin: 0
}

.step-item #fastbuy .data-form .input-group {
    margin-bottom: 20px
}

.fastbuy-page {
    background: #fbfcf8;
    color: #231f20
}

.fastbuy-page article {
    padding: 34px 0 58px
}

.fastbuy-page__container {
    max-width: 1220px
}

.fastbuy-page__header {
    max-width: 620px;
    margin-bottom: 28px
}

.fastbuy-page__eyebrow,
.fastbuy-panel__eyebrow {
    margin: 0 0 16px;
    color: #6e9e3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .08em
}

.fastbuy-page__title {
    margin: 0;
    color: #231f20;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase
}

.fastbuy-page__title:empty {
    display: none
}

.fastbuy-page__lead {
    margin-top: 20px;
    color: #716d68;
    font-size: 18px;
    line-height: 1.55
}

.fastbuy-page__lead:empty {
    display: none
}

.fastbuy-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .9fr);
    gap: 28px;
    align-items: start
}

.fastbuy-panel {
    min-width: 0;
    padding: 28px;
    border: 1px solid #e6dfd2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(43, 50, 30, .08)
}

.fastbuy-panel__header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 28px
}

.fastbuy-panel__title {
    margin: 0;
    color: #231f20;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase
}

.fastbuy-panel__title:after {
    content: '';
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 22px;
    background: #83b263
}

.fastbuy-summary {
    display: flex;
    gap: 12px;
    flex: 0 0 auto
}

.fastbuy-summary__item {
    min-width: 116px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #f5f7ef
}

.fastbuy-summary__label {
    display: block;
    margin-bottom: 6px;
    color: #817c73;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .06em
}

.fastbuy-summary__value {
    display: block;
    color: #231f20;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15
}

.fastbuy-page .basket_step_1,
.fastbuy-page .basket_step_1 .product-table,
.fastbuy-page .basket_step_1 .table-wrp {
    margin: 0;
    padding: 0
}

.fastbuy-page .basket_step_1 .product-table table,
.fastbuy-page .basket_step_1 .product-table tbody {
    display: block;
    width: 100%
}

.fastbuy-page .basket_step_1 .product-table tr {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 82px 122px 46px;
    gap: 18px;
    align-items: center;
    margin: 0 0 16px;
    padding: 18px;
    border: 1px solid #ebe5da;
    border-radius: 8px;
    background: #fff
}

.fastbuy-page .basket_step_1 .product-table tr:last-child {
    margin-bottom: 0
}

.fastbuy-page .basket_step_1 .product-table td {
    display: block;
    float: none;
    width: auto;
    max-width: none;
    padding: 0;
    border: 0;
    vertical-align: middle
}

.fastbuy-page .basket_step_1 .product-table .photo {
    width: 120px;
    height: 160px;
    margin: 0;
    border-radius: 8px;
    background-color: #f5f5f2;
    background-position: center;
    background-size: cover
}

.fastbuy-page .basket_step_1 .product-table .name {
    display: block;
    padding: 0;
    color: #231f20;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25
}

.fastbuy-page .basket_step_1 .product-table small {
    margin-top: 8px;
    color: #69645f;
    font-size: 14px;
    line-height: 1.55
}

.fastbuy-page .basket-card__tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #6e9e3b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .08em
}

.fastbuy-page .basket_step_1 .product-table .title {
    display: block;
    margin: 0 0 8px;
    color: #8a857d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .06em
}

.fastbuy-page .basket-card__qty,
.fastbuy-page .basket-card__sum,
.fastbuy-page .basket_step_1 .product-table td:nth-child(3),
.fastbuy-page .basket_step_1 .product-table td:nth-child(4) {
    color: #231f20;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2
}

.fastbuy-page .basket_step_1 .product-table .remove {
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid #eff1e9;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    visibility: visible
}

.fastbuy-page .basket_step_1 .product-table .remove:before,
.fastbuy-page .basket_step_1 .product-table .remove:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0;
    background: #83b263;
    transform: translate(-50%, -50%) rotate(45deg)
}

.fastbuy-page .basket_step_1 .product-table .remove:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.fastbuy-page .basket_step_1 .product-table .remove:hover {
    border-color: #83b263
}

.fastbuy-page #fastbuy {
    margin: 0
}

.fastbuy-page #fastbuy .data-form {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 0
}

.fastbuy-page #fastbuy .data-form .input-group,
.fastbuy-page #fastbuy .input-group {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin: 0
}

.fastbuy-page #fastbuy .label {
    width: auto;
    padding: 7px 0 0;
    color: #777169;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: normal
}

.fastbuy-page #fastbuy .input {
    display: block;
    min-width: 0;
    margin: 0
}

.fastbuy-page #fastbuy input,
.fastbuy-page #fastbuy textarea {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    border: 1px solid #e6dfd2;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(43, 50, 30, .04);
    color: #231f20;
    font-size: 16px;
    line-height: 1.35
}

.fastbuy-page #fastbuy input {
    height: 42px;
    padding: 0 16px
}

.fastbuy-page #fastbuy textarea {
    min-height: 112px;
    padding: 12px 16px;
    resize: vertical
}

.fastbuy-page #fastbuy input:focus,
.fastbuy-page #fastbuy textarea:focus {
    border-color: #83b263;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(131, 178, 99, .14)
}

.fastbuy-page #fastbuy .error_input {
    border-color: #d44;
    box-shadow: 0 0 0 3px rgba(221, 68, 68, .12)
}

.fastbuy-page #fastbuy .to-pay {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 18px;
    align-items: center;
    margin: 28px 0 0;
    padding: 18px 20px;
    border: 0;
    border-radius: 8px;
    background: #f5f7ef;
    color: #69645f;
    font-size: 16px;
    text-transform: none
}

.fastbuy-page #fastbuy .to-pay b {
    color: #231f20;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15
}

.fastbuy-page__note {
    margin: 22px 0 0;
    color: #69645f;
    font-size: 15px;
    line-height: 1.45
}

.fastbuy-page #fastbuy .form-action {
    display: block;
    padding: 26px 0 0;
    border: 0
}

.fastbuy-page #fastbuy .form-action .btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 22px;
    border: 2px solid #83b263;
    border-radius: 0;
    background: #fff;
    color: #6e9e3b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .04em
}

.fastbuy-page #fastbuy .form-action .btn:hover {
    background: #83b263;
    color: #fff
}

.modal-b .terms.error_message,
.modal-b .terms.error_message span,
.modal-b .terms.error_message span a {
    color: red
}

.terms.error_message.checkbox .checkbox-box {
    border: 1px solid red
}

#post_user {
    color: #6e9e3b;
    font-weight: 700
}

.iframe_google_holder iframe {
    pointer-events: none
}

.user_agreement {
    color: #70ae20
}

.user_agreement:hover {
    text-decoration: underline;
    color: #70ae20
}

.basket_full_mobile.active {
    background: #64be37;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    top: 4px;
    right: 8px
}

.reg_form_type_2 .default_cval_city .jq-selectbox__select-text,
.reg_form_type_2 .default_cval_country .jq-selectbox__select-text,
.reg_form_type_2 .default_cval_region .jq-selectbox__select-text,
.reg_form_type_3 .default_cval_city .jq-selectbox__select-text,
.reg_form_type_3 .default_cval_country .jq-selectbox__select-text,
.reg_form_type_3 .default_cval_region .jq-selectbox__select-text,
.reg_form_type_4 .default_cval_city .jq-selectbox__select-text,
.reg_form_type_4 .default_cval_country .jq-selectbox__select-text,
.reg_form_type_4 .default_cval_region .jq-selectbox__select-text,
.reg_form_type_5 .default_cval_city .jq-selectbox__select-text,
.reg_form_type_5 .default_cval_country .jq-selectbox__select-text,
.reg_form_type_5 .default_cval_region .jq-selectbox__select-text {
    color: #9d9d9d
}

.product-page .buy-b .price-b {
    display: flex;
    padding-bottom:  10px;
    cursor: pointer
}

.item_images_mobile {
    margin-top: 20px;
    display: block;
    width: 100%;
    position: relative
}

.item_images_mobile .gallery_m {
    display: block;
    width: 100%
}

.item_images_mobile .gallery_m img {
    display: block;
    width: 100%
}

.item_images_mobile .owl-dots {
    text-align: center;
    width: 100%
}

.item_images_mobile .owl-dots .owl-dot {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #78aa43;
    margin: 6px
}

.item_images_mobile .owl-dots .owl-dot.active {
    background: #78aa43;
    border: 1px solid #78aa43
}

.file_preview {
    text-align: center;
    width: 100%;
    height: 600px;
    max-width: 900px;
    margin: 0 auto
}

.file_download {
    width: 100%
}

.file_buy_history {
    display: inline-block;
    margin: 10px auto;
    padding: 0 !important;
    line-height: 40px;
    position: relative;
    margin-left: 100px;
    text-align: center;
    width: 160px;
    border: 1px solid #ddd;
    transition: .5s
}

.file_buy_history:hover {
    background: #6e9e3b;
    color: #fff;
    text-decoration: none
}

.file_buy_history .icon_history {
    position: absolute;
    top: 0;
    left: -50px;
    height: 40px;
    width: 40px;
    display: block
}

.file_buy_history .icon_history.icon_pdf {
    background: url(img/pdf.png);
    background-size: 40px 40px
}

.file_buy_history .icon_history.icon_xml {
    background: url(img/xml.png);
    background-size: 40px 40px
}

.file_buy_history .icon_history.icon_xls,
.file_buy_history .icon_history.icon_xlsx {
    background: url(img/xls.png);
    background-size: 40px 40px
}

.history_item {
    display: inline-block;
    float: left;
    padding: 0 5px
}

.history_item>div {
    padding: 4px 0;
    border: 0;
    text-align: center;
    vertical-align: top;
    font-size: 14px
}

.history_item .histrory_item_2 {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 2px 3px;
    min-width: 50px;
    max-width: 70px;
    cursor: default
}

.history_item .histrory_item_3 {
    color: #929292
}

.history_item .first_price {
    text-decoration: line-through
}

.history-table .colors-s ul span.noColorCode {
    text-align: center;
    line-height: 16px
}

.catalog_type_1 .opt-price,
.catalog_type_4 .opt-price {
    display: none
}

.product_type_1 .opt-price,
.product_type_4 .opt-price {
    display: none
}

.catalog_holder .products-list .product {
    transition: .2s
}

.catalog_holder .products-list.product_in_view .product {
    margin-bottom: 0
}

.catalog_holder .products-list.product_in_view .product .info {
    display: none
}

.catalog_holder .product-list.product_in_view .product .product_blocks {
    display: none
}

.catalog_holder .products-list.product_in_view .product .discount {
    display: none !important
}

.catalog_holder .products-list.product_in_view .col-md-4.col-sm-6.col-xs-12,
.catalog_holder .products-list.product_in_view .col-md-4.col-sm-6.col-xs-6 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    border: 1px solid #fff;
    width: 33%;
    transition: 0.4s;
}

.catalog_holder .products-list.product_in_view .product .color-picker-arrows .arrow.left {
    background: #fff;
    border-radius: 3px;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    left: auto;
    border: 1px solid #e4e4e4;
    z-index: 2
}

.catalog_holder .products-list.product_in_view .product .color-picker-arrows .arrow.right {
    background: #fff;
    border-radius: 3px;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    left: auto;
    border: 1px solid #e4e4e4
}

.catalog_holder .products-list.product_in_view .product .color-picker-arrows .arrow.left span,
.catalog_holder .products-list.product_in_view .product .color-picker-arrows .arrow.right span {
    display: none
}

.catalog_holder .products-list.product_in_view .product .product-image {
    overflow: hidden;
    position: relative;
    width: 100%
}

.catalog_holder .products-list.product_in_view .product .product-image .image {
    width: 100%;
    height: 100%
}

.back_product_in_view span {
    width: 22px;
    height: 22px;
    background: url(img/percent-2.png) no-repeat 0 0;
    background-size: 22px 22px;
    display: block;
    border-radius: 2px
}

.back_product_in_view {
    display: none;
    background: #6bc255;
    padding: 7px;
    height: 35px;
    width: 35px;
    position: fixed;
    top: 66%;
    left: -50px;
    z-index: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .55);
    transition: top 0.3s ease;
}

.back_product_in_view.active {
    display: block
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animateFadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animateFadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-page .size-set-b.size-set-b-mobile {
    display: none
}

.product-page .size-set-b.size-set-b-desktop {
    display: flex
}

article .lSSlideOuter ul li:before {
    display: none
}

.lSSlideOuter .lSPager.lSpg>li {
    z-index: 0
}

.lSSlideOuter .lSPager.lSpg>li a {
    width: 12px;
    height: 12px;
    background-color: #d5d5d5
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #6e9e3b
}

#sorting {
    margin-top: 60px
}

form .remove_search_h {
    background: url(img/filter_search_close.png);
    background-size: 14px 14px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 7px;
    cursor: pointer;
    width: 22px;
    text-align: center;
    height: 22px;
    transition: .5s;
    background-position: 3px 4px;
    display: none !important
}

form.search_active .remove_search_h {
    display: block !important
}

.search-small form.search_active .remove_search_h {
    top: 6px
}

form.search_active input[type=text] {
    padding-left: 32px
}
.filter_selected {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    font-size: 14px;
    background: #f0f0f0;
    padding: 0 8px;
    margin-left: 20px;
    border-radius: 5px;
    cursor: pointer
}

.filter-item .filter_selected {
    display: none;
    margin-left: 5px
}

.filter_selected:hover {
    color: #6f9d41;
    background: #e4e4e4
}

.filter_selected i {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(img/all-icons.png) no-repeat 0 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-position: -131px -6px
}

.hidden_submit_btn_fb {
    display: none !important
}

@media (min-width:1300px) {
    .container {
        width: 1270px
    }
    .product-page .photo-wrp.affix,
    .product-page .photo-wrp.affix-bottom {
        width: 605px
    }
}

.side_cats>li>a:before {
    display: none !important
}

.product-list .sort_new .col-md-12 {
    display: none !important
}

.row_checked [type=checkbox]:checked,
.row_checked [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.row_checked [type=checkbox]:checked+label,
.row_checked [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.row_checked [type=checkbox]:checked+label:before,
.row_checked [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 0;
    box-shadow: none
}

.row_checked [type=checkbox]:checked+label:after,
.row_checked [type=checkbox]:not(:checked)+label:after {
    content: '✓';
    position: absolute;
    top: -1px;
    left: 2px;
    font-size: 24px;
    line-height: .8;
    color: #6e9e3c;
    transition: all .2s
}

.row_checked [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.row_checked [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.row_checked [type=checkbox]:disabled:checked+label:before,
.row_checked [type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.row_checked [type=checkbox]:disabled:checked+label:after {
    color: #999
}

.row_checked [type=checkbox]:disabled+label {
    color: #aaa
}

.row_checked [type=checkbox]:checked:focus+label:before,
.row_checked [type=checkbox]:not(:checked):focus+label:before {
    border: 1px dotted #00f
}

#breadcrumbs_holder {
    display: block;
    width: 100%;
    float: left
}

.m_catalog_head_mini_nav {
    line-height: 20px;
    padding: 0;
     margin-top: 10px;
    padding-bottom: 15px;
    padding-top: 35px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.m_catalog_head_mini_nav::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.m_catalog_head_mini_nav li {
    max-height: 30px;
    margin-bottom: 5px;
    list-style: none;
    background-color: #f4f4f4
}

.m_catalog_head_mini_nav li:first-child {
    margin-left: 0
}

.m_catalog_head_mini_nav li:first-child a {
    padding-left: 10px
}

.m_catalog_head_mini_nav li.active {
    background-color: #e0dfdf;
    cursor: default
}

.m_catalog_head_mini_nav li.active a {
    cursor: default
}

.m_catalog_head_mini_nav li.active a::after {
    background-color: #e0dfdf
}

.m_catalog_head_mini_nav a {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 30px;
    color: #1c1c1c;
    font-size: 12px
}

.m_catalog_head_mini_nav a:hover {
    color: #6f9d41
}

.m_catalog_head_mini_nav li.active a:hover {
    text-decoration: none;
    color: #1c1c1c
}

/* @keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.m_catalog_head_mini_nav li.last a {
    animation: blink 1s infinite;
}

.m_catalog_head_mini_nav li.last a::after {
    animation: blink 1s infinite;
} */

.m_catalog_head_mini_nav a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 30px;
    border-right: 1px solid #fff;
    border-radius: 0 20px 20px 0;
    background-color: #f4f4f4
}

.home_icon {
    width: 20px;
    height: 16px;
    display: block;
    background: url(img/home.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.match_container {
    display: none
}

.search_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    float: left;
    border: 1px solid #f4f4f4;
    box-shadow: 0 8px 6px 4px rgba(80, 66, 66, 0.2);
    position: absolute;
    background: #fff;
    top: 45px;
    left: 0
}

.search_container ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 101
}

.search_container ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    float: left;
    margin: 3px 0;
    padding: 3px 0;
    text-transform: none !important;
    border-bottom: 1px solid #f4f4f4
}

.search_container ul li:last-child {
    border: none
}

.search_container ul li a {
    text-decoration: none;
    display: flex !important;
    align-items: center;
    width: 100%
}

.search_container ul li:hover {
    text-decoration: none;
    background: #70ae20
}

.search_container ul li a img {
    display: inline-block !important;
    margin: 15px !important;
    padding: 0 !important
}



.match_product_container {
    display: flex;
    align-items: center; /* Выравнивание элементов по центру по вертикали */
    flex-wrap: nowrap; /* Запрещает перенос иконки */
}

.search_container ul li a span {
    display: inline-block !important;
    color: #6a6a6a;
    font-size: 16px;
}

.search_container ul li a span b {
    color: #000
}

.search_container ul li:hover a span b {
    color: #fff
}

.search_container ul li:hover a span {
    color: #fff;
    text-decoration: none
}

.search_container ul li a.submit_search {
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
    color: #70ae20
}

.search_container ul li a.submit_search:hover {
    color: #fff
}

.match_more_all {
    margin-right: 5px;
    display: inline-block;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    border: 0;
    padding: 0;
    outline: 0;
    background: url(img/match_more_all.png);
    background-size: 20px 16px;
    background-position: 2px 2px;
    background-repeat: no-repeat
}

.search_container ul li:hover .match_more_all {
    background: url(img/match_more_all_h.png);
    background-size: 20px 16px;
    background-position: 2px 2px;
    background-repeat: no-repeat
}

.match_more_cat {
    margin-right: 5px;
    display: inline-block;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    border: 0;
    padding: 0;
    outline: 0;
    background: url(img/match_more_cat.png);
    background-size: 20px 16px;
    background-position: 2px 2px;
    background-repeat: no-repeat
}

.match_more_cat { 
    margin-left: 15px;
    flex-shrink: 0; /* Предотвращает сжатие иконки */
    align-self: center; /* Выравнивает иконку по центру */
}

.search_container ul li:hover .match_more_cat {
    background: url(img/match_more_cat_h.png);
    background-size: 20px 16px;
    background-position: 2px 2px;
    background-repeat: no-repeat
}

.search_overflow {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(28, 28, 28, .7)
}

@media (max-width:1300px) {

    .catalog_holder .products-list .product .discount.label-1, .product-page .discount.label-1 {
        top: 335px;
        left: 7px;
    }

    .catalog_holder .products-list .product .product-image {
        position: relative
    }
}

@media (max-width:1200px) {
    .catalog_holder .products-list .product .discount.label-1, .product-page .discount.label-1 {
        top: 85%;
        left: 7px;
    }

    .catalog_holder .products-list .product .product-image {
        position: relative;
        min-height: 200px;
    }
    .file_preview {
        text-align: center;
        width: 100%;
        height: 500px;
        max-width: 700px;
        margin: 0 auto
    }
    .header .person.dropdown span {
        max-width: 135px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        height: 40px
    }
    .catalog_holder .products-list .product .active-color>span {
        max-width: 76px
    }
}

@media (max-width:1100px) {
    .fixed-panel {
        display: none
    }
}

@media (max-width:1024px) {

    .catalog_holder .products-list .product .discount.label-1, .product-page .discount.label-1 {
        top: 380px;
        left: 7px;
    }

    .product-page .price-b b.pro_old_price.active {
        display: inline-block;
        margin-right: 25px
    }
    .product-page .size-set-b.size-set-b-mobile {
        display: flex
    }
    .product-page .size-set-b.size-set-b-desktop {
        display: none
    }
    .product-page .product-info .name_h {
        margin-top: 0
    }
    .product-page .reviews-top {
        margin-top: -45px
    }
    .product-page .product-info .name .artik {
        display: none
    }

    .header .main-menu {
        min-height: 430px;
   }
    .back_to_filters {
        position: absolute;
        z-index: 3;
        top: 5px;
        left: 10px;
        width: 100%;
        height: 26px;
        cursor: pointer;
        padding: 0;
        border: 0;
        outline: 0;
        background: url(img/back-arrow-w.png) no-repeat left;
        background-size: contain
    }


    #filters_holder {
        position: fixed;
        width: 100%;
        height: 100% !important;
        top: 0;
        left: 0;
        margin-left: 0;
        background: #fff;
        z-index: 30;
        padding: 40px 20px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 30px
    }
    #filters_holder:before,
    #sorting_holder:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #76c37f;
        height: 40px
    }
    #filters,
    #filters.fixed_filters {
        position: relative;
        width: 100%;
        height: auto !important;
        top: 0;
        z-index: inherit;
        background: #fff
    }
    .filters_btns,
    .filters_btns_in,
    .sorting_btns {
        display: block;
        width: 100%;
        height: 46px;
        position: fixed;
        bottom: 0;
        left: 0;
        text-align: center;
        z-index: 2
    }


    .filters_btns a,
    .filters_btns_in a,
    .sorting_btns a {
        background: #efefef;
        width: 49%;
        display: inline-block;
        height: 46px;
        font-size: 16px;
        line-height: 46px;
        text-align: center;
        transition: .5s;
        cursor: pointer;
        font-weight: 600
    }
    .filters_btns a:hover,
    .filters_btns_in a:hover,
    .sorting_btns a:hover {
        background: #ddd
    }


    #filters .h1 {
        display: none
    }
    #filters .h1.h1_mob {
        display: block
    }
    .search_container {
        position: fixed;
        top: auto;
        left: 0;
        max-height: calc(100% - 200px);
        overflow-x: auto;
        z-index: 1
    }
    .search_container ul li a .match_product_img {
        max-width: 20px !important;
        padding: 0 !important
    }
    .search_container ul li a .match_product_img img {
        max-width: 100%
    }
    .mobile_filter {
        position: fixed;
        bottom: 0;
        background: #fff;
        border-top: 1px solid #e9e8e9;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, .2);
        width: 100%;
        text-align: center;
        left: 0;
        z-index: 9;
        padding: 5px 10px;
        transition: 1s
    }
    .mobile_filter.down_swipe {
        bottom: -50px
    }
    .mobile_filter .filters-toggle {
        width: 49%;
        float: right
    }
    .mobile_filter .sorting-toggle {
        width: 49%;
        float: left;
        border-right: 1px solid #676767
    }
    .sortcatmob {
        min-width: 200px;
        position: absolute;
        top: -48px;
        right: 0
    }
    .people-sort-f.people-sort a:hover {
        color: #6a6a6a;
        text-decoration: none
    }
    .people-sort-f.people-sort a.man-sort:hover:before {
        background-position: 0 0
    }
    .people-sort-f.people-sort a.girl-sort:hover:before {
        background-position: -61px 0
    }
    .people-sort-f.people-sort a.active {
        color: #6e9e3b;
        text-decoration: none
    }
    .people-sort-f.people-sort a.man-sort.active:before {
        background-position: -30px 0
    }
    .people-sort-f.people-sort a.girl-sort.active:before {
        background-position: -98px 0
    }
    .side_cats li ul li a.active:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background-color: #6e9e3b
    }
    .filter-item .filter_selected {
        display: inline-block
    }
    .filter .size label:hover span {
        background-color: inherit;
        color: inherit
    }
    #sorting_holder {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 36px 10px 0
    }
    .sort-mobile li a {
        display: block;
        padding: 5px
    }
    .menu-l ul a:before,
    .menu-l ul li.active>span:before {
        display: none
    }
    .sort-mobile li a.active {
        background: #6e9e3b;
        color: #fff
    }
    .groups_selector {
        position: absolute;
        top: -56px;
        right: 15px
    }
    #sorting {
        margin-top: 0
    }
    .animateFadeInRight,
    .animateFadeOutLeft {
        transition: 0;
        animation-duration: 0
    }
    .header.full-width .main-menu-h {
        padding-top: 6px
    }
    .logo-h-h {
        max-width: 157px;
        display: block
    }
    .header.full-width .main-menu-h .col-sm-3 {
        width: 66.66666667%;
        padding: 0 15px;
        overflow: visible
    }
    .top-line {
        position: relative;
        z-index: 10;
    }
   
    .top-line.down_swipe {
        margin-top: -36px;
        transition: margin-top 300ms;
    }
    .top-line.up_swipe {
        margin-top: 0;
        transition: margin-top 300ms;
    }
    .header.full-width .main-menu-h .header-m-block {
        width: 25%
    }
    .header.full-width .main-menu-h .logo-h {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    #filters,
    #filters.fixed_filters {
        padding-bottom: 0;
        position: relative;
        width: 100%;
        height: auto !important;
        top: 0;
        z-index: inherit;
        background: #fff;
        /* min-height: 60px; */
        max-height: 60px;
        height: 60px
    }
    .menu-l {
        max-width: none;
        width: auto;
        margin-bottom: 50px
    }
    #filters .menu-l {
        margin-bottom: 10px
    }
    .mobile-only {
        display: block !important
    }
    .desktop-only {
        display: none !important
    }
 
    #filters_holder {
        position: fixed;
        width: 100%;
        height: 100% !important;
        top: 0;
        left: 0;
        margin-left: 0;
        background: #fff;
        z-index: 30;
        padding: 40px 10px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 30px
    }
  
    .filters-back,
    .sorting-back {
        position: absolute;
        z-index: 3;
        top: 6px;
        left: 10px;
        width: 100%;
        height: 26px;
        cursor: pointer;
        padding: 0;
        border: 0;
        outline: 0;
        background: url(img/back-arrow-w.png) no-repeat left;
        background-size: contain
    }
    .filter-item .filter-cnt:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #555;
        height: 36px
    }
 

    .filter-item .filter-cnt {
        display: none;
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        padding: 50px 10px 30px;
        overflow-x: hidden;
        overflow-y: auto
    }
    .col-filter {
        width: 100%
    }
    .col-catalog {
        width: 100%
    }
    .catalog_holder .products-list.product_in_view .col-md-4.col-sm-6.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0 !important;
        border: 1px solid #fff;
        width: 20%;
        transition: 0
    }
    .main-menu {
        display: none;
        width: 100%;
        float: none;
        clear: both;
        -webkit-transition: none !important;
        transition: none !important;
        position: absolute;
        width: 100%;
        left: 0;
        top: 104%;
        background-color: #fff;
        border-bottom: 3px solid #6e9e3b;
        border-top:  2px solid #6e9e3b;
        box-shadow: 0 33px 15px -21px rgb(58, 58, 58)
    }
    .main-menu>ul {
        height: auto;
        overflow-y: auto
    }
    .main-menu ul {
        padding: 10px 0
    }
    .main-menu>ul {
        display: block;
        padding: 0 !important;
        max-width: 750px;
        margin: 0 auto
    }
    .main-menu li {
        display: block;
        padding: 5px
    }
    .main-menu>ul li {
        padding: 0;
        border-bottom: 1px solid #e9e8e9
    }
    .main-menu>ul li a,
    .main-menu>ul li span {
        font-size: 14px !important;
        display: block;
        padding: 10px 0
    }
    .main-menu>ul>li.active:after {
        display: none
    }
}



@media (max-width:1199px) and (min-width:1025px) {
    .hidden-md-d {
        display: none !important
    }
}

@media (max-width:992px) {
    .file_preview {
        text-align: center;
        width: 100%;
        height: 300px;
        max-width: 100%;
        margin: 0 auto
    }
    .header .person.dropdown span {
        max-width: inherit;
        overflow: visible;
        display: initial;
        vertical-align: middle;
        height: auto
    }
    .product .color-picker-arrows .arrow.left span,
    .product .color-picker-arrows .arrow.right span {
        opacity: 1
    }
    .history_holder {
        width: 100%;
        display: block
    }
    .history_item {
        width: 115px
    }
    .bgvideo {
        /* background: url(img/back_main-min-min.jpeg); */
        width: 100%;
        background-position: center;
        background-size: cover
    }
    .main-menu ul {
        padding: 3px 0
    }

    .catalog_holder .products-list .product .discount.label-1, .product-page .discount.label-1 {
        top: 405px;
        left: 7px;
    }
}

@media (max-width:768px) {

    .catalog_holder .products-list .product .discount.label-1, .product-page .discount.label-1 {
        top: 230px;
        left: 7px;
    }


    .catalog_holder .products-list .product .discount.label-1, .product-page .discount.label-1 {
        line-height: 26px;
        height: 26px;
        width: 85px;
        background: #ffb566;
        border-radius: 20px;
        top: 88%;
        left: 4px;
    }

    .catalog_holder .products-list .product .discount,
    .product-page .discount {
        right: 5px;

    }

    .catalog_holder .products-list.product_in_view .product .product-image {
        min-height: 180px
    }
  
    .profile-info h3 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -1px
    }
    .profile-info .edit-btn {
        margin-left: 5px
    }
    .animateFadeInRight,
    .animateFadeOutLeft {
        animation-duration: .5s
    }
    .catalog_holder .products-list.product_in_view .col-md-4.col-sm-6.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0 !important;
        border: 1px solid #fff;
        width: 33%;
        transition: 0
    }
    .header .dropdown.person .dropdown-ctn {
        right: -15px;
        min-width: 225px;
        white-space: normal;
        left: auto
    }
   
    .header:not(.no-transition) .main-menu-h .logo-h,
    .header:not(.no-transition) .main-menu-h .main-menu>ul,
    .header:not(.no-transition) .main-menu-h .main-menu>ul>li,
    .header:not(.no-transition) .main-menu-h .row>* {
        transition: 0 !important
    }
    .menu-l .h1,
    .menu-l h1 {
        margin-bottom: 5px;
        padding-right: 145px;
        font-size: 18px;
        line-height: 30px
    }
    .cat_title {
        margin: 20px 0 10px
    }
    .history-table .hid-t>table>tbody>tr>td:nth-child(1) {
        width: 1%
    }
    .history-table .hid-t>table>tbody>tr>td:nth-child(2) {
        width: 35%
    }
    .history-table .hid-t>table>tbody>tr>td:nth-child(3) {
        width: 55%;
         padding-left: 20px;
    }
    .file_buy_history {
        margin-left: 50px
    }
    .history-table .i-tr td {
        font-size: 11px
    }
    .history-table>td {
        padding: 10px 0
    }
    .history-table thead th {
        font-size: 13px
    }
    .history-table .show-btn.mobile-only {
        margin: 0 auto;
        text-align: center;
        width: 40px;
        float: none;
        height: 40px;
        line-height: 40px;
        min-width: auto !important
    }
    .catalog_holder .product_group .size-picker {
        padding-right: 0%
    }
    section.video-or-paralax {
        position: relative;
        width: 100%;
        height: 210px
    }
    section.video-or-paralax>div {
        clip: rect(0, auto, auto, 0);
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .video-or-paralax>div>div {
        background-attachment: initial !important;
        background-repeat: no-repeat;
        position: relative
    }
    .modal-b .product-popup .product-popup-table-wrp {
        overflow-x: hidden;
        overflow-y: scroll
    }
    .product-table .table-header {
        padding: 7px
    }
    .modal-b .modal-ctn {
        padding: 0 5px
    }
    .modal-b .modal-wrp {
        padding: 20px 30px 20px;
        border-radius: 10px;
         margin-left: 5px;
        margin-top: 5px;
        margin-right: 5px
        
    }

        .product-popup .modal-wrp {
        padding: 20px 10px 10px;
    }

    .modal-b .product-popup .product-popup-actions {
        padding: 0
    }
    .modal-b .product-popup .product-popup-total {
        padding: 5px 0
    }
    .modal-b .prev-page {
        font-size: 12px
    }
    .modal-b .product-popup .product-popup-actions .btn {
        padding-left: 18px;
        padding-right: 18px
    }
    .product-page .roz-price {
        font-size: 10px
    }
    .product-page .add_to_basket,
    .product-page .fust_buy_button,
    .product-page .buy-b .btn {
        /* width: 50%; */
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 25px
    }
    .catalog_holder .products-list .product .active-color>span {
        max-width: 145px
    }
    #filters,
    #filters.fixed_filters {
        padding-bottom: 0
    }
    #filters .menu-l {
        margin-bottom: 10px
    }
    .catalog_holder .products-list .product {
        max-width: 300px;
        margin: 0 auto;
        border-bottom: 1px solid #ddd;
        position: relative;
        overflow: hidden
    }
    .filter .title {
        font-size: 15px;
        color: #0e0506;
        text-transform: uppercase;
        padding: 15px 25px 15px 0;
        cursor: pointer;
        background: url(img/filter-arrow-left-b.png) no-repeat center right
    }
    .filter .filter-item.active .title {
        background: url(img/filter-arrow-left-b.png) no-repeat center right
    }
    /* .filter-item .filter-cnt {
        display: none;
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        padding: 50px 10px 30px;
        overflow-x: hidden;
        overflow-y: auto
    } */
    .filter-item .filter-cnt:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #555;
        height: 36px
    }
    /* .filters-back,
    .sorting-back {
        position: absolute;
        z-index: 3;
        top: 6px;
        left: 10px;
        width: 100%;
        height: 26px;
        cursor: pointer;
        padding: 0;
        border: 0;
        outline: 0;
        background: url(img/back-arrow-w.png) no-repeat left;
        background-size: contain
    } */
   
}

@media (max-width:767px) {
    .filter .checkbox .row_checked {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 48px;
        margin: 0 0 8px;
        padding: 10px 12px;
        border: 1px solid rgba(110, 158, 59, .14);
        border-radius: 15px;
        background: #fff
    }

    .filter .checkbox .row_checked input {
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0;
        accent-color: #6e9e3b
    }

    .filter .checkbox .row_checked label {
        flex: 1;
        margin: 0;
        color: #2d2d2d;
        font-size: 15px;
        line-height: 1.25
    }

    .filter .size,
    .filter .color {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 0
    }

    .filter .size label {
        margin: 0
    }

    .filter .size label span {
        min-width: 48px;
        height: 40px;
        padding: 0 12px;
        border-color: rgba(110, 158, 59, .35);
        border-radius: 999px;
        background: #fff;
        color: #222;
        font-size: 14px;
        line-height: 38px
    }

    .filter .size input:checked+span {
        background: #6e9e3b !important;
        border-color: #6e9e3b;
        color: #fff !important
    }

    .filter .color label {
        margin: 0 2px 8px
    }

    .filter .color label span {
        width: 34px;
        height: 34px;
        border: 3px solid #fff;
        box-shadow: 0 0 0 1px rgba(14, 5, 6, .12), 0 6px 14px rgba(16, 24, 12, .08)
    }

    .filter .color input:checked+span {
        border: 3px solid #fff;
        box-shadow: 0 0 0 3px #6e9e3b, 0 6px 14px rgba(16, 24, 12, .08)
    }

    .filters_btns,
    .filters_btns_in,
    .sorting_btns {
        right: 8px;
        bottom: 8px;
        left: 8px;
        display: grid;
        grid-template-columns: 1fr 1.25fr;
        gap: 8px;
        width: auto;
        height: auto;
        padding: 8px;
        border: 1px solid rgba(110, 158, 59, .14);
        border-radius: 20px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 -10px 28px rgba(32, 48, 20, .14);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px)
    }

    .filters_btns a,
    .filters_btns_in a,
    .sorting_btns a {
        width: auto;
        height: 46px;
        border-radius: 15px;
        background: #f3f5ef;
        color: #4e4e4e;
        font-size: 14px;
        font-weight: 800;
        line-height: 46px;
        text-decoration: none
    }

    .filters_btns .submit_filter,
    .filters_btns_in .back_to_filters_in,
    .sorting_btns .sorting-submit {
        background: #6e9e3b;
        color: #fff
    }

    .sort-mobile ul {
        padding: 0;
        margin: 0
    }

    .sort-mobile li {
        margin: 0 0 8px;
        padding: 0
    }

    .sort-mobile li:before {
        display: none
    }

    .sort-mobile li a {
        display: block;
        min-height: 50px;
        padding: 16px 18px;
        border: 1px solid rgba(110, 158, 59, .14);
        border-radius: 16px;
        background: #fff;
        color: #242424;
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(35, 54, 22, .06)
    }

    .sort-mobile li a.active {
        background: #6e9e3b;
        border-color: #6e9e3b;
        color: #fff
    }
}

@media (max-width: 768px) {
    .catalog_holder .products-list:not(.product_in_view) .product.regular_user {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 8px;
        max-width: none;
        padding: 0 0 18px;
        margin-bottom: 28px;
        border-bottom: 1px solid rgba(14, 5, 6, .08);
        overflow: visible
    }

    .catalog_holder .products-list .product.regular_user .discount.label-3,
    .catalog_holder .products-list .product.regular_user .discount.label-9,
    .catalog_holder .products-list .product.regular_user .discount.label-10 {
        top: 10px;
        right: 10px;
        width: auto;
        min-width: 48px;
        height: 28px;
        padding: 0 10px;
        border-radius: 999px;
        line-height: 28px;
        font-size: 10px;
        letter-spacing: .02em;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
    }

    .catalog_holder .products-list .product.regular_user .discount.label-3 {
        background: rgba(110, 158, 59, .92)
    }

    .catalog_holder .products-list .product.regular_user .discount.label-9 {
        background: rgba(120, 120, 120, .72);
        color: #fff
    }

    .catalog_holder .products-list .product.regular_user .color-picker-arrows .arrow {
        width: 32%
    }

    .catalog_holder .products-list .product.regular_user .color-picker-arrows .arrow span {
        width: 34px;
        height: 34px;
        opacity: .52;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .72);
        box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
        backdrop-filter: blur(6px)
    }

    .catalog_holder .products-list .product.regular_user .color-picker-arrows .arrow.left span {
        left: 8px;
        background-size: 46%
    }

    .catalog_holder .products-list .product.regular_user .color-picker-arrows .arrow.right span {
        right: 8px;
        background-size: 46%
    }

    .catalog_holder .products-list .product.regular_user .info {
        display: contents
    }

    .catalog_holder .products-list .product.regular_user>.clr,
    .catalog_holder .products-list .product.regular_user .timer {
        display: none !important
    }

    .catalog_holder .products-list .product.regular_user .name {
        grid-column: 1 / -1;
        grid-row: 2;
        width: auto;
        float: none;
        padding: 0 2px;
        color: #202020;
        font-size: 14px;
        line-height: 1.25;
        font-weight: 500;
        letter-spacing: -.01em;
        white-space: normal
    }

    .catalog_holder .products-list .product.regular_user .price-picker {
        grid-column: 1 / 2;
        grid-row: 5;
        width: auto;
        float: none;
        text-align: left;
        padding: 3px 0 0 2px;
        align-self: center
    }

    .catalog_holder .products-list .product.regular_user .price,
    .catalog_holder .products-list .product.regular_user .price span {
        color: #151515;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 700
    }

    .catalog_holder .products-list .product.regular_user .old-price:not(.active) {
        display: none
    }

    .catalog_holder .products-list .product.regular_user .pbtns {
        grid-column: 2 / 3;
        grid-row: 5;
        display: flex;
        gap: 7px;
        align-items: center;
        justify-content: flex-end;
        float: none
    }

    .catalog_holder .products-list .product.regular_user .product_add_wish,
    .catalog_holder .products-list .product.regular_user .product_btn {
        float: none;
        margin: 0;
        padding: 0
    }

    .catalog_holder .products-list .product.regular_user .product_add_wish {
        position: absolute;
        top: 11px;
        left: 11px;
        z-index: 5;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .78);
        background-image: url(img/product-actions.png);
        background-repeat: no-repeat;
        background-position: 7px 7px;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
        backdrop-filter: blur(6px)
    }

    .catalog_holder .products-list .product.regular_user .product_add_wish.active {
        background-position: -55px 7px
    }

    .catalog_holder .products-list .product.regular_user .product_btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        position: relative;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, .86);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
    }

    .catalog_holder .products-list .product.regular_user .product_btn span {
        width: 20px;
        height: 19px;
        position: relative;
        border: 0;
        border-radius: 0;
        background: url(img/product-actions.png) no-repeat -92px 0;
        transform: none
    }

    .catalog_holder .products-list .product.regular_user .product_btn span:before {
        content: none
    }

    .catalog_holder .products-list .product.regular_user .product_btn span:after {
        content: none
    }

    .catalog_holder .products-list .product.regular_user .active-color {
        display: none !important
    }

    .catalog_holder .products-list .product.regular_user .product_blocks {
        display: contents
    }

    .catalog_holder .products-list .product.regular_user .product_blocks_left {
        display: contents
    }

    .catalog_holder .products-list .product.regular_user .active-material {
        display: none !important
    }

    .catalog_holder .products-list .product.regular_user .status {
        display: none !important;
        grid-column: 1 / -1;
        grid-row: 3;
        width: auto;
        padding: 6px 2px 0;
        color: #676767;
        font-size: 12px;
        line-height: 1.35
    }

    .catalog_holder .products-list .product.regular_user.size-status-selected .status {
        display: block !important
    }

    .catalog_holder .products-list .product.regular_user .size-picker {
        display: block;
        grid-column: 1 / -1;
        grid-row: 4;
        margin: 8px 0 0;
        padding: 0 2px
    }

    .catalog_holder .products-list .product.regular_user .size-picker .size1 {
        margin: 0 4px 5px 0;
        padding: 0
    }

    .catalog_holder .products-list .product.regular_user .size-picker .size1 span {
        min-width: 31px;
        height: 31px;
        padding: 0 7px;
        border: 1px solid rgba(110, 158, 59, .45);
        border-radius: 999px;
        background: #fff;
        color: #202020;
        font-size: 11px;
        line-height: 29px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .03)
    }

    .catalog_holder .products-list .product.regular_user .size-picker .size1.active span,
    .catalog_holder .products-list .product.regular_user .size-picker li:not(.disabled):hover span {
        background: #6e9e3b;
        border-color: #6e9e3b;
        color: #fff
    }
}

@media (max-width: 768px) {
    .catalog_holder .products-list:not(.product_in_view) .col-md-4 {
        margin-bottom: 12px;
        padding-left: 5px;
        padding-right: 5px
    }

    .catalog_holder .products-list:not(.product_in_view) .product.regular_user {
        grid-template-columns: minmax(0, 1fr) 40px;
        gap: 0 8px;
        padding: 7px 7px 11px;
        margin-bottom: 14px;
        border: 1px solid rgba(110, 158, 59, .14);
        border-bottom: 1px solid rgba(110, 158, 59, .14);
        border-radius: 24px;
        background: linear-gradient(180deg, #fff 0%, #fff 64%, rgba(247, 251, 244, .86) 100%);
        box-shadow: 0 16px 36px rgba(31, 48, 20, .08);
        overflow: hidden
    }

    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-retail .product-image,
    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-opt .product-image {
        min-height: 0;
        aspect-ratio: 2 / 3;
        border-radius: 18px;
        background: #f5f5f5
    }

    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-retail .image,
    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-retail .image picture,
    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-opt .image,
    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-opt .image picture {
        border-radius: inherit;
        overflow: hidden
    }

    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-retail .product-image {
        grid-column: 1 / -1;
        position: relative;
        margin: 0 0 11px;
        overflow: hidden
    }

    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-retail .image,
    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-opt .image {
        background: #f5f5f5
    }

    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-retail .image>img,
    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-retail .image>picture img,
    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-opt .image>img,
    .catalog_holder .products-list:not(.product_in_view) .product.catalog-product-opt .image>picture img {
        object-fit: cover;
        object-position: center top
    }

    .catalog_holder .products-list .product.regular_user .discount.label-5 {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
        padding: 0;
        border-radius: 50%;
        line-height: 45px;
        color: #2c2c2c;
        font-size: 10px;
        background: #ecef53;
        box-shadow: 0 10px 26px rgba(122, 130, 22, .16)
    }

    .catalog_holder .products-list .product.regular_user .discount.label-3,
    .catalog_holder .products-list .product.regular_user .discount.label-9,
    .catalog_holder .products-list .product.regular_user .discount.label-10 {
        top: 10px;
        right: 10px
    }

    .catalog_holder .products-list .product.regular_user .product_add_wish {
        top: 10px;
        left: 10px;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255, 255, 255, .7);
        background-color: rgba(255, 255, 255, .82);
        background-position: 9px 9px;
        box-shadow: 0 12px 26px rgba(20, 30, 16, .11)
    }

    .catalog_holder .products-list .product.regular_user .product_add_wish.active {
        background-position: -53px 9px
    }

    .catalog_holder .products-list .product.regular_user .color-picker-arrows .arrow span {
        width: 38px;
        height: 38px;
        opacity: .75;
        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 10px 26px rgba(20, 30, 16, .12)
    }

    .catalog_holder .products-list .product.regular_user .color-picker-arrows .arrow.left span {
        left: 9px
    }

    .catalog_holder .products-list .product.regular_user .color-picker-arrows .arrow.right span {
        right: 9px
    }

    .catalog_holder .products-list .product.regular_user .name {
        padding: 0 1px;
        min-height: 39px;
        font-size: 15px;
        line-height: 1.16;
        font-weight: 600;
        color: #202322
    }

    .catalog_holder .products-list .product.regular_user.has-active-material .active-material {
        display: block !important;
        grid-column: 1 / -1;
        grid-row: 3;
        margin: -1px 1px 2px;
        color: #6c6c6c;
        font-size: 11px;
        line-height: 1.25;
        text-align: left
    }

    .catalog_holder .products-list .product.regular_user.has-active-material .active-material span {
        display: inline;
        color: #6e9e3b;
        font-style: italic;
        font-weight: 600
    }

    .catalog_holder .products-list .product.regular_user.has-active-material .status {
        grid-row: 4
    }

    .catalog_holder .products-list .product.regular_user.has-active-material .size-picker {
        grid-row: 5
    }

    .catalog_holder .products-list .product.regular_user.has-active-material .price-picker,
    .catalog_holder .products-list .product.regular_user.has-active-material .pbtns {
        grid-row: 6
    }

    .catalog_holder .products-list .product.regular_user .size-picker {
        margin-top: 10px;
        padding: 0 1px
    }

    .catalog_holder .products-list .product.regular_user .size-picker .size1 {
        margin: 0 5px 6px 0
    }

    .catalog_holder .products-list .product.regular_user .size-picker .size1 span {
        min-width: 34px;
        height: 34px;
        padding: 0 7px;
        line-height: 32px;
        font-size: 12px;
        border-color: rgba(110, 158, 59, .34);
        box-shadow: 0 3px 10px rgba(31, 48, 20, .05)
    }

    .catalog_holder .products-list .product.regular_user .price-picker {
        padding-top: 8px;
        min-height: 40px;
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap
    }

    .catalog_holder .products-list .product.regular_user .price {
        float: none;
        margin: 0;
        height: auto;
        line-height: 1.15
    }

    .catalog_holder .products-list .product.regular_user .new-price,
    .catalog_holder .products-list .product.regular_user .new-price span {
        color: #151515;
        font-size: 13px;
        font-weight: 800
    }

    .catalog_holder .products-list .product.regular_user .old-price.active,
    .catalog_holder .products-list .product.regular_user .old-price.active span {
        color: #777;
        font-size: 11px;
        font-weight: 700
    }

    .catalog_holder .products-list .product.regular_user .pbtns {
        padding-top: 7px
    }

    .catalog_holder .products-list .product.regular_user .product_btn {
        width: 38px;
        height: 38px;
        border: 1px solid rgba(110, 158, 59, .12);
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 12px 24px rgba(31, 48, 20, .1)
    }

    .catalog_holder .products-list .product.regular_user .product_btn span {
        width: 22px;
        height: 21px;
        background-position: -91px 1px
    }
}

@media (max-width: 380px) {
    .catalog_holder .products-list .product.regular_user .name {
        font-size: 14px
    }

    .catalog_holder .products-list .product.regular_user .size-picker .size1 span {
        min-width: 31px;
        height: 31px;
        line-height: 29px;
        font-size: 11px
    }
}

@media (max-width: 768px) {
    .catalog_holder .products-list:not(.product_in_view) .product:is(.product_group, .product_model):not(.regular_user) {
        border: 1px solid rgba(110, 158, 59, .14);
        border-radius: 22px;
        background: linear-gradient(180deg, #fff 0%, #fff 64%, rgba(247, 251, 244, .88) 100%);
        box-shadow: 0 14px 32px rgba(31, 48, 20, .08);
        overflow: hidden
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_blocks {
        position: static;
        display: flex;
        flex-direction: column;
        padding: 0 8px 12px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .info {
        box-sizing: border-box;
        padding: 0 8px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_blocks_left {
        width: 100%
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_blocks_right {
        width: 100%;
        height: auto;
        min-width: 0;
        margin-top: -2px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .pbtns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        float: none;
        min-height: 34px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker-arrows .arrow span {
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255, 255, 255, .78);
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .72);
        background-size: 42%;
        box-shadow: 0 10px 24px rgba(17, 24, 13, .12);
        opacity: 1;
        backdrop-filter: blur(4px)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker-arrows .arrow.left span {
        left: 8px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker-arrows .arrow.right span {
        right: 8px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .discount {
        top: 10px;
        right: 10px;
        width: auto;
        min-width: 48px;
        height: 28px;
        padding: 0 10px;
        border-radius: 999px;
        line-height: 28px;
        font-size: 10px;
        letter-spacing: .02em;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .discount:empty {
        display: none !important
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .discount.label-1 {
        left: 10px;
        right: auto;
        top: auto;
        bottom: 12px;
        width: auto;
        min-width: 86px;
        height: 28px;
        padding: 0 12px;
        background: #ffb566;
        border-radius: 999px;
        line-height: 28px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .discount.label-5 {
        top: 10px;
        right: 12px;
        width: auto;
        min-width: 54px;
        height: 28px;
        padding: 0 10px;
        border-radius: 999px;
        line-height: 28px;
        font-size: 10px;
        background: rgba(236, 239, 83, .92);
        color: #303030;
        box-shadow: 0 8px 20px rgba(122, 130, 22, .16)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .discount.label-3 {
        background: rgba(110, 158, 59, .92);
        color: #fff
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .discount.label-9 {
        background: rgba(120, 120, 120, .72);
        color: #fff
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .name {
        color: #202322;
        font-weight: 700;
        text-decoration: none
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .price,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .price span {
        color: #151515;
        font-weight: 800
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .old-price.active,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .old-price.active span {
        color: #777
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .active-color span,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .status > span,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .active-material span {
        color: #6e9e3b;
        font-style: italic;
        font-weight: 600
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .status > span.inactive-link {
        color: #202322;
        font-style: normal;
        font-weight: 400
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .size-picker:not(.catalog-size-list-single) .size1 span {
        width: 100%;
        min-width: 0;
        height: 31px;
        padding: 0 4px;
        border-color: rgba(110, 158, 59, .42);
        border-radius: 999px;
        background: rgba(255, 255, 255, .92);
        font-size: 10.5px;
        line-height: 29px;
        letter-spacing: -.2px;
        white-space: nowrap;
        box-shadow: 0 6px 16px rgba(31, 48, 20, .08)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .size-picker:not(.catalog-size-list-single) {
        display: none;
        grid-template-columns: repeat(2, 85px);
        justify-content: flex-start;
        gap: 3px;
        width: 100%;
        margin: 8px 0 0;
        padding: 0
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .size-picker.active:not(.catalog-size-list-single) {
        display: grid
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .size-picker:not(.catalog-size-list-single) .size1 {
        box-sizing: border-box;
        width: 85px;
        margin: 0;
        padding: 0;
        float: none
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .size-picker:not(.catalog-size-list-single) .size1.active span,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .size-picker:not(.catalog-size-list-single) .size1:not(.disabled):hover span {
        border-color: #6e9e3b;
        background: #6e9e3b;
        color: #fff
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color {
        float: none;
        padding: 2px;
        margin: 0;
        border-radius: 50%;
        background: #fff;
        outline: 1px solid rgba(35, 35, 35, .12);
        outline-offset: 0;
        box-shadow: 0 5px 12px rgba(31, 48, 20, .06)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 7px;
        width: 100%;
        margin: 8px 0 2px;
        padding: 0;
        float: none
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color span {
        display: block;
        width: 21px;
        height: 21px;
        border: 1px solid rgba(35, 35, 35, .16);
        background-color: #fff;
        box-shadow: none
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color.active,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color:hover {
        outline: 2px solid #6e9e3b;
        outline-offset: 0;
        box-shadow: 0 6px 14px rgba(31, 48, 20, .1)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color.active span:after,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color:hover span:after {
        content: none
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color.disabled span {
        opacity: .72
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color span.noColorCode {
        position: relative;
        display: block;
        width: 21px;
        height: 21px;
        color: transparent;
        border-color: rgba(35, 35, 35, .18);
        background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
        font-size: 0;
        line-height: 0
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color span.noColorCode:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #b8b8b8;
        transform: translate(-50%, -50%)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color.disabled span.noColorCode:after {
        content: '';
        position: absolute;
        inset: 0;
        background: url(img/disabled-color.png?u=1) no-repeat center;
        background-size: 17px 17px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .color-picker .color:has(span.noColorCode) {
        padding: 2px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .tkan-picker li span {
        border-color: rgba(110, 158, 59, .34);
        border-radius: 999px;
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 4px 12px rgba(31, 48, 20, .06)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_btn,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .buy-model,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .cart_swiper,
    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_add_wish {
        width: 32px;
        height: 32px;
        padding: 0;
        margin: 0;
        float: none;
        flex: 0 0 32px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 10px 22px rgba(31, 48, 20, .1)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_btn span {
        margin: 6px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .cart_swiper {
        order: 1
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_btn {
        order: 2
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_add_wish {
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 5;
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        margin: 0;
        background-image: url(img/product-actions.png);
        background-repeat: no-repeat;
        background-position: 9px 9px;
        backdrop-filter: blur(5px)
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_add_wish:hover {
        background-position: -21px 9px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .product_add_wish.active {
        background-position: -53px 9px
    }

    .catalog_holder .products-list .product:is(.product_group, .product_model):not(.regular_user) .cart_swiper {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 21px 21px
    }
}

@media (max-width: 1024px) {
    #breadcrumbs_holder {
        float: none;
        position: relative;
        margin: 10px 0 18px;
        overflow: hidden
    }

    #breadcrumbs_holder .container {
        padding-right: 0
    }

    #breadcrumbs_holder:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 34px;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff)
    }

    .m_catalog_head_mini_nav {
        gap: 6px;
        align-items: center;
        padding: 8px 34px 7px 0;
        line-height: 1;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .m_catalog_head_mini_nav li {
        flex: 0 0 auto;
        max-height: none;
        margin: 0;
        background-color: transparent
    }

    .m_catalog_head_mini_nav li.active {
        background-color: transparent
    }

    .m_catalog_head_mini_nav li:first-child a {
        padding-left: 10px
    }

    .m_catalog_head_mini_nav a {
        min-height: 30px;
        padding: 8px 12px;
        border: 1px solid rgba(110, 158, 59, .22);
        border-radius: 999px;
        background: #f7f8f5;
        color: #303030;
        font-size: 12px;
        line-height: 1;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .03)
    }

    .m_catalog_head_mini_nav a::after {
        content: none
    }

    .m_catalog_head_mini_nav li.active a {
        background: #6e9e3b;
        border-color: #6e9e3b;
        color: #fff
    }

    .m_catalog_head_mini_nav li.active a:hover {
        color: #fff
    }

    .home_icon {
        width: 16px;
        height: 14px
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    body {
        margin-top: 128px
    }

    .header.full-width .main-menu-h {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .logo-h,
    .logo-h-h {
        max-width: 145px
    }

    .menu-btn {
        margin: 9px 0
    }

    .search-h {
        top: 118px
    }

    header .main-menu {
        top: 100%
    }
}

@media (max-width: 560px) {
    body {
        margin-top: 92px
    }

    .header.full-width .main-menu-h {
        padding-top: 5px;
        padding-bottom: 6px
    }

    .logo-h,
    .logo-h-h {
        max-width: 132px
    }

    .menu-btn {
        width: 30px;
        height: 30px;
        margin: 8px 0;
        background-size: 30px 30px
    }

    .search-h {
        top: 88px
    }
}

@media (max-width: 768px) {
    .header {
        padding: 5px 8px 8px;
        background: rgba(246, 248, 243, .94);
        box-shadow: none;
        backdrop-filter: blur(12px)
    }

    .top-line {
        margin: 0;
        border: 1px solid rgba(14, 5, 6, .06);
        border-radius: 0 0 16px 16px;
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 8px 20px rgba(16, 24, 12, .045)
    }

    .top-line .container {
        padding-right: 10px;
        padding-left: 10px
    }

    .header .icon-before a,
    .header .icon-before span,
    .header .dropdown>span {
        color: #4d4d4d;
        font-size: 11px;
        line-height: 1
    }

    .header .dropdown>span:after {
        opacity: .65
    }

    .header.full-width .main-menu-h {
        margin-top: 8px;
        padding: 10px 12px !important;
        border: 1px solid rgba(14, 5, 6, .06);
        border-radius: 20px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 12px 30px rgba(16, 24, 12, .06)
    }

    .header.full-width .main-menu-h .row {
        display: flex;
        align-items: center
    }

    .header.full-width .main-menu-h .col-sm-3 {
        flex: 1 1 auto;
        width: auto;
        padding: 0;
        overflow: visible
    }

    .header.full-width .main-menu-h .header-m-block {
        flex: 0 0 auto;
        width: auto;
        margin-left: auto
    }

    .logo-h,
    .logo-h-h {
        display: block;
        max-width: 138px;
        filter: drop-shadow(0 8px 10px rgba(79, 145, 37, .14))
    }

    .menu-btn {
        position: relative;
        width: 42px;
        height: 42px;
        margin: 0;
        border-radius: 14px;
        background: linear-gradient(135deg, rgba(110, 158, 59, .14), rgba(110, 158, 59, .05));
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .18), 0 10px 20px rgba(16, 24, 12, .055)
    }

    .menu-btn:before {
        content: '';
        position: absolute;
        top: 11px;
        right: 10px;
        left: 10px;
        height: 3px;
        border-radius: 3px;
        background: #5fa233;
        box-shadow: 0 8px 0 #5fa233, 0 16px 0 #5fa233
    }

    .menu-toggle .menu-btn {
        background: #6e9e3b
    }

    .menu-toggle .menu-btn:before {
        top: 19px;
        background: #fff;
        box-shadow: none;
        transform: rotate(45deg)
    }

    .menu-toggle .menu-btn:after {
        content: '';
        position: absolute;
        top: 19px;
        right: 10px;
        left: 10px;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        transform: rotate(-45deg)
    }

    #breadcrumbs_holder {
        margin: 12px 0 22px
    }

    #breadcrumbs_holder .container {
        padding-right: 10px;
        padding-left: 10px
    }

    #breadcrumbs_holder:after {
        right: 10px;
        width: 42px;
        border-radius: 0 18px 18px 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 82%)
    }

    .m_catalog_head_mini_nav {
        gap: 8px;
        padding: 8px 44px 8px 8px;
        border: 1px solid rgba(14, 5, 6, .06);
        border-radius: 20px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 10px 28px rgba(16, 24, 12, .055)
    }

    .m_catalog_head_mini_nav a {
        min-height: 34px;
        padding: 10px 14px;
        border-color: rgba(110, 158, 59, .2);
        background: linear-gradient(135deg, #fff, #f7f9f4);
        font-size: 12px;
        box-shadow: 0 6px 14px rgba(16, 24, 12, .04)
    }

    .m_catalog_head_mini_nav li:first-child a {
        min-width: 40px;
        padding-right: 11px;
        padding-left: 11px
    }

    .m_catalog_head_mini_nav li.active a {
        border-color: #6e9e3b;
        background: linear-gradient(135deg, #76aa42, #609936);
        box-shadow: 0 10px 20px rgba(110, 158, 59, .2)
    }

    .product-page {
        margin-top: 6px;
        padding: 0 10px 20px;
        color: #202020
    }

    .product-page .prev-page {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin: 2px 0 12px;
        padding: 6px 12px 6px 7px;
        border: 1px solid rgba(110, 158, 59, .16);
        border-radius: 999px;
        background: rgba(255, 255, 255, .92);
        color: #6e9e3b !important;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .08em;
        text-decoration: none;
        box-shadow: 0 8px 18px rgba(16, 24, 12, .045)
    }

    .product-page .prev-page:before {
        content: '\2039';
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin-right: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(110, 158, 59, .1);
        color: #6e9e3b;
        font-size: 24px;
        line-height: 1;
        box-shadow: none
    }

    .product-page .reviews-top {
        float: right;
        margin: 5px 0 0;
        padding: 4px 0;
        line-height: 1.15
    }

    .product-page .reviews-top a {
        font-size: 11px
    }

    .product-page .product-info .name_h {
        position: relative;
        margin: 0 0 14px;
        padding: 12px 12px 14px 42px;
        border: 1px solid rgba(14, 5, 6, .07);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(16, 24, 12, .05)
    }

    .product-page .product-info .name_h .name {
        margin: 0
    }

    .product-page .product-info .name h1 {
        display: block;
        color: #171717;
        font-size: 20px;
        line-height: 1.18;
        font-weight: 600;
        letter-spacing: -.03em;
        text-transform: uppercase
    }

    .product-page .product-info .add-favorites {
        position: absolute;
        top: 13px;
        left: 12px;
        margin: 0
    }

    .product-page .item_images_mobile {
        margin: 0 0 14px;
        border-radius: 22px;
        background: linear-gradient(145deg, #f6f6f2, #ededeb);
        overflow: hidden;
        box-shadow: 0 16px 36px rgba(18, 18, 18, .08)
    }

    .product-page .item_images_mobile .gallery_m,
    .product-page .item_images_mobile .slick-list,
    .product-page .item_images_mobile .slick-track {
        border-radius: 22px
    }

    .product-page .item_images_mobile .gallery_m img {
        aspect-ratio: 3 / 4.25;
        height: auto;
        object-fit: cover;
        object-position: center top;
        background: #f4f4f2
    }

    .product-page .item_images_mobile .arrow {
        top: 50%;
        transform: translateY(-50%);
        z-index: 4
    }

    .product-page .item_images_mobile .arrow span {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .72);
        box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
        backdrop-filter: blur(7px)
    }

    .product-page .item_images_mobile .arrow.left span {
        left: 10px
    }

    .product-page .item_images_mobile .arrow.right span {
        right: 10px
    }

    .product-page .item_images_mobile .owl-dots,
    .product-page .item_images_mobile .slick-dots {
        position: absolute;
        right: 0;
        bottom: 14px;
        left: 0;
        z-index: 5;
        text-align: center
    }

    .product-page .item_images_mobile .owl-dots .owl-dot,
    .product-page .item_images_mobile .slick-dots li button {
        width: 9px;
        height: 9px;
        margin: 0 4px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, .75);
        font-size: 0;
        color: transparent;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
    }

    .product-page .item_images_mobile .owl-dots .owl-dot.active,
    .product-page .item_images_mobile .slick-dots li.slick-active button {
        background: #6e9e3b
    }

    .product-page .colors-b,
    .product-page .tkan-b,
    .product-page .size-b {
        display: grid;
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        margin: 10px 0 0;
        padding: 13px 12px;
        border: 1px solid rgba(14, 5, 6, .07);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(16, 24, 12, .045)
    }

    .product-page .colors-b .title,
    .product-page .tkan-b .title,
    .product-page .size-b .title {
        width: auto;
        margin: 0;
        color: #5a5a5a;
        font-size: 11px;
        line-height: 1.2;
        letter-spacing: .06em;
        text-transform: uppercase
    }

    .product-page .colors-b .title div,
    .product-page .size-b .title span.size-name,
    .product-page .size-b .title span.sizeGroup-name,
    .product-page .size-b .title div.tkan-name {
        display: block;
        margin-top: 4px;
        color: #6e9e3b;
        font-size: 11px;
        line-height: 1.2;
        letter-spacing: 0;
        text-decoration: none;
        text-transform: none
    }

    .product-page .colors-b ul,
    .product-page .tkan-b ul,
    .product-page .size-b ul {
        margin: 0;
        text-align: left
    }

    .product-page .colors-b ul li,
    .product-page .tkan-b ul li,
    .product-page .size-b ul li {
        margin: 3px 5px 3px 0
    }

    .product-page .colors-b ul span {
        width: 35px;
        height: 35px;
        border: 3px solid #f2f0f0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .04)
    }

    .product-page .colors-b ul li:not(.disabled).bx_active span,
    .product-page .colors-b ul li.disabled.bx_active span {
        border-color: #fff;
        box-shadow: 0 0 0 2px #6e9e3b, 0 8px 16px rgba(110, 158, 59, .18)
    }

    .product-page .colors-b ul li:not(.disabled).bx_active span:after,
    .product-page .colors-b ul li:not(.disabled):hover span:after,
    .product-page .colors-b ul li.disabled:hover span:after,
    .product-page .colors-b ul li.disabled.bx_active span:after {
        content: none
    }

    .product-page .size-b ul li span {
        min-width: 36px;
        height: 36px;
        padding: 0 8px;
        border-color: rgba(110, 158, 59, .55);
        border-radius: 999px;
        background: #fff;
        color: #1f1f1f;
        font-size: 12px;
        line-height: 34px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .03)
    }

    .product-page .size-b ul li.active span,
    .product-page .size-b ul li.bx_active span,
    .product-page .size-b ul li:not(.disabled):hover span {
        border-color: #6e9e3b;
        background: #6e9e3b;
        color: #fff
    }

    .product-page .roz-price {
        margin: 12px 0 0;
        padding: 13px 14px;
        border: 0;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(110, 158, 59, .1), rgba(110, 158, 59, .02));
        color: #5b5b5b;
        font-size: 11px;
        letter-spacing: .03em
    }

    .product-page .roz-price span {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -.03em
    }

    .product-page .roz-price div:last-child {
        color: #6e9e3b;
        font-size: 24px;
        font-weight: 600
    }

    .product-page .buy-b {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 12px 0 0;
        padding: 0 0 12px;
        border: 0
    }

    .product-page .buy-b .price-b {
        flex: 1 0 100%;
        justify-content: space-between;
        align-items: baseline;
        padding: 0
    }

    .product-page .add_to_basket,
    .product-page .fust_buy_button,
    .product-page .buy-b .btn {
        flex: 1 1 calc(50% - 6px);
        min-height: 52px;
        margin: 0 !important;
        border-radius: 16px;
        font-size: 12px;
        line-height: 1.15;
        font-weight: 600;
        letter-spacing: .03em;
        text-align: center;
        box-shadow: 0 12px 24px rgba(110, 158, 59, .16)
    }

    .product-page .add_to_basket {
        border: 1px solid rgba(110, 158, 59, .65);
        background: #fff;
        color: #6e9e3b
    }

    .product-page .fust_buy_button {
        border: 1px solid #6e9e3b;
        background: #6e9e3b;
        color: #fff
    }

    .product-page .double-btn-wrapper {
        display: flex;
        width: 100%;
        flex: 1 1 100%;
        gap: 12px
    }

    .product-page .double-btn-wrapper .small-btn,
    .product-page .double-btn-wrapper .add_to_basket,
    .product-page .double-btn-wrapper .fust_buy_button {
        flex: 1 1 0;
        border-radius: 16px !important
    }

    .product-page .double-btn-wrapper .left-btn {
        border-right: 1px solid rgba(110, 158, 59, .65)
    }

    .product-page .double-btn-wrapper .right-btn {
        border-left: 1px solid #6e9e3b
    }

    .product-page .size-set-b {
        margin: 14px 0 0;
        padding: 14px 12px;
        border: 1px solid rgba(14, 5, 6, .07);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(16, 24, 12, .045)
    }

    .product-page .size-set-b .title {
        color: #2f2f2f;
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: .02em
    }

    .product-page .size-set-b .matching-size,
    .product-page .size-set-b .size-table-btn {
        color: #6e9e3b;
        font-weight: 600
    }

    .product-page .opt-price {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 14px 0 10px;
        padding: 15px 16px;
        border: 0;
        border-radius: 18px;
        background: linear-gradient(135deg, #6e9e3b, #5f9632);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .06em;
        text-align: center;
        text-transform: uppercase;
        box-shadow: 0 14px 28px rgba(110, 158, 59, .22)
    }

    .product-page .opt-price:hover {
        color: #fff
    }

    .product-page .opt-price:after {
        filter: brightness(0) invert(1);
        opacity: .85
    }

    .product-page .accordion-item {
        margin: 8px 0;
        border: 1px solid rgba(14, 5, 6, .07);
        border-radius: 16px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(16, 24, 12, .035)
    }

    .product-page .accordion-item .title {
        position: relative;
        padding: 13px 42px 13px 14px;
        background: none;
        color: #2a2a2a;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: .04em
    }

    .product-page .accordion-item .title:after {
        content: '+';
        position: absolute;
        top: 50%;
        right: 14px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: rgba(110, 158, 59, .09);
        color: #6e9e3b;
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
        transform: translateY(-50%)
    }

    .product-page .accordion-item.active .title {
        background: none;
        color: #6e9e3b
    }

    .product-page .accordion-item.active .title:after {
        content: '\2212';
        background: #6e9e3b;
        color: #fff
    }

    .product-page .accordion-item .accordion-ctn {
        padding: 0 14px 14px;
        color: #5f5f5f
    }

    .product-page .accordion-item .accordion-ctn p,
    .product-page .characteristics ul li {
        color: #5f5f5f;
        font-size: 12px;
        line-height: 1.45
    }

    .product-page .characteristics ul li+li {
        margin-top: 5px
    }
}

@media (max-width: 360px) {
    .product-page {
        padding-right: 8px;
        padding-left: 8px
    }

    .product-page .colors-b,
    .product-page .tkan-b,
    .product-page .size-b {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 8px;
        padding: 12px 10px
    }

    .product-page .add_to_basket,
    .product-page .fust_buy_button,
    .product-page .buy-b .btn {
        font-size: 11px
    }
}
.modal-b #product-popup .product-popup-horizontal-scroll {
    overflow: visible;
    min-width: 0;
    width: 0;
    padding-left: 8px;
    touch-action: pan-x pan-y
}

@media (max-width: 1023px) {
    .modal-b #product-popup .product-popup-table-wrp {
        overflow-y: auto;
        padding-right: 0;
        margin-right: -10px;
        scrollbar-width: none
    }

    .modal-b #product-popup .product-popup-table-wrp::-webkit-scrollbar {
        display: none;
        width: 0;
        background-color: transparent
    }

    .modal-b #product-popup .product-popup-table-wrp::-webkit-scrollbar-track {
        background-color: transparent
    }

    .modal-b #product-popup .product-popup-table-wrp::-webkit-scrollbar-thumb {
        background-color: rgba(80, 159, 45, .28);
        border-radius: 4px
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .scrollbar {
        display: block;
        position: absolute;
        right: 0;
        bottom: 2px;
        left: 8px;
        width: auto;
        height: 4px;
        pointer-events: none
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .track {
        height: 4px;
        background-color: rgba(80, 159, 45, .22);
        border-radius: 4px
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .thumb {
        top: 0;
        height: 4px;
        min-width: 36px;
        background-color: rgba(80, 159, 45, .55);
        border-radius: 4px
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .product-popup-size-viewport {
        position: relative;
        left: auto !important;
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 12px;
        box-shadow: none;
        scrollbar-color: rgba(80, 159, 45, .35) transparent;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y
    }

    .modal-b #product-popup .product-popup-horizontal-scroll:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 14px;
        width: 18px;
        pointer-events: none;
        opacity: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(110, 158, 59, .1) 70%, rgba(110, 158, 59, .18));
        border-radius: 0 10px 10px 0;
        transition: opacity .2s ease
    }

    .modal-b #product-popup .product-popup-horizontal-scroll.can-scroll-right:after {
        opacity: 1
    }

    .modal-b #product-popup .product-popup-horizontal-scroll.no-horizontal-scroll:after,
    .modal-b #product-popup .product-popup-horizontal-scroll.at-scroll-end:after {
        opacity: 0
    }

    .modal-b #product-popup .product-popup-horizontal-scroll.no-horizontal-scroll .product-popup-size-viewport {
        overflow-x: hidden;
        padding-bottom: 0;
        scrollbar-width: none;
        touch-action: pan-y
    }

    .modal-b #product-popup .product-popup-horizontal-scroll.no-horizontal-scroll .product-popup-size-viewport::-webkit-scrollbar {
        display: none;
        height: 0
    }

    .modal-b #product-popup .product-popup-horizontal-scroll.no-horizontal-scroll .scrollbar {
        display: none !important
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .product-popup-size-viewport::-webkit-scrollbar {
        height: 4px;
        background-color: transparent
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .product-popup-size-viewport::-webkit-scrollbar-track {
        background-color: transparent
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .product-popup-size-viewport::-webkit-scrollbar-thumb {
        background-color: rgba(80, 159, 45, .35);
        border-radius: 4px
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .product-popup-size-overview {
        display: inline-flex;
        position: relative;
        left: 0 !important;
        min-width: max-content;
        width: auto;
        transform: none !important
    }

    .modal-b #product-popup .product-popup-horizontal-scroll:not(.no-horizontal-scroll) .product-popup-size-overview:after {
        content: '';
        flex: 0 0 8px
    }

    .modal-b #product-popup .product-popup-horizontal-scroll .product-popup-size-column.column-erblink {
        animation: product-popup-column-erblink 1s ease
    }

}

@media (max-width: 768px) {
    .form .product-table .table-wrp > table > tbody > tr:has(> td.info.col-xs-2),
    .form .product-table .table-wrp > .scroller > .viewport > .overview > table > tbody > tr:has(> td.info.col-xs-2) {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        column-gap: 10px;
        align-items: start;
        padding: 18px 0 16px
    }

    .form .product-table .table-wrp > table > tbody > tr:has(> td.info.col-xs-2) > td,
    .form .product-table .table-wrp > .scroller > .viewport > .overview > table > tbody > tr:has(> td.info.col-xs-2) > td {
        display: block;
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
        text-align: left
    }

    .form .product-table .table-wrp > table > tbody > tr:has(> td.info.col-xs-2) > td:first-child,
    .form .product-table .table-wrp > .scroller > .viewport > .overview > table > tbody > tr:has(> td.info.col-xs-2) > td:first-child {
        display: flex;
        justify-content: center;
        padding-top: 5px !important
    }

    .form .product-table .table-wrp > table > tbody > tr:has(> td.info.col-xs-2) > td:first-child .colors-b,
    .form .product-table .table-wrp > table > tbody > tr:has(> td.info.col-xs-2) > td:first-child .colors-b ul,
    .form .product-table .table-wrp > .scroller > .viewport > .overview > table > tbody > tr:has(> td.info.col-xs-2) > td:first-child .colors-b,
    .form .product-table .table-wrp > .scroller > .viewport > .overview > table > tbody > tr:has(> td.info.col-xs-2) > td:first-child .colors-b ul {
        margin: 0;
        padding: 0
    }

    .form .product-table .table-wrp > table > tbody > tr:has(> td.info.col-xs-2) > td:first-child .colors-b li,
    .form .product-table .table-wrp > .scroller > .viewport > .overview > table > tbody > tr:has(> td.info.col-xs-2) > td:first-child .colors-b li {
        margin: 0
    }

    .form .product-table .table-wrp td.info.col-xs-2 {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-areas: "photo model" "photo color" "photo fabric";
        column-gap: 14px;
        align-items: center;
        min-height: 98px;
        padding: 0 !important;
        text-align: left;
        vertical-align: middle
    }

    .form .product-table .table-wrp td.info.col-xs-2 span,
    .form .product-table .table-wrp td.info.col-xs-2 i {
        float: none;
        display: block;
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 1.25;
        overflow-wrap: anywhere
    }

    .form .product-table .table-wrp td.info.col-xs-2 span:first-of-type {
        grid-area: model;
        color: #6e9e3b;
        font-size: 18px;
        line-height: 1.2
    }

    .form .product-table .table-wrp td.info.col-xs-2 span:nth-of-type(2) {
        grid-area: color;
        font-size: 16px
    }

    .form .product-table .table-wrp td.info.col-xs-2 span:only-of-type {
        grid-area: color;
        color: inherit;
        font-size: 16px
    }

    .form .product-table .table-wrp td.info.col-xs-2 i {
        grid-area: fabric;
        font-size: 16px
    }

    .form .product-table .table-wrp td.info.col-xs-2 a {
        grid-area: photo;
        display: block;
        width: 72px;
        justify-self: center
    }

    .form .product-table .table-wrp td.info.col-xs-2 .photo {
        width: 72px;
        height: 96px;
        margin: 0;
        background-position: center;
        background-size: contain
    }

    .form .product-table .table-wrp > table > tbody > tr:has(> td.info.col-xs-2) > td.col-xs-10,
    .form .product-table .table-wrp > .scroller > .viewport > .overview > table > tbody > tr:has(> td.info.col-xs-2) > td.col-xs-10 {
        grid-column: 1 / -1;
        width: 100% !important;
        margin-top: 12px
    }

    .form .product-table .table-wrp > table > tbody > tr:has(> td.info.col-xs-2) > td.col-xs-10 .item-right,
    .form .product-table .table-wrp > .scroller > .viewport > .overview > table > tbody > tr:has(> td.info.col-xs-2) > td.col-xs-10 .item-right {
        display: flex;
        justify-content: flex-end;
        padding: 8px 0 0
    }

    .basket_step_1 .table-info .tr.titles .td.status,
    .form .product-table .table-info .tr.titles .td.status {
        width: 95px !important;
        min-width: 95px !important;
        height: 24px !important;
        padding: 10px 4px 0 !important;
        line-height: 1.05 !important
    }

    .basket_step_1 .table-info .tr.titles .td.status > a.status-trigger,
    .form .product-table .table-info .tr.titles .td.status > a.status-trigger {
        display: inline-block !important;
        max-width: none !important;
        color: #6e9e3b !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.05 !important;
        white-space: nowrap !important
    }

    .modal-b #product-popup .product-popup-group-row {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        column-gap: 10px;
        align-items: start;
        padding: 18px 0 16px
    }

    .modal-b #product-popup .product-popup-group-row > td {
        display: block;
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
        text-align: left
    }

    .modal-b #product-popup .product-popup-color-cell {
        display: flex;
        justify-content: center;
        padding-top: 5px !important
    }

    .modal-b #product-popup .product-popup-color-marker,
    .modal-b #product-popup .product-popup-color-marker ul {
        margin: 0;
        padding: 0
    }

    .modal-b #product-popup .product-popup-color-marker li {
        margin: 0
    }

    .modal-b #product-popup .product-popup-info-cell {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-areas: "photo model" "photo color" "photo fabric";
        column-gap: 14px;
        align-items: center;
        min-height: 98px;
        padding: 0 !important;
        text-align: left;
        vertical-align: middle
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-model-name,
    .modal-b #product-popup .product-popup-info-cell .product-popup-color-name,
    .modal-b #product-popup .product-popup-info-cell .product-popup-material-name {
        float: none;
        display: block;
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 1.25;
        overflow-wrap: anywhere
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-model-name {
        grid-area: model;
        color: #6e9e3b;
        font-size: 18px;
        line-height: 1.2
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-color-name {
        grid-area: color;
        font-size: 16px
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-material-name {
        grid-area: fabric;
        font-size: 16px
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-photo-link {
        grid-area: photo;
        display: block;
        width: 72px;
        justify-self: center
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-photo {
        width: 72px;
        height: 96px;
        margin: 0;
        background-position: center;
        background-size: contain
    }

    .modal-b #product-popup .product-popup-sizes-cell {
        grid-column: 1 / -1;
        width: 100% !important;
        margin-top: 12px
    }

    .modal-b #product-popup .product-popup-remove-row {
        display: flex;
        justify-content: flex-end;
        padding: 8px 0 0
    }

    .fastbuy-page article {
        padding: 24px 0 42px
    }

    .fastbuy-layout {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .fastbuy-panel {
        padding: 20px
    }

    .fastbuy-panel__header {
        display: block;
        margin-bottom: 20px
    }

    .fastbuy-summary {
        margin-top: 18px
    }

    .fastbuy-page .basket_step_1 .product-table tr {
        grid-template-columns: 92px minmax(0, 1fr) 40px;
        grid-template-areas:
            "photo info action"
            "photo qty action"
            "photo sum action";
        gap: 8px 12px;
        align-items: start;
        padding: 14px
    }

    .fastbuy-page .basket_step_1 .product-table td:nth-child(1) {
        grid-area: photo
    }

    .fastbuy-page .basket_step_1 .product-table td:nth-child(2) {
        grid-area: info
    }

    .fastbuy-page .basket_step_1 .product-table td:nth-child(3) {
        grid-area: qty
    }

    .fastbuy-page .basket_step_1 .product-table td:nth-child(4) {
        grid-area: sum
    }

    .fastbuy-page .basket_step_1 .product-table td:nth-child(5) {
        grid-area: action
    }

    .fastbuy-page .basket_step_1 .product-table .photo {
        width: 92px;
        height: 124px
    }

    .fastbuy-page .basket_step_1 .product-table .name {
        font-size: 18px
    }

    .fastbuy-page .basket-card__qty,
    .fastbuy-page .basket-card__sum,
    .fastbuy-page .basket_step_1 .product-table td:nth-child(3),
    .fastbuy-page .basket_step_1 .product-table td:nth-child(4) {
        font-size: 20px
    }
}

@media (max-width: 640px) {
    .fastbuy-page article {
        padding: 18px 0 34px
    }

    .fastbuy-page__header {
        margin-bottom: 20px
    }

    .fastbuy-page__eyebrow,
    .fastbuy-panel__eyebrow {
        margin-bottom: 12px;
        font-size: 12px
    }

    .fastbuy-page__title {
        font-size: 26px
    }

    .fastbuy-page__lead {
        margin-top: 14px;
        font-size: 15px
    }

    .fastbuy-panel {
        padding: 16px;
        box-shadow: 0 12px 28px rgba(43, 50, 30, .08)
    }

    .fastbuy-panel__title {
        font-size: 23px
    }

    .fastbuy-summary {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }

    .fastbuy-summary__item {
        min-width: 0;
        padding: 12px
    }

    .fastbuy-summary__value {
        font-size: 20px
    }

    .fastbuy-page .basket_step_1 .product-table tr {
        grid-template-columns: 86px minmax(0, 1fr) 36px;
        padding: 12px
    }

    .fastbuy-page .basket_step_1 .product-table .photo {
        width: 86px;
        height: 116px
    }

    .fastbuy-page .basket_step_1 .product-table .name {
        font-size: 16px
    }

    .fastbuy-page .basket_step_1 .product-table small {
        font-size: 13px
    }

    .fastbuy-page .basket_step_1 .product-table .title {
        margin-bottom: 3px;
        font-size: 10px
    }

    .fastbuy-page .basket_step_1 .product-table .remove {
        width: 34px;
        height: 34px
    }

    .fastbuy-page #fastbuy .data-form .input-group,
    .fastbuy-page #fastbuy .input-group {
        display: block
    }

    .fastbuy-page #fastbuy .label {
        display: block;
        margin-bottom: 8px;
        padding: 0
    }

    .fastbuy-page #fastbuy .to-pay {
        grid-template-columns: 1fr;
        padding: 16px
    }

    .fastbuy-page #fastbuy .to-pay b {
        font-size: 22px
    }

    .fastbuy-page #fastbuy .form-action .btn {
        padding: 14px 16px;
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .recomend {
        margin: 24px -10px 0;
        overflow: hidden
    }

    .recomend .h2 {
        padding: 0 10px
    }

    .recomend .h2 h2 {
        display: block;
        padding: 0;
        color: #3a3a3a;
        font-size: 20px;
        line-height: 1.25;
        letter-spacing: .02em
    }

    .recomend .h2 h2:before,
    .recomend .h2 h2:after {
        content: none
    }

    .recomend>.row,
    .recomend>.items,
    .recomend>.list,
    .recomend .recomend-list,
    .recomend .products-list,
    .recomend .scroller.scroller-horizontal.native-touch-scroll .viewport {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 8px 10px 10px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        scrollbar-width: thin;
        scrollbar-color: rgba(110, 158, 59, .35) transparent
    }

    .recomend .scroller.scroller-horizontal.native-touch-scroll {
        overflow: visible;
        width: auto;
        min-width: 0;
        touch-action: pan-x pan-y
    }

    .recomend .scroller.scroller-horizontal.native-touch-scroll .viewport {
        position: relative;
        left: auto !important;
        width: 100%;
        max-width: 100%
    }

    .recomend .scroller.scroller-horizontal.native-touch-scroll .overview {
        position: static;
        display: flex;
        flex: 0 0 auto;
        gap: 8px;
        min-width: 100%
    }

    .recomend .scroller.scroller-horizontal.native-touch-scroll .scrollbar {
        display: none
    }

    .recomend>.row::-webkit-scrollbar,
    .recomend>.items::-webkit-scrollbar,
    .recomend>.list::-webkit-scrollbar,
    .recomend .recomend-list::-webkit-scrollbar,
    .recomend .products-list::-webkit-scrollbar,
    .recomend .scroller.scroller-horizontal.native-touch-scroll .viewport::-webkit-scrollbar {
        height: 4px
    }

    .recomend>.row::-webkit-scrollbar-track,
    .recomend>.items::-webkit-scrollbar-track,
    .recomend>.list::-webkit-scrollbar-track,
    .recomend .recomend-list::-webkit-scrollbar-track,
    .recomend .products-list::-webkit-scrollbar-track,
    .recomend .scroller.scroller-horizontal.native-touch-scroll .viewport::-webkit-scrollbar-track {
        background: transparent
    }

    .recomend>.row::-webkit-scrollbar-thumb,
    .recomend>.items::-webkit-scrollbar-thumb,
    .recomend>.list::-webkit-scrollbar-thumb,
    .recomend .recomend-list::-webkit-scrollbar-thumb,
    .recomend .products-list::-webkit-scrollbar-thumb,
    .recomend .scroller.scroller-horizontal.native-touch-scroll .viewport::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: rgba(110, 158, 59, .45)
    }

    .recomend .item,
    .recomend>.row>[class*="col-"],
    .recomend>.items>*,
    .recomend>.list>*,
    .recomend .recomend-list>*,
    .recomend .products-list>* {
        float: none;
        flex: 0 0 32%;
        width: 32%;
        max-width: 32%;
        scroll-snap-align: start
    }

    .recomend .scroller.scroller-horizontal.native-touch-scroll .overview>* {
        float: none;
        flex: 0 0 calc((100vw - 44px) / 3);
        width: calc((100vw - 44px) / 3);
        max-width: calc((100vw - 44px) / 3);
        scroll-snap-align: start
    }

    .recomend-item .photo {
        height: auto
    }

    .recomend-item .photo img {
        display: block;
        width: 100%;
        border-radius: 10px;
        object-fit: cover
    }

    .recomend-item .hover-b {
        position: static;
        padding: 6px 0 0;
        opacity: 1;
        visibility: visible;
        background: transparent;
        transform: none
    }

    .recomend-item .name,
    .recomend-item .price {
        font-size: 11px;
        line-height: 1.25
    }
}

@media (max-width: 380px) {
    .recomend .item,
    .recomend>.row>[class*="col-"],
    .recomend>.items>*,
    .recomend>.list>*,
    .recomend .recomend-list>*,
    .recomend .products-list>* {
        flex-basis: 36%;
        width: 36%;
        max-width: 36%
    }

    .recomend .scroller.scroller-horizontal.native-touch-scroll .overview>* {
        flex-basis: 34vw;
        width: 34vw;
        max-width: 34vw
    }
}

@media (max-width: 768px) {
    #breadcrumbs_holder {
        overflow: visible
    }

    #breadcrumbs_holder:after {
        right: 10px;
        z-index: 3
    }

    .m_catalog_head_mini_nav {
        position: relative;
        overflow-x: auto;
        overflow-y: visible;
        padding-left: 0
    }

    .m_catalog_head_mini_nav li:first-child {
        position: sticky;
        left: 0;
        z-index: 4
    }

    .m_catalog_head_mini_nav li:first-child a {
        background: linear-gradient(135deg, #fff, #f7f9f4);
        box-shadow: 8px 0 16px rgba(255, 255, 255, .92), 0 6px 14px rgba(16, 24, 12, .06)
    }

    .m_catalog_head_mini_nav li:first-child + li {
        margin-left: 2px
    }

    header .main-menu {
        position: fixed;
        top: 122px;
        right: 8px;
        left: 8px;
        z-index: 12;
        width: auto;
        max-height: calc(100vh - 138px);
        padding: 12px;
        border: 1px solid rgba(14, 5, 6, .06);
        border-radius: 24px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 24px 60px rgba(16, 24, 12, .16);
        overflow-x: hidden;
        overflow-y: auto;
        backdrop-filter: blur(12px)
    }

    .main-menu>ul {
        max-width: none;
        margin: 0;
        padding: 0 !important
    }

    .main-menu>ul li,
    header .main-menu>ul li:first-child {
        margin: 0 0 8px;
        border: 0;
        border-radius: 16px;
        background: linear-gradient(135deg, #fff, #fafbf8);
        box-shadow: inset 0 0 0 1px rgba(14, 5, 6, .055)
    }

    .main-menu>ul li:last-child {
        margin-bottom: 0
    }

    header .main-menu>ul>li>a,
    header .main-menu>ul>li>span,
    .main-menu>ul li a,
    .main-menu>ul li span {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 14px 52px 14px 16px !important;
        color: #222;
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: .01em;
        text-decoration: none
    }

    .main-menu>ul li.active>a,
    .main-menu>ul li.active>span,
    .main-menu>ul li:hover>a,
    .main-menu>ul li:hover>span {
        color: #6e9e3b
    }

    header .main-menu .open_sub,
    header .open_sub_big {
        top: 7px;
        right: 8px;
        width: 36px;
        height: 36px;
        border-radius: 12px;
        background: rgba(110, 158, 59, .1)
    }

    header .main-menu .open_sub:after,
    header .main-menu .open_sub_big:after {
        left: 12px;
        width: 8px;
        height: 8px;
        border-color: #6e9e3b;
        border-width: 2px
    }

    header .main-menu .sub-menu {
        position: static;
        min-height: 0;
        max-height: none;
        margin: 0 0 8px;
        padding: 8px;
        border: 0;
        border-radius: 18px;
        background: #f7f9f4;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .12)
    }

    header .main-menu .sub-menu:before,
    .main-menu .sub-menu:before {
        content: none
    }

    header .main-menu .sub-menu .sub-item {
        margin: 0;
        border: 0;
        background: transparent;
        line-height: 1.2;
        box-shadow: none
    }

    header .main-menu .sub-menu .sub-item>span {
        padding: 10px 42px 10px 10px !important;
        color: #4c4c4c;
        font-size: 13px !important;
        font-weight: 700
    }

    header .sub-item ul {
        margin: 0 0 8px;
        padding: 0
    }

    header .sub-item ul a,
    header .sub-item ul span {
        min-height: 34px;
        padding: 8px 10px !important;
        color: #5f5f5f;
        font-size: 13px !important;
        font-weight: 500
    }

    .main-menu>ul .flex-box {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 12px;
        padding: 8px;
        border-radius: 18px;
        background: #f7f9f4
    }

    .main-menu>ul .fast-btn {
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border-radius: 14px;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .16), 0 8px 16px rgba(16, 24, 12, .045)
    }

    .main-menu>ul .fast-btn.icon-before:before {
        display: block;
        width: 23px;
        height: 27px;
        margin: 0;
        opacity: .82;
        transform: scale(.92)
    }

    .main-menu>ul .flex-box .fast-btn:nth-child(3):before {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        margin: 0;
        border: 2px solid #6e9e3b;
        border-radius: 50%;
        background: transparent;
        opacity: .82
    }

    .main-menu>ul .flex-box .fast-btn:nth-child(3):after {
        content: '';
        position: absolute;
        top: 12px;
        left: 14px;
        width: 13px;
        height: 13px;
        border: 2px solid #6e9e3b;
        border-top: 0;
        border-left: 0;
        border-radius: 0 0 8px 0;
        transform: rotate(32deg)
    }

    .main-menu>ul .fast-btn span {
        display: none !important;
        min-height: 0;
        padding: 0 !important;
        font-size: 0 !important
    }

    .search-small {
        margin-bottom: 12px
    }

    .search-small form {
        display: block;
        position: relative
    }

    .search-small input[type=text] {
        height: 44px;
        margin: 0;
        padding: 0 48px 0 14px;
        border: 1px solid rgba(14, 5, 6, .06);
        border-radius: 16px;
        background: #f7f9f4;
        color: #222;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8)
    }

    .search-small input[type=submit] {
        top: 10px;
        right: 12px;
        margin: 0;
        opacity: .72
    }

    header .main-menu .sub-menu {
        padding: 10px;
        background: linear-gradient(135deg, rgba(110, 158, 59, .055), rgba(110, 158, 59, .015))
    }

    header .main-menu .menu_catalog_back,
    header .main-menu .back_menu,
    .main-menu .sub-menu .back_menu {
        display: none !important
    }

    header .main-menu .menu-show-all {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        margin: 0 0 8px;
        padding: 10px 14px !important;
        border: 1px solid rgba(110, 158, 59, .22);
        border-radius: 999px;
        background: #fff;
        color: #6e9e3b !important;
        font-size: 13px !important;
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: .02em;
        text-decoration: none;
        box-shadow: 0 8px 16px rgba(16, 24, 12, .045)
    }

    header .main-menu .sub-menu .sub-item-image {
        display: none !important
    }

    header .main-menu .sub-menu .sub-item {
        position: relative;
        display: block;
        margin: 0 0 6px;
        border-radius: 14px;
        background: rgba(255, 255, 255, .68)
    }

    header .main-menu .sub-menu .sub-item:last-child {
        margin-bottom: 0
    }

    header .main-menu .sub-menu .sub-item>span,
    header .main-menu .sub-menu .sub-item>span>a,
    header .main-menu .sub-menu .sub-item>span>span {
        display: flex;
        align-items: center;
        min-height: 42px !important;
        padding: 11px 48px 11px 14px !important;
        color: #242424;
        font-size: 14px !important;
        font-weight: 700;
        line-height: 1.15
    }

    header .main-menu .sub-menu .sub-item .open_sub {
        top: 3px;
        right: 5px;
        width: 36px;
        height: 36px;
        border-radius: 12px
    }

    header .sub-item.sub_active ul {
        display: grid;
        gap: 7px;
        margin: 2px 10px 10px;
        padding: 0
    }

    header .sub-item ul li {
        margin: 0;
        border-radius: 999px;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(14, 5, 6, .055)
    }

    header .sub-item ul a,
    header .sub-item ul span {
        min-height: 36px !important;
        padding: 8px 14px !important;
        color: #2d2d2d;
        font-size: 14px !important;
        line-height: 1.15
    }

    .main-menu .sub-menu .back_menu {
        top: 12px;
        left: 12px;
        width: 40px;
        height: 40px;
        border-radius: 14px;
        background: rgba(110, 158, 59, .09)
    }

    .main-menu .sub-menu .back_menu:after {
        left: 15px;
        border-color: #6e9e3b
    }

    a.prev-page[href*="/catalog/"],
    .product-page a.prev-page {
        display: inline-flex !important;
        align-items: center;
        gap: 9px;
        margin: 2px 0 12px !important;
        padding: 6px 12px 6px 7px !important;
        border: 1px solid rgba(110, 158, 59, .16);
        border-radius: 999px;
        background: rgba(255, 255, 255, .94) !important;
        color: #6e9e3b !important;
        font-size: 11px !important;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .08em;
        text-decoration: none !important;
        box-shadow: 0 8px 18px rgba(16, 24, 12, .055)
    }

    a.prev-page[href*="/catalog/"]:before,
    .product-page a.prev-page:before {
        content: '\2039' !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: static;
        width: 28px !important;
        height: 28px !important;
        margin: 0 !important;
        border: 0;
        border-radius: 50%;
        background: rgba(110, 158, 59, .1) !important;
        color: #6e9e3b;
        font-size: 24px;
        line-height: 1;
        box-shadow: none;
        transform: none
    }

    .back_product_in_view {
        top: 50vh !important;
        transform: translateY(-50%) !important
    }

    .fast-action,
    .fast-action.open {
        position: fixed !important;
        inset: 0 !important;
        z-index: 40 !important;
        width: 100vw !important;
        height: 100vh !important;
        min-height: 100vh !important
    }

    .fast-action .action-panel {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        display: block;
        width: min(100vw, 650px) !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
        padding: 34px 18px 22px !important;
        border-left: 0;
        border-radius: 24px 0 0 24px;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto
    }

    .fast-action .close-action {
        top: 22px !important;
        right: 22px !important;
        z-index: 2
    }

    .fast-item.active {
        display: flex !important;
        min-height: calc(100vh - 56px)
    }

    .fast-item .fast-list {
        flex: 1 1 auto;
        min-height: 180px
    }
}

@media (max-width: 768px) {
    .header {
        padding-top: env(safe-area-inset-top, 0) !important;
        background: linear-gradient(180deg, rgba(246, 248, 243, .98), rgba(246, 248, 243, .92)) !important
    }

    .top-line {
        margin: 0 -8px 0 !important;
        padding-top: 4px;
        border: 0 !important;
        border-radius: 0 0 20px 20px !important;
        background: rgba(255, 255, 255, .86) !important;
        box-shadow: 0 10px 26px rgba(16, 24, 12, .045) !important
    }

    .header.full-width .main-menu-h {
        margin-top: 6px !important;
        border-top: 0 !important
    }

    .header.full-width .main-menu-h.menu-toggle,
    .main-menu-h.menu-toggle {
        border-bottom-color: rgba(14, 5, 6, .06) !important;
        box-shadow: 0 12px 30px rgba(16, 24, 12, .045) !important
    }

    .main-menu-h.menu-toggle:after {
        display: none !important
    }

    header .menu_catalog_back,
    header .back_menu {
        display: none !important
    }

    .menu-toggle .menu-btn {
        background: rgba(255, 255, 255, .96) !important;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .22), 0 10px 24px rgba(16, 24, 12, .08) !important
    }

    .menu-toggle .menu-btn:before,
    .menu-toggle .menu-btn:after {
        right: 11px !important;
        left: 11px !important;
        height: 2px !important;
        background: #6e9e3b !important
    }

    header .main-menu {
        top: 128px;
        padding: 12px 14px 18px;
        border-radius: 24px 24px 20px 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 252, 248, .97));
        box-shadow: 0 26px 70px rgba(16, 24, 12, .18)
    }

    .main-menu>ul .flex-box {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
        border: 1px solid rgba(14, 5, 6, .045);
        border-radius: 20px;
        background: rgba(255, 255, 255, .74);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 10px 26px rgba(16, 24, 12, .04)
    }

    .main-menu>ul .flex-box .search-small {
        grid-column: 1 / -1;
        width: 100%;
        margin: 0
    }

    .main-menu>ul .flex-box .search-small form {
        position: relative;
        display: block;
        width: 100%
    }

    .main-menu>ul .flex-box .search-small input[type=text] {
        width: 100% !important;
        height: 48px;
        margin: 0;
        padding: 0 52px 0 46px;
        border: 1px solid rgba(110, 158, 59, .14);
        border-radius: 16px;
        background: rgba(247, 249, 244, .9);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9)
    }

    .main-menu>ul .flex-box .search-small input[type=submit] {
        top: 50% !important;
        right: 12px !important;
        width: 24px;
        height: 24px;
        margin: 0 !important;
        opacity: .72;
        transform: translateY(-50%)
    }

    .main-menu>ul .flex-box .search-small .remove_search_h {
        top: 50% !important;
        left: 13px !important;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: rgba(110, 158, 59, .08);
        background-position: center;
        opacity: .75;
        transform: translateY(-50%)
    }

    .main-menu>ul .fast-btn {
        width: 100%;
        height: 52px;
        border-radius: 16px;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .15), 0 8px 18px rgba(16, 24, 12, .045)
    }

    .main-menu>ul .fast-btn .favorite_counter,
    .main-menu>ul .fast-btn .cart_sum {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 3;
        min-width: 18px;
        height: 18px;
        min-height: 18px;
        padding: 0 5px !important;
        border: 2px solid #fff;
        border-radius: 999px;
        background: #6e9e3b;
        color: #fff;
        font-size: 10px !important;
        font-weight: 700;
        line-height: 1 !important;
        box-shadow: 0 6px 12px rgba(110, 158, 59, .22)
    }

    .main-menu>ul .fast-btn .favorite_counter {
        top: -5px;
        right: -5px
    }

    .main-menu>ul .fast-btn .cart_sum {
        right: -8px;
        bottom: -7px;
        height: 20px;
        min-width: 34px;
        max-width: 72px;
        font-size: 9px !important;
        white-space: nowrap
    }

    .main-menu>ul .fast-btn .favorite_counter:empty,
    .main-menu>ul .fast-btn .cart_sum:empty {
        display: none !important
    }

    .main-menu>ul .flex-box .fast-btn:nth-child(3):before {
        content: '\260E' !important;
        width: auto !important;
        height: auto !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: none !important;
        color: #6e9e3b;
        font-size: 28px;
        line-height: 1;
        opacity: .88;
        transform: rotate(-15deg)
    }

    .main-menu>ul .flex-box .fast-btn:nth-child(3):after {
        content: none !important
    }

    .main-menu>ul .flex-box .fast-btn:nth-child(4):before {
        content: '' !important;
        display: block;
        width: 20px !important;
        height: 20px !important;
        margin: 0;
        border: 3px solid #6e9e3b !important;
        border-radius: 50% !important;
        background: none !important;
        opacity: .82;
        transform: none !important
    }

    .main-menu>ul .flex-box .fast-btn:nth-child(4):after {
        content: '' !important;
        position: absolute;
        top: 31px;
        left: calc(50% + 5px);
        width: 12px;
        height: 3px;
        border: 0 !important;
        border-radius: 999px;
        background: #6e9e3b;
        opacity: .82;
        transform: rotate(45deg) !important
    }

    .main-menu>ul li,
    header .main-menu>ul li:first-child {
        border-radius: 18px;
        background: rgba(255, 255, 255, .9);
        box-shadow: inset 0 0 0 1px rgba(14, 5, 6, .055), 0 8px 20px rgba(16, 24, 12, .035)
    }

    header .main-menu>ul>li>a,
    header .main-menu>ul>li>span,
    .main-menu>ul li a,
    .main-menu>ul li span {
        min-height: 54px;
        padding-right: 58px !important
    }

    header .main-menu .open_sub,
    header .open_sub_big,
    header .main-menu .sub-menu .sub-item .open_sub {
        top: 50% !important;
        right: 10px !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 14px !important;
        background: rgba(110, 158, 59, .1);
        transform: translateY(-50%)
    }

    header .main-menu .sub-item.sub_active .open_sub:after {
        transform: rotate(135deg) !important
    }

    header .main-menu .sub-menu {
        padding: 12px;
        border: 1px solid rgba(110, 158, 59, .13);
        border-radius: 20px;
        background: linear-gradient(145deg, rgba(247, 250, 244, .94), rgba(255, 255, 255, .9));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75)
    }

    header .main-menu .menu-show-all {
        min-height: 44px;
        margin-bottom: 12px;
        border-color: rgba(110, 158, 59, .18);
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 8px 18px rgba(16, 24, 12, .025)
    }

    header .main-menu .sub-menu .sub-item {
        margin-bottom: 10px;
        border-radius: 18px;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(14, 5, 6, .045), 0 8px 18px rgba(16, 24, 12, .032)
    }

    header .main-menu .sub-menu .sub-item>span,
    header .main-menu .sub-menu .sub-item>span>a,
    header .main-menu .sub-menu .sub-item>span>span {
        min-height: 58px !important;
        padding: 14px 62px 14px 18px !important;
        line-height: 1.08
    }

    header .sub-item.sub_active ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 0 14px 16px;
        padding: 0 0 2px
    }

    header .sub-item ul .menu-show-all-item {
        min-height: 0 !important;
        margin: 0 0 10px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important
    }

    header .sub-item ul .sub-menu-show-all {
        justify-content: center;
        min-height: 42px !important;
        border: 1px solid rgba(110, 158, 59, .16);
        border-radius: 999px;
        background: rgba(255, 255, 255, .96);
        color: #6e9e3b !important;
        font-weight: 700;
        box-shadow: none !important
    }

    header .sub-item ul li:not(.menu-show-all-item) {
        border-radius: 14px;
        background: rgba(255, 255, 255, .86);
        box-shadow: inset 0 0 0 1px rgba(14, 5, 6, .05)
    }

    header .sub-item ul li:not(.menu-show-all-item) a {
        display: flex;
        align-items: center;
        min-height: 42px !important;
        padding: 10px 16px !important;
        border-radius: 14px
    }

    .main-menu>ul .flex-box .search-small {
        grid-column: auto;
        width: 100%;
        height: 52px;
        margin: 0;
        border-radius: 16px;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .15), 0 8px 18px rgba(16, 24, 12, .045)
    }

    .main-menu>ul .flex-box .search-small form {
        height: 52px
    }

    .main-menu>ul .flex-box .search-small input[type=text] {
        height: 52px;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: transparent;
        caret-color: transparent;
        box-shadow: none !important
    }

    .main-menu>ul .flex-box .search-small input[type=text]::placeholder {
        color: transparent
    }

    .main-menu>ul .flex-box .search-small input[type=submit] {
        right: 50% !important;
        opacity: .82;
        transform: translate(50%, -50%)
    }

    .main-menu>ul .flex-box .search-small:focus-within,
    .main-menu>ul .flex-box .search-small:has(form.search_active) {
        grid-column: 1 / -1
    }

    .main-menu>ul .flex-box .search-small:focus-within input[type=text],
    .main-menu>ul .flex-box .search-small:has(form.search_active) input[type=text] {
        padding: 0 52px 0 46px !important;
        border: 1px solid rgba(110, 158, 59, .14) !important;
        background: rgba(247, 249, 244, .9) !important;
        color: #222;
        caret-color: auto
    }

    .main-menu>ul .flex-box .search-small:focus-within input[type=text]::placeholder,
    .main-menu>ul .flex-box .search-small:has(form.search_active) input[type=text]::placeholder {
        color: #9aa394
    }

    .main-menu>ul .flex-box .search-small:focus-within input[type=submit],
    .main-menu>ul .flex-box .search-small:has(form.search_active) input[type=submit] {
        right: 12px !important;
        transform: translateY(-50%)
    }

    header .main-menu>ul>li,
    header .main-menu .sub-menu .sub-item {
        position: relative
    }

    header .main-menu .open_sub,
    header .open_sub_big,
    header .main-menu .sub-menu .sub-item .open_sub {
        position: absolute !important;
        top: 50% !important;
        right: 14px !important;
        transform: translateY(-50%) !important
    }

    header .main-menu .open_sub:after,
    header .main-menu .open_sub_big:after {
        top: 50% !important;
        left: 50% !important;
        width: 10px !important;
        height: 10px !important;
        border-width: 0 2px 2px 0 !important;
        transform: translate(-58%, -50%) rotate(-45deg) !important
    }

    header .main-menu>ul>li>a.active .open_sub_big:after,
    header .main-menu .sub-item.sub_active .open_sub:after {
        transform: translate(-50%, -62%) rotate(45deg) !important
    }

    header .main-menu .menu-show-all,
    header .sub-item ul .sub-menu-show-all {
        border-color: rgba(110, 158, 59, .14) !important;
        box-shadow: 0 8px 18px rgba(16, 24, 12, .025) !important
    }

    header .sub-item.sub_active ul {
        margin-bottom: 20px;
        padding-bottom: 8px
    }

    header .sub-item.sub_active {
        padding-bottom: 2px
    }

    .product-page .hidden-lg.hidden-md.hidden-sm.col-xs-12 {
        position: relative
    }

    .product-page .hidden-lg.hidden-md.hidden-sm.col-xs-12 > .product_tops {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 8;
        pointer-events: none
    }

    .product-page .item_images_mobile .mobile_product_tops {
        display: none !important
    }

    .product-page .hidden-lg.hidden-md.hidden-sm.col-xs-12 > .product_tops .discount {
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        box-shadow: 0 10px 22px rgba(16, 24, 12, .14)
    }

    header .main-menu .sub-menu .sub-item > span {
        position: relative !important;
        overflow: visible !important
    }

    header .main-menu .open_sub,
    header .main-menu .open_sub_big,
    header .open_sub_big {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: 50% !important;
        right: 14px !important;
        z-index: 4 !important;
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        border: 0 !important;
        border-radius: 15px !important;
        background: rgba(110, 158, 59, .1) !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        transform: translateY(-50%) !important;
        pointer-events: auto !important
    }

    header .main-menu .open_sub:after,
    header .main-menu .open_sub_big:after,
    header .open_sub_big:after {
        content: none !important;
        display: none !important
    }

    header .main-menu .open_sub:before,
    header .main-menu .open_sub_big:before,
    header .open_sub_big:before {
        content: '' !important;
        display: block !important;
        width: 11px !important;
        height: 11px !important;
        margin: 0 !important;
        border: solid #6e9e3b !important;
        border-width: 0 3px 3px 0 !important;
        background: transparent !important;
        transform: translateX(-2px) rotate(-45deg) !important;
        transition: transform .2s ease !important
    }

    header .main-menu .sub-item.sub_active > span .open_sub:before,
    header .main-menu > ul > li > a.active .open_sub_big:before {
        transform: translateY(-2px) rotate(45deg) !important
    }

    header .main-menu .sub-item ul > li.menu-show-all-item {
        display: block !important;
        min-height: 0 !important;
        margin: 0 0 10px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important
    }

    header .main-menu .sub-item ul > li.menu-show-all-item > a.sub-menu-show-all {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 42px !important;
        margin: 0 !important;
        padding: 10px 16px !important;
        border: 1px solid rgba(110, 158, 59, .18) !important;
        border-radius: 999px !important;
        background: #fff !important;
        box-shadow: 0 8px 18px rgba(16, 24, 12, .025) !important
    }

    header .main-menu > ul .flex-box > #show_mobile_search.search-btn,
    header .main-menu > ul .flex-box > .search-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        width: 100% !important;
        height: 52px !important;
        min-height: 52px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 16px !important;
        background: #fff !important;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .15), 0 8px 18px rgba(16, 24, 12, .045) !important
    }

    header .main-menu > ul .flex-box > #show_mobile_search.search-btn:before,
    header .main-menu > ul .flex-box > .search-btn:before {
        content: '' !important;
        display: block !important;
        position: static !important;
        width: 18px !important;
        height: 18px !important;
        margin: 0 !important;
        border: 3px solid #6e9e3b !important;
        border-radius: 50% !important;
        background: transparent !important;
        opacity: .82 !important;
        transform: none !important
    }

    header .main-menu > ul .flex-box > #show_mobile_search.search-btn:after,
    header .main-menu > ul .flex-box > .search-btn:after {
        content: '' !important;
        position: absolute !important;
        top: 29px !important;
        left: calc(50% + 5px) !important;
        width: 12px !important;
        height: 3px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #6e9e3b !important;
        opacity: .82 !important;
        transform: rotate(45deg) !important
    }

    .header .top-line {
        border-bottom: 0 !important
    }

    .header.full-width .main-menu-h,
    .main-menu-h {
        border-top: 0 !important;
        border-bottom: 0 !important
    }

    .header .main-menu-h .menu-btn {
        position: relative !important;
        overflow: visible !important
    }

    .header .main-menu-h .menu-btn:before,
    .header .main-menu-h.menu-toggle .menu-btn:before {
        content: '' !important;
        top: 14px !important;
        right: 13px !important;
        left: 13px !important;
        height: 3px !important;
        border-radius: 999px !important;
        background: #5fa233 !important;
        box-shadow: 0 9px 0 #5fa233, 0 18px 0 #5fa233 !important;
        transform: none !important
    }

    .header .main-menu-h .menu-btn:after,
    .header .main-menu-h.menu-toggle .menu-btn:after {
        content: none !important;
        display: none !important
    }

    .main-menu>ul .flex-box .fast-btn:nth-child(3):before {
        content: '' !important;
        display: block !important;
        width: 28px !important;
        height: 28px !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%236e9e3b' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.5 9.5c2.5-2.4 8.5-2.4 11 0 2.4 2.3 2.4 6.6 0 8.9l-2.1 2.1c-.7.7-1.8.7-2.5 0l-1.2-1.2c-.7-.7-.7-1.8 0-2.5l.9-.9a7.4 7.4 0 0 0-1.2-.1 7.4 7.4 0 0 0-1.2.1l.9.9c.7.7.7 1.8 0 2.5l-1.2 1.2c-.7.7-1.8.7-2.5 0l-2.1-2.1c-2.4-2.3-2.4-6.6 0-8.9Z'/%3E%3Cpath d='M16 15.8v5.7'/%3E%3C/svg%3E") no-repeat center / 28px 28px !important;
        opacity: .9 !important;
        transform: none !important
    }

    .main-menu>ul .flex-box .fast-btn:nth-child(3):after {
        content: none !important;
        display: none !important
    }

    header .main-menu > ul .flex-box > .favorite.fast-btn:before,
    header .main-menu > ul .flex-box > .commerce.fast-btn:before,
    header .main-menu > ul .flex-box > .phone.fast-btn:before,
    header .main-menu > ul .flex-box > #show_mobile_search.search-btn:before,
    header .main-menu > ul .flex-box > .search-btn:before {
        content: '' !important;
        display: block !important;
        position: static !important;
        width: 28px !important;
        height: 28px !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 28px 28px !important;
        opacity: .88 !important;
        transform: none !important
    }

    header .main-menu > ul .flex-box > .favorite.fast-btn:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%236e9e3b' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 26s-9.5-5.7-11.6-12.1C3 9.5 5.6 6 9.7 6c2.4 0 4.2 1.2 5.3 3.1C16.1 7.2 17.9 6 20.3 6c4.1 0 6.7 3.5 5.3 7.9C23.5 20.3 16 26 16 26Z'/%3E%3C/svg%3E") !important
    }

    header .main-menu > ul .flex-box > .commerce.fast-btn:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%236e9e3b' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 11h14l-1 15H10L9 11Z'/%3E%3Cpath d='M12 11V9a4 4 0 0 1 8 0v2'/%3E%3C/svg%3E") !important
    }

    header .main-menu > ul .flex-box > .phone.fast-btn:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%236e9e3b' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.5 9.5c2.5-2.4 8.5-2.4 11 0 2.4 2.3 2.4 6.6 0 8.9l-2.1 2.1c-.7.7-1.8.7-2.5 0l-1.2-1.2c-.7-.7-.7-1.8 0-2.5l.9-.9a7.4 7.4 0 0 0-1.2-.1 7.4 7.4 0 0 0-1.2.1l.9.9c.7.7.7 1.8 0 2.5l-1.2 1.2c-.7.7-1.8.7-2.5 0l-2.1-2.1c-2.4-2.3-2.4-6.6 0-8.9Z'/%3E%3Cpath d='M16 15.8v5.7'/%3E%3C/svg%3E") !important
    }

    header .main-menu > ul .flex-box > #show_mobile_search.search-btn:before,
    header .main-menu > ul .flex-box > .search-btn:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%236e9e3b' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='14' cy='14' r='8'/%3E%3Cpath d='m20 20 6 6'/%3E%3C/svg%3E") !important
    }

    header .main-menu > ul .flex-box > .favorite.fast-btn:after,
    header .main-menu > ul .flex-box > .commerce.fast-btn:after,
    header .main-menu > ul .flex-box > .phone.fast-btn:after,
    header .main-menu > ul .flex-box > #show_mobile_search.search-btn:after,
    header .main-menu > ul .flex-box > .search-btn:after {
        content: none !important;
        display: none !important
    }
}

@media (max-width: 767px) {
    #modal--product-popup.modal-b {
        background: rgba(14, 14, 14, .72) !important;
        backdrop-filter: blur(4px)
    }

    .modal-b .product-popup {
        width: calc(100vw - 10px) !important;
        max-width: calc(100vw - 10px) !important;
        padding: 6px 5px !important;
        min-height: 0 !important;
        margin: 0 auto !important
    }

    .modal-b .product-popup .modal-wrp {
        border-radius: 18px !important;
        background: linear-gradient(180deg, #fff, #fbfcf9) !important;
        box-shadow: 0 24px 70px rgba(16, 24, 12, .24) !important;
        overflow: hidden
    }

    .modal-b .product-popup #product-popup {
        padding: 14px 10px 12px
    }

    .modal-b .product-popup .modal-close,
    #modal--product-popup.modal-b .modal-close {
        top: 10px !important;
        right: 10px !important;
        z-index: 30 !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 16px !important;
        background: rgba(110, 158, 59, .08) !important;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .16) !important
    }

    .modal-b .product-popup .modal-close:before,
    .modal-b .product-popup .modal-close:after,
    #modal--product-popup.modal-b .modal-close:before,
    #modal--product-popup.modal-b .modal-close:after {
        content: '' !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        display: block !important;
        width: 26px !important;
        height: 2px !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #6e9e3b !important;
        transform-origin: center !important
    }

    .modal-b .product-popup .modal-close:before,
    #modal--product-popup.modal-b .modal-close:before {
        transform: translate(-50%, -50%) rotate(45deg) !important
    }

    .modal-b .product-popup .modal-close:after,
    #modal--product-popup.modal-b .modal-close:after {
        transform: translate(-50%, -50%) rotate(-45deg) !important
    }

    .modal-b .product-popup .product-popup-name {
        display: block;
        max-width: calc(100% - 50px);
        margin: 0 0 10px;
        color: #6e9e3b;
        font-size: 21px;
        line-height: 1.1
    }

    .modal-b .product-popup .product-popup-header {
        padding: 0 0 10px;
        border-bottom: 3px solid rgba(14, 5, 6, .06)
    }

    .modal-b .product-popup .product-popup-colors {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
        text-align: left
    }

    .modal-b .product-popup .product-popup-colors-title {
        flex: 0 0 auto;
        display: block;
        margin: 0;
        color: #151515;
        font-size: 16px;
        line-height: 1.15
    }

    .modal-b .product-popup .product-popup-colors-list {
        flex: 1 1 auto;
        display: flex;
        gap: 9px;
        min-width: 0;
        max-width: 100%;
        padding: 5px 46px 5px 0 !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    .modal-b .product-popup .product-popup-colors-list::-webkit-scrollbar {
        display: none
    }

    .modal-b .product-popup .product-popup-color-option,
    .modal-b .product-popup .product-popup-color-marker li {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        padding: 3px;
        border-radius: 50%;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(14, 5, 6, .06), 0 8px 16px rgba(16, 24, 12, .05)
    }

    .modal-b .product-popup .product-popup-color-option.bx_active,
    .modal-b .product-popup .product-popup-color-option.active {
        box-shadow: inset 0 0 0 3px #6e9e3b, 0 8px 16px rgba(16, 24, 12, .05)
    }

    .modal-b .product-popup .product-popup-color-option span,
    .modal-b .product-popup .product-popup-color-marker li span {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

    .modal-b .product-popup .product-popup-table-wrp {
        margin: 10px -10px 10px -1px !important;
        padding-right: 0;
    }

    .modal-b #product-popup .product-popup-group-row {
        margin: 0 0 14px;
        padding: 12px 0 14px;
        border-bottom: 1px solid rgba(14, 5, 6, .06)
    }

    .modal-b #product-popup .product-popup-group-row:last-child {
        border-bottom: 0
    }

    .modal-b #product-popup .product-popup-info-cell {
        grid-template-columns: 68px minmax(0, 1fr);
        column-gap: 12px;
        min-height: 90px
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-model-name,
    .modal-b #product-popup .product-popup-info-cell .product-popup-color-name,
    .modal-b #product-popup .product-popup-info-cell .product-popup-material-name {
        color: #4d4d4d
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-model-name {
        color: #4d4d4d;
        font-size: 18px;
        font-weight: 500
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-material-name {
        font-style: italic
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-photo-link {
        width: 68px
    }

    .modal-b #product-popup .product-popup-info-cell .product-popup-photo {
        width: 68px;
        height: 90px;
        border-radius: 12px;
        background-color: #f3f4f1;
        box-shadow: 0 8px 18px rgba(16, 24, 12, .06)
    }

    .modal-b #product-popup .product-popup-sizes-table {
        margin-top: 8px
    }

    .modal-b #product-popup .product-popup-size-title-cell,
    .modal-b #product-popup .product-popup-size-label,
    .modal-b #product-popup .product-popup-quantity-cell,
    .modal-b #product-popup .product-popup-status-cell,
    .modal-b #product-popup .product-popup-old-price-cell,
    .modal-b #product-popup .product-popup-discount-cell,
    .modal-b #product-popup .product-popup-price-cell {
        color: #4d4d4d
    }

    .modal-b #product-popup .product-popup-size-title-cell:first-child,
    .modal-b #product-popup .product-popup-size-label {
        padding-left: 0 !important;
        font-style: italic
    }

    .modal-b #product-popup .product-popup-size-column {
        flex: 0 0 55px;
        width: 55px;
        min-width: 55px;
        max-width: 55px;
        margin-right: 4px !important;
        margin-left: 0 !important;
        transition: opacity .2s ease
    }

    .modal-b #product-popup .product-popup-pack-column {
        flex: 0 0 68px;
        width: 68px;
        min-width: 68px;
        max-width: 68px
    }

    .modal-b #product-popup .product-popup-single-size-column {
        flex: 0 0 55px;
        width: 55px;
        min-width: 55px;
        max-width: 55px
    }

    .modal-b #product-popup .product-popup-size-label {
        min-height: 38px;
        padding: 0 2px !important;
        color: #4d4d4d;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.15;
        text-align: center
    }

    .modal-b #product-popup .product-popup-status-cell {
        min-height: 24px
    }

    .modal-b #product-popup .product-popup-old-price-cell,
    .modal-b #product-popup .product-popup-discount-cell,
    .modal-b #product-popup .product-popup-price-cell {
        min-height: 25px;
        text-align: center
    }

    .modal-b #product-popup .product-popup-size-column.disabled {
        opacity: .58
    }

    .modal-b #product-popup .product-popup-size-column.disabled .product-popup-size-label,
    .modal-b #product-popup .product-popup-size-column.disabled .product-popup-price-cell {
        color: #9b9b9b
    }

    .modal-b #product-popup .product-popup-size-column.disabled .quantity-b {
        box-shadow: none
    }

    .modal-b #product-popup .quantity-b {
        width: 46px;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 0 4px 10px rgba(16, 24, 12, .05)
    }

    .modal-b #product-popup .product-popup-pack-column .quantity-b {
        width: 60px
    }

    .modal-b #product-popup .quantity-b .plus {
        background: #aedd80 !important
    }

    .modal-b #product-popup .product-popup-size-column.disabled .quantity-b .plus,
    .modal-b #product-popup .quantity-b .plus.unactive {
        background: #d9d9d9 !important
    }

    .modal-b #product-popup .product-popup-sizes-table .avaible {
        box-shadow: 0 0 0 3px rgba(110, 158, 59, .12)
    }

    .modal-b .product-popup .product-popup-bottom {
        padding: 8px 0 0
    }

    .modal-b .product-popup .product-popup-total {
        margin-top: 8px;
        padding: 14px 0;
        border-top: 1px solid rgba(110, 158, 59, .22);
        color: #4d4d4d;
        font-size: 16px
    }

    .modal-b .product-popup .product-popup-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding-top: 12px;
        border-top: 1px solid rgba(110, 158, 59, .22)
    }

    .modal-b .product-popup .product-popup-actions .btn,
    .modal-b .product-popup .product-popup-submit-button {
        width: 100%;
        min-height: 46px;
        margin: 0 !important;
        padding: 10px 12px !important;
        border-radius: 12px;
        font-size: 13px;
        line-height: 1.15
    }
}

@keyframes product-popup-column-erblink {
    0%, 100% {
        background-color: transparent
    }

    35% {
        background-color: rgba(80, 159, 45, .16)
    }
}

@media (max-width: 768px) {
    .header,
    .top-line,
    .header.full-width .main-menu-h,
    .logo-h,
    .logo-h-h,
    .menu-btn {
        transition: opacity .36s cubic-bezier(.22, 1, .36, 1), transform .36s cubic-bezier(.22, 1, .36, 1), max-height .36s cubic-bezier(.22, 1, .36, 1), margin .36s cubic-bezier(.22, 1, .36, 1), padding .36s cubic-bezier(.22, 1, .36, 1), box-shadow .36s cubic-bezier(.22, 1, .36, 1)
    }

    .top-line {
        max-height: 46px;
        transform: translateY(0);
        will-change: opacity, transform, max-height
    }

    .header.mobile-header-compact {
        padding-top: 4px;
        padding-bottom: 5px;
        box-shadow: 0 10px 28px rgba(16, 24, 12, .1)
    }

    .header.mobile-header-compact .top-line {
        max-height: 0;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(-14px)
    }

    .header.mobile-header-compact.full-width .main-menu-h {
        margin-top: 0;
        padding: 7px 10px !important;
        border-radius: 18px;
        box-shadow: 0 10px 24px rgba(16, 24, 12, .075)
    }

    .header.mobile-header-compact .logo-h,
    .header.mobile-header-compact .logo-h-h {
        max-width: 112px;
        filter: drop-shadow(0 6px 8px rgba(79, 145, 37, .12))
    }

    .header.mobile-header-compact .menu-btn {
        width: 38px;
        height: 38px;
        border-radius: 13px
    }
}

@media (max-width: 768px) {
    .catalog_holder .products-list .catalog-product-opt .size-picker {
        width: 100%;
        margin: 8px 0 6px;
        padding: 0
    }

    .catalog_holder .products-list .catalog-product-opt .size-picker .size1 {
        box-sizing: border-box;
        float: none;
        padding: 0
    }

    .catalog_holder .products-list .catalog-size-list-pack,
    .catalog_holder .products-list .catalog-product-pack .size-picker {
        display: none;
        grid-template-columns: repeat(2, 85px);
        justify-content: flex-start;
        gap: 8px
    }

    .catalog_holder .products-list .catalog-size-list-pack.active,
    .catalog_holder .products-list .catalog-product-pack .size-picker.active {
        display: grid
    }

    .catalog_holder .products-list .catalog-size-list-pack .size1,
    .catalog_holder .products-list .catalog-product-pack .size-picker .size1 {
        width: 85px;
        margin: 0
    }

    .catalog_holder .products-list .catalog-size-list-pack .size1 span,
    .catalog_holder .products-list .catalog-product-pack .size-picker .size1 span {
        width: 100%;
        min-width: 0;
        height: 31px;
        padding: 0 4px;
        border-color: rgba(110, 158, 59, .42);
        border-radius: 999px;
        background: rgba(255, 255, 255, .92);
        font-size: 10.5px;
        line-height: 29px;
        letter-spacing: -.2px;
        white-space: nowrap;
        box-shadow: 0 6px 16px rgba(31, 48, 20, .08)
    }

    .catalog_holder .products-list .catalog-size-list-single,
    .catalog_holder .products-list .catalog-product-single .size-picker {
        display: none;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 1px
    }

    .catalog_holder .products-list .catalog-size-list-single.active,
    .catalog_holder .products-list .catalog-product-single .size-picker.active {
        display: flex
    }

    .catalog_holder .products-list .catalog-size-list-single .size1,
    .catalog_holder .products-list .catalog-product-single .size-picker .size1 {
        flex: 0 0 auto;
        width: auto;
        margin: 0
    }

    .catalog_holder .products-list .catalog-size-list-single .size1 span,
    .catalog_holder .products-list .catalog-product-single .size-picker .size1 span {
        width: 32px;
        min-width: 32px;
        height: 32px;
        padding: 0;
        border-color: rgba(110, 158, 59, .45);
        border-radius: 50%;
        background: rgba(255, 255, 255, .94);
        font-size: 11px;
        line-height: 30px;
        letter-spacing: 0;
        box-shadow: 0 4px 12px rgba(31, 48, 20, .07)
    }

    .catalog_holder .products-list .catalog-size-list-single .size1.active span,
    .catalog_holder .products-list .catalog-size-list-single .size1:not(.disabled):hover span,
    .catalog_holder .products-list .catalog-size-list-pack .size1.active span,
    .catalog_holder .products-list .catalog-size-list-pack .size1:not(.disabled):hover span,
    .catalog_holder .products-list .catalog-product-single .size-picker .size1.active span,
    .catalog_holder .products-list .catalog-product-single .size-picker .size1:not(.disabled):hover span,
    .catalog_holder .products-list .catalog-product-pack .size-picker .size1.active span,
    .catalog_holder .products-list .catalog-product-pack .size-picker .size1:not(.disabled):hover span {
        border-color: #6e9e3b;
        background: #6e9e3b;
        color: #fff
    }

    .catalog_holder .products-list .product.catalog-product-opt .size-picker.catalog-size-list-single {
        display: none;
        flex-wrap: wrap;
        grid-template-columns: none;
        align-items: center;
        justify-content: flex-start;
        gap: 6px
    }

    .catalog_holder .products-list .product.catalog-product-opt .size-picker.catalog-size-list-single.active {
        display: flex
    }

    .catalog_holder .products-lflist .product.catalog-product-opt .size-picker.catalog-size-list-single .size1 {
        flex: 0 0 auto;
        width: auto;
        margin: 0;
        padding: 0
    }

    .catalog_holder .products-list .product.catalog-product-opt .size-picker.catalog-size-list-single .size1 span {
        width: 32px;
        min-width: 32px;
        height: 32px;
        padding: 0;
        border-radius: 50%;
        line-height: 30px;
        font-size: 11px;
        letter-spacing: 0
    }
}

@media (max-width: 768px) {
    .header.full-width .main-menu-h,
    .main-menu-h {
        min-height: 72px !important;
        margin-top: 6px !important;
        padding: 10px 15px !important;
        border-radius: 24px !important;
        background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(249, 253, 246, .94)) !important;
        box-shadow: 0 16px 34px rgba(16, 24, 12, .075), inset 0 0 0 1px rgba(110, 158, 59, .08) !important
    }

    .header.full-width .main-menu-h .row,
    .main-menu-h .row {
        min-height: 52px !important;
        align-items: center !important
    }

    .logo-h,
    .logo-h-h {
        max-width: 138px !important;
        filter: drop-shadow(0 8px 9px rgba(79, 145, 37, .16)) !important
    }

    .header .main-menu-h .menu-btn {
        position: relative !important;
        width: 52px !important;
        height: 52px !important;
        margin: 0 !important;
        border-radius: 18px !important;
        background-color: transparent !important;
        background-image:
            linear-gradient(#5fa233, #5fa233),
            linear-gradient(#5fa233, #5fa233),
            linear-gradient(#5fa233, #5fa233),
            linear-gradient(135deg, rgba(110, 158, 59, .16), rgba(110, 158, 59, .06)) !important;
        background-position:
            center calc(50% - 8px),
            center center,
            center calc(50% + 8px),
            center center !important;
        background-repeat: no-repeat !important;
        background-size:
            23px 3px,
            23px 3px,
            23px 3px,
            100% 100% !important;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .2), 0 12px 24px rgba(16, 24, 12, .07) !important;
        overflow: hidden !important
    }

    .header .main-menu-h .menu-btn:before {
        content: none !important;
        display: none !important
    }

    .header .main-menu-h .menu-btn:after {
        content: none !important;
        display: none !important
    }

    .header .main-menu-h.menu-toggle .menu-btn {
        background-image:
            linear-gradient(135deg, rgba(110, 158, 59, .16), rgba(110, 158, 59, .06)) !important;
        background-position: center !important;
        background-size: 100% 100% !important
    }

    .header .main-menu-h.menu-toggle .menu-btn:before {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        width: 25px !important;
        height: 3px !important;
        border-radius: 999px !important;
        background: #5fa233 !important;
        box-shadow: none !important;
        transform: translate(-50%, -50%) rotate(45deg) !important
    }

    .header .main-menu-h.menu-toggle .menu-btn:after {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        width: 24px !important;
        height: 3px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        background: #5fa233 !important;
        transform: translate(-50%, -50%) rotate(-45deg) !important
    }

    .header.mobile-header-compact.full-width .main-menu-h,
    .header.mobile-header-compact .main-menu-h {
        min-height: 56px !important;
        margin-top: 0 !important;
        padding: 7px 13px !important;
        border-radius: 18px !important
    }

    .header.mobile-header-compact .logo-h,
    .header.mobile-header-compact .logo-h-h {
        max-width: 118px !important
    }

    .header.mobile-header-compact .main-menu-h .menu-btn {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important
    }
}

@media (max-width: 768px) {
    #filters.catalog-panel-open,
    #filters.catalog-panel-open.fixed_filters {
        position: relative !important;
        top: auto !important;
        z-index: 2 !important;
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0 !important
    }

    #filters_holder.mobile-inline-open,
    #sorting_holder.mobile-inline-open {
        display: block !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        z-index: 2 !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        margin: 10px 0 18px !important;
        padding: 16px !important;
        border: 1px solid rgba(110, 158, 59, .16) !important;
        border-radius: 22px !important;
        background: linear-gradient(180deg, #fbfff7 0, #fff 120px) !important;
        box-shadow: 0 12px 28px rgba(35, 54, 22, .08) !important;
        overflow: visible !important;
        transform: none !important
    }

    #filters_holder.mobile-inline-open:before,
    #sorting_holder.mobile-inline-open:before {
        content: none !important;
        display: none !important
    }

    #filters_holder.mobile-inline-open .filters-back,
    #sorting_holder.mobile-inline-open .sorting-back,
    #filters_holder.mobile-inline-open .filters-panel-title,
    #sorting_holder.mobile-inline-open .sorting-panel-title {
        display: none !important
    }

    #filters_holder.mobile-inline-open .filter .filter-item {
        margin-bottom: 8px !important;
        border-radius: 16px !important;
        overflow: hidden !important
    }

    #filters_holder.mobile-inline-open .filter-item .filter-cnt {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        z-index: auto !important;
        width: auto !important;
        height: auto !important;
        max-height: none !important;
        padding: 0 14px 16px !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        overflow: visible !important
    }

    #filters_holder.mobile-inline-open .filter-item .filter-cnt:before,
    #filters_holder.mobile-inline-open .back_to_filters,
    #filters_holder.mobile-inline-open .back_to_filters_in {
        content: none !important;
        display: none !important
    }

    #filters_holder.mobile-inline-open .filters_btns,
    #filters_holder.mobile-inline-open .filters_btns_in,
    #sorting_holder.mobile-inline-open .sorting_btns {
        position: static !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        z-index: auto !important;
        margin-top: 12px !important
    }

    #sorting_holder.mobile-inline-open .sort-mobile ul {
        margin: 0 !important
    }

    #sorting_holder.mobile-inline-open .sort-mobile li a {
        min-height: 46px !important
    }

    .mobile_filter {
        position: fixed !important;
        right: 10px !important;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        left: 10px !important;
        z-index: 28 !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        width: auto !important;
        padding: 8px !important;
        border: 1px solid rgba(110, 158, 59, .24) !important;
        border-radius: 24px !important;
        background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(245, 252, 240, .94)) !important;
        box-shadow: 0 18px 42px rgba(32, 48, 20, .22), 0 0 0 1px rgba(255, 255, 255, .78) inset !important;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        transition: transform .25s ease, opacity .25s ease !important
    }

    .mobile_filter.down_swipe,
    .mobile_filter.mobile-ui-hidden {
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translate3d(0, calc(125% + env(safe-area-inset-bottom, 0px)), 0) !important
    }

    .mobile_filter .filters-toggle,
    .mobile_filter .sorting-toggle {
        float: none !important;
        width: auto !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 12px !important;
        border: 0 !important;
        border-radius: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        color: #365622 !important;
        background: linear-gradient(180deg, #fbfff7, #edf8e6) !important;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .24), 0 8px 18px rgba(110, 158, 59, .12) !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        letter-spacing: .01em !important;
        line-height: 1 !important
    }

    .mobile_filter .sorting-toggle {
        color: #2f2f2f !important;
        background: linear-gradient(180deg, #fff, #f7f7f4) !important;
        box-shadow: inset 0 0 0 1px rgba(14, 5, 6, .08), 0 8px 18px rgba(16, 24, 12, .06) !important
    }

    .mobile_filter .filters-toggle img,
    .mobile_filter .sorting-toggle img {
        width: 21px !important;
        height: 21px !important;
        margin: 0 !important
    }

    .mobile_filter .filters-toggle.active,
    .mobile_filter .sorting-toggle.active {
        color: #fff !important;
        background: linear-gradient(180deg, #78ad42, #5f9630) !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22), 0 10px 20px rgba(110, 158, 59, .18) !important
    }

    .catalog_holder .products-list .product .color-picker-arrows {
        display: none !important
    }

    @keyframes catalogMobilePanelEnter {
        from {
            opacity: 0;
            transform: translate3d(0, 72px, 0) scale(.96)
        }

        to {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1)
        }
    }

    @keyframes catalogMobilePanelExit {
        from {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1)
        }

        to {
            opacity: 0;
            transform: translate3d(0, 88px, 0) scale(.965)
        }
    }

    @keyframes catalogMobilePanelContentEnter {
        from {
            opacity: 0;
            transform: translate3d(0, 28px, 0)
        }

        to {
            opacity: 1;
            transform: translate3d(0, 0, 0)
        }
    }

    @keyframes catalogMobileDropdownEnter {
        from {
            opacity: 0;
            transform: translate3d(0, -14px, 0)
        }

        to {
            opacity: 1;
            transform: translate3d(0, 0, 0)
        }
    }

    .catalog_holder .products-list:not(.product_in_view) .product .product-image .image {
        position: absolute;
        inset: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        touch-action: pan-x pan-y
    }

    .catalog_holder .products-list:not(.product_in_view) .product .product-image .image::-webkit-scrollbar {
        display: none
    }

    .catalog_holder .products-list:not(.product_in_view) .product .product-image .image > img,
    .catalog_holder .products-list:not(.product_in_view) .product .product-image .image > picture {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        margin: 0;
        scroll-snap-align: center
    }

    .catalog_holder .products-list:not(.product_in_view) .product .product-image .image > picture {
        display: contents
    }

    .catalog_holder .products-list:not(.product_in_view) .product .product-image .image > picture img,
    .catalog_holder .products-list:not(.product_in_view) .product .product-image .image > img {
        display: block;
        width: 100%;
        min-width: 100%;
        height: 100%;
        margin: 0;
        object-fit: cover;
        pointer-events: auto
    }

    .menu-btn {
        position: relative !important;
        width: 52px !important;
        height: 52px !important;
        margin: 0 !important;
        border-radius: 18px !important;
        background-color: transparent !important;
        background-image:
            linear-gradient(#5fa233, #5fa233),
            linear-gradient(#5fa233, #5fa233),
            linear-gradient(#5fa233, #5fa233),
            linear-gradient(135deg, rgba(110, 158, 59, .16), rgba(110, 158, 59, .06)) !important;
        background-position:
            center calc(50% - 8px),
            center center,
            center calc(50% + 8px),
            center center !important;
        background-repeat: no-repeat !important;
        background-size:
            23px 3px,
            23px 3px,
            23px 3px,
            100% 100% !important;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .2), 0 12px 24px rgba(16, 24, 12, .07) !important;
        overflow: hidden !important;
        transition: opacity .36s cubic-bezier(.22, 1, .36, 1), transform .36s cubic-bezier(.22, 1, .36, 1), max-height .36s cubic-bezier(.22, 1, .36, 1), margin .36s cubic-bezier(.22, 1, .36, 1), padding .36s cubic-bezier(.22, 1, .36, 1), box-shadow .36s cubic-bezier(.22, 1, .36, 1) !important
    }

    .menu-btn:before,
    .menu-btn:after {
        content: none !important;
        display: none !important
    }

    .menu-toggle .menu-btn {
        background-image:
            linear-gradient(135deg, rgba(110, 158, 59, .16), rgba(110, 158, 59, .06)) !important;
        background-position: center !important;
        background-size: 100% 100% !important
    }

    .menu-toggle .menu-btn:before,
    .menu-toggle .menu-btn:after {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        width: 25px !important;
        height: 3px !important;
        border-radius: 999px !important;
        background: #5fa233 !important;
        box-shadow: none !important
    }

    .menu-toggle .menu-btn:before {
        transform: translate(-50%, -50%) rotate(45deg) !important
    }

    .menu-toggle .menu-btn:after {
        width: 24px !important;
        transform: translate(-50%, -50%) rotate(-45deg) !important
    }

    .header.mobile-header-compact .menu-btn {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        background-position:
            center calc(50% - 7px),
            center center,
            center calc(50% + 7px),
            center center !important;
        background-size:
            20px 3px,
            20px 3px,
            20px 3px,
            100% 100% !important
    }

    #filters_holder.filters:not(.desktop-only),
    #sorting_holder.sorting:not(.desktop-only) {
        display: block !important;
        position: fixed !important;
        top: 8px !important;
        right: 8px !important;
        bottom: 0 !important;
        left: 8px !important;
        z-index: 40 !important;
        width: auto !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 28px 28px 0 0 !important;
        background: linear-gradient(180deg, #fbfff7 0, #fff 145px) !important;
        box-shadow: 0 -10px 34px rgba(18, 31, 12, .25) !important;
        overflow: hidden !important;
        transform-origin: 50% 100% !important;
        will-change: transform, opacity;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch
    }

    #filters_holder.filters:not(.desktop-only) > div {
        position: absolute !important;
        top: 78px !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
        padding: 0 14px 12px !important
    }

    #sorting_holder.sorting:not(.desktop-only) .sort-mobile {
        position: absolute !important;
        top: 78px !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
        padding: 0 14px 12px !important
    }

    #filters_holder.catalog-mobile-panel-open:not(.desktop-only),
    #sorting_holder.catalog-mobile-panel-open:not(.desktop-only) {
        animation: catalogMobilePanelEnter .42s cubic-bezier(.18, .88, .22, 1) !important
    }

    #filters_holder.catalog-mobile-panel-closing:not(.desktop-only),
    #sorting_holder.catalog-mobile-panel-closing:not(.desktop-only) {
        animation: catalogMobilePanelExit .3s cubic-bezier(.4, 0, .2, 1) !important
    }

    #filters_holder.filters:not(.desktop-only):before,
    #sorting_holder.sorting:not(.desktop-only):before {
        content: "";
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        height: 66px !important;
        border-radius: 28px 28px 0 0 !important;
        background: rgba(255, 255, 255, .94) !important;
        box-shadow: 0 1px 0 rgba(110, 158, 59, .12) !important
    }

    #filters_holder.filters:not(.desktop-only) .filters-back,
    #sorting_holder.sorting:not(.desktop-only) .sorting-back,
    #filters_holder.filters:not(.desktop-only) .filters-panel-title,
    #sorting_holder.sorting:not(.desktop-only) .sorting-panel-title {
        display: block !important
    }

    #filters_holder.filters:not(.desktop-only) .filters-back,
    #sorting_holder.sorting:not(.desktop-only) .sorting-back {
        position: absolute !important;
        top: 14px !important;
        right: 16px !important;
        left: auto !important;
        z-index: 6 !important;
        display: block !important;
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        border: 1px solid rgba(110, 158, 59, .22) !important;
        border-radius: 15px !important;
        background: #f8fff3 !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75), 0 8px 18px rgba(35, 54, 22, .08) !important;
        font-size: 0 !important;
        overflow: hidden !important
    }

    #filters_holder.filters:not(.desktop-only) .filters-back:before,
    #filters_holder.filters:not(.desktop-only) .filters-back:after,
    #sorting_holder.sorting:not(.desktop-only) .sorting-back:before,
    #sorting_holder.sorting:not(.desktop-only) .sorting-back:after {
        content: '' !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        background: #6e9e3b !important
    }

    #filters_holder.filters:not(.desktop-only) .filters-back:before,
    #sorting_holder.sorting:not(.desktop-only) .sorting-back:before {
        transform: translate(-50%, -50%) rotate(45deg) !important
    }

    #filters_holder.filters:not(.desktop-only) .filters-back:after,
    #sorting_holder.sorting:not(.desktop-only) .sorting-back:after {
        transform: translate(-50%, -50%) rotate(-45deg) !important
    }

    #filters_holder.filters:not(.desktop-only) .filters-panel-title,
    #sorting_holder.sorting:not(.desktop-only) .sorting-panel-title {
        position: absolute !important;
        top: 23px !important;
        left: 22px !important;
        z-index: 5 !important;
        margin: 0 !important;
        color: #26331d !important;
        font-size: 22px !important;
        font-weight: 800 !important;
        line-height: 1 !important
    }

    #filters_holder.filters:not(.desktop-only) .filter .title {
        position: relative !important;
        padding: 18px 40px 18px 0 !important;
        background: none !important;
        transition: color .24s ease !important
    }

    #filters_holder.filters:not(.desktop-only) .filter .title:after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        right: 6px !important;
        width: 14px !important;
        height: 14px !important;
        border-right: 2px solid rgba(38, 51, 29, .45) !important;
        border-bottom: 2px solid rgba(38, 51, 29, .45) !important;
        transform: translateY(-65%) rotate(45deg) !important;
        transition: transform .28s cubic-bezier(.22, 1, .36, 1), border-color .24s ease !important
    }

    #filters_holder.filters:not(.desktop-only) .filter .filter-item.active .title {
        color: #26331d !important
    }

    #filters_holder.filters:not(.desktop-only) .filter .filter-item.active .title:after {
        border-color: #6e9e3b !important;
        transform: translateY(-35%) rotate(225deg) !important
    }

    #filters_holder.filters:not(.desktop-only) .filter {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding: 0 4px 12px !important;
        -webkit-overflow-scrolling: touch
    }

    #filters_holder.filters:not(.desktop-only) .filter form {
        min-height: 100% !important
    }

    #filters_holder.filters:not(.desktop-only) .filter-item .filter-cnt {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        z-index: auto !important;
        width: auto !important;
        height: auto !important;
        max-height: none !important;
        padding: 0 14px 8px !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        overflow: hidden !important;
        opacity: 1 !important;
        transform: none !important;
        will-change: height, opacity
    }

    #sorting_holder.sorting:not(.desktop-only) .sort-mobile {
        animation: catalogMobilePanelContentEnter .32s cubic-bezier(.18, .88, .22, 1) !important
    }

    #sorting_holder.sorting:not(.desktop-only) .sort-mobile ul {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        margin: 0 !important;
        padding: 0 4px 12px !important;
        -webkit-overflow-scrolling: touch
    }

    #sorting_holder.sorting:not(.desktop-only) .sort-mobile ul,
    #sorting_holder.mobile-inline-open .sort-mobile ul {
        transform-origin: 50% 0;
        animation: catalogMobileDropdownEnter .28s cubic-bezier(.18, .88, .22, 1)
    }

    #filters_holder.filters:not(.desktop-only) .filters_btns,
    #sorting_holder.sorting:not(.desktop-only) .sorting_btns {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        flex: 0 0 auto !important;
        z-index: 7 !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        margin-top: 12px !important;
        padding: 10px !important;
        border: 1px solid rgba(110, 158, 59, .14) !important;
        border-radius: 24px !important;
        background: rgba(255, 255, 255, .96) !important;
        box-shadow: 0 -8px 24px rgba(32, 48, 20, .12) !important;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px)
    }

    #filters_holder.filters:not(.desktop-only) .filters_btns_in {
        display: none !important
    }

    #filters_holder.filters:not(.desktop-only) .filters_btns a,
    #filters_holder.filters:not(.desktop-only) .filters_btns_in a,
    #sorting_holder.sorting:not(.desktop-only) .sorting_btns a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 52px !important;
        height: auto !important;
        padding: 0 16px !important;
        border-radius: 18px !important;
        background: #f3f5ef !important;
        color: #4e4e4e !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        text-align: center !important;
        text-decoration: none !important;
        box-shadow: inset 0 0 0 1px rgba(110, 158, 59, .08) !important
    }

    #filters_holder.filters:not(.desktop-only) .filters_btns .submit_filter,
    #filters_holder.filters:not(.desktop-only) .filters_btns_in .back_to_filters_in,
    #sorting_holder.sorting:not(.desktop-only) .sorting_btns .sorting-submit {
        background: linear-gradient(180deg, #78ad42, #5f9630) !important;
        color: #fff !important;
        box-shadow: 0 12px 24px rgba(110, 158, 59, .22) !important
    }

    #filters_holder.filters:not(.desktop-only) .filter-item .filter-cnt:before,
    #filters_holder.filters:not(.desktop-only) .back_to_filters,
    #filters_holder.filters:not(.desktop-only) .filters-back-in,
    #filters_holder.filters:not(.desktop-only) .back_to_filters_in {
        content: none !important;
        display: none !important
    }

    .mobile_filter.mobile-menu-hidden,
    body.no-scroll .mobile_filter,
    .main-menu.showed ~ .mobile_filter {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translate3d(0, calc(125% + env(safe-area-inset-bottom, 0px)), 0) !important
    }

    body.mobile-header-is-compact #breadcrumbs_holder {
        margin-top: 82px !important
    }

    .catalog_holder:not(.product_in_view) .products-list .product .product-image .image img:not(.active),
    .catalog_holder .products-list:not(.product_in_view) .product .product-image .image img:not(.active) {
        display: block
    }

    .catalog_holder .products-list:not(.product_in_view) .product .product-image {
        overflow: hidden
    }

    .catalog_holder .products-list:not(.product_in_view) .product .discount.label-1 {
        top: 10px !important;
        bottom: auto !important;
        left: 10px !important;
        right: auto !important
    }

    .catalog-image-dots {
        position: absolute;
        left: 50%;
        bottom: 12px;
        z-index: 8;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 5px 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .76);
        box-shadow: 0 8px 18px rgba(16, 24, 12, .1);
        transform: translateX(-50%);
        pointer-events: auto
    }

    .catalog-image-dot {
        display: block;
        width: 6px;
        height: 6px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(110, 158, 59, .32);
        outline: 0;
        transition: width .2s ease, background .2s ease
    }

    .catalog-image-dot.active {
        width: 17px;
        border-radius: 999px;
        background: #6e9e3b
    }

    .catalog_holder .products-list .product.regular_user .discount.popularLabel.label-1 {
        top: 48px;
        right: 10px
    }

}

#fast-basket .fast-list tr.basket-card .basket-card__meta {
    display: block
}

#fast-basket .fast-list tr.basket-card .basket-card__photo .photo {
    width: 92px;
    height: 132px;
    border-radius: 8px;
    background-position: center;
    background-size: cover
}

#fast-basket .fast-list tr.basket-card .basket-card__qty,
#fast-basket .fast-list tr.basket-card .basket-card__sum {
    color: #231f20;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25
}

#fast-basket .fast-list tr.basket-card .basket-card__action {
    white-space: normal
}

#fast-basket .fast-list tr.basket-card .basket-card__action .edit,
#fast-basket .fast-list tr.basket-card .basket-card__action .remove,
#fast-basket .fast-list tr.basket-card .basket-card__action .buy-model {
    margin-left: 12px
}

@media (max-width: 600px) {
    #fast-basket .fast-list .viewport {
        overflow: visible
    }

    #fast-basket .fast-list table,
    #fast-basket .fast-list tbody {
        display: block;
        width: 100%
    }

    #fast-basket .fast-list tr.basket-card {
        display: grid !important;
        grid-template-columns: minmax(86px, 112px) minmax(0, 1fr) 38px !important;
        grid-template-areas:
            "photo info action"
            "photo qty action"
            "photo sum action" !important;
        gap: 10px 14px;
        align-items: start;
        width: 100%;
        margin: 0 0 14px;
        padding: 14px;
        border: 1px solid rgba(110, 158, 59, .18);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 14px 28px rgba(22, 34, 15, .07)
    }

    #fast-basket .fast-list tr.basket-card td {
        display: block !important;
        float: none !important;
        width: auto !important;
        min-height: 0;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important
    }

    #fast-basket .fast-list tr.basket-card .basket-card__photo {
        grid-area: photo
    }

    #fast-basket .fast-list tr.basket-card .basket-card__info {
        grid-area: info;
        min-width: 0;
        text-align: center !important
    }

    #fast-basket .fast-list tr.basket-card .basket-card__qty {
        grid-area: qty
    }

    #fast-basket .fast-list tr.basket-card .basket-card__sum {
        grid-area: sum
    }

    #fast-basket .fast-list tr.basket-card .basket-card__action {
        grid-area: action;
        display: flex !important;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px
    }

    #fast-basket .fast-list tr.basket-card .basket-card__photo .photo {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4
    }

    #fast-basket .fast-list tr.basket-card .name {
        display: block;
        color: #231f20;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        overflow-wrap: anywhere
    }

    #fast-basket .fast-list tr.basket-card .basket-card__meta {
        margin-top: 7px;
        color: #69645f;
        font-size: 13px;
        line-height: 1.45
    }

    #fast-basket .fast-list tr.basket-card .basket-card__qty,
    #fast-basket .fast-list tr.basket-card .basket-card__sum {
        align-self: center;
        text-align: center !important;
        font-size: 22px
    }

    #fast-basket .fast-list tr.basket-card .title {
        margin: 0 0 4px;
        color: #8a857d;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase
    }

    #fast-basket .fast-list tr.basket-card .basket-card__action .edit,
    #fast-basket .fast-list tr.basket-card .basket-card__action .remove,
    #fast-basket .fast-list tr.basket-card .basket-card__action .buy-model {
        width: 36px;
        height: 36px;
        margin: 0;
        border-radius: 50%
    }
}

@media (max-width: 420px) {
    #fast-basket .fast-list tr.basket-card {
        grid-template-columns: 82px minmax(0, 1fr) 34px !important;
        gap: 8px 10px;
        padding: 12px
    }

    #fast-basket .fast-list tr.basket-card .name {
        font-size: 16px
    }

    #fast-basket .fast-list tr.basket-card .basket-card__meta {
        font-size: 12px
    }

    #fast-basket .fast-list tr.basket-card .basket-card__qty,
    #fast-basket .fast-list tr.basket-card .basket-card__sum {
        font-size: 20px
    }
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row {
    grid-template-columns: 48px 180px minmax(0, 1fr);
    grid-template-areas: "color info sizes";
    align-items: start
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row > td {
    min-width: 0
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-color-cell {
    grid-area: color;
    display: flex;
    justify-content: center;
    padding-top: 8px
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-info-cell {
    grid-area: info;
    display: grid;
    gap: 10px;
    text-align: center
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-model-name,
.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-color-name,
.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-material-name {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-model-name {
    color: #231f20;
    font-size: 18px;
    font-weight: 700
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-photo-link {
    display: block;
    justify-self: center
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-photo {
    width: 120px;
    height: 160px
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-sizes-cell {
    grid-area: sizes;
    width: 100% !important;
    min-width: 0;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-sizes-table {
    min-width: 0
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-horizontal-scroll {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: visible;
    touch-action: pan-x pan-y
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-size-viewport {
    position: relative;
    left: auto !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-size-overview {
    display: inline-flex;
    position: relative;
    left: 0 !important;
    width: auto;
    min-width: max-content;
    transform: none !important
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-size-column {
    flex: 0 0 58px;
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    margin-right: 6px !important;
    margin-left: 0 !important
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-pack-column {
    flex-basis: 76px;
    width: 76px;
    min-width: 76px;
    max-width: 76px
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-size-label {
    min-height: 38px;
    padding-right: 2px !important;
    padding-left: 2px !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .quantity-b {
    width: 48px;
    border-radius: 5px
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-pack-column .quantity-b {
    width: 64px
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .quantity-b input {
    min-width: 0;
    padding: 0
}

.fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-remove-row {
    display: flex;
    justify-content: flex-end;
    padding-top: 14px
}

@media (max-width: 768px) {
    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        grid-template-areas:
            "color info"
            "sizes sizes" !important;
        gap: 12px;
        padding: 16px
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-color-cell {
        padding-top: 4px !important
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-info-cell {
        grid-template-columns: 92px minmax(0, 1fr);
        grid-template-areas:
            "photo model"
            "photo color"
            "photo fabric";
        column-gap: 14px;
        align-items: center;
        min-height: 122px;
        text-align: left !important
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-model-name {
        grid-area: model;
        font-size: 18px;
        text-align: left
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-color-name {
        grid-area: color;
        text-align: left
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-material-name {
        grid-area: fabric;
        text-align: left
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-photo-link {
        grid-area: photo;
        width: 92px
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-photo {
        width: 92px;
        height: 124px
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-sizes-cell {
        margin-top: 4px;
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row {
        grid-template-columns: 36px minmax(0, 1fr) !important;
        gap: 10px;
        padding: 14px
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-info-cell {
        grid-template-columns: 80px minmax(0, 1fr);
        min-height: 108px;
        column-gap: 12px
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-photo-link,
    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-photo {
        width: 80px
    }

    .fastbuy-page .basket_step_1 .product-table tr.product-popup-group-row .product-popup-photo {
        height: 108px
    }
}

@media (max-width: 768px) {
    body:has(.product-page) .mobile_filter,
    body:has(.fastbuy-page) .mobile_filter,
    body:has(.basket_step_1) .mobile_filter {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translate3d(0, calc(125% + env(safe-area-inset-bottom, 0px)), 0) !important
    }
}

@media (min-width: 992px) {
    .product-page {
        margin-top: 24px;
        color: #202020
    }

    .product-page > .row {
        display: flex;
        align-items: flex-start
    }

    .product-page > .row > [class*="col-"] {
        float: none
    }

    .product-page .product-info {
        position: relative;
        max-width: 590px;
        margin-left: auto
    }

    .product-page .product-info .name_h {
        margin: 0 0 18px;
        padding: 0 145px 18px 0;
        border-bottom: 1px solid rgba(14, 5, 6, .08)
    }

    .product-page .product-info .name_h .name {
        margin: 0
    }

    .product-page .product-info .name h1 {
        display: block;
        color: #171717;
        font-size: 32px;
        font-weight: 500;
        line-height: 1.14;
        text-transform: uppercase
    }

    .product-page .product-info .name .artik {
        float: none;
        display: block;
        margin-top: 8px;
        color: #787878;
        font-size: 12px;
        font-style: normal;
        font-weight: 400
    }

    .product-page .product-info .add-favorites {
        margin: 3px 12px 0 0
    }

    .product-page .reviews-top {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        text-align: right
    }

    .product-page .colors-b,
    .product-page .tkan-b,
    .product-page .size-b {
        display: grid;
        grid-template-columns: 124px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        margin: 0 0 10px;
        padding: 16px 18px;
        border: 1px solid rgba(14, 5, 6, .08);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 26px rgba(16, 24, 12, .045)
    }

    .product-page .colors-b .title,
    .product-page .tkan-b .title,
    .product-page .size-b .title,
    .product-page .price-b .title {
        width: auto;
        margin: 0;
        align-self: start;
        color: #6a6a6a;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.25;
        text-transform: uppercase
    }

    .product-page .colors-b .title div,
    .product-page .size-b .title span.size-name,
    .product-page .size-b .title span.sizeGroup-name,
    .product-page .size-b .title div.tkan-name {
        display: block;
        margin-top: 5px;
        color: #6e9e3b;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25;
        text-decoration: none;
        text-transform: none
    }

    .product-page .colors-b ul,
    .product-page .size-b ul.product_sizes.active,
    .product-page .size-b.size_single ul.product_sizes,
    .product-page .size-b ul.product_materials.active,
    .product-page .size-b.size_single ul.product_materials {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        min-width: 0;
        margin: 0;
        text-align: left
    }

    .product-page .colors-b ul li,
    .product-page .size-b ul li {
        margin: 0
    }

    .product-page .colors-b ul span {
        width: 38px;
        height: 38px;
        border: 3px solid #f1f1f1;
        box-shadow: 0 2px 9px rgba(16, 24, 12, .06)
    }

    .product-page .colors-b ul li:not(.disabled).bx_active span,
    .product-page .colors-b ul li.disabled.bx_active span {
        border-color: #fff;
        box-shadow: 0 0 0 2px #6e9e3b, 0 8px 16px rgba(110, 158, 59, .17)
    }

    .product-page .colors-b ul li:not(.disabled).bx_active span:after,
    .product-page .colors-b ul li:not(.disabled):hover span:after,
    .product-page .colors-b ul li.disabled:hover span:after,
    .product-page .colors-b ul li.disabled.bx_active span:after {
        content: none
    }

    .product-page .size-b ul li span {
        min-width: 42px;
        height: 42px;
        padding: 0 10px;
        border: 1px solid rgba(110, 158, 59, .5);
        border-radius: 999px;
        background: #fff;
        color: #202020;
        font-size: 13px;
        font-weight: 500;
        line-height: 40px;
        box-shadow: none
    }

    .product-page .tkan-b ul li span,
    .product-page .size-b-group ul li span {
        width: auto;
        min-width: 0;
        max-width: 100%;
        height: auto;
        min-height: 40px;
        padding: 10px 14px;
        border-radius: 8px;
        line-height: 1.25;
        white-space: normal
    }

    .product-page .size-b ul li.active span,
    .product-page .size-b ul li.bx_active span,
    .product-page .size-b ul li:not(.disabled):hover span {
        border-color: #6e9e3b;
        background: #6e9e3b;
        color: #fff
    }

    .product-page .size-b ul li.disabled span {
        background: #f8f8f8;
        color: #9a9a9a
    }

    .product-page .product-promo {
        margin: 12px 0;
        padding: 11px 14px;
        border-radius: 8px;
        background: rgba(110, 158, 59, .08);
        color: #5f8738;
        font-size: 13px;
        line-height: 1.35
    }

    .product-page .product-promo > span {
        display: block;
        animation: none
    }

    .product-page .buy-b {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        margin: 12px 0 0;
        padding: 18px;
        border: 1px solid rgba(14, 5, 6, .08);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(16, 24, 12, .055);
        text-transform: none
    }

    .product-page .buy-b .price-b {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 18px;
        width: 100%
    }

    .product-page .buy-b .price-b .prices {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: baseline;
        gap: 8px
    }

    .product-page .price-b b {
        font-size: 32px;
        font-weight: 500;
        line-height: 1;
        color: #6e9e3b
    }

    .product-page .price-b b.pro_old_price {
        margin: 0;
        color: #9b9b9b;
        font-size: 18px;
        line-height: 1.1
    }

    .product-page .double-btn-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%
    }

    .product-page .add_to_basket,
    .product-page .fust_buy_button,
    .product-page .buy-b .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        margin: 0 !important;
        padding: 12px 18px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase
    }

    .product-page .add_to_basket {
        border: 1px solid rgba(110, 158, 59, .65);
        background: #fff;
        color: #6e9e3b
    }

    .product-page .fust_buy_button,
    .product-page .buy-b .btn.active {
        border: 1px solid #6e9e3b;
        background: #6e9e3b;
        color: #fff
    }

    .product-page .size-set-b {
        margin: 12px 0 0;
        padding: 14px 18px;
        border: 1px solid rgba(14, 5, 6, .08);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(16, 24, 12, .04)
    }

    .product-page .size-set-b .title {
        color: #6a6a6a;
        font-size: 12px;
        font-weight: 600
    }

    .product-page .roz-price {
        margin-top: 12px;
        padding: 14px 18px;
        border: 1px solid rgba(110, 158, 59, .16);
        border-radius: 8px;
        background: rgba(110, 158, 59, .06)
    }

    .product-page .accordion.multiple {
        margin-top: 18px
    }
}

@media (min-width: 992px) {
    .product-page .photo-ctn {
        padding-left: 92px
    }

    .product-page .photo-ctn .photo {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        background: #f4f4f2
    }

    .product-page .photo-ctn img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px
    }

    .product-page .photo-list {
        width: 74px
    }

    .product-page .photo-item {
        width: 72px;
        height: 104px;
        margin-bottom: 14px;
        border-radius: 6px;
        background-color: #f4f4f2;
        overflow: hidden
    }

    .photo-list .photo-item a.cloudzoom-gallery-active,
    .photo-list .photo-item a:hover {
        border-right: 0 !important;
        border-left: 4px solid #6e9e3b !important;
        box-shadow: 0 8px 18px rgba(110, 158, 59, .18)
    }

    .product-page .colors-b,
    .product-page .tkan-b,
    .product-page .size-b,
    .product-page .buy-b,
    .product-page .size-set-b,
    .product-page .roz-price {
        box-shadow: 0 8px 22px rgba(16, 24, 12, .035)
    }

    .product-page .colors-b,
    .product-page .tkan-b,
    .product-page .size-b {
        gap: 12px;
        padding: 14px 16px
    }

    .product-page .colors-b ul,
    .product-page .size-b ul.product_sizes.active,
    .product-page .size-b.size_single ul.product_sizes,
    .product-page .size-b ul.product_materials.active,
    .product-page .size-b.size_single ul.product_materials {
        gap: 7px
    }

    .product-page .size-b ul li span {
        min-width: 40px;
        height: 40px;
        line-height: 38px
    }

    .product-page .tkan-b ul li span,
    .product-page .size-b-group ul li span {
        min-height: 38px;
        padding: 9px 13px
    }

    .product-page .product-promo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        margin: 10px 0;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase
    }

    .product-page .buy-b {
        gap: 12px;
        padding: 16px 18px
    }

    .product-page .buy-b .price-b {
        min-height: 44px
    }

    .product-page .add_to_basket,
    .product-page .fust_buy_button,
    .product-page .buy-b .btn {
        min-height: 46px
    }

    .product-page .roz-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        min-height: 76px;
        padding: 16px 18px;
        line-height: 1.2;
        text-transform: uppercase
    }

    .product-page .roz-price .opt-price {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
        box-shadow: none;
        color: #202020;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0
    }

    .product-page .roz-price .opt-price:after {
        width: 18px;
        height: 18px;
        margin: 0;
        background-size: contain;
        opacity: .85
    }

    .product-page .terms-cooperation-btn a {
        color: #6e9e3b;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none
    }

    .product-page .accordion.multiple {
        margin-top: 18px;
        border-top: 1px solid rgba(14, 5, 6, .08)
    }

    .product-page .accordion-item {
        border-bottom: 1px solid rgba(14, 5, 6, .08)
    }

    .product-page .accordion-item .title {
        position: relative;
        padding: 15px 34px 15px 0;
        background: none;
        color: #202020;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase
    }

    .product-page .accordion-item .title:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 3px;
        width: 11px;
        height: 11px;
        border: solid #a5a5a5;
        border-width: 0 2px 2px 0;
        transform: translateY(-70%) rotate(45deg)
    }

    .product-page .accordion-item.active .title {
        background: none;
        color: #202020
    }

    .product-page .accordion-item.active .title:after {
        border-color: #a5a5a5;
        transform: translateY(-30%) rotate(225deg)
    }

    .product-page .accordion-item .accordion-ctn {
        padding: 0 0 16px 20px;
        color: #626262
    }

    .product-page .accordion-item .accordion-ctn p,
    .product-page .characteristics ul li {
        color: #626262;
        font-size: 14px;
        line-height: 1.45
    }

    .product-page .table-price-size {
        margin: 0 0 12px
    }

    .product-page .table-price-size td {
        padding: 7px 8px;
        border-color: rgba(14, 5, 6, .08);
        font-size: 12px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-page .product-info {
        max-width: none
    }

    .product-page .product-info .name_h {
        padding-right: 120px
    }

    .product-page .product-info .name h1 {
        font-size: 27px
    }

    .product-page .colors-b,
    .product-page .tkan-b,
    .product-page .size-b {
        grid-template-columns: 108px minmax(0, 1fr);
        padding: 13px 15px
    }

    .product-page .colors-b .title,
    .product-page .tkan-b .title,
    .product-page .size-b .title,
    .product-page .price-b .title {
        font-size: 11px
    }

    .product-page .price-b b {
        font-size: 30px
    }

    .product-page .photo-ctn {
        padding-left: 86px
    }

    .product-page .photo-list {
        width: 68px
    }

    .product-page .photo-item {
        width: 66px;
        height: 96px
    }
}
