/* ========================================================================
   Стили шрифтов / Font styles
======================================================================== */
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.ttf?szpmzq') format('truetype'),
    url('../fonts/iconfont.woff?szpmzq') format('woff'),
    url('../fonts/iconfont.svg?szpmzq#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-magnifying-glass-searcher:before {
    content: "\e907";
}

.icon-map-marker:before {
    content: "\e904";
}

.icon-phone-receiver:before {
    content: "\e905";
}

.icon-file:before {
    content: "\e906";
}

.icon-magnifying-glass:before {
    content: "\e903";
}

.icon-left-arrow:before {
    content: "\e902";
}

.icon-shopping-basket:before {
    content: "\e900";
}

.icon-facebook-placeholder-for-locate-places-on-maps:before {
    content: "\e901";
}

/* ========================================================================
   Общие стили / Common styles
======================================================================== */
body {
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}

a, a:hover, a:focus {
    text-decoration: none;
    transition: all 0.2s ease;
}

a, a:focus {
    color: #000;
    border-bottom: 1px solid #ffb100;
    /* text-decoration: underline;
	text-decoration-color: #ffb100; */
}

a:hover {
    color: #ffb100;
    border-color: transparent;
}

img {
    max-width: 100%;
}

.text-smaller {
    font-size: 12px;
    line-height: 14px;
}

.text-small {
    font-size: 13px;
    line-height: 16px;
}

.text-usual {
    font-size: 14px;
    line-height: 18px;
}

.text-large {
    font-size: 16px;
    line-height: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 0;
}

h4,
.h4,
.text-large {
    font-size: 18px;
    line-height: 24px;
}

h3,
.h3 {
    font-size: 20px;
    line-height: 26px;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 32px;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 40px;
}

p,
p.h1,
p.h2,
p.h3,
p.h4 {
    margin-bottom: 20px;
}

.text-contrast {
    color: #fff;
}

.text-murky,
.text-murky:focus {
    color: #241b14;
}

.text-yellow,
.text-yellow:focus {
    color: #ffb100;
}

.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 600;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-top-medium {
    margin-top: 15px;
}

.margin-bottom-medium {
    margin-bottom: 15px;
}

.margin-top-large {
    margin-top: 40px;
}

.margin-bottom-large {
    margin-bottom: 40px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

sup {
    font-size: 70%;
    margin-left: 3px;
}

hr {
    border-color: #dcdcdc;
}

.text-bordered {
    padding-left: 30px;
    margin-bottom: 50px;
    border-left: 1px solid #ffb100;
}

/*Кнопки*/
.button {
    line-height: 48px;
    padding: 0 40px;
    display: inline-block;
    background: #f7ab00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    border-radius: 3px;
    border: none;
}

.button:focus {
    color: #fff;
    border: none;
}

.button:hover {
    background: #e29315;
    color: #fff;
}

.button-wite-hover:hover {
    background: #fff;
    color: #241b14;
}

.button-small {
    line-height: 34px;
    padding: 0 18px;
    font-size: 13px;
    border-radius: 3px;
}

.button-gray {
    background: #f4f5f5;
    padding: 0 80px;
    color: #241b14;
    line-height: 42px;
}

.button-gray:hover {
    color: #241b14;
    background: #dbdede;
}

.button_full-width {
    width: 100%;
    line-height: 42px;
    font-size: 15px;
}

/*Формы*/
::-webkit-input-placeholder {
    color: #1f1f1f;
    opacity: 1;
    transition: 0.2s ease
}

::-moz-placeholder {
    color: #1f1f1f;
    opacity: 1;
    transition: 0.2s ease
}

:-moz-placeholder {
    color: #1f1f1f;
    opacity: 1;
    transition: 0.2s ease
}

:-ms-input-placeholder {
    color: #1f1f1f;
    opacity: 1;
    transition: 0.2s ease
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: 0.2s ease
}

:focus::-moz-placeholder {
    opacity: 0;
    transition: 0.2s ease
}

:focus:-moz-placeholder {
    opacity: 0;
    transition: 0.2s ease
}

:focus:-ms-input-placeholder {
    opacity: 0;
    transition: 0.2s ease
}

form input,
form textarea,
.form-input {
    height: 30px;
    line-height: 30px;
    border: none;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #a6a6a6;
    padding-left: 10px;
    width: 100%;
}

form textarea {
    height: 90px;
}

form input + input,
form input + textarea,
form textarea + input,
form button + input,
form input + button {
    margin-top: 15px;
}

.search input {
    border: none;
}

.search button {
    margin: 0;
}

.search-page-form {
    max-width: 410px;
}

.search-page .form-search-button {
    margin-top: 0;
}

.modal .form {
    padding: 20px;
}

.form__title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.form label {
    display: block;
    margin-bottom: 10px;
}

.form__label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #7f7b79;
    display: block;
    margin-bottom: 5px;
}

.form input {
    height: 40px;
    width: 100%;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    transition: all 0.3s ease;
}

.form textarea {
    width: 100%;
    height: 100px;
    min-height: 100px;
    padding: 5px 10px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    max-width: 100%;
    resize: none;
    transition: all 0.3s ease;
}

.form input:focus,
.form textarea:focus {
    border-color: #ffb100;
}

.form__button-wrap {
    margin-top: 20px;
    text-align: center;
}

/* ========================================================================
  Стили шапки/ Header styles
======================================================================== */
.header {
    background: #f6f6f6;
    padding-top: 10px;
}

.header__row {
    background: #646464;
    background: -moz-linear-gradient(top, #646464 0%, #797979 12%, #5c5c5c 100%);
    background: -webkit-linear-gradient(top, #646464 0%, #797979 12%, #5c5c5c 100%);
    background: linear-gradient(to bottom, #646464 0%, #797979 12%, #5c5c5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646464', endColorstr='#5c5c5c', GradientType=0);
    padding: 0 15px;
    position: relative;
    /*padding-bottom: 5px;*/
}

.header__logo {
    padding: 10px 0;
    border: none;
    min-height: 60px;
    display: inline-block;
}

.header__logo-text {
    color: white;
    font-size: 11px;
    display: block;
    white-space: nowrap;
    margin-top: -12px;
}

.navbar {
    padding: 0;
}

.navbar,
.header__row [class*=col-] {
    position: initial;
}

.navbar-wrapper {
    width: 100%;
    height: 100%;
}

.desktop-navbar-wrapper {
    width: 100%;
    height: 100%;
}

.navbar-toggler {
    display: none;
    width: 50px;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    background: transparent;
    position: relative;
    outline: none !important;
}

.navbar-toggler span {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler span + span {
    margin-top: 6px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: rotate(-45deg);
    top: 9px;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(45deg);
    top: -9px;
}

.navbar-collapse,
.navbar-nav {
    height: 100%;
}

.mobile-search-cart-menu {
    display: none;
}

.navbar-nav li {
    display: flex;
}

.navbar-nav li:before,
.navbar-nav li:last-child:after {
    content: "";
    height: 100%;
    width: 1px;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}

.navbar-nav a {
    color: #fff;
    border: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 21px;
    height: 100%;
    font-weight: 700;
    position: relative;
    font-size: 13px;
}

.navbar-nav a:after {
    content: "";
    background: #444444;
    background: -moz-linear-gradient(top, #444444 0%, #696969 23%, #5d5d5d 87%, #4b4b4b 100%);
    background: -webkit-linear-gradient(top, #444444 0%, #696969 23%, #5d5d5d 87%, #4b4b4b 100%);
    background: linear-gradient(to bottom, #444444 0%, #696969 23%, #5d5d5d 87%, #4b4b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#4b4b4b', GradientType=0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.navbar-nav a:hover:after,
.navbar-nav .active a:after {
    opacity: 1;
}

.navbar-nav a span {
    white-space: nowrap;
    position: relative;
    z-index: 2
}

.navbar-nav .submenu__list a span {
    white-space: normal;
    position: relative;
    z-index: 2
}

.navbar-nav a:hover span,
.navbar-nav .active a span {
    text-decoration: underline;
    text-decoration-color: #ffb100;
    /* border-color: #ffb100; */
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    border: 1px solid #e6e6e6;
    color: #241b14;
    padding: 20px 30px 10px;
    opacity: 0;
    visibility: hidden;
    left: -100vw;
    transition: opacity 0.3s ease;
    z-index: 11;
}

.navbar-nav .parent:hover .submenu {
    /*left: 0;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease;*/
}

.submenu__item {
    padding-top: 30px;
    margin-bottom: 30px;
}

.submenu__list {
    padding: 0;
    margin: 0;
}

.submenu__list_double {
    display: flex;
    flex-wrap: wrap;
}

.submenu__list_double li {
    width: 50%;
}

.submenu__list li + li {
    margin-top: 7px;
}

.submenu a {
    color: #241b14;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    transition: color 0.2s ease;
}

.submenu__title,
.submenu__title a {
    font-weight: 700;
    margin-bottom: 15px;
}

.submenu__title_large,
.submenu__title_large a {
    font-size: 16px;
}

.submenu a:hover {
    color: #ffb100;
}

.submenu a:after {
    content: none;
}

.submenu a span {
    /* border-bottom: 1px solid #ffb100;
	transition: border 0.2s ease; */
    text-decoration: underline;
    text-decoration-color: #ffb100;
}

.submenu a:hover span {
    text-decoration: none;
}

.header__cart {
    padding: 0 10px 0 20px;
    border: none;
}

.header__cart:hover {
    color: #fff;
}

.header__cart:focus {
    border: none;
}

.header__cart-count {
    padding-right: 30px;
    position: relative;
}

.header-compare__wrapper {
    display: flex;
    align-items: center;
}

.toggle-video-btn {
    width: 171px;
    height: 36px;
    padding: 8px 12px;
    border-radius: 3px;
    background: #3373A4;
    display: flex;
    align-items: center;
    border: none;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.header-compare__wrapper i {
    font-style: normal;
}

.header-compare-item {
    position: relative;
    padding: 0;
}

.header__cart-icon:after {
    content: "\e900";
    font-family: 'iconfont', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #ffb200;
    transition: all 0.3s ease;
}

.header__cart:hover .header__cart-icon:after {
    color: #fff;
}

.header__cart-icon-label {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 21px;
    border-radius: 100%;
    transition: background 0.3s ease;
}

.header__cart:hover .header__cart-icon-label {
    background: #ffb100;
}

.header__cart-info-count {
    border-bottom: 1px solid #ffb100;
    transition: all 0.3s ease;
}

.header__cart:hover .header__cart-info-count {
    border-color: transparent;
    color: #ffb100;
}

/* ========================================================================
  Стили блока категорий / Categories block styles
======================================================================== */
.catblock {
    padding: 20px 0;
    background-image: url(../images/catalog-block-bg.png);
    background-repeat: no-repeat;
    background-position: center 50px;
    background-color: #f6f6f6;
}

.catblock__categories-subtitle {
    position: relative;
    margin-left: 40px;
    padding-top: 3px;
}

.catblock__categories-subtitle:after {
    content: "\e902";
    font-family: 'iconfont', sans-serif;
    font-size: 13px;
    display: inline-block;
    transform: rotate(180deg);
    color: #ffb200;
    font-weight: 900;
}

.catblock__categories-subtitle a {
    border-bottom: none;
    color: #241b14;
}

.catblock__categories .row {
    margin-left: -5px;
    margin-right: -5px;
}

.catblock__categories .col {
    padding-left: 5px;
    padding-right: 5px;
}

.catblock__categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px -7px 0;
}

.catblock__categories-item-wrap {
    width: 20%;
    padding: 0 7px;
    box-sizing: border-box;
}

.catblock__categories-item-wrap_large {
    width: 40%;
}

.catblock__categories-item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px 20px;
    border: none;
    margin-bottom: 14px;
    position: relative;
}

.catblock__categories-item:hover {
    -webkit-box-shadow: -2px 0px 15px 5px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: -2px 0px 15px 5px rgba(0, 0, 0, 0.21);
    box-shadow: -2px 0px 15px 5px rgba(0, 0, 0, 0.21);
}

.catblock__categories-item:focus {
    border: none;
}

.catblock__categories-item-img {
    min-height: 250px;
}

.catblock__categories-item-ttl {
    margin-top: 10px;
    min-height: 50px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.catblock__categories-item-ttl span {
    border-bottom: 1px solid #ffb100;
    transition: all 0.3s ease;
}

.catblock__categories-item-small {
    padding: 12px 5px 23px;
}

.catblock__categories-item-small .catblock__categories-item-img {
    min-height: 80px;
    height: 80px;
}

.catblock__categories-item-small .catblock__categories-item-img img {
    max-width: 100%;
    max-height: 100%;
}

.catblock__categories-item-small .catblock__categories-item-ttl {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    min-height: 40px;
    margin-top: 8px;
}

.catblock__best {
    padding-left: 30px;
}

.catblock__best-title {
    line-height: 32px;
}

.best-deals-slider, .best-block-slider-wrapper {
    margin-bottom: 40px;
}

.catblock__best-slider {
    margin-top: 20px;
}

.catblock__best-slider .slick-dots button, .catblock__best-block .slick-dots button {
    background-color: #8080807a;
}

.catblock__best-slider li.slick-active button, .catblock__best-block li.slick-active button {
    background-color: #5f5f5f;
}

.catblock__best-slider .slick-slide, .catblock__best-hits-slider .slick-slide {
    margin: 0 20px;
}

.catblock__best-block .catblock__best-title, .best-deals-slider .catblock__best-title {
    margin: 0 20px;
}

.catblock__best-slider .slick-prev, .catblock__best-hits-slider .slick-prev {
    left: -45px;
}

.catblock__best-slider .slick-next, .catblock__best-hits-slider .slick-next {
    right: -45px;
}

@media screen and (max-width: 768px) {
    .catblock__best-hits-slider .slick-prev {
        left: -8px;
    }

    .catblock__best-hits-slider .slick-next {
        right: 15px;
    }
}

@media screen and (max-width: 425px) {
    .catblock__best-hits-slider .slick-prev {
        left: 16px;
    }
}

@media screen and (max-width: 375px) {
    .catblock__best-slider .slick-prev,
    .catblock__best-hits-slider .slick-prev,
    .catblock__best-slider .slick-next,
    .catblock__best-hits-slider .slick-next {
        background-color: transparent;
    }

    .catblock__best-slider .slick-prev {
        left: -25px;
    }

    .catblock__best-hits-slider .slick-prev {

    }

    .catblock__best-slider .slick-next {
        right: -25px;
    }

    .catblock__best-hits-slider .slick-next {
    }
}

.catblock__best-slide,
.catblock__best-slide:focus {
    border-bottom: none;
}

.slick-slider img {
    width: 100%;
}

.main-home-slider .slick-slider img {
    min-height: 408px;
    object-fit: cover;
}

.main-home-slider .slider-content {
    /* height: 100%; */
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 0px 8px;
    text-align: left;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-home-slider .slick-arrow {
    background-color: transparent;
    height: 48px;
    width: 48px;
    top: 50%;
}

.main-home-slider .slick-prev {
    left: 50px;
}

.main-home-slider .slick-next {
    right: 50px;
}

@media screen and (max-width: 1440px) {
    .main-home-slider .slick-prev {
        left: 5px;
    }

    .main-home-slider .slick-next {
        right: 5px;
    }
}

.main-home-slider .slick-arrow:before {
    color: #FFFFFF;
    font-size: 32px;
    position: static;
}

.main-home-slider .slick-dots button {
    transform: scale(2);
    opacity: 0.56;
}

.main-home-slider .slick-dots .slick-active button {
    opacity: 1;
}

.main-home-slider .slider-title {
    font-size: 32px;
    font-weight: 700;
    max-width: 408px;
    line-height: 43.58px;
    margin-bottom: 15px;
}

.main-home-slider .slider-title a {
    border: none;
    color: #FFFFFF;
}

.main-home-slider li:not(:last-child) {
    margin-right: 10px;
}

.main-home-slider .slider-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.43px;
    margin-bottom: 15px;
}

.main-home-slider .btn-link-wrapper {
    /*width: 240px;
    height: 48px;*/
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
    background: #ffb100;
    border: none;
}

.main-home-slider .btn-link-wrapper:hover {
    background: #fff;
}

.main-home-slider .btn-link-wrapper:hover a {
    color: #241b14;
}

.main-home-slider .btn-link-wrapper a {
    font-weight: 700;
    font-size: 16px;
    color: white;
    border: none;
    padding: 12px 40px;
    display: block;
    width: 100%;
}

.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
}

.slick-dots li + li {
    margin-left: 10px;
}

.slick-dots button {
    width: 8px;
    height: 8px;
    display: inline-block;
    padding: 0;
    background: #fff;
    border: none;
    font-size: 0;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    transform: scale(2);
}

.catblock__best-hits-slider {
    /*-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);*/
    /*-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);*/
    /*box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);*/
}

.catblock__best-hits-slide {
    background: #fff;
}

.catblock__best-hits-slide-img {
    padding: 7px 0 15px;
    position: relative;
}

.catblock__best-hits-slide-img img {
    width: auto;
    margin: 0 auto;
}

.slick-arrow {
    background: #f3f5f5;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 35%;
    border: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    z-index: 2;
    outline: none !important;
    cursor: pointer;
}

.slick-prev {
    left: 0;
}

.slick-next {
    transform: rotate(180deg);
    right: 0;
}

.slick-arrow:before {
    content: "\e902";
    font-family: 'iconfont', sans-serif;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    color: #111;
    outline: none;
    transition: all 0.3s ease;
}

.slick-arrow:hover:before {
    color: #ffb100;
}

.slick-arrow-simple {
    background: transparent;
    width: 35px;
    height: 35px;
    top: 50%;
    margin-top: -19px;
}

.slick-prev.slick-arrow-simple {
    left: -40px;
}

.slick-next.slick-arrow-simple {
    right: -40px;
}

.slick-arrow-simple:before {
    color: #d0d2d2;
    font-size: 32px;
    margin: -16px 0 0 0;
    left: 0;
}

.catblock__best-block + .catblock__best-block {
    margin-top: 32px;
}

.catblock__best-hits-slider {
    margin-top: 20px;
}

.catblock__best-hits-slide {
    padding-bottom: 20px;
}

.catblock__best-hits-slide-title {
    padding: 0 20px;
    margin-bottom: 15px;
}

.catblock__best-hits-slide-title a {
    color: #241b14;
}

.catblock__best-hits-slide-instock,
.catblock__best-hits-slide-oldprice,
.catblock__best-hits-slide-price {
    padding-left: 20px;
}

.catblock__best-hits-slide-instock {
    margin-bottom: 10px;
}

.green-circle,
.yellow-circle,
.red-circle {
    font-size: 16px;
    line-height: 14px;
}

.green-circle:before,
.yellow-circle:before,
.red-circle:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 5px;
}

.green-circle:before {
    background: #71cb10;
}

.yellow-circle:before {
    background: #f7ab00;
}

.red-circle:before {
    background: #cb4910;
}

.catblock__best-hits-slide-oldprice {
    margin-bottom: 5px;
}

.catblock__best-hits-slide-oldprice span {
    position: relative;
}

.catblock__best-hits-slide-oldprice span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    border-bottom: 1px solid #ffb100;
}

.catblock__best-hits-slide-button {
    padding: 0 10px 0 10px;
}

/* ========================================================================
  Стили преимуществ и ссылок каталога / Advantages and catalog link
======================================================================== */
.advantages {
    background: #fff;
    padding: 40px 0 10px;
}

.advantages__list {
    margin-top: 50px;
    overflow-x: auto;
    white-space: nowrap;
}

.advantages__item {
    width: 250px;
    vertical-align: top;
    margin-bottom: 15px;
}

.advantages__item + .advantages__item {
    margin-left: 30px;
}

.advantages__item-title {
    margin-top: 30px;
    min-height: 48px;
}

.advantages__item-title,
.advantages__item-text {
    white-space: initial;
}

.advantages__item-text {
    margin-top: 20px;
    padding: 0 10px;
    /* font-weight: 600; */
}

.mCS-yellow.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f7ab00;
    height: 12px;
    margin-top: 2px;
}

.mCS-yellow.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #e29315;
}

.mCS-yellow.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before,
.mCS-yellow.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 50%;
    border-left: 1px solid #fff;
}

.mCS-yellow.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before {
    width: 7px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: -3.5px;
}

.mCS-yellow.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eeeeee;
}

.catlist {
    background: #fff;
    padding: 30px 0 50px;
    overflow: hidden;
}

.catlist__container {
    position: relative;
}

.catlist__container:after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -55px;
    width: 958px;
    max-width: 100%;
    height: 632px;
    display: block;
    background-image: url(../images/categories-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;
}

.catlist__title,
.catlist__list-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.catlist__item {
    margin-top: 20px;
}

.catlist__item-title a {
    border: none;
}

.catlist__item-content {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    /* font-weight: 600; */
}

.home-card-category-link-wrapper {
    background: #f6f6f6;
}

.catblock__categories-header {
    justify-content: space-between;
}

.home-list-card-category {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fffffff2;
    padding: 20px;
}

.home-title-card-category {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fffffff2;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.home-title-card-category span {
    border: none;
}

.home-title-card-category .arrow-next:before {
    content: "\e902";
    font-family: 'iconfont', sans-serif;
    font-size: 27px;
    display: inline-block;
    margin-right: 20px;
    transform: rotate(180deg);
    color: white;
    font-weight: 900;
    background-color: #ffb200;
    padding: 6px 7px;
    border-radius: 5px;
}

.home-title-card-category .arrow-next:hover:before {
    background-color: #d39300;
}

.home-card-category-wrapper {
    width: 33%;
}


.home-list-card-category li {
    text-align: left;
}

.home-list-card-category__link span:before {
    content: "\e902";
    font-family: 'iconfont', sans-serif;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    transform: rotate(180deg);
    color: #ffb200;
    font-weight: 900;
}

.catlist__item-content li + li {
    margin-top: 10px;
}

.catlist__item-content a {
    color: #241b14;
    border: none;
}

.catlist__item-content a:focus {
    border: none;
}

.catlist__item-content a:hover {
    color: #ffb100;
}

.catlist__item-content a span {
    border-bottom: 1px solid #ffb100;
}

.home-list-card-category a span {
    border-bottom: none;
}

.catlist__item-content a:hover span {
    border-color: transparent;
}

/* ========================================================================
  Стили блока с текстом / Text block
======================================================================== */
.textblock {
    padding: 50px 0;
    background: #f5f5f5;
}

.textblock + .textblock .container {
    position: relative;
}

.textblock + .textblock .container:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(41, 47, 53, 0.1);
}

.textblock__text {
    margin-top: 30px;
    /* font-weight: 600; */
}

/* ========================================================================
  Внутренние страницы / Inner pages
======================================================================== */
.breadcrumbs {
    background: #f5f5f5;
    padding: 10px 0 15px;
}

.breadcrumbs__list {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #a2a2a2;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item + .breadcrumbs__item {
    margin-left: 5px;
}

.breadcrumbs__item:not(:last-child):after {
    content: " //";
    margin-left: 5px;
}

.breadcrumbs__link {
    color: #241b14;
}

.container-flex {
    display: flex;
    justify-content: space-between;
}

.page {
    background: #fff;
    padding: 30px 0;
    min-height: 600px;
}

.page__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.page__content {
    padding-right: 30px;
    line-height: 24px;
}

.page__content_404 {
    padding-left: 15px;
    padding-right: 15px;
}

.page__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

.page__content ul li {
    line-height: 2.2;
}

.page__content ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffb100;
    display: inline-block;
    border-radius: 100%;
    margin-right: 7px;
    margin-top: -1px;
}

/* ========================================================================
   Блок сертификатов / Sertificates
======================================================================== */
.serts a {
    margin-right: 10px;
    text-align: center;
}

.sertificates__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #241b14;
    margin-bottom: 20px;
}

.sertificates__list {
    text-align: center;
}

.sertificates__item {
    margin-bottom: 25px;
}

.sertificates__image {
    text-align: center;
}

.sertificates__image a,
.serts a {
    margin-bottom: 15px;
    position: relative;
    width: 127px;
    height: 170px;
    padding: 17px 0 0 5px;
    display: inline-block;
    border: none;
}

.sertificates__image a:before,
.serts a:before {
    content: "";
    display: inline-block;
    background: url(../images/sertificate-frame.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.sertificates__image a:after,
.serts a:after {
    content: "\e907";
    font-family: 'iconfont', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7ac02;
    color: #fff;
    font-size: 24px;
    background: rgba(247, 172, 2, 0.8);
    position: absolute;
    top: 12px;
    left: 7px;
    right: 5px;
    bottom: 12px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}

.sertificates__image a:hover:after,
.serts a:hover:after {
    opacity: 1;
}

.sertificates__image img,
.serts img {
    width: 89px;
    height: 129px;
}

.sertificates__button-wrap {
    text-align: center;
}

/* ========================================================================
   Сайдбар на текстовых страницах / Sidebar on text pages
======================================================================== */
.sidebar-contacts {
    padding-left: 55px;
    color: #241b14;
}

.sidebar-contacts__item {
    padding-bottom: 30px;
    position: relative;
}

.contact-messengers-wrapper {
    display: flex;
    gap: 20px;
}

.sidebar-contacts__icon {
    position: absolute;
    top: -10px;
    left: -60px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #f1f1f1;
    background: #fff;
}

.sidebar-contacts__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'iconfont', sans-serif;
    color: #ffb100;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    margin: -9px 0 0 -9px;
}

.sidebar-contacts__icon-address:before {
    content: "\e904";
}

.sidebar-contacts__icon-phone:before {
    content: "\e905";
}

.sidebar-contacts__icon-file:before {
    content: "\e906";
    margin: -9px 0 0 -8px;
}

.sidebar-contacts__title {
    font-weight: 700;
    margin-bottom: 5px;
}

.sidebar-contacts__text {
    margin-bottom: 5px;
}

.sidebar-contacts__phone {
    border-color: transparent;
}

.left-sidebar__menu {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.left-sidebar__menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #f5f5f5;
}

.left-sidebar__menu li {
    display: block;
}

.left-sidebar__menu li a {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 11px 25px;
    color: #241b14;
}

.left-sidebar__menu a:hover,
.left-sidebar__menu .active a {
    background: #f5f5f5;
    color: #241b14;
}

/* ========================================================================
  Карточка товара / Product full
======================================================================== */
.product-full {
    padding-right: 0;
    margin-bottom: 40px;
}

.product-full__images {
    text-align: center;
    border: 1px solid #ebebeb;
    color: #b2b2b2;
}

.product-full__images_hidden,
.product-full__gallery_hidden {
    opacity: 0;
}

.product-full__images-link {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.product-full__images img {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
}

.product-full__images a {
    border: none;
}

.product-full__gallery-wrap {
    padding: 15px 25px;
}

.product-full__gallery-wrap .slick-prev {
    left: -30px;
}

.product-full__gallery-wrap .slick-next {
    right: -30px;
}

.product-full__gallery {
    position: relative;
}

.product-full__gallery-item {
    border: 1px solid #ebebeb;
    height: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.product-full__gallery-item:hover,
.product-full__gallery-item.slick-current {
    border-color: #ffb100;
}

.product-modal-slider-dialog {
    width: 1000px;
    max-width: 90%;
    margin: 10px auto;
}

.product-modal-slider-dialog__body {
    padding: 30px 40px;
}

.product-full__images_modal {
    padding: 0 80px;
    border: none;
}

.close,
.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    outline: none !important;
    line-height: 1;
    font-size: 14px;
    opacity: 1;
}

.close:after,
.modal__close:after {
    content: "\e90a";
    font-family: 'iconfont', sans-serif;
    color: #d0d2d2;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease;
}

.close:hover:after,
.modal__close:hover:after {
    color: #939393;
    opacity: 1;
}

.product-full__images_modal .slick-arrow {
    width: 60px;
    height: 60px;
}

.product-full__images_modal .slick-prev {
    left: 0;
}

.product-full__images_modal .slick-next {
    right: 0;
}

.product-full__images_modal .slick-arrow:before {
    font-size: 50px;
    margin-top: -25px;
}

.product-full__images_modal .product-full__images-link {
    height: 450px;
}

.product-full__gallery_modal {
    margin-top: 30px;
    max-width: 550px;
    margin: 30px auto 0;
}

.product-full__gallery_modal .product-full__gallery-item {
    margin: 0 15px;
}

.product-full__documentation {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 10px;
    margin-top: 15px;
}

.product-full__documentation-title {
    font-weight: bold;
}

.product-full__documentation-list {
    margin-top: 15px;
}

.product-full__documentation-item {
    color: #373738;
    display: inline-block;
    margin: 0 8px 10px 0;
    background: #f4f5f5;
    padding: 5px 15px 10px 35px;
    border: none;
    border-radius: 3px;
    position: relative;
}

.product-full__documentation-item:before {
    content: "\e909";
    font-family: 'iconfont', sans-serif;
    color: #aaabab;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -11px;
    transition: all 0.3s ease;
}

.product-full__documentation-item:hover:before {
    color: #ffb100;
}

.product-full__documentation-item span {
    border-bottom: 1px solid #ffb100;
    transition: border 0.3s ease;
}

.product-full__documentation-item:hover span {
    border-bottom-color: transparent;
}

.product-full__video {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.product-full__video-title {
    font-weight: 700;
    width: 100%;
    padding-left: 6px;
}

.product-full__video-item {
    padding: 0 6px;
    margin-bottom: 12px;
    cursor: pointer;
    width: 180px;
    transition: all 0.3s ease;
}

.product-full__video-item {
    width: 100%;
    text-align: center;
    background: #000;
}

.product-full__video-item img {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

.product-full__video-item:hover {
    filter: brightness(50%);
}

.modal-dialog-video {
    width: 850px;
    max-width: 90%;
    margin: 10px auto;
}

.modal-dialog-video__body {
    padding: 40px 60px;
}

.modal-video__wrap {
    position: relative;
}

.product-full__video-modals-preview,
.product-full__video-modals-preview:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-full__video-modals-preview {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.product-full__video-modals-preview:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.product-full__video-modals-preview:after {
    content: "";
    width: 92px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -46px 0 0 -46px;
    display: block;
    background: url(../images/play-icon.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.modal-video__wrap iframe {
    display: block;
}

.product-full__vendor-code {
    color: rgba(36, 27, 20, 0.7);
    font-size: 12px;
    line-height: 1;
}

.product-full__info {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 25px;
    padding: 15px 0;
    color: #241b14;
}

.product-full__oldprice {
    position: relative;
    display: inline-block;
}

.product-full__oldprice:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    border-bottom: 1px solid #ffb100;
}

.product-full__oldprice:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    border-bottom: 1px solid #ffb100;
}

.product-full__price {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.product-full__availability {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}

.product-full__availability-caption {
    color: #807f7e;
}

.product-full__order-wrap {
    margin-bottom: 10px;
}

.product-full__compare-wrap,
.product-block__compare-wrap {
    text-align: center;
    margin-top: 15px;
}

.product-full__compare,
.product-block__compare {
    border: none;
    font-size: 12px;
    line-height: 14px;
    transition: none;
    color: #241b14;
}

.product-full__compare:hover,
.product-block__compare:hover {
    color: #241b14;
}

.product-full__compare-icon,
.product-block__compare-icon {
    display: inline-block;
    font-size: 0;
    margin-right: 8px;
    vertical-align: middle;
}

.product-full__compare-icon span,
.product-block__compare-icon span {
    width: 3px;
    background: #c5c5c5;
    height: 11px;
    display: inline-block;
    transition: all 0.3s ease;
}

/*
.product-full__compare:hover .product-full__compare-icon span{
	background: #ffb100;
}*/
.product-full__compare-icon span:nth-child(1),
.product-block__compare-icon span:nth-child(1) {
    height: 6px;
}

.product-full__compare-icon span:nth-child(2),
.product-block__compare-icon span:nth-child(2) {
    height: 16px;
}

.product-full__compare-icon span + span,
.product-block__compare-icon span + span {
    margin-left: 3px;
}

.product-full__compare-text,
.product-block__compare-text {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0px 8px 0;
    border-bottom: 1px dashed #e2e2e2;
    transition: all 0.3s ease;
}

.product-full__compare:hover .product-full__compare-text,
.product-block__compare:hover .product-block__compare-text {
    border-color: #ffb100;
    color: #ffb100;
}

.product-full__description {
    margin-top: 10px;
    color: #241b14;
}

.product-full__description-title,
.product-params-title {
    font-weight: 700;
    color: #241b14;
}

.product-params {
    margin-top: 20px;
}

.product-params-list-wrap {
}

.product-params-list {
    margin-top: 20px;
    /*min-width: 420px;*/
}

.product-params-list .product-params-name-value {
    margin-top: 20px;
    width: 70%;
}

.product-params-item {
    padding: 6px 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product-params-item:nth-child(odd) {
    background: #f4f5f5
}

.product-params-item:nth-child(odd) {
    background: #f4f5f5
}

.product-params-name,
.product-params-value {
    width: 50%;
}

.products-slideset {
    padding: 30px 40px 40px;
}

.products-slideset__list {
    border: 1px solid #f5f5f5;
    position: relative;
}

.products-slideset__title {
    color: #241b14;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}

.product-block {
    position: relative;
    padding: 5px 15px 0;
    height: 347px;
}

.product-block + .product-block {
    border-left: 1px solid #f5f5f5;
    max-width: 265px;
}

.product-block__image {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 25px;
    border: none;
}

.product-block__image:focus {
    border: none;
}

.product-block__title {
    height: 44px;
    color: #241b14;
}

.product-block__availability {
    margin: 15px 0 10px;
}

.product-block__info {
    padding-bottom: 20px;
    color: #241b14;
}

.product-block__oldprice {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}

.product-block__oldprice span {
    position: relative;
}

.product-block__oldprice span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    border-bottom: 1px solid #ffb100;
}

.product-block__price {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.product-block__addtocart {
    height: 100%;
    display: flex;
    align-items: flex-end !important;
}

.product-block__additional {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 12px;
    display: none;
    border-right: 1px solid transparent;
}

.product-block__wrap:hover .product-block__additional {
    display: block;
    border-right-color: #f5f5f5;
}

.product-block__additional-title {
    font-weight: bold;
}

.product-block__compare-wrap {
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.alsobuy-products .products-slideset {
    border-top: 1px solid #f5f5f5;
}

/* ========================================================================
	Compare page
======================================================================== */
.products-compare {
    padding-right: 0;
}

.products-compare__row {
    display: flex;
    justify-content: flex-end;
}

.products-compare__products {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}

.products-compare__products .products-compare__item {
    width: 33.333%
}

.products-compare__labels {
    margin-top: 347px;
    width: 30%;
}

.products-compare__params-labels-list {
    border-top: 1px solid rgba(127, 127, 127, 0.1);
    border-left: 1px solid rgba(127, 127, 127, 0.1);
    border-bottom: 1px solid rgba(127, 127, 127, 0.1);
}

.products-compare__item {
    border-top: 1px solid rgba(127, 127, 127, 0.1);
    border-left: 1px solid rgba(127, 127, 127, 0.1);
}

.products-compare__item:last-child {
    border-right: 1px solid rgba(127, 127, 127, 0.1);
}

.products-compare__item .product-block {
    border-bottom: 1px solid rgba(127, 127, 127, 0.1);
}

.products-compare__params-values + .product-block {
    border-top: 1px solid rgba(127, 127, 127, 0.1);
}

.products-compare__params-name,
.products-compare__params-value {
    padding: 3px 30px;
    color: #000;
    height: 46px;
    line-height: 1.1;
    display: flex;
    align-items: center;
}

.products-compare__params-value {
    justify-content: center;
}

.products-compare__params-value {
    text-align: center;
}

.products-compare__params-name:nth-child(odd),
.products-compare__params-value:nth-child(odd) {
    background: #f4f5f5
}

.products-compare__params-clear {
    color: #070707;
    margin: 15px 25px 0 0;
    text-align: center;
    border: 1px solid #efefef;
    display: inline-block;
    border-radius: 3px;
    width: 95%;
    padding: 6px 10px;
}

.products-compare__params-clear:hover {
    border-color: #ffb100;
}

.products-compare__params-clear:before {
    content: "\e90a";
    font-family: 'iconfont', sans-serif;
    color: #b7b7b7;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.2s ease;
}

.products-compare__params-clear:hover:before {
    color: #ffb100;
}

/* ========================================================================
	404
======================================================================== */
.page-404 {
    text-align: center;
}

.page-404__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;

}

.page-404__text {
    margin: 10px 0 15px;
}

/* ========================================================================
	Other Inner
======================================================================== */
.btn {
    border-radius: 2px;
}

.form-repair-phones-fields {
    display: flex;
    justify-content: space-between;
}

.feedback-form-wrapper-bg {
    background: url(../images/form-site-bottom-bg.png) repeat-x center bottom #ffffff;
    background-size: cover;
}

.bottom-feedback-form {
    padding: 60px 0;
    max-width: 572px;
}


.bottom-feedback-form button {
    width: 173px;
}

.bottom-feedback-form .personal_data-wrapper input {
    width: 24px;
    height: 24px;
    border-radius: 3px;
}

/* Стиль для звездочки */
.placeholder-star::after {
    content: ' *';
    color: yellow;
}

.bottom-feedback-form .personal_data-wrapper label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bottom-feedback-form .form_contact {
    display: flex;
    flex-direction: column;
}

.bottom-feedback-form .inputs-wrapper {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.bottom-feedback-form .inputs-wrapper input {
    height: 48px;
    margin: 0;
    border-radius: 3px;
    background-color: #F5F5F5;
}

.bottom-feedback-form .title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.bottom-feedback-form .text, .bottom-feedback-form .personal_data-wrapper label {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;

}

@media screen and (max-width: 768px) {
    .bottom-feedback-form .inputs-wrapper {
        flex-direction: column;
    }
}

.map-block {
    font-family: 'Open Sans', sans-serif;
}

.map-block iframe {
    width: 100% !important;
    display: block;
    height: 582px;
    position: absolute;
}

.map-block .feedback-form-wrapper {
    padding: 65px 0;
}

.map-block .feedback-form {
    background: #fff;
    padding: 30px 34px;
    text-align: center;
    border: 1px solid #f5f5f5;
    background: url(../images/feedback-form-bg.jpg) repeat-x center bottom #ffffff;
}

.map-block .feedback-form p.title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.map-block .feedback-form label {
    font-weight: normal;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.map-block .feedback-form label span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #7f7b79;
    display: block;
    margin-bottom: 5px;
}

.map-block .feedback-form label input[type=text] {
    width: 100%;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    transition: all 0.3s ease;
}

.map-block .feedback-form label textarea {
    width: 100%;
    height: 100px;
    min-height: 100px;
    padding: 5px 10px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    max-width: 100%;
    resize: none;
    transition: all 0.3s ease;
}

.map-block .feedback-form label input:focus,
.map-block .feedback-form label textarea:focus {
    border-color: #ffb100;
    outline: none;
}

.map-block .feedback-form .btn {
    font-family: 'Open Sans', sans-serif;
    background: #f7ab00;
    color: #fff;
    font-size: 13px;
    padding: 7px 55px;
    cursor: pointer;
    margin-top: 20px;
}

.map-block .feedback-form .btn:hover {
    background: #e29315;
}

.page.about-page > .container {
    background: url(../images/about-bg.jpg) no-repeat right bottom #ffffff;
}

.costum-checkbox span {
    font-size: 14px;
    color: #241b14;
}

.cart-forms p.title {
    font-size: 16px;
    font-weight: 700;
    color: #241b14;
}

.cart-forms * + p.title {
    margin-top: 30px;
}

.cart-forms {
    margin-bottom: 30px;
}

.cart-forms label {
    font-size: 14px;
    color: #241b14;
    position: relative;
    top: 10px;
}

.cart-forms label span {
    color: #ee142d;
}

.cart-forms .add {
    padding: 5px 0 5px 35px;
    background: url(../images/add-phone.png) no-repeat left center;
    border: none;
    position: relative;
    top: 12px;
}

.cart-forms .add span {
    border-bottom: 1px solid #ffb100;
    color: #241b14;
}

.cart-forms input[type=checkbox] {
    height: auto;
    width: auto;
}

.cart-forms input[type=tel],
.cart-forms input[type=text],
.cart-forms input[type=email],
.cart-forms input[type=password],
.cart-forms input[type=number] {
    width: 100%;
    padding: 20px 15px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    margin-bottom: 15px;
    color: #241b14;
    transition: all 0.3s ease;
}

.cart-forms textarea {
    width: 100%;
    height: 100px;
    min-height: 100px;
    padding: 5px 15px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    max-width: 100%;
    color: #241b14;
    transition: all 0.3s ease;
}

.cart-forms select {
    transition: all 0.3s ease;
}

.cart-forms select:focus,
.cart-forms input:focus,
.cart-forms textarea:focus {
    border-color: #ffb100;
    outline: none;
}

.cart-forms select {
    width: 100%;
    padding: 10px 10px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    margin-bottom: 15px;
    color: #241b14;
}

.cart-forms select option {
    padding: 5px 10px;
}

.cart-forms .costum-checkbox {
    margin: 15px 0;
}

.cart-forms .costum-checkbox span {
    font-size: 14px;
    color: #241b14;
}

.cart-forms .costum-checkbox span a {
    color: #241b14;
}

.cart-forms .btn {
    font-family: 'Open Sans', sans-serif;
    background: #f7ab00;
    color: #fff;
    font-size: 13px;
    padding: 7px 50px;
    cursor: pointer;
    margin-top: 20px;
}

.cart-forms .btn:hover {
    background: #e29315;
}

.cart-list p.title {
    font-size: 16px;
    font-weight: 700;
    color: #241b14;
}

.cart-list table {
    width: 100%;
    border: 1px solid #f5f5f5;
}

.cart-list table td {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.cart-list table p.name {
    margin: 0;
    max-width: 140px;
    font-size: 13px;
    color: #241b14;
}

.cart-list table .count {
    width: 120px;
    position: relative;
    margin: 0 auto;
}

.cart-list table .count input[type=text] {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    font-weight: 700;
}

.cart-list table .count .qtyminus,
.cart-list table .count .qtyplus {
    font-weight: 700;
    width: 40px;
    height: 40px;
    background: #d1d1d1;
    font-size: 18px;
    color: #241b14;
    border: none;
    position: absolute;
    outline: none;
    cursor: pointer;
}

.cart-list table .count .qtyminus {
    left: 0;
    top: 0;
}

.cart-list table .count .qtyplus {
    top: 0;
    right: 0;
}

.cart-list table span.price-tip {
    font-size: 12px;
    color: #a9a7a6;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.cart-list table p.price {
    font-size: 18px;
    color: #241b14;
    font-weight: 700;
    text-align: center;
}

.cart-list table .remove {
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 14px;
    height: 15px;
    background: url(../images/cart-list-remove.png) no-repeat;
    cursor: pointer;
}

.cart-result {
    color: #241b14;
    line-height: 1;
    text-align: right;
    margin-top: 25px;
}

.cart-result-label {
    display: inline-block;
    vertical-align: bottom;
    font-weight: 700;
}

.cart-result-value {
    display: inline-block;
    vertical-align: bottom;
    font-size: 28px;
    font-weight: 700;
}

.search-result .search-form {
    padding: 3px;
    background: #e8e8e8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}

.search-result .search-form input[type=text] {
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #d1d1d1;
}

.search-result .search-form button {
    outline: none;
    margin: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    padding: 11px 30px 11px 50px;
    background: url(../images/search-ico.png) no-repeat left 30px center #f7ab00;
}

.search-result p.result-count {
    font-size: 14px;
    color: #828282;
    margin: 15px 0;
}

.item-list.table-list .item-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

.item-list.table-list .item-wrapper .item {
    min-height: 184px;
    display: flex;
}

.item-list.table-list .item-wrapper .item .image {
    width: 22%;
    display: flex;
    align-items: center;
}

.item-list.table-list .item-wrapper .item .image a {
    border: none;
}

.item-list.table-list .item-wrapper .item .desc {
    width: 78%;
    display: flex;
}

.item-list.table-list .item-wrapper .item .desc .mid-desc {
    padding-right: 10px;
    width: 70%;
}

.item-list.table-list .item-wrapper .item .desc p.desc-text {
    border: none;
    padding: 0;
    display: block;
    font-size: 12px;
    color: #241b14;
}

.item-list.table-list .item-wrapper .item .desc p.desc-text b {
    display: none;
}

.item-list.table-list .item-wrapper .item .desc p.name {
    font-size: 16px;
    font-weight: 700;

}

.item-list.table-list .item-wrapper .item .desc p.name a {
    border: none;
    text-decoration: underline;
    text-decoration-color: #ffb100;
}

.item-list.table-list .item-wrapper .item .desc p.name a:hover {
    border: none;
    text-decoration: none;
}

.item-list.table-list .item-wrapper .item .desc .price-block {
    text-align: right;
    width: 30%
}

.item-list.table-list .item-wrapper .item .desc .price-block .comparison {
    padding: 0;
    border: none;
    display: inline-block;
    margin: 15px 0;
    border-bottom: none;
    font-size: 12px;
}

.item-list.table-list .item-wrapper .item .desc .price-block .comparison span {
    border-bottom: 1px dashed #e2e2e2;
}

.item-list.table-list .item-wrapper .item .desc .price-block .comparison img {
    margin-right: 5px;
}

.item-list.table-list .item-wrapper .item .desc .price-block .col-sm-5,
.item-list.table-list .item-wrapper .item .desc .price-block .col-sm-7 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

.item-list.table-list .item-wrapper .item:hover {
    position: relative;
    margin: 15px 0;
}

.item-list .item {
    padding: 15px;
    border: 1px solid #f5f5f5;
    margin: 15px 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.item-list .item .image {
    text-align: center;
    position: relative;
}

.item-list .item .image .item-tag {
    position: absolute;
    left: -5px;
    top: -5px;
    display: inline-block;
    width: 115px;
    padding: 3px 0;
    font-size: 12px;
    color: #f7ab00;
    border: 2px solid #f7ab00;
    text-align: center;
}

.item-list .item .image .item-tag.second {
    top: 30px;
}

.item-list .item .image .item-tag.new {
    color: #67b90c;
    border: 2px solid #67b90c;
}

.item-list .item .image .item-tag.disc {
    color: #e36745;
    border: 2px solid #e36745;
}

.item-list .item .image .item-tag.hit {
    color: #1e0ca0;
    border: 2px solid #1e0ca0;
}

.item-list .item .desc p {
    margin: 10px 0;
}

.item-list .item .desc p.desc-text {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #241b14;
    display: none;
}

.item-list .item .desc p.desc-text b {
    display: block;
}

.item-list .item .desc p.name {
    margin-top: 10px;
    margin-bottom: 15px;
}

.item-list .item .desc p.name a {
    color: #241b14;
}

.item-list .item .desc p.stock {
    font-size: 12px;
}

.item-list .item .desc p.stock span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.order-btns-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.order-btns-wrapper a {
    font-weight: 700;
}

.order-to-articles-btn, .order-to-catalog-btn {
    border: 3px solid #f7ab00;
    border-radius: 3px;
}

.order-to-articles-btn a, .order-to-catalog-btn a {
    border-radius: initial;
    min-width: 200px;

}

.order-to-articles-btn a {
    color: #241B14;
    background-color: white;
}

.item-list .item .desc p.stock.order span {
    background: #f7ab00;
}

.item-list .item .desc p.stock.yes span {
    background: #71cb10;
}

.item-list .item .desc p.stock.no span {
    background: #cb4910;
}

.item-list .item .desc p.old-price {
    display: inline-block;
    margin: 0;
    font-size: 11px;
    background: url(../images/old-price-line.png) center repeat-x;
}

.item-list .item .desc p.price {
    font-weight: 700;
    margin-top: 12px;
}

.item-list .item .desc p.old-price + p.price {
    margin-top: 5px;
}

.item-list.table-list .item .desc p.price {
    font-size: 20px;
}

.item-list .item .desc .price-block .comparison {
    padding-top: 10px;
    display: none;
    margin: 15px 0;
    border-bottom: none;
}

.item-list .item .desc .price-block .comparison span {
    border-bottom: 1px dashed #e2e2e2;
}

.item-list .item .desc .price-block .comparison img {
    margin-right: 5px;
}

.item-list .item .desc .btn {
    background: #f7ab00;
    color: #fff;
    padding: 6px 10px;
    width: 100%;
    max-width: 180px;
    margin-top: 5px;
    font-size: 13px;
}

.item-list .item .desc .btn:hover {
    background: #e29315;
}

.item-list .item:hover {
    position: absolute;
    z-index: 10;
    margin-right: 15px;
}

.item-list .item:hover .desc p.desc-text {
    display: block;
}

.item-list .item:hover .desc .price-block .comparison {
    display: block;
    text-align: center;
    padding-top: 0;
    margin: 0 0 0px;
    font-size: 12px;
    border-bottom: none;
}

.item-list .item:hover .desc .price-block .comparison span {
    border-bottom: 1px dashed #e2e2e2;
}

.item-list .item:hover .desc .price-block .comparison img {
    margin-right: 5px;
}

.item-list .button {
    margin: 15px 0;
}

.item-list .pager {
    text-align: center;
    font-size: 14px;
    color: #241b14;
}

.item-list .pager a {
    font-size: 14px;
    color: #241b14;
    border: none;
    margin: 0 3px;
}

.item-list .pager a.more {
    border-bottom: 1px solid #f7ab00;
}

.catalog-page .catalog-sidebar a {
    color: #241b14;
}

.catalog-page .catalog-sidebar .catalog-menu {
    -webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.2);
}

.catalog-page .catalog-sidebar .catalog-menu p {
    margin-bottom: 0;
}

.catalog-page .catalog-sidebar .catalog-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.catalog-page .catalog-sidebar .catalog-menu ul li {
   position: relative;
}

.catalog-page .catalog-sidebar .catalog-menu ul li:not(:first-child) {
    /*display: none;*/
}

.catalog-page .catalog-sidebar .catalog-menu ul li a {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    /*padding: 11px 25px;*/
}

.catalog-page .catalog-sidebar .catalog-menu ul li a sup {
    color: #a2a2a2;
}

.catalog-page .catalog-sidebar .catalog-menu ul li a:hover,
.catalog-page .catalog-sidebar .catalog-menu ul li.active a {
    /*background: #f5f5f5;*/
}

.catalog-page .catalog-sidebar .catalog-menu ul li:last-child a {
    border: none;
}

.catalog-page .catalog-sidebar .choose-help {
    margin: 15px 0;
}

.choose-help__text {
    padding: 0 15px 0 5px;
}

.catalog-page .catalog-sidebar .choose-help p.title {
    font-size: 16px;
    color: #241b14;
    font-weight: 700;
    margin-top: 10px;
}

.catalog-page .catalog-sidebar .choose-help ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalog-page .catalog-sidebar .choose-help ul li {
    margin: 10px 0;
}

.catalog-page .catalog-sidebar .action-block .item {
    display: block;
    padding: 0px;
    border-bottom: none;
    background: #f4f5f5;
    margin: 15px 0;
    font-size: 12px;
    color: #525252;
}

.catalog-page .catalog-content .filter {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 15px 30px 10px 50px;
    background: url(../images/filter-ico.png) no-repeat 15px 15px #ffffff;
    border: 1px solid #f5f5f5;
    color: #241b14;
}

.catalog-page .catalog-content .filter .title {
    font-weight: bold;
}

.catalog-page .catalog-content .filter select {
    border: none;
    border-bottom: 1px dashed #f7ab00;
    margin: 0 8px;
    outline: none;
    color: #241b14;
}

.catalog-page .catalog-content .filter .selectric .button:after {
    width: 5px;
    height: 5px;
    background: url(../images/select-ico.png) no-repeat;
    border: none;
}

.catalog-page .catalog-content .filter .selectric-wrapper {
    display: inline-block;
    top: 5px;
    margin-bottom: 7px;
}

.catalog-page .catalog-content .filter .selectric-wrapper.selectric-open .selectric .button:after {
    width: 5px;
    height: 5px;
    background: url(../images/select-ico-a.png) no-repeat;
    border: none;
}

.catalog-page .catalog-content .filter .selectric {
    width: auto;
    display: inline-block;
    border: none;
    background: none;
}

.catalog-page .catalog-content .filter .selectric .label {
    font-size: 14px;
    height: 16px;
    line-height: 1em;
    border-bottom: 1px dashed #f7ab00;
    margin-right: 25px;
}

.catalog-page .catalog-content .filter .selectric .button {
    padding: 0 15px;
    height: 12px;
    background: none;
    width: 34px;
}

.catalog-page .catalog-content .filter .selectric-items {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.19);
    border-radius: 0px 0px 5px 5px;
}

.catalog-page .catalog-content .filter .selectric-items .selected {
    background: #fff;
    color: #f7ab00;
}

.catalog-page .catalog-content .filter .selectric-items .selectric-scroll ul {
    padding: 15px 0;
}

.catalog-page .catalog-content .filter .selectric-items .selectric-scroll ul li {
    padding: 5px 15px;
    font-size: 14px;
    color: #241b14;
}

.catalog-page .catalog-content .filter .selectric-items .selectric-scroll ul li:hover {
    background: none;
    color: #f7ab00;
}

.catalog-page .catalog-content .filter label {
    margin-left: 5px;
}

.catalog-page .catalog-content .sort-view {
    margin: 15px 0;
}

.catalog-page .catalog-content .sort-view .view ul {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    list-style: none;
}

.catalog-page .catalog-content .sort-view .view ul li {
    display: inline-block;
}

.catalog-page .catalog-content .sort-view .view ul li a {
    display: inline-block;
    border: none;
    padding: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    text-align: center;
}

.catalog-page .catalog-content .sort-view .view ul li a img {
    opacity: 0.3;
}

.catalog-page .catalog-content .sort-view .view ul li.active a {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.catalog-page .catalog-content .sort-view .view ul li.active a img {
    opacity: 1;
}

.catalog-page .catalog-content .sort-view .sort {
    text-align: right;
}

.catalog-page .catalog-content .sort-view .sort ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.catalog-page .catalog-content .sort-view .sort ul li {
    display: inline-block;
    margin: 0 5px;
}

.catalog-page .catalog-content .sort-view .sort ul li a {
    display: inline-block;
    border: none;
    font-size: 14px;
    color: #828282;
}

.catalog-page .catalog-content .sort-view .sort ul li a img {
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.catalog-page .catalog-content .sort-view .sort ul li.active a {
    padding: 10px 10px 10px 25px;
    background: url(../images/sort-check.png) no-repeat left 10px center;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #000;
}

.content-contacts .sidebar-contacts__icon-phone {
    left: -45px;
}

.page.contacts-page {
    min-height: auto;
}

/* ========================================================================
	Стили футера / Footer styles
======================================================================== */
.footer {
    padding: 50px 0;
    background: #292f35;
}

.footer__menu,
.footer__contacts {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.footer__contacts {
    justify-content: space-around;
}

.footer__menu {
    padding-right: 20px;
}

.footer__menu li,
.footer__contacts li {
    width: 50%;
    margin-bottom: 15px;
}

.footer__menu a,
.footer__contacts,
.footer__contacts a {
    color: #fff;
}

.footer__menu a:hover,
.footer__contacts a:hover {
    color: #ffb100;
}

.footer__contacts {
    padding: 0 20px 0 50px;
}

.footer__contacts a,
.footer__contacts a:focus {
    border-bottom: none;
}

.footer__contacts img {
    margin-right: 8px;
    vertical-align: middle;
}

.footer__phone a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.link_youtube img {
    width: 19px;
    height: auto;
}

.link_youtube a {
    font-size: 14px;
    font-weight: normal;
}

.link_youtube a span {
    border-bottom: 1px solid #ffb100;
}

.link_youtube a:hover span {
    text-decoration: none;
    border-bottom: none;
}

.footer__address {
    line-height: 24px;
}

.footer__address img {
    vertical-align: top;
}

.footer__addres-link {
    padding-left: 22px;
}

.footer__addres-link a {
    border-bottom: 1px dotted #ffb100;
}

.footer__addres-link a:hover {
    border-color: transparent;
}

.footer__bottom {
    padding-top: 40px;
}

.footer__copyrate {
    color: rgba(255, 255, 255, 0.5);
}

.footer__search {
    position: relative;
}

.footer__search input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    color: #818181;
    transition: all 0.4s ease;
}

.footer__search ::-webkit-input-placeholder {
    color: #818181;
    opacity: 1;
    transition: 0.4s ease;
    font-style: italic;
}

.footer__search ::-moz-placeholder {
    color: #818181;
    opacity: 1;
    transition: 0.4s ease;
    font-style: italic;
}

.footer__search :-moz-placeholder {
    color: #818181;
    opacity: 1;
    transition: 0.4s ease;
    font-style: italic;
}

.footer__search :-ms-input-placeholder {
    color: #818181;
    opacity: 1;
    transition: 0.4s ease;
    font-style: italic;
}

.footer__search :focus::-webkit-input-placeholder {
    opacity: 0;
}

.footer__search :focus::-moz-placeholder {
    opacity: 0;
}

.footer__search :focus:-moz-placeholder {
    opacity: 0;
}

.footer__search :focus:-ms-input-placeholder {
    opacity: 0;
}

.footer__search input:focus {
    border-color: #fff;
    color: #fff;
}

.header__search-btn {
    background: transparent;
    border: none;
    margin: 0;
    outline: none;
    padding: 0 20px 0 0;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header .cart-search-wrapper {
    display: flex;
}

.header .cart-search-wrapper:after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    width: 1px;
    height: 100%;
}



.header__search-btn:after {
    content: "\e903";
    font-family: 'iconfont', sans-serif;
    font-size: 20px;
    color: white;
}

.footer__search-button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    outline: none;
    padding: 0 15px 0 35px;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    cursor: pointer;
}

.footer__search-button:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-left: 1px solid #fff;
    opacity: 0.2;
}

.footer__search-button:after {
    content: "\e903";
    font-family: 'iconfont', sans-serif;
    font-size: 12px;
    position: absolute;
    top: 12px;
    left: 15px;
}

.footer__search-button:hover {
    color: #fff;
}

.footer__search-button:active {
    background: #fff;
    color: #241b14;
}

input:focus + .footer__search-button {
    color: #fff;
}

input:focus + .footer__search-button:before {
    opacity: 1;
}

input:focus + .footer__search-button:hover {
    color: #322a23;
    background: #fff;
}

.footer__farba-copyrate-text {
    padding-top: 3px;
    text-align: right;
}

.footer__farba-copyrate-link {
    color: #ffb100;
    display: inline-block;
    padding: 3px 0 0 20px;
    background-image: url(../images/farba-icon.png);
    background-repeat: no-repeat;
    border: none;
    margin-left: 10px;
    background-position: left top;
}

.footer__farba-copyrate-link:hover {
    color: #fff;
}


/*---- ПРАВКИ ----*/
.slick-slider .product-block + .product-block {
    /*max-width: 100%;*/
}

.navbar-toggler {
    cursor: pointer;
}

.item-list .item .desc .btn {
    padding: 6px 3px;
}

.product-info table {
    border: 0px !important;
}

.product-info table tr:nth-of-type(odd) {
    background: #f4f5f5;
}

.product-info table td {
    padding: 6px 20px;
}

.product-info table td p:last-child {
    margin-bottom: 0;
}

/*---- Модульный слайдер ----*/
.catblock__best-hits-slider {
    margin-top: 7px;
}

.catblock__best {
    /*margin-top: 52px;*/
}

.catblock__best-slider {
    margin-bottom: 8px;
}

.catblock__best-slider .slick-dots, .catblock__best-hits-slider .slick-dots {
    z-index: 1;
    bottom: -30px;
}

.catblock__best-slide {
    position: relative;
}

.catblock__best-slide .slide-descrip {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 0px 8px;
    text-align: center;
    color: #FFF;
}

.catblock__best-slide:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}

.catblock__best-slide .slide-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.catblock__best-slide .slide-title a {
    color: #FFF;
    border-bottom: 0;
    text-decoration: none;
    text-decoration-color: #ffb100;
}

.catblock__best-slide .slide-title a:hover {
    text-decoration: none;
}

.catblock__best-slide .slide-price {
    display: inline-block;
    padding: 3px 10px;
    color: #FFF;
    font-size: 13px;
    background: #ffb100;
    margin-bottom: 10px;
}

.catblock__best-slide .slide-txt {
    font-size: 13px;
}

.header__top span {
    font-weight: 700;
}

.header__top {
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header__top-left,
.header__top-center {
    margin-right: 25px;
}

.header__top .header_btn {
    white-space: nowrap;
}

.header__top-center .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: max-content;
}

.catalog-page .catalog-sidebar .catalog-menu .dropdown-menu {
    position: unset;
    font-size: 14px;
    float: none;
    flex-grow: 1;
    border: none;
}

.catalog-page  ul.dropdown-menu li + li {
    border-top: 1px solid #d1d1d1;
}

.catalog-page  ul.dropdown-menu li {
    padding: 10px 0 10px 10px;
}

.header__top-center .dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__top-center .dropdown-trigger {
    position: relative;
}

.header__top-center .dropdown-trigger .a1-img {
    margin-right: 5px;
}

.header__top-center .dropdown-trigger:after {
    content: "\e902";
    font-family: 'iconfont', sans-serif;
    font-size: 15px;
    display: inline-block;
    margin-right: 20px;
    transform: rotate(270deg);
    color: grey;
    font-weight: 900;
}

.header__top-center .dropdown-trigger a {
    border-bottom: none;
    white-space: nowrap;
}

.header__top-center .dropdown-trigger:hover .dropdown-menu {
    display: block;
}

.header__top-center .dropdown-trigger:hover:after {
    transform: rotate(90deg);
}

.header__top-right {
    background: url(/catalog/view/theme/original/image/header/check.png) no-repeat 0;
    padding-left: 25px;
    font-size: 16px;
}

.header__top-center {
    background: url(/catalog/view/theme/original/image/header/phone.png) no-repeat 0;
    padding-left: 21px;
    font-size: 16px;
}

.header__top-center2 {
    background: url(/image/data/email.png) no-repeat 0;
    padding-left: 26px;
    font-size: 16px;
    margin-right: 10px;
}

.header__top-left {
    background: url(/catalog/view/theme/original/image/header/time.png) no-repeat 0;
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.header__top-left, .header__top-center2, .header__top-center {
    display: flex;
    align-items: center;
}

.header-messengers {
    display: flex;
}

.header-messengers__link {
    border-bottom: none;
    display: inline-block;
    height: 100%;
}

/* ========================================================================
  Медиа запросы / Media queries
======================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .header__top-left,
    .header__top-center,
    .header__top-right {
        background-position-x: 0%;
        background-position-y: 0%;
    }
}

@media (max-width: 767px) {

    .header__top-left, .header__top-center, .header__top-right {
        margin-bottom: 2px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        display: block;
    }

    .mobile-search-cart-menu {
        display: none;
    }

    .mobile-header-menu {
        display: none;
    }

    .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .mobile-main-menu {
        display: none;
    }

    .navbar-nav .parent:hover .submenu {
        left: 0;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease;
        max-height: 700px;
        overflow-y: auto;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .header__row .row {
        margin: 0;
    }

    .header__row .col {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .navbar-nav a {
        padding: 0 11px;
        font-size: 12px;
    }

    .header__cart {
        padding: 0 10px 0 0;
    }

    .header__cart-title {
        font-size: 12px;
    }

    .catblock__categories-item-wrap {
        width: 50%;
    }

    .catblock__categories-item-wrap-custom {
        width: 100%;
    }

    .cart-forms .add {
        top: 0;
        margin-bottom: 15px;
        display: inline-block;
    }

    .item-list.table-list .item-wrapper .item .desc .mid-desc {
        width: 64%
    }

    .item-list.table-list .item-wrapper .item .desc .price-block {
        width: 36%
    }

    .products-compare__products {
        display: block;
    }

    .products-compare__products .mCSB_container {
        display: flex;
    }

    .products-compare__products .products-compare__item {
        min-width: 265px;
        width: 265px;
    }

    .footer__menu,
    .footer__contacts {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer__menu li {
        width: auto;
        margin: 0 15px 10px;
    }

    .footer__contacts {
        padding: 0;
        flex-wrap: wrap;
    }

    .footer__phones,
    .footer__addresses {
        padding: 0 25px;
    }

    .footer__button {
        text-align: center;
    }

    .footer__button .button {
        padding: 0 15px;
        width: 180px;
        max-width: 100%;
    }

    .footer__farba-copyrate {
        text-align: center;
        margin-top: 35px;
    }

    .simplecheckout-button-block.buttons {
        margin-left: -15px;
        padding-right: 9px;
    }

    .simplecheckout-button-block.buttons table {
        width: 100%;
    }

    .simplecheckout-button-block.buttons table tr,
    .simplecheckout-button-block.buttons table tr td {
        display: block;
        width: 100%;
    }
    .button_buy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .simplecheckout-button-block.buttons .simplecheckout-customer-left {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }

    .simplecheckout-button-block.buttons .simplecheckout-customer-right {
        width: 100%;
    }

    .simplecheckout-button-block.buttons .button {
        max-width: 230px;
    }
}

@media (max-width: 991px) {
    .catblock__best {
        margin-top: 0px;
    }

    .header .desktop-header-item {
        display: none;
    }

    .mobile-search-cart-menu {
        display: flex;
        gap: 20px;
    }

    .mobile-main-menu {
        position: relative;
    }

    .arrow-header-mobile {
        position: absolute;
        right: 0;
        top: 18px;
    }

    .arrow-header-mobile:after {
        content: "\e902";
        font-family: 'iconfont', sans-serif;
        font-size: 15px;
        display: inline-block;
        margin-right: 20px;
        transform: rotate(270deg);
        color: #241B14;
        font-weight: 900;
    }

    .header {
        display: flex;
        flex-direction: column-reverse;
    }

    .header__top {
        flex-direction: column;
        row-gap: 15px;
    }

    .catblock__best-title {
        line-height: 29px;
    }

    .col-cart {
        order: 2;
    }

    .col-menu {
        order: 3;
    }

    .navbar {
        justify-content: flex-end;
        align-items: center;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-wrapper {
        width: auto;
        height: auto;
    }

    .mobile-header-menu {
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-collapse,
    .navbar-nav {
        height: auto;
    }

    .showme {
        display: block !important;
    }

    .navbar-collapse {
        position: relative;
        top: 100%;
        left: -0vw;
        /*	right: 100vw;*/
        z-index: 999;
        background: #fff;
        color: #241b14;
        border: 1px solid #e6e6e6;
        text-align: left;
        /*	opacity: 0;*/
        transition: opacity 0.2s ease;
        width: 100%;
    }

    .navbar-collapse.show {
        left: 0;
        right: 0;
        opacity: 1;
    }

    .main-menu {
        padding: 8px 15px;
    }

    .main-menu a {
        color: #241b14;
        padding: 8px 10px;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }

    .mobile-main-menu a {
        padding-left: 0;
        padding-right: 0;
    }

    .main-menu a:after {
        content: none;
    }

    .navbar-nav li {
        display: block;
        border-bottom: 1px solid gainsboro;
    }

    .mobile-main-menu li:last-child {
        border-bottom: none;
    }

    .mobile-main-menu li:last-child:after {
        content: none;
    }

    .navbar-nav li:before {
        content: none;
    }

    .submenu {
        text-align: left;
    }

    .submenu.opened {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        width: 100%;
    }

    .submenu li {
        margin-bottom: 8px;
    }

    .submenu__item {
        padding-top: 5px;
        margin-bottom: 20px;
    }

    .submenu__title a {
        margin-bottom: 0;
    }

    .submenu a {
        padding: 0;
    }

    .catblock__categories-header {
        flex-wrap: wrap;
    }

    .catblock__categories-subtitle {
        width: 100%;
        margin-top: 5px;
        margin-left: 25px;
    }

    .catblock__best-hits-slide-button {
        padding: 0;
    }

    .page__content {
        padding-right: 0;
    }

    .page__content_404 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar {
        padding-top: 30px;
    }

    .cart-forms .add {
        top: 7px;
        margin-bottom: 0;
    }

    .col-cart-form {
        order: 2;
    }

    .col-cart-table {
        order: 1;
        margin-bottom: 60px;
    }

    .catalog-page .catalog-content .sort-view .sort ul {
        margin-top: 10px;
    }

    .product-full__col-media {
        /*order: 2;*/
    }

    .product-full__col-desc {
        /*order: 1;*/
        margin-bottom: 50px;
    }

    .product-full__images-link {
        height: 420px;
    }

    .product-full__images_modal .product-full__images-link {
        height: 380px;
    }

    .modal-dialog-video__body {
        padding: 35px 25px;
    }

    .breadcrumbs {
        padding-bottom: 10px;
    }

    .breadcrumbs__item {
        margin-bottom: 5px;
    }

    /*.col-logo {*/
    /*    -ms-flex: 0 0 30.3333%;*/
    /*    flex: 0 0 30.3333%;*/
    /*    max-width: 30.3333%;*/
    /*}*/
    .col-cart {
        /*-ms-flex: 0 0 40%;*/
        /*flex: 0 0 40%;*/
        /*max-width: 40%;*/
    }

    .catalog-page .action-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        display: -ms-flex;
        display: -ms-inline-flexbox;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
    }

    .catalog-page .catalog-sidebar .action-block .item {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-left: 8px;
        padding-right: 8px;
        background: none;
    }

    .simplecheckout-button-block.buttons {
        padding-right: 0px;
    }

    .simplecheckout-button-block.buttons .button {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 425px) {
    .header__row {
        padding-left: 0;
        padding-right: 0;
    }

    .header__logo-text {
        margin-top: -17px;
        font-size: 8px;
    }

    .mobile-search-cart-menu {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .catblock__best {
        margin-top: 0px;
    }

    .catblock__best-slider {
        margin-top: 10px;
        max-width: 255px;
        margin-left: auto;
        margin-right: auto;
    }

    .header__logo {
        display: flex;
        align-items: center;
    }

    .header__cart {
        padding-left: 20px;
    }

    .submenu {
        padding-left: 0;
        padding-right: 0;
    }

    .submenu__item {
        padding-top: 0;
    }

    .submenu li {
        padding-right: 15px;
    }

    .catblock__categories-item-wrap {
        width: 100%;
    }

    .catblock__best {
        padding-left: 0;
    }

    .textblock__img {
        text-align: center;
        margin-bottom: 15px;
    }

    .col-copyrate {
        order: 2;
    }

    .col-search {
        order: 1;
        margin-bottom: 25px;
    }

    .col-farba {
        order: 3;
    }

    .item-list.table-list .item-wrapper .item {
        flex-wrap: wrap;
    }

    .item-list.table-list .item-wrapper .item .image,
    .item-list.table-list .item-wrapper .item .desc {
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .item-list.table-list .item-wrapper .item .desc .mid-desc,
    .item-list.table-list .item-wrapper .item .desc .price-block {
        width: 100%;
    }

    .item-list.table-list .item-wrapper .item .desc .price-block {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .item-list .item .desc .btn {
        width: 180px;
        max-width: 100%;
    }

    .products-compare__labels {
        width: 40%;
    }

    .products-compare__products {
        width: 60%;
    }

    .products-compare__params-name {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-full__images-link {
        height: 380px;
    }

    .product-full__addtocart-wrap {
        margin-top: 15px;
    }

    .product-full__images_modal {
        padding: 0;
    }

    .product-full__images_modal .product-full__images-link {
        height: 320px;
    }

    .product-full__images_modal .slick-prev {
        left: -35px;
    }

    .product-full__images_modal .slick-next {
        right: -35px;
    }

    .page {
        padding-top: 25px;
    }

    .page__title {
        font-size: 26px;
        line-height: 1.25;
    }

    .slick-slider .product-block + .product-block {
        border-left: 0;
    }

    .catblock__categories-item-img {
        min-height: 0;
    }

    .catblock__categories-item-img img {
        max-height: 190px;
        width: auto;
    }

    .catblock__categories-item-ttl {
        min-height: 0;
    }

    .catblock__best-slider img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .map-block iframe {
        position: relative;
        height: 300px;
    }

    .map-block .feedback-form-wrapper {
        padding: 20px 0px 30px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
    }

    .map-block .container {
        width: 100%;
    }

    .map-block .container .col-sm-8 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .catblock__categories-item-wrap .col-xl-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 789px) {
    .header__cart-text {
        display: none;
    }
}

@media (max-width: 575px) {
    .header__row .row {
        margin-left: 0;
        margin-right: 0;
    }

    .header__row .col {
        padding-left: 0;
        padding-right: 0;
    }

    .header__cart {
        justify-content: flex-end;
        padding-right: 0;
    }

    .header__cart-count {
        padding-right: 12px;
    }

    .submenu li {
        width: 100%;
    }

    .catblock__categories-item-wrap-custom .col {
        min-width: 100%;
    }

    .serts a {
        margin-right: 0px;
    }

    .cart-list tr {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .cart-list tr + tr {
        border-top: 1px solid #f5f5f5;
    }

    .cart-list table td {
        border-bottom: none;
        width: 50%;
        padding: 15px 0;
        position: initial;
    }

    .cart-list table td .price {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .cart-forms .add {
        top: 0;
        margin-bottom: 15px;
    }

    .catalog-page .catalog-content .filter select {
        margin-left: 0;
        margin-right: 20px;
    }

    .catalog-page .catalog-content .sort-view .sort {
        text-align: left;
    }

    .products-compare__labels {
        width: 43%;
    }

    .products-compare__products {
        width: 57%;
    }

    .products-compare__params-name {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .products-compare__params-value {
        font-size: 12px;
    }

    .product-full__images-link {
        height: 320px;
    }

    .product-full__images_modal .product-full__images-link {
        height: 250px;
    }

    .search-result .search-form button {
        padding: 11px 18px 11px 30px;
        background-position: 13% center;
    }

    .col-logo {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }

    .col-cart {
        /*-ms-flex: 0 0 39%;*/
        /*flex: 0 0 39%;*/
        /*max-width: 39%;*/
    }

    .col-menu {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 50px;
    }

    .catalog-page .catalog-sidebar .action-block .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .catalog-page .catalog-sidebar .action-block .item:last-child {
        display: none;
    }

    .item-list .item {
        min-height: 0 !important;
    }

    .item-list .item:hover {
        position: relative;
        margin-right: 0;
    }

    .item-list .item:hover .desc p.desc-text,
    .item-list .item .desc p.desc-text.desc-hide {
        display: none !important;
    }

    .item-list .item .desc p.desc-text.desc-hide2,
    .item-list .item:hover .desc p.desc-hide2 {
        display: block !important;
    }

    .item-list .item .desc .price-block .comparison {
        display: block;
        text-align: center;
        padding-top: 0;
        margin: 0 0 0px;
        font-size: 12px;
        border-bottom: none;
    }

    .item-list .item .desc .price-block .comparison img {
        margin-right: 5px;
    }

    .submenu__item {
        padding-top: 0px;
        margin-bottom: 15px;
    }

    .submenu__title {
        margin-bottom: 8px;
    }

    .catblock__categories-item-wrap .col-xl-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .header__cart-text {
        min-width: max-content;
    }

    .col-cart {
        /*-ms-flex: 0 0 53%;*/
        /*flex: 0 0 53%;*/
        /*max-width: 53%;*/
    }
}

@media (max-width: 450px) {
    .simplecheckout-customer-block table tr,
    .simplecheckout-customer-block table tr td {
        display: block;
        width: 100%;
    }

    .simplecheckout-customer-left {
        width: 100%;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .simplecheckout-customer-right {
        width: 100%;
    }
}

.product-list_item-desc .name_cat {
    position: relative;
    float: left;
    width: 100%;

}

.product-list_item-desc .name_cat a {
    display: block;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    background: #ffb100;
    padding: 7px 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
}

.product-list_item .name a {
    font-size: 18px;
    font-weight: bold;
}

.product-list_item {
    padding: 30px;
    box-shadow: 0px 0px 5px #f0f0f0;
    margin-bottom: 20px;
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

.product-list.product-list_items {
    margin-top: 40px;
}

.product-list_item .image {
    float: left;
    width: 200px;
    margin-right: 25px;
}

.product-list_item-desc {
    float: left;
    width: 70%;

}

.bl-left-title {
    font-size: 18px;
    color: #36383f;
    font-weight: bold;
    margin-bottom: 15px;
}

.left-sidebar_all .left-banners img {
    margin-bottom: 15px;
    display: block;
}

.left-sidebar_all .left-sidebar__menu {
    margin-bottom: 40px;
}

.left-sidebar_all .left-sidebar__menu li a sup {
    font-weight: normal;
    color: #ababab;
}

.left-sidebar_all .left-sidebar__menu li a {
    font-size: 14px;
    font-weight: bold;
}

.left-sidebar_all {
    margin-top: 77px;
}

.pagination.pagination_pol b {
    padding: 0 2px
}

.pagination.pagination_pol a {
    text-decoration: none;
    border-bottom: 0;
    padding: 0 2px
}

.pagination.pagination_pol {
    display: block;
    clear: both;
    text-align: center;
}

.page.content-article .page__title {
    margin-bottom: 15px;
}

.page.content-article h2,
.page.content-article h3,
.page.content-article h4 {
    clear: both;
    margin-bottom: 20px;
}

.page.content-article .ncategory a {
    display: block;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    background: #ffb100;
    padding: 7px 12px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.page.content-article .ncategory {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.page__content-article blockquote {
    background: #f5f5f5;
    padding: 40px;
    margin: 40px 0;
}

a.fancy[rel="gallery"]:hover {
    border-bottom: 0;
}

a.fancy[rel="gallery"] {
    border-bottom: 0;
}

.image_alt {
    display: block;
    box-shadow: 0px 0px 5px #f0f0f0;
    padding: 10px 40px;
    color: #000 !important;
    font-style: italic;
}

@media (max-width: 991px) {
    .product-list_item .image {
        float: left;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .product-list_item-desc {
        float: left;
        width: 100%;
    }

    .left-sidebar_all .left-banners img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .bl-left-title {
        text-align: center
    }

}

.page__content.page__content-article {
    margin-bottom: 30px;
}

.article_social {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding-top: 43px;
    padding-bottom: 50px;
}

.article_social-left {
    float: left;
    width: 50%;
}

.article_social-right a {
    background: #f4f4f4;
    border: 0;
    height: 42px;
    display: block;
    width: 240px;
    float: right;
    text-align: center;
    padding-top: 11px;
    margin-top: -5px;
}

.article_social-right {
    float: left;
    width: 50%;
    text-align: right;
}

.article_social-left span.name {
    font-size: 14px;
    padding-right: 14px;
    display: block;
    float: left;
    padding-top: 2px;
}

.article_social-left a {
    text-decoration: none;
    border: 0;
}

.article_rating {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 28px 0;
    border-top: 1px solid #ebebeb;
}

.article_rating-left {
    float: left;
    width: 70%;
}

.article_rating-right {
    float: left;
    width: 30%;
    text-align: right;
}

.raiting-stars {
    display: block;
    float: left;
}

.article_rating-right img {
    margin-right: 12px
}

@media (min-width: 531px) and (max-width: 991px) {
    .article_social {
        margin-bottom: 0
    }

    .left-sidebar_all {
        margin-top: 0;
    }
}

@media (max-width: 530px) {
    .article_social {
        margin-bottom: 0
    }

    .article_social-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .left-sidebar_all {
        margin-top: 0;
    }

    .article_social-right {
        float: left;
        width: 100%;
        text-align: left;
    }

    .article_social-right a {
        float: left;
        width: 100%
    }
}

.catalog-menu a {
    cursor: pointer
}

.catalog-page .catalog-sidebar .catalog-menu ul li:hover > a,
.catalog-page .catalog-sidebar .catalog-menu ul li.active > a {
    /*background: #f7ab00;*/
    color: #f7ab00;
}

.catalog-page .catalog-sidebar .catalog-menu ul li.active a sup,
.catalog-page .catalog-sidebar .catalog-menu ul li:hover a sup {
    color: #fff;
}

.catalog-page .catalog-sidebar .catalog-menu ul li.name-active:hover > span a {

    color: #f7ab00;
}

.catalog-page .catalog-sidebar .catalog-menu.catalog-menu-all ul li:hover a {

    color: #000;
}

.catalog-page .catalog-sidebar .catalog-menu ul li.name-active a {
    /*font-weight: bold;*/
    /*background: url(/catalog/view/theme/original/images/catalog-menu/bottom.png) 20px 50% no-repeat;*/
    /*padding-left: 40px;*/
}

.catalog-page .catalog-sidebar .catalog-menu ul li.name-active span {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.catalog-page .catalog-sidebar .catalog-menu.catalog-menu-all ul li a {
    background: url(/catalog/view/theme/original/images/catalog-menu/right.png) 20px 15px no-repeat;
    padding-left: 40px;
}

main.catalog-page .catalog-sidebar .catalog-menu ul.dropdown-menu li a {
    font-weight: normal;
    /*padding-left: 40px;*/
}

main.catalog-page .catalog-sidebar .catalog-menu ul li i.fa-angle-down:before {
    content: "\f107";
}
main.catalog-page .catalog-sidebar .catalog-menu ul li .active-name-active > i.fa-angle-down:before {
    content: "\f106";
}
main.catalog-page .catalog-sidebar .catalog-menu ul li:first-child span > i.fa-angle-up:before {
    content: "\f107";
}

main.catalog-page .catalog-menu.catalog-menu-all ul li a {
    font-weight: bold;
    padding: 11px 20px;
}

.catalog-page .catalog-sidebar .catalog-menu ul li a {
    border-bottom: 0;
}

.catalog-page .catalog-sidebar .catalog-menu.catalog-menu-all ul li a {
    border-bottom: 1px solid #f5f5f5;
}

.catalog-page .catalog-sidebar .catalog-menu {
    /*-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 0;*/
}

.catalog-page .catalog-sidebar .catalog-menu.catalog-menu-all {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.catalog-page .catalog-sidebar .catalog-menu.catalog-menu-all ul {
    border-top: 0;
}


.left_form {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f5f5f5;
    margin-top: 30px;
    padding: 28px 20px 30px 20px;
}

span.left_form-title {
    font-size: 16px;
    font-weight: bold;
    color: #36383f;
}

span.left_form-description {
    font-size: 12px;
    padding-top: 15px;
    display: block;
    margin-bottom: 20px;
}

.left_form #ajax_form input[type="button"]:hover {
    background: #e29315;
}

.left_form #ajax_form input[type="button"] {
    cursor: pointer;
    background: #f7ab00;
    color: #fff;
    border: 0;
    height: 48px;
    border-radius: 2px;
}

.left_form #ajax_form input[name="phone"] {
    background: #fbfbfb;
    height: 40px;
    font-size: 13px;
    color: #36383f;
}

.left_form #result_form {
    text-align: center;
    display: block;
    padding-top: 10px;
    color: green;
}

.left_form #result_form.success.error,
.left_form #result_form.error {
    color: red;
}

.left_form #result_form.success {
    color: green;
}

.left_form #ajax_form span {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #36383f;
}


ul.raiting_news {
    width: 100px;
    height: 20px;
    position: relative;
    background: url(/catalog/view/theme/original/image/stars/rating.png);
    margin-bottom: 0;

}

ul.raiting_news {
    padding-left: 0;
    margin-left: 0;
}

.raiting_news li {
    float: left;
    height: 20px;
    list-style-type: none;
}

.raiting_news li span {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    position: absolute;
    text-decoration: none;
    z-index: 10;
    top: 0;
    cursor: pointer;
}

.raiting_news li span:hover {
    background: url(/catalog/view/theme/original/image/stars/rating.png) left center;
    left: 0;
    z-index: 2;
}

.raiting_news span.star1 {
    left: 0;
}

.raiting_news span.star1:hover {
    width: 30px;
}

.raiting_news span.star2 {
    left: 20px;
}

.raiting_news span.star2:hover {
    width: 40px;
}

.raiting_news span.star3 {
    left: 40px;
}

.raiting_news span.star3:hover {
    width: 60px;
}

.raiting_news span.star4 {
    left: 60px;
}

.raiting_news span.star4:hover {
    width: 80px;
}

.raiting_news span.star5 {
    left: 80px;
}

.raiting_news span.star5:hover {
    width: 100px;
}

.raiting_news li.current {
    background: url(/catalog/view/theme/original/image/stars/rating.png) left bottom;
    z-index: 1;
}

ul.raiting_news > li span:hover {
    text-indent: 160px;
}


.article_rating-left .rating:after {
    background: #ccc;
    width: 1px;
    height: 11px;
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
}

.article_rating-left .rating {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    margin-left: 15px;
}

.article_rating-left .rating,
.article_rating-left .golos {
    display: block;
    float: left;
}

.article_rating-left .rating_count,
.article_rating-left .golos_count {
    background: #f5f5f5;
    width: 25px;
    display: block;
    display: inline-block;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 23px;
}

button.show_more:hover {
    color: #ffffff;
    background: #f7ab00;
}

button.show_more {
    margin-bottom: 20px;
    background: #f3f4f4;
    border: 0;
    width: 265px;
    height: 40px;
    cursor: pointer;
}

.pagination_link .show_all:hover {
    border-bottom: 0 !important;
}

.pagination_link .show_all {
    display: inline-block;
    border-bottom: 1px solid #ffb100 !Important;
    padding: 0 !important;
    margin-left: 5px;
}

.pagination_link .links {
    display: inline-block;
}

.pagination_link {
    display: block;
}

.raiting_news {
    display: inline-block
}

.article_rating-left .name {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

span.rating_result.success {
    display: block;
    color: #20c400;
}

span.rating_result.error {
    display: block;
    color: red;
}

.page__content.page__content-article .toc {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    clear: both;
    width: 100%;
    max-width: 100%;
    padding: 30px 40px;
}

.page__content.page__content-article .toc span {
    font-size: 16px;
    font-weight: bold;
    color: #36383f;
}

.page__content.page__content-article .toc li a:hover {
    border-bottom: 0;
}

.page__content.page__content-article .toc a {
    border-bottom: 1px dashed #ffb100;
}

.page__content.page__content-article .toc {
    margin-bottom: 40px;
}

.page__content.page__content-article .toc ul {
    margin-bottom: 0;
}

.page__content.page__content-article .toc .first.last:before,
.page__content.page__content-article .toc .first.last li:before {
    display: none;
}

.page__content.page__content-article .toc .first.last li {
    list-style-type: none;
}

@media (min-width: 480px) and (max-width: 767px) {
    .article_rating-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .article_rating-right {
        float: left;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 479px) {
    .raiting-stars {
        margin-bottom: 10px;
    }

    .article_rating-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .article_rating-right {
        float: left;
        width: 100%;
        text-align: left;
    }

    .article_rating-left .rating, .article_rating-left .golos {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .article_rating-left .rating:after {
        display: none
    }
}

.box-product_list_short .image_alt {
    display: none
}

.box-product_list.box-product_list_short.item-list.table-list .col-sm-6.col-md-4.item-wrapper {
    padding: 0;
}

.choose-help.choose-help_in_cat .choose-help__text ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.choose-help.choose-help_in_cat .choose-help__text {
    padding: 35px;
    position: relative;
    float: left;
    width: 100%;
}

.choose-help.choose-help_in_cat .choose-help__text li img {
    width: 61px;
}

.choose-help.choose-help_in_cat .choose-help__text li a:hover {
    color: #ffb100;
    text-decoration: none;
}

.choose-help.choose-help_in_cat .choose-help__text li a {
    width: 230px;
    border-bottom: 0;
    padding-top: 7px;
    line-height: 22px;
    text-decoration: underline;
    text-decoration-color: #ffb100;
}

.choose-help.choose-help_in_cat .choose-help__text li a,
.choose-help.choose-help_in_cat .choose-help__text li img {
    float: left;
}

.choose-help.choose-help_in_cat .choose-help__text li {
    list-style-type: none;
    float: left;
    width: 50%;
}

.choose-help.choose-help_in_cat .choose-help__text a {
    color: #fff;
    margin-left: 12px;
}

.choose-help.choose-help_in_cat {
    background: #696969;
}

.choose-help_in_cat_bottom-title img {
    margin-right: 13px;
}

.choose-help_in_cat_bottom-title span {
    font-size: 22px;
    font-weight: bold;
}

.choose-help_in_cat_bottom-title a {
    float: right;
}

.choose-help_in_cat_bottom-title {
    position: relative;
    float: left;
    width: 100%;
}

.choose-help__text.product-list.product-list_items {
    margin-top: 20px;
    position: relative;
    float: left;
    padding: 0;
    width: 100%;
}

.catdesc.textblock ul li {
    margin-bottom: 15px;
}

.catdesc.textblock ul {
    padding-left: 0;
}

.catdesc.textblock img {
    margin-top: 10px;
    margin-bottom: 30px;
}

.catdesc.textblock p {
    line-height: 24px;
}

.catdesc.textblock h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.catdesc.textblock {
    padding: 0;
    background: none;
}

#accordion .panel-body {
    padding-top: 15px;
}

#accordion {
    margin-bottom: 30px
}

#accordion .panel.panel-default {

    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

#accordion .panel-body,
#accordion .panel-body p {
    line-height: 24px;
}

#accordion .panel-body {
    padding: 12px 19px;
    padding-left: 57px;
}

.item-list {
    margin-bottom: 50px;
}

#accordion .panel-title a[aria-expanded="true"] {
    background: url(/catalog/view/theme/original/image/article/vop-bottom.png) 19px no-repeat;
}

#accordion .panel-title a, #accordion .panel-title a[aria-expanded="false"] {
    border-bottom: 0;
    padding: 12px 19px;
    padding-left: 57px;
    display: block;
    width: 100%;
    background: url(/catalog/view/theme/original/image/article/vop-right.png) 19px no-repeat;
}

#accordion .panel-title {
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-list_item-desc {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .choose-help.choose-help_in_cat .choose-help__text li {
        width: 100%;
        margin-bottom: 20px;
    }

    .catalog-page .catalog-sidebar {
        display: none;
    }

    .product-list_item-desc {
        width: 100%;
    }
}

.text_none {
    display: none;
}

.text_none.active {
    display: block;
}

#text_but {
    background: #ffb200;
    border: 2px solid #fff;
    padding: 5px 22px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    cursor: pointer
}


#text_but:hover {
    background: #fff;
    border: 2px solid #ffb200;
    color: #ffb200;

}

.text_btn_center {
    text-align: center;
}

.header__row.f-nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}

.header__row.f-nav .row {
    justify-content: space-evenly !important;
}

.catlist__list {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
}

.catlist__list .catlist_item_wrp {
    display: flex;
    box-shadow: 0px 4px 26px 5px #d8d8d8;
    margin-top: 2%;
    flex-basis: 49%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.catlist__list .catlist_item_wrp .catlist__item_img {
    flex-basis: 45%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
}

.catlist__list .catlist_item_wrp .catlist__item {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion_faq .card-header {
    background-color: transparent;
    border-bottom: 1px solid #f7ab00;
}

.accordion_faq .card-header .btn-link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    text-align: left;
}

.accordion_faq .card-header .btn-link i {
    float: right;
    font-size: 24px;
    font-weight: 700;
}

.accordion_faq .card {
    border: none;
}

.accordion_faq .card-header, .accordion_faq .card-header .btn-link,
.accordion_faq .card-body {
    padding-left: 0;
}

.show_faq_wrp {
    text-align: right;
}

.show_faq_wrp .show_faq {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #a1a1a1;
    cursor: pointer;
}

@media (max-width: 767px) {
    .catlist__list .catlist_item_wrp {
        flex-basis: 100%;
    }
}

section.block_contact {
    padding: 60px 0px;
    background-image: url(../images/bg_contacts.png);
    background-size: cover;
    color:rgba(255, 255, 255, 1);
    font-family: Open Sans;
}

section.block_contact h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    margin-bottom: 12px;
}

section.block_contact .form-control {
    max-width: 270px;
    min-height: 48px;
    border-radius: 3px;
}

section.block_contact form .form-check-input {
    width: 10%;
    height: 90%;
}
section.block_contact form .form-check-label {
    padding-left: 1.5rem;
    margin-top: 4px;
    margin-bottom: 0;
}
section.block_contact form .form-check {
    margin-bottom: 20px;
}

.name_cat {
    display: flex;
    align-items: center;
}
li.name-active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}
.base_li {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}
.base_li p {
    color: rgba(130, 130, 130, 1);
    font-size: 14px;
}
.name-active .fa-2 {
    font-size: 1.5rem;
}
.active-name-active > a, .active-name-active > i{
    color: #f7ab00 !important;
}

.catalog-menu > ul > li > span {
    font-size: 15px;
    font-weight: 600;
}

.name-active.active-name-active a {
    color: #f7ab00;
}
@media screen and (max-width: 576px) {
    .product-full__col-media .wrap-icons {
        top: 85px !important;
        right: 0 !important;
    }
    .wrap-icons .ico-new, .ico-profi {
        background-size: contain !important;
    }
    .wrap-icons .ico {
        width: 40px !important;
        height: 40px !important;
    }
    .product-full__col-desc {
        /* order: 1; */
        margin-bottom: 10px !important;
    }
    .header .cart-search-wrapper {
        display: none;
    }

    .header_btn a {
        width: 100%;
    }
}
#readMoreBtn {
    border-bottom: 2px #f7ab00 solid;
    cursor: pointer;
}

#readMoreBtn:hover {
    color: #f7ab00;
    border-color: #241b1440;
}