* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
  font-family: 'Lato';
  src: url('./fonts/Lato/Lato-Regular.woff2') format('woff2'),
       url('./fonts/Lato/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('./fonts/Lato/Lato-Bold.woff2') format('woff2'),
       url('./fonts/Lato/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
    font-family: 'ALSRubl';
    src: url('./fonts/rouble.eot') format('embedded-opentype');
    src: url('./fonts/rouble.eot?#iefix') format('embedded-opentype'),
    url('./fonts/rouble.woff') format('woff'),
    url('./fonts/rouble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Lato', Tahoma, arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color:#0C0A09;
    background-color:#fff;

}
a{
    color: #0C0A09;
    text-decoration: underline;
    transition: color 0.3s ease, background-color 0.3s ease;
}
a:hover,
a:focus,
a:focus-visible,
a:active{
    color: #BA8A60;
    outline: none;
}
a.button{
    color: #0C0A09;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #C7C7C7;
    display: inline-block;
    padding: 16px 32px;
}
a.button:hover{
    color: #fff;
    background-color: #0C0A09;
    border-color: #0C0A09;
}
.button-flex a.button{
    display: flex;
    justify-content: center;
    align-items: center;
}
button{
    transition: color 0.3s ease, background-color 0.3s ease;
}
.container {
    padding-right: 16px;
    padding-left: 16px;
}
.page-header,
.page-header h2{
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    border: none;
    text-align: center;
    padding: 60px 0 32px 0;
    margin: 0;
}
.page-header .pull-right{
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.title{
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    padding-top: 24px;
    padding-bottom: 16px;
}
.backround-on{
    background-color: #F5F5F5;
}
.padding-top{
    padding-top: 32px;
}
.rubznak {
    font-family: 'ALSRubl';
}
.red{
    color: #b32e2e;
}
@media (min-width: 1200px){
    .container {
        max-width: 1920px;
        padding-right: 32px;
        padding-left: 32px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-header,
    .page-header h2{
        font-size: 48px;
        padding: 80px 0 65px 0;
    }
    .page-header .pull-right{
        font-size: 16px;
    }
    .padding-top{
        padding-top: 64px;
    }
    .clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after{
        content: none;
    }
}

/* START header mobile */
 .header {
	background:#FFF;
	z-index:200;
    border-bottom: 1px solid #C7C7C7;
}
.header__mobile{
    display: flex;
    align-items: center;
    justify-content: center;
	background:#FFF;
	z-index:200;
    height: 54px;
    padding: 0 16px;
}
header.hidden-lg{
    height: 54px;
}
.header__block{
    display: flex;
    gap: 8px;
    width: 80px;
    min-width: 80px;
}
.header__block-2{
    gap: 12px;
}
.cart a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart__num{
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart .active .cart__num{
    background-color: #BA8A60;
    transition: background-color 0.3s ease;
}
.cart a.active{
    text-decoration: none;
}
.cart a.active:hover .cart__num{
    background-color: #CB884A;
}
.burger button{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
}
/* END header mobile */

/* START header desctop */
.header__top-block{
    background: #F5F5F5;
}
.header__top-block .container,
.header__main-block .container,
.header__menu .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    box-sizing: content-box;
}
.header__inner .header__top-block .container,
.header__inner .header__main-block .container,
.header__inner .header__menu .container{
    max-width: 1920px;
    box-sizing: border-box;
}
.header__top-block .container{
    height: 40px;
}
.header__main-block{
    padding-top: 24px;
    padding-bottom: 24px;
}
.topmenu,
.header__right-block{
    display: flex;
    gap: 32px;
}
ul.topmenu, .topmenu li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.topmenu li a,
.header__right-block a{
    font-size: 13px;
    text-decoration: none;
}
.telnum{
    font-size: 13px;
    background-image: url(./images/icons/telnum.svg);
    background-position: top 1px left;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.pricelist-link{
    font-size: 13px;
    background-image: url(./images/icons/pricelist-link.svg);
    background-position: top 1px left;
    background-repeat: no-repeat;
    padding-left: 24px;
}
.user-panel{
    display: flex;
    align-items: center;
    gap: 24px;
}
.user-panel a{
    text-decoration: none;
}
.user-panel .wishlist{
    padding-top: 4px;
}
.user-panel .wishlist a{
    font-size: 0px;
}
.user-panel .wishlist a span.wishlistcount{
    font-size: 14px;
    background: url('images/icons/favorite-desctop.svg') top -2px left no-repeat;
    padding: 6px 0 6px 32px;
}
.user-panel .wishlist a span.wishlistcount:hover{
    color: #0C0A09;
    background-position: top -50px left;
    padding: 6px 0 6px 32px;
}
.user-panel .cart a{
    gap: 4px;
}
.user-panel .cart .active .cart__num{
    font-size: 12px;
    width: 20px;
    height: 20px;
}
.user-panel .compare a{
    display: flex;
    align-items: center;
    gap: 4px;
}
.compare-icon {
  -webkit-mask: url("images/icons/compare-desctop.svg") no-repeat center;
  mask: url("images/icons/compare-desctop.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0C0A09;
  /* transition: transform 0.3s ease, background-color 0.3s ease; */
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-top: -4px;
}

.user-panel .compare a:hover .compare-icon {
  background-color: #BA8A5F;
}
.user-panel .compare a:hover span#numcompare {
  color: #0C0A09;
}
.authorization{
    display: flex;
    align-items: center;
    max-width: 160px;
    overflow: hidden;
}
.authorization a{
    display: flex;
    align-items: center;
}
.authorization-icon {
  -webkit-mask: url("images/icons/authorization-desctop.svg") no-repeat center;
  mask: url("images/icons/authorization-desctop.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0C0A09;
  /* transition: transform 0.3s ease, background-color 0.3s ease; */
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-top: -4px;
}

.user-panel a:hover .authorization-icon {
  background-color: #BA8A5F;
}
.authorization-text{
    display: none;
}
.authorization-dropdown.open .dropdown-menu{
    border-radius: 0;
    min-width: 240px;
    right: -60px;
}
.authorization-dropdown.open .dropdown-menu .dropdown-header{
    background: none;
}
.authorization-dropdown.open .dropdown-menu > li > a{
    padding: 0;
}
.authorization-dropdown.open .dropdown-menu li a:hover{
    color: #BA8A5F;
}
/*
.authorization__form-dialog .form-horizontal br{
    display: none;
}
.authorization__form-dialog .form-horizontal p{
    padding: 0;
    margin: 0;
} */
/* .authorization__form-dialog .form-horizontal div{
    display: flex;
    flex-direction: column;
    gap: 24px;
} */
/* .authorization__form-dialog .form-horizontal{
    max-width: 736px;
} */
.authorization__form-dialog .form-horizontal button.pull-right,
.product-full.product-form .tab-content .btn-info.pull-right{
    float: none !important;
}
@media (min-width: 1200px){
header:has(.header.navbar-fixed-top) {
    margin-bottom: 189px;
}
}

/* END header desctop */

/* START search desctop */
.search{
    width: 535px;
}
.search form{
    display: flex;
}
.search form input{
    font-size: 16px;
    width: 100%;
    max-width: 479px;
    color: #0C0A09;
    border: 1px solid #CBCBCB;
    border-right: none;
    padding: 0 16px;
}
.search form input:focus,
.search form input:focus-visible{
    outline: none;
    box-shadow: none;
    border: 1px solid #BA8A5F;
    border-right: none;
}
.search form input::placeholder{
    color: #808080;
}
.search form button{
    background: url(./images/icons/search-button.svg) #BA8A5F center center no-repeat;
    border: none;
    width: 56px;
    height: 44px;
}
.search form button:hover{
    background-color: #CB884A;
}
.search form button span{
    display: none;
}
@media (min-width: 1760px){
.header__inner .search{
    width: 100%;
    max-width: 814px;
}
.header__inner .search form input{
    max-width: 758px;
}
}
/* END search desctop */

/* START search page */
.search-page .input-group button.btn-search,
.search__pricelist .input-group button.btn-search{
    color: #fff;
    height: 48px;
    border: none;
    box-shadow: none;
    margin: 0;
}
.search__pricelist .btn.btn-info.dropdown-toggle{
    width: 100%;
    height: 48px;
}
.search-page .search-page__input{
    border-right: none;
}
.search-page .dropdown-menu{
    position: relative;
    z-index: 120;
    width: 100%;
    padding: 0;
}
.search-page .dropdown-menu li a{
    white-space: inherit;
    padding: 0 16px 0 0;
}
.search-page .btn-group{
    width: 100%;
}
.search-page .search-page__group{
    padding: 12px 0;
}
.search-page .btn-group label.btn.btn-default{
    color: #0C0A09;
    width: 50%;
}
.search-page .btn-group .btn.dropdown-toggle{
    width: 100%;
}
.search-page .product-list{
    padding-top: 24px;
}
@media (min-width: 992px){
.search-page .btn-group label.btn.btn-default{
    width: auto;
}
.search-page .btn-group .btn.dropdown-toggle{
    width: auto;
    min-width: 239px;
}
.search-page .input-group:first-child{
    max-width: 768px;
}
.search-page .dropdown-menu{
    max-width: 768px;
    clear: both;
}
}
/* END search page */

/* START catalog menu*/
.navbar{
    margin-bottom: 0;
    min-height: 0;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
    padding: 0;
}
.navbar .navbar-nav{
    margin: 0;
}
.navbar-nav > li{
    float: none;
}
.container{
    width: auto;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
    border: none;
    margin: 0 -16px;
    padding: 0;
}
.dropdown.open .dropdown-menu,
.btn-group.open .dropdown-menu{
    padding: 0;
    margin: 0;
}
@media (max-width: 767px){
.navbar .navbar-collapse.collapse.in{
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 160;
    margin: 0;
    padding: 0;
}
.dropdown.open .dropdown-menu{
    overflow: hidden;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .dropdown.open .dropdown-menu{
        position: fixed;
        top: 54px;
        left: 0;
        right: auto;
        bottom: 0;
        overflow-y: auto;
        z-index: 160;
        border: none;
        float: none;
        margin: 0;
        padding: 0;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
        position: fixed; /* фиксируем ширину меню */
        top: 0px;
        left: 16px;
        z-index: 160;
    }
    .navbar-collapse.collapse {
        display: none !important;   /* скрыто по умолчанию */
    }
    .navbar-collapse.collapse.in {
        display: block !important;  /* показывать, когда бургер открыт */
    }
    #main.menu-open{
        position: relative;
    }
    #main.menu-open::after {
        content: "";
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(12, 10, 9, 0.50);  /* затемненный фон при открытом меню */
        z-index: 156;
    }
}

.dropdown-menu,
.dropdown-menu,
ul.dropdown-menu > li > a{
    color: #0C0A09;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    border-radius: 0;
}
.navbar-default{
    /* background-color: rgba(12, 10, 9, 0.50); */
    background: none;
    border: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #0C0A09;
}
ul.dropdown-menu > li{
    background-image: url(./images/icons/arrow-catalog.svg);
    background-position: center right 16px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-bottom: 1px solid #C7C7C7;
    padding: 17px 16px 15px 16px;
}
ul.dropdown-menu > li:focus-visible,
ul.dropdown-menu > li a:focus-visible{
    outline: none;
}
ul.dropdown-menu > li.dropdown-menu__grey{
    background-color: #F5F5F5;
}
ul.dropdown-menu > li.dropdown-menu__authorization{
    padding-left: 54px;
    background-image: url(./images/icons/authorization.svg);
    background-position: center left 16px;
    background-repeat: no-repeat;
}
ul.dropdown-menu > li.dropdown-menu__authorization a.active span{
    display: none;
}
ul.dropdown-menu > li.dropdown-menu__favorite{
    padding-left: 54px;
    background-image: url(./images/icons/favorite.svg);
    background-position: center left 16px;
    background-repeat: no-repeat;
}
ul.dropdown-menu > li.dropdown-menu__compare{
    padding-left: 54px;
    background-image: url(./images/icons/compare.svg);
    background-position: center left 16px;
    background-repeat: no-repeat;
}
ul.dropdown-menu > li.dropdown-menu__pricelist{
    padding-left: 54px;
    background-image: url(./images/icons/pricelist.svg);
    background-position: center left 16px;
    background-repeat: no-repeat;
}
ul.dropdown-menu > li.dropdown-menu__text-small a{
    text-transform: none;
    font-weight: 400;
}
ul.dropdown-menu li.sel{
    background-position: top 20px right 16px;
}
ul.dropdown-menu li.sel ul{
    padding-left: 24px;
}
/* END catalog menu*/

/* START desctop menu*/
.header__menu{
    border-top: 1px solid #C7C7C7;
    overflow: hidden;
}
.header__menu ul{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    margin: 0;
}
.header__menu ul li:nth-child(n+9) {
    display: none;
}
.header__menu a{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}
/* END desctop menu*/


/* START top-banner*/
.top-banner{
    position: relative;
}
.top-banner__inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-banner h1,
.top-banner h2,
.top-banner h3,
.top-banner h4,
.top-banner h5,
.top-banner h6{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
.top-banner img{
    width: 100%;
    height: 501px;
    display: block;
    object-fit: cover;
}
/* Анимация top-banner. Исходное состояние — текст внизу и прозрачный */
.top-banner__inner h1 {
    transform: translateY(60px);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* Анимация top-banner. Когда баннер попал в зону видимости */
.top-banner__inner h1.animate {
    transform: translateY(0);
    opacity: 1;
}
@media (min-width: 768px){
.top-banner h1,
.top-banner h2,
.top-banner h3,
.top-banner h4,
.top-banner h5,
.top-banner h6{
    max-width: 380px;
}
}
@media (min-width: 1200px){
.top-banner h1,
.top-banner h2,
.top-banner h3,
.top-banner h4,
.top-banner h5,
.top-banner h6{
    font-size: 64px;
    letter-spacing: 1.92px;
    max-width: 900px;
}
.top-banner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
}
/* END top-banner*/

/* START products*/
.product-form{
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.product-form__img{
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: padding 0.3s; */
}
.is-center .product-form__img{
    padding: 50px 0;
}
.product-form h5{
    position: relative;
    z-index: 2;
    min-height: 74px;
    padding: 16px 0;
    margin: 0;
}
.product-form h5 a{
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}
.thumbnail{
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.thumbnail .caption{
    padding: 0;
    margin: 0;
}
.product-section{
    padding-bottom: 60px;
}
.specmain-section{
    padding-bottom: 30px;
}
.specmain-section .product-form__label,
.specmain-section .btn.btn-primary{
    display: none;
}
.swiper-container .product-form__price{
    display: none;
}
.product-form .thumbnail div.product-form__price h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    padding: 0;
    margin: 0;
}
.product-full .product-form__price h4{
    font-size: 24px;
    font-weight: 600;
    padding: 0;
}
.product-form__price h4 s,
.product-form__price .price-old{
    color: #b32e2e;
}
.product-form__price{
    display: flex;
    gap: 4px;
    min-height: 46px;
    padding-bottom: 16px;
}
.product-full .product-form__price{
    gap: 12px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
}
.product-form-1 .product-form__price{
    min-height: auto;
}
/* Скрываем старую цену для розницы, для dealer — выводим */
.price-old{
    display: none;
    color: #A8A29E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    text-decoration-line: line-through;
}
.product-form__label{
    position: absolute;
    top: 14px;
    left: 12px;
}
.product-form .label{
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #198754;
    border: 1px solid #198754;
    border-radius: 0;
    position: relative;
    z-index: 1;
    padding: 6px 8px;
    margin: 0;
}
.product-form .label.sale-icon{
    color: #9A4B44;
    border-color: #9A4B44;
}
.product-form .label.hit-icon{
    color: #CB884A;
    border-color: #CB884A;
}
button.addToCompareList{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    background: url('images/icons/compare-combined.svg') top left no-repeat;
    width: 36px;
    height: 36px;
}
button.addToCompareList:hover{
    background: url('images/icons/compare-combined.svg') bottom left no-repeat;
}
button.addToWishList{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    background: url('images/icons/wishlist-combined.svg') top left no-repeat;
    width: 38px;
    height: 38px;
}
button.addToWishList:hover{
    background: url('images/icons/wishlist-combined.svg') bottom left no-repeat;
}
.product-form__wishlist button span{
    display: none;
}
.product-form__wishlist{
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    z-index: 2;
}
.product-list .product-form .thumbnail{
    border: 1px solid #DDD;
    border-radius: 0;
    position: relative;
    padding: 16px;
}
/* .product-list .product-form .thumbnail .product-form__wishlist{
    top: 14px;
    right: 14px;
} */
.product-list .product-form__img{
    min-height: 190px;
    padding: 0;
}
.product-list h5{
    min-height: auto;
    padding-bottom: 8px;
}
.product-list .row {
    display: contents;
}
.product-list .row::before,
.product-list .row::after{
    display: none;
}
.product-list{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.product-list.active{
    grid-template-columns: 1fr;
}
.product-form__article{
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #808080;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gr_status{
    color: #198754;
}
.or_status{
    color: #BD4F27;
}
@media (min-width: 580px){
    .product-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .product-list h5{
        min-height: 74px;
    }
    .product-form-1 .product-form__wishlist{
        display: none;
    }
    .product-form-1 .thumbnail{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    .product-form-1 .product-form__content{
        display: grid;
        grid-template-columns: 100px 1fr auto;
        grid-template-rows: auto auto;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        align-items: center;
        align-content: start;
        flex: 1 1 auto;
    }
    .product-form-1 .product-form__img{
        grid-column: 1 / 2;
        grid-row: 1 / 3; /* span 2 rows */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        min-width: 75px;
        min-height: 100px;
        max-height: 100px;
        max-width: 75px;
    }
    .product-form-1.product-form .product-form__img img {
        width: 100%;
        height: 100%;
        max-height: 100px;
        max-width: 75px;
        object-fit: contain;
        object-position: center center;
        display: block;
    }
    .product-form-1 .product-form__price{
        grid-column: 3 / 4;
        grid-row: 1 / 3; /* span 2 rows */
        justify-self: end;
        white-space: nowrap;
    }
    /* .product-form-1 .product-form__article div:nth-child(2){
        white-space: nowrap;
    } */
    .product-form-1 h4, .product-form-1 h5{
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        min-height: auto;
        padding: 0;
        margin: 0;
    }
    .product-form-1 .product-form__price{
        padding: 0;
    }
}
@media (min-width: 768px){
    .product-form__article{
        gap: 12px;
    }
}
@media (min-width: 1200px){
    .product-section{
        padding-bottom: 80px;
    }
    .product-form__img{
        padding: 70px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-form__img img{
        transition: transform .35s ease-in-out;
        max-height: 300px;
    }
    .product-form__img img:hover{
        transform: scale(1.1);
    }
    .is-center .product-form__img{
        padding: 100px 0;
    }
    .product-list .product-form .thumbnail{
        padding: 24px;
    }
    .swiper-container .product-form h5{
        padding-left: 8px;
        padding-right: 8px;
    }
    .product-list{
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .product-form__article{
        gap: 16px;
    }
    .product-full .product-form__price{
        padding-top: 40px;
    }
    .product-form-1 .product-form__label{
        top: 48px;
        left: auto;
        right: 400px;
    }
}
@media (min-width: 1600px){
    .product-form-1 .product-form__label{
        top: 42px;
        left: auto;
        right: 800px;
    }
}
@media (min-width: 1760px){
    .product-list{
        grid-template-columns: repeat(4, 1fr);
    }
}
/* END products*/

/* START swiper-slider*/
.swiper-slider-wrapper {
  position: relative;
  padding: 0;
  margin-top: 0;
}
.swiper-wrapper{
   align-items: stretch;
}
div.swiper-button-next,
.product-section div.swiper-button-prev {
  top: 50%;
  background-image: none !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all 0.3s;
  z-index: 99;
  pointer-events: auto;
}
.product-section div.swiper-button-next{
  right: 34px;
}
.product-section div.swiper-button-prev{
  transform: rotate(180deg);
  left: 34px;
}
div.swiper-button-next img,
.product-section div.swiper-button-prev img{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}
div.swiper-button-next.swiper-button-disabled,
div.swiper-button-prev.swiper-button-disabled {
  background: #fff;
  color: #ccc;
}
div.swiper-button-next { right: 0; }
div.swiper-button-prev { left: 0; }
.compare-wrapperiper-slider-wrapper .swiper-button-prev i{
    display: none;
}
div.compare-wrapper.swiper-slider-wrapper .swiper-button-next,
div.compare-wrapper.swiper-slider-wrapper .swiper-button-prev{
    background-image: url(images/icons/slider-button.svg) !important;
    background-position: top left;
    background-repeat: no-repeat;;
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    margin-top: -32px;

}
div.compare-wrapper.swiper-slider-wrapper .swiper-button-prev{
    transform: rotate(180deg);
}
.compare-wrapper .swiper-button-next i,
.compare-wrapper .swiper-button-prev i{
    display: none;
}
.compare-wrapper .swiper-wrapper{
    align-items: flex-start;
}

@media (max-width: 767px) {
  .swiper-slider-wrapper { padding: 0; }
  .swiper-button-prev-block,
  .swiper-button-next-block { display: none; }
  .spec-slider .swiper-slide {
    max-width: 270px;
}
.swiper-slider-wrapper div.btn-prev-video,
.swiper-slider-wrapper div.btn-next-video{
    display: none;
}
}

.product-block-wrapper-fix a { opacity: 1 !important; }

.product-name a { color: #3F3E3E; }

.swiper-slider-wrapper { opacity: 0; transition: opacity 0.3s; }
.video-slider .swiper-slide iframe{
    width: 100%;
    aspect-ratio: 16 / 9; /* сохраняет пропорции */
    height: auto;
}
.video-slider .swiper-slide .thumbnail{
    display: flex;
}

.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(12, 10, 9, 0.20);
    padding: 0;
    margin: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px;
    height: 8px;
    border-radius: 100px;
    background-color: #BA8A60;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    gap: 12px;
    bottom: 24px;
    margin-bottom: 0;
}
.swiper-pagination-horizontal{
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

@media (min-width: 768px){
.swiper-wrapper{
   align-items: center;
}
.swiper-container.video-slider{
    margin-left: 90px;
    margin-right: 90px;
}
.product-section div.swiper-button-prev.btn-prev-video{
    left: 24px;
    top: 40%;
}
.product-section div.swiper-button-next.btn-next-video{
    right: 24px;
    top: 40%;
}
/* .spec-slider .swiper-slide.is-center {
    transform: scale(1.1);
    z-index: 2;
} */
}
@media (min-width: 1200px){
.swiper-container.video-slider{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slider-wrapper.video-wrapper{
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}
}

/* END swiper-slider*/

/* START Bootstrap*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left: 16px;
    padding-right: 16px;
}
.row{
    margin-left: -16px;
    margin-right: -16px;
}
.panel-body{
    padding: 32px 16px 24px 16px;
}
main.inner{
    padding-bottom: 60px;
}
.container .btn-default {
  color: #fff;
}
.container .btn-default.active {
  color: #0C0A09
}
.container .btn-default:hover, .container .btn-default:focus, .container .btn-default:hover, .container .btn-default:focus{
    color: #fff;
}
.container .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{
    background-color: #0C0A09 !important;
}
.container .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{
    border-color:#0C0A09;
}
.container .filter-well .btn-default {
  color: #A7A7A7;
}
.container .filter-well .btn-default.active {
  color: #0C0A09;
}
.container .filter-well .btn-default:hover, .container .filter-well .btn-default:focus, .container .filter-well .btn-default:hover, .container .filter-well .btn-default:focus{
    color: #0C0A09;
}
label.btn{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}
label.btn.active{
    border: 1px solid #EAEAEA;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    background: #F5F5F5;
}
.filter-btn label.btn{
    color: #0C0A09;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 104px;
    gap: 8px;
}
.filter-btn__innner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.table > thead > tr > td.green_bgr, .table > tbody > tr > td.green_bgr, .table > tfoot > tr > td.green_bgr, .table > thead > tr > th.green_bgr, .table > tbody > tr > th.green_bgr, .table > tfoot > tr > th.green_bgr, .table > thead > tr.green_bgr > td, .table > tbody > tr.green_bgr > td, .table > tfoot > tr.green_bgr > td, .table > thead > tr.green_bgr > th, .table > tbody > tr.green_bgr > th, .table > tfoot > tr.green_bgr > th{
    background: none !important;
}
.container .alert-orange,
.container .alert-warning{
    background-color: #F6E3D0;
    border-radius: 0;
}
.alert-orange .glyphicon.glyphicon-info-sign{
    display: none;
}
blockquote footer, blockquote small, blockquote .small{
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    color: #808080;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after{
    content: '';
}
.container .list-group-item-success{
    color: #0C0A09;
    background: none;
    border-radius: 0;
}
.text-danger{
    background-color: #CB884A;
}
.phpshop-empty-cart .text-danger{
    background: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .container .pagination > .active > a:focus, .container .pagination > .active > span:focus{
    color: inherit;
    background: none;
    outline: none;
}
.container .pagination > li > a:hover, .container .pagination > li > span:hover, .container .pagination > li > a:focus, .container .pagination > li > a:focus-visible, .container .pagination > li > span:focus{
    color: inherit;
    background: none;
    outline: none;
}
a:focus-visible,
img:focus-visible{
    outline: none;
}
.container .dropdown-menu > li > a:hover, 
.container .dropdown-menu > li > a:focus{
    color: #CB884A;
}
.manufacturer-list .list-group .list-group-item:first-child,
.manufacturer-list .list-group .list-group-item:last-child{
    border-radius: 0;
}
@media (min-width: 1200px){
main.inner > .container > .row {
    display: flex;
    margin-left: -32px;
    margin-right: -32px;
}
main.inner .container .row > .col-md-3 {
    flex: 0 0 321px;
    width: 321px;
}
main.inner .container .row > .col-md-9 {
    flex: 1 1 auto;
    max-width: none;
    width: auto;
    float: none;
    padding-left: 24px;
}
main.inner{
    padding-bottom: 160px;
}
}
/* END Bootstrap*/

/* START slider-brands*/
.slider-brands ul{
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: max-content;
    animation: brands-scroll 75s linear infinite;
}
.slider-brands__inner{
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.slider-brands img{
    display: block;
    max-height: 40px;
}
/* Анимация */
@keyframes brands-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (min-width: 1200px){
.slider-brands ul{
    gap: 120px;
}
.slider-brands__inner{
    padding: 80px 0;
}
.slider-brands img{
    max-height: 80px;
}
}
/* END slider-brands*/

/* START slider-brands*/
.images-slider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.images-slider .glyphicon.glyphicon-chevron-left,
.images-slider .glyphicon.glyphicon-chevron-right{
    background: url('images/icons/slider-button.svg') top left no-repeat;
    width: 64px;
    height: 64px;
    padding: 0;
    margin: 0;
}
.images-slider .glyphicon.glyphicon-chevron-left{
    transform: rotate(180deg);
    left: 48px;
}
.images-slider .glyphicon.glyphicon-chevron-right{
    right: 48px;
}
 .glyphicon::before{
    display: none;
}
.images-slider .carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.images-slider .carousel-indicators li.active{
    width: 30px;
    height: 8px;
    border-radius: 100px;
}
.images-slider .carousel-indicators{
    display: flex;
    justify-content: center;
    gap: 12px;
    bottom: 24px;
    margin-bottom: 0;
}
.images-slider .carousel-caption{
    bottom: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media (max-width: 1199px){
    .images-slider .glyphicon{
        display: none;
    }
}
@media (min-width: 1200px){
    .images-slider .carousel-caption,
    .images-slider .carousel-indicators{
        bottom: 32px;
    }
}
/* END slider-brands*/

/* START catalog-icons*/
.catalog-icons .catalog-icons__inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.catalog-icons .cat-card{
    position: relative;
    overflow: hidden;
}
.cat-card__name{
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFF;
    position: absolute;
    top:0;
    left: 0;
    padding: 8px 16px;
    margin: 0;
}
ul.cat-card__subs{
    list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 8px;
    margin: 0;
}
.cat-card__subs li{
    text-align: center;
    width: 100%;
}
/* .cat-card__subs li:nth-child(n+5) {
    display: none;
} */
.cat-card__subs li a{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border-radius: 100px;
    border: 1.5px solid rgba(206, 137, 59, 0.30);
    background: rgba(255, 255, 255, 0.15);
    transition: background-color 0.6s ease;
    backdrop-filter: blur(15px);
    text-align: center;
    width: 100%;
    padding: 2px 8px;
}
.cat-card__subs li a:hover{
    background: rgba(255, 255, 255, 0.30);
}
.catalog-icons .cat-card__img img{
    object-fit: cover;
    width: 100%;
    min-height: 253px;
}
 /* Анимация появления пунктов меню в каталоге */
.cat-card__subs li {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.cat-card__subs li.animate {
    opacity: 1;
    transform: translateX(0);
}
@media (min-width: 768px){
.catalog-icons .catalog-icons__inner{
    grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 1200px){
    .catalog-icons{
        padding-bottom: 80px;
    }
}
@media (min-width: 1760px){
.cat-card__name{
    font-size: 28px;
    line-height: 150%;
    padding: 32px 24px;
}
ul.cat-card__subs{
    align-items: flex-start;
    padding: 32px 24px;
}
.cat-card__subs li{
    width: auto;
}
.cat-card__subs li a{
    font-size: 16px;
    padding: 9px 32px;
}
.catalog-icons .catalog-icons__inner{
    gap: 32px;
}
}
/* END catalog-icons*/

/* START news*/
.mini-news{
    padding-bottom: 60px;
}
.mini-news__cart,
.mini-news__content{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 8px;
}
.mini-news__inner{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.news h2,
.news h3,
.news h4,
.news h5,
.news h6{
    padding: 0;
    margin: 0;
}
 .mini-news__kratko iframe {
    width: 100%;
    aspect-ratio: 16 / 9; /* сохраняет пропорции */
    height: auto;
}
 .mini-news__kratko img{
    width: 100%;
 }
@media (min-width: 768px){
    .mini-news__kratko{
        text-align: center;
    }
}
@media (min-width: 1200px){
.mini-news{
    padding-bottom: 100px;
}
.mini-news__inner {
    display: grid;
    grid-template-columns: 1fr 1fr; /* две колонки */
    gap: 24px;
}

.mini-news__cart:nth-child(1) {
    grid-row: span 2; /* первая новость занимает две строки */
    display: flex; /* остаётся вертикальной */
    flex-direction: column;
}
.mini-news__cart:nth-child(1) .mini-news__content {
    flex-grow: 1; /* растягиваем контент */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* заголовок сверху, дата снизу */
}
.mini-news__cart:not(:first-child) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}
.mini-news__kratko {
    width: 100%;
}
.mini-news__cart{
    padding: 24px;
}
.mini-news__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* распределяет по вертикали */
}
}
/* END news*/

/* START news-list*/
.news-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.news-list .mini-news__cart{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #DDD;
}
.news-list .mini-news__cart h4{
    padding: 0;
}
.news-full__content{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.news-list blockquote{
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin: 0;
}
@media (min-width: 580px){
   .news-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    /* .news-list .mini-news__kratko,
    .news-list .mini-news__kratko p,
    .news-list .mini-news__kratko div,
    .news-list .mini-news__kratko span,
    .news-list .mini-news__kratko img{
        height: 100%;
        object-fit: cover;
    } */
}
@media (min-width: 1200px){
    .news-list{
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
    }
    .news-list .mini-news__cart:nth-child(1){
        grid-row: span 1;
    }
    .news-full__content{
        gap: 24px;
    }
}
@media (min-width: 1760px){
   .news-list{
        grid-template-columns: repeat(4, 1fr);
    }
    /* .news-list > .mini-news__cart:first-child {
        grid-column: span 2;
        grid-row: span 2;
    } */
}
/* END news-list*/

/* START main-content*/
.main-content{
    padding-bottom: 60px;
}
@media (min-width: 1200px){
.main-content{
    padding-bottom: 100px;
}
.main-content .main-content__text{
    font-size: 16px;
    line-height: 24px;
}
}
/* END main-content*/

/* START footer*/
.footer{
    background-color: #0C0A09;
    /* clear: both; */
}
.footer a{
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
}
.footer a:hover{
    color: #BA8A60;
}
.footer div,
.footer p,
.footer span{
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.60);
    letter-spacing: 0.12px;
}
.footer ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    margin: 0;
}
.footer ul li{
    padding: 4px 0;
}
.footer__main{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 32px;
}
.footer .footer__telnum,
.footer .footer__telnum a{
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-decoration: none;
    color: #fff;
}
.footer .footer__telnum a:hover{
    color: #BA8A60;
}
.footer__subfooter{
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 32px;
    padding-bottom: 24px;
}
@media (min-width: 768px) {
.footer .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr; /* две колонки */
    gap: 12px 24px; /* вертикальный и горизонтальный отступы */
}
}
@media (min-width: 1200px) {
.footer__main{
    flex-direction: row;
}
.footer__logo {
    flex: 0 0 295px; /* фиксированная ширина */
    max-width: 295px;
}

.footer-menu {
    flex: 1; /* занимает всё оставшееся */
}
.footer .footer-menu {
    grid-template-columns: auto auto;
    justify-content: flex-start; /* чтобы не растягивались */
    gap: 12px 100px;
}
.footer__subfooter{
    flex-direction: row;
}
.footer__copy{
    flex: 0 0 295px;
    max-width: 295px;
}
}
/* END footer*/

/* START modals*/
/* START modal-login*/
.modal-content{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.modal-login.in{
    margin-top: 54px;
}
.modal-login__link a{
    color: #BA8A5F;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}
.modal-login__link a:hover{
    text-decoration: underline;
}
.modal-footer .modal-login__link{
    text-align: center;
    padding-top: 24px;
}
h4.modal-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
}
.modal-header,
.modal-footer{
    padding: 24px;
    border: none;
}
.modal-header{
    padding-bottom: 32px;
}
.modal-body{
    padding: 0 24px 24px 24px;
}

/* END modal-login*/

button.close span,
a.close span{
    display: none;
}
button.close,
a.close {
    -webkit-mask: url(images/icons/close.svg) no-repeat center;
    mask: url(images/icons/close.svg) no-repeat center;
    background-color: #0C0A09; /* базовый цвет */
    opacity: 1;
    width: 24px;
    height: 24px;
    transition: background-color 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s;
}

button.close:hover,
a.close:hover {
    background-color: #BA8A5F;
    opacity: 1;
    transform: rotate(90deg);
}

button.close:hover img,
a.close:hover img{
    fill: #BA8A5F;
}
form .form-control{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #808080;
    border: 1px solid #C7C7C7;
    background: #FFF;
    height: 48px;
    padding: 12px 16px;
}
form .form-control:focus{
    border: 1px solid #BA8A5F;
    box-shadow: none;
}
form textarea.form-control, textarea.form-control{
    height: auto;
    min-height: 110px;
}
.form-group{
    margin-bottom: 24px;
}
.modal-body.search form button.btn{
    height: 48px;
}
.modal-body.search,
.modal-body.search .input-group{
    width: 100%;
}
.modal-body.search form input{
    max-width: 100%;
}
@media (max-width: 767px) {
    .modal-login .modal-dialog{
        margin: 0;
    }
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .modal-dialog.modal-sm,
  .modal-login .modal-content{
    width: 375px;
  }
}
@media (min-width: 1200px) {
    h4.modal-title{
        font-size: 32px;
    }
    .modal-header,
    .modal-footer{
        padding: 32px;
    }
    .modal-footer{
        padding-top: 24px;
    }
    .modal-body {
        padding: 0 32px 24px 32px;
    }
    .modal-dialog.modal-sm,
    .modal-login .modal-content{
        width: 616px;
    }
}
/* Базовый стиль для всех checkbox */
.radio label, .checkbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0;
}
.radio label, .checkbox a{
    color: #BA8A5F;
    font-weight: 500;
    text-decoration: none;
}
.radio label, .checkbox a:hover{
    text-decoration: underline;
}
.radio label, .checkbox label{
    display: flex;
    align-items: center;
    min-height: 24px;
    padding-left: 36px;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 24px;
    height: 24px;
    border: 1px solid #C7C7C7;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    margin: 0 0 0 -36px;
}

/* Галочка, нарисованная CSS */
input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg) scale(0);
    top: 4px;
    left: 8px;
    transition: transform 0.25s ease;
}

/* Активное состояние */
input[type="checkbox"]:checked {
    background-color: #BA8A60;
    border-color: #BA8A60;
}

input[type="checkbox"]:checked::after {
    transform: rotate(45deg) scale(1);
}
button.btn, button.btn-primary, a.btn, a.btn-primary, div input.btn-add-address{
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #BA8A5F;
    border: none;
    border-radius: 0;
    padding: 16px 24px;
}
button.btn:hover, button.btn:focus,
button.btn-primary:hover, button.btn-primary:focus,
button.btn-primary:active, button.btn-primary:focus-visible,
a.btn-primary:hover, a.btn-primary:focus,
div input.btn-add-address:hover, div input.btn-add-address:focus, div input.btn-add-address:active, div input.btn-add-address:focus-visible{
    background-color: #CB884A !important;
    outline: none;
    opacity: 1;
}
.btn-success.btn:hover, .btn-success.btn:focus, .btn-success.btn:focus-visible{
    color: #fff !important;
}
.btn-success[disabled]:active, .btn-success[disabled]{
    background-color: #E4E4E4 !important;
    color: #A7A7A7 !important;
    opacity: 1 !important;
}
button.notice-btn,
button.notice-btn:hover, button.notice-btn:focus,
button.notice-btn:active, button.notice-btn:focus-visible{
    background-color: #E4E4E4 !important;
    color: #A7A7A7 !important;
    opacity: 1 !important;
    cursor: text;
    pointer-events: none;
}
button.btn-info.btn{
    color: #0C0A09;
    background: none;
    border: 1px solid #C7C7C7;
}
button.btn-info.btn:hover,
button.btn-info.btn:focus{
    color: #fff;
    background: #0C0A09 !important;
    border: 1px solid #0C0A09;
}
.btn-block + .btn-block{
    margin: 0;
}
.container .btn-success,
.container .btn{
    border-radius: 0;
}
/* END modals*/

/* START contact form /forma/*/
.form-checkbox{
    display: flex;
    gap: 12px;
    margin: 0;
}
.form-checkbox input,
.form-checkbox label{
    margin: 0;
}
.form-checkbox input{
    flex: 0 0 24px;
}
.form-group-buttons{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (min-width: 768px){
    .contact-form,
    .user_forma_register{
        max-width: 736px;
    }
}
/* END contact form /forma/*/

/* START Notifications*/
.success-notification {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.04);
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert.alert-success{
    background: none;
    box-shadow: none;
    color: #0C0A09;
    border-radius: 0;
    padding: 24px;
    margin: 0;
}
.success-notification .alert-dismissable .close, .success-notification .alert-dismissible .close{
    top:0;
    right: 0;
}
.alert.alert-success a.alert-link{
    font-weight: 400;
}
@media (min-width: 1200px){
    .success-notification .alert.alert-success{
        max-width: 1920px;
        padding-right: 32px;
        padding-left: 32px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* END Notifications*/

/* START breadcrumb*/
.breadcrumb{
    font-size: 12px;
    color: #A7A7A7;
    background: none;
    border: none;
    padding: 24px 0 20px;
    margin: 0;
}
.breadcrumb a{
    font-size: 12px;
    color: #A7A7A7;
    text-decoration: none;
}
.breadcrumb li{
    position: relative;
}
.breadcrumb > li + li{
    padding-left: 28px;
}
.breadcrumb > li + li::before {
  content: '';
  background: url('images/separate.svg') no-repeat left center;
  position: absolute;
  top: -3px;
  left: 7px;
  width: 24px;
  height: 24px;
}
.breadcrumb__inner .col-xs-12,
.breadcrumb__inner .col-sm-6,
.breadcrumb__inner .col-md-6,
.breadcrumb__inner .col-lg-6{
    border-top: 1px solid #ddd;
}
@media (min-width: 768px){
    .breadcrumb,
    .breadcrumb a{
        font-size: 14px;
    }
}
@media (min-width: 1200px){
    .breadcrumb{
        padding: 32px 0;
    }
}
/* END breadcrumb*/

/* START catalog-info*/
.inner h1{
    padding: 0;
    margin: 0;
    color: #0C0A09;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
}
.inner .page-header,
.inner .page-header h2,
.inner h4{
    text-align: left;
    padding: 0 0 32px 0;
    margin: 0;
}
.catalog-info h2{
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding: 0;
    margin: 0;
}
.catalog-info h2 a{
    text-decoration: none;
}
.catalog-info__list{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #DDD;
    padding: 16px;
    margin: 0 -16px;
}
.catalog-info__list > div{
    text-align: center;
}
.catalog-info__list img{
    max-width: 100%;
}
.catalog-info__text{
    padding-top: 24px;
}
.catalog-info__inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-right: 1px solid #DDD;
}
.catalog-info__inner .catalog-info__list{
    border-left: 1px solid #DDD;
    margin: 0;
}
.catalog-info .catalog-info__list:nth-last-child(1),
.catalog-info .catalog-info__list:nth-last-child(2) {
border-bottom: 1px solid #DDD;
border-right: 1px solid #DDD;
}
@media (min-width: 480px){
    .catalog-info__list{
        padding: 24px;
        gap: 24px;
    }
}
@media (min-width: 768px){
    /* .catalog-info__text{
        padding-left: 24px;
        padding-right: 24px;
    } */
    .inner h1{
        font-size: 32px;
    }
    .catalog-info h2{
        font-size: 24px;
    }
}
@media (min-width: 1200px){
    .inner h1{
        font-size: 48px;
    }
}
/* END catalog-info*/

/* START catalog*/
.catalog{
    border: 1px solid #DDD;
    /* padding-top: 17px; */
    padding-left: 16px;
    margin-left: -16px;
}
.catalog ul,
.catalog li{
    list-style-type: none;
}
.catalog ul{
    padding: 10px 16px 0 0;
    margin: 0;
}
.catalog li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.catalog li:last-child {
    border-bottom: none;
    margin-bottom: 32px;
    padding-bottom: 0;
}
.catalog li.sel a.asel{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    display: block; 
}
.catalog li.sel ul{
    padding-right: 0;
}
.catalog li.sel ul li{
    padding-left: 24px;
}
.catalog li.sel li:last-child{
    margin-bottom: 0;
}

.catalog li a{
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}
@media (min-width: 992px){
    .catalog__container{
        padding-right: 8px;
    }
}
@media (min-width: 1200px){
    .catalog{
        /* padding-top: 57px; */
        padding-left: 32px;
    }
    .catalog__container{
        padding-right: 0;
    }
    .main{
        padding-left: 32px;
        padding-right: 32px;
    }
    .catalog li a{
        font-size: 16px;
        line-height: 150%;
    }
    .catalog ul{
        padding-right: 24px;
    }
    .catalog-info__inner .catalog-info__list{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }
    .catalog-info__inner .catalog-info__list > div:first-child {
        flex: 0 0 180px;
    }

}
/* END catalog*/

/* START product-day*/
.product-day .panel.panel-default{
    border: 1px solid #CE893B;
    box-shadow: none;
    margin-left: -16px;
}
.product-day .panel.panel-default .panel-heading{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    background-color: #BA8A60;
    border-radius: 0;
    padding: 7px 16px 7px 0;
}
.product-day h4.media-heading,
.product-day h4.media-heading a{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.product-day h4.media-heading{
    padding: 16px 0;
    margin: 0;
}
.product-day ul{
    display: none;
}
.product-day .price-new{
    color: #CE893B;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}
.product-day .product-day-price{
    padding-bottom: 16px;
}
.product-day .alert.alert-prdday{
    padding: 0;
    margin: 0;
}
.product-day .product-day__date{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    background-color:#BA8A60;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-day .product-day__timer{
    display: flex;
    justify-content: space-between;
}
.product-day .product-day__timer > div{
    text-align: center;
}
.product-day .product-day__timer small{
    font-size: 14px;
    text-transform: capitalize;
}
.product-day .panel-body{
    position: relative;
}
.product-day .product-form__wishlist{
    top: 32px;
    right: 16px;
}
.product-day img{
    max-width: 287px;
}
@media (min-width: 1200px){
.product-day h4.media-heading{
    padding: 16px 8px 16px 16px;
    margin: 0;
}
.product-day .product-day-price{
    padding-left: 16px;
}
main.inner .container .row .product-day .col-md-3{
    width: auto;
}
.product-day .product-day__timer{
    padding-left: 16px;
    padding-right: 8px;
}
.product-day .product-day__desc{
    padding: 0 16px;
}
}
/* END product-day*/

@media (max-width: 767px) {
  /* Разрешаем показ контейнера сайдбара, когда он помечен mobile-open */
  .catalog__container.mobile-open,
  .col-md-3.mobile-open {
    display: block !important;
  }

  /* Убедимся, что панель фильтра корректно отображается */
  .filter-panel {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .filter-panel.hide {
    display: none !important;
  }

  /* Если нужно поднять фильтр над шапкой */
  #faset-filter.mobile-open {
    position: relative;
    z-index: 1050;
  }
}

/* START сортировка товаров*/
.filter-well{
    padding-bottom: 24px;
}
@media (min-width: 992px){
    .filter-well__sort{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}
/* END сортировка товаров*/

/* START фильтр*/
.filter{
    padding: 24px 0 24px 0;
}
.filter h4{
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    border-top: 1px solid #DDD;
    padding-top: 24px;
    padding-bottom: 24px;
}
.filter__title-price{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 16px;
}
.filter h4.collapsed{
    /* border-bottom: 1px solid #DDD; */
    padding: 24px 0;
}
.filter h4::before{
    content: '';
    position: absolute;
    background: url(./images/chevron-up.svg) top right no-repeat;
    top: 24px;
    right: 0;
    width: 20px;
    height: 20px;
}
.filter h4.collapsed::before{
    content: '';
    transform: rotate(180deg);
}
.filter h4 i{
    display: none;
}
.filter__price{
    display: flex;
    gap: 45px;
    position: relative;
}
.filter__price::before{
    content: '—';
    font-size: 16px;
    color: #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.filter__price .form-control{
    font-size: 12px;
    position: relative;
}
.filter__slider span.ui-slider-handle{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #BA8A60;
    border: none;
}
.filter__slider span.ui-slider-handle:focus-visible{
    outline: none;
}
.filter__slider.ui-slider .ui-slider-range{
    background: none;
    box-shadow: none;
    border-top: 1px solid #BA8A60;
    top: 4px;
}
.filter__slider.ui-slider{
    position: relative;
    background: none;
    border: none;
    border-radius: 0;
    padding-bottom: 30px;
    margin-top: 17px;
}
.filter__slider.ui-slider::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #BA8A60;
}
.filter .collapse,
.filter .collapsing{
    padding-bottom: 8px;
}
.filter .collapse .checkbox,
.filter .collapsing .checkbox{
    padding: 0 0 16px;
    margin: 0;
}
.filter .collapse .checkbox label,
.filter .collapsing .checkbox label {
    padding-left: 32px;
}
.filter .collapse .checkbox input[type="checkbox"],
.filter .collapsing .checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 0 0 -32px;
}
.filter .collapse .checkbox input[type="checkbox"]::after,
.filter .collapsing .checkbox input[type="checkbox"]::after {
    top: 2px;
    left: 6px;
}
@media (min-width: 992px){
    .filter{
        padding: 24px 24px 24px 0;
        border-right: 1px solid #DDD;
    }
}
@media (min-width: 1200px){
    .filter{
        padding-left: 16px;
    }
}

/* END фильтр*/

/* START pagination*/
ul.pagination{
    padding: 48px 0 0;
    margin: 0;
}
ul.pagination li a{
    color: #808080;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    padding: 0 12px;
}
ul.pagination li:first-child a,
ul.pagination li:last-child a{
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}
ul.pagination li a:hover,
ul.pagination li.active a:hover{
    color: #000;
    background: none;
}
ul.pagination li.active a{
    color: #000;
    background: none;
}
@media (max-width: 1199px){
ul.pagination li:first-child a,
ul.pagination li:last-child a{
    display: none;
}
}
@media (min-width: 1200px){
ul.pagination li a{
    padding: 0 24px;
}
}
/* END pagination*/

/* START main_product_forma_full*/
.product-full{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next{
    background: url('images/icons/swiper-button.svg') top left no-repeat;
    width: 64px;
    height: 64px;
    padding: 0;
    margin: 0;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
    background: url('images/icons/swiper-button-left.svg') top left no-repeat;
}
.product-full__img img.img-thumbnail{
    border: none;
    border-radius: 0;
    max-width: 60px;
    padding: 0;
    margin: 0;
}
.bx-pager{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 16px;
}
.product-full__img a.active img.img-thumbnail{
    border: 1px solid #C7C7C7;
}
.product-full__img .bx-wrapper .bxslider > div{
    text-align: center;
}
.bx-wrapper .bxslider img{
    padding: 0;
    margin: 0;
}
.product-full__inner{
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.product-full .product-form__label{
    left: 0;
}
.product-full h1{
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}
.product-full__block-1{
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding-top: 16px;
}
.product-full__buttons{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 24px;
}
.product-full__buttons > :first-child{
    grid-column: 1 / -1;
}
.product-full .or_status{
    padding-bottom: 24px;
}
.button-count{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
}
.button-count:hover {
    border: 1px solid #BA8A5F;
}

.button-count a.btn{
    color: #0C0A09;
    background: #F5F5F5;
    padding: 10px 16px;
}
.button-count a.btn:hover{
    color: #BA8A5F;
}
.button-full{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.product-full__buttons .button-full {
    grid-column: 1 / -1;
}
.button-full button.btn-add{
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
}
.button-full button.btn-add:hover svg path {
    stroke: #BA8A5F;
    fill: #BA8A5F;
}
.product-full__des{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 32px;
}
.product-code div:first-child{
    color: #808080;
    text-transform: uppercase;
}
@media (max-width: 1199px){
    .bx-controls.bx-has-controls-direction{
        display: none;
    }
    }
@media (min-width: 768px){
   .product-full__inner{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 24px;
   }
   .product-full__inner > div {
        flex: 1;
    }
}
@media (min-width: 1200px){
    .product-full h1{
        font-size: 24px;
    }
    .product-full__img img.img-thumbnail{
        max-width: 100px;
    }
    /* .product-full__img .bx-wrapper .bx-viewport .bxslider div{
        display: flex !important;
        justify-content: center;
        align-items: center;
    } */
    .product-full__des{
        padding-top: 40px;
    }
    .bx-viewport{
        /* max-height: 908px; */
    }
}
@media (min-width: 1760px){
   .product-full__inner{
        gap: 240px;
   }
}
/* END main_product_forma_full*/

/* START raiting stars*/
.rate_l #raiting {position:relative; height:18px; cursor:pointer; width:100px; text-align:center;} /* Блок рейтинга*/
.rate_l .rating { margin-left:0px; padding-left:0px;}
#raiting {position:relative; height:18px; cursor:pointer; width:100px; text-align:center; } /* Блок рейтинга*/
#raiting_blank, #raiting_votes, #raiting_hover {height:18px; position:absolute;}
#raiting_blank { background:url(images/stars/stars1-0.svg); width:100px;} /* "Чистые" звездочки */
#raiting_votes {background:url(images/stars/stars1-5.svg); cursor: default;} /*  Закрашенные звездочки */
#raiting_info { text-align:center}
.review {margin:15px;}
.uicrate span{
    color: #808080;
    padding-right: 8px;
}
.ratemod td{
    vertical-align: top;
}
/* END raiting stars*/

/* START vendorenabled*/
.vendorenabled .tablerow{
    border-bottom: 1px solid #DDD;
    padding: 8px 16px;
}
.vendorenabled .tablerow:first-child{
    /* padding-top: 0; */
}
.vendorenabled .tablerow td:first-child,
.vendorenabled .tablerow b{
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.12px;
    text-transform: uppercase;
}
.vendorenabled .tablerow span{
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.14px;
}
/* .vendorenabled .tablerow td:last-child{
    text-align: right;
} */
.vendorenabled tr:nth-child(odd) {
    background: #f5f5f5; /* серая строка */
}
.vendorenabled a{
    color: #4a99cb;
}
.vendorenabled a:hover{
    color: #4a8acb;
}
/* END vendorenabled*/

/* START tabpanel nav-tabs*/
ul.nav-tabs{
    background: none;
    padding-top: 32px;
}
ul.nav-tabs li a{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
    color: #808080;
    background: none;
    padding: 0;
    margin: 0;
}
ul.nav-tabs li.active a{
    color: #0C0A09;
}
ul.nav-tabs > li > a:hover{
    background: none;
}
ul.nav-tabs li{
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #C7C7C7;
    padding: 0 32px 12px 32px;
}
ul.nav-tabs li.active{
    border-bottom: 1px solid #0C0A09;
}
div.tab-content .tab-pane.active{
    padding: 30px 0 24px;
}
div.tab-content{
    color: #0C0A09;
}
.tab-content > .active{
    display: block;
}
@media (min-width: 1200px){
    div.tab-content .tab-pane.active{
        width: 100%;
        max-width: 952px;
    }
    ul.nav-tabs{
        width: 100%;
        border-bottom: 1px solid #C7C7C7;
    }
    ul.nav-tabs li{
        width: auto;
        padding: 0 60px 12px 60px;
    }
    ul.nav-tabs::before,
    ul.nav-tabs::after{
        content: '';
    }
}
/* END tabpanel nav-tabs*/

/* START comments*/
.comment{
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.comment__header{
    display: flex;
    align-items: center;
    gap: 12px;
}
.comment__name{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.comment__date{
    font-size: 12px;
    color: #808080;
}
.comment__title{
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.comment__add{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
/* END comments*/

/* START parent-list*/
.parent-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;

}
.parent-list__inner{
    display: flex;
    align-items: center;
    gap: 12px;
}
.parent-list__inner label{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}
.parent-list__inner label input{
    margin: 0;
}
.parent-list label{
    font-weight: 400;
}
/* END parent-list*/

/* START odnotip*/
.odnotip{
    margin: 0 -16px -60px -16px;
    padding: 60px 16px 60px 16px;
}
.odnotip .page-header{
    text-align: center;
}
.odnotip .swiper-container .thumbnail{
    padding-bottom: 16px;
}
@media (min-width: 1200px){
.odnotip{
    margin: 0 -32px -160px -16px;
    padding: 80px 32px 160px 32px;
}
.odnotip .swiper-container .thumbnail{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 24px;
}
.odnotip .swiper-container .thumbnail .product-form__wishlist{
    top: 16px;
    right: 16px;
}
}
/* END odnotip*/

/* START compare*/
.swiper-slider-wrapper.compare-wrapper{
    opacity: 1;
}
/* .swiper-slider-wrapper.compare-wrapper .swiper-wrapper{
    align-items: start;
    flex: 1 0 0;
} */
.swiper-slider-wrapper.compare-wrapper .swiper-wrapper > div:first-child{
    display: none;
}
.compare-wrapper .swiper-slide div > div{
    padding: 4px 8px;
}
.compare-wrapper .swiper-slide div b{
    font-weight: 400;
}
/* .compare-wrapper .swiper-wrapper > div {
    flex: 1 0 0;
} */
/* зебра по строкам */
.compare-wrapper .swiper-wrapper > div > div:nth-child(even) .prod-sort {
    background: #F5F5F5;
}
.swiper-slider-wrapper.compare-wrapper .swiper-wrapper .prod-desc{
    display: none;
}
.compare-wrapper .prod-photo{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.compare-wrapper .prod-photo img{
    width: 100%;
}*/
.compare-wrapper .prod-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    min-height: 50px;
    display: block;
    padding: 0 8px;
}
.compare-wrapper .prod-price .new-price{
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}
.compare-content a.btn-danger{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
}
.compare-content a.btn-danger:hover{
    background-color: #CC884A;
}
.compare-content table.table td:last-child{
    width: 32px;
}
.compare-content table,
.compare-content p{
    margin: 0;
}
.compare-content h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    padding-top: 60px;
    padding-bottom: 32px;
}
.compare-content h4::first-letter{
    text-transform: uppercase;
}
.compare-content h5{
    margin: 0;
}
@media (min-width: 1200px){
.compare-wrapper .swiper-slide div > div{
    padding: 4px 16px;
}
.compare-wrapper .prod-title{
    padding: 0 16px;
}
.compare-content table.table td:first-child{
    padding: 8px 16px;
}
.compare-content h4{
    font-size: 32px;
    padding-top: 80px;
}
}
/* END compare*/

/* START order*/
.forma-order .radio label, .forma-order .checkbox a:hover{
    text-decoration: none;
}
.forma-order .radio input[type="radio"], .forma-order .radio-inline input[type="radio"], .forma-order .checkbox input[type="checkbox"], .forma-order .checkbox-inline input[type="checkbox"]{
    margin: 0 0 0 -16px;
}
.forma-order .radio label, .forma-order .checkbox label{
    padding-left: 16px;
    margin: 0;
}
.forma-order .panel-body .radio{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 24px;
}
.forma-order .panel-body .radio .PHPShopText-div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.forma-order__btn-finish{
    display: flex;
    gap: 12px;
    justify-content: center;
    padding-top: 24px;
}
.page-header-order .pull-right{
    flex-direction: row;
}
.authorization__form-dialog table{
    border: none;
    border-radius: 0;
    display: inline-block;
    overflow-x: auto;
    margin: 0;
}
.authorization__form-dialog table thead{
    border-top: 1px solid #F5F5F5;
}
.authorization__form-dialog .table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
    border-bottom-width: 1px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border-color: #F5F5F5;
}
.authorization__form-dialog h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 30px 0 24px;
    margin: 0;
}
.authorization__form-dialog p{
    margin: 0;
}
.authorization__form-dialog #allspecwhite:last-of-type{
    margin-top: 24px;
}

/* Отключаем position: fixed для header на странице оформления заказа /order/ */
body[data-path="order"] .navbar-fixed-top,
body[data-path="order"] .navbar-fixed-bottom {
    position: relative;
}
body[data-path="order"] header,
body[data-path="order"] header:has(.header.navbar-fixed-top) {
    margin-bottom: 0;
}
@media (min-width: 768px){
.authorization__form-dialog table.list.table {
    table-layout: fixed;
    width: 100% !important;
    display: inline-table;
}
body[data-path="order"] #cdekwidgetModal .modal-dialog,
#adminModal .modal-dialog{
    display: block;
}
}
/* END order*/

/* START users*/
.form-group-flex{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-group-flex button.btn.btn-primary{
    width: 100%;
    height: 48px;
}
.form-group-flex input.form-control,
.form-horizontal input.form-control,
.form-horizontal textarea.form-control{
    max-width: 736px;
    width: 100%;
}
.form-status{
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-status .btn-success{
    background-color: #198754;
    border: none;
    border-radius: 0;
}
.form-status .btn-warning{
    background-color: #CB884A;
    border: none;
    border-radius: 0;
}
.form-history{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
}
.user-login{
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 580px){
    .form-group-flex{
        flex-direction: row;
        gap: 8px;
        align-items: center;
    }
    .form-history{
        flex-direction: row;
        justify-content: space-between;
        max-width: 736px;
    }
}
/* END users*/

/* START pricelist*/
.pricelist{
    padding-top: 24px;
}
.pricelist .list-group:not(:first-child){
    padding-top: 24px;
}
.pricelist .list-group{
    margin: 0;
}
.pricelist .list-group .row{
    margin: 0;
}
.pricelist .list-group .list-group-item{
    margin: 0;
    margin-bottom: -1px;
}
.pricelist .list-group-item{
    border: 1px solid #C7C7C7;
    border-radius: 0;
    padding: 16px 0;
    margin-left: 0;
    margin-right: 0;
}
.pricelist .list-group-item-success.list-group-header{
    padding-left: 16px;
    padding-right: 16px;
}
.pricelist .list-group-item a{
    text-decoration: none;
}
.pricelist .list-group-item a img{
    max-height: 44px;
}
.pricelist a.btn.countfromcartmin,
.pricelist a.btn.countfromcartmax{
    font-size: 0;
    color: #0C0A09;
    background: url('images/icons/minus-combined.svg') top 10px left 12px no-repeat #F5F5F5;
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 10px 16px;
}
.pricelist a.btn.countfromcartmin:hover{
    background-position: top -34px left 12px;
}
.pricelist a.btn.countfromcartmax{
    background: url('images/icons/plus-combined.svg') top 10px left 12px no-repeat #F5F5F5;
}
.pricelist a.btn.countfromcartmax:hover{
    background-position: top -34px left 12px;
}
.pricelist .countfromcart{
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}
.pricelist .list-group-item .col-xs-2:last-child{
    display: flex;
    justify-content: flex-end;
}
.pricelist .list-group-item .vertical-center{
    line-height: 44px;
}
.pricelist .btn.btn-default.btn-xs.addToCartList{
    font-size: 0;
    background-image: url('images/icons/cart-add.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.nav-pills > li > a{
    border-radius: 0;
    height: 46px;
    display: flex;
    align-items: center;
}
.pricelist .product-full__buttons{
    display: flex;
    gap: 0;
    margin-top: 0;
}
@media (max-width: 991px){
    .pricelist .list-group-item{
        display: flex;
        flex-direction: column;
    }
    .pricelist .list-group-item .col-xs-6{
        width: 100%;
        display: flex;
        gap: 16px;
    }
    .pricelist .list-group-item .col-xs-2.vertical-center{
        white-space: nowrap;
    }
    .pricelist .list-group-item .text-right.col-xs-2.vertical-center{
        text-align: left;
    }
    .pricelist .list-group-item .col-xs-2:last-child{
        justify-content: inherit;
    }
    .pricelist .list-group-item.row.list-group-header{
        display: none;
    }
}

/* END pricelist*/

/* START search popover*/
.popover{
    max-width: 479px;
    border: 1px solid #DDD;
    border-radius: 0;
}
.popover .popover-content{
    padding: 16px;
}
.popover .product-form-1 .product-form__img{
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    padding: 0;
}
.popover .product-form-1.product-form .product-form__img img{
    max-height: 50px;
    max-width: 50px;
}
.popover .product-form-1 .product-form__content{
    grid-template-columns: 50px auto;
    grid-row-gap: 4px;
}
.popover-content .row:not(:last-child) .thumbnail {
    border-bottom: 1px solid #DDD;
    border-radius: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
@media (min-width: 1760px) {
    .popover{
        max-width: 758px;
        width: 758px;
    }
}
/* END search popover*/