body {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    min-height: 100%;
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / 1.0);
    color: rgb(33, 35, 38);
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
}

/*.header-top-row {*/
/*    height: 36px;*/
/*    overflow: hidden;*/
/*    letter-spacing: .06em;*/
/*    line-height: 1.25;*/
/*    position: relative;*/
/*    z-index: 30;*/
/*    text-align: center;*/
/*    color: rgb(172, 187, 202);*/
/*    background: #383838;*/
/*    font-size: 14px;*/
/*    align-content: center;*/
/*}*/
/*.header-top-row .container, .middle-top-row .container, .section-text.container, .catalog-section, .bx-catalog-element {*/
/*    max-width: 140rem;*/
/*    margin: 0 auto;*/
/*}*/
/*.header-top-row  .header-top-prev, .header-top-row  .header-top-next{*/
/*    color: rgba(172, 187, 202, .75);*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    padding: 0;*/
/*    width: 3.4rem;*/
/*    cursor: pointer;*/
/*    pointer-events: visible;*/
/*}*/

/*.header-top-row  .header-top-prev:after, .header-top-row  .header-top-next:after{*/
/*    pointer-events: none;*/
/*    font-size: 14px;*/
/*}*/
/*.header-top-row .header-top-txt{*/
/*    color: rgb(172, 187, 202);*/
/*    font-size: 14px;*/
/*    text-decoration: none;*/
/*}*/
/*.middle-top-row-left a.search-icon, .middle-top-row-right a.search-icon{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: #020202;*/
/*}*/

/*.middle-top-row-left a.search-icon svg, .middle-top-row-right a.search-icon svg,.middle-top-row-right #header-minicart svg{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    stroke-width: 1.1px;*/
/*    fill: none;*/
/*    vertical-align: middle;*/
/*    transition: transform .25s ease;*/
/*    will-change: transform;*/
/*    color: rgb(40, 40, 40);*/
/*}*/
/*.middle-top-row-right #header-minicart .middle-top-row-right-box{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 100%;*/
/*    position: relative;*/
/*}*/

/*.header-minicart-count{*/
/*    top: -6px;*/
/*    position: absolute;*/
/*    background-color: rgb(0, 57, 121);*/
/*    color: rgb(255, 255, 255);*/
/*    height: 14px;*/
/*    width: 14px;*/
/*    border-radius: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-size: 9px;*/
/*    line-height: 1;*/
/*    transition-property: opacity, transform, color, background-color;*/
/*    transition-duration: .25s;*/
/*    transition-timing-function: ease;*/
/*}*/
/*.middle-top-row .cont-middle-row{*/
/*    margin-right: 1.5rem;*/
/*    margin-left: 1.5rem;*/
/*}*/
/*.middle-top-row {*/
/*    padding: 15px 0 10px;*/
/*}*/

/*.cont-bottom-row ul.cont-bottom-row-list>li.bottom-header-link>a {*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    text-decoration: none;*/
/*    letter-spacing: .15em;*/
/*    padding: 12px 1rem;*/
/*    color: rgb(40, 40, 40);*/
/*    transition: color .25s ease;*/
/*}*/

/*.bottom-top-row{*/
/*    display: grid;*/
/*    border-bottom: 1px solid #EFEFEF;*/
/*}*/
/*.bottom-top-row .bottom-top-row-box{*/
/*    justify-self: center;*/
/*}*/
.list-menu-dropdown {
    min-width: 200px;
    max-width: 260px;
    width: max-content;
    position: absolute;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    margin-top: -0.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: white;
}
.list-menu-dropdown:before {
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 0;*/
    background: #ffffff;
    transition: height .25s ease;
}
.list-menu-dropdown ul.cont-bottom-row-list>li.bottom-header-link>a{
    padding: .5rem 1.5rem;
    width: 100%;
    letter-spacing: 0;
}
.list-menu-dropdown:after {
    content: "";
    z-index: -2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100%);
    box-shadow: 0px 1.5rem 2rem rgba(40, 40, 40, .08);
    /*visibility: hidden;*/
    /*opacity: 0;*/
}

.list-menu-dropdown ul.cont-bottom-row-list{
    display: block;
    padding: 0;
}
.list-menu-dropdown ul.cont-bottom-row-list>li.bottom-header-link {
    line-height: normal;
}
.cont-bottom-row ul.cont-bottom-row-list>li.bottom-header-link:hover .list-menu-dropdown {
    opacity: 1;
    visibility: visible;
    display: block !important;
}
.cont-bottom-row ul.cont-bottom-row-list>li.bottom-header-link>a.selected span {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(210, 213, 217) 0px 0px), linear-gradient(to top, transparent 0px, transparent 0px);
    background-repeat: no-repeat;
    transition-property: background-size;
    transition-timing-function: ease;
    transition-duration: .25s;
    background-position: left bottom, left bottom;
    background-size: 100% .1rem, 100% .1rem;
}
/*header{*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 100;*/
/*}*/
/*header.animate {*/
/*    transition: transform .25s ease;*/
/*    box-shadow: 0 0 4rem rgba(172, 187, 202, .2);*/
/*}*/

/*header.animate .header-top-row, header.animate .bottom-top-row{*/
/*    display: none;*/
/*}*/
/*.middle-top-row-left .burger-menu, .middle-top-row-left .burger-menu svg{*/
/*    display: none;*/
/*}*/
/*header.animate .middle-top-row-left .burger-menu {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: 3rem;*/
/*    cursor: pointer;*/
/*    place-content: center;*/
/*}*/

/*header.animate .middle-top-row-left .burger-menu img{*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/
/*header.animate.active-burger .middle-top-row-left .burger-menu img {*/
/*    display: none;*/
/*}*/
/*header.animate.active-burger .bottom-top-row{*/
/*    display: grid;*/
/*}*/
/*header.animate.active-burger .middle-top-row-left .burger-menu svg {*/
/*    height: 14px;*/
/*    width: 14px;*/
/*    stroke-width: calc(1.1px - .1px);*/
/*    display: block;*/
/*    position: absolute;*/
/*    opacity: 1;*/
/*    transform: scale(1);*/
/*    transition-property: transform, opacity;*/
/*    transition-timing-function: ease;*/
/*    transition-duration: .25s;*/
/*}*/
/*header.animate.active-burger .middle-top-row-left .burger-menu:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 2rem;*/
/*    height: 2rem;*/
/*    border-radius: 50%;*/
/*    background-color: rgba(40,40,40, .08);*/
/*    transition: transform .25s ease;*/
/*    transform: scale(1);*/
/*}*/
/*header.animate .middle-top-row-left {*/
/*    display: flex;*/
/*}*/
/*header:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: -1;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: white;*/
    /*background-color: white;*/
/*}*/
@media screen and (hover: hover) {
    /*.cont-bottom-row ul.cont-bottom-row-list>li.bottom-header-link>a:hover span {*/
    /*    background-color: transparent;*/
    /*    background-image: linear-gradient(to top, rgb(210, 213, 217) 0px 0px), linear-gradient(to top, transparent 0px, transparent 0px);*/
    /*    background-repeat: no-repeat;*/
    /*    transition-property: background-size;*/
    /*    transition-timing-function: ease;*/
    /*    transition-duration: .25s;*/
    /*    background-position: left bottom, left bottom;*/
    /*    background-size: 100% .1rem, 100% .1rem;*/
    /*}*/
}
@media screen and (min-width: 750px) {
    /*body {*/
    /*    font-size: 1.6rem;*/
    /*}*/
    /*.header-top-row .container, .middle-top-row .container,.section-text.container, .catalog-section, .bx-catalog-element {*/
    /*    padding: 0 5rem;*/
    /*}*/

}
@media screen and (max-width: 992px) {
    /*.middle-top-row-left a.search-icon,*/
    /*.middle-top-row-right-box:nth-child(2)*/
    /*{*/
    /*    display: none;*/
    /*}*/
    /*.cont-middle-row{*/
    /*    display: grid;*/
    /*    grid-template-columns: 1fr 2fr 1fr;*/
    /*}*/
    /*.middle-top-row-left{*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/
    /*.middle-top-row-right{*/
    /*    display: flex;*/
    /*    justify-content: flex-end;*/
    /*}*/
    /*.middle-top-row-left img {*/
    /*    max-height: 50px;*/
    /*    max-width: none;*/
    /*}*/
    /*.slider-header-top .swiper-slide{*/
    /*    padding-left: 3rem;*/
    /*    padding-right: 3rem;*/
    /*}*/
    /*.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{*/
    /*    padding-right: 0;*/
    /*    padding-left: 0;*/
    /*}*/
}
@media screen and (min-width: 992px) {
    /*.middle-top-row-right a.search-icon*/
    /*{*/
    /*    display: none;*/
    /*}*/
}

.heading, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    /*font-family: 'Cormorant';*/
    font-style: normal;
    font-weight: 400;
    letter-spacing: calc(1.0 * .04rem);
    color: rgb(56, 56, 56);
    line-height: calc(1 + .2/max(1,1.0));
}
.facets__summary{
    list-style-type: none;
}