@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Semibold.eot');
    src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/MyriadPro-Semibold.woff2') format('woff2'), url('fonts/MyriadPro-Semibold.woff') format('woff'), url('fonts/MyriadPro-Semibold.ttf') format('truetype'), url('fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Bold.eot');
    src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/MyriadPro-Bold.woff2') format('woff2'), url('fonts/MyriadPro-Bold.woff') format('woff'), url('fonts/MyriadPro-Bold.ttf') format('truetype'), url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/MyriadPro-Regular.woff2') format('woff2'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corki';
    src: url('fonts/Corki-Tuscan.eot');
    src: url('fonts/Corki-Tuscan.eot?#iefix') format('embedded-opentype'), url('fonts/Corki-Tuscan.woff2') format('woff2'), url('fonts/Corki-Tuscan.woff') format('woff'), url('fonts/Corki-Tuscan.ttf') format('truetype'), url('fonts/Corki-Tuscan.svg#Corki-Tuscan') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.back-br {
    background: #38221D;
}

.header .header__link a,
.header__working_hours,
.header__phone a,
.header .header__element-text {
    color: #fff;
    font-family: Myriad Pro;
    font-size: 16px;
}

.header .header__element {
    display: flex;
}

.header__working_hours svg {
    margin-bottom: -5px;
    margin-right: 5px;
}

.top-container {
    background: #EFDECD;
    background-image: url(/image/catalog/bg_svg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Myriad Pro;
    background: #F1F1F1;
}

a {
    text-decoration: none;
}

p,
li,
a {
    font-size: 14px;
}


/* GRID */

.twelve {
    width: 100%;
}

.eleven {
    width: 91.53%;
}

.ten {
    width: 83.06%;
}

.nine {
    width: 74.6%;
}

.eight {
    width: 66.13%;
}

.seven {
    width: 57.66%;
}

.six {
    width: 49.2%;
}

.five {
    width: 40.73%;
}

.four {
    width: 32.26%;
}

.three {
    width: 23.8%;
}

.two {
    width: 15.33%;
}

.one {
    width: 6.866%;
}


/* COLUMNS */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
    margin-left: 0;
}


/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* ALL */

.row .three {
    padding: 80px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2c3e50;
    color: #fff;
    text-align: center;
}

.hamburger .line {
    width: 21px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger.is-active .line:first-child {
    position: relative;
    top: -2px;
}
.hamburger.is-active .line:last-child {
    position: relative;
    top: 5px;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

#showcase {
    overflow: visible !important;
    visibility: hidden;
    height: 441px;
    padding-top: 55px;
}

#showcase .card {
    width: 280px;
    padding: 12px;
    text-align: center;
}

#showcase .card>a {
    display: block;
    width: 280px;
    height: 120px;
}

#showcase .card img {
    max-width: 100%;
    max-height: 100%;
    margin: 10px 0;
    width: 100%;
    filter: contrast(1.5);
}

#showcase .card h5 {
    margin: 0 0 7px 0;
    font-size: 24px;
}

#showcase .card p {
    font-family: Verdana, sans-serif;
    font-size: 16px;
}

.wr-snav {
    display: flex;
    justify-content: center;
    position: relative;
    top: -80px;
}

.snav {
    width: 53px;
    height: 53px;
    line-height: 16px;
    color: #2B0705;
    background: #5D40381A;
    border: none;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.5s;
    position: relative;
}

.snav:hover {
    background: #5D4038;
}

.snav:hover svg path {
    fill: #fff
}

.snav-left::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 51px;
    right: 0;
    top: 0;
    background: #2B0705;
}

.snav-right::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 51px;
    left: 0;
    top: 0;
    background: #2B0705;
}

.top-container__infoblock {
    background: #EFDECD;
    padding-top: 7px;
    padding-bottom: 15px;
}

.top-container__info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.top-container__item {
    border-radius: 10px;
    opacity: 0px;
    background: #38221D;
    color: #EFDECD;
    display: flex;
    font-family: Myriad Pro;
    font-size: 18px;
    padding: 24px 20px;
    width: 360px;
    height: 102px;
    font-weight: 600;
}

.top-container__item svg {
    margin-right: 25px;
}

.top-container__item span {
    margin: auto 0;
}

.card__text a {
    visibility: hidden;
    opacity: 0;
    font-family: Corki;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #2C2C2C;
}

.card__text {
    margin-top: 85px;
}

.card[style*="scale(1);"] .card__text a {
    display: block;
    opacity: 1;
}

.card[style*="scale(1);"] {
    transform: translate(625px, 152px) scale(1) !important;
}


/*
.card[style*="scale(1);"] img {
    min-height: 175px;
}
*/

.card[style*="scale(0.9"] img,
.card[style*="scale(0.8"] img,
.card[style*="scale(0.7"] img,
.card[style*="scale(0.6"] img {
    opacity: 0.6;
    max-width: 200px !important;
}

.card[style*="scale(0.5"] img {
    opacity: 0.5;
    max-height: 130px !important;
}

.card[style*="scale(0.8"] img {
    max-height: 180px !important;
    height: 94px;
    width: auto !important;
}

.card[style*="scale(0.98"] img {
    min-height: 175px !important;
    opacity: 1;
}

.wr-snav__line {
    display: flex;
    width: 34%;
    justify-content: space-between;
    margin: 0 94px;
    z-index: 500;
}

.wr-snav__line span {
    background: #2C2C2C;
    width: 3px;
    opacity: 0.3;
    position: relative;
}

#line_1,
#line_7 {
    height: 23px;
    top: 15px;
}

#line_2,
#line_6 {
    height: 36px;
    top: 8px;
}

#line_3,
#line_5 {
    height: 40px;
    top: 6px;
}

#line_4 {
    height: 70px;
    background: #FF0000;
}

.cmn-toggle-switch {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 108px;
    height: 96px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 45px;
    left: 18px;
    right: 18px;
    height: 6px;
    background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #fff;
    content: "";
}

.cmn-toggle-switch span::before {
    top: -27px;
}

.cmn-toggle-switch span::after {
    bottom: -27px;
}

.cmn-toggle-switch__htx {
    background-color: #ff3264;
}

.cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}


/* активное состояние, т.е. меню открыто */

.cmn-toggle-switch__htx.active {
    background-color: #cb0032;
}

.cmn-toggle-switch__htx.active span {
    background: none;
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}


/*******************/

.header {
    background: none;
}

.header__logo img {
    min-width: 95px;
}

.header .header__message {
    background: #F1F1F1;
    color: #2C2C2C;
    font-family: Myriad Pro;
    font-size: 16px;
    padding: 8px;
    padding-left: 123px;
    letter-spacing: -1px;
    position: relative;
}

.header__search-block {
    width: 100%;
    position: relative;
}

.header__catalog-btn {
    position: absolute;
    display: flex;
    z-index: 1;
    background: #38221D;
    padding: 11px 20px 11px 24px;
    gap: 15px;
    border-radius: 5px;
    color: #fff;
    font-family: Myriad Pro;
    font-size: 18px;
    top: 5px;
    left: 20px;
}

.header__info-text {
    font-family: Myriad Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    width: 304px;
    margin-left: 1px;
    padding-right: 5px;
    color: #2C2C2C;
}

.header .header__bottom .header__element-text {
    font-family: Myriad Pro;
    font-size: 14px;
    font-weight: 400;
    color: #2B0705;
}

.header__catalog-btn-text {
    margin: auto;
    margin-left: -2px;
}

.header .header__account-icon:after {
    background: url(../image/icons/icon.svg) no-repeat 50% 50%;
}

.header .header__element_cart .header__element-icon:after {
    background: url(../image/icons/icon2.svg) no-repeat 50% 50%;
}

.header .header__element_wishlist .header__element-icon:after {
    background: url(../image/icons/icon3.svg) no-repeat 50% 50%;
    background-size: cover;
}

.header .header__bottom .header__element {
    padding-right: 20px;
}

.header .header__bottom .header__element {
    display: block;
}

.header__element_city svg {
    width: 19px;
    margin-right: 5px;
}

.header__element_city {
    margin-left: 6px;
}

.header__phone svg {
    margin-right: 6px;
}

.header .header__bottom .header__content {
    padding-bottom: 10px;
    width: 97%;
}

.header .header__link a {
    letter-spacing: -0.5px;
}

.header__message2 {
    position: relative;
}

#header__message-close {
    position: absolute;
    z-index: 1;
    width: 21px;
    height: 21px;
    right: 132px;
    top: 1px;
    cursor: pointer;
}

#header__message-close::after {
    content: '';
    height: 1px;
    width: 10px;
    position: absolute;
    background: #000;
    transform: rotate(133deg);
    top: 8px;
}

#header__message-close::before {
    content: '';
    height: 1px;
    width: 10px;
    position: absolute;
    background: #000;
    transform: rotate(226deg);
    top: 8px;
}

.add-to-cart-btn::after {
    content: none !important;
}

.box-heading.box-heading-home {
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 38px;
    color: #2C2C2C;
    display: flex;
}

.retailrocket {
    /*height: 612px !important;*/
}


.rr-widget .rr-widget__title::before {
    content: none !important;
}

.rr-item__mark {
    display: none;
}

.box-heading.box-heading-home>span {
    margin-right: 32px;
}

.slider_small_product .product-card {
    width: 282px;
    margin-right: 30px;
}

.rr-widget.rr-swiper-slide {
    width: 302px !important;
    margin-right: 18px !important;
}

.slider-arr,
.arr__block_brend {
    display: flex;
}

.slider .slider__items .slider__item {
    margin-bottom: 20px;
    width: 173px;
    height: 100px;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 21px;
}
.slider .slider__items {
    margin-right: 20px;
}
.slider .slider__items .slider__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-prev,
.slick-next,
.rr-widget .rr-arrow {
    width: 41px !important;
    height: 41px !important;
    background: #482E271A !important;
    border-right: 1px solid #2B0705 !important;
    position: relative;
    cursor: pointer;
    margin-right: 12px;
    margin-top: 5px;
}
.slider_big + .slider-arr .slick-prev {
    margin-right: 6px;
    margin-top: 14px;
}
.slider_big + .slider-arr .slick-next {
    margin-right: 0px;
    margin-left: 6px;
    margin-top: 14px;
}

.slider_big .slider__item {
    height: 485px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.home .slider_big .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

.slider .slick-prev,
.slider .slick-next {
    width: 45px;
    height: 45px;
    background: none !important;
    border: none !important;
    bottom: 0 !important;
}

.slick-next,
.rr-widget .swiper-next {
    border-right: none !important;
    border-left: 1px solid #2B0705 !important;
}

.slick-prev::before,
.rr-widget .swiper-prev::before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    border-top: 2px solid #2B0705;
    border-right: 2px solid #2B0705;
    transform: rotate(-135deg);
    top: 13px;
    left: 12px;
}

.rr-widget .rr-slider-arrow .swiper-button-disabled {
    opacity: 1 !important;
}

.slick-prev::after,
.rr-widget .swiper-prev::after {
    content: '';
    height: 2px;
    width: 19px;
    background: #2B0705;
    position: absolute;
    top: 18px;
    left: 12px;
}

.slick-next::before,
.rr-widget .swiper-next::before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    border-top: 2px solid #2B0705;
    border-right: 2px solid #2B0705;
    transform: rotate(45deg);
    top: 13px;
    left: 11px;
}

.slick-next::after,
.rr-widget .swiper-next::after {
    content: '';
    height: 2px;
    width: 19px;
    background: #2B0705;
    position: absolute;
    top: 18px;
    left: 6px;
}

.rr-widget .rr-swiper-slide {
    width: 282px !important;
    margin-right: 30px !important;
}

.product-card__rating {
    margin-top: 6px;
}

.product-card__rating svg {
    margin-bottom: -3px;
}

.rr-block-grid {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 5px !important;
}

.rr-widget .rr-item__price {
    color: #38221D;
    font-family: "Myriad Pro";
    font-size: 26px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}
.rr-widget .rr-item__old-price {
    color: #848484;
    font-family: "Myriad Pro";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.arrows_slider,
.slider-arr-video {
    display: flex;
}

.rr-widget .rr-item__disc,
.product-card .product-card__discount-sticker {
    background: #83CA00!important;
    color: var(--white, #FFF);
    font-family: "Myriad Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 2px !important;
    margin-left: auto;
    margin-left: 10px;
    color: #fff;
    padding: 3px 8px;
    height: 22px;
}

.rr-widget .rr-item__block-price {
    margin-bottom: 7px !important;
    margin-top: 2px;
}

.rr-block-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.rr-widget .rr-item__article {
    text-align: end;
}

.rr-widget .rr-item__label.rr-item__label-hit,
.product-stickers .product-stickers_sticker_bestseller,
.rr-item__label.rr-item__label-new {
    background: #88D200 !important;
    font-family: "Myriad Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 2px;
    width: 55px;
    height: 25px;
    padding: 5px 0px !important;
    text-align: center;
}
.rr-widget .rr-item__label.rr-item__label-hit {
    background: #0071BD !important;
}
.rr-widget .rr-item__label.rr-item__label-new {
    background: #74B300 !important;
}


.product-card .product-card__discount-sticker {
    left: 0;
    right: unset;
}

.footer__center {
    display: flex;
    padding: 19px 80px 0px 72px;
    width: 100%;
    justify-content: space-between;
}

.footer__links-title {
    font-family: "Myriad Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 36px;
}

.footer__right .footer__links-title {
    margin-bottom: 40px;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 20px;
}

.footer__links-block {
    display: flex;
}

.rr-product-card__stock-title {
    display: none !important;
}

.rr-product-card__stock {
    display: none !important;
}

.rr-product-card__stock:first-child {
    display: block !important;
}

.rr-widget .rr-item__actions .rr-item__actions-buy::before {
    position: absolute;
    content: url(/image/catalog/icon/free-icon-shopping-cart.svg);
    left: 60px;
    width: 23px;
    height: 22px;
}
.rr-widget .rr-item__actions .rr-item__actions-buy:hover::before {
    content: url(/image/catalog/icon/free-icon-shopping-cart-hover.svg);
}

.rr-widget .rr-item__actions .rr-item__actions-buy {
    width: 100% !important;
    border-radius: 0 !important;
    position: relative;
    padding: 12px 62px 13px !important;
    color: #fff !important;
    display: block !important;
    text-align: right !important;
    font-family: "Myriad Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

.rr-widget .rr-item__is-available::before,
.product-card .product-card__stock .status-available:before {
    background: #74B300 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 25px !important;
}

.rr-widget.rr-item__actions-wishlist {
    width: 35px !important;
    height: 35px !important;
    top: 10px !important;
    right: 10px !important;
}

.slider {
    position: relative;
}

.slider-arr .slick-dots {
    position: initial;
}

.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0px 4px;
}

.slick-dots li button:before {
    border: 1px solid #fff;
    background: #FFFFFF66;
}

.slick-dots .slick-active {
    width: 19px !important;
}

.slick-active:before,
.slider .slick-prev::after,
.slider .slick-next::after {
    background: #FFFFFF;
}

.slider .slick-prev::before,
.slider .slick-next::before {
    border-color: #FFFFFF;
}

.page-text {
    display: none;
}

.img__block img {
    width: 100%;
}

.slider__title {
    margin-top: 60px;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}
.slider__title.slider__title7_mar{
    margin-top: 30px;
    margin-bottom: 50px;
}

.rr-widget.rr-active {
    margin-top: 60px !important;
}

.map__block {
    position: relative;
}

.map__block-info {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.map__block-item {
    background: #EFDECD;
    padding: 20px;
    display: flex;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 419px;
}

.map__block-title {
    font-family: Myriad Pro;
    font-size: 18px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 10px;
}

.address {
    cursor: pointer;
}

.address:hover {
    color: #2B0705;
}

.address.active {
    border-bottom: 1px solid;
}

.map__block-text {
    margin-left: 19px;
}

.map__block-infotext,
.map__block-infotext a {
    color: #2C2C2C;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 18px;
}

.about__block {
    background: url(/image/catalog/banners-desktop/pic_banner_company.png);
    padding: 60px;
    margin-bottom: 30px;
    margin-top: 60px;
    border-radius: 10px;
}

.about__info {
    width: 687px;
    height: 510px;
    top: 35px;
    left: 35px;
    gap: 40px;
    border-radius: 10px;
    padding: 30px;
    border-left-width: 1px;
    background: #EFDECD;
}

.about__head-title {
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 38px;
    line-height: 36px;
    letter-spacing: 0%;
    align-items: center;
    display: flex;
    margin-left: 39px;
}

.about__head {
    display: flex;
    margin-bottom: 40px;
}

.about__text p {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}

.stickers {
    position: absolute;
    right: 15px;
    top: 15px;
}

.stickers span,
.sticker_percent {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left: 3px;
    color: #fff;
    padding: 5px 12px;
}

.stickers span.sticker_bestseller {
    background: rgba(0, 113, 189, 1);
}

.stickers span.sticker_new {
    background: rgba(116, 179, 0, 1);
}

.about__text {
    margin-bottom: 30px;
}

.btn_main a {
    border: 1px solid #38221D;
    color: #38221D;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 5px;
    border-width: 1px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.about__bottom .btn_main a {
    width: 195px;
    height: 62px;
    display: block;
    text-align: center;
    padding: 20px 0px;
}

.advantages__block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.advantages__item {
    background: #EFDECD;
    padding: 20px;
    border-radius: 10px;
    color: #2B0705;
    text-align: center;
}

.advantages__item-title {
    color: #38221D;
    font-family: "Myriad Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.advantages__item-text {
    color: #38221D;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.h2__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

h2 {
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 38px;
}

.reviews__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.reviews__item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

.reviews__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviews__header-name {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 20px;
    line-height: 19.2px;
    letter-spacing: 0%;
    color: #2C2C2C;
    margin-bottom: 7px;
}

/* .slick-prev[aria-disabled="true"]::before, */
.slick-next[aria-disabled="true"]::before,
.slick-prev:hover::before,
.slick-next:hover::before {
    border-color: rgba(255, 255, 255, 1);
}

/* .slick-prev[aria-disabled="true"]::after, */
.slick-next[aria-disabled="true"]::after,
.slick-prev:hover::after,
.slick-next:hover::after {
    background: rgba(255, 255, 255, 1);
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(56, 34, 29, 1) !important;
}

.reviews__header-stars {
    display: flex;
}

.reviews__header-stars svg {
    margin-right: 5px;
}

.reviews__header-text {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 19.2px;
    letter-spacing: 0%;
}

.reviews__header_img {
    margin-right: 25px;
}

.map__block {
    margin-bottom: 60px;
}

.slider_video .slider__item {
    width: 490px !important;
    height: 372px;
    margin-right: 30px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin-top: 24px;
}

.slider_video .slider__item iframe {
    width: 490px !important;
    margin: 0 -20px;
}

.slider_video .slider__item p {
    margin-top: 0;
    padding: 0px 20px 0px 20px;
    font-size: 20px;
    font-weight: 600;
}

ul.footer__pay {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-top: 66px;
    margin-bottom: 22px;
}

ul.footer__pay li {
    list-style-type: none;
    margin-right: 22px;
}

ul.footer__pay li:nth-child(2) svg {
    height: 40px;
    margin-top: -10px;
}

ul.footer__pay li:nth-child(3) svg {
    height: 39px;
    margin-top: -8px;
}

ul.footer__pay li:nth-child(3) {
    margin-right: 14px;
}

ul.footer__pay li:nth-child(4) svg {
    height: 25px;
}

ul.footer__pay li:nth-child(5) svg {
    height: 25px;
}

.footer__kalashnikov span {
    display: block;
    margin-bottom: 4px;
}

.menu-categories__item-children-title {
    display: flex;
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 24px;
    color: #2C2C2C;
    margin-bottom: 10px;
}

.menu-categories__item-title-link a {
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #805C53;
}

.menu-categories__groups .menu-categories__group-items {
    column-count: 3;
}

.menu-categories__groups {
    width: 100%;
}

.menu-categories__item-children-title a {
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 16px;
    opacity: 0.6;
    position: relative;
}

.menu-categories__item-children-title a::after {
    content: '';
    border-right: 1px solid #38221D;
    border-top: 1px solid #38221D;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 8px;
    right: -9px;
}

.menu-categories__item-title-link {
    margin-left: 10px;
}

.menu-categories__groups-main {
    display: flex;
}

.anchor-menu a {
    color: #38221d;
}

.rr-item__top {
    position: relative;
}

.rr-block-grid {
    position: absolute;
    width: 100%;
    bottom: 34px;
}

.rr-item__image {
    padding-bottom: 35px !important;
}

.rr-item__top .rr-block-grid:last-child {
    bottom: 0;
    position: relative;
    margin-top: 17px;
    margin-bottom: 8px !important;
}

.product-images {
    position: relative;
}

.product-ikons-left .stickers {
    position: absolute;
    right: auto;
    left: 0px;
    top: auto;
    bottom: 15px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.product-ikons-left .stickers span {
    padding: 5px 12px;
    min-width: 55px;
    text-align: center;
    display: block;
    margin-left: 0px;
}

.product-slider {
    /* position: relative; */
    overflow: hidden;
    width: 100%;
}

.slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    /* Сохраняем квадратное соотношение */
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
}

.slider-track .slide {
    min-width: 100%;
    height: 100%;
}

.slider-track .slide img {
    width: 100%;
    height: auto;
    max-width: 160px;
    margin: auto;
}

.product-card .slider-dots {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    position: absolute;
    bottom: -18px;
    width: 100%;
}

.product-card .slider-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 3px;
    cursor: pointer;
}

.product-card .slider-dot.active {
    background: rgba(56, 34, 29, 1);
}
.reviews .h2__block {
    align-items: center;
}
.reviews .h2__block .btn_main a{
    font-size: 18px;
    padding: 18px 30px 19px;
    color: #2C2C2C;
    border-color: #2C2C2C;
    display: block;
}
.reviews .reviews__header-text {
    color: #060A16;
}
/* new card carousel */
.card_d img {
    object-fit: contain;
    min-height: 110px;
    max-width: 200px;
    opacity: 1;
    transition: .4s;
    filter: contrast(1.5);
}
.card_d img[src="/image/catalog/icon/6.svg"] {
    max-width: 290px;
}
.card_d .card__text a {
    transition: opacity .3s, delay .1s;
}
.card_d[style*="scale(1);"] .card__text a {
    visibility: visible;
    opacity: 1;
}
.card_d[style*="scale(1);"] .card__text {
    margin-top: 0px;
    position: relative;
    top: 130px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: auto;
    text-align: center;
}

.card_d[style*="scale(0.9"] img,
.card_d[style*="scale(0.8"] img,
.card_d[style*="scale(0.7"] img,
.card_d[style*="scale(0.6"] img  {
    opacity: 0.6;
}
.card_d[style*="scale(0.8"] img,
.card_d[style*="scale(0.7"] img,
.card_d[style*="scale(0.6"] img  {
    max-width: 160px;
}


/* new card carousel end */

@media screen and (max-width: 1679.9px) {
    .container {
        width: 1230px;
        max-width: 1230px;
        min-width: 1230px;
    }
    .slider_small_product .product-card,
    .rr-widget .rr-swiper-slide {
        width: 222px !important;
        margin-right: 30px !important;
    }
    .rr-widget .rr-item {
        width: 222px !important;
    }
    .slider_small .slider__item a {
        height: 285px;
        width: 285px;
    }
    .main-image-container {
        width: 306px;
        min-width: 306px;
        height: 402px;
    }
}

.rr-widget .rr-item__actions .rr-item__actions-buy,
.product-card .product-card__cart {
    border-radius: 3px !important;
}
.home .rr-widget .rr-item__title {
    min-height: 44px;
    max-height: 44px !important;
}
@media screen and (max-width: 1440px) {
    .home .rr-widget .rr-item__title {
        font-size: 16px !important;
    }
}

/* gifts */
.product-ikons-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.popup-product-gifts {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 262px;
  min-width: 262px;
  max-width: 100%;
}
.popup-product-gifts {
  top: 43px;
  left: 15px;
}
.popup-product-gifts .product-gifts__title {
  color: #2c2c2c;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.8;
}
.popup-product-gifts .product-gifts__text {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #2c2c2c;
  font-family: "Myriad Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-gifts__item-price {
  margin-top: 10px;
}
.popup-product-gifts .product-gifts__item {
  padding: 10px;
  margin-top: 5px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
.popup-product-gifts .product-gifts__item-image {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}
.popup-product-gifts .product-gifts__item-image img {
  width: 47px;
  height: 37px;
}
.popup-product-gifts .product-gifts__item-name a {
  color: #2c2c2c;
  font-family: "Myriad Pro";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-product-gifts .product-gifts__item-old-price {
  color: #38221d;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.popup-product-gifts .product-gifts__item-new-price {
  color: #74b300;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-gifts__item {
  display: flex;
  align-items: flex-start;
}
.product-gifts__item-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-gifts__item-price {
  display: flex;
  justify-content: space-between;
}
/* gifts end */

/* fixes */
.rr-widget .rr-item__image {
    min-height: 336px;
    padding-bottom: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-images {
    min-height: 336px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.retailrocket-markup-block .rr-widget .rr-widget__title {
    font-family: "Myriad Pro";
    font-weight: 600 !important;
    font-size: 38px !important;
    text-align: left !important;
    text-transform: initial !important;
    line-height: normal !important;
}
.products__card .product-card .product-images .product-slider .slider-track .slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card__rating {
    color:  #848484;
    font-family: "Myriad Pro";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}
.product-card .product-card__sku,
.rr-block-grid .rr-item__article {
    color: #2C2C2C;
    font-family: "Myriad Pro";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px !important;
}
.retailrocket-markup-block .rr-widget .rr-item__content {
    height: auto !important;
    margin-bottom: 5px !important;
}
.retailrocket-markup-block .rr-widget .rr-item {
    padding: 15px 15px !important;
    border: unset !important;
    border-radius: 10px;
}
.rr-widget .rr-item__labels {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.retailrocket-markup-block .rr-widget .rr-widget__title {
    margin-bottom: 30px !important;
}
.slider .slider_big + .slider-arr {
    position: absolute;
    bottom: 28px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.rr-widget .rr-item__is-available {
    color: #74B300 !important;
}
.rr-widget .rr-slider-arrow {
    margin-bottom: 0px !important;
    margin-left: 40px !important;
    position: relative;
    top: 23px;
}

@media screen and (max-width: 1679px) {
    .slider_big .slider__item {
        height: 425px;
    }
    .top-container__item{
        width: 285px;
        font-size: 16px;
        letter-spacing: -0.3px;
    }
    .box-heading.box-heading-home {
        font-size: 30px;
    }
    .retailrocket-markup-block .rr-widget .rr-widget__title {
        font-size: 30px !important;
    }
    .product-images,
    .rr-widget .rr-item__image {
        min-height: 256px;
    }
    .product-card .product-card__name a {
        font-size: 16px;
    }
    .home .rr-widget .rr-item__title {
        min-height: 57px;
        max-height: 57px !important;
    }
    .product-card .product-card__name {
        height: 57px;
    }
    .product-card .product-card__price {
        font-size: 24px;
        letter-spacing: -0.5px;
    }
    .rr-widget .rr-item__price {
        font-size: 24px !important;
        letter-spacing: -0.5px;
    }
    .rr-widget .rr-item__old-price {
        font-size: 18px !important;
        margin-left: 0px !important;
        letter-spacing: -0.4px;
    }
    .product-card__old-price {
        font-size: 18px;
    }
    .product-card .product-card__cart {
        padding: 10px 20px 11px;
    }
    .rr-widget .rr-item__actions .rr-item__actions-buy {
        padding: 10px 32px 11px !important;
    }
    .product-card .product-card__buttons {
        margin-top: unset;
    }
    .product-card .product-card__sku-rating {
        margin-top: 10px;
    }
    .product-card .product-card__prices {
        margin-bottom: 3px;
        justify-content: space-between;
    }
    .product-card .product-card__stocks {
        margin-bottom: 5px;
    }
    .slider_small_product .product-card, .rr-widget .rr-swiper-slide {
        height: auto;
    }
    .rr-widget.rr-active {
        margin-top: 0px !important;
        margin-bottom: 40px !important;
    }
    .retailrocket-markup-block .rr-widget .rr-widget__title {
        margin-bottom: 33px !important;
    }
    .rr-widget .rr-item__block-price {
        margin-bottom: -3px !important;
        justify-content: space-between !important;
    }
    .retailrocket-markup-block .rr-widget .rr-item__content {
        margin-bottom: 0px !important;
    }
    .rr-widget .rr-item__actions .rr-item__actions-buy::before {
        left: 32px;
    }
    .product-carousel {
        margin-bottom: 30px;
    }
    .rr-widget .rr-slider-arrow {
        margin-left: 38px !important;
        top: 21px;
    }
    .rr-widget[data-s="61b9888997a5250c7cee2c6f"].rr-active {
        margin-top: 55px !important;
    }
    .slider_small_brend.slider .slider__items {
        margin-right: 30px;
        display: flex !important;
        gap: 30px;
    }
    .slider .slider__items .slider__item {
        margin-bottom: 0px; 
    }
    .slider__title.slider__title7_mar {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .slider_video .slider__item {
        width: 390px !important;
        height: 331px;
        margin-top: 7px;
    }
    .slider_video .slider__item p {
        padding: 5px 15px 5px 15px;
        font-size: 20px;
        margin: 0px;
        font-size: 18px;
    }
    .slider_video .slider__item iframe {
        margin: -5px -15px;
        width: 390px !important;
        height: 235px;
    }
    .about__block {
        padding: 35px;
    }
    .about__head-title {
        font-size: 30px;
    }
    .about__text p {
        font-size: 16px;
    }
    .about__info {
        width: 551px;
        height: 483px;
    }
    .about__bottom .btn_main a {
        height: 49px;
        padding: 14px 0px;
    }
    .advantages__item-title {
        font-size: 40px;
        line-height: normal;
    }
    .advantages__item-text {
        max-width: 78%;
        margin: 8px auto 0px;
    }
    .reviews .h2__block .btn_main a {
        padding: 13px 30px 14px;
    }
    .reviews__item {
        padding: 15px;
    }
    .reviews__header-text {
        font-size: 16px;
    }
    .reviews__header_img img {
        width: 50px;
        height: 50px;
    }
    .reviews__header_img {
        margin-right: 15px;
    }
    .reviews__header-name {
        font-size: 16px;    
    }
    .reviews__header {
        margin-bottom: 10px;
    }
    .map__block-item {
        margin-bottom: 10px;
    }
    ul.footer__pay {
        flex-wrap: wrap;
        width: 177px;
        max-width: 100%;
    }
    .footer__links-title {
        font-size: 22px;
    }
    .footer__phone a {
        font-size: 20px;
    }
}