@font-face {
    font-family: 'Gotham Pro Regular';
    src: local('Gotham Pro'),
    local('Gotham Pro Regular'),
    local('GothamPro'),
    local('GothamPro-Regular'),
    url('../fonts/GothamPro.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* @font-face {
    font-family: 'Gotham Pro Regular';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback !important;
} */

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* :active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
} */

aside, footer, header, nav {
    display: block
}

body {
    font-family: 'Gotham Pro Regular';
    /* height: 100%;
    width: 100%; */
    font-size: 100%;
    font-weight: 400;
    line-height: 20px;
    line-height: 1;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #f5f6f9
}

button,
input,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::placeholder,
textarea,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder,
textarea::placeholder {
    font-family: 'Gotham Pro Regular';
    /* font-family: Rubik; */
    font-size: 14px
}

/* body {
    font-family: Rubik
} */

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
input:focus::-ms-input-placeholder,
input:focus::placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::-ms-input-placeholder,
textarea:focus::placeholder {
    opacity: 0
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

.ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.ibg img {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

._container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px
}

.header__bottom, .header__top {
    padding: 20px 0
}

.breadcrumbs__list, .header-actions, .header-lang, .header-menu, .header-tel, .product-slider__top, .sidebar-range__row, .sidebar__bottom, .welcome-categories, .welcome-slide, .welcome__slider .slick-dots, .welcome__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article__date, .bonus__conditions ul li, .breadcrumbs__item a, .breadcrumbs__item span, .catalog__label, .feedback__field span, .header-actions__item span, .header-lang__item a, .header-tel__label, .leave-review__field span, .leave-review__notice span, .rating__container-label, .review__content, .review__head, .sign-in-popup__field input, .sign-in-popup__field span {
    font-weight: 300;
    font-size: 14px;
    line-height: calc(17 / 14)
}

.search-popup, .sign-in-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

._active.search-popup, ._active.sign-in-popup {
    opacity: 1;
    visibility: visible
}

.search-popup__area, .sign-in-popup__area {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.header {
    background: #fff;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 9px rgba(0, 0, 0, .05);

}

.header.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    display: block;
    width: calc(200px + 62 * ((100vw - 992px) / (1920 - 992)));
    margin: 0 calc(20px + 35 * ((100vw - 992px) / (1920 - 992))) 0 0
}

.header__logo img {
    width: 100%
}

.header__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 calc(20px + 10 * ((100vw - 992px) / (1920 - 992))) 0 0
}

.header__search {
    position: relative
}

.header__search input {
    width: 100%;
    height: 40px;
    border-radius: 25px;
    border: 2px solid #15b081;
    padding: 0 80px 0 30px;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #000;
    font-weight: 300
}


.header__search input::-webkit-input-placeholder,
.header__search input::-moz-placeholder,
.header__search input:-ms-input-placeholder,
.header__search input::-ms-input-placeholder,
.header__search input::placeholder {
    opacity: .5;
    color: #000
}
/*
.header__search input:focus::-webkit-input-placeholder {
    opacity: 0
}

.header__search input:focus::-moz-placeholder {
    opacity: 0
}

.header__search input:focus:-ms-input-placeholder {
    opacity: 0
}

.header__search input:focus::-ms-input-placeholder {
    opacity: 0
}

.header__search input:focus::placeholder {
    opacity: 0
} */

.header__search button {
    background: #15b081;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.header__search button:hover {
    background: #5da70c
}

.header-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -12.5px
}

.header-actions__item {
    margin: 0 12.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.header-actions__item img {
    margin: 0 0 3px 0
}


.header-actions__item img, .header-actions__item span {
    opacity: .5
}

.header-actions__item:hover img, .header-actions__item:hover span {
    opacity: 1
}

.header-actions__item span {
    font-size: calc(12px + 2 * ((100vw - 992px) / (1920 - 992)))
}

.header__search-mobile img {
    opacity: 1
}

.header__cart {
    position: relative
}

.header__cart-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    line-height: calc(13 / 11);
    font-weight: 500;
    color: #fff;
    background: #15b081;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -9px;
    top: 2px
}

.header__bottom {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.header-tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 calc(20px + 25 * ((100vw - 992px) / (1920 - 992))) 0 0
}

.header-tel:hover {
    opacity: .65
}

.header-tel__icon {
    margin: 0 10px 0 0;
    width: 26px
}

.header-tel__icon img {
    width: 100%
}

.header-tel__label {
    color: #000;
    opacity: .5;
    margin: 0 0 2px 0
}

.header-tel__main {
    font-size: calc(14px + 3 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(20 / 17);
    font-weight: 500;
    color: #000
}

.header-menu {
    margin: 0 -23px
}

.header-menu__item {
    margin: 0 23px;
    margin-left: 50px;
}

.header-menu__item a {
    font-size: 18px;
    line-height: calc(19 / 16);
    color: #000
}

.header-menu__item a:hover {
    opacity: .5
}

.header-lang__item {
    margin: 0 25px 0 0
}

.header-lang__item:last-child {
    margin: 0
}

.header-lang__item a {
    opacity: .5;
    color: #000;

}

.header-lang__item a:hover {
    opacity: 1;
}

.header-lang__item._current a {
    border: 1px solid gray;
    padding: 4px;
    opacity: 1;

}

.header-lang__item._current a:hover {
    opacity: .25;
}

.search-popup form {
    z-index: 2;
    max-width: 500px
}

.sign-in-popup__content {
    min-width: 320px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 20px 40px
}

.sign-in-popup__title {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: calc(21 / 18);
    margin: 0 0 25px 0
}

.sign-in-popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sign-in-popup__form button {
    margin: 25px 0 0;
    padding: 10px;
    border-radius: 15px;
    background: #15b081;
    color: #fff;
    font-size: 10px;
    line-height: calc(12 / 10);
    font-weight: 500;
    text-transform: uppercase
}

.sign-in-popup__form button:hover {
    opacity: .75
}

.sign-in-popup__alert {
    font-weight: 500;
    line-height: calc(17 / 14);
    -webkit-transition: opacity .3s, margin .3s, color .3s;
    -o-transition: opacity .3s, margin .3s, color .3s;
    transition: opacity .3s, margin .3s, color .3s;
    font-size: 0;
    opacity: 0;
    visibility: hidden
}

.sign-in-popup__alert--success {
    color: #15b081
}

.sign-in-popup__alert--error {
    color: #d84040
}

.sign-in-popup__alert._active {
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    margin: 0 0 25px 0
}

.sign-in-popup__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sign-in-popup__field span {
    margin: 0 0 5px 0;
    color: grey
}

.sign-in-popup__field input {
    height: 35px;
    border: 1px solid #e5e5e5;
    padding: 0 13px;
    border-radius: 20px;
    color: #000;
    font-weight: 500
}

.sign-in-popup__field._hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.sign-in-popup__field-error input {
    border: 1px solid #d84040;
    color: #d84040;
    background: #fff3f3
}

.catalog__more, .category__more, .news__more {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 25px 0 0 0;
    cursor: pointer;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 10px;
    line-height: calc(12 / 10);
    font-weight: 500;
    color: #fff;
    background: #4a4a4a;
    text-transform: uppercase
}

.catalog__more:hover, .category__more:hover, .news__more:hover {
    opacity: .7
}

.burger-content {
    background: #f5f6f9;
    position: fixed;
    top: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 29;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.burger-content._active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.burger-content .header__bottom {
    border-top: 0
}

.burger-content .header-tel {
    position: absolute;
    right: calc(15px + 45 * ((100vw - 375px) / (992 - 375)))
}

.burger-content .header-tel__label {
    font-size: 16px
}

.burger-content .header-tel__main {
    font-size: 19px
}

.burger-content .header__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.burger-content .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 50px 0;
    width: 100%;
}

.burger-content .header-menu__item {
    margin: 0 0 20px;
    position: relative;
}

.visible-tablet {
    display: none;
}

.burger-content .item__menu {
    padding-right: 17px;
}

.burger-content .item__menu.open,
.burger-content .item__menu.close {
    cursor: pointer;
}

.burger-content .header-menu__item.open .header-menu__item a,
.burger-content .header-menu__item.close .header-menu__item a{
    font-size: 18px;
}

.burger-content .item__menu.open::before {
    content: "\f068";
    position: absolute;
    right: 0px;
    top: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}

.burger-content .item__menu.close::before {
    content: "\f067";
    position: absolute;
    right: 0px;
    top: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}
.burger-content .header-menu__item .header-menu {
    padding: 5px 0px;
    margin: 0px;
    width: 100%;
}

.burger-content .header-menu__item .header-menu.level-1 {
    padding-left: 20px;
}

.burger-content .header-menu__item .header-menu.level-2 {
    padding-left: 40px;
}


.burger-content .header-menu .header-menu {
    display: none;
}

.burger-content .header-menu__item:last-child {
    margin: 0
}

.burger-content .header-menu__item a {
    font-size: 20px
}

.burger-content .header-lang a {
    font-size: 16px
}

.header__burger {
    width: 51px;
    height: 50px;
    position: relative;
    margin: 0 0 0 calc(20px + 20 * ((100vw - 375px) / (992 - 375)))
}

.header__burger span, .header__burger:after, .header__burger:before {
    content: '';
    width: 40px;
    background: #15b081;
    height: 3px;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: 50%;
    top: 50%
}

.header__burger:before {
    -webkit-transform: translate(-50%, -1.5px) translate(0, -8px);
    -ms-transform: translate(-50%, -1.5px) translate(0, -8px);
    transform: translate(-50%, -1.5px) translate(0, -8px)
}

.header__burger:after {
    -webkit-transform: translate(-50%, -1.5px) translate(0, 8px);
    -ms-transform: translate(-50%, -1.5px) translate(0, 8px);
    transform: translate(-50%, -1.5px) translate(0, 8px)
}

.header__burger span {
    top: 50%;
    -webkit-transform: translate(-50%, -1.5px);
    -ms-transform: translate(-50%, -1.5px);
    transform: translate(-50%, -1.5px)
}

.header__burger._active span {
    -webkit-transform: translate(-50%, -1.5px) scale(0);
    -ms-transform: translate(-50%, -1.5px) scale(0);
    transform: translate(-50%, -1.5px) scale(0)
}

.header__burger._active:before {
    -webkit-transform: translate(-50%, -1.5px) rotate(45deg);
    -ms-transform: translate(-50%, -1.5px) rotate(45deg);
    transform: translate(-50%, -1.5px) rotate(45deg)
}

.header__burger._active:after {
    -webkit-transform: translate(-50%, -1.5px) rotate(-45deg);
    -ms-transform: translate(-50%, -1.5px) rotate(-45deg);
    transform: translate(-50%, -1.5px) rotate(-45deg)
}

.header {
    position: relative;
    z-index: 999;
}

/* body {
    background: #f5f6f9
} */

body._lock {
    overflow: hidden
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 25px 0 20px;
    background: #f5f6f9
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.footer__column {
    margin: 0 calc(15px + 35 * ((100vw - 1150px) / (1920 - 1150))) 25px 0
}

.footer__column_1 {
    margin: 0;
    margin: 0 calc(50px + 100 * ((100vw - 1150px) / (1920 - 1150))) 25px 0
}

.footer__column_1 .header__logo {
    width: 220px;
    margin: 0 0 30px 0
}

.footer__column_1 .header-tel {
    margin: 0 0 20px 0
}

.footer__info {
    padding: 12px 0 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.footer__info h2 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: calc(19 / 16);
    font-weight: 500;
    color: #15b081;
    margin: 0 0 15px 0
}

.footer__info ul li a {
    font-size: 14px;
    line-height: 185%;
    font-weight: 500;
    color: #000
}

.footer__info ul li a:hover {
    opacity: .5
}

.footer__column_4 {
    margin: 0
}

.footer__footer {
    padding: 20px 0 0 0;
    font-size: 12px;
    line-height: calc(14 / 12);
    font-weight: 300;
    color: #c4c4c4
}

.footer-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px 0
}

.footer-contacts__item:last-child {
    margin: 0
}

.footer-contacts__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px
}

.footer-contacts__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: calc(17 / 14);
    opacity: .5
}

.footer__links ul {
    max-width: 260px
}

.footer__links ul li a {
    font-weight: 300;
    font-size: calc(12px + 2 * ((100vw - 375px) / (992 - 375)));
    line-height: 2;
    color: #000
}

.footer__links ul li a:hover {
    opacity: .5
}

.categories {
    width: 232px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 246px;
    flex: 0 0 232px;
    margin: 0 20px 0 0;
    background: #fff
}

.categories__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #f5f6f9
}

.categories__head-icon {
    margin: 0 10px 0 0
}

.categories__head-arrow {
    opacity: 0;
    visibility: hidden
}

.categories__title {
    font-size: 16px;
    line-height: calc(19 / 16);
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.categories__content li {
    border-bottom: 2px solid #f5f6f9;
    padding-top: 0;
}

.categories__content li:last-child {
    border: 0
}

.categories__content li a {
    height: 64px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.categories__content li a:hover {
    background: rgba(241, 241, 241, .5)
}

.categories__content li a:hover .categories__arrow {
    opacity: 1
}

.categories__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px
}

.categories__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: calc(14px + 2 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(19 / 16);
    color: #000
}

.categories__text:hover {
    font-weight: 500;
}

.categories__arrow {
    opacity: .5
}

.welcome {
    padding: 0 0 20px 0;
    background: white;
}

.welcome__slider {
    height: 100%;
    position: relative
}

/* .welcome__slider .slick-list {
    overflow: hidden;
    height: 100%
} */

/* .welcome__slider .slick-track {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
} */

/* .welcome__slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
@media screen and (max-width: 765px) {
    .slick-dots{
        bottom: -20px !important;
    }
} */

/* .welcome__slider .slick-dots li {
    margin: 0 5px 0 0
} */

/* .welcome__slider .slick-dots li.slick-active button {
    width: 40px;
    opacity: 1
} */

/* .welcome__slider .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .5;
    border-radius: 3px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
@media screen and (max-width:765px) {
    .welcome__slider .slick-dots li button{
        background: gray;
    }
} */


/* .welcome__slider .slick-dots li:last-child {
    margin: 0
} */

.welcome__main .swiper-pagination-bullet {
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    transition: .3s;
}
.welcome__main .swiper-pagination-bullet-active {
    width: 40px;
}

.welcome-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.welcome-slide__content {
    color: #fff;
    padding: 0 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.welcome-slide__subtitle {
    font-size: calc(25px + 11 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(43 / 36)
}

.welcome-slide__title {
    font-weight: 700;
    font-size: calc(38px + 10 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(57 / 48);
    margin: 0 0 calc(30px + -15 * ((100vw - 992px) / (1920 - 992))) 0
}

.welcome-slide__btn {
    padding: 10px 20px 10px 35px;
    background: #d84040;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome-slide__btn span {
    margin: 0 10px 0 0;
    font-size: 10px;
    line-height: calc(12 / 10);
    text-transform: uppercase;
    color: #fff;
    font-weight: 500
}

.welcome-slide__btn img {
    opacity: .4
}

.welcome-slide__btn:hover {
    opacity: .7
}

.welcome-slide__picture {
    position: relative
}

.welcome-slide__picture:before {
    content: '';
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translate(0, 70px);
    -ms-transform: translate(-50%, -50%) translate(0, 70px);
    transform: translate(-50%, -50%) translate(0, 70px);
    background: #15b081;
    border-radius: 50%;
    z-index: 1
}

.welcome-slide__picture img {
    width: 250px
}

.welcome-slide__label {
    position: absolute;
    top: 30px;
    z-index: 3;
    left: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #15b081;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: calc(18 / 15);
    color: #fff;
    text-transform: lowercase
}

.welcome-slide__illustration {
    position: absolute;
    right: 80px;
    top: 10px
}

.welcome-slide__illustration img {
    position: relative;
    z-index: 2
}

.welcome__top {
    margin: 0 0 20px 0
}

.welcome__main {
    /* min-width: 0; */
    background: -o-linear-gradient(186.39deg, #15b081 -20%, #8cc350 30%, #15b081 120%);
    background: linear-gradient(263.61deg, #15b081 -20%, #8cc350 30%, #15b081 120%);
    /* -webkit-box-flex: 1; */
    /* -ms-flex: 1 1 auto; */
    /* flex: 1 1 auto */
    width: 100%;
}

.welcome-categories {
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.welcome-categories__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    padding: 0 10px;
    margin: 0 0 20px 0;
    height: 232px;
}

.welcome-categories__column:first-child .welcome-categories__content {
    background: url(../image/cigarettesBackground.svg) right bottom/cover no-repeat;
}

.welcome-categories__column:first-child .welcome-categories__picture {
    right: -3px;
    top: 40px;
}

.welcome-categories__column:nth-child(2) .welcome-categories__content {
    background: url(../image/tobaccoBackground.svg) right bottom/cover no-repeat;
}

.welcome-categories__column:nth-child(2) .welcome-categories__picture {
    right: -0px;
    top: 49px;
}

.welcome-categories__column:nth-child(3) .welcome-categories__content {
    background: url(../image/accessoriesBackground.svg) right bottom/cover no-repeat;
}

.welcome-categories__column:nth-child(3) .welcome-categories__picture {
    right: -12px;
    top: -8px;
}
.welcome-categories__column:nth-child(4) .welcome-categories__content {
    background: url(../image/coalBackground.svg) right bottom/cover no-repeat;
}

.welcome-categories__column:nth-child(4) .welcome-categories__picture {
    right: -12px;
    top: -8px;
}

.welcome-categories__column:last-child .welcome-categories__content {
    background: url(../image/hookahBackground.svg) right bottom/cover no-repeat;
}

.welcome-categories__column:last-child .welcome-categories__picture {
    right: 16px;
    top: 100px;
}

.welcome-categories__content {
    position: relative;
    height: inherit;
    overflow: hidden;
    display: block
}

.welcome-categories__content:hover .welcome-categories__btn {
    opacity: 1
}

.welcome-categories__content:hover .welcome-categories__picture {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.welcome-categories__contain {
    padding: 45px 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 20;
    position: relative;
}

.welcome-categories__title {
    font-size: 17px;
    font-weight: 700;
    line-height: calc(20 / 17);
    text-transform: uppercase;
    padding: 0 0 15px 0;
    position: relative;
    margin: 0 10px 35px 0;
    color: black;

}

.welcome-categories__title:before {
    content: '';
    width: 30px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
}

.welcome-categories__btn {
    font-size: 10px;
    font-weight: 500;
    line-height: calc(12 / 10);
    text-transform: uppercase;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5
}

.welcome-categories__btn span {
    margin: 0 10px 0 0
}

.welcome-categories__picture {
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.welcome .categories {
    position: relative
}

.welcome .categories._active .categories {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2)
}

.welcome .categories._active .categories__head-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.welcome .categories._active .categories__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.product-slider {
    /*margin: 0 0 35px 0*/
}

.product-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-slider__arrows button {
    margin: 0 10px 0 0;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    position: relative
}

.product-slider__arrows button:hover {
    opacity: .5
}

.product-slider__arrows button:before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5;
    background: url(../image/arrowright.svg) 0 0/11px 11px no-repeat
}

.product-slider__arrows button:last-child {
    margin: 0
}

.product-slider__arrows .slick-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-slider__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 16px 0;
    border-bottom: 2px solid #15b081;
    margin: 0 0 20px 0
}

.product-slider__title {
    font-size: 18px;
    font-weight: 700;
    line-height: calc(21 / 18);
    text-transform: uppercase
}

.product-slider__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-slider__slider .slick-list {
    overflow: hidden;
    margin: 0 -10px
}

.product-slider-slide {
    padding: 0 10px
}

.product-slider-slide__content {
    background: #fff;
    padding: 15px 20px 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.product-slider-slide__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px 0;
    height: 250px;
    position: relative;
}

.product-slider-slide__picture:hover {
    opacity: .6
}

.product-slider-slide__picture img {
    max-width: 100%;
    max-height: 100%
}

.product-slider-slide__picture.opacity img {
    opacity: 0.7;
}

.quantityIsNull {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
}

.product__icons {
    position: absolute;
    right: 0px;
    top: 0px;
}

.product-slider-slide__icons {
    display: flex;
    justify-content: space-between;
}


.product-slider-slide__icons .icons__heart {
    padding: 5px 7px;
    border-radius: 100px;
    border: 1px solid #15b081;
    color: #15b081;
    margin-right: 5px;
}

.product-slider-slide__icons .icons__eye {
    padding: 5px 7px;
    border-radius: 100px;
    border: 1px solid #15b081;
    color: #15b081;
}


.quantityIsNull .quantityText {
    padding: 5px 19px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

.product-slider-slide__picture span {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search .h1 {
    font-size: 24px;
}

.row {
    display: flex;
}

.row-margin {
    margin: 0px -15px;
}

.select-search {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    background: linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, #000 50%, transparent 50%),
    linear-gradient(to right, #fffefe, #fff);
    background-color: #fff;
    background-position: calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    100% 0;
    background-size: 5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;

    /* styling and reset */

    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search_h1 {
    margin-bottom: 20px;
}

#input-search {
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
}

.btn-custom-search {
    height: 100%;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    cursor: pointer;
}

.col-sm-2 {
    width: 20%;
    padding: 0px 15px;
}

.col-md-3 {
    width: 25%;
}

.col-sm-4 {
    width: 33.333333%;
    padding: 0px 15px;
}

.col-sm-5 {
    width: 40%;
    padding: 0px 15px;
}

.product-slider-slide__picture span.label-new {
    background: #15b081;
    color: #fff;
    font-weight: 500;
    font-size: 15px
}

.product-slider-slide__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-slider-slide .product-slider-slide__name,
.product-slider-slide .product-slider-slide__price {
    font-size: 18px;
}

.product-slider-slide .product-slider-slide__name,
.product-slider-slide .product-slider-slide__side {
    line-height: calc(21 / 18);
    margin: 0 0 15px 0
}

.product-slider-slide .product-slider-slide__side {
    display: flex;
    justify-content: space-between;
}

.product-slider-slide__name {
    font-size: calc(16px + 2 * ((100vw - 992px) / (1920 - 992))) !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product-slider-slide__price {
    color: #15b081;
    display: flex;
    align-items: center;
}

.product-slider-slide__price--new span:first-child {
    color: #d84040;
    margin: 0 15px 0 0
}

.product-slider-slide__price--new span:last-child {
    font-size: 14px;
    color: #c4c4c4;
    text-decoration: line-through
}

.product-slider-slide__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-slider-slide__buy {

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px 0;
    border-radius: 20px;
    background: #15b081;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: calc(12 / 10);
    font-weight: 500;
    text-transform: uppercase
}

.d-flex {
    display: flex;
}

.product-slider-slide__buy span {
    margin: 0 6px 0 0
}

.product-slider-slide__buy.notify_on_availability span {
    text-align: center;
}

.product-slider-slide__buy:hover {
    opacity: .8
}

.product-slider-slide__rate img {
    margin: 0 3px 0 0
}

.product-slider-slide__rate img:last-child {
    margin: 0
}

.home-info {
    margin: 40px 0 40px 0
}

.home-info__content {
    max-height: 221px;
    overflow: auto;
    padding: 0 calc(61px + 42 * ((100vw - 992px) / (1920 - 992))) 0 0
}

.home-info__content::-webkit-scrollbar {
    width: 10px
}

.home-info__content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c4c4c4
}

.home-info__content div, .home-info__content p {
    font-weight: 300;
    font-size: calc(12px + 2 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(17 / 14);
    color: #000;
    opacity: .5;
    margin: 0 0 17px 0
}

.home-info__content div:last-child, .home-info__content p:last-child {
    margin: 0
}

.home-info__content div {
    margin: 0
}

.breadcrumbs {
    padding: 15px 0 0 0;
}

.breadcrumbs__item {
    position: relative;
    padding: 0 21px 0 0
}

.breadcrumbs__item::before {
    content: '>';
    width: 1px;
    height: 10px;
    color: grey;
    position: absolute;
    right: 13px;
    top: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.breadcrumbs__item:last-child::before{
    content: ' ' !important;
    width: 1px;
    height: 10px;
    color: grey;
    position: absolute;
    right: 13px;
    top: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.breadcrumbs__item a {
    color: grey
}

.breadcrumbs__item a:hover {
    color: #15b081
}

.breadcrumbs__item._current {
    /*color: #15b081*/
}

.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(225px + 70 * ((100vw - 992px) / (1920 - 992)));
    flex: 0 0 calc(225px + 70 * ((100vw - 992px) / (1920 - 992)));
    margin: 0 20px 0 0;

}

.sidebar__form button {
    border-radius: 50px;
    background: #15b081;
    padding: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 15px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase
}

.sidebar__form button:hover {
    opacity: .7
}

.sidebar__bottom {
    margin: 25px 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar__finded {
    margin: 0 20px 0 0;
    font-size: 12px;
    font-weight: 300
}

.sidebar__clear {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e5e5e5;
    position: relative;
    cursor: pointer
}

.sidebar__clear:hover {
    opacity: .7
}

.sidebar__clear:after, .sidebar__clear:before {
    content: '';
    width: 13px;
    height: 1px;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 50%
}

.sidebar__clear:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.sidebar__clear:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.sidebar__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    border-bottom: 2px solid #e5e5e5
}

.sidebar__head:hover {
    opacity: .7
}

.sidebar__head .sidebar__title {
    margin: 0
}

.sidebar-dropdown {
    margin: 0 !important
}

.sidebar-dropdown .sidebar__content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 0 10px 0
}

.sidebar-dropdown._active .sidebar__head {
    border: 0;
    height: 50px
}

.sidebar-dropdown._active .sidebar__dropdown-icon:after {
    display: none
}

.sidebar-dropdown._active .sidebar__content {
    opacity: 1;
    visibility: visible;
    position: static
}

.sidebar__dropdown-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 0 0 10px
}

.sidebar__dropdown-icon:after, .sidebar__dropdown-icon:before {
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sidebar__dropdown-icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.sidebar-section {
    margin: 0 0 30px 0
}

.sidebar .categories {
    margin: 0 0 20px 0;
    width: 100%
}
.product-page > ._container .sidebar .categories {
    width: 100%
}

.sidebar__title {
    font-size: 16px;
    margin: 0 0 20px 0
}

.sidebar-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px 0;
    cursor: pointer
}

.sidebar-checkbox:last-child {
    margin: 0
}

.sidebar-checkbox:hover {
    opacity: .6
}

.sidebar-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.sidebar-checkbox input:checked + .sidebar-checkbox__label {
    position: relative
}

.sidebar-checkbox input:checked + .sidebar-checkbox__label:before {
    content: '';
    width: 16px;
    position: absolute;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../image/checkmark.svg) 0 0/100% 100% no-repeat
}

.sidebar-checkbox__label {
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #e5e5e5
}

.sidebar-checkbox-container--2columns {

    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-checkbox-container--2columns .sidebar-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.sidebar-checkbox-container--2columns .sidebar-checkbox:nth-last-child(2) {
}

.sidebar-range__range {
    margin: 15px 0 30px 0;
    height: 6px;
    background: #e5e5e5;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.sidebar-range__range .noUi-base, .sidebar-range__range .noUi-connects {
    height: 6px;
    position: relative
}

.sidebar-range__range .noUi-connect {
    background: #15b081;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.sidebar-range__range .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    width: 10%;
    height: 10%
}

.sidebar-range__range .noUi-handle {
    width: 16px;
    height: 16px;
    background: #15b081;
    border-radius: 50%;
    left: 100%;
    top: -5px;
    -webkit-transform: translate(-7px, 0);
    -ms-transform: translate(-7px, 0);
    transform: translate(-7px, 0);
    position: relative
}

.sidebar-range__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar-range__row span {
    font-weight: 300;
    font-size: 16px;
    line-height: calc(19 / 16)
}

.sidebar-range__row input {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 7px calc(10px + 8 * ((100vw - 992px) / (1920 - 992)));
    max-width: calc(75px + 30 * ((100vw - 992px) / (1920 - 992)))
}

.page > ._container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page.catalog-page .home-info {
    margin: 90px 0 65px 0
}



.category-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff
}

.category-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-bottom: 2px solid #f5f6f9;
    border-right: 2px solid #f5f6f9
}

.category-brands__item:nth-child(4n) {
    border-right: 0
}

.category-brands__item:hover {
    background: rgba(0, 0, 0, .03)
}

.category-brands__picture {
    margin: 0 15px 0 0
}

.category-brands__picture img {
    max-width: calc(44px + 20 * ((100vw - 992px) / (1920 - 992)))
}
@media screen and (max-width: 760px){
    .category-brands__picture img{
        max-width: calc(60px + 20 * ((100vw - 992px) / (1920 - 992)));
    }
}

.category-brands__text {
    font-size: calc(10px + 4 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(17 / 14);
    color: #000
}

.category__title {
    font-size: 18px;
    line-height: calc(21 / 18);
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 600 !important;
}

.category__subtitle {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: calc(17 / 14);
    font-weight: 300
}

.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog__pagination--reviews {
    padding: 20px 0 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.catalog__pagination-item {
    margin: 0 2px 0 0
}

.catalog__pagination-item:last-child {
    margin: 0
}

.catalog__pagination-item a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog__pagination-item a:hover {
    opacity: .7
}

.catalog__pagination-item._current a {
    background: #15b081;
    color: #fff
}

.catalog__more {
    margin: 0 0 20px;
    -ms-flex-item-align: center;
    align-self: center
}

.catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.catalog__content .product-slider-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    margin: 0 0 20px 0
}

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

.catalog__filter {
    padding: 9px 25px;
    margin: 0 15px 0 0;
    background: #15b081;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: calc(14 / 12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog__filter span {
    margin: 0 10px 0 0
}

.catalog__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 20px 0;
    position: relative
}

.catalog__compare {
    border-radius: 20px;
    font-size: calc(12px + 2 * ((100vw - 768px) / (1920 - 768)));
    line-height: calc(17 / 14);
    background: #fff;
    font-weight: 300;
    color: black;
    padding: 9px 18px;
    cursor: pointer
}

.catalog__compare:hover {
    font-weight: 500
}

.catalog__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 770px) {
    .catalog__sort{
        margin: 0 calc(-10px + -10 * ((100vw - 1150px) / (1920 - 1150)))
    }
    .catalog-select-container{
        margin: 0 calc(-10px + -10 * ((100vw - 1150px) / (1920 - 1150)))
    }
}

.catalog__sort-type .select {
    width: calc(150px + 35 * ((100vw - 768px) / (1920 - 768)))
}

.catalog__label {
    margin: 0 10px 0 0
}

.catalog__show-items .select {
    width: calc(80px + 105 * ((100vw - 768px) / (1920 - 768)))
}

.catalog-select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.select {
    position: relative;
    width: inherit
}

.select._active .select__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.select._active .select__header {
    border-radius: 18px 18px 0 0
}

.select._active .select__body {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.select__header {
    height: 35px;
    width: inherit;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.select__current {
    font-size: calc(12px + 2 * ((100vw - 768px) / (1920 - 768)))
}

.select__icon {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select__icon img {
    width: 4px;
    height: 6px
}

.select__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.select__item {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: calc(12px + 2 * ((100vw - 768px) / (1920 - 768)))
}

.select__item:hover {
    background: #f1f1f1
}

.select__item:last-child {
    border-bottom: 0
}

.recommendation {
    background: #f3e7f9;
    position: relative;
    height: 340px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recommendation:hover .recommendation__picture img {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.recommendation:hover .recommendation__btn {
    opacity: 1
}

.recommendation__content {
    margin: 0 60px 0 40px;
    height: 100%;
    position: relative
}

.recommendation__title {
    font-weight: 500;
    font-size: 24px;
    line-height: calc(28 / 24);
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.recommendation__btn {
    color: #000;
    font-size: 10px;
    line-height: calc(12 / 10);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 500;
    opacity: .5;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 35px
}

.recommendation__btn span {
    margin: 0 10px 0 0
}

.recommendation__picture {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: -120px
}

.recommendation__picture img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.product-page .content {
    width: calc(1240px + 315px - 295px - 20px);
}

.product-page .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 295px;
    flex: 0 0 295px
}

.product__big-slider {
    margin: 0 0 10px 0
}

.product__big-slider-slide img {
    width: 100%;
    margin-top: 3%;
}
@media screen and (max-width: 760px) {
    .product__big-slider-slide img {
        width: 75%;
        height: 75%;
    }
}

.product__small-slider-slide img {
    width: 100%;
    height: 100%;
    padding: 1px;
    opacity: .3;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer
}

.product__small-slider-slide img:hover {
    opacity: 1
}

.product__small-slider-slide.swiper-slide-thumb-active img {
    opacity: 1;
    padding: 0;
    border: 1px solid #15b081
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0
}

.product .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product .slick-list {
    overflow: hidden
}

.product__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(200px + 200 * ((100vw - 992px) / (1920 - 992)));
    flex: 0 0 calc(200px + 200 * ((100vw - 992px) / (1920 - 992)));
    /*margin: 0 20px 0 0;*/
    background: white;
    min-width: 0;
    overflow: hidden;
}

.product__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product__head {
    margin: 0 0 25px 0
}

.product__title {
    font-size: 18px;
    line-height: calc(21 / 18);
    margin: 0 0 15px 0
}

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

.product__rate img {
    margin: 0 3px 0 0
}

.product__price {
    font-weight: 500;
    font-size: 24px;
    line-height: calc(28 / 24);
    color: #15b081;
    margin: 0 0 10px 0
}

.product__price--new span:first-child {
    color: #d84040;
    margin: 0 20px 0 0
}

.product__price--new span:last-child {
    color: #c4c4c4;
    text-decoration: line-through;
    font-size: 18px;
    line-height: calc(21 / 18)
}

.product__available {
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: calc(17 / 14)
}

.product__available--have {
    color: #15b081
}

.product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__buy {
    margin: 0 15px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #15b081;
    border-radius: 18px;
    color: #fff;
    font-size: 15px;
    line-height: calc(12 / 10);
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

.product__buy:hover {
    opacity: .8
}

.product__buy span {
    margin: 0 6px 0 0
}

.product__buy img {
    width: 14px
}

.product__favourite {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.product__favourite:hover {
    opacity: .8
}

.product-characteristics {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 0 30px 0
}

.product-characteristics__title {
    font-size: 18px;
    line-height: calc(21 / 18);
    font-weight: 500;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 0 10px 0
}

.product-characteristics__list {
    width: 100%
}

.product-characteristics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(12px + 4 * ((100vw - 992px) / (1920 - 992)));
    font-weight: 300;
    line-height: 180%;
    width: 100%
}

.product-characteristics__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.product-characteristics__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.product-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin: 0 15px 0 0;
    position: relative
}

.product-count input {
    height: 35px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
    line-height: calc(17 / 14);
    font-weight: 500;
    text-align: center;
    padding: 8px
}

.product-count__btn {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #e5e5e5;
    top: 6px;
    position: absolute;
    cursor: pointer
}

.product-count__btn:hover {
    opacity: .6
}

.product-count__btn:after, .product-count__btn:before {
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000
}

.product-count__btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.product-count__upper {
    right: 6px
}

.product-count__lower {
    left: 6px
}

.product-count__lower:after {
    display: none
}

.product-info {
    /*margin: 0 0 100px 0*/
}

.product-info__tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #15b081
}

.product-info__tab {
    margin: 0 calc(10px + 15 * ((100vw - 375px) / (1920 - 375))) 0 0;
    font-size: calc(14px + 4 * ((100vw - 375px) / (1920 - 375)));
    line-height: calc(21 / 18);
    font-weight: 700;
    text-transform: uppercase;
    color: #c4c4c4;
    cursor: pointer
}

.product-info__tab:hover {
    opacity: .65
}

.product-info__tab:last-child {
    margin: 0
}

.product-info__tab._current {
    color: #000
}

.product-info__tab-contain {
    padding: 35px 0 0 0;
    display: none
}

.product-info__tab-contain._current {
    display: block
}

.product-info__description p {
    margin: 0 0 28.8px 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    color: #000
}

.product-info__description p:last-child {
    margin: 0
}

.rating {
    width: 115.77px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 0 20px 0;
    position: relative
}

.rating__container-label {
    color: grey;
    margin: 0 0 15px 0
}

.rating__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rating__hint {
    font-weight: 300;
    line-height: calc(17 / 14)
}

.rating__items {
    margin: 0 8px;
    width: 115.77px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.rating__item {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0
}

.rating__item:checked + .rating__label:before, .rating__item:checked ~ .rating__label:before {
    background: url(../image/star.svg) 0 0/100% 100% no-repeat
}

.rating__label {
    width: 16.75px;
    height: 16px;
    margin: 0 8px 0 0;
    cursor: pointer;
    position: relative
}

.rating__label:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/empty-star.svg) 0 0/100% 100% no-repeat
}

.rating__label:nth-child(2) {
    margin: 0
}

.leave-review {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(300px + 100 * ((100vw - 1150px) / (1920 - 1150)));
    /*flex: 0 0 calc(300px + 100 * ((100vw - 1150px) / (1920 - 1150)))*/
}

.leave-review h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: calc(21 / 18);
    margin: 0 0 35px 0
}

.leave-review__form button {
    width: 250px;
    height: 32px;
    background: #15b081;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    line-height: calc(12 / 10);
    text-transform: uppercase;
    font-weight: 500
}

.leave-review__form button:hover {
    opacity: .7
}

.leave-review__field {
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.leave-review__field span {
    margin: 0 0 5px 0;
    color: grey
}

.leave-review__field input {
    padding: 9px 11px
}

.leave-review__field input, .leave-review__field textarea {
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    line-height: calc(17 / 14);
    font-weight: 500;
    color: #000
}

.leave-review__field--textarea textarea {
    padding: 12px 11px;
    height: 140px;
    resize: none
}

.leave-review__notice {
    margin: 0 0 25px 0
}

.leave-review__notice span:first-child {
    color: #000
}

.leave-review__notice span:last-child {
    color: grey
}

.product-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-review__list {
    margin: 0 20px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.review {
    padding: 20px 0;
    border-bottom: 1px solid #c4c4c4
}

.review:first-child {
    padding: 0 0 20px 0
}

.review__head {
    color: grey;
    margin: 0 0 20px 0
}

.review__content {
    font-weight: 500;
    margin: 0 0 20px 0
}

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

.review__rate img {
    margin: 0 3px 0 0
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news__title {
    font-size: 18px;
    font-weight: 700;
    line-height: calc(21 / 18);
    text-transform: uppercase;
    margin: 0 0 20px 0
}

.news__content {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 10px;
    margin: 0 0 40px 0
}

.news__more {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 0 40px 0
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article__picture {
    margin: 0 0 20px 0;
    height: calc(160px + 50 * ((100vw - 375px) / (1920 - 375)))
}

.article__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article__title {
    font-weight: 500;
    font-size: calc(16px + 2 * ((100vw - 375px) / (1920 - 375)));
    line-height: calc(21 / 18);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 20px 0
}

.article__date {
    font-weight: 500;
    color: #c4c4c4;
    margin: 0 0 20px 0
}

.article__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: calc(20 / 14);
    margin: 0 0 20px 0
}

.article__btn {
    width: 135px;
    height: 32px;
    border-radius: 16px;
    background: #15b081;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: calc(12 / 10);
    text-transform: uppercase
}

.article__btn:hover {
    opacity: .7
}

.article-page {
    max-width: 715px;
    margin: 0 0 80px 0
}

.article-page__title {
    font-size: calc(16px + 2 * ((100vw - 375px) / (1920 - 375)));
    line-height: calc(21 / 18);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px 0
}

.article-page__picture {
    margin: 0 0 40px 0
}

.article-page__picture img {
    width: 100%
}

.article-page__date {
    font-weight: 500;
    font-size: 14px;
    line-height: calc(17 / 14);
    color: #c4c4c4;
    margin: 0 0 20px 0
}

.article-page__text {
    font-weight: 300;
    line-height: calc(20 / 14);
    padding: 0 0 50px 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px 0
}

.article-page__text p {
    margin: 0 0 20px 0
}

.article-page__text p:last-child {
    margin: 0
}

.article-page-share__label {
    font-weight: 500;
    font-size: 14px;
    line-height: calc(17 / 14);
    color: #c4c4c4;
    margin: 0 0 25px 0
}

.article-page-share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-page-share__item {
    margin: 0 20px 0 0
}

.article-page-share__item a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-page-share__item a:hover {
    opacity: .65
}

.article-page-share__item--facebook a {
    border: 2px solid #4c69c7
}

.article-page-share__item--googleplus a {
    border: 2px solid #d84040
}

.account-info {
    margin: 0 0 20px 0;
    background: #DFDDD7;
    height: 295px;
    padding: 35px 25px 25px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.justify-content-between{
    justify-content: space-between;
}
.align-baseline{
    align-items: baseline;
}
.account-info__stat {
    font-size: calc(12px + 6 * ((100vw - 768px) / (1920 - 768)));
    line-height: calc(21 / 18);
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.email__show,
.email__edit {
    display: none;
}

.account-info__input {
    width: 155px;
    padding: 6px 9px;
    margin-bottom: 0px !important;
}

.account-info__input.ninja {
    background-color: inherit;
    border: none;
    pointer-events: none;
    padding: 0;
    font-size: 22px;
    color: black;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 700;
}

.account-info__edit:hover {
    opacity: 1
}

.account-info__stat:hover {
    text-decoration: underline
}

/*.account-info__stat:hover .account-info__edit {*/
/*    opacity: 1*/
/*}*/

.account-info__name,
.account-info__surname {
    font-size: calc(16px + 6 * ((100vw - 768px) / (1920 - 768)));
    /*font-weight: 700;*/
    color: #000;
    text-transform: uppercase;
    line-height: calc(26 / 22);
    /*margin: 0 0 35px 0*/
}

.account-info__email {
    /*margin: 0 0 15px 0;*/
    color: #000;

}

.account-info__email.ninja {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    text-transform: none;
}
.account-info__tel {
    margin: 0 0 auto 0
}

.account-info__edit {
    display: inline-block;
    width: 14px;
    margin: 0 0 0 10px;
    opacity: .3;
    height: 13px;
    position: relative;
    background: url(../image/edit.svg) 0 0/100% 100% no-repeat
}

.d-none {
    display: none !important;
}

.account-info__save {
    display: inline-block;
    width: 14px;
    margin: 0 0 0 10px;
    opacity: .3;
    height: 13px;
    position: relative;
    background: url(../image/checkmark.svg) 0 0/100% 100% no-repeat
}

.account-info__exit {
    font-size: 10px;
    line-height: calc(12 / 10);
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer
}

.account-info__exit:hover {
    opacity: .7
}

.page.account-page {
    padding: 40px 0 0 0
}

.page.account-page .sidebar {
    width: calc(225px + 70 * ((100vw - 992px) / (1920 - 992)))
}

.page.account-page .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.feedback {
    background: #fff;
    margin: 0 0 50px 0;
    padding: 15px 20px
}

.feedback__title {
    font-weight: 500;
    font-size: 18px;
    line-height: calc(21 / 18);
    margin: 0 0 25px 0;
    text-align: center
}

.feedback__form button {
    width: 100%;
    height: 32px;
    background: #15b081;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    line-height: calc(12 / 10);
    text-transform: uppercase;
    font-weight: 500
}

.feedback__form button:hover {
    opacity: .7
}

.feedback__field {
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feedback__field span {
    margin: 0 0 5px 0;
    color: grey
}

.feedback__field input {
    padding: 9px 11px
}

.feedback__field input, .feedback__field textarea {
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    line-height: calc(17 / 14);
    font-weight: 500;
    color: #000
}

.feedback__field--textarea textarea {
    padding: 12px 11px;
    height: 90px;
    resize: none
}

.account-label__section--1 h2, .account-label__section--1 h3, .account-label__section--1 h4 {
    line-height: calc(27 / 18);
    font-weight: 700
}

.account-label {
    height: 140px;
    margin: 0 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.account-label__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.account-label__section--1 {
    padding: 12px 0 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    background: #000;
    position: relative
}

.account-label__section--1:before {
    content: '';
    border: 70px solid transparent;
    border-right: 0;
    border-left: 70px solid #000;
    position: absolute;
    left: 100%;
    top: 0
}

.account-label__section--1 h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: calc(10px + 8 * ((100vw - 375px) / (1920 - 375)))
}

.account-label__section--1 h4 {
    color: grey;
    font-size: calc(9px + 9 * ((100vw - 375px) / (1920 - 375)))
}

.account-label__section--1 h2 {
    color: #15b081;
    font-size: calc(12px + 6 * ((100vw - 375px) / (1920 - 375)))
}

.account-label__section--1 h2 span {
    font-size: calc(22px + 8 * ((100vw - 375px) / (1920 - 375)));
    line-height: 150.5%
}

.account-label__section--2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    background: -o-linear-gradient(186.39deg, #15b081 -20%, #8cc350 50%, #15b081 120%);
    background: linear-gradient(263.61deg, #15b081 -20%, #8cc350 50%, #15b081 120%);
    padding: 0 0 0 70px
}

.account-label__section--2 h3 {
    font-size: calc(10px + 8 * ((100vw - 375px) / (1920 - 375)));
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.account-label__section--2 h2 {
    color: #fff;
    font-weight: 700;
    font-size: calc(12px + 6 * ((100vw - 375px) / (1920 - 375)))
}

.account-label__section--2 h2 span {
    font-size: calc(36px + 24 * ((100vw - 375px) / (1920 - 375)));
    line-height: 1
}

.account__btn-back {
    width: 220px;
    background: #15b081;
    height: 32px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    line-height: calc(12 / 10);
    font-weight: 500;
    text-transform: uppercase
}

.account__btn-back:hover {
    opacity: .7
}

.account__btn-back span {
    margin: 0 0 0 15px
}

.account__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid #e5e5e5;
    padding: 0 0 1px 0
}

.account__tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-weight: 700;
    font-size: calc(12px + 5 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(20 / 17);
    text-transform: uppercase;
    color: rgba(0, 0, 0, .32);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 19px 0;
    cursor: pointer
}

.account__tab:hover {
    color: rgba(0, 0, 0, .5)
}

.account__tab._current {
    position: relative;
    color: #000
}

.account__tab._current:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.account__tab._current:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #15b081;
    top: 100%;
    position: absolute;
    left: 0
}

.account__tab-contain {
    display: none;
    padding: 30px 0 0 0
}

.account__tab-contain._current {
    display: block
}

.account__tab-contain[data-connect="2"] .account-table__header {
    margin: 0 0 30px 0
}

.account__tab-contain[data-connect="2"] .account-table__row {
    padding: 10px 0
}

.account-table__cart {
    background: #15b081;
    margin: 0 10px 0 0
}

.account-table__remove {
    background: #e5e5e5;
    position: relative
}

.account-table__remove:after, .account-table__remove:before {
    content: '';
    width: 24px;
    height: 1px;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 50%
}

.account-table__remove:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.account-table__remove:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.account-table__btn {
    width: 40px;
    cursor: pointer;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account-table__btn:hover {
    opacity: .5
}

.account-table__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(12px + 4 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(19 / 16);
    font-weight: 300
}

.account-table__column-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.account-table__column--index {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50px + 23 * ((100vw - 375px) / (1920 - 375)));
    flex: 0 0 calc(50px + 23 * ((100vw - 375px) / (1920 - 375)))
}

.account-table__column--date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(76px + (139 - 76) * ((100vw - 768px) / (1920 - 768)));
    flex: 0 0 calc(76px + (139 - 76) * ((100vw - 768px) / (1920 - 768)))
}

.account-table__column--product {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: calc(12px + 6 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(21 / 18);
    flex-direction: column;

}

.account-table__column--summ {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(79px + (185 - 79) * ((100vw - 768px) / (1920 - 768)));
    flex: 0 0 calc(79px + (185 - 79) * ((100vw - 768px) / (1920 - 768)))
}

.account-table__column--picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 129px;
    flex: 0 0 129px
}

.account-table__column--picture img {
    max-width: 100%
}

.account-table__column--available {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 136px;
    flex: 0 0 136px
}

.account-table__column--have {
    color: black;
}

.account-table__column--product-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: calc(12px + 6 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(21 / 18);
    text-align: center
}

.account-table__column--price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 179px;
    flex: 0 0 179px
}

.account-table__column--action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px
}

.account-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 37px
}

.account-table__header .account-table__column {
    border-right: 3px solid #f5f6f9;
    background: #fff;
    font-size: calc(10px + 4 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(17 / 14);
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    padding: 0
}

.account-table__header .account-table__column:last-child {
    border-right: 0
}

.account-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    border-bottom: 1px solid #e5e5e5
}

.account-table__row:last-child {
    border-bottom: 0
}

.bonus__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 45px 0
}

.bonus__notice {
    width: 100%;
    font-size: calc(12px + 4 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(19 / 16);
    font-weight: 300
}

.bonus__notice span {
    font-weight: 700
}

.bonus-total {
    padding: 13px 16px;
    background: #ececec;
    border: 1px solid #15b081;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

.bonus-total__title {
    font-weight: 500;
    font-size: 18px;
    line-height: calc(21 / 18);
    max-width: 121px;
    color: black;
    margin: 0 10px 0 0
}

.bonus-total__value {
    font-weight: 500;
    font-size: 36px;
    line-height: calc(43 / 36);
    color: black;
    margin: 0 10px 0 0
}

.bonus-total__info {
    position: relative
}

.bonus-total__button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #15b081;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: calc(24 / 20);
    font-weight: 500;
    color: black;
    cursor: pointer
}

.bonus-total__button:hover + .bonus-total__window {
    display: block
}

.bonus-total__window {
    position: absolute;
    left: calc(100% + 10px);
    display: none;
    width: 172px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: calc(17 / 14)
}

.bonus-total__window:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 10px solid transparent;
    border-left: 0;
    border-right: 10px solid #fff
}
.breadcrumbs__container {
    /* overflow-x: scroll; */
    overflow-x: auto;
    width: 85%;
    margin-bottom: 4px;
    -webkit-overflow-scrolling: touch;
}
.bread-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 92%;
    display: none;
    top: -24px;
    position: relative;
}

.bread-left {
    left: 6%;
    display: none;
    position: relative;
    top: -24px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.bread-left , .bread-right {
    border: solid grey;
    border-width: 0 3px 3px 0;
    padding: 3px;
}
body .breadcrumbs__container::-webkit-scrollbar {
    width: 1em;
}

body .breadcrumbs__container::-webkit-scrollbar {
    width: 2px; /* ширина для вертикального скролла */
    background-color: #f5f6f9;
}

/* ползунок скроллбара */
body .breadcrumbs__container::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20em;
}

ul.breadcrumbs__list {
    white-space: nowrap;
    display: table !important;
}

.breadcrumbs__item {
    display: table-cell;
}

.bonus-total__window span {
    font-weight: 700
}

.bonus__bottom {
    padding: calc(15px + 15 * ((100vw - 992px) / (1920 - 992))) calc(15px + 50 * ((100vw - 992px) / (1920 - 992))) calc(15px + 15 * ((100vw - 992px) / (1920 - 992))) calc(15px + 30 * ((100vw - 992px) / (1920 - 992)));
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bonus__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 20px 0 0
}

.bonus__current-title {
    font-weight: 700;
    font-size: calc(14px + 2 * ((100vw - 992px) / (1920 - 992)));
    line-height: calc(19 / 16);
    margin: 0 0 25px 0
}

.bonus__current-balls {
    background: #ececec;
    border: 1px solid #c4c4c4;
    padding: calc(5px + 5 * ((100vw - 992px) / (1920 - 992))) calc(25px + 20 * ((100vw - 992px) / (1920 - 992)));
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: calc(21 / 18)
}

.bonus__conditions ul li {
    list-style-type: disc;
    font-size: calc(12px + 2 * ((100vw - 992px) / (1920 - 992)))
}

@media (min-width: 769px) {
    .category__more {
        display: none
    }

    .burger-content .header-menu {
        width: 100%;
    }

    .catalog__filter {
        display: none
    }
}

@media (min-width: 993px) {
    .header__search-mobile {
        display: none
    }

    .search-popup {
        display: none
    }

    .header__burger {
        display: none
    }

    .footer__links ul li a {
        font-size: 14px
    }
}

@media (min-width: 1921px) {
    .product__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px
    }
}

@media (max-width: 1360px) {
    .welcome-slide__content {
        margin: 0 0 calc(100px + -100 * ((100vw - 992px) / (1360 - 992))) 0;
        padding: 0 0 0 calc(30px + 70 * ((100vw - 992px) / (1360 - 992)))
    }

    .welcome-slide__picture:before {
        width: calc(250px + 100 * ((100vw - 992px) / (1360 - 992)));
        height: calc(250px + 100 * ((100vw - 992px) / (1360 - 992)))
    }

    .welcome-slide__picture img {
        width: calc(150px + 100 * ((100vw - 992px) / (1360 - 992)))
    }

    .welcome-slide__illustration {
        top: calc(110px + -100 * ((100vw - 992px) / (1360 - 992)));
        right: calc(30px + 50 * ((100vw - 992px) / (1360 - 992)))
    }

    .product-page .content {
        width: calc(557px + 315px + (1240 - 295 - 20 - 557) * ((100vw - 992px) / (1360 - 992)))
    }
}

@media (max-width: 1280px) {
    .welcome-categories__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .product-slider-slide__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-slider-slide__buy {
        width: 125px;
        margin: 0 0 20px 0
    }
}

@media (max-width: 1150px) {
    .footer__column {
        margin: 0 0 25px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .footer__links ul {
        max-width: 300px
    }

    .category-brands__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    .category-brands__item:nth-child(4n) {
        border-right: 2px solid #f5f6f9
    }

    .category-brands__item:nth-child(3n) {
        border-right: 0
    }

    .catalog__sort {
        margin: 0 -10px
    }

    .catalog__label {
        display: none
    }

    .catalog-select-container {
        margin: 0 10px
    }

    .leave-review {
        margin: 50px 0 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .product-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .account-table__column-container {
        -ms-flex-wrap: wrap;
        /*flex-wrap: wrap*/
    }

    .account-table__header .account-table__column--action {
        display: none
    }

    .account-table__header .account-table__column--price {
        display: none
    }

    .account-table__row .account-table__column--product-name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 0 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .account-table__row .account-table__column--available {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
        flex: 0 0 136px
    }

    .account-table__row .account-table__column--price {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 0 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .account-table__row .account-table__column--action {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
        flex: 0 0 136px
    }
}

@media (max-width: 992px) {
    ._container {
        padding: 0 calc(15px + 45 * ((100vw - 375px) / (992 - 375)))
    }

    .home-page .sidebar {
        display: block;
    }
    .sidebar {
        display: none;
    }

    .visible-tablet {
        display: block;
    }

    .header-actions__item span {
        display: none
    }

    .header-tel, .header__form {
        margin: 0
    }

    .header__logo {
        margin: 0 20px 0 0;
        width: calc(120px + 80 * ((100vw - 375px) / (992 - 375)))
    }

    .header-actions {
        margin: 0 -10px
    }

    .header-actions__item {
        margin: 0 10px
    }

    .header-actions__item img {
        margin: 0
    }

    .header__cart {
        padding: 0 22px 0 0
    }

    .header__cart-label {
        right: 0
    }

    .header-tel__main {
        font-size: 17px
    }

    .categories__text {
        font-size: 14px
    }

    .welcome-slide__content {
        margin: 0 0 100px 0;
        padding: 0 0 0 calc(15px + 15 * ((100vw - 375px) / (992 - 375)))
    }

    .welcome-slide__subtitle {
        font-size: 25px
    }

    .welcome-slide__title {
        font-size: calc(34px + 4 * ((100vw - 375px) / (992 - 375)))
    }

    .welcome-slide__picture:before {
        width: 250px;
        height: 250px
    }

    .welcome-slide__picture img {
        width: 150px
    }

    .welcome-slide__illustration {
        top: 120px;
        right: 30px
    }

    .product-slider-slide__name {
        font-size: calc(14px + 2 * ((100vw - 375px) / (992 - 375))) !important
    }

    .product-slider-slide__price {
        font-size: calc(12px + 6 * ((100vw - 375px) / (992 - 375))) !important
    }

    .product-slider-slide__price--new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-slider-slide__price--new span:last-child {
        font-size: calc(10px + 4 * ((100vw - 375px) / (992 - 375))) !important
    }

    .home-info__content {
        padding: 0 calc(45px + 16 * ((100vw - 375px) / (992 - 375))) 0 0
    }

    .home-info__content div, .home-info__content p {
        font-size: 12px
    }

    .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
        flex: 0 0 225px
    }

    .sidebar__title {
        font-size: 14px
    }

    .sidebar-range__row input {
        max-width: 75px;
        padding: 7px 10px
    }

    .category-brands__text {
        font-size: 10px
    }

    .catalog__content .product-slider-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .product-page .content {
        width: 100%
    }

    .product-page .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .product-page .sidebar .categories {
        position: relative
    }

    .product-page .sidebar .categories._active .categories__head-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .product-page .sidebar .categories._active .categories__content {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .product-page .sidebar .categories__head {
        position: relative;
        background: #fff;
        z-index: 6
    }

    .product-page .sidebar .categories__head-arrow {
        opacity: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        visibility: visible
    }

    .product-page .sidebar .categories__content {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background: #fff;
        z-index: 5;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        width: 100%;
        top: 0;
        opacity: 0;
        visibility: hidden
    }

    .product-page > ._container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-page .recommendation {
        display: none
    }

    .product__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px
    }

    .product-characteristics__item {
        font-size: 12px
    }

    .page.account-page .sidebar {
        width: 225px
    }

    .account__tab {
        font-size: 12px
    }

    .account-table__column {
        font-size: 12px
    }

    .account-table__column--product {
        font-size: 12px
    }

    .account-table__column--picture {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .account-table__column--available {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .account-table__header .account-table__column {
        font-size: 10px
    }

    .account-table__row .account-table__column--available {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .account-table__row .account-table__column--action {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .bonus__notice {
        font-size: 12px
    }

    .bonus__bottom {
        padding: 15px
    }

    .bonus__current-title {
        font-size: 14px
    }

    .bonus__current-balls {
        padding: 5px 25px
    }

    .bonus__conditions ul li {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .header-actions {
        margin: 0 -5px
    }

    .header-actions__item {
        margin: 0 5px
    }

    /* .header-actions__item img {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    } */

    .header__burger {
        width: 31px;
        height: 30px
    }

    .header__burger span, .header__burger:after, .header__burger:before {
        width: 30px
    }

    .categories__content {
        opacity: 0;
        visibility: hidden;
        position: absolute
    }

    .welcome-slide__content {
        padding: 0 0 0 calc(15px + 45 * ((100vw - 375px) / (992 - 375)));
        margin: 0 0 calc(100px + -100 * ((100vw - 375px) / (768 - 375))) 0
    }

    .welcome-slide__picture:before {
        width: calc(250px + 100 * ((100vw - 375px) / (768 - 375)));
        height: calc(250px + 100 * ((100vw - 375px) / (768 - 375)))
    }

    .welcome-slide__picture img {
        width: calc(150px + 100 * ((100vw - 375px) / (992 - 375)))
    }

    .welcome-slide__illustration {
        top: calc(110px + -100 * ((100vw - 375px) / (992 - 375)));
        right: calc(30px + 50 * ((100vw - 375px) / (992 - 375)))
    }

    .welcome__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .welcome__main {

        margin: 0 calc(-15px + -45 * ((100vw - 375px) / (992 - 375))) 20px
    }

    .welcome-categories__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .welcome .categories {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .welcome .categories__content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        z-index: 2;
        left: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translate(0, -20%);
        -ms-transform: translate(0, -20%);
        transform: translate(0, -20%)
    }

    .welcome .categories__head-arrow {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 1;
        visibility: visible
    }

    .product-slider__slider .slick-list {
        margin: 0 -5px
    }

    .product-slider-slide {
        padding: 0 5px
    }

    .product-slider-slide__content {
        padding: 15px 10px 20px
    }

    .product-slider-slide__picture {
        height: calc(150px + 100 * ((100vw - 375px) / (768 - 375)))
    }

    .product-slider-slide__picture span {
        top: 20px;
        left: 20px
    }

    .sidebar {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .sidebar__form {
        opacity: 0;
        visibility: hidden;
        position: absolute
    }

    .sidebar__form._active {
        padding: 20px;
        width: 100%;
        background: #fff;
        opacity: 1;
        visibility: visible;
        z-index: 5;
        width: 345px;
        top: 100%;
        left: 0;
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }

    .sidebar .categories__head-arrow {
        opacity: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        visibility: visible
    }

    .sidebar .categories._active {
        position: relative
    }

    .sidebar .categories._active .categories__head-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .sidebar .categories._active .categories__content {
        opacity: 1;
        visibility: visible;
        z-index: 3;
        top: 100%;
        background: #fff;
        width: 100%;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }

    .page > ._container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page.catalog-page .home-info {
        margin: 45px 0 50px
    }

    .category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .category-brands__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .category-brands__item:nth-child(3n) {
        border-right: 2px solid #f5f6f9
    }

    .category-brands__item:nth-child(2n) {
        border-right: 0
    }

    .category-brands__item:nth-child(n+11) {
        display: none
    }

    .catalog__pagination-item a {
        width: 40px;
        height: 40px;
        font-size: 16px
    }

    .catalog__more {
        margin: 10px 0 20px 0
    }

    .catalog__content .product-slider-slide {
        margin: 0 0 10px 0
    }

    .catalog__actions {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 10px 0
    }

    .catalog__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        display: block !important;
    }

    .catalog__compare:hover {
        font-size: 12px
    }

    .catalog__sort {
        width: 48% !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start !important;
        margin: 0;
        display: inline-block !important;
    }

    .catalog__sort-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%
    }

    .catalog__show-items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
        flex: 0 0 32.5%;
        width: 48%;
        float: right;
    }

    .catalog-select-container {
        margin: 0
    }

    .select {
        width: 100% !important
    }

    .select__current {
        font-size: 12px
    }

    .select__item {
        font-size: 12px
    }

    .product-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px
    }

    .article-page {
        margin: 0 0 65px 0
    }

    .article-page__text {
        padding: 0 0 20px 0
    }

    .account-info {
        padding: 20px 20px 15px 20px;
        height: auto
    }

    .account-info__stat {
        font-size: 12px
    }

    .account-info__name {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px 0
    }

    .account-info__name p:first-child {
        margin: 0 7px 0 0
    }

    .account-info__tel {
        margin: 0 0 15px 0
    }

    .page.account-page .sidebar {
        width: 100%
    }

    .page.account-page .categories {
        display: none
    }

    .feedback {
        margin: 20px 0 35px 0
    }

    .account__tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 0
    }

    .account__tab {
        padding: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: 1px solid #c4c4c4;
        border-bottom: 0;
        position: relative
    }

    .account__tab:nth-last-child(2) {
        border-bottom: 1px solid #c4c4c4
    }

    .account__tab:after {
        content: '';
        width: 18px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 10px;
        background: url(../image/greenArrow.svg) 0 0/100% 100% no-repeat;
        -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .account__tab._current:before {
        display: none
    }

    .account__tab-contain {
        padding: 10px;
        border: 1px solid #c4c4c4;
        border-top: 0
    }

    .account-table__column--date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
        flex: 0 0 76px
    }

    .account-table__column--summ {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79px;
        flex: 0 0 79px
    }

    .account-table__header .account-table__column--summ {
        display: none
    }

    .account-table__header .account-table__column--date {
        display: none
    }

    .bonus-total__window:before {
        right: auto;
        left: 100%;
        border-right: 0;
        border-left: 10px solid #fff
    }

    .bonus-total__window {
        left: auto;
        right: calc(100% + 10px)
    }
}

@media (max-width: 650px) {
    .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product__slider {
        /*margin: 0 0 30px;*/
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        /*max-width: 350px*/
    }
}

@media (max-width: 600px) {
    .footer__column_1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .footer__column_2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .news__column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .news__column:nth-child(n+9) {
        display: none
    }

    .article__desc {
        display: none
    }

    .bonus__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bonus__current {
        margin: 0 0 20px 0
    }

    .bonus__conditions ul li {
        margin: 0 0 0 15px
    }
}

@media (max-width: 525px) {
    .account-table__column--date {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .account-table__column--product {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .account-table__column--summ {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .account-table__header .account-table__column--product {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .account-table__row {
        min-height: 54px
    }

    .account-table__row .account-table__column {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .account-table__row .account-table__column--available {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .account-table__row .account-table__column--index {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

p {
    margin: 0 0 10px;
}

.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #4caf50;
    color: #fff;
    position: fixed;
    z-index: 999;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.alert__close {
    width: 20px;
    cursor: pointer;
}

.alert__close-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.alert__icon {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.alert__icon img {
    width: 40px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.alert__text {
    /*-webkit-box-flex: 1;*/
    -ms-flex: 1 1 auto;
    /*flex: 1 1 auto;*/
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    /* font-family: Arial, Helvetica, sans-serif; */
    justify-content: center;
    margin: 0 !important;
}

.alert.cloned {
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99) forwards;
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99) forwards;
    top: 0%;
}

.alert.cloned .alert__icon img {
    -webkit-animation: scaleAnimation .5s forwards .6s;
    animation: scaleAnimation .5s forwards .6s;
}

.alert.hide {
    -webkit-transform: translate(0, -130%);
    transform: translate(0, -130%);
}

.alert.success {
    background: #4caf50;
}

.alert.success .alert__icon {
    background: #388e3c;
}

.alert.danger {
    background: #b0271d;
}

.alert.danger .alert__icon {
    background: #d32f2f !important;
}

.alert a {
    text-decoration: underline;
    color: #fff;
}

.card {
    padding: 20px;
    border: 1px solid;
}

.card button {
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

/*.wrapper {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    height: 100vh;*/
/*}*/

@-webkit-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* MY KOD */

/*.tab_container {*/
/*    width: 90%;*/
/*    margin: 0 auto;*/
/*    padding-top: 20px;*/
/*    position: relative;*/
/*}*/

/*.tab_container section {*/
/*    clear: both;*/
/*    padding-top: 10px;*/
/*    display: none;*/
/*}*/

/*.tab_container label {*/
/*    font-weight: 700;*/
/*    font-size: 18px;*/
/*    display: block;*/
/*    float: left;*/
/*    width: 20%;*/
/*    padding: 1.5em;*/
/*    color: #757575;*/
/*    cursor: pointer;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*}*/
/*.tab_container ul, .tab_container li {*/
/*    list-style: square;*/
/*    padding-top: 1px;*/
/*}*/
/*.tab_container ul {*/
/*    margin-top: 10px;*/
/*    margin-bottom: 10px}*/


/*#tab1:checked ~ #content1,*/
/*#tab2:checked ~ #content2,*/
/*#tab3:checked ~ #content3,*/
/*#tab4:checked ~ #content4,*/
/*#tab5:checked ~ #content5 {*/
/*    display: block;*/
/*    padding: 20px;*/
/*    background: #fff;*/
/*    width: 99%;*/
/*    border-bottom: 2px solid #f0f0f0;*/
/*}*/


/*.tab_container .tab-content h3  {*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*}*/

/*.incontent h3 {*/
/*    border: 1px solid #5bb112;*/
/*    background-color: #5bb112;*/
/*    color: #fff!important;*/
/*    padding: 5px;*/
/*    margin-bottom: 2px;*/
/*    text-align: center;*/
/*}*/

/*.tab_container [id^="tab"]:checked + label {*/
/*    background: #fff;*/
/*    box-shadow: inset 0 3px #15b081;*/
/*}*/

/*.tab_container [id^="tab"]:checked + label .fa {*/
/*    color: #0CE;*/
/*}*/

/*.tab_container label .fa {*/
/*    font-size: 1.3em;*/
/*    margin: 0 0.4em 0 0;*/
/*}*/

/*.tab_container  label {*/
/*    width:33% !important;*/
/*    height: 100px;*/
/*}*/

/*!*Media query*!*/
/*@media only screen and (max-width: 900px) {*/

/*    .tab_container  label {*/
/*        width:100% !important;*/
/*    }*/
/*    .tab_container {*/
/*        width: 98%;*/
/*    }*/
/*}*/

/*!*Content Animation*!*/
/*@keyframes fadeInScale {*/
/*    0% {*/
/*        transform: scale(0.9);*/
/*        opacity: 0;*/
/*    }*/

/*    100% {*/
/*        transform: scale(1);*/
/*        opacity: 1;*/
/*    }*/
/*}*/


/*.tab_container input {*/
/*    display:none !important;*/
/*}*/
/*.wrapper {*/
/*    background: white;*/
/*}*/

.item {
    width: 50%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.akcii {
    margin-bottom: 10px;
}


.akcii .item {
    width: 25%;
    margin-right: 10px;
}

.akcii .item img {
    width: 100%;
}

.group {
    display: flex;
    flex-direction: row;
}

.well {
    width: 300px;
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}

.well input {
    width: 100%;
    height: 35px;
    border: 1px solid #e5e5e5 !important;
    padding: 0 13px !important;
    border-radius: 20px !important;
    color: #000;
    font-weight: 500;
    box-sizing: border-box;
    margin: 5px !important;
}

.sign-in-popup__form button {
    margin: 10px !important;
}

form#filter-form {
    background: white;
}

.sidebar-section, .sidebar__bottom {
    padding: 0 20px;
}

.sidebar__bottom {
    padding-bottom: 10px;
}

section.sidebar-range.sidebar-section {
    padding-top: 10px;
}

.product__info, .product-info {
    padding: 15px;
    background: white;
}


.content__c002 {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.content__c002 strong {
    font-weight: 400;
}

.content__c002 a {
    color: #000;
    text-decoration: underline;
}

.content__c002 a:hover {
    color: #000;
}

.content__c002 .contact_section1 {
    margin-bottom: 60px;
}

.content__c002 .contact_section1:last-child {
    margin-bottom: 0;
}

.link_green {
    color: #15b081 !important;
}

.link_green:hover {
    color: #15b081 !important;
}

.txt_bld {
    font-weight: 500;
}

.title__0_001 {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 20px;
}

.title__0_002 {
    font-size: 16px;
    line-height: 110%;
    font-weight: 500;
}

.title__0_003 {
    font-size: 24px;
    line-height: 110%;
    text-align: center;
}

.deliv_section {
    margin-top: 10px;
    margin-bottom: 30px;
}

.list__styled {
    padding-left: 18px;
    margin: 15px 0;
}

.list__styled li {
    list-style: disc;
    padding-left: 7px;
    color: #15b081;
}

.list__styled li p {
    color: #000;
}

.list__styled li p strong {
    font-weight: 500;
}

.del_atten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px 0;
}

.del_atten img {
    max-width: 30px;
    margin-right: 10px;
    margin-top: 5px;
}

.del_atten strong {
    font-weight: 500;
}

.anyquestions p {
    margin-bottom: 0;
}



.page_product .icons__heart, .page_product .icons__eye {
    padding: 15px 15px !important;
}

.page_product .fa {
    font-size: 18px;
}

.account-table, .account__tab-contain._current {
    background: white;
    padding-left: 20px;
}

.product__small-slider.swiper-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-thumbs {
    padding-left: 10px;
}

.product-slider {
    background: white !important;
}

a.product-name {
    color: black;
}

.select._active .select__body {
    z-index: 10000;
}


.cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 333333;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart-popup._active {
    opacity: 1;
    visibility: visible
}

.cart-popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-popup__content {
    overflow: auto;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 768px
}

.cart-popup__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart-popup__close:hover {
    opacity: .8
}

.cart-popup__close:after, .cart-popup__close:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%
}

.cart-popup__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.cart-popup__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.cart-popup__main {
    padding: 25px 70px 15px
}

.cart-popup__title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px 0
}

.cart-popup__body {
    margin: 0 0 30px 0
}

.cart-popup__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #15b081;
    overflow: hidden
}

.cart-popup__head .cart-popup__cell {
    padding: 0 0 5px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: calc(17 / 14);
    text-transform: uppercase;
    color: grey
}

.cart-popup__cell {
    padding: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-popup__cell--photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px
}

.cart-popup__cell--photo img {
    width: 100%
}

.cart-popup__cell--product {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #000
}

.cart-popup__cell--price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #000;
    padding: 0 10px 0 0
}

.cart-popup__cell--qty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px
}

.cart-popup__cell--summ {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #15b081
}

.cart-popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 2px solid #f5f6f9;
    position: relative
}

.cart-popup__row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-popup__delete {
    position: absolute;
    left: calc(100% + 10px);
    width: 22px;
    height: 22px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background: #e5e5e5;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart-popup__delete:hover {
    opacity: .8
}

.cart-popup__delete:after, .cart-popup__delete:before {
    width: 14px;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #c4c4c4
}

.cart-popup__delete:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.cart-popup__delete:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.cart-popup__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0
}

.cart-popup__total-label {
    font-size: 14px;
    line-height: calc(17 / 14);
    font-weight: 500;
    text-transform: uppercase;
    color: grey
}

.cart-popup__total-price {
    font-weight: 800;
    font-size: 18px;
    line-height: calc(21 / 18);
    color: #000
}

.cart-popup__total-price--negative {
    color: #d84040
}

.cart-popup__bottom {
    padding: 35px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f5f6f9
}

.cart-popup__button {
    width: 190px;
    height: 40px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: calc(12 / 10);
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid transparent
}

.cart-popup__button-1 {
    border: 1px solid #c4c4c4;
    color: grey
}

.cart-popup__button-1:hover {
    background: #c4c4c4;
    color: #fff
}

.cart-popup__button-2 {
    background: #15b081;
    color: #fff
}

.cart-popup__button-2:hover {
    background: 0 0;
    border: 1px solid #15b081;
    color: #15b081
}

.cart-popup__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    width: 95px;
    height: 35px;
    position: relative;
    padding: 0 30px
}

.qty__minus, .qty__plus {
    width: 23px;
    height: 23px;
    background: #e5e5e5;
    border-radius: 50%;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

.qty__minus {
    left: 5px
}

.qty__plus {
    right: 5px
}

.qty__val {
    text-align: center;
    line-height: 35px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase
}

.order {
    padding: 15px 0;
    overflow: hidden
}

.order-text-block {
    line-height: calc(24 / 14);
    color: #2d2d2d;
    font-size: 14px;
    margin: 0 0 25px 0
}

.order-text-block__title {
    font-weight: 500
}

.order-text-block__plain {
    font-weight: 300
}

.order__container {
    max-width: 860px
}

.order__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 45px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.order__button {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 190px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: grey
}

.order__button:before {
    content: '';
    width: 17px;
    height: 15px;
    opacity: 0.3;
    display: block;
    transform: rotate(180deg);
    margin: 0 10px 0 0;
    background: url(../image/arrowright.svg) 0 0 no-repeat
}

.order__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.order .cart-popup__content {
    width: 100%
}

.order__content {
    padding: 20px 0 0 0
}

.order__section {
    position: relative;
    padding: 30px 0 0
}

.order__section:nth-child(1) {
    z-index: 3
}

.order__section:nth-child(2) {
    z-index: 2
}

.order__section:nth-child(3) {
    z-index: 1
}

.order__section-title {
    padding: 0 0 15px 0;
    border-bottom: 2px solid #15b081;
    font-size: 18px;
    line-height: calc(21 / 18);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 35px 0
}

.order__section-title span {
    color: #15b081
}

.order__text {
    font-weight: 300;
    line-height: calc(17 / 14);
    margin: 0 0 30px 0
}

.order button {
    width: 250px;
    height: 30px;
    border-radius: 50px;
    background: #15b081;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.order button:hover {
    border: 1px solid #15b081;
    background: 0 0;
    color: #15b081
}

.order__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.order__input--textarea {
    margin: 0 0 40px 0
}

.order__input--textarea textarea {
    width: 100%;
    height: 90px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 10px 15px;
    font-weight: 500
}

.order__input--textarea textarea::-webkit-input-placeholder {
    color: #000
}

.order__input--textarea textarea::-moz-placeholder {
    color: #000
}

.order__input--textarea textarea:-ms-input-placeholder {
    color: #000
}

.order__input--textarea textarea::-ms-input-placeholder {
    color: #000
}

.order__input--textarea textarea::placeholder {
    color: #000
}

.order__input-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order__input-select .select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.order__input-select .select._active .select__icon {
    -webkit-transform: translate(0, -2px) rotate(180deg);
    -ms-transform: translate(0, -2px) rotate(180deg);
    transform: translate(0, -2px) rotate(180deg)
}

.order__input-select .select__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order__input-select .select__icon {
    width: 10px;
    height: 10px;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px)
}

.order__input-select .select__icon:before {
    content: '';
    border: 5px solid transparent;
    display: block;
    border-top: 6px solid #15b081
}

.order__input-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-size: 14px;
    font-weight: 300;
    line-height: calc(17 / 14);
    color: grey
}

.order__input-label--long {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.order__input input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 0 15px;
    font-weight: 500
}

.order__input--error input {
    border: 1px solid #d84040
}

.order__input-error {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: 300;
    font-size: 12px;
    color: #d84040
}

.order__checkbox {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order__checkbox input {
    display: none
}

.order__checkbox input:checked + .order__checkbox-label:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.order__checkbox-text {
    font-weight: 300
}

.order__checkbox-text a {
    color: #000;
    text-decoration: underline
}

.order__checkbox-text a:hover {
    text-decoration: none
}

.order__checkbox-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 10px 0 0;
    position: relative
}

.order__checkbox-label:before {
    content: '';
    width: 16px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(../image/checkmark.svg) 0 0 no-repeat
}

.order__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0
}

.order__radio input {
    display: none
}

.order__radio input:checked + .order__radio-label:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.order__radio-content-dev {
    display: none
}

.order__radio-content-dev._active {
    display: block;
    -webkit-animation: .5s sweep forwards ease-in-out;
    animation: .5s sweep forwards ease-in-out
}
.order__radio-content-pay {
    display: none
}

.order__radio-content-pay._active {
    display: block;
    -webkit-animation: .5s sweep forwards ease-in-out;
    animation: .5s sweep forwards ease-in-out
}
.order__radio-content-description {
    display: none
}

.order__radio-content-description._active {
    display: block;
    -webkit-animation: .5s sweep forwards ease-in-out;
    animation: .5s sweep forwards ease-in-out
}

@-webkit-keyframes sweep {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes sweep {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.order__radio-label {
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative
}

.order__radio-label:before {
    content: '';
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    background: #15b081
}

.order__radio-text {
    font-weight: 300
}

.order__radio-text a {
    color: #000;
    text-decoration: underline
}

.order__radio-text a:hover {
    text-decoration: none
}

@media (min-width: 769px) {
    .category__more {
        display: none
    }

    .catalog__filter {
        display: none
    }
}

@media (min-width: 993px) {
    .header__search-mobile {
        display: none
    }

    .search-popup {
        display: none
    }

    .header__burger {
        display: none
    }

    .footer__links ul li a {
        font-size: 14px
    }
}

@media (min-width: 1921px) {
    .product__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px
    }
}

@media (max-width: 1360px) {
    .welcome-slide__content {
        margin: 0 0 calc(100px + -100 * ((100vw - 992px) / (1360 - 992))) 0;
        padding: 0 0 0 calc(30px + 70 * ((100vw - 992px) / (1360 - 992)))
    }

    .welcome-slide__picture:before {
        width: calc(250px + 100 * ((100vw - 992px) / (1360 - 992)));
        height: calc(250px + 100 * ((100vw - 992px) / (1360 - 992)))
    }

    .welcome-slide__picture img {
        width: calc(150px + 100 * ((100vw - 992px) / (1360 - 992)))
    }

    .welcome-slide__illustration {
        top: calc(110px + -100 * ((100vw - 992px) / (1360 - 992)));
        right: calc(30px + 50 * ((100vw - 992px) / (1360 - 992)))
    }

    .product-page .content {
        width: calc(557px +315px+ (1240 - 295 - 20 - 557) * ((100vw - 992px) / (1360 - 992)))
    }
}

@media (max-width: 1280px) {
    .welcome-categories__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .product-slider-slide__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-slider-slide__buy {
        width: 125px;
        margin: 0 0 20px 0
    }
}

@media (max-width: 1150px) {
    .footer__column {
        margin: 0 0 25px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .footer__links ul {
        max-width: 300px
    }

    .category-brands__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    .category-brands__item:nth-child(4n) {
        border-right: 2px solid #f5f6f9
    }

    .category-brands__item:nth-child(3n) {
        border-right: 0
    }

    .catalog__sort {
        margin: 0 -10px
    }

    .catalog__label {
        display: none
    }

    .catalog-select-container {
        margin: 0 10px
    }

    .leave-review {
        margin: 50px 0 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .product-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .account-table__column-container {
        -ms-flex-wrap: wrap;
        /*flex-wrap: wrap*/
    }

    .account-table__header .account-table__column--action {
        display: none
    }

    .account-table__header .account-table__column--price {
        display: none
    }

    .account-table__row .account-table__column--product-name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 0 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .account-table__row .account-table__column--available {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
        flex: 0 0 136px
    }

    .account-table__row .account-table__column--price {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 0 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .account-table__row .account-table__column--action {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
        flex: 0 0 136px
    }
}

@media (max-width: 992px) {
    ._container {
        padding: 0 calc(15px + 45 * ((100vw - 375px) / (992 - 375)))
    }

    .burger-content .header-menu__item a {
        font-size: 18px;
    }

    .header-actions__item span {
        display: none
    }

    .header-tel, .header__form {
        margin: 0
    }

    .header__logo {
        margin: 0 20px 0 0;
        width: calc(120px + 80 * ((100vw - 375px) / (992 - 375)))
    }

    .header-actions {
        margin: 0 -10px
    }

    .header-actions__item {
        margin: 0 10px
    }

    .header-actions__item img {
        margin: 0
    }

    .header__cart {
        padding: 0 22px 0 0
    }

    .header__cart-label {
        right: 0
    }

    .header-tel__main {
        font-size: 17px
    }

    .categories__text {
        font-size: 14px
    }

    .welcome-slide__content {
        margin: 0 0 100px 0;
        padding: 0 0 0 calc(15px + 15 * ((100vw - 375px) / (992 - 375)))
    }

    .welcome-slide__subtitle {
        font-size: 25px
    }

    .welcome-slide__title {
        font-size: calc(34px + 4 * ((100vw - 375px) / (992 - 375)))
    }

    .welcome-slide__picture:before {
        width: 250px;
        height: 250px
    }

    .welcome-slide__picture img {
        width: 150px
    }

    .welcome-slide__illustration {
        top: 120px;
        right: 30px
    }

    .product-slider-slide__name {
        font-size: calc(14px + 2 * ((100vw - 375px) / (992 - 375))) !important
    }

    .product-slider-slide__price {
        font-size: calc(12px + 6 * ((100vw - 375px) / (992 - 375))) !important
    }

    .product-slider-slide__price--new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-slider-slide__price--new span:last-child {
        font-size: calc(10px + 4 * ((100vw - 375px) / (992 - 375))) !important
    }

    .home-info__content {
        padding: 0 calc(45px + 16 * ((100vw - 375px) / (992 - 375))) 0 0
    }

    .home-info__content div, .home-info__content p {
        font-size: 12px
    }

    .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
        flex: 0 0 225px
    }

    .sidebar__title {
        font-size: 14px
    }

    .sidebar-range__row input {
        max-width: 75px;
        padding: 7px 10px
    }

    .category-brands__text {
        font-size: 10px
    }

    .catalog__content .product-slider-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .product-page .content {
        width: 100%
    }

    .product-page .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .product-page .sidebar .categories {
        position: relative
    }

    .product-page .sidebar .categories._active .categories__head-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .product-page .sidebar .categories._active .categories__content {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .product-page .sidebar .categories__head {
        position: relative;
        background: #fff;
        z-index: 6
    }

    .product-page .sidebar .categories__head-arrow {
        opacity: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        visibility: visible
    }

    .product-page .sidebar .categories__content {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background: #fff;
        z-index: 5;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        width: 100%;
        top: 0;
        opacity: 0;
        visibility: hidden
    }

    .product-page > ._container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-page .recommendation {
        display: none
    }

    .product__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px
    }

    .product-characteristics__item {
        font-size: 12px
    }

    .page.account-page .sidebar {
        width: 225px
    }

    .account__tab {
        font-size: 12px
    }

    .account-table__column {
        font-size: 12px
    }

    .account-table__column--product {
        font-size: 12px
    }

    .account-table__column--picture {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .account-table__column--available {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .account-table__header .account-table__column {
        font-size: 10px
    }

    .account-table__row .account-table__column--available {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .account-table__row .account-table__column--action {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .bonus__notice {
        font-size: 12px
    }

    .bonus__bottom {
        padding: 15px
    }

    .bonus__current-title {
        font-size: 14px
    }

    .bonus__current-balls {
        padding: 5px 25px
    }

    .bonus__conditions ul li {
        font-size: 12px
    }
}

@media (max-width: 850px) {
    .cart-popup {
        padding: 50px 20px
    }

    .cart-popup__content {
        width: 100%
    }
}

@media (max-width: 768px) {
    .header-actions {
        margin: 0 -5px
    }

    .header-actions__item {
        margin: 0 5px
    }

    /* .header-actions__item img {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    } */

    .header__burger {
        width: 31px;
        height: 30px
    }

    .header__burger span, .header__burger:after, .header__burger:before {
        width: 30px
    }

    .categories__content {
        opacity: 0;
        visibility: hidden;
        position: absolute
    }

    .welcome-slide__content {
        padding: 0 0 0 calc(15px + 45 * ((100vw - 375px) / (992 - 375)));
        margin: 0 0 calc(100px + -100 * ((100vw - 375px) / (768 - 375))) 0
    }

    .welcome-slide__picture:before {
        width: calc(250px + 100 * ((100vw - 375px) / (768 - 375)));
        height: calc(250px + 100 * ((100vw - 375px) / (768 - 375)))
    }

    .welcome-slide__picture img {
        width: calc(150px + 100 * ((100vw - 375px) / (992 - 375)))
    }

    .welcome-slide__illustration {
        top: calc(110px + -100 * ((100vw - 375px) / (992 - 375)));
        right: calc(30px + 50 * ((100vw - 375px) / (992 - 375)))
    }

    .welcome__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .welcome__main {

        margin: 0 calc(-15px + -45 * ((100vw - 375px) / (992 - 375))) 20px
    }

    .welcome-categories__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .welcome .categories {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .welcome .categories__content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        z-index: 2;
        left: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translate(0, -20%);
        -ms-transform: translate(0, -20%);
        transform: translate(0, -20%)
    }

    .welcome .categories__head-arrow {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 1;
        visibility: visible
    }

    .product-slider__slider .slick-list {
        margin: 0 -5px
    }

    .product-slider-slide {
        padding: 0 5px
    }

    .product-slider-slide__content {
        padding: 15px 10px 20px
    }

    .product-slider-slide__picture {
        height: calc(150px + 100 * ((100vw - 375px) / (768 - 375)))
    }

    .product-slider-slide__picture span {
        top: 1px;
        left: 1px
    }

    .sidebar {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .sidebar__form {
        opacity: 0;
        visibility: hidden;
        position: absolute
    }

    .sidebar__form._active {
        padding: 20px;
        width: 100%;
        background: #fff;
        opacity: 1;
        visibility: visible;
        z-index: 5;
        width: 345px;
        top: 100%;
        left: 0;
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }

    .sidebar .categories__head-arrow {
        opacity: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        visibility: visible
    }

    .sidebar .categories._active {
        position: relative
    }

    .sidebar .categories._active .categories__head-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .sidebar .categories._active .categories__content {
        opacity: 1;
        visibility: visible;
        z-index: 3;
        top: 100%;
        background: #fff;
        width: 100%;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }

    .page > ._container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page.catalog-page .home-info {
        margin: 45px 0 50px
    }

    .category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .category-brands__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .category-brands__item:nth-child(3n) {
        border-right: 2px solid #f5f6f9
    }

    .category-brands__item:nth-child(2n) {
        border-right: 0
    }

    .category-brands__item:nth-child(n+11) {
        display: none
    }

    .catalog__pagination-item a {
        width: 40px;
        height: 40px;
        font-size: 16px
    }

    .catalog__more {
        margin: 10px 0 20px 0
    }

    .catalog__content .product-slider-slide {
        margin: 0 0 10px 0
    }

    .catalog__actions {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 10px 0
    }

    .catalog__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog__compare:hover {
        font-size: 12px
    }

    .catalog__sort {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        margin: 0
    }

    .catalog__sort-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%
    }

    .catalog__show-items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
        flex: 0 0 32.5%
    }

    .catalog-select-container {
        margin: 0
    }

    .select {
        width: 100% !important
    }

    .select__current {
        font-size: 12px
    }

    .select__item {
        font-size: 12px
    }

    .product-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px
    }

    .article-page {
        margin: 0 0 65px 0
    }

    .article-page__text {
        padding: 0 0 20px 0
    }

    .account-info {
        padding: 20px 20px 15px 20px;
        height: auto
    }

    .account-info__stat {
        font-size: 12px
    }

    .account-info__name {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px 0
    }

    .account-info__name p:first-child {
        margin: 0 7px 0 0
    }

    .account-info__tel {
        margin: 0 0 15px 0
    }

    .page.account-page .sidebar {
        width: 100%
    }

    .page.account-page .categories {
        display: none
    }

    .feedback {
        margin: 20px 0 35px 0
    }

    .account__tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 0
    }

    .account__tab {
        padding: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: 1px solid #c4c4c4;
        border-bottom: 0;
        position: relative
    }

    .account__tab:nth-last-child(2) {
        border-bottom: 1px solid #c4c4c4
    }

    .account__tab:after {
        content: '';
        width: 18px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 10px;
        background: url(../image/greenArrow.svg) 0 0/100% 100% no-repeat;
        -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .account__tab._current:before {
        display: none
    }

    .account__tab-contain {
        padding: 10px;
        border: 1px solid #c4c4c4;
        border-top: 0
    }

    .account-table__column--date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
        flex: 0 0 76px
    }

    .account-table__column--summ {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79px;
        flex: 0 0 79px
    }

    .account-table__header .account-table__column--summ {
        display: none
    }

    .account-table__header .account-table__column--date {
        display: none
    }

    .bonus-total__window:before {
        right: auto;
        left: 100%;
        border-right: 0;
        border-left: 10px solid #fff
    }

    .bonus-total__window {
        left: auto;
        right: calc(100% + 10px)
    }

    .cart-popup {
        padding: 0
    }

    .cart-popup__content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-popup__main {
        padding: 25px 20px 10px 20px
    }

    .cart-popup__head .cart-popup__cell--price, .cart-popup__head .cart-popup__cell--qty, .cart-popup__head .cart-popup__cell--summ {
        display: none
    }

    .cart-popup__cell--photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }

    .cart-popup__cell--product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 12px
    }

    .cart-popup__cell--price {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0 0 0;
        font-size: 12px
    }

    .cart-popup__cell--qty {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart-popup__cell--summ {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0 0 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 12px;
        padding: 0
    }

    .cart-popup__delete {
        left: auto;
        right: 0;
        top: 40%
    }

    .cart-popup__total-label {
        font-size: 11px
    }

    .cart-popup__total-price {
        font-size: 14px
    }

    .cart-popup__bottom {

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cart-popup__button-1 {
        margin: 0 0 20px 0
    }

    .cart-popup__button {
        width: 100%
    }

    .order__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .order__button {
        position: static
    }

    .order__title {
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (max-width: 650px) {
    .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product__slider {
        margin: 0 0 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 320px;
    }
}

@media (max-width: 600px) {
    .footer__column_1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .footer__column_2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .news__column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .news__column:nth-child(n+9) {
        display: none
    }

    .article__desc {
        display: none
    }

    .bonus__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bonus__current {
        margin: 0 0 20px 0
    }

    .bonus__conditions ul li {
        margin: 0 0 0 15px
    }
}

@media (max-width: 545px) {

    .cart-popup__head .cart-popup__cell--product {
        margin: 0
    }

    .order .cart-popup__content {
        margin: 0 -20px;
        width: auto
    }

    .order__input {
        display: block
    }

    .order__input-label {
        margin: 0 0 5px 0
    }

    .order__input input {
        width: 100%
    }
}

@media (max-width: 525px) {
    .account-table__column--date {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .account-table__column--product {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .account-table__column--summ {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .account-table__header .account-table__column--product {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .account-table__row {
        min-height: 54px
    }

    .account-table__row .account-table__column {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
    }

    .account-table__row .account-table__column--available {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .account-table__row .account-table__column--index {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 425px) {
    .cart-popup__cell--price {
        display: none
    }
}

.cart-popup__cell.cart-popup__cell--product a {
    color: black !important;
}

.table-responsive {
    overflow-x: auto;
}

.table_col {
    font-size: 14px;
    width: 660px;
    background: white;
    text-align: left;
    border-collapse: collapse;
    color: #3E4347;
}

.table_col th:first-child, .table_col td:first-child {
    color: #8b8e91;
    border-left: none;
    font-weight: bold;
}

/*.table_col tbody td:first-child {*/
/*    border-bottom: 1px solid #8b8e91;*/
/*}*/


.table_col th {
    font-weight: normal;
    border-bottom: 2px solid #F5E1A6;
    border-right: 20px solid white;
    border-left: 20px solid white;
    padding: 8px 10px;
    overflow-x: auto;
}

.table_col td {
    /*border-right: 20px solid white;*/
    padding: 12px 30px;
    color: #8b8e91;
    width: 30%;
}

.table_description {
    color: black !important;
    text-align: center;
    background: #f5f6f9;
    font-size: 16px;
}

.modal-fademodal-fade-1, .modal-fade-2, .modal-fade-3 {
    display: none;
}

.modal-fade-1:before, .modal-fade-2:before, .modal-fade-3:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}

.modal-label {
    width: 100%;
    background-color: #5bb112;
}

.modal-name {
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-text {
    padding-left: 20px;
    padding-right: 20px;
}

.modal {
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 5%;
    bottom: 5%;
    display: block;
    background: #fff;
    left: 20%;
    right: 20%;
    border: 1px solid black;
    box-shadow: 0 5px 15px black;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}

.modal-close {
    border: none;
    outline: none;
    margin-left: 20px;
    position: absolute;
    background: none;
    top: 15px;
    right: 20px;
    width: 0 !important;
}

@media (max-width: 769px) {
    .breadcrumbs {
        padding: 0px !important;
    }

    .footer__column.footer__column_1 a.header__logo img {
        margin-left: 50px !important;
    }

    .header-tel__icon img {
        width: 70%;
    }

    .header-tel__label, .header-tel__main {
        font-size: 10px !important;
    }

    ul.breadcrumbs__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
        padding: 0px;
    }
    .breadcrumbs__container {
        padding-top: 17px;
        width: 80%;
        padding-bottom: 5px;
    }

    .page_product .icons__heart, .page_product .icons__eye {
        padding: 10px 10px !important;
    }

}

.product-slider-slide__rate {
    left: 10px;
    position: relative;
}

@media (min-width: 769px) {
    .header__phone-mobile {
        display: none !important;
    }
}

.welcome-categories__btn {
    font-size: 10px;
    font-weight: 500;
    line-height: calc(12 / 10);
    text-transform: uppercase;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5;
}

.welcome-categories__column:nth-child(2) .welcome-categories__picture img {
    width: 210px;
}

.welcome-categories__column:nth-child(1) .welcome-categories__picture img {
    width: 180px;
}

.welcome-categories__column:nth-child(3) .welcome-categories__picture img {
    width:190px;
}

.welcome-categories__column:nth-child(4) .welcome-categories__picture img {
    width: 190px;
    position: relative;
    right: 20px;
    top: 60px;
}

.welcome-categories__column:first-child .welcome-categories__picture {
    right: 10px;
    top: 60px;
}

.welcome-categories__column:nth-child(3) .welcome-categories__picture {
    right: 0;
    top: 60px;
}

.welcome-categories__column:last-child .welcome-categories__picture {
    right: 10px;
    top: 50px;
}
.welcome-categories__column:last-child .welcome-categories__picture img {
    width: 190px;
}

.welcome-categories__column:nth-child(2) .welcome-categories__picture {
    right: -5px;
    top: 49px;
}

.welcome-categories__column:nth-child(4) .welcome-categories__picture {
    right: -12px;
    top: -8px;
}

.modal-close{
    color: black !important;
    font-size: 16px !important;
}
.icon_email,
.phone_icon{
    margin: 0 10px 0 0;
}

.modal-fade-1, .modal-fade-2, .modal-fade-3 {
    display: none;
}

.modal-fade-1:before, .modal-fade-2:before, .modal-fade-3:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}

.modal-label {
    width: 100%;
    background-color: #5bb112;
}

.modal-name {
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-text {
    padding-left: 20px;
    padding-right: 20px;
}

.modal {
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 5%;
    bottom: 5%;
    display: block;
    background: #fff;
    left: 20%;
    right: 20%;
    border: 1px solid black;
    box-shadow: 0 5px 15px black;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}

.modal-close {
    border: none;
    outline: none;
    margin-left: 20px;
    position: absolute;
    background: none;
    top: 15px;
    right: 20px;
    width: 0 !important;
}

@media (max-width: 769px) {
    section.search .col-sm-5 {
        width: 66%;
    }
    section.search .col-sm-2 {
        width: 30%;
        padding:0px;
    }
    .breadcrumbs {
        padding: 0px !important;
    }

    .footer__column.footer__column_1 a.header__logo img {
        width: 300px;
        margin-left: 25px;
    }
    .header-tel__icon {
        margin: 0 5px 0 0;
        width: 30px;
        bottom: 20px;
        position: relative;
        margin-left: 60px;
    }
    .header-tel__content {
        position: relative;
        bottom: 20px;
    }





    .header-tel__icon img {
        width: 70%;
    }

    .header-tel__label, .header-tel__main {
        font-size: 10px !important;
    }

    ul.breadcrumbs__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
        padding: 0px;
    }
    .breadcrumbs__container {
        padding-top: 17px;
        padding-bottom: 5px;
    }

    .page_product .icons__heart, .page_product .icons__eye {
        padding: 10px 10px !important;
    }

}

.product-slider-slide__rate {
    left: 10px;
    position: relative;
}

@media (min-width: 769px) {
    .header__phone-mobile {
        display: none !important;
    }
}

.welcome-categories__btn {
    font-size: 10px;
    font-weight: 500;
    line-height: calc(12 / 10);
    text-transform: uppercase;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5;
}

.welcome-categories__column:nth-child(2) .welcome-categories__picture img {
    width: 210px;
}

.welcome-categories__column:nth-child(1) .welcome-categories__picture img {
    width: 180px;
}

.welcome-categories__column:nth-child(3) .welcome-categories__picture img {
    width:190px;
}

.welcome-categories__column:nth-child(4) .welcome-categories__picture img {
    width: 190px;
    position: relative;
    right: 20px;
    top: 60px;
}

.welcome-categories__column:first-child .welcome-categories__picture {
    right: 10px;
    top: 60px;
}

.welcome-categories__column:nth-child(3) .welcome-categories__picture {
    right: 0;
    top: 60px;
}

.welcome-categories__column:last-child .welcome-categories__picture {
    right: 10px;
    top: 50px;
}
.welcome-categories__column:last-child .welcome-categories__picture img {
    width: 190px;
}

.welcome-categories__column:nth-child(2) .welcome-categories__picture {
    right: -5px;
    top: 49px;
}

.welcome-categories__column:nth-child(4) .welcome-categories__picture {
    right: -12px;
    top: -8px;
}

.modal-close{
    color: black !important;
    font-size: 16px !important;
}
.icon_email,
.phone_icon{
    margin: 0 10px 0 0;
}

.welcome-categories__column:nth-child(2) .welcome-categories__picture {
    right: 0 !important;
    top: 45px !important;
}
.welcome-categories__column:nth-child(2) .welcome-categories__picture img {
    width: 200px;
}
.welcome-categories__column:nth-child(3) .welcome-categories__picture {
    right: 0;
    top: 50px;
}
.welcome-categories__column:nth-child(4) .welcome-categories__picture img {
    width: 195px;
    position: relative;
}
.welcome-categories__column:nth-child(4) .welcome-categories__picture {
    margin-top: 65px;
    margin-right: 10px;
}
.welcome-categories__column:last-child .welcome-categories__picture {
    right: 0px;
    top: 50px;
}
.welcome-categories__column:nth-child(2) .welcome-categories__content {
    background: url(../image/coalBackground.svg) right bottom/cover no-repeat;
}
.welcome-categories__column:nth-child(4) .welcome-categories__content {
    background: url(../image/tobaccoBackground.svg) right bottom/cover no-repeat;
}
.header-actions__item.header__phone-mobile img {
    opacity:1;
}

@media (max-width: 400px){
    .account-info__input{
        width: 130px !important;
    }
    .account-info__picture-img{
        z-index: 1;
        width: 20% !important;
        right: 25px !important;
    }
}
@media (max-width: 752px){
    .account-info__name{
        margin: 0 !important;
    }
    .account-info__input{
        width: 200px;
    }
    .account-table{
        padding-left: 0 !important;
    }
    .account-table__column--summ {
        justify-content: center !important;
        flex: 0 0 79px !important;
    }
    .account-info{
        height: auto !important;
    }
    .account-info__name{
        display: inline-block;
    }
    .account-info__picture-img{
        right: 55px;
        position: absolute;
        display:inline-block !important;
        width: 10% ;
    }
}
@media (min-width: 753px){
    .account-info__picture-img{
        width: 40%;
    }
    .account-info__input{
        width: auto;
    }
}
@media (min-width: 768px){
    .account-table__column--summ {
        justify-content: center !important;
        flex: 0 0 79px !important;
    }
    .account-info{
        height: auto !important;
    }
    .account-info__email{
        padding-right: 100px;
    }
}
@media (max-width: 768px){
    .account-table__column--summ {
        justify-content: center !important;
        flex: 0 0 79px !important;
        display: flex !important;
    }
}
@media screen and (min-width: 992px) {
    .account-table__header .account-table__column{
        font-size: 14px !important;
    }
}
@media screen and (max-width: 991px) {
    .account-table__header .account-table__column{
        font-size: 12px !important;
    }
}
.account-info__input::placeholder { color: #ded5d5; } {

}
.account-info__input.ninja {
    text-transform: none !important;
}
.account-info__picture-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.account-info__tel{
    text-decoration: none;
}
.account-info__name, .account-info__surname{
    overflow-x: hidden;
    text-transform: none !important;
}
.account-info__names{
    overflow-x: hidden;
}
.content{
    margin-top: 0 !important;
}
.account-table__header .account-table__column{
    font-size: 14px;
}
.account-table__column--index{
    font-weight: 400;
}
.account-table__header .account-table__column:last-child{
    border-left:none;
}
.account-table__column--summ{
    font-weight: 400;
}
.name__a{
    color: black;
}
.name__a:hover, .cost span, .account-table__column--summ{
    color: #15b081;
}
.quantity{
    margin-bottom: 20px;
}
.table--index-text{
    font-size: calc(12px + 4 * ((100vw - 992px) / (1920 - 992)));
    margin-right: 20px;
}
.product-item{
    margin-top: 10px;
}
.tbody-account__product{
    width: 100%;
    font-weight: 400;
}
.account-table__row {
    border-bottom: 1px solid #bdbdbd;
}
.account-table__column-container{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: wrap !important;
}
.account-table__column--product{
    margin: 10px 10px 10px 10px;
}
.account__btn-back{
    margin: 25px 0 25px 0;
}
.account-info__tel, .account-info__email.ninja{
    text-decoration: none;
    font-size: calc(12px + 6 * ((100vw - 768px) / (1920 - 768)));
    line-height: calc(21 / 18) ;
    font-weight: 500 !important;
    color: black !important;
    display: flex ;
    align-items: center ;
    margin-bottom: 9px ;
}
.account-info__email{
    margin-bottom: 10px !important;
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .categories__content li a{
        height: 40px;
    }
}

@media (min-width: 880px) and (max-width: 1049px) {
    .categories__content li a{
        height: 30px;
    }
}

@media (min-width: 770px) and (max-width: 879px) {
    .categories__content li a{
        height: 25px;
    }
}

@media (min-width: 500px) and (max-width: 660px) {
    .welcome-slide__a{
        height: 80% !important;
    }
    .welcome__main{
        background: none !important;
    }
    .slick-active{
        margin-top: -30px !important;
    }
}


.welcome-categories__column:nth-child(4) .welcome-categories__picture {
    margin-top: 5px !important;
    margin-right: -10px!important;
}

.welcome-categories__content{
    z-index: 1 !important;
}
@media screen and (max-width: 770px) {
    .header-tel__label, .header-tel__main {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 769px) {

    .header-tel__icon, .header-tel__content {
        display:none;
    }

    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{
        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts-2{
        width: 50%;
        float:right;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column .footer__column_1{
        display: flex;
        align-items: center;
        margin-left: 5%;
    }
    .footer-block-2{
        margin-left: 20%;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px !important;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin-left: 5% !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
}
@media screen and (max-width: 769px) {
    .footer__column{
        flex: 1 1 80% !important;
    }
    .footer__column_1{
        margin: auto;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{

        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts-2{
        width: 50%;
        float:right;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
    .footer-block-2{
        padding-left: 15%;
    }
}
@media (min-width: 770px) and (max-width: 900px) {
    .footer-block-2{
        margin-left: 5% !important;
    }
}
@media (min-width: 901px) and (max-width: 1149px) {
    .footer-block-2{
        margin-left: 7% !important;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__info{
        text-align: end;
    }
    .footer__column_1{
        display: flex !important;
        margin: auto !important;
        flex: 1 1 60% !important;
    }
    .footer-block-2{
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer-block-1{
        margin: auto;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin: auto !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
    .footer__info{
        text-align: end;
    }
}

.footer-contacts__text {
    color: black;
    text-decoration: none;
}
.footer-contacts__icon-img{
    opacity: 0.4;
}
@media screen and (max-width: 369px){
    .footer-block-2{
        padding-left: 5% !important;
    }
}

@media (min-width: 370px) and (max-width: 470px){
    .footer-block-2{
        padding-left: 10% !important;
    }
}

@media screen and (max-width: 769px) {
    .footer__column{
        flex: 1 1 80% !important;
    }
    .footer__content{
        padding-bottom: 0 !important;
    }
    .footer__column_1{
        margin: auto;
    }
    .footer-contacts-2{
        margin-left: 10%;
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{

        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts-2{
        width: 50%;
        float:right;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
    .footer-block-2{
        padding-left: 15%;
    }
}
@media (min-width: 770px) and (max-width: 900px) {
    .footer-block-2{
        margin-left: 5% !important;
    }
}
@media (min-width: 901px) and (max-width: 1149px) {
    .footer-block-2{
        margin-left: 7% !important;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__info{
        text-align: end;
    }
    .footer__column_1{
        display: flex !important;
        margin: auto !important;
        flex: 1 1 60% !important;
    }
    .footer-block-2{
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer-block-1{
        margin: auto;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin: auto !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
    .footer__info{
        text-align: end;
    }
}

.footer-contacts__text {
    color: black;
    text-decoration: none;
}
.footer-contacts__icon-img{
    opacity: 0.4;
}

@media screen and (max-width: 369px){
    .footer-block-2{
        padding-left: 5% !important;
    }
}

@media (min-width: 370px) and (max-width: 470px){
    .footer-block-2{
        padding-left: 10% !important;
    }
}

@media screen and (max-width: 769px) {
    .footer__column{
        flex: 1 1 80% !important;
    }
    .footer__content{
        padding-bottom: 0 !important;
    }
    .footer__column_1{
        margin: auto;
    }
    .footer-contacts-2{
        margin-left: 10%;
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{

        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts-2{
        width: 50%;
        float:right;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
    .footer-block-2{
        padding-left: 15%;
    }
}
@media (min-width: 770px) and (max-width: 900px) {
    .footer-block-2{
        margin-left: 5% !important;
    }
}
@media (min-width: 901px) and (max-width: 1149px) {
    .footer-block-2{
        margin-left: 7% !important;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__info{
        text-align: center;
    }
    .footer__column_1{
        display: flex !important;
        margin: auto !important;
        flex: 1 1 60% !important;
    }
    .footer-block-2{
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer-block-1{
        margin: auto;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin: auto !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
    .footer__info{
        text-align: end;
    }
}

.footer-contacts__text {
    color: black;
    text-decoration: none;
}
.footer-contacts__icon-img{
    opacity: 0.4;
}

@media screen and (max-width: 769px) {
    .header__container ._container .header__logo {
        margin: 0 !important;
    }
}

@media (min-width: 300px) and (max-width: 529px){
    .footer-grafic{
        margin-left: 15% !important;
        width: 190% !important;
    }
}
@media (min-width: 530px) and (max-width: 649px){
    .footer-grafic{
        margin-left: 30% !important;
    }
}
@media (min-width: 650px) and (max-width: 769px){
    .footer-grafic{
        margin-left: 40% !important;
    }
}
@media screen and (max-width: 369px){
    .footer-block-2{
        padding-left: 5% !important;
    }
}

@media (min-width: 370px) and (max-width: 470px){
    .footer-block-2{
        padding-left: 10% !important;
    }
}

@media screen and (max-width: 769px) {
    .footer__column{
        flex: 1 1 80% !important;
    }
    .footer__content{
        padding-bottom: 0 !important;
    }
    .footer__column_1{
        margin: auto;
    }
    .footer-contacts-2{
        margin-left: 10%;
        width: 50%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer-grafic{
        width: 175%;
        padding-top: 10px;
        border-top: 1px solid grey;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footer-block-1 .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{

        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
    .footer-block-2{
        padding-left: 15%;
    }
}
@media (min-width: 770px) and (max-width: 900px) {
    .footer-block-2{
        margin-left: 5% !important;
    }
}
@media (min-width: 901px) and (max-width: 1149px) {
    .footer-block-2{
        margin-left: 7% !important;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__info{
        text-align: center;
    }
    .footer__column_1{
        display: flex !important;
        margin: auto !important;
        flex: 1 1 60% !important;
    }
    .footer-block-2{
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer-block-1{
        margin: auto;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin: auto !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
    .footer__info{
        text-align: start;
    }
}

.footer-contacts__text {
    color: black;
    text-decoration: none;
}
.footer-contacts__icon-img{
    opacity: 0.4;
}

@media screen and (max-width: 769px) {
    .header__container ._container .header__logo {
        margin: 0 !important;
    }
}

@media (min-width: 300px) and (max-width: 529px){
    .footer-grafic{
        margin-left: 15% !important;
        width: 190% !important;
    }
    .footer_hr{
        width: 190% !important;
    }
}
@media (min-width: 530px) and (max-width: 649px){
    .footer-grafic{
        margin-left: 30% !important;
    }
}
@media (min-width: 650px) and (max-width: 769px){
    .footer-grafic{
        margin-left: 40% !important;
    }
}
@media screen and (max-width: 369px){
    .footer-block-2{
        padding-left: 5% !important;
    }
}

@media (min-width: 370px) and (max-width: 470px){
    .footer-block-2{
        padding-left: 10% !important;
    }
}

@media screen and (max-width: 769px) {
    .header__container .header__logo {
        margin:0 10px 0 0 !important;
    }
    .footer__column{
        flex: 1 1 80% !important;
    }
    .footer__content{
        padding-bottom: 0 !important;
    }
    .footer__column_1{
        margin: auto;
    }
    .footer-contacts-2{
        margin-left: 10%;
        width: 50%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer_hr{
        width: 175%;
        height: 1px;
    }
    .footer-grafic{
        width: 175%;
        padding-top: 10px;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footer-block-1 .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{
        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
    .footer-block-2{
        padding-left: 15%;
    }
}
@media (min-width: 770px) and (max-width: 900px) {
    .footer-block-2{
        margin-left: 5% !important;
    }
}
@media (min-width: 901px) and (max-width: 1149px) {
    .footer-block-2{
        margin-left: 7% !important;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__info{
        text-align: center;
    }
    .footer__column_1{
        display: flex !important;
        margin: auto !important;
        flex: 1 1 60% !important;
    }
    .footer-block-2{
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer-block-1{
        margin: auto;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin: auto !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
    .footer__info{
        text-align: start;
    }
}

.footer-contacts__text {
    color: black;
    text-decoration: none;
}
.footer-contacts__icon-img{
    opacity: 0.2;
}

.footer-contacts__link:hover{
    color: #15b081;
}

@media (min-width: 300px) and (max-width: 529px){
    .footer-grafic{
        margin-left: 15% !important;
        width: 190% !important;
    }
    .footer_hr{
        width: 190% !important;
    }
}
@media (min-width: 530px) and (max-width: 649px){
    .footer-grafic{
        margin-left: 30% !important;
    }
}
@media (min-width: 650px) and (max-width: 769px){
    .footer-grafic{
        margin-left: 40% !important;
    }
}
@media screen and (max-width: 369px){
    .footer-block-2{
        padding-left: 5% !important;
    }
}

@media (min-width: 370px) and (max-width: 470px){
    .footer-block-2{
        padding-left: 10% !important;
    }
}

@media screen and (max-width: 769px) {
    .header__container .header__logo {
        margin:0 10px 0 0 !important;
    }
    .footer__column{
        flex: 1 1 80% !important;
    }
    .footer__content{
        padding-bottom: 0 !important;
    }
    .footer__column_1{
        margin: auto;
    }
    .footer-contacts-2{
        margin-left: 10%;
        width: 50%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer_hr{
        width: 175%;
        height: 1px;
    }
    .footer-grafic{
        width: 175%;
        border-top: none !important;
        padding-top: 10px;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footer-block-1 .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{
        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
    .footer-block-2{
        padding-left: 15%;
    }
}
@media (min-width: 770px) and (max-width: 900px) {
    .footer-block-2{
        margin-left: 5% !important;
    }
}
@media (min-width: 901px) and (max-width: 1149px) {
    .footer-block-2{
        margin-left: 7% !important;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__info{
        text-align: center;
    }
    .footer__column_1{
        display: flex !important;
        margin: auto !important;
        flex: 1 1 60% !important;
    }
    .footer-block-2{
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer-block-1{
        margin: auto;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin: auto !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
    .footer__info{
        text-align: start;
    }
}

.footer-contacts__text {
    color: black;
    text-decoration: none;
}
.footer-contacts__icon-img{
    opacity: 0.2;
}

.footer-contacts__link:hover{
    color: #15b081;
}

@media screen and (max-width: 399px){
    .footer_hr-main{
        width: 93% !important;
    }
}
@media (min-width: 400px) and (max-width: 429px){
    .footer_hr-main{
        width: 89% !important;
    }
}
@media (min-width: 430px) and (max-width: 529px){
    .footer_hr-main{
        width: 85% !important;
    }
}
@media (min-width: 300px) and (max-width: 529px){
    .footer-grafic{
        margin-left: 15% !important;
        width: 190% !important;
    }
    .footer_hr{
        width: 190% !important;
    }
}
@media (min-width: 530px) and (max-width: 649px){
    .footer-grafic{
        margin-left: 30% !important;
    }
    .footer_hr-main{
        width: 78% !important;
    }
}
@media (min-width: 650px) and (max-width: 769px){
    .footer-grafic{
        margin-left: 40% !important;
    }
    .footer_hr-main{
        width: 78% !important;
    }
}
@media screen and (max-width: 369px){
    .footer-block-2{
        padding-left: 5% !important;
    }
}

@media (min-width: 370px) and (max-width: 470px){
    .footer-block-2{
        padding-left: 10% !important;
    }
}

@media screen and (max-width: 769px) {
    .header__container .header__logo {
        margin:0 10px 0 0 !important;
    }
    .footer__column{
        flex: 1 1 80% !important;
    }
    .footer__content{
        padding-bottom: 0 !important;
    }
    .footer__column_1{
        margin: auto;
    }
    .footer-contacts-2{
        margin-left: 10%;
        width: 50%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer_hr{
        width: 175%;
        height: 1px;
    }
    .footer_hr-main{
        height: 1px;
        margin-bottom: 10px;
    }
    .footer-grafic{
        width: 175%;
        border-top: none !important;
        padding-top: 10px;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__info{
        text-align: left;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footer-block-1 .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{
        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
    .footer-block-2{
        padding-left: 15%;
    }
}
@media (min-width: 770px) and (max-width: 900px) {
    .footer-block-2{
        margin-left: 5% !important;
    }
}
@media (min-width: 901px) and (max-width: 1149px) {
    .footer-block-2{
        margin-left: 7% !important;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__info{
        flex: 1 1 auto;
    }
    .footer__column{
        flex:none !important;
    }
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__info{
        text-align: left;
    }
    .footer__column_1{
        display: flex !important;
        margin: auto !important;
        flex: 1 1 60% !important;
    }
    .footer-block-2{
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer-block-1{
        margin: auto;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin: auto !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
    .footer__info{
        text-align: start;
    }
}
@media screen and (min-width: 770px){
    .footer_hr-main{
        display: none;
    }
}

.footer-contacts__text {
    color: black;
    text-decoration: none;
}
.footer-contacts__icon-img{
    opacity: 0.2;
}

.footer-contacts__link:hover{
    color: #15b081;
}

@media screen and (max-width: 399px){
    .footer_hr-main{
        width: 93% !important;
    }
}
@media (min-width: 400px) and (max-width: 429px){
    .footer_hr-main{
        width: 89% !important;
    }
}
@media (min-width: 430px) and (max-width: 529px){
    .footer_hr-main{
        width: 85% !important;
    }
}
@media (min-width: 300px) and (max-width: 529px){
    .footer-grafic{
        margin-left: 15% !important;
        width: 190% !important;
    }
    .footer_hr{
        width: 190% !important;
    }
}
@media (min-width: 530px) and (max-width: 649px){
    .footer-grafic{
        margin-left: 30% !important;
    }
    .footer_hr-main{
        width: 78% !important;
    }
}
@media (min-width: 650px) and (max-width: 769px){
    .footer-grafic{
        margin-left: 40% !important;
    }
    .footer_hr-main{
        width: 78% !important;
    }
}
@media screen and (max-width: 369px){
    .footer-block-2{
        padding-left: 5% !important;
    }
}

@media (min-width: 370px) and (max-width: 470px){
    .footer-block-2{
        padding-left: 10% !important;
    }
}

@media screen and (max-width: 769px) {
    .header__container .header__logo {
        margin:0 10px 0 0 !important;
    }
    .footer__column{
        flex: 1 1 80% !important;
    }
    .footer__content{
        padding-bottom: 0 !important;
    }
    .footer__column_1{
        margin: auto;
    }
    .footer-contacts-2{
        margin-left: 10%;
        width: 50%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer_hr{
        width: 175%;
        height: 1px;
    }
    .footer_hr-main{
        height: 1px;
        margin-bottom: 10px;
    }
    .footer-grafic{
        width: 175%;
        border-top: none !important;
        padding-top: 10px;
    }
    .footer__column .footer__column_2 .footer__info{
        text-align: center;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__info{
        text-align: left;
        justify-content: center !important;
        -webkit-box-pack: center !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footer-block-1 .header__logo{
        margin: auto !important;
    }
    .footer__column.footer__column_1 a.header__logo img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .footer__column_1 .header__logo {
        margin: auto !important;
    }
    .footer__column_1 .header-tel{

        justify-content: center !important;
    }
    .header-tel__icon{
        margin-left: 0 !important;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-main-contact{
        display: flex;
    }
    .footer-contacts{
        width: 50%;
    }
    .footer-contacts__text{
        text-decoration: none !important;
        color: black !important;
    }
    .footer-contacts__icon-img{
        opacity: 0.4;
    }
    .footer-block-2{
        padding-left: 15%;
    }
}
@media (min-width: 770px) and (max-width: 900px) {
    .footer-block-2{
        margin-left: 5% !important;
    }
}
@media (min-width: 901px) and (max-width: 1149px) {
    .footer-block-2{
        margin-left: 7% !important;
    }
}

@media (min-width: 770px) and (max-width: 1150px) {
    .footer__info{
        flex: 1 1 auto;
    }
    .footer__column{
        flex:none !important;
    }
    .footer__column .footer__column_1 .header__logo img{
        width: 100%;
        margin: auto !important;
    }
    .footer__column .footer__column_1 .header-tel{
        justify-content: center;
    }
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__info{
        text-align: left;
    }
    .footer__column_1{
        display: flex !important;
        margin: auto !important;
        flex: 1 1 60% !important;
    }
    .footer-block-2{
        margin-top: auto;
        margin-bottom: auto;
    }
    .footer-block-1{
        margin: auto;
    }
}

@media (min-width: 1151px) {
    .footer-contacts-2{
        margin-top: 10px;
    }
    .footer__column_1{
        display: flex !important;
        align-items: center !important;
        margin: auto !important;
    }
    .footer-block-2{
        margin-left: 20%;
    }
    .footer__info{
        text-align: start;
    }
}
@media screen and (min-width: 770px){
    .footer_hr-main{
        display: none;
    }
}

.footer-contacts__text {
    color: black;
    text-decoration: none;
}
.footer-contacts__icon-img{
    opacity: 0.2;
}

.footer-contacts__link:hover{
    color: #15b081;
}

.product-slider-slide__name {
    height: 65px;
    overflow-y: auto;
}

@media (min-width: 1280px) and (max-width: 1880px) {
    .product-slider-slide__rate {
        width: 70% !important;
    }
}
@media screen and (min-width: 1881px) {
    .product-slider-slide__rate {
        width: 75% !important;
    }
}
.header-actions__item span {
    color: black;
}
@media (min-width: 990px) and (max-width: 1120px) {
    .header-menu__item {
        margin: 0 0 0 30px !important;
    }
    .header-menu{
        margin: 0 -30px !important;
    }
}
@media (min-width: 1121px) and (max-width: 1180px) {
    .header-menu__item {
        margin: 0 0 0 50px !important;
    }
    .header-menu{
        margin: 0 -45px !important;
    }
}

@media (min-width: 1181px) and (max-width: 1365px) {
    .header-menu__item {
        margin: 0 0 0 60px !important;
    }
    .header-menu{
        margin: 0 -45px !important;
    }
}

@media (min-width: 990px) and (max-width: 1055px) {
    .header-actions__item{
        margin: 0 1px !important;
    }
}

.account-table__column--product-name{
    width: 30%;
    justify-content: center;
}
.order__button{
    justify-content: normal !important;
}
.order__section {
    z-index: 1 !important;
}
.cart-popup__content{
    z-index: 1 !important;
}
.cart-popup__content{
    z-index: 2 !important;
}
@media (min-width: 768px) {
    .cart-popup__cell--product {
        flex: 1 1 30% !important;
    }

    .cart-popup__cell--photo {
        flex: 0 0 120px !important;
    }

    @media (min-width: 768px) {
        .cart-popup__cell--product {
            flex: 1 1 28% !important;
        }
    }
    .cart-popup__cell--summ {
        flex: none !important;
    }
}
@media (min-width: 1280px) {
    .product-slider-slide__buy_main{
        padding: 12px 10px !important;
    }
}
@media (max-width: 650px) {
    .product-info {
        display:grid !important;
    }
    .product__head{
        order: 2 !important;
    }
    .product-characteristics{
        order: 3 !important;
    }
    .product__bottom{
        order: 1 !important;
        margin: 0 0 40px 0 !important;
        border-bottom: 1px solid #c4c4c4 !important;
        border-top: 1px solid #c4c4c4 !important;
    }
    .product-characteristics{
        border-bottom: none !important;
    }
}

@media (min-width: 1280px) {
    .product-slider-slide__buy_main{
        padding: 12px 10px !important;
    }
}
@media (max-width: 650px) {
    .product .product__info{
        display:grid !important;
    }
    .product__info .product__head{
        order: 1 !important;
    }
    .product__info .product-characteristics{
        order: 3 !important;
    }
    .product__info .product__bottom{
        padding-top: 15px;
        padding-bottom: 15px;
        order: 2 !important;
        margin: 0 0 40px 0 !important;
        border-bottom: 1px solid #c4c4c4 !important;
        border-top: 1px solid #c4c4c4 !important;
    }
    .product__info .product-characteristics{
        border-bottom: none !important;
        margin: 0 !important;
        padding: 0 0 10px 0 !important;
    }
}
@media (min-width: 768px) {
    .product-review__list {
        width:100vw;
    }
}

.header__bottom {
    background-color: #f7f7f7 !important;
}
.select__item, .catalog__compare a  {
    color:black;
}
.product-slider-slide__name {
    height: 85px !important;
    overflow-y: visible !important;
}

.header__top{
    padding: 1px 0;
}

@media (min-width: 768px) {
    .product-review__list {
        width:100vw;
    }
}

/* .header__bottom {
    background-color: #f7f7f7 !important;
} */
.select__item, .catalog__compare a  {
    color:black;
}
.header__logo-main img{
    width: 80%;
}
@media (max-width: 992px) {
    .header__search-img {
        /* width: 130%; */
    }
    .header__search-img-2{
        /* width: 150%; */
    }
    .header__cart-label-head{
        right: -7px !important;
        top: 7px !important;
    }
    .hearer__phone-img {
        /* width: 130%; */
    }
    .header-actions__item{
        margin: 0 10px;
    }
}
@media (max-width: 500px) {
    .hearer__phone-img {
        /* width: 120% !important; */
    }
    .header__search-img {
        /* width: 120% !important; */
    }
    .header__search-img-2{
        /* width: 140% !important; */
    }
    .header-actions__item{
        margin: 0 5px !important;
    }
    .header__logo-main img {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .header__logo-main{
        margin-right:10px !important;
    }
    .header-actions__item{
        margin: 0 3px !important;
    }
}
@media (max-width: 400px) {
    .header-actions__item{
        margin: 0 3px !important;
    }
}
.header {
    z-index: 30;
}

@media (max-width: 1000px) {
    .modal{
        left: 5%;
        right: 5%;
    }
    .modal-name{
        width: 90%;
    }
}
@media (max-width: 770px) {
    .header__container-main {
        margin: 2% 0 !important;
    }
}
@media (min-width: 771px) and (max-width: 1300px) {
    .header__container-main {
        margin: 1% 0 !important;
    }
}
@media (min-width: 771px) and (max-width: 1300px) {
    .header__container-main {
        margin: 1% 0 !important;
    }
}
@media (min-width: 1301px) {
    .header__container-main {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (min-width: 1400px) {
    .header-tel {
        margin: 0 calc(10px + 25 * ((100vw - 992px) / (1920 - 992))) 0 0;
    }
}
@media (max-width: 755px) {
    .order__button-mob {
        position: absolute !important;
        display: block;
        width: 30px !important;
        height: 30px !important;
    }
    .order__button-mob img {
        margin-left: 8px;
        width: 45%;
        margin-top: 7px;
        opacity: 0.6;
    }
    .order__button-mob:before{
        height: 0 !important;
    }
    .order__button-desk{
        display: none !important;
    }
}
@media (min-width: 756px) {
    .order__button-mob {
        display: none !important;
    }
}
@media (min-width: 370px) and (max-width: 430px) {
    .order__title {
        margin-left: 20px;
    }
    .product__price{
        font-size: 20;
    }
}
@media (max-width: 369px) {
    .order__title {
        margin-left: 0 !important;
        width: 70%;
    }
}
@media (max-width: 1263px) {
    .product-slider-slide__content .product-slider-slide__buy {
        margin-left: auto;
        margin-right: auto;
    }
    .product-slider-slide__content .product-slider-slide__rate {
        margin-left: auto;
        margin-right: auto;
        left: 0 !important;
    }
    .product-slider-slide__name{
        display: flex;
        align-items: center;
    }
}
.header__top{
    background: linear-gradient(180deg, #a8a8a8, #f7f7f7);
}

/* @media (max-width: 751px) {
    .header__phone-mobile {
        margin: 0 20px 0 10px;
    }
} */
@media (max-width: 975px) {
    .header__search-img-2 {
        opacity: .4 !important;
    }
}
/* @media (min-width: 380px) and (max-width: 480px) {
    .header__phone-mobile {
        margin: 0 10px 0 5px !important;
    }
} */
/* @media (max-width: 379px) {
    .header__phone-mobile {
        margin: 0 10px 0 10px !important;
    }
} */
.product{
    background: white;
}
.product__slider{
    margin:auto;
}
.categories__arrow{
    padding-top: 10px;
}
@media (min-width: 1345px) {
    .header-menu__item:first-child{
        margin: 0 0 0 25px !important;
    }
}
.table-responsive-scroll-2{
    border: none 0px #ff0000;
    overflow-y:hidden;
    overflow-x: scroll;
}
.table-responsive{
    overflow-x: visible !important;
}
.div-scroll{
    width: 1000px;
    height: 20px;
    overflow-x: scroll;
}
.table-responsive-scroll-1{
    height: 20px;
    border: none 0px RED;
    overflow-y:hidden;
    width: auto;
    overflow-x: scroll;
}
.table_description-new{
    text-align: start;
}
.table-responsive-scroll-2 .table-responsive .table_col tr{
    text-align: center;
    border-bottom: 3px solid #f5f6f9;
}
.table-responsive-scroll-2 .table-responsive .table_col tr td{
    border-right: 3px solid #f5f6f9;
}
.table-responsive-scroll-2 .table-responsive .table_col tr td .product-slider-slide__rate{
    margin: auto;
    left: 0 !important;
}
@media (min-width: 1280px) {
    .table-responsive-scroll-2 .table-responsive .table_col tr td .product-slider-slide__rate {
        width: 130% !important;
        margin:0 0 0 -15px !important;
    }
}
tbody tr td .product-slider-slide__buy {
    margin: auto;
    cursor: pointer;
}
@media (min-width: 1450px) {
    .header__logo-main img {
        width: 60% !important;
    }
    .header__container-main {
        justify-content: space-between !important;
    }
    .header__search button{
        width: 45px;
        height: 45px;
    }
}
.header__container-main .header__form{
    flex: none !important;
}

@media (min-width: 769px) {
    .footer .header-tel{
        justify-content: center;
    }
}
.category__title{
    text-align: center !important;

}


@media (max-width: 769px) {
    .order{
        padding: 25px 0;
    }
    .order__top{
        margin: 0 0 25px 0;
    }
}
.category-main-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px 0;
    padding: 10px;
    background: white;
}
.category__title{
    margin: 0 !important;
}
.account-table__header .account-table__column{
    text-align: center !important;
}
.page-title{
    font-size: 20px;
    line-height: 110%;
}
@media (max-width: 992px) {
    .well{
        margin: 0 auto 40px auto;
    }
}
.category-brands__text p{
    margin: 0 !important;
}
@media (max-width: 769px) {
    .akcii{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .akcii .item{
        margin-right: 10px;
        flex: 0 0 47%;
        -webkit-box-flex: 0;
        margin-bottom: 10px;
    }
}
@media(max-width: 500px) and (max-width: 769px) {
    .akcii{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .akcii .item{
        border: none !important;
    }
}
@media screen and (max-width: 400px) {
    .breadcrumbs__container{
        padding-top: 5px;
    }
}

@media screen and (max-width: 769px) {
    .children-menu-style, .burger-content .header-menu__item .header-menu.level-2{
        font-weight: 700;
        padding-left: 10px;
        font-size: 16px !important;
    }
    .children-menu-style-lvl2{
        margin-left:30px !important;
        font-weight: 400 !important;
        font-size: 16px !important;
    }
    .children-menu-style-lvl2 .item__menu a{
        font-size: 16px !important;
    }
    .header__search-img-2{
        opacity: 1 !important;
    }
}
/* @media screen and (max-width:380px) {
    .header__search-img-main{
        margin-right: -10px !important;
    }
} */
.header__search input{
    background: #e3e3e3;
}
.header__logo {
    margin: 0 !important;
}
@media screen and (min-width:1400px) {
    .header__form{
        margin-right: 50px !important;
    }
    .header-tel{
        margin-left: -60px;
    }
}

@media screen and (max-width:990px) {
    .header__search input{
        height: 50px !important;
    }
}
@media screen and (min-width:975px) {
    .header__search button{
        height: 40px !important;
        width: 40px !important;
    }
    .header__search input {
        height: 40px;
    }
}
.product-slider-slide__price--not{
    color: grey;
}
.breadcrumbs__container::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #555555 transparent;
}
@media screen and (min-width:2000px) {
    .bread-right {
        left: 79%;
    }
    .bread-left {
        left: 20%;
    }
    .breadcrumbs__container{
        width: 57%;
    }
}
@media (min-width:1920px) and (max-width: 1999px){
    .bread-right {
        left: 80%;
    }
    .bread-left {
        left: 19%;
    }
    .breadcrumbs__container{
        width: 64%;
    }
}
@media (min-width:1600px) and (max-width: 1799px){
    .bread-right {
        left: 84%;
    }
    .bread-left {
        left: 15%;
    }
    .breadcrumbs__container{
        width: 73%;
    }
}
@media (min-width:1800px) and (max-width: 1919px){
    .bread-right {
        left: 82%;
    }
    .bread-left {
        left: 17%;
    }
    .breadcrumbs__container{
        width: 67%;
    }
}
@media (min-width:975px) and (max-width: 1350px){
    .bread-right {
        left: 93%;
    }
}
@media (min-width:770px) and (max-width: 974px){
    .bread-right {
        left: 91.5%;
    }
}
@media (min-width:480px) and (max-width: 974px){
    .bread-right {
        left: 91%;
    }
}
@media (min-width: 382px) and (max-width: 974px){
    .bread-right {
        left: 89%;
    }
}
@media screen and (max-width: 381px){
    .bread-right {
        left: 87.5%;
    }
}
@media (max-width: 1500px) {
    .breadcrumbs__container {
        padding: 5px;
    }
}
@media screen and (max-width:751px) {
    .welcome__slider .slick-dots{
        bottom: -20px;
    }
    .welcome__slider .slick-dots li button{
        background: gray;
        border-radius: 5px;
        width: 8px;
        height: 8px;
    }
}
@media (min-width:482px) and (max-width:644px) {
    .welcome__slider .slick-dots{
        bottom: 0 !important;
    }
    .welcome__slider .slick-dots li.slick-active button{
        margin: 0 5px 0 0;
    }

}
@media screen and (max-width:975px) {
    .sidebar{
        display: block !important;
    }

    .sidebar .categories{
        display: none;
    }
    .feedback{
        display: none;
    }
}
@media screen and (max-width:752px) {
    #barcode{
        overflow: visible !important;
        margin-top: 50px;
        margin-left: 7px;
    }
    .barcode {
        width: 100%;
        border: 1px solid grey;
        text-align: center;
        font-size: 20px;
        background-color: #DFDDD7;
        padding: 20px 30px;
        color: #000;
        margin-bottom: 20px;
        font-weight: bold;
        cursor: pointer;
    }
    .border_modal_bg {
        width: 100vw;
        height: 100vh;
        display: none;
        background-color: rgba(255,255,255,0.7);
        z-index: 9998;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .border_modal_wrapper {
        position: fixed;
        width: 100vw;
        height: 100vh;
        display: none;
        z-index: 9999;
        border: 1px solid black;
        top: -40px;
        left: 0px;
        justify-content: center;
        align-items: center;
    }
    .border_modal_body {
        border: 1px solid black;
        width: 300px;
        height: 200px;
        display: flex;
        background-color: #fff;
    }
    .border_modal_body:after {
        margin-right: 5px;
        content: "X";
    }
    .modal-close-account{
        border: none;
        outline: none;
        margin-left: 20px;
        position: relative;
        background: none;
        top: -85px;
        right: 25px;
        width: 0 !important;
    }
    #barcode{
        overflow-y: hidden !important;
    }
}
@media screen and (min-width:753px) {
    .barcode{
        display: none;
    }
    .border_modal_bg{
        display:none;
    }
    .border_modal_wrapper{
        display:none;
    }
    .border_modal_body{
        display:none;
    }
    .modal-close-account{
        display:none;
    }
    .order__title{
        font-size: 22px !important;
    }
    .order__button{

    }
}
.text-return{
    margin-top:5px;
}
.order__button{
    padding-bottom: 5px;
}

.metro__station{
    width: 100%;
}
@media (min-width:460px) and (max-width:753px) {
    .order__title{
        font-size: 22px !important;
    }
}
@media screen and (max-width:459px) {
    .order__title{
        font-size: 18px !important;
    }
}
@media screen and (max-width:760px) {
    .order button{
        margin:auto;
    }
    .account-info{
        border: 1px solid grey;
    }
    .select{
        margin-top: 10px;
    }
    .header__search-img-person {
        opacity: 0.5 !important;
    }
    .bread-right,  .bread-left{
        top: -28px !important;
    }
    .product__price{
        width: 100%;
    }
}
.cart-bonus-div2 input{
    margin-left:20px !important;
    /* font-family: 'Gotham Pro Regular' !important; */
    font-weight: 800;
    font-size: 18px;
    line-height: calc(21 / 18);
    color: #000;
    border: 1px solid #15b081;
    padding:3px;
    border-radius: 4px;
}
.cart-bonus-div2, .cart-bonus-div1 {
    /* font-family: 'Gotham Pro Regular' !important; */
    font-weight: 800;
    font-size: 18px;
    line-height: calc(21 / 18);
    color: #000;
}
@media screen and (max-width: 769px){
    .modal-cart{
        top: 10% !important;
    }
    .barcode{
        margin-top: -20px
    }
}
@media screen and (min-width: 2400px){
    .product-slider-slide__name{
        font-size: 18px !important;
    }
    .catalog-select-container{
        margin: none !important;
    }
}
.product-slider-slide__name{
    display: flex;
    align-items: center;
}
@media (min-width: 2000px) and (max-width: 2100px){
    .bread-left{
        left: 20%;
    }
    .bread-right{
        left: 80%;
    }
}
@media screen and (min-width: 2101px){
    .bread-left{
        left: 23%;
    }
    .bread-right{
        left: 76%;
    }
    .breadcrumbs__container{
        width: 50%;
    }
}
.account-info__names p input::-webkit-input-placeholder { color: #969696; }
.account-info__names p input::-ms-input-placeholder { color: #969696; }
.account-info__names p input::-ms-input-placeholder { color: #969696; }
.account-info__names p input::placeholder { color: #969696; }

@media screen and (max-width: 769px){
    .catalog__filter{
        width: 50% ;
    }
    .catalog__compare{
        width: 50%;
    }
    .account-table__column--product{
        margin: 10px 10px 10px 0px !important;
    }
    .account-table__column-container{
        margin-left: -15px
    }
    .account-table__column--price{
        justify-content: center !important;
    }
    .account-table__column--available{
        border-right: none !important;
    }
    .account-name-title-mob{
        display: block;
    }
    .account-name-title-desk{
        display: none;
    }
    .account-label{
        margin: 0 0 25px 0;
    }
    .account-table__column--picture{
        padding-right: 10px !important;
    }
    .account-content-new{
        margin-left: 25px;
    }
    .action-button{
        margin-left: 8%;
    }
}
.account-table__column--price{
    color: #15b081;
}

@media screen and (min-width: 769px){
    .account__tab-contain._current{
        padding-left: 0 !important;
    }
    .bonus__notice{
        text-align: center;
    }
    .account-name-title-mob{
        display: none;
    }
    .account-name-title-desk{
        display: block;
    }
    .product__big-slider-slide img{

    }
     .back-top{
        right: 1.5% !important;
    }
}
.img-thumbnail{
    width: 30%;
}
.table_col{
    margin-bottom: 20px;
}
.alert.success, .alert.cloned{
    justify-content: space-between;
}
.back-top{
    opacity: 0.7;
    position: fixed;
    bottom: 85px;
    right: 3.5%;
    z-index: 9;
    cursor: pointer;
    display: none;
    height: 42px;
    width: 40px;
    padding-top:10px;
    text-align: center;
    background: grey;
    border-radius: 2px;
}
}

.tabs {
    width: 100%;
}
/* Стили для списка вкладок */
.tab-header {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
/* Стили для вкладки */
.tab-header__item {
    padding: 10px 20px;
    margin-right: 5px;
    cursor: pointer;
    color:grey;
    border: 1px solid #ddd;
}
/* Стили для активной вкладки */
.tab-header__item.active {
    color: black;
    border-bottom: none;
    position: relative;
    background-color: #fff;
}
/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.tab-content__item {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
}
/* Стили для активного контейнера вкладки */
.tab-content__item.active {
    display: block;
}
.shield__footers_module_block__wrapper__col-3{
    display: inline-block;
}

.sidebar-checkbox-container--2columns {

    max-height: 100vh;
    overflow-y: scroll;
}

.sidebar-checkbox-container--2columns {

    max-height: 100vh;
    overflow-y: scroll;
}


@media screen and (max-width: 760px){
    .header__search-mobile img{
        opacity: 0.5;
    }
}
.aboutus{
    background-color: white;
    padding: 30px 20px;
}
#city{
    color: #444;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding-top:4px;
    padding-bottom: 4px;
}
#warehouse{
    color: #444;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding-top:4px;
    padding-bottom: 4px;
}
/* .header__search input,tbody tr td .product-slider-slide__buy, #input-search, .btn-custom-search, .account-info__input.ninja, .account-info__names p, .feedback__field input, .order__input input, .order__input--textarea textarea, .order button, .feedback__form button{
    font-family: 'Gotham Pro Regular',sans-serif !important;
    font-display: fallback;
} */
.categories__head-icon{

    margin: 3px 10px 0 0 !important;
}

.title__info__text p a {
    color: #15b081 !important;
}
@media screen and (max-width: 760px){
    .swiper-slide{
        display: flex;
        justify-content: center;
    }
}
.alert__icon{
    background: #388e3c !important;
    border-radius: 15px 0 0 15px;
}
.alert.success, .alert.cloned{
    margin: 10px;
    border: 1px solid grey;
    border-radius: 15px; cursor;
}
@media screen and (max-width: 499px){
    .alert.success, .alert.cloned {
        width: 95%;
    }
}
@media (min-width: 500px) and (max-width: 979px){
    .alert.success, .alert.cloned {
        width: 97%;
    }
}
@media (min-width: 980px) and (max-width: 1600px){
    .alert.success, .alert.cloned {
        width: 98%;
    }
}
@media screen and (min-width: 1600px) {
    .alert.success, .alert.cloned{
        width: 99%;}
}
@media screen and (min-width: 2000px) {
    .footer-tel{
        font-size: calc(12px + 3 * ((100vw - 992px) / (1920 - 992))) !important;
    }
}
.category-brands__item{
    width: 100% !important;

}
.category-brands__picture{
    display: inline-block !important;
    width: 30% !important;
    margin: auto !important;
}
.category-brands__text{
    display: inline-block !important;
    /* margin: auto; */
    width: 60% !important;
    vertical-align: middle !important;

}
.category-brands__picture img{
    width: 100%;
}

/* .preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #e0e0e0;
    z-index: 1;
} */

/* .loaded_hiding .preloader {
    transition: 0.3s opacity;
    display: none;
} */

/* .loaded .preloader {
    display: none;
} */
b.delivery_time {
    align-items: center;
    background: #15b081;
    color: white;
    text-align: center;
    display: flex;
    padding: 5px;
    justify-content: center;
    -webkit-box-align: center;
    border-radius: 5px;
}
.order-radio-bonus-1{
    margin-top: 15px !important;
}
.order_disc-text{
    margin-bottom: 15px;
}
.order__radio-content-bonus {
    display: none
}
.order__radio-content-bonus._active {
    display: block;
    -webkit-animation: .5s sweep forwards ease-in-out;
    animation: .5s sweep forwards ease-in-out
}
b.delivery_time {
    align-items: center;
    background: #15b081;
    color: white;
    text-align: center;
    display: flex;
    padding: 5px;
    justify-content: center;
    -webkit-box-align: center;
    border-radius: 5px;

}
.order__radio-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0
}

.order__radio-bonus input {
    display: none
}

.order__radio-bonus input:checked + .order__radio-label:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}
.bonus-change-style{
    margin-top: 15px;
}
.cart-popup__total-label-bonus{
    display: inline-block;
}
.order__radio-content-bonus-right{
    float:right;
}


.welcome__wrap-slider {
    position: relative;
    width: 100%;
    min-height: 375px;
}
.welcome__main {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* .catalog-page .swiper-slide,
.specials-page .swiper-slide {
    flex: 0 0 33.3%;
} */
.swiper-slide:not([role]) {
    flex: 0 0 33.3%;
}
.catalog__content .product-slider-slide {
    flex: unset;
}

.swiper-button-disabled {
    opacity: .35;
    cursor: not-allowed;
}
.swiper-button-disabled:hover {
    opacity: .35 !important;
}
.swiper-container {
    max-height: 100%;
    width: 100%;
}
.button-prev {
    transform: rotate(180deg);
}
.swiper-button-next::after {
    display: none;
}
.header__bottom--tablet,
.header-tel--tablet,
.header__form--tablet,
.feedback--tablet {
    display: none;
}
@media (max-width: 992px) {
    .swiper-slide:not([role]) {
        flex: 0 0 50%;
    }
    /* .catalog-page .swiper-slide,
    .specials-page .swiper-slide {
        flex: 0 0 50%;
    } */
}
@media (max-width: 991px) {
    .header__bottom,
    .header-tel,
    .header__form {
        display: none;
    }
    .header__bottom--tablet,
    .header-tel--tablet,
    .header__form--tablet {
        display: block;
    }
}
@media (max-width: 768px) {
    .feedback {
        display: none;
    }
    .feedback--tablet {
        display: block;
    }
}

@media (max-width: 1200px) {
    .welcome__wrap-slider {
        min-height: 300px;
    }
}
@media (max-width: 768px) {
    .welcome__wrap-slider {
        min-height: 250px;
    }
    b.site-name, b.discount-name {
        display:none;
    }
}

@media (max-width: 500px) {
    .welcome__wrap-slider {
        min-height: 150px;
    }
}
@media (min-width: 768px) {
    img.percent {
        max-width: 60px !important;
        max-height: 60px !important;
    }

}
span.percent_block {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap {
    background:black;

    font-size: 24px;padding:15px ;
}
span.percent-span {
    position: absolute;
    top: 1px;
    left: 73%;
    border-radius: 50%;
    background: #d84040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    width:46px;
    height:46px;
}
img.percent-friday {
    width: 12px;
    height: 12px;
}
span.friday {
    color: red;
}

.cart-span {
    width: 60px !important;
    height: 60px !important;
}
img.percent {
    width: 60px !important;
    height: 60px !important;
}
.cart-span {
    top: 5px !important;
}

.main_alert_day_off{
    background-color: #15b081;
    font-size: 18px;
    padding: 10px;
}
.include_alert_day_off{
    color:white;
    display: flex;
    justify-content: center;
}

.include_alert_day_off div{
    margin-top: 5px;
    margin-left: 10px;
    max-width:1440px;
}
@media screen and (max-width: 425px) {
    .include_alert_day_off div{
        margin-top: 2px;
    }
}
@media screen and (max-width: 530px) {
    .main_alert_day_off{
        font-size: 14px;
        padding: 7px;
    }
    .include_alert_day_off img{
        width: 30px;
    }
}

.messenger {
display: block;
position: fixed;
right: 1%;
bottom: 1%;
width: 260px;
height: 60px;
z-index: 100000;
/* overflow: hidden; */
}
.messenger-btn {
padding: 14px;
display: block;
width: 60px;
height: 60px;
border-radius: 60px;
background-color: #15b081;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
z-index: 2;
}
.messenger-btn img {
width: 32px;
height: 32px;
}
.messenger-links {
position: absolute;
left: 50px;
top: 10px;
width: 200px;
transform: scale(0);
transform-origin: 100% 50%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 0;
}
.messenger-links.show {
left: 90px;
transform: scale(1);
}
.messenger-links a {
width: 40px;
margin-left: 4px;
}
.messenger-links img {
max-width: 40px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.messenger-links a:hover img {
transform: scale(1.1);
text-decoration: none;
}

/* BLOG */


.caption a {
    color: black;
    font-family: 'Gotham Pro Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.footer-wrapper__item {
    float: left;
    width: 50%;
    padding-top: 10px;
}
.footer-wrapper__item a
{
        padding-left: 30px;
            font-size: 14px;
    line-height: 13px;
        color: #15b081;
}

.article__wrapper h2 {
    padding-top: 10px;
}
.swiper-slide:not([role]) {
/*    flex: 0 0 33.3%;*/
    margin-bottom: 30px;
    padding-left: 10px;
}
i.fa.fa-clock-o {
    font-size:12px;
}
span.article__time {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 11px;
}
.article__wrapper img {
width: 298px;
height: 180px;
}

img.article_image {
    width: 80%;
    display: block;
}
/*END BLOG */

.slider {
    z-index: 9;
    max-width: none !important;
    overflow: hidden;

    position: relative;
    margin-top: 10px;
}
.slider ul,
.slider li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.slider ul {
    width: 9999px;
}
.slider ul li {
    list-style-type: none;
    float: left;
}

.slider .nav span {
    opacity: 0.9;
    background: #fff;
    margin: 0 8px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    float: left;
    box-shadow: 0 1px 2px #000;
}

.slider__item{
    max-width: none !important;
}
