@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    color: #111;
    word-break: break-word;
    background-color: #fff
}

.slick-slide img, details, main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    display: inline-block
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

.errors {
    color: red;
    font-size: 12px;
    padding: 10px 15px;
    border: 0.5px solid #eaa986;
    text-align: center;
}
.Auth.errors {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 25px;
    border: 0.5px solid #eaa986;
    text-align: center;
}

.Auth.success {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 25px;
    border: 0.5px solid #7aea73;
    text-align: center;
    color: green;
}
.success {
    font-size: 20px;
    margin-bottom: 20px;
    color: green;
}

.brand__wrapp .form_result {
    position: relative;
    display: flex;
    height: 270px;
}
.form_result .message {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #222223;
}
.form_result .error {
    color: #ff0314;
}
.form_result .success, .form_result .error {
    height: 275px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    justify-content: space-between;
}
.brand__wrapp .form_result .close {
    width: 33px;
    height: 33px;
    position: absolute;
    top: -33px;
    right: -41px;
    color: #ffd200;
    background-color: #000000;
}

.main {
    font-size: 16px;
    width: 100%;
    display: block;
    padding-bottom: 30px;
}

.main .container p {
    margin: 10px 30px;
    text-indent: 0px;
    line-height: 200%;
    text-align: justify;
    display: block;
    width: calc(100% - 60px);
    max-width: 100%;
    overflow: auto;
}
}
.main .container img {
    height: 600px;
    width: auto;
    margin: 10px;
}
.main .container > img {
    width: 100%;
    position: relative;
    overflow-x: scroll;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

.slick-slide.slick-loading img, [hidden], template {
    display: none
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


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

* {
    -webkit-tap-highlight-color: transparent
}

button {
    border: 0;
    outline: 0;
    cursor: pointer
}

li, ul {
    padding: 0;
    list-style: none
}

h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0
}

input {
    width: 100%;
    outline: 0
}

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

input[type=number] {
    -moz-appearance: textfield
}
.ajax-loader {
    position: absolute;
    bottom: 20px;
    right: 0px;
    
    transform: translateX(-50%);
    z-index: 9999;
}

.spinner {
    width: 10px;
    height: 10px;
    border: 5px solid #ddd;
    border-top: 5px solid #555;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

.container {
    max-width: 1580px;
    padding: 0 5px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    z-index: 20
}

.aside__menu {
    position: absolute;
    background-color: #fff;
    width: 1000px;
    top: 70px;
    left: 0;
    z-index: 100;
    display: none;
    padding-top: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(33, 53, 90, .1);
    box-shadow: 0 10px 20px rgba(33, 53, 90, .1)
}

.aside__list {
    width: 100%;
    float: left;
}

.aside__list li {
    width: 24%;
    float: left;
}

.header__catalog-all:hover .aside__menu {
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block
}
.img_wrapper {
    display: flex;
    margin: auto;
    width: 100%;
    height: 180px;
}
.aside__item-link, .aside__item-link-mod {
    color: #111;
    text-transform: none;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
    min-height: 90px;
    padding: 17px 0 16px;
    border-bottom: 1px solid rgba(224, 224, 224, .5);

}

.asside__decond-item:last-child .aside__item-link-mod, .asside__list-item:last-child .aside__item-link {
    border-bottom: none
}
/*
.aside__item-link::after {
    content: '';
    position: absolute;
    border-color: #111;
    width: 10px;
    height: 10px;
    background-color: transparent;
    -webkit-transform: rotate(-45deg) translateY(-80%);
    transform: rotate(-45deg) translateY(-80%);
    top: 50%;
    right: 0;
    border-right: 3px solid;
    border-bottom: 3px solid;
    -webkit-transition: all .1s;
    transition: all .1s
}
*/
.aside__list-second, .asside__decond-item, .asside__list-item {
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.asside__decond-item, .asside__list-item {
    position: relative;
    padding: 0 20px
}

.aside__list-second {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 10px 20px rgba(33, 53, 90, .1);
    box-shadow: 0 10px 20px rgba(33, 53, 90, .1);
    z-index: -100;
    display: none
}

.asside__decond-item:hover, .asside__list-item:hover {
    background-color: #ffd200;
    -webkit-transition: all .4s;
    transition: all .4s
}

.asside__list-item:hover .aside__list-second {
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block;
    left: 100%
}

.asside__list-item:hover .aside__item-link::after {
    -webkit-transform: scaleX(-1) rotate(-41deg);
    transform: scaleX(-1) rotate(-41deg);
    top: 41%;
    -webkit-transition: all .5s;
    transition: all .5s
}
.alert-success.showhidePrice {
    float: left;
    display: flex;
    position: absolute;
    left: 170px;

}
.alert-success.showhidePrice input {
    float:left;
    margin-right: 10px;
    width: 20px;
}
.header__user-box {
    margin-right: 40px;
    width: 180px;
}
.header__user-box .user__link {
    width: 57px;
    padding: 0 10px;
}
.user__link:nth-child(2) {
    /*padding: 0 25px 0 20px*/
}

.user__link + .user__link {
    margin-left: 0
}

.header__search_mobile {
    display:none;
    width: 80%;
    margin: 25px auto;
}

.brand__wrapp-form {
    width: 23.6%;
    background-image: url(../img/brand__form-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 42px 50px 54px
}

.form__title {
    color: #111;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27.44px;
    text-align: center;
    margin-bottom: 28px
}
.btn-cart{
    width: 40px;
    height: 40px;
    border: 1px #ffd200 solid;
    border-radius: 10px;
    color: #0C1021;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}
.plus_minus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cart_count {
    width: 50px;
    height: 40px;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}


.brand__form > input {
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    outline: 0;
    padding: 0 26px;
    width: 100%;
    height: 51px;
    margin-bottom: 22px
}

.brand__form > input::-webkit-input-placeholder {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.21px
}

.brand__form > input::-moz-placeholder {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.21px
}

.brand__form > input:-ms-input-placeholder, .brand__form > input::-ms-input-placeholder {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.21px
}

.brand__form > input::placeholder {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.21px
}

.form__button {
    width: 100%;
    background-color: #000;
    outline: 0;
    border: 0;
    border-radius: 4px;
    height: 51px;
    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;
    cursor: pointer;
    color: #f8f8f8;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px
}

.form__button > span {
    margin-left: 10px
}

.top__brand-sec {
    padding-bottom: 76px
}

.top__brand-slide {
    max-width: 130px;
    width: 100%;
    min-height: 90px;
    margin: 0 7.5px
}

.top__brand-wrapp {
    max-width: 130px;
    min-height: 90px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .1s;
    transition: all .1s
}

.top__brand-wrapp:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.top__brand-link, .top__brand-wrapp {
    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
}

.breadcrumbs__list li {
    display: inline-block;
    margin-right: 13px;
    padding-right: 20px
}

.bread__a, .bread__span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400
}

.bread__a {
    color: #999;
    position: relative;
    cursor: pointer
}

.bread__a a {
    text-decoration: underline
}

.bread__a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 42%;
    right: 0;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%)
}

.bread__span {
    color: rgba(153, 153, 153, .5)
}

.breadcrumbs {
    padding-bottom: 10px;
    /*border-bottom: 1px solid rgba(153, 153, 153, .5)*/
}

.breadcrumbs-bottom {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -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
}

.breadcrumbs-bottom__coll, .breadcrumbs-filter__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs-bottom__coll {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.breadcrumbs-filter__link {
    color: #111;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400
}

.breadcrumbs__value {
    color: #111;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400
}

.breadcrumbs__value span {
    color: #999;
    font-size: 16px
}

.breadcrumbs__title {
    color: #111;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 800;
    line-height: 39px
}

.breadcrumbs__title span {
    color: #ffd200
}

.breadcrumbs-filter__link span {
    margin-left: 5px
}

.card__item {
    max-width: 292px;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 6px rgba(33, 53, 90, .06);
    box-shadow: 0 4px 6px rgba(33, 53, 90, .06);
    border: 1px solid #f8f8f8;
    background-color: #fff;
    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
}

.liked__wpapp, .sale__icon-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    border-radius: 3px;
    top: 21px
}

.liked__wpapp {
    padding: 8px 7px 4px;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 23px;
    cursor: pointer;
    outline: 0
}

.sale__icon-card {
    padding: 7px 8px 4px;
    background-color: #ffd200;
    left: 67px;
    display: none
}

.card__item-link, .card__item-sale-icon .sale__icon-card, .sale__icon-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card__item-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    min-height: 242px
}

.card__item-img {
    max-height: 181px;
    margin: auto;
}

.card__item-bottom {
    min-height: 185px;
    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;
    background-color: #f8f8f8;
    padding: 20px 33px 37px
}

.card__item-title {
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21.95px;
    min-height: 82px;
    margin-bottom: 5px
}

.card__item-inner {
    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
}

.basket__link {
    border-radius: 8px;
    border: 2px solid #ffd200;
    padding: 15px 16px 8px 14px;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

.card__item:hover {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-filter: drop-shadow(0 7px 15px rgba(33, 53, 90, .15));
    filter: drop-shadow(0 7px 15px rgba(33, 53, 90, .15))
}

.basket__link:hover {
    background-color: #ffd200
}
.basket__link.added {
    background-color: #ffd200
}

.item-inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inner__top-price, .inner__top-price > span {
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700
}

.inner__top-price > span {
    font-size: 17px;
    font-weight: 400;
    line-height: 22.73px;
    text-transform: uppercase
}

.item-inner:first-child {
    width: 70%;
    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
}

.inner__top-price-old {
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: line-through;
    padding-left: 5px;
    display: none
}

.card__item-sale .inner__top-price-old {
    display: block
}

.exist, .feed__box-item > span {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 19.21px
}

.exist {
    color: #999;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal
}

.exist__value {
    color: #111;
    font-weight: 600;
    font-family: Lato
}

.product-item__favorite-active svg path {
    fill: #ffd200 !important;
    stroke: #ffd200 !important;
    stroke-width: 1px !important;
    outline: 0
}

.product-item__favorite svg path {
    stroke: #e0e0e0;
    stroke-width: 2px;
    fill: transparent
}

.card-opt .card__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-opt .item-inner, .card-opt .item-inner-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.card-opt .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.card-opt .item-inner-top {
    margin-top: 17px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.card-opt .card__item-bottom {
    padding-bottom: 21px
}

.card-opt .inner-opt__wrapper .inner__top-price-old {
    padding: 0
}

.text-decoration {
    text-decoration: none;
    padding: 0;
    position: absolute;
    top: -18px;
    font-weight: 300;
    font-size: 13px
}

.section-bread {
    padding: 32px 0 0
}

.section-catalog {
    padding-top: 20px;
    padding-bottom: 60px
}

.catalog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-box__right {
    position:relative;
    width: 100%
}

.catalog-box__left {
    width: 18%;
    padding-top: 22px;
    min-height: 1000px;
    display: none;
}

.mobile-filter__key {
    display: none
}

.select__categories-sec {
    padding-bottom: 40px
}

.select__categories-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categories__box-item {
    width: 23.4%;
    border-radius: 8px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    -webkit-transition: all .6s;
    transition: all .6s
}

.categories__box-link, .feed__more-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.categories__box-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24.69px;
    padding: 32px 82px 32px 39px
}

.categories__box-item:hover {
    -webkit-box-shadow: 0 0 48px 8px rgba(34, 60, 80, .15);
    box-shadow: 0 0 48px 8px rgba(34, 60, 80, .15)
}

.feed__more-box {
    padding-bottom: 70px
}

.feed__wrapp {
    width: 57.5%
}

.more__wrapp {
    width: 40.7%
}

.feed__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feed__box1, .footer__form-btn svg, .more__box-right {
    display: none
}

.feed__box-link {
    cursor: pointer;
    width: 31%
}

.feed__box-item {
    position: relative
}

.feed__box-item > span {
    position: absolute;
    padding: 2px 12px;
    background-color: rgba(17, 17, 17, .6);
    color: #f8f8f8;
    font-weight: 400;
    border-radius: 3px;
    left: 11px;
    top: 158px
}

.feed__box-img {
    width: 100%;
    height: auto;
    margin-bottom: 23px
}

.feed__box-text, .feed__box-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: normal
}

.feed__box-title {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.95px;
    margin-bottom: 6px
}

.feed__box-text {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.21px
}

.more__box {
    border-radius: 8px;
    background-color: #f8f8f8;
    padding: 35px 45px 38px
}

.more__box-text, .more__box-title {
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    margin-bottom: 16px
}

.more__box-text {
    color: #999;
    font-weight: 400;
    margin-bottom: 10px
}

.more__box-text:last-child {
    margin-bottom: 22px
}

.more__box-bottom, .more__box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.more__box-inner {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%
}

.more__box-inner > span {
    margin-bottom: 13px
}

.more__box-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter-list__item {
    width: 100%
}

.filter-list__title {
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 18px
}

.filter-list__title::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    width: 6px;
    height: 6px;
    top: 40%;
    right: 10px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.accordion__active::before {
    -webkit-transform: scaleY(-1) rotate(45deg) translateY(-50%);
    transform: scaleY(-1) rotate(45deg) translateY(-50%);
    top: 30%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.filter-list__item {
    background-color: #fff
}

.check__wrapp {
    margin-bottom: 12px
}

.check__wrapp:last-child {
    margin-bottom: 0
}

.fliter__checkbox > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    outline: 0
}

.fliter__checkbox > span {
    color: #999;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: 0
}

.fliter__checkbox > input:checked + span {
    color: #111;
    -webkit-transition: all .4s;
    transition: all .4s
}

.fliter__checkbox > span::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #999;
    margin-right: 11px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s
}

.fliter__checkbox > input:checked + span::before {
    background-color: #ffd200;
    border-color: #ffd200;
    background-image: url(../img/check.svg);
    background-position: center center;
    -webkit-transition: all .4s;
    transition: all .4s;
    outline: 0
}

.fliter__checkbox > input:not(:disabled):active + label::before {
    background-color: #fff;
    outline: 0
}

.filter__link {
    color: #111;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin: 16px 0 31px
}

.filter-price__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px
}

.filter-price__wrapp::before {
    position: absolute;
    width: 13px;
    height: 1px;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000
}

.filter-price__item, header {
    position: relative
}

.filter-price__item > input {
    width: 115px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #999;
    padding-left: 30px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    outline: 0;
    border-radius: 3px
}

.filter-price__item > input::-webkit-input-placeholder {
    color: #999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400
}

.filter-price__item > input::-moz-placeholder {
    color: #999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400
}

.filter-price__item > input:-ms-input-placeholder, .filter-price__item > input::-ms-input-placeholder {
    color: #999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400
}

.filter-price__item > input::placeholder {
    color: #999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400
}

.filter-btn, .filter-price__item > label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400
}

.filter-price__item > label {
    position: absolute;
    z-index: 5;
    color: #111;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px
}

.filter-btn {
    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;
    height: 50px;
    color: #999;
    width: 100%;
    border: 1px solid #f8f8f8;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    outline: 0
}

.catalog__lot {
    margin-bottom: 30px;
    float: left;
    margin: 10px;
}

.box-catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.show__more-btn {
    margin-bottom: 30px
}

.footer__top {
    background-color: rgba(1, 1, 1, .9)
}

.subscribe__box {
    width: 1129px;
    margin: 0 auto;
    padding: 11px 0 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__form, .subscribe__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subscribe__box-item:first-child {
    width: 35%;
    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
}

.subscribe__box-title {
    color: #f8f8f8;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.subscribe__box-descr {
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.subscribe__box-item:last-child {
    width: 55.6%
}

.footer__form-btn, .footer__form > input {
    outline: 0;
    font-family: Roboto, sans-serif
}

.footer__form-btn {
    border-radius: 4px;
    background-color: #ffd200;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20.8px;
    text-align: center;
    border: 0;
    cursor: pointer;
    padding: 15px 42px;
    width: 43%
}

.footer__form > input {
    width: 100%;
    padding: 0 30px;
    background-color: transparent;
    border: 1px solid rgba(224, 224, 224, .3);
    border-radius: 4px 0 0 4px;
    border-right: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.footer__form > input::-webkit-input-placeholder {
    color: rgba(224, 224, 224, .5);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.footer__form > input::-moz-placeholder {
    color: rgba(224, 224, 224, .5);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.footer__form > input:-ms-input-placeholder, .footer__form > input::-ms-input-placeholder {
    color: rgba(224, 224, 224, .5);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.footer__form > input::placeholder {
    color: rgba(224, 224, 224, .5);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.footer__bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__bottom {
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(73%, #000), color-stop(73%, #ffd200), to(#ffd200));
    background: linear-gradient(90deg, #000 0, #000 73%, #ffd200 73%, #ffd200 100%);
    position: relative
}

.footer__box-left {
    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;
    min-height: 215px;
    padding: 65px 0 50px
}

.box__left-title {
    color: #f8f8f8;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px
}

.box__social-link + .box__social-link {
    margin-left: 12px
}

.footer__box-right {
    width: 76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 65px 0 50px;
    position: relative
}

.right__item-title {
    color: #f8f8f8;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.right__item-title-mod {
    color: #111
}

.footer__list-link {
    color: rgba(248, 248, 248, .8);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    z-index: 5
}

.footer__list-item {
    margin-bottom: 11px;
}

.footer__box-right-item:last-child {
    position: relative
}

.footer__list-item-mod .footer__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
}

.footer__list-link span {
    margin-right: 16px
}

.footer__list-item-mod {
    margin-bottom: 4px
}

.footer__list-item-mod:first-child .footer__list-link {
    font-weight: 700;
    text-transform: uppercase
}

.company__logo, .footer__item-copy {
    opacity: .8;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300
}

.company__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
    margin-top: 50px
}

.company__logo span {
    margin-right: 7px
}

.footer__item-copy {
    color: #f8f8f8
}

.header__baner-sec {
    padding: 30px 0 70px
}

.baner__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.baner__item1 {
    width: 49.2%
}

.baner__slide, .baner__slider {
    position: relative;
    border-radius: 5px
}

.baner__slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    outline: 0;
    width: 777px;
    min-height: 430px
}
.banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.banner-wrapper {
    padding: 54px 0 0 64px;
    width: 100%;
    height: 100%;
}

.header__baner-sec {
    padding:30px 0 70px;
}

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

.baner__item1 {
    width: 49.2%;
}

.baner__slider {
    position: relative;
    border-radius: 5px;
}

.baner__sale-icon {
    margin-bottom: 15px;
}

.baner__sale-icon > span {
    padding: 3px 6px 3px 7px;
    background-color: #ffd200;
    border-radius: 6px;
    color: #111111;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
}

.baner__title {
    color: #f8f8f8;
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 38.09px;
    margin-bottom: 20px;
}

.baner__subtitle {
    color: #f8f8f8;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21.95px;
    margin-bottom: 33px;
}

.baner__btn {
    border-radius: 4px;
    background-color: #ffd200;
    border: none;
    outline: none;
    cursor: pointer;
    color: #111111;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20.8px;
    text-align: left;
    padding: 15px 33px 15px 26px;
}

.baner__btn > span {
    padding-left: 9px;
}

.baner__slider-dots {
    position: absolute;
    bottom: 60px;
    left: 59px;
}

.baner__slider-dots li {
    display: inline-block;
    padding: 0 5px;
}

.baner__slider-dots button {
    padding: 0;
    font-size: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 210, 0, 0.3);
    transition:  all .4s;
    outline: none;
    cursor: pointer;
}

.baner__slider-dots .slick-active  button{
    background-color: #ffd200;
    outline: none;
}

.baner__item2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32.2%;
}

.header__baner-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    border-radius: 5px;
    padding: 35px 59px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.header__baner-item > .baner__sale-icon {
    margin-bottom: 0;
}

.header__baner-item-bottom {
    background-image: url(../img/header__baner2.png);
}

.header__baner-title {
    color: #f8f8f8;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.44px;
}

.header__link-more {
    color: #f8f8f8;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 19.21px;
    padding-right: 9px;
    transition:  all .4s;
}

.header__link-more:hover {
    color: #ffd200;
}

.header__link-more span svg path {
    transition: all .4s;
}

.header__link-more:hover span svg path {
    fill: #ffd200;
}

.baner__item3 {
    width: 15.1%;
}

.header__vertical-baner {
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    padding: 48px 23px;
}

.header__vertical-baner .header__baner-title {
    margin-bottom:20px;
}


.baner__sale-icon {
    margin-bottom: 15px
}

.baner__sale-icon > span, .baner__subtitle, .baner__title {
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal
}

.baner__sale-icon > span {
    padding: 3px 6px 3px 7px;
    background-color: #ffd200;
    border-radius: 6px;
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.baner__subtitle, .baner__title {
    color: #f8f8f8;
    font-family: Lato, sans-serif;
    font-size: 30px;
    line-height: 38.09px;
    margin-bottom: 20px
}

.baner__subtitle {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.95px;
    margin-bottom: 33px
}

.baner__btn, .panel__wrapp > p {
    font-style: normal;
    cursor: pointer
}

.baner__btn {
    border-radius: 4px;
    background-color: #ffd200;
    border: 0;
    outline: 0;
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 20.8px;
    text-align: left;
    padding: 15px 33px 15px 26px
}

.baner__btn > span {
    padding-left: 9px
}

.baner__slider-dots {
    position: absolute;
    bottom: 60px;
    left: 59px
}

.baner__slider-dots li {
    display: inline-block;
    padding: 0 5px
}

.baner__slider-dots button {
    padding: 0;
    font-size: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 210, 0, .3);
    -webkit-transition: all .4s;
    transition: all .4s;
    outline: 0;
    cursor: pointer
}

.baner__slider-dots .slick-active button {
    background-color: #ffd200;
    outline: 0
}

.baner__item2, .header__baner-item {
    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
}

.baner__item2 {
    width: 32.2%
}

.header__baner-item {
    background-image: url(../img/header__baner1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    border-radius: 5px;
    padding: 35px 59px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__baner-item > .baner__sale-icon {
    margin-bottom: 0
}

.header__baner-item-bottom {
    background-image: url(../img/header__baner2.png)
}

.header__baner-title {
    color: #f8f8f8;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.44px
}

.header__link-more {
    color: #f8f8f8;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 19.21px;
    padding-right: 9px
}

.header__link-more:hover {
    color: #ffd200
}

.header__link-more, .header__link-more span svg path, .select__top-link svg path {
    -webkit-transition: all .4s;
    transition: all .4s
}

.header__link-more:hover span svg path {
    fill: #ffd200
}

.baner__item3 {
    width: 15.1%
}

.header__vertical-baner {
    border-radius: 5px;
    background-image: url(../img/header__baner3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    padding: 48px 23px
}

.header__vertical-baner .header__baner-title {
    margin-bottom: 20px
}

.adaptive-filter__wrapper, .mobile__menu-box, .product-box__list__item br {
    display: none
}

.header__top {
    background-color: #fff;
    min-height: 87px
}

.header__top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__search {
    width: 37%;
    margin-left: 30px
}

.search {
    cursor: pointer;
    outline: 0;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative
}

.panel__wrapp, .search__form > input {
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

.search-list {
    background-color: #fff;
    margin-top: 5px;
    border-radius: 4px;
    position: absolute;
    z-index: 50
}

.panel__wrapp > p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 10px 36px 10px 21px
}

.panel__wrapp > p:hover {
    background-color: #e0e0e0
}

.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

.search-window__wrapper {
    position: absolute;
    max-width: 401px;
    z-index: 20;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 5px 20px rgba(33, 53, 90, .1);
    box-shadow: 0 5px 20px rgba(33, 53, 90, .1);
    border-radius: 4px;
    right: 0;
    top: 50px
}

.search-window__item {
    padding: 9px 0 9px 21px
}

.search-window__item:hover {
    background: #e0e0e0
}

.search-window__text--top {
    font-size: 14px;
    line-height: 16px;
    color: #111
}

.search-window__text--top span {
    text-transform: uppercase
}

.search-window__text--bottom {
    font-size: 12px;
    line-height: 14px;
    color: #111
}

.search__form > input {
    width: 100%;
    height: 46px;
    border-radius: 0 4px 4px 0;

    outline: 0;
    padding: 0 20px;
    font-style: italic;
    font-size: 14px
}

.search__form > input::-webkit-input-placeholder {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic
}

.search__form > input::-moz-placeholder {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic
}

.search__form > input:-ms-input-placeholder, .search__form > input::-ms-input-placeholder {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic
}

.search__form > input::placeholder {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic
}

.form__search-btn {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
    cursor: pointer;
    outline: 0
}

.header__info, .search__type-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%
}

.search__type-btn {
    width: 180px;
    height: 46px;
    border: 1px solid #e0e0e0;
    border-radius: 4px 0 0 4px;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-right: 25px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion__active > .search__type-btn {
    color: #999
}

.list__marker {
    position: absolute;
    top: 12px;
    right: 24px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.accordion__active .list__marker {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    top: 14px
}

.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%
}

.header__lang-link {
    color: #e0e0e0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21.95px;
    text-transform: uppercase
}

.header__lang-link--active {
    color: #000;
    font-weight: 700
}

.header__catalog-btn b, .header__lang-link + .header__lang-link {
    margin-left: 5px
}

.chart__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 30%;
    margin: 0 50px
}

.chart__day, .chart__time {
    font-style: normal;
    letter-spacing: normal
}

.chart__day {
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    position: relative
}

.chart__day::before {
    position: absolute;
    content: "\2022";
    color: #ffd200;
    font-size: 30px;
    top: 0;
    left: -15px
}

.chart__time {
    color: #111;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.21px
}

.tell__box {
    width: 45%;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3px;
}

.call__back, .header__tell {
    font-family: Roboto, sans-serif
}

.header__tell {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.call__back {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1.4px;
    border-bottom: 1px dashed #999
}

.call__back:hover {
    color: #111;
    border-color: #111
}

.header__bottom {
    background-color: #000;
    position: relative
}

.header__bottom-box {
    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;
    height: 70px;
    position: relative
}

.header__catalog-btn {
    background-color: #ffd200
}

.header__sale-btn {
    background-color: #292929;
    color: #ffd200
}

.header__catalog-btn > span, .item__link {
    -webkit-transition: all .4s;
    transition: all .4s
}
.header__lang.mob {
    display: none;
}
.item__link {
    color: #f8f8f8;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

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

.header__catalog-all, .header__main-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header__main-wrapp {
    height: 100%;
}

.list__item + .list__item {
    margin-left: 40px
}

.item__link:hover {
    color: #ffd200
}

.header__catalog-all {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    font-family: Roboto;
    cursor: pointer
}

.header__catalog-btn {
    padding: 0 44px 0 30px;
    width: 160px;
}

.header__sale-btn {
    padding: 0 40px 0 21px;
    width: 180px;
}

.sale__picture {
    padding-right: 10px
}

.header__catalog-btn > span {
    position: absolute;
    right: 15px
}

.sale__arrow {
    position: absolute;
    right: 7px;
    top: 24px;
}

.user__link + .user__link {
    margin-left: 0
}

.user__link:nth-child(2) {
    padding: 0 10px 0 10px;
    border-left: 1px solid rgba(224, 224, 224, .5);
    border-right: 1px solid rgba(224, 224, 224, .5);
}

.basket__icon, .user__link--round {
    position: relative
}

.basket__icon::before, .user__link--round::before {
    position: absolute;
    border-radius: 50%;
    background-color: #ffd200
}

.user__link--round::before {
    content: "";
    width: 12px;
    height: 12px;
    bottom: 4px;
    left: -4px
}

.basket__icon::before {

}
span.favorite__icon_before {
    right: 0;
}

.link_favorite {
    position: relative;
}
.basket__icon_before, .favorite__icon_before {
    width: 23px;
    height: 23px;
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -10px;
    background-color: #ffd200;
    right: 0;
    display: block;
    position: absolute;
    border-radius: 15px;
    padding-top: 4px;
    text-align: center;
}

.header__catalog-btn:hover {
    color: #fff;
    background: #dfb800
}

.header__catalog-btn:hover > span > svg rect {
    fill: #fff
}

.cart_product_list {
    font-size: 13px;
    font-weight: bold;
}

.add_block {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #80808094;
    position: fixed;
}

.add_body {
    width: 350px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px;
    grid-template-columns: 1fr 24px;
    background-color: white;
    border-radius: 5px;
    margin: 0px auto;
    padding: 20px;
    margin-top: 10%;
}

.btn-outline-dark {
    padding: 15px 20px;
    border-radius: 10px;
    background-color: rgb(41 41 41);
    color: white;
}

.select__brand {
    padding-bottom: 70px
}

.basket__icon::before, .select__top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.register_login_link {
    width: 100%;
    display: inline-block;
    float: left;
    top: -20px;
    position: relative;
    margin-bottom: 20px;
}

.register_in_login_link {
    width: 100%;
    display: inline-block;
    float: right;
    top: 15px;
    position: relative;
    text-align: right;
    margin-bottom: 40px;
}
.register_login_link a {
    color: #0b94ea;
}
.description  {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

.select__top-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 45px;
    position: relative
}

.select__top-box::before {
    width: 92%;
    background-color: #e0e0e0;
    height: 1px;
    position: absolute;
    content: ""
}

.select__title {
    color: #111;
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 39px;
    padding-right: 30px
}

.top__box-wrapp {
    z-index: 2;
    background-color: #fff
}

.select__top-link {
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20.8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-left: 30px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.select__top-link svg {
    margin: 0 10px
}

.select__top-link:hover {
    color: #000
}

.select__top-link:hover svg path {
    fill: #000
}

.brand__wrapp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brand__icon-link, .brand__wrapp, .brand__wrapp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brand__wrapp-item {
    width: 75%;
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 375px
}

.brand__icon-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 105px;
    height: 105px;
    border-radius: 8px;
}

.brand__icon-link, .pagination-wrapp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-list, .pagination-list__link, .pagination-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-list__item span {
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px
}

.pagination-list__link {
    width: 37px;
    height: 37px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #111;
    font-size: 16px;
    font-weight: 500
}

.pagination-list__link--active {
    border: 1.5px solid #111;
    border-radius: 4px
}

.pagination-btn {
    position: relative;
    margin: 0 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;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: 0
}

.pagination-btn--active > svg path {
    fill: #111
}

.popular__position-sec {
    padding-bottom: 70px
}

.position__slide {
    max-width: 292px;
    width: 100%;
    margin: 0 15px;
    padding: 25px 0;
    outline: 0
}

.slick__slider__btn {
    position: absolute;
    z-index: 10;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #ffd200;
    outline: 0;
    cursor: pointer
}

.slick__slider-left, .slick__slider-right {
    top: -84px;
    right: 0;
    background-image: url(../img/right.svg);
    background-repeat: no-repeat;
    background-position: 52% center
}

.slick__slider-left {
    right: 50px;
    background-image: url(../img/left.svg)
}

.slick__slider__btn:hover {
    background-color: #dfb800
}

.slick__slider-right:hover {
    background-image: url(../img/right__hover.svg)
}

.slick__slider-left:hover {
    background-image: url(../img/left__hover.svg)
}

.section-product {
    padding: 30px 0 70px;
    background-color: #fff
}

.product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px
}

.product-box__item:nth-child(1) {
    width: 39%
}

.product-box__item:nth-child(2) {
    width: 30%
}

.product-box__item:nth-child(3) {
    width: 24%
}

.product-box__right {
    width: 100%;
    border-radius: 8px;
    background-color: #f8f8f8;
    padding: 60px 45px 47px
}

.right__price-old {
    color: #999;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: line-through;
    margin-bottom: 10px
}

.right__price-new {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 29px
}

.right__price-new span {
    font-weight: 400
}

.counter-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.input__line > input, .input__count_div {
    outline: 0;
    height: 50px;
    border-radius: 4px;
    background-color: #fff;
    border: 0;
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px
}

.block__count {
    width: 24%;
    position: relative
}

.input__plus,input_s_plus {
    right: 0;
}
.input__minus,.input_s_minus {
    top: 25px;
    right: 0;
}
.count__button {
    width: 18px;
    height: 25px;
    background-color: #e0e0e0;
    border-radius: 0 4px 4px 0;
    position: absolute
}
.count__button svg {
    cursor: pointer
}

.input__minus svg,.input_s_minus svg {
    right: 4px;
    bottom: 8px;
    position: absolute
}

.input__plus svg,.input_s_plus svg {
    right: 4px;
    top: 8px;
    position: absolute
}

.basket-count__btn {
    width: 65%;
    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: 4px;
    background-color: #ffd200;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0
}

.basket-count__btn span {
    margin-left: 10px
}

.product-box__favorite {
    color: #111;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px
}

.product-box__deliver {
    color: #111;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400
}

.product-box__deliver span, .product-box__favorite span {
    margin-right: 10px
}

.product-box__deliver, .product-box__favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-list__title {
    color: #111;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.product-box__list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #e0e0e0;
    color: rgba(17, 17, 17, .8);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400
}

.product-box__list__item span {
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500
}

.product-box__list__item, .vertical__slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vertical__slider-left {
    width: 20%
}

.vertical__slider-right {
    width: 78%
}

.product__slide-nav {
    margin-bottom: 20px;
    max-width: 76px;
    max-height: 76px;
    width: 100%;
    height: 100%;
    outline: 0
}

.slick-center > .product__slide-wrapp-nav {
    border-radius: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-color: #e0e0e0
}

.product__slide-wrapp-nav {
    width: 76px;
    height: 76px;
    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;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.product__slide-wrapp-nav img, .product__slider {
    max-width: 47px;
    width: 100%;
    height: auto
}

.product__slider {
    max-width: 508px;
    border-radius: 8px;
    border: 1px solid #e0e0e0
}

.product__slide {
    outline: 0;
    width: 508px;
    height: 387px
}

.product__slide-wrapp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px
}

.product__slide-wrapp img {
    border-radius: 8px;
    max-width: 400px;
    height: auto
}

.product-descr__link + .product-descr__link {
    margin-left: 55px
}

.product-descr p, .product-descr__link {
    color: rgba(17, 17, 17, .7);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400
}

.product-descr__link {
    text-transform: uppercase;
    padding-bottom: 10px
}

.product-descr__link--active {
    font-weight: 600;
    color: #111;
    border-bottom: 3px solid #ffd200
}

.product-descr__wrapp {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px
}

.product-descr p {
    width: 100%;
    line-height: 23.55px
}

.product-descr p:first-child {
    margin-bottom: 15px
}

.product-descr p:last-child {
    margin-top: 15px
}

.breadcrumbs-border__none {
    border: 0
}

.opt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.opt-box::before {
    position: absolute;
    width: 1px;
    height: 62%;
    content: '';
    background-color: #999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0
}

.right__price-opt {
    margin-bottom: 10px;
    text-decoration: none
}

.content_block {
    overflow: hidden;
    position: relative
}

.content_block.hide {
    height: auto
}

.content_block.hide:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
    pointer-events: none
}

.show-text {
    width: 44%;
    margin-top: 20px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    position: relative
}

.show-text::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background-image: url(../img/arrow-down.svg);
    right: 0
}

.title {
    color: #00f;
    font-size: 35px
}

.position-name {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 147.19%;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 20px
}

.product-infolist {
    width: 59%;
    margin-bottom: 30px
}

.infolist-wrapper {
    padding: 0 80px;
    width: 100%;
    background: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 10px
}

.infolist-title {
    padding: 15px 0;
    font-family: Roboto;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    cursor: pointer
}

.infolist__title {
    font-size: 16px;
    font-weight: 500
}

.infilist-span {
    padding-right: 30px;
    position: relative
}

.infilist-span::before {
    position: absolute;
    content: "+";
    left: -40px;
    font-size: 35px;
    font-weight: 300;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion__active .infilist-span::before {
    content: "-";
    font-size: 75px;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.infolist__text {
    color: rgba(17, 17, 17, .7);
    font-family: Roboto
}

.infolist {
    width: 100%
}

.infolist__table {
    padding: 0 0 25px
}

.infolist__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0
}

.infolist__coll {
    width: 22%;
    text-align: left
}

.order-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-box__left {
    width: 68%
}

.order-box__right {
    width: 28%
}

.order-crad {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 50px 45px;
    width: 100%
}

.order-crad__title {
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    margin-bottom: 30px
}

.order-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.order-card__item:last-child {
    margin-bottom: 30px
}

.order-item__inner {
    width: 40%;
    background-color: #fff;
    border-radius: 4px;
    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
}

.order-item__inner img {
    width: 75%;
    margin: 5px 0
}

.order-item__inner:last-child {
    width: 55%;
    background-color: transparent;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order-price {
    background: #f8f8f8;
    z-index: 5;
    padding: 0 1px
}

.order-item__title {
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.order-item__amout, .order-item__text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400
}

.order-item__text {
    color: #999;
    line-height: 17.81px;
    margin-bottom: 5px
}

.order-item__amout {
    color: #111;
    line-height: 18.2px
}

.order-list__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    margin-bottom: 22px
}

.order-list__card::before {
    width: 39%;
    left: 37.5%;
    content: '';
    height: 1px;
    position: absolute;
    border-bottom: 1px dashed #999;
    bottom: 4px
}

.basket-descr {
    color: #111;
    background: #f8f8f8;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    z-index: 5
}

.order-price__item {
    font-family: "Roboto"
}

.order-price__item span {
    font-weight: 700;
    font-family: "Roboto";
    text-transform: uppercase;
    color: #111;
    font-size: 18px
}

.order-button, .order-old__item {
    color: #999;
    font-family: Roboto;
    font-weight: 400
}

.order-old__item {
    text-decoration: line-through;
    font-size: 14px;
    padding: 0 5px
}

.order-button {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    line-height: 20.8px;
    background-color: transparent
}

.pickup_type {
    position: relative;
    float: left;
    width: 100%;
}

.order-study {
    padding-left: 80px;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.order-study:before {
    position: absolute;
    width: 1px;
    height: 85%;
    bottom: 0;
    content: "";
    background-color: #e0e0e0;
    left: 22px
}

.order-study:nth-child(3)::before {
    height: 67%
}

.order-study:last-child::before {
    display: none
}

.number__wrapper {
    position: relative
}

.order-study__number {
    width: 44px;
    height: 44px;
    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;
    background: #ffd200;
    border-radius: 6px;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -80px
}

.order-study__title {
    margin-bottom: 50px;
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700
}

.order-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-form label {
    width: 48%;
    margin-bottom: 30px
}

.order-form label input {
    background: #f8f8f8;
    border-radius: 4px;
    min-height: 50px;
    border: 0;
    padding: 0 25px;
    margin-top: 10px
}

.order-form label input::-webkit-input-placeholder {
    color: #999
}

.order-form label input::-moz-placeholder {
    color: #999
}

.order-form label input:-ms-input-placeholder, .order-form label input::-ms-input-placeholder {
    color: #999
}

.order-form label input::placeholder {
    color: #999
}

.order-form__bottom {
    width: 77.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-form__bottom .label__info {
    width: 28.5%
}

.order-form__bottom .label__info:last-child {
    width: 33%;
    position: relative
}

.deliver-arrow {
    position: absolute;
    top: 44%;
    right: 10%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.deliver-arrow.accordion.accordion__active > svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transition: all .4s;
    transition: all .4s
}

.deliver-list {
    position: absolute;
    right: 0;
    margin-top: 10px;
    background: #f8f8f8;
    padding: 0 10px;
    border-radius: 8px;
}

.success_title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.success_subtitle {
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.bi11_descr {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.bi11_num {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.deliver-list__item {
    margin-bottom: 5px;
    padding: 2px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.order-form__name {
    font-weight: 500;
    position: relative
}

.order-form__name:before {
    position: absolute;
    content: "*";
    color: #ff0505;
    font-weight: 600;
    right: -8px;
    top: 0
}

.error {
    color: red;
}

.order-form-wrapp__title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
}

.confirm-box {
    width: 100%;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 54px 80px 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.confirm-box__inner {
    width: 48%
}

.confirm-box__inner:last-child {
    width: 43%
}

.confirm-btn {
    height: 51px;
    background: #ffd200;
    border-radius: 4px;
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    color: #111;
    margin-bottom: 15px
}

.order-finish {
    font-family: Roboto;
    font-size: 12px;
    line-height: 130%;
    color: #999
}

.order-finish__link {
    text-decoration: underline
}

.confirm-box__list {
    width: 100%
}

.confirm-box__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
    position: relative
}

.confirm-box__item span {
    display: block;
    z-index: 20;
    background-color: #f8f8f8;
    padding: 0 1px
}

.confirm-box__item::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #999;
    position: absolute;
    bottom: 4px
}

.confirm-box__item--first, .confirm-box__item--yellow {
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    color: #ffd200
}

.confirm-box__item--first {
    color: #111
}

.confirm-box__item--end {
    font-family: Roboto;
    font-size: 24px;
    color: #111
}

.confirm-box__item--default {
    font-size: 18px;
    line-height: 130%;
    color: #111
}

.address-box, .address-box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.address-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62%
}

.address-box__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.address-box__link svg {
    margin-right: 16px
}

.address-box__item {
    margin-bottom: 15px
}

.address-box__item:last-child {
    margin-bottom: 0
}

.address-box__inner {
    width: 49%;
    text-align: center
}

.order-map__img {
    margin-bottom: 11px
}

.adress-map__link {
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #999
}

.adaptiv-order__list {
    display: none
}

.modal, .overlay-mode {
    width: 100%;
    z-index: 1000
}

.overlay-mode {
    display: none;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, .56);
    top: 0
}

.modal, .modal_block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 584px;
    background-color: #f8f8f8;
    padding: 0;
    border-radius: 8px;
    overflow: unset;
    height: 590px;
}

span.personal {
    color: #0b94ea;
    cursor: pointer;
}
.modal .modal-content,.modal .modal-body,.modal .modal-header, .modal .modal-footer {
    width: 100%;
    float: left;
    display: block;
}

.modal .modal-content {
    height: auto;
}
.modal .modal-header {
    height: 70px;
}
.modal .modal-body {
    height: 400px;
}
.modal .modal-footer {
    height: 120px;
}
.modal_block {
    position: absolute;
    top: auto;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 584px;
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 8px;
    z-index: 10000;
    width: 640px;
    height: auto;
}


.modal-body {
    width: 96%;
    font-size: 16px;
    text-align: justify;
    text-indent: 20px;
    line-height: 150%;
    overflow-y: scroll;
    height: 470px;
}
.modal-box, .modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-dialog {
    width: 100%;
    float: left;
    position: relative;
    margin: 0
}
button.close {
    float: right;
    top: -38px;
    position: relative;
}
.modal-title {
    with:100%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.modal__close {
    color: #000;
    font-size: 25px;
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 100;
    top: -12px;
    right: -12px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 30px;
    -webkit-box-shadow: 0 4px 6px rgba(33, 53, 90, .6);
    box-shadow: 0 4px 6px rgba(33, 53, 90, .6)
}

.full_backgound_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0c0c0c;
    opacity: 0.1;
    z-index: 999;
}
}

.modal__close:hover svg path {
    fill: red
}

.modal-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-box__item:last-child {
    width: 77%
}

.modal-box__title {
    font-weight: 800;
    font-size: 30px;
    line-height: 130%;
    color: #111;
    margin-bottom: 7px
}

.modal-box__subtitle {
    color: #111;
    font-size: 16px;
    margin-bottom: 8px
}

.modal-box__text {
    font-size: 14px;
    line-height: 130%;
    color: #999;
    margin-bottom: 10px
}

.modal-box__link {
    font-size: 14px;
    color: #999;
    text-decoration: underline
}

.modal-footer .close {
    top: 20px;
    padding: 10px 20px;
    border: 1px solid #0a001f;
    border-radius: 10px;
    position: relative;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-radio + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    webkit-tap-highlight-color: transparent;
    color: #999;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    flex-direction: row;
}

.custom-radio + label:focus {
    background: #000
}

.custom-radio + label::before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-radio:not(:disabled):active + label::before {
    border-color: #ffd200;
    outline: 0
}

.custom-radio:focus:not(:checked) + label::before {
    border-color: #fff780;
    outline: 0
}

.custom-radio:checked + label::before {
    border: 6px solid #ffd200;
    background-color: #fff
}

.custom-radio:checked + label > span > svg path {
    fill: #111
}

.custom-radio + label > .radio-svg, .lk-box__item_link svg, .news-box__link svg, .news-box__share svg, .ordering__link svg {
    margin-right: 10px
}

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

.custom-radio:checked + label {
    color: #111;
    border: 2px solid #ffd200
}

.custom-radio:disabled + label::before {
    background-color: #e9ecef
}

.checked-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 2px solid #999;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    min-height: 127px;
    padding: 30px 20px 30px 25px
}

.radio-btn-wrapper, .radio-btn-wrapper2 {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between*/
    display: block;
    width: 100%;
    float:left;
}

.radio-btn-wrapper {
    width: 100%;
    margin-bottom: 40px
}

.radio-btn-wrapper2 {
    width: 95%
}

.radio-btn-wrapper2 .radio {
    position: relative;
    width: 32%
}

.radio-btn-wrapper--active {
    border: 2px solid #ffd200
}

.radio {
    position: relative;
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.label-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #999;
    width: 61%;
    position: absolute;
    bottom: 20%;
    left: 30%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
    top: 72px;
}

.about-sec {
    margin-bottom: 70px
}

.about-box, .about-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-box__inner {
    width: 49%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px
}

.about-box__inner:last-child {
    padding: 40px 45px;
    background-color: #f8f8f8
}

.about-inner__title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px
}

.about-inner__text {
    margin-bottom: 10px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 23px;
    color: rgba(17, 17, 17, .85)
}

.about-inner__text:last-child {
    margin-bottom: 0
}

.profit-sec {
    margin-bottom: 90px
}

.profit-box, .profit-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profit-box__item {
    width: 24%;
    min-height: 168px;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 45px 0 0 50px
}

.profit-box__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #111;
    margin-bottom: 10px
}

.profit-box__text {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: rgba(17, 17, 17, .8)
}

.profit-box__inner:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.news-page {
    margin-bottom: 70px
}

.news-box, .news-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px
}

.news-box__item {
    background: #f8f8f8;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin-bottom: 30px
}

.news-box__item:last-child {
    margin-bottom: 0
}

.news-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%
}

.news-box__inner:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 40px 50px 30px;
    width: 70%
}

.news-box__img {
    width: 505px;
    height: 100%;
    border-radius: 16px 0 0 16px
}

.news-box__text, .news-box__title {
    margin-bottom: 15px;
    font-family: Roboto
}

.news-box__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    color: #000
}

.news-box__text {
    font-size: 16px;
    line-height: 23px;
    color: rgba(17, 17, 17, .85)
}

.news-box__link, .news-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-box__link {
    color: #999;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.news-box__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.news-more__btn {
    width: 143px;
    height: 51px;
    background: #ffd200;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news, .news-box__share, .news-more__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-box__share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    color: #999
}

.news {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-coll {
    width: 58%
}

.news-coll:nth-child(2) {
    width: 40%
}

.news-coll__wrapp {
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.news-coll__inner:last-child, .news-coll__wrapp:last-child {
    margin-bottom: 0
}

.news-coll__descr {
    line-height: 22px;
    color: rgba(17, 17, 17, .8)
}

.news-coll__title {
    color: rgba(17, 17, 17, .707);
    font-size: 16px;
    margin-bottom: 10px
}

.news-coll__inner {
    margin-bottom: 40px
}

.news-bottom__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.news-bottom__box .feed__box-link {
    width: 19%;
    margin-right: 20px;
}

.news-bottom {
    margin-bottom: 50px
}

.pagination-sec {
    margin-bottom: 90px
}

.select__top-link--bottom {
    display: none
}

.sale-page {
    margin-bottom: 70px
}

.sale-box, .sale-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sale-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sale-box__item {
    width: 49%;
    border: 1px solid rgba(153, 153, 153, .2);
    border-radius: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sale-box__item:last-child {
    padding: 45px;
    background: #f8f8f8
}

.sale-box__img {
    border-radius: 16px
}

.sale-bottom {
    margin-bottom: 100px
}

.sale-bottom__box, .sale-bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sale-bottom__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sale-bottom__item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    z-index: 5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24%;
    margin-bottom: 20px
}

.sale-bottom__img {
    border-radius: 8px 8px 0 0;
    max-height: 206px;
    -o-object-fit: contain;
    object-fit: contain
}

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

.sale-bottom__wrapper:last-child {
    padding: 26px 30px 30px;
    background: #f8f8f8;
    border-radius: 0 0 8px 8px;
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sale-bottom__link {
    margin-bottom: 0
}

.sales {
    margin-bottom: 50px
}

.contacts-sec {
    margin-bottom: 100px
}

.contacts-sec__item {
    border-radius: 16px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-sec__item:last-child {
    margin-bottom: 0
}

.contacts-sec__inner:first-child {
    padding-top: 50px;
    padding-left: 60px;
    padding-bottom: 50px;
    background: #f8f8f8;
    width: 29%;
    border-radius: 16px 0 0 16px
}

.contacts-sec__inner:first-child .about-inner__title {
    margin-bottom: 30px
}

.contacts-sec__inner:last-child {
    width: 71%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 16px 16px 0
}
.contacts-sec__inner:last-child iframe {
    border: 1px solid #fff;
    border-radius: 0 16px 16px 0;
}
.contacts-sec__inner .footer__list-item-mod:first-child .footer__list-link {
    font-weight: 400;
    text-transform: uppercase
}

.contacts-sec__img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 16px 16px 0
}

.basket-sec {
    margin-bottom: 180px
}

.basket-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.basket-box__item:first-child {
    width: 75%
}

.basket-box__item:last-child {
    width: 24%
}

.basket-box__inner {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 35px 45px 38px
}

.basket-button {
    background: #e0e0e0;
    color: #999
}

.basket-box__top {
    background: #f8f8f8;
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 51px;
    padding: 0 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.basket-box__top_coll:first-child {
    -webkit-box-flex: .5;
    -ms-flex-positive: .5;
    flex-grow: .5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.basket-box__top_coll:first-child .wrapper {
    width: 50%
}

.basket-box__top_coll {
    font-size: 14px;
    color: #999
}

.basket-box__row {
    padding: 20px 45px;
    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;
    border-bottom: 1px solid #e0e0e0
}

.basket-box__row_img {
    max-width: 74px
}

.basket-box__price--old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px
}

.basket-box__price--old--mod {
    text-decoration: none;
    font-size: 12px
}

.basket-box__price--new {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.basket-box__row_coll:nth-child(3), .basket-box__row_coll:nth-child(5) {
    text-align: right
}

.basket-box__row_coll:nth-child(2) {
    width: 33%
}

.basket-box__row_coll:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4%
}

.basket-block__count {
    position: relative
}

.basket-block__count .input__count, .input__count_div {
    background: #f8f8f8;
    width: 68px
}
.input__count_div {
    padding-top: 17px;
}
.basket-box__text {
    color: #999;
    font-size: 14px;
    margin-top: 5px
}

.ordering-sec {
    margin-bottom: 70px
}

.ordering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ordering__item {
    width: 49%;
    background: #f8f8f8;
    border-radius: 8px;
    padding-top: 62px;
    padding-bottom: 60px
}

.ordering__inner {
    width: 45%;
    margin: 0 auto;
    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
}

.ordering__title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px
}

.ordering__descr {
    color: #999;
    text-align: center;
    line-height: 20px;
    margin-bottom: 25px
}

.ordering__descr:first-child {
    margin-bottom: 10px
}

.ordering__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.ordering__wrapper:last-child {
    margin-bottom: 0
}

.ordering__btn {
    width: 48%;
    height: 51px;
    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;
    line-height: 17px;
    border-radius: 4px
}

.ordering__btn:last-child {
    background: #ffd200
}

.ordering__btn:first-child {
    border: 1px solid #e0e0e0;
    background: 0 0;
    color: #999
}

.ordering__btn:first-child svg {
    margin-left: 10px
}

.ordering__link, .ordering__second__button {
    height: 51px;
    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;
    line-height: 17px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: 0 0;
    color: #999;
    width: 100%
}

.ordering__link {
    width: 48%;
    height: 36px
}

.lk-sec {
    margin-bottom: 115px
}

.lk-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lk-box__inner {
    background: #f8f8f8;
    border-radius: 16px
}

.lk-box__inner:first-child {
    width: 24%;
    padding: 45px 50px 0
}

.lk-box__inner:last-child {
    width: 75%;
    padding: 60px 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lk-box__item {
    margin-bottom: 35px
}

.lk-box__item:nth-child(4) {
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0
}

.lk-box__item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: rgba(17, 17, 17, .6)
}

.lk-box__item_link--active {
    font-weight: 600;
    color: #111
}

.lk-box__item_link--active svg path {
    fill-opacity: 1;
    fill: #111
}

.lk-box__form_wrapper {
    width: 48%
}

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

.lk-form label {
    width: 100%
}

.lk-form label input {
    width: 100%;
    background-color: #fff
}

.lk-form__title {
    margin-bottom: 30px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.lk-box__form_btn, .lk-history__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lk-box__form_btn {
    margin-top: 26px;
    display: block;
    margin-left: auto;
    background: #ffd200;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 51px;
    padding: 0 30px
}

.lk-history__wrapp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 0 67px
}

.lk-history__wrapp--history3 {
    padding: 0 50px
}

.lk-history__inner {
    width: 75%;
    padding: 60px 0;
    background: #f8f8f8;
    border-radius: 16px
}

.lk-history__inner--mod {
    padding-bottom: 20px
}

.lk-history__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600
}

.lk-history__title svg {
    margin-right: 20px
}

.lk-history__subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0 67px
}

.lk-history__text {
    line-height: 19px;
    padding: 0 67px;
    color: rgba(17, 17, 17, .8)
}

.lk-history__text--link {
    text-decoration: underline;
    padding: 0
}

.history-table__coll {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.history-table__coll--mod {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.history-table__coll--mod:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history-table__coll--mod:nth-child(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history-table__top {
    display: grid;
    grid-gap: 0;
    padding: 15px 50px;
    grid-template-columns: 16.5% 16.5% 17% 16.5% 16% 16.5%;
    background: rgba(224, 224, 224, .5);
    height: 51px
}

.history-table__top--mod {
    grid-template-columns: 36% 13% 16% 9% 12% 14%
}

.history-table__name {
    color: rgba(17, 17, 17, .8);
    font-size: 14px
}

.history-table__row {
    display: grid;
    grid-gap: 0;
    padding: 30px 50px;
    grid-template-columns: 10.5% 16.5% 14% 14.5% 6% 14.5% 11.5% 12.5%;
    border-bottom: 1px solid #e0e0e0
}

.history-table__row--mod {
    grid-template-columns: 30% 17% 22% 5% 21% 5%;
    border: 0
}

.history-row__title {
    font-weight: 600
}

.load__order {
    margin-left: auto;
    margin-top: 40px;
    width: 22.2%;
    margin-right: 66px
}

.load__order svg, .load__order1 svg {
    margin-left: 10px
}

.load__order, .load__order1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: rgba(17, 17, 17, .6)
}

.img-coll__wrapper {
    background-color: #fff;
    border-radius: 8px;
    padding: 5px
}

.img-coll__wrapper .rezults__row_img {
    border-radius: 8px
}

.history-row__coll, .img-coll__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
}

.history-row__coll:first-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.history-row__coll:nth-child(4), .history-row__coll:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.history-row__name--mod {
    padding-left: 15px;
    font-size: 16px;
    line-height: 137.19%;
    color: #111
}

.lk-order__info {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.lk-order__item {
    margin-bottom: 12px;
    font-size: 17px
}

.lk-order__item:last-child {
    margin-bottom: 0
}

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

.lk-order__list:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.lk-favotire__wrapper {
    padding: 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.adaptiv-lk__list, .load__order1--bottom {
    display: none
}

.rezults-sec {
    margin-bottom: 35px
}

.rezults__top {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 48% 10% 11% 4% 10% 5% 10%;
    padding: 30px 0 15px;
    border-bottom: 1px solid #e0e0e0
}

.rezults__top_name {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #111
}

.rezults__row {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 48% 10% 11% 4% 10% 5% 10%;
    padding: 24px 0 20px;
    border-bottom: 1px solid #e0e0e0
}

.rezults__row_coll {
    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
}

.rezults__row_coll:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.rezults__row_coll:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rezults__row_img {
    width: auto;
    max-width: 181px;
    max-height: 181px;
}

.rezults__row_title {
    /*width: 60%;*/
    line-height: 137.19%;
    color: #111
}

.rezults__row_name {
    font-size: 14px
}

.login-sec {
    background: #f8f8f8
}

.login-wrapper {
    position: relative;
    padding: 100px 0;
    min-height: 100vh;
    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
}

.login-second {
    background: #f8f8f8;
    -webkit-box-shadow: 0 10px 20px rgba(33, 53, 90, .1);
    box-shadow: 0 10px 20px rgba(33, 53, 90, .1);
    border-radius: 8px;
    width: 30%;
    padding: 60px 63px;
    position: relative
}

.login-second .ordering__descr {
    margin-bottom: 15px
}

.login-second .ordering__wrapper {
    margin-bottom: 30px
}

.login-second .ordering__wrapper .ordering__link {
    height: 51px;
    width: 48%
}

.login__logo-img {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.login-second__title {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 40px
}

.login_form_wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.login-form, .login-second__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.login-second__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.login-second__box .login-line {
    text-align: center;
    color: #e0e0e0;
    position: relative;
    width: 100%;
    margin-bottom: 33px
}

.login-second__box .login-line::after, .login-second__box .login-line::before {
    content: '';
    width: 43%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    top: 10px
}

.login-second__box .login-line::after {
    right: 0
}

.login-second__box .login-line::before {
    left: 0
}

.login-form {
    width: 100%;
    margin-bottom: 15px
}

.login_form_wrapper .login-form {
    width: 48%;
    margin-bottom: 15px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.login-form .login-box__bottom label {
    width: 60%;
    float: left;
}
.login-form label {
    margin-bottom: 25px;
    width: 100%
}
.social_auth {
    display: none;
}

.forgot-password {
    width: 40%;
}

.order-form__name {
    font-size: 16px;
    line-height: 130%;
    color: #111
}

.login-input {
    height: 51px;
    background: #fff;
    border-radius: 4px;
    border: 0;
    padding: 0 20px
}

.login-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #999
}

.login-input::-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #999
}

.login-input:-ms-input-placeholder, .login-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #999
}

.login-input::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #999
}

.login-box__bottom {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.forgot-password {
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #999
}

.go-to__home {
    color: #999
}

.go-to__home, .login-button__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login-button__first {
    width: 100%;
    height: 51px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffd200;
    border-radius: 4px
}

.go-to__home {
    position: absolute;
    bottom: -20%;
    right: -50px;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px
}

.go-to__home svg {
    margin-right: 10px
}

.login2-second .login-second__title {
    font-size: 18px;
    line-height: 21px;
    color: #111;
    margin-bottom: 20px
}

.login2-second .login-form {
    margin-bottom: 0
}

.login2-second .ordering__descr {
    color: #111;
    margin-bottom: 30px
}

.login2-second .go-to__home {
    bottom: -40%
}

.login-third {
    width: 55%
}

.login-third .ordering__wrapper {
    width: 60%
}

.login-third .login-line {
    text-align: center;
    color: #e0e0e0;
    position: relative;
    width: 100%;
    margin-bottom: 33px
}

.login-third .login-line::after, .login-third .login-line::before {
    content: '';
    width: 47%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    top: 10px
}

.login-third .login-line::after {
    right: 0
}

.login-third .login-line::before {
    left: 0
}

.login-third .login-third__form .login-form, .login-third .login3-bottom__wrapper .login-button__first {
    width: 48%
}

.login-third .login-third__form, .login-third .login3-bottom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.login-third .login3-bottom__wrapper .login-box__bottom {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 51px;
    width: 100%;
    float:left;
}

.login-third .login3-bottom__wrapper .login-box__bottom .fliter__checkbox {
    margin-bottom: 0;
    width: 95%
}

.login-third .login3-bottom__wrapper .login-box__bottom .fliter__checkbox > span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.login-third .login3-bottom__wrapper .login-box__bottom span {
    display: block;
    width: 100%;
    padding-left: 30px;
    position: relative
}

.login-third .login3-bottom__wrapper .login-box__bottom .personal {
    text-decoration: underline
}

@media (min-width: 1600px) and (max-width: 16000px) {
    .footer__bottom {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(69.5%, #000), color-stop(69.5%, #ffd200), to(#ffd200));
        background: linear-gradient(90deg, #000 0, #000 69.5%, #ffd200 69.5%, #ffd200 100%)
    }
}

@media (min-width: 1480px) and (max-width: 1600px) {
    .modal {
        top: 50%
    }

    .search-window__wrapper {
        width: 67%
    }

    .load__order {
        width: 21%;
        margin-right: 88px
    }
}

@media (min-width: 1200px) and (max-width: 1479px) {
    .top__brand-slide {
        margin: 0
    }

    body, html {
        overflow-x: hidden
    }

    .container {
        width: 1200px
    }

    .list__item + .list__item {
        margin-left: 15px
    }

    .header__info {
        width: 28%
    }

    .chart__box {
        margin: 0 10px
    }

    .user__link + .user__link {
        margin-left: 10px
    }

    .user__link:nth-child(2) {
        padding: 0 16px 0 12px
    }

    .basket__icon::before {
        right: 6px
    }

    .baner__item3 {
        width: 17.1%
    }

    .baner__item2 {
        width: 29.2%
    }

    .brand__icon-link {
        width: 95px;
        height: 95px
    }

    .brand__wrapp-item {
        height: 300px
    }

    .brand__wrapp-form {
        padding: 17px 30px 22px
    }

    .form__title {
        margin-bottom: 10px
    }

    .header__baner-sec {
        padding: 25px 0 40px
    }

    .feed__more-box, .select__brand {
        padding-bottom: 40px
    }

    .categories__box-link {
        padding-right: 39px
    }

    .select__categories-sec {
        padding-bottom: 10px
    }

    .feed__wrapp {
        width: 58.5%
    }

    .feed__box-link {
        width: 32.5%
    }

    .feed__box-img {
        margin-bottom: 10px
    }

    .feed__box-item > span {
        top: 121px
    }

    .select__title {
        padding-right: 10px
    }

    .select__top-link {
        padding-left: 10px
    }

    .more__box {
        padding: 35px 30px 38px
    }

    .position__slide {
        margin: 0 10px
    }

    .footer__box-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .profit-box__item {
        padding: 20px 0 0 35px
    }

    .basket-box__inner {
        padding: 35px 18px 38px
    }

    .basket-box__row_coll:last-child {
        width: 6%
    }

    .fliter__checkbox > span {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .filter-price__item > input {
        width: 75px
    }

    .contacts-sec__inner:first-child {
        padding-left: 30px
    }

    .history-table__top {
        grid-template-columns: 16.5% 16.5% 17% 16.5% 16% 16.5%;
    }

    .history-table__top--mod {
        grid-template-columns: 36% 8% 21% 12% 10% 13%
    }

    .history-table__row {
        grid-template-columns: 16.5% 16.5% 17% 16.5% 16% 16.5%;
    }

    .history-table__row--mod {
        grid-template-columns: 30% 17% 22% 7% 18% 6%
    }

    .order-crad {
        padding: 30px 20px
    }

    .custom-radio + label {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .checked-label {
        padding: 17px 15px 13px 14px
    }

    .label-text {
        bottom: 0;
        top: 53%;
        width: 90%;
        left: 8px;
        text-align: center
    }

    .address-box, .order-form__bottom {
        width: 85%
    }

    .product__slider {
        width: 100%
    }

    .product-box__right {
        padding: 60px 25px 47px
    }

    .product__slide {
        height: 320px
    }

    .product__slide-wrapp img {
        width: 50%
    }

    .product-box {
        margin-bottom: 40px
    }

    .product-infolist {
        width: 78%
    }

    .ordering__inner {
        width: 70%
    }

    .rezults__row {
        grid-template-columns: 48% 10% 11% 4% 10% 5% 10%;
    }

    .rezults__top {
        grid-template-columns: 31% 14% 15% 13% 12% 13%
    }

    .sale-bottom__wrapper {
        height: 40%
    }

    .sale-bottom__wrapper:last-child {
        height: 60%;
        padding-bottom: 20px;
        padding-top: 20px
    }

    .sale-bottom__img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .box-catalog__wrapper {
        -ms-flex-pack: distribute;
        /*justify-content: space-around*/
    }
    .box-catalog__wrapper .catalog__lot {
        width: 31% !important;
    }
    .box-catalog__wrapper .card__item {
        max-width: 240px
    }

    .box-catalog__wrapper .card__item .card__item-bottom {
        padding: 20px 5px
    }

    .catalog-box__left {
        width: 0%
    }

    .catalog-box__right {
        width: 100%
    }

    .footer__bottom {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(70.5%, #000), color-stop(70%, #ffd200), to(#ffd200));
        background: linear-gradient(90deg, #000 0, #000 70.5%, #ffd200 70%, #ffd200 100%);
        position: relative
    }

    .confirm-box {
        padding: 54px 45px 44px
    }

    .confirm-box__inner {
        width: 49%
    }

    .load__order {
        width: 26%;
        margin-right: 69px
    }

    .login-second {
        width: 50%
    }

    .go-to__home {
        bottom: -22%
    }

    .login-third .ordering__wrapper {
        width: 100%
    }

    .login-third {
        width: 60%
    }

    .login-third .go-to__home {
        bottom: -22%
    }

    .login-third .login3-bottom__wrapper .login-box__bottom .fliter__checkbox {
        width: 95%;
        display: block
    }

    .modal {
        top: 50%
    }

    .search-window__wrapper {
        width: 59%
    }

    .search-window__item {
        padding: 9px 15px
    }
    .header__user-box {
        margin-right: 40px;
        width: 180px;
    }
    .header__user-box .user__link {
        width: 57px;
        padding: 0 10px;
    }
    .user__link:nth-child(2) {
        /*padding: 0 25px 0 20px*/
    }

    .user__link + .user__link {
        margin-left: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body, html {
        overflow-x: hidden
    }
    .header__user-box {
        margin-right: 40px;
        width: 180px;
    }
    .header__user-box .user__link {
        width: 57px;
        padding: 0 10px;
    }
    .user__link:nth-child(2) {
        /*padding: 0 25px 0 20px*/
    }

    .user__link + .user__link {
        margin-left: 0
    }
    .container {
        max-width: 992px
    }

    .header__nav {
        display: none
    }

    .tell__box {
        width: 50%
    }

    .header__info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 30%
    }

    .header__search {
        width: 45%;
        margin: 0
    }

    .header__logo {
        width: 22%
    }

    .header__lang {
        width: 23%
    }

    .chart__box {
        width: 27%;
        margin: 0
    }

    .header__catalog-btn {
        padding: 0 40px 0 10px
    }

    .header__top-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__catalog-btn > span {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    span.favorite__icon_before {
        right: 0;
    }
    .basket__icon::before {
        top: -11px;
        right: 13px
    }

    .baner__item2 {
        display: none
    }

    .baner__item1 {
        width: 70%
    }

    .baner__item3 {
        width: 27%
    }

    .brand__wrapp-item {
        width: 55%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .brand__wrapp-form {
        width: 40%
    }

    .brand__icon-link:nth-of-type(1), .brand__icon-link:nth-of-type(2n), .brand__icon-link:nth-of-type(3) {
        display: none
    }

    .baner__slider-dots2, .categories__box-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .categories__box-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px 0
    }

    .baner__slider-dots2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }

    .baner__slider-dots2 li {
        margin: 0 5px;
        font-size: 0
    }

    .baner__slider-dots2 li button {
        width: 10px;
        height: 12px;
        border-radius: 2px
    }

    .baner__slider-dots2 .slick-active button {
        background-color: #000;
        border-radius: 3px;
        width: 10px;
        height: 18px;
        border: 3px solid #ffd200
    }

    .feed__more-box {
        -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
    }

    .feed__wrapp, .order-form label {
        width: 100%
    }

    .more__wrapp {
        width: 98%
    }

    .feed__box {
        margin-bottom: 30px
    }

    .feed__box-link {
        width: 32%
    }

    .subscribe__box {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__form-btn {
        padding: 15px 37px
    }

    .subscribe__box-item:first-child {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .subscribe__box-inner:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__box-right-item:nth-child(3) {
        /*display: none*/
    }

    .footer__box-left {
        width: 30%
    }

    .footer__box-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__bottom {
        background: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(66%, #000), color-stop(50%, #ffd200), to(#ffd200));
        background: linear-gradient(90deg, #000 0, #000 66%, #ffd200 50%, #ffd200 100%)
    }

    .box__left-inner {
        margin-bottom: 20px
    }

    .position__slide {
        margin: 0 20px
    }

    .top__brand-slide {
        margin: 0 17px
    }

    .more__box-right {
        display: block
    }

    .more__box {
        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
    }

    .more__box-right {
        width: 40%
    }

    .more__box-right img {
        border-radius: 16px
    }

    .more__box-left {
        width: 55%
    }

    .profit-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .profit-box__item {
        width: 48%;
        margin-bottom: 20px
    }

    .box-catalog__wrapper {
        -ms-flex-pack: distribute;

    }
    .box-catalog__wrapper .catalog__lot {
        width: 31% !important;
    }
    .box-catalog__wrapper .catalog__lot:last-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .box-catalog__wrapper .card__item {
        max-width: 240px
    }

    .box-catalog__wrapper .card__item .card__item-bottom {
        padding: 20px 5px
    }

    .filter-price__item > input {
        width: 75px
    }

    .contacts-sec__inner:first-child {
        width: 40%;
        padding-left: 20px
    }

    .news-coll {
        width: 49%
    }

    .news-bottom__box .feed__box-link .feed__box-item > span {
        top: 94px
    }

    .news-box__inner, .product__slide-wrapp img {
        width: 40%
    }

    .news-box__img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .news-box__inner:last-child {
        width: 60%
    }

    .product-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-box__item:nth-child(1) {
        width: 55%
    }

    .product-box__item:nth-child(3) {
        width: 40%
    }

    .product-box__item:nth-child(2) {
        width: 100%
    }

    .breadcrumbs__value:last-child {
        text-align: right
    }

    .product-box__item:nth-child(2) {
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .product__slide {
        height: 317px
    }

    .product-infolist {
        width: 85%
    }

    .infolist__coll {
        text-align: center
    }

    .ordering__inner {
        width: 60%
    }

    .sale-bottom__item {
        width: 24.5%
    }

    .sale-bottom__wrapper:first-child {
        height: 30%
    }

    .sale-bottom__wrapper:last-child {
        height: 70%
    }

    .sale-bottom__img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        min-height: 0
    }

    .sale-box__img {
        height: 100%
    }

    .order-box__right {
        width: 38%
    }

    .order-box__left {
        width: 60%
    }

    .order-crad {
        padding: 35px 20px
    }

    .order-study {
        padding-left: 60px
    }

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

    .address-box, .radio-btn-wrapper {
        width: 100%
    }

    .address-box__inner:last-child {
        width: 45%
    }

    .address-box__inner {
        width: 55%
    }

    .order-form__bottom {
        width: 100%
    }

    .order-form__bottom .label__info:nth-child(1), .order-form__bottom .label__info:nth-child(2) {
        width: 22%
    }

    .order-form__bottom .label__info:nth-child(3) {
        width: 45%
    }

    .radio-btn-wrapper2 {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .radio-btn-wrapper2 .radio {
        width: 48%
    }

    .radio-btn-wrapper2 .radio .custom-radio + label {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .radio-btn-wrapper2 .radio:last-child {
        margin-top: 20px
    }

    .radio-btn-wrapper2 .label-text {
        width: 70%;
        bottom: 10%;
        left: 25%
    }

    .confirm-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 34px 78px
    }

    .confirm-box__inner {
        width: 100%;
        margin-bottom: 20px
    }

    .confirm-box__inner:last-child {
        width: 100%;
        margin-bottom: 0
    }

    .order-study:before {
        height: 90%
    }

    .order-study:nth-child(2)::before {
        height: 85%
    }

    .order-study:nth-child(3)::before {
        height: 80%
    }

    .lk-box, .mobile__menu .header__nav .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lk-box__inner:first-child {
        width: 100%;
        border-radius: 16px;
        margin-bottom: 20px;
        padding: 30px 20px 20px
    }

    .lk-box__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lk-box__list .lk-box__item {
        font-size: 14px;
        margin-bottom: 15px
    }

    .lk-box__item:last-child {
        -webkit-box-flex: .6;
        -ms-flex-positive: .6;
        flex-grow: .6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .lk-box__item:nth-child(4) {
        padding-bottom: 0;
        border: 0
    }

    .lk-box__item_link {
        font-size: 14px
    }

    .lk-box__item_link svg {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .lk-box__inner:last-child {
        width: 100%;
        border-radius: 16px;
        padding: 30px 10px 40px
    }

    .lk-box__form_wrapper {
        width: 48%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .lk-box__form_wrapper:last-child {
        margin-bottom: 0
    }

    .lk-history__inner {
        width: 100%;
        border-radius: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0
    }

    .lk-history__title {
        padding-left: 30px
    }

    .lk-history__wrapp {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lk-favotire__wrapper {
        padding: 0
    }

    .lk-favotire__wrapper .catalog__lot {
        width: 30%
    }

    .lk-sec, .mobile__menu .header__nav .list__item {
        margin-bottom: 20px
    }

    .load__order {
        width: 23%;
        margin-right: 89px
    }

    .history-table__top--mod {
        grid-template-columns: 35% 14% 16% 10% 12% 13%
    }

    .basket-box__item:first-child {
        width: 73%
    }

    .basket-box__top {
        padding: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .basket-box__top_coll:first-child {
        -webkit-box-flex: .54;
        -ms-flex-positive: .54;
        flex-grow: .54
    }

    .basket-box__row {
        padding: 20px 30px
    }

    .basket-box__item:last-child {
        width: 26%
    }

    .basket-box__inner {
        padding-left: 10px;
        padding-right: 10px
    }

    .mobile__menu-box {
        display: block
    }

    .hamburger, .hamburger__wrapp {
        position: absolute;
        display: block
    }

    .hamburger__wrapp {
        width: 4%;
        top: 35px;
        right: 15px;
        z-index: 10
    }

    .hamburger {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 12px
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #fff;
        margin-bottom: 3px;
        -webkit-transition: all .5s;
        transition: all .5s;
        border-radius: 3px
    }

    .hamburger__active span:first-child {
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
        border-radius: 3px
    }

    .hamburger__active span:last-child {
        -webkit-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
        border-radius: 3px
    }

    .hamburger__active span:nth-child(2) {
        display: none
    }

    .hamburger__active span {
        margin-bottom: -2px;
        border-radius: 3px
    }

    .mobile__menu, .mobile__menu__active {
        -webkit-transition: .3s;
        transition: .3s
    }

    .mobile__menu {
        position: fixed;
        top: 0;
        left: -150%;
        height: 100%;
        z-index: 100;
        background: #100f11ea;
        color: #fff;
        padding: 60px 0 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile__menu .header__nav {
        display: block;
        padding: 0 20px
    }

    .mobile__menu .header__nav .list__item + .list__item {
        margin-left: 0
    }

    .mobile__menu__active {
        left: 0
    }

    .login-second {
        width: 50%
    }

    .go-to__home {
        bottom: -22%
    }

    .login-third .ordering__wrapper {
        width: 100%
    }

    .login-third {
        width: 90%
    }

    .login-third .go-to__home {
        bottom: -22%
    }

    .login-third .login3-bottom__wrapper .login-box__bottom .fliter__checkbox {
        width: 95%;
        display: block
    }

    .modal {
        top: 50%
    }

    .search-window__wrapper {
        width: 59%
    }

    .search-window__item {
        padding: 9px 15px
    }

    .order-study__number {
        left: -60px
    }

    .aside__menu {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body, html {
        overflow-x: hidden
    }
    .header__search_mobile {
        display: block;
    }
    .container {
        max-width: 100%
    }

    .header__nav, .header__sale-btn, .header__search {
        display: none
    }

    .header__lang {
        width: 13%
    }

    .tell__box {
        width: 35%
    }

    .header__info {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .chart__box {
        margin: 0 30px;
        width: 22%
    }

    .user__link:nth-child(2) {
        padding: 0 25px 0 20px
    }

    .user__link + .user__link {
        margin-left: 20px
    }

    .header__user-box {
        margin-right: 90px
    }

    .header__catalog-btn {
        padding: 0 40px 0 10px
    }

    .header__top-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__catalog-btn > span {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .basket__icon::before {
        top: -11px;
        right: 13px
    }

    .baner__item2, .baner__item3 {
        display: none
    }

    .baner__item1 {
        width: 100%
    }

    .header__baner-sec {
        padding-bottom: 40px
    }

    .select__title {
        font-size: 18px
    }

    .brand__wrapp-form, .brand__wrapp-item {
        width: 49%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .brand__icon-link:nth-of-type(2n), .brand__icon-link:nth-of-type(3n) {
        display: none
    }

    .select__categories-box {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .categories__box-item {
        width: 45%;
        margin-bottom: 20px
    }

    .baner__slider-dots2, .categories__box-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .categories__box-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px 0
    }

    .baner__slider-dots2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }

    .baner__slider-dots2 li {
        margin: 0 5px;
        font-size: 0
    }

    .baner__slider-dots2 li button {
        width: 10px;
        height: 12px;
        border-radius: 2px
    }

    .baner__slider-dots2 .slick-active button {
        background-color: #000;
        border-radius: 3px;
        width: 10px;
        height: 18px;
        border: 3px solid #ffd200
    }

    .feed__box1 {
        display: block;
        margin-bottom: 20px
    }

    .feed-box1__slide {
        margin: 0 5px
    }

    .feed__box, .footer__form-btn span {
        display: none
    }

    .feed__more-box {
        -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
    }

    .feed__wrapp {
        width: 100%
    }

    .more__wrapp {
        width: 98%
    }

    .feed__box-link {
        width: 100%
    }

    .subscribe__box {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .subscribe__box-item:first-child, .subscribe__box-item:last-child {
        width: 49%
    }

    .footer__form-btn {
        width: 51px;
        padding: 15px 14px
    }

    .footer__form-btn svg {
        display: block
    }

    .subscribe__box-item:first-child {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .subscribe__box-inner:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__box-right-item:nth-child(2) {
        display: none
    }

    .footer__box-left, .product__slide-wrapp img {
        width: 50%
    }

    .footer__box-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__bottom {
        background: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(57%, #000), color-stop(50%, #ffd200), to(#ffd200));
        background: linear-gradient(90deg, #000 0, #000 57%, #ffd200 50%, #ffd200 100%)
    }

    .box__left-inner {
        margin-bottom: 20px
    }

    .asside__decond-item, .asside__list-item {
        padding: 0 15px
    }

    .position__slide {
        margin: 0 5px
    }

    .card__item-bottom {
        padding-left: 10px;
        padding-right: 10px
    }

    .profit-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .profit-box__item {
        width: 49%;
        margin-bottom: 15px
    }

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

    .about-box__inner {
        width: 100%;
        margin-bottom: 20px
    }

    .catalog-box__right {
        width: 100%
    }

    .box-catalog__wrapper {
        -ms-flex-pack: distribute;
        /*justify-content: space-around*/
    }
    .box-catalog__wrapper .catalog__lot {
        width: 47% !important;
    }
    .box-catalog__wrapper .catalog__lot:last-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .box-catalog__wrapper .card__item {
        max-width: 240px
    }

    .box-catalog__wrapper .card__item .card__item-bottom {
        padding: 20px 5px
    }

    .breadcrumbs__value {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .breadcrumbs-filter__link {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: none;
    }

    .breadcrumbs-filter__button--mobile, .breadcrumbs-filter__link--mobile, .mobile-filter__key {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .breadcrumbs-filter__button--mobile, .breadcrumbs-filter__link--mobile {
        height: 30px;
        background: #ffd200;
        border-radius: 4px;
        cursor: pointer
    }

    .breadcrumbs-filter__button--mobile {
        padding: 0 10px;
        margin-right: 15px
    }

    .breadcrumbs-filter__button--mobile span {
        margin-left: 5px
    }

    .breadcrumbs-filter__link--mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        display: none
    }

    .contacts-sec__inner:first-child {
        width: 40%;
        padding-left: 20px
    }

    .news-bottom__box {
        display: none
    }

    .news-coll {
        width: 49%
    }

    .section-bread .breadcrumbs__title {
        font-size: 25px
    }

    .section-bread .select__top-link {
        padding-left: 0
    }

    .news-bottom__wrapp .feed__box-link .feed__box-item > span {
        left: 25px;
        top: 200px
    }

    .news-box__inner {
        width: 40%
    }

    .news-box__img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .news-box__inner:last-child {
        padding: 15px 25px 20px 10px;
        width: 60%
    }

    .product-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-box__item:nth-child(1), .product-box__item:nth-child(3) {
        width: 49%
    }

    .product-box__item:nth-child(2) {
        width: 100%
    }

    .vertical__slider__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .vertical__slider-left {
        width: 80%;
        margin: 0 auto 25px
    }

    .vertical__slider-right {
        width: 90%;
        margin: 0 auto 20px
    }

    .product__slide-nav {
        margin: 0 14px
    }

    .breadcrumbs__value:last-child {
        text-align: right
    }

    .product-box__item:nth-child(2) {
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .product__slide {
        height: 250px
    }

    .product-infolist {
        width: 100%
    }

    .ordering__inner {
        width: 60%
    }

    .sale-bottom__item {
        width: 33%
    }

    .sale-bottom__wrapper:first-child {
        height: 30%
    }

    .sale-bottom__wrapper:last-child {
        height: 70%
    }

    .sale-bottom__img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        min-height: 0
    }

    .sale-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .order-study {
        padding: 0 20px
    }

    .order-study__title {
        padding-left: 50px
    }

    .order-box__right, .order-study:before {
        display: none
    }

    .order-box__left {
        width: 100%
    }

    .radio-btn-wrapper {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .radio {
        width: 48%
    }

    .label-text {
        bottom: 22%;
        left: 24%;
        width: 70%
    }

    .order-form__bottom {
        width: 94%
    }

    .order-form__bottom .label__info:last-child {
        width: 45%
    }

    .label__info:nth-child(2), .order-form__bottom .label__info:nth-child(1) {
        width: 24%
    }

    .radio-btn-wrapper .checked-label {
        min-height: 100px
    }

    .radio-btn-wrapper2 {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .radio-btn-wrapper2 .radio {
        width: 33%
    }

    .radio-btn-wrapper2 .radio .label-text {
        bottom: 5px;
        top: 55%;
        left: 17%;
        width: 80%
    }

    .checked-label {
        padding: 21px 20px 30px 15px
    }

    .confirm-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px
    }

    .custom-radio + label {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .confirm-box__inner {
        width: 100%;
        margin-bottom: 20px
    }

    .confirm-box__inner:last-child {
        width: 100%;
        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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .confirm-box__inner:last-child .order-finish {
        width: 65%
    }

    .confirm-box__inner:last-child .confirm-btn {
        width: 35%;
        margin-bottom: 0
    }

    .confirm-box__list li {
        font-size: 15px
    }

    .adaptiv-order__list {
        display: block;
        margin-bottom: 20px;
        background: #f8f8f8;
        padding: 20px 0;
        border-radius: 8px
    }

    .adaptiv-order__list .order-crad__title {
        padding-left: 20px;
        margin-bottom: 0;
        position: relative
    }

    .adaptiv-order__list .order-crad__title span {
        position: absolute;
        right: 20px;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transition: .4s;
        transition: .4s;
        top: 10%
    }

    .accordion__active.order-crad__title > span {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        top: -7%
    }

    .address-box {
        width: 100%
    }

    .address-box__inner {
        width: 49%;
        margin-bottom: 10px
    }

    .order-card__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .order-item__inner {
        width: 20%
    }

    .order-item__inner:last-child {
        width: 45%;
        margin-left: 20px
    }

    .order-list__card::before {
        width: 100%;
        left: 0
    }

    .confirm-btn, .order-button {
        width: 50%;
        margin-left: auto;
        margin-top: 40px;
        display: block
    }

    .order-crad {
        padding-bottom: 20px
    }

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

    .lk-box__inner:first-child {
        width: 100%;
        padding: 20px 10px 10px;
        border-radius: 0;
        margin-bottom: 20px
    }

    .lk-box__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lk-box__list .lk-box__item {
        font-size: 14px;
        margin-bottom: 15px
    }

    .lk-box__item:nth-child(4) {
        padding-bottom: 0;
        border: 0
    }

    .lk-box__item_link {
        font-size: 14px
    }

    .lk-box__item_link svg {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .lk-box__inner:last-child {
        width: 100%;
        border-radius: 0;
        padding: 30px 10px 40px
    }

    .lk-box__form_wrapper {
        width: 48%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .lk-box__form_wrapper:last-child {
        margin-bottom: 0
    }

    .lk-history__inner {
        width: 100%;
        border-radius: 0;
        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;
        padding: 30px 0
    }

    .lk-history__wrapp {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .lk-favotire__wrapper {
        padding: 0
    }

    .lk-favotire__wrapper .catalog__lot {
        width: 33%
    }

    .lk-sec {
        margin-bottom: 20px
    }

    .lk-history__subtitle, .lk-history__text {
        text-align: center
    }

    .history-table__row, .history-table__top {
        padding-left: 5px;
        padding-right: 5px
    }

    .history-table__top--mod {
        grid-template-columns: 35% 8% 24% 11% 7% 14%
    }

    .history-table__row--mod {
        grid-template-columns: 30% 17% 22% 8% 11% 12%
    }

    .history-table__row--mod .history-row__name--mod {
        padding-left: 10px;
        font-size: 15px;
        width: 90%
    }

    .history-table__wrapp, .lk-order__info {
        width: 100%
    }

    .history-table__wrapp .history-table__coll {
        text-align: center
    }

    .history-table__wrapp .history-table__top {
        padding: 9px 5px
    }

    .load__order {
        width: 30%;
        margin-right: 35px
    }

    .basket-box, .mobile__menu .header__nav .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .basket-box__item:first-child, .basket-box__item:last-child {
        width: 100%
    }

    .basket-box__item:last-child {
        margin-top: 20px
    }

    .basket-button {
        margin-top: 10px
    }

    .hamburger, .hamburger__wrapp {
        position: absolute;
        display: block
    }

    .hamburger__wrapp {
        width: 5%;
        top: 35px;
        right: 15px;
        z-index: 10
    }

    .hamburger {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 12px
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #fff;
        margin-bottom: 3px;
        -webkit-transition: all .5s;
        transition: all .5s;
        border-radius: 3px
    }

    .hamburger__active span:first-child {
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
        border-radius: 3px
    }

    .hamburger__active span:last-child {
        -webkit-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
        border-radius: 3px
    }

    .hamburger__active span:nth-child(2) {
        display: none
    }

    .hamburger__active span {
        margin-bottom: -2px;
        border-radius: 3px
    }

    .mobile__menu, .mobile__menu__active {
        -webkit-transition: .3s;
        transition: .3s
    }

    .mobile__menu {
        position: fixed;
        top: 0;
        left: -150%;
        height: 100%;
        z-index: 100;
        background: #100f11ea;
        color: #fff;
        padding: 60px 0 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile__menu .header__nav {
        display: block;
        padding: 0 20px
    }

    .mobile__menu .header__nav .list__item + .list__item {
        margin-left: 0
    }

    .mobile__menu .header__nav .list__item {
        margin-bottom: 20px
    }

    .mobile__menu__active {
        left: 0
    }

    .mobile__menu-box {
        display: block
    }

    .mobile-filter__block {
        position: fixed;
        width: 300px;
        background-color: #fff;
        top: 0;
        left: -150%;
        height: 100%;
        z-index: 100;
        -webkit-transition: .5s;
        transition: .5s
    }

    .catalog-box__left {
        display: none
    }

    .mobile-filter__block__active {
        left: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .adaptive-filter__wrapper {
        display: block;
        overflow-y: scroll
    }

    .adaptive-filter__wrapper .catalog-box__left {
        padding: 10px 20px;
        display: block;
        width: 100%
    }

    .adaptive-filter__top {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 4px 6px rgba(33, 53, 90, .06);
        box-shadow: 0 4px 6px rgba(33, 53, 90, .06);
        margin-bottom: 20px
    }

    .adaptive-filter__reset {
        font-size: 14px;
        line-height: 16px;
        color: #999
    }

    .adaptive-filter__title {
        color: #111
    }

    span.filter-mobile {
        color: #999;
        font-size: 25px;
        -webkit-box-flex: .12;
        -ms-flex-positive: .12;
        flex-grow: .12;
        text-align: right
    }

    .filter__show-more {
        background: #ffd200;
        border-radius: 4px;
        width: 100%;
        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: 30px auto 0;
        height: 46px
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 60;
        background: rgba(17, 17, 17, .7);
        display: block;
        -webkit-transition: all 1S;
        transition: all 1S
    }

    .overlay__active {
        -webkit-transition: all 1s;
        transition: all 1s;
        left: 0;
        z-index: 60
    }

    .login-second {
        width: 60%
    }

    .go-to__home {
        bottom: -22%
    }

    .login-third .ordering__wrapper {
        width: 100%
    }

    .login-third {
        width: 90%
    }

    .login-third .go-to__home {
        bottom: -22%
    }

    .login-third .login3-bottom__wrapper .login-box__bottom .fliter__checkbox {
        width: 70%;
        display: block
    }

    .login-third .login-line::after, .login-third .login-line::before {
        width: 43%
    }

    .modal {
        top: 50%
    }

    .order-study__number {
        left: 0
    }

    .aside__menu {
        width: 750px;
    }
    .rezults__top {
        grid-template-columns: 40% 9% 12% 15% 10% 11% 10%;
    }
    .rezults__row {
        grid-template-columns: 40% 9% 12% 15% 10% 11% 10%;
    }
    .rezults__row .rezults__row_coll:nth-child(3),.rezults__top .rezults__top_coll:nth-child(3) {
        display:none;
    }
    .header__user-box {
        margin-right: 40px;
        width: 180px;
    }
    .header__user-box .user__link {
        width: 57px;
        padding: 0 10px;
    }
    .user__link:nth-child(2) {
        /*padding: 0 25px 0 20px*/
    }

    .user__link + .user__link {
        margin-left: 0
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    body, html {
        overflow-x: hidden
    }
    .header__search_mobile {
        display: block;
    }
    .container {
        max-width: 576px
    }
    .rezults__row_img {
        max-width: 80px;
        max-height: 80px;
    }
    .rezults__row .rezults__row_coll:nth-child(3),.rezults__row .rezults__row_coll:nth-child(4),.rezults__row .rezults__row_coll:nth-child(6),
    .rezults__top .rezults__top_coll:nth-child(3),.rezults__top .rezults__top_coll:nth-child(4),.rezults__top .rezults__top_coll:nth-child(6){
        display: none;
    }
    .rezults__top {
        grid-template-columns: 48% 15% 15% 15%;
    }
    .rezults__row {
        grid-template-columns: 48% 15% 15% 15%;
    }
    .header__nav, .header__sale-btn, .header__search {
        display: none
    }

    .header__lang {
        width: 13%
    }

    .tell__box {
        width: 35%
    }

    .header__info {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .chart__box {
        margin: 0 30px;
        width: 22%
    }
    .header__user-box .user__link {
        width: 57px;
        padding: 0 10px;
    }
    .user__link:nth-child(2) {
        /*padding: 0 25px 0 20px*/
    }

    .user__link + .user__link {
        margin-left: 0
    }

    .header__user-box {
        margin-right: 40px;
        width: 180px;
    }

    .header__bottom-box {
        height: 50px
    }

    .header__catalog-btn {
        padding: 0 40px 0 10px
    }

    .header__top-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__catalog-btn > span {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .basket__icon::before {
        top: -11px;
        right: 13px
    }

    .baner__item2, .baner__item3, .select__top-box::before {
        display: none
    }

    .baner__item1 {
        width: 100%
    }

    .header__baner-sec {
        padding-bottom: 40px
    }

    .select__title {
        font-size: 18px
    }

    .select__top-box {
        padding-bottom: 15px
    }

    .select__top-link {
        position: absolute
    }

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

    .brand__wrapp-item {
        width: 100%;
        margin-bottom: 50px;
        height: 270px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .brand__wrapp-form {
        width: 100%
    }

    .brand__icon-link {
        width: 80.64px;
        height: 80.64px
    }

    .brand__icon-link:nth-of-type(3n) {
        display: none
    }

    .select__brand {
        position: relative;
        padding-bottom: 40px
    }

    .select__brand .select__top-link {
        top: 340px;
        right: 0
    }

    .select__categories-box {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .categories__box-item {
        width: 45%;
        margin-bottom: 20px
    }

    .baner__slider-dots2, .categories__box-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .categories__box-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px 0
    }

    .select__categories-sec .select__top-link {
        top: 650px;
        right: 0
    }

    .baner__slider-dots2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }

    .baner__slider-dots2 li {
        margin: 0 5px;
        font-size: 0
    }

    .baner__slider-dots2 li button {
        width: 10px;
        height: 12px;
        border-radius: 2px
    }

    .baner__slider-dots2 .slick-active button {
        background-color: #000;
        border-radius: 3px;
        width: 10px;
        height: 18px;
        border: 3px solid #ffd200
    }

    .popular__position-sec {
        padding-bottom: 40px
    }

    .feed__box1 {
        display: block;
        margin-bottom: 20px
    }

    .feed-box1__slide {
        margin: 0 5px
    }

    .feed__box {
        display: none
    }

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

    .feed__box-link, .feed__wrapp, .more__wrapp {
        width: 100%
    }

    .feed__wrapp .select__top-link {
        position: relative
    }

    .more__wrapp .select__top-link {
        position: relative;
        padding: 0
    }

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

    .subscribe__box-item:first-child, .subscribe__box-item:last-child {
        width: 100%
    }

    .subscribe__box-item:first-child {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .subscribe__box-descr, .subscribe__box-title {
        margin-bottom: 15px
    }

    .subscribe__box-inner:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__bottom-box, .footer__box-left, .footer__box-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

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

    .footer__box-left, .footer__box-right {
        width: 100%
    }

    .footer__box-right {
        padding: 30px 0
    }

    .footer__box-left {
        padding: 30px 0 64px
    }

    .footer__bottom {
        background: #000;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #000), color-stop(57%, #ffd200));
        background: linear-gradient(0deg,  #000 50%, #ffd200 45%)
    }

    .footer__box-right-item:nth-child(1), .footer__box-right-item:nth-child(2) {
        display: none
    }

    .company__logo {
        position: absolute;
        color: #fff;
        bottom: -350px;
        margin: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .box__left-inner {
        margin-bottom: 20px
    }

    .asside__decond-item, .asside__list-item {
        padding: 0 15px
    }

    .position__slide {
        margin: 0 5px
    }

    .profit-sec .breadcrumbs__title {
        font-size: 25px
    }

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

    .about-box__inner {
        width: 100%;
        margin-bottom: 20px
    }

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

    .profit-box__item {
        width: 100%;
        margin-bottom: 10px
    }

    .profit-sec {
        margin-bottom: 30px
    }

    .catalog-box__right {
        width: 100%
    }

    .box-catalog__wrapper {
        -ms-flex-pack: distribute;

    }
    .box-catalog__wrapper .catalog__lot {
        width: 46% !important;
    }
    .box-catalog__wrapper .card__item {
        max-width: 275px
    }

    .box-catalog__wrapper .card__item .card__item-bottom {
        padding: 20px 15px 37px
    }

    .breadcrumbs-filter__link {
        display: none
    }

    .breadcrumbs-filter__button--mobile, .breadcrumbs-filter__link--mobile, .mobile-filter__key {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .breadcrumbs-filter__button--mobile, .breadcrumbs-filter__link--mobile {
        height: 30px;
        background: #ffd200;
        border-radius: 4px;
        cursor: pointer
    }

    .breadcrumbs-filter__button--mobile {
        padding: 0 10px;
        margin-right: 15px
    }

    .breadcrumbs-filter__button--mobile span {
        margin-left: 5px
    }

    .breadcrumbs-filter__link--mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px
    }

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

    .contacts-sec__inner:first-child, .contacts-sec__inner:last-child {
        width: 100%
    }

    .contacts-sec__inner:first-child {
        border-radius: 16px 16px 0 0
    }

    .contacts-sec__img {
        border-radius: 0 0 16px 16px;
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .news-bottom__box {
        display: none
    }

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

    .news-coll {
        width: 100%
    }

    .news-coll:last-child {
        width: 100%
    }

    .section-bread {
        position: relative
    }

    .section-bread .breadcrumbs__title {
        font-size: 25px;
        line-height: 24px
    }

    .section-bread .select__top-link {
        display: none
    }

    .select__top-link--bottom {
        display: block;
        bottom: -47px;
        left: -35px
    }

    .news-bottom__wrapp .select__top-link {
        position: relative
    }

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

    .news-box__inner {
        width: 100%
    }

    .news-box__inner:last-child, .order-form__bottom .label__info:last-child {
        width: 100%
    }

    .news-box__img {
        border-radius: 15px;
        width: 100%
    }

    .news-box__wrapper, .product-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

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

    .product-box__item:nth-child(1), .product-box__item:nth-child(2), .product-box__item:nth-child(3) {
        width: 100%
    }

    .vertical__slider__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .vertical__slider-left {
        width: 50%;
        margin: 0 auto 25px
    }

    .vertical__slider-right {
        width: 90%;
        margin: 0 auto 20px
    }

    .product__slide-nav {
        margin: 0 14px
    }

    .breadcrumbs__value:last-child {
        display: none
    }

    .product-box__item:nth-child(2) {
        margin-top: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .product-infolist {
        width: 100%
    }

    .infolist-wrapper {
        padding: 0 30px
    }

    .infolist__coll {
        text-align: center
    }

    .infilist-span::before {
        left: -20px
    }

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

    .ordering__item {
        width: 100%;
        margin-bottom: 20px
    }

    .ordering__inner {
        width: 60%
    }

    .sale-bottom__item {
        width: 49%
    }

    .sale-bottom__wrapper:first-child {
        height: 35%
    }

    .sale-bottom__wrapper:last-child {
        height: 65%
    }

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

    .sale-box__item {
        width: 100%
    }

    .sale-box__item:first-child {
        margin-bottom: 20px
    }

    .order-box__right, .order-study:before {
        display: none
    }

    .order-box__left {
        width: 100%
    }

    .order-study {
        padding: 0 50px
    }

    .order-study__title {
        padding-left: 50px;
        margin-bottom: 20px
    }

    .order-form {
        -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
    }

    .order-form label {
        width: 90%
    }

    .breadcrumbs__list li {
        font-size: 12px
    }

    .radio-btn-wrapper {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .radio {
        width: 95%
    }

    .label-text {
        bottom: 22%;
        left: 24%;
        width: 70%
    }

    .order-form__bottom {
        width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .label__info:nth-child(2), .order-form__bottom .label__info:nth-child(1) {
        width: 45%
    }

    .radio-btn-wrapper2 {
        width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .radio-btn-wrapper2 .radio {
        width: 70%;
        margin-bottom: 15px
    }

    .radio-btn-wrapper2 .radio .label-text {
        bottom: 0;
        top: 50%;
        left: 26%
    }

    .confirm-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 10px
    }

    .confirm-box__inner {
        width: 100%;
        margin-bottom: 20px
    }

    .confirm-box__inner:last-child {
        width: 100%;
        text-align: center
    }

    .confirm-box__list li {
        font-size: 15px
    }

    .adaptiv-order__list {
        display: block;
        margin-bottom: 20px;
        background: #f8f8f8;
        padding: 20px 0;
        border-radius: 8px
    }

    .adaptiv-order__list .order-crad__title {
        padding-left: 20px;
        margin-bottom: 0;
        position: relative
    }

    .adaptiv-order__list .order-crad__title span {
        position: absolute;
        right: 20px;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transition: .4s;
        transition: .4s;
        top: 10%
    }

    .accordion__active.order-crad__title > span {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        top: -7%
    }

    .address-box {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .address-box__inner {
        width: 60%;
        margin-bottom: 10px
    }

    .address-box__inner:last-child {
        width: 40%
    }

    .address-box__link {
        font-size: 15px
    }

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

    .lk-box__inner:first-child {
        width: 100%;
        padding: 20px 10px 10px;
        border-radius: 0;
        margin-bottom: 20px
    }

    .lk-box__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lk-box__list .lk-box__item {
        font-size: 14px;
        margin-bottom: 15px
    }

    .lk-box__item:nth-child(4) {
        padding-bottom: 0;
        border: 0
    }

    .lk-box__item_link {
        font-size: 14px
    }

    .lk-box__item_link svg {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .lk-box__inner:last-child {
        width: 100%;
        border-radius: 0;
        padding: 30px 10px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lk-box__form_wrapper {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .lk-box__form_wrapper:last-child {
        margin-bottom: 0
    }

    .lk-box__form_btn {
        margin: 0 auto
    }

    .lk-history__inner {
        width: 100%;
        border-radius: 0;
        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;
        padding: 30px 0
    }

    .lk-history__wrapp {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lk-favotire__wrapper {
        padding: 0
    }

    .lk-favotire__wrapper .catalog__lot {
        width: 49%
    }

    .lk-sec {
        margin-bottom: 20px
    }

    .lk-history__subtitle, .lk-history__text {
        text-align: center
    }

    .history-table__wrapp, .lk-order__info, .load__order1 {
        display: none
    }

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

    .adaptiv-lk__list {
        width: 100%;
        display: block;
        padding: 30px 30px 20px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px
    }

    .adaptiv-lk__list:last-of-type {
        border-top: none;
        padding-top: 0
    }

    .adaptiv-lk__item {
        width: 100%;
        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-bottom: 15px
    }

    .adaptiv-lk__item:last-child {
        margin-bottom: 0
    }

    .adaptiv-lk__item--left {
        font-size: 15px
    }

    .adaptiv-lk--price {
        font-size: 12px;
        line-height: 14px;
        color: #999;
        text-decoration: line-through
    }

    .basket-box__top, .load__order {
        display: none
    }

    .basket-box, .mobile__menu .header__nav .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .basket-box__item:first-child {
        width: 100%
    }

    .basket-box__row {
        padding: 20px 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .basket-box__row_coll:nth-child(3) {
        display: none
    }

    .basket-box__row_coll:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .basket-box__row_coll:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .basket-box__row_coll:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .basket-box__item:last-child {
        margin-top: 15px;
        width: 100%
    }

    .order-list__card::before {
        width: 100%;
        left: 0
    }

    .breadcrumbs-bottom {
        min-height: 0
    }

    .hamburger, .hamburger__wrapp {
        position: absolute;
        display: block
    }

    .hamburger__wrapp {
        width: 5%;
        top: 26px;
        right: 15px;
        z-index: 10
    }

    .hamburger {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 12px
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #fff;
        margin-bottom: 3px;
        -webkit-transition: all .5s;
        transition: all .5s;
        border-radius: 3px
    }

    .hamburger__active span:first-child {
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
        border-radius: 3px
    }

    .hamburger__active span:last-child {
        -webkit-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
        border-radius: 3px
    }

    .hamburger__active span:nth-child(2) {
        display: none
    }

    .hamburger__active span {
        margin-bottom: -2px;
        border-radius: 3px
    }

    .mobile__menu, .mobile__menu__active {
        -webkit-transition: .3s;
        transition: .3s
    }

    .mobile__menu {
        position: fixed;
        top: 0;
        left: -150%;
        height: 100%;
        z-index: 100;
        background: #100f11ea;
        color: #fff;
        padding: 60px 0 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile__menu .header__nav {
        display: block;
        padding: 0 20px
    }

    .mobile__menu .header__nav .list__item + .list__item {
        margin-left: 0
    }

    .mobile__menu .header__nav .list__item {
        margin-bottom: 20px
    }

    .mobile__menu__active {
        left: 0
    }

    .mobile__menu-box {
        display: block
    }

    .mobile-filter__block {
        position: fixed;
        width: 300px;
        background-color: #fff;
        top: 0;
        left: -150%;
        height: 100%;
        z-index: 100;
        -webkit-transition: .5s;
        transition: .5s
    }

    .catalog-box__left {
        display: none
    }

    .mobile-filter__block__active {
        left: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .adaptive-filter__wrapper {
        display: block;
        overflow-y: scroll
    }

    .adaptive-filter__wrapper .catalog-box__left {
        padding: 10px 20px;
        display: block;
        width: 100%
    }

    .adaptive-filter__top {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 4px 6px rgba(33, 53, 90, .06);
        box-shadow: 0 4px 6px rgba(33, 53, 90, .06);
        margin-bottom: 20px
    }

    .adaptive-filter__reset {
        font-size: 14px;
        line-height: 16px;
        color: #999
    }

    .adaptive-filter__title {
        color: #111
    }

    span.filter-mobile {
        color: #999;
        font-size: 25px;
        -webkit-box-flex: .12;
        -ms-flex-positive: .12;
        flex-grow: .12;
        text-align: right
    }

    .filter__show-more {
        background: #ffd200;
        border-radius: 4px;
        width: 100%;
        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: 30px auto 0;
        height: 46px
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 60;
        background: rgba(17, 17, 17, .7);
        display: block;
        -webkit-transition: all 1S;
        transition: all 1S
    }

    .overlay__active {
        -webkit-transition: all 1s;
        transition: all 1s;
        left: 0;
        z-index: 60
    }

    .login-second, .login-third .ordering__wrapper {
        width: 100%
    }

    .go-to__home {
        right: 0;
        bottom: -22%
    }

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

    .login-third .go-to__home {
        bottom: -10%
    }

    .login-third .login-third__form .login-form, .login-third .login3-bottom__wrapper .login-button__first {
        width: 100%;
        margin-bottom: 0
    }

    .login-third .login3-bottom__wrapper .login-box__bottom {
        width: 100%
    }

    .login-third .login3-bottom__wrapper .login-box__bottom .fliter__checkbox {
        width: 100%;
        display: block;
        margin: 0 auto 20px
    }

    .login-third .login-line::after, .login-third .login-line::before {
        width: 43%
    }

    .modal {
        top: 50%;
        width: 90%
    }

    .order-study__number {
        left: 0;
        width: 30px;
        height: 30px
    }
    .aside__menu {
        width: 550px;
    }

    .aside__list li {
        width: 32%;
        float: left;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    body, html {
        overflow-x: hidden;
    }
    .go_to {
        display: flex!important;
        width: 131px!important;
    }
    .aside__list li {
        width: 49%;
        float: left;
    }

    .header__lang.mob {
        float:right;
        top:-15px;
        position: relative;
        display: block;
    }

    .header__main-wrapp {
        width: 120px;
    }

    .header__search_mobile {
        display: block;
    }
    .container {
        max-width: 575px;
        position: relative;
        padding: 0 2px
    }

    .box-catalog__wrapper .catalog__lot {
        width: 100% !important;
    }

    .header__info, .header__nav, .header__sale-btn, .header__search {
        display: none
    }

    .header__bottom {
        padding: 0 15px
    }

    .header__bottom-box {
        height: 50px
    }
    .user__link + .user__link {
        margin-left: 0;
    }
    .header__catalog-btn > b, .user__link {
        display: block;
        float: left;
        margin-left: 10px;
        width: 30px;
    }
    .user__link svg {
        width: 23px;
    }
    .basket__icon, .footer__form-btn svg {
        display: block
    }

    .header__catalog-btn {
        padding: 0 40px 0 10px;
        font-size: 14px
    }

    .header__top-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__catalog-btn > span {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .user__link:nth-child(1) {
        margin: 5px 0 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .user__link:nth-child(2) {
        margin: 5px 0 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .header__user-box {
        margin-right: 15%
    }

    .basket__icon::before {
        top: -11px;
        right: -14px
    }
    .rezults__row_img {
        max-width: 100px;
        max-height: 100px;
    }
    .rezults__row .rezults__row_coll:nth-child(3),.rezults__row .rezults__row_coll:nth-child(4),.rezults__row .rezults__row_coll:nth-child(2),
    .rezults__top .rezults__top_coll:nth-child(3),.rezults__top .rezults__top_coll:nth-child(4),.rezults__top .rezults__top_coll:nth-child(6){
        display: none;
    }
    .rezults__top {
       display: none;
    }
    .rezults__row {
        /*grid-template-columns: 48% 15% 15% 15%;*/
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .rezults__row .rezults__row_coll:nth-child(5) {
        display: block;
        position: absolute;
        float: left;
        width: 60px;
        height: 40px;
        left: 99px;
        bottom: 7px;
    }
    .rezults__row .rezults__row_coll:nth-child(6) {
        display: block;
        position: absolute;
        float: right;
        width: 60px;
        height: 40px;
        right: 97px;
        bottom: 22px;
    }
    .rezults__row_coll:last-child {
        position: absolute;
        right: 20px;
        bottom: 9px;
    }
    .rezults__row_coll:first-child {
        flex-direction: row;
        margin-bottom: 40px;
        gap: 20px;
    }
    .rezults__row_name {
        font-size: 17px;
        font-weight: 700;
    }
    .baner__item2, .baner__item3, .baner__title br, .select__top-box::before {
        display: none
    }

    .baner__item1 {
        width: 100%
    }

    .baner__slide {
        padding: 28px;
        background: url(../img/mobile-bg-baner.png);
        background-position: 100% 80%;
        background-size: cover
    }

    .baner__title {
        font-size: 20px;
        line-height: 26px;
        width: 100%
    }

    .baner__subtitle, .baner__title {
        text-align: center
    }

    .baner__btn {
        margin: 0 auto;
        display: block
    }

    .baner__slider-dots {
        left: 75%;
        bottom: 28px
    }

    .header__baner-sec {
        padding-bottom: 40px
    }

    .select__title {
        font-size: 18px;
        padding-right: 0;
        padding-left: 5%;
        width: 200%
    }

    .select__top-box {
        padding: 0 0 10px;
        margin: 0 auto
    }

    .select__top-link {
        position: absolute
    }

    .brand__wrapp, .brand__wrapp-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .brand__wrapp-item {
        width: 310px;
        margin: 0 auto 30px;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 310px
    }

    .brand__wrapp-form {
        width: 100%;
        padding: 42px 30px 54px
    }

    .brand__icon-link {
        width: 80.64px;
        height: 80.64px
    }

    .brand__icon-link:nth-of-type(2n), .brand__icon-link:nth-of-type(3n) {
        display: none
    }

    .select__brand {
        position: relative;
        padding-bottom: 40px
    }

    .select__brand .select__top-link {
        top: 360px;
        right: 0
    }

    .select__categories-box {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 670px;
        margin: 0 auto
    }

    .categories__box-item {
        width: 45%;
        margin-bottom: 20px
    }

    .baner__slider-dots2, .categories__box-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .categories__box-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px 0
    }

    .select__categories-sec .select__top-link {
        top: 720px;
        right: 0
    }

    .baner__slider-dots2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }

    .baner__slider-dots2 li {
        margin: 0 5px;
        font-size: 0
    }

    .baner__slider-dots2 li button {
        width: 10px;
        height: 12px;
        border-radius: 2px
    }

    .baner__slider-dots2 .slick-active button {
        background-color: #000;
        border-radius: 3px;
        width: 10px;
        height: 18px;
        border: 3px solid #ffd200
    }

    .top__brand-slide {
        margin: 0 15px
    }

    .popular__position-sec {
        padding-bottom: 40px
    }

    .feed__box1 {
        display: block;
        margin: 0 auto
    }

    .feed-box1__slide {
        margin: 0 25px 0 5px;
        width: 225px
    }

    .feed__box1 .feed__box-item > span {
        top: 37%
    }

    .link-block {
        position: static
    }

    .feed__box, .footer__form-btn span {
        display: none
    }

    .feed__more-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }
    .header__user-box .user__link {
        width: 39px;
        padding: 0 10px;
    }

    .feed__wrapp {
        width: 100%;
        margin-bottom: 30px
    }

    .feed__box-link, .more__wrapp {
        width: 100%
    }

    .more__wrapp .select__top-link {
        position: relative;
        padding: 0
    }

    .more__box {
        padding: 35px 35px 38px
    }

    .more__box-bottom, .more__box-inner, .subscribe__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .more__box-bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .more__box-inner, .subscribe__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .more__box-inner {
        width: 80%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .subscribe__box {
        width: 100%
    }

    .subscribe__box-item:first-child {
        width: 100%
    }

    .subscribe__box-item:last-child {
        width: 90%
    }

    .subscribe__box-item:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .subscribe__box-descr, .subscribe__box-title {
        margin-bottom: 15px
    }

    .subscribe__box-inner:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__form-btn {
        width: 51px;
        padding: 15px 14px
    }

    .footer__bottom-box, .footer__box-left, .footer__box-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

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

    .footer__box-left, .footer__box-right {
        width: 100%
    }

    .footer__box-right {
        padding: 30px 0
    }

    .footer__box-left {
        padding: 30px 0 64px
    }

    .footer__bottom {
        background: #000;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(57%, #000), color-stop(57%, #ffd200));
        background: linear-gradient(0deg, #000 50%, #ffd200 45%)
    }

    .footer__box-right-item:nth-child(1), .footer__box-right-item:nth-child(2) {
        display: none
    }

    .company__logo {
        position: absolute;
        color: #fff;
        bottom: -350px;
        margin: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .company__logo svg path {
        fill: currentColor
    }

    .box__left-inner {
        margin-bottom: 20px
    }

    .asside__decond-item, .asside__list-item {
        padding: 0 5px
    }

    .aside__item-link, .aside__item-link-mod {
        font-size: 13px;
        padding: 8px 0 9px
    }

    .aside__menu {
        width: 300px;
    }

    .profit-sec .breadcrumbs__title {
        font-size: 25px
    }

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

    .about-box__inner {
        width: 100%;
        margin-bottom: 20px
    }

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

    .profit-box__item {
        width: 100%;
        margin-bottom: 10px
    }

    .profit-sec {
        margin-bottom: 30px
    }

    .catalog-box__right {
        width: 100%
    }

    .box-catalog__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination-list__link {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .pagination-list__item:nth-child(4) {
        width: 35px
    }

    .breadcrumbs-filter__link {
        display: none
    }

    .breadcrumbs-filter__button--mobile, .breadcrumbs-filter__link--mobile, .mobile-filter__key {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .breadcrumbs-filter__button--mobile, .breadcrumbs-filter__link--mobile {
        height: 30px;
        background: #ffd200;
        border-radius: 4px;
        cursor: pointer
    }

    .breadcrumbs-filter__button--mobile {
        padding: 0 10px;
        margin-right: 15px;
        font-size: 8px;
    }

    .breadcrumbs-filter__button--mobile span {
        margin-left: 5px
    }

    .breadcrumbs-filter__link--mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px
    }

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

    .contacts-sec__inner:first-child, .contacts-sec__inner:last-child {
        width: 100%
    }

    .contacts-sec__inner:first-child {
        border-radius: 16px 16px 0 0;
        padding: 40px 25px
    }

    .contacts-sec__img {
        border-radius: 0 0 16px 16px;
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .news-bottom__box {
        display: none
    }

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

    .news-coll {
        width: 100%
    }

    .news-coll:last-child {
        width: 100%
    }

    .section-bread {
        padding: 10px 15px 0;
        position: relative
    }

    .section-bread .breadcrumbs__title {
        font-size: 25px;
        line-height: 24px
    }

    .section-bread .select__top-link {
        display: none
    }

    .select__top-link--bottom {
        display: block;
        bottom: -47px;
        left: -35px
    }

    .news-bottom__wrapp .select__top-link {
        position: relative
    }

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

    .news-box__inner {
        width: 100%
    }

    .news-box__inner:last-child {
        width: 100%;
        padding: 50px 20px
    }

    .news-box__img {
        border-radius: 15px
    }

    .news-box__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }

    .product-box__item:nth-child(1), .product-box__item:nth-child(2), .product-box__item:nth-child(3) {
        width: 100%
    }

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

    .vertical__slider-left {
        width: 100%;
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .vertical__slider-right {
        width: 100%;
        margin-bottom: 20px
    }

    .product__slide-nav {
        margin: 0 14px
    }

    .breadcrumbs__logo {
        display: none
    }

    .breadcrumbs__value:last-child {
        margin-top: 10px
    }

    .product__slide {
        height: 300px
    }

    .product-box__item:nth-child(2) {
        margin-top: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .product-box__right {
        padding: 60px 25px 47px
    }

    .product-descr__link + .product-descr__link {
        margin-left: 5%
    }

    .product-descr__link {
        font-size: 14px
    }

    .product-infolist {
        width: 100%
    }

    .infolist-wrapper {
        padding: 0 0 0 10px
    }

    .infolist-title {
        text-align: center;
        width: 85%;
        margin: 0 auto
    }

    .infilist-span {
        padding-right: 5px
    }

    .infolist__coll {
        width: 24.5%;
        text-align: center
    }

    h5.infolist__title {
        font-size: 12px;
        text-align: center
    }

    .infilist-span::before {
        left: -50px
    }

    .infolist-wrapper:nth-child(3) .infilist-span::before {
        left: -30px
    }

    .section-product {
        padding-bottom: 30px
    }

    .breadcrumbs-bottom__coll {
        margin-top: 10px;
        -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
    }

    .breadcrumbs-bottom__coll--opt {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .breadcrumbs-bottom {
        margin-top: 0
    }

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

    .ordering__item {
        width: 100%;
        margin-bottom: 20px
    }

    .ordering__inner {
        width: 90%
    }

    .sale-bottom__item {
        width: 100%
    }

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

    .sale-box__item {
        width: 100%
    }

    .sale-box__item:first-child {
        margin-bottom: 20px
    }

    .sale-box__item:last-child {
        padding-left: 10px;
        padding-right: 10px
    }

    .order-box__right, .order-study:before {
        display: none
    }

    .order-box__left {
        width: 100%
    }

    .order-study {
        padding: 0 15px;
        margin-top: 20px
    }

    .order-study:last-of-type {
        padding: 0
    }

    .order-study:last-of-type .order-study__title {
        padding-left: 55px
    }

    .order-study:last-of-type .order-study__number {
        left: 17px
    }

    .order-study__number {
        width: 30px;
        height: 30px;
        font-size: 16px
    }

    .order-study__title {
        padding-left: 40px;
        margin-bottom: 20px
    }

    .order-study__number {
        left: 0
    }

    .order-form {
        -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
    }

    .order-form label {
        width: 97%
    }

    .order-form-wrapp__title {
        padding-left: 6px
    }

    .confirm-box__item--default {
        font-size: 16px
    }

    .breadcrumbs__list li {
        font-size: 12px
    }

    .radio-btn-wrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .radio {
        width: 100%
    }

    .checked-label {
        border: 0;
        min-height: 30px;
        padding: 20px 10px
    }

    .custom-radio:checked + label {
        border: 0
    }

    .label-text {
        bottom: -4%;
        left: 24%;
        width: 100%
    }

    .order-form__bottom {
        width: 96%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-form__bottom .label__info:last-child {
        width: 100%
    }

    .label__info:nth-child(2), .order-form__bottom .label__info:nth-child(1) {
        width: 45%
    }

    .radio-btn-wrapper2 {
        width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .radio-btn-wrapper2 .radio {
        width: 100%;
        margin-bottom: 15px
    }

    .radio-btn-wrapper2 .radio .label-text {
        bottom: 0;
        top: 65%;
        left: 26%
    }

    .confirm-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 10px
    }

    .confirm-box__inner {
        width: 100%;
        margin-bottom: 20px
    }

    .confirm-box__inner:last-child {
        width: 100%;
        text-align: center
    }

    .confirm-box__list li {
        font-size: 15px
    }

    .adaptiv-order__list {
        display: block
    }

    .order-crad {
        padding: 20px 15px
    }

    .adaptiv-order__list {
        margin-bottom: 20px;
        background: #f8f8f8;
        padding: 20px 0;
        border-radius: 8px
    }

    .adaptiv-order__list .order-crad__title {
        padding-left: 20px;
        margin-bottom: 0;
        position: relative
    }

    .adaptiv-order__list .order-crad__title span {
        position: absolute;
        right: 20px;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transition: .4s;
        transition: .4s;
        top: 10%
    }

    .accordion__active.order-crad__title > span {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        top: -7%
    }

    .address-box {
        width: 100%;
        -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
    }

    .address-box__inner {
        width: 100%;
        margin-bottom: 10px
    }

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

    .lk-box__inner:first-child {
        width: 100%;
        padding: 20px 10px 10px;
        border-radius: 0;
        margin-bottom: 20px
    }

    .lk-box__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lk-box__list .lk-box__item {
        font-size: 14px;
        margin-bottom: 15px
    }

    .lk-box__item:nth-child(4) {
        padding-bottom: 0;
        border: 0
    }

    .lk-box__item_link {
        font-size: 14px
    }

    .lk-box__item_link svg {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .lk-box__inner:last-child {
        width: 100%;
        border-radius: 0;
        padding: 30px 10px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lk-box__form_wrapper {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .lk-box__form_wrapper:last-child {
        margin-bottom: 0
    }

    .lk-box__form_btn {
        margin: 0 auto
    }

    .lk-history__inner {
        width: 100%;
        border-radius: 0;
        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;
        padding: 30px 0
    }

    .lk-history__wrapp {
        padding: 0;
        width: 100%
    }

    .lk-history__title {
        font-size: 16px
    }

    .lk-history__title svg {
        width: 20px;
        height: 20px;
        margin-right: 7px
    }

    .lk-favotire__wrapper {
        padding: 0
    }

    .lk-history__subtitle, .lk-history__text {
        padding: 0 30px;
        text-align: center
    }

    .history-table__wrapp, .lk-order__info, .load__order1 {
        display: none
    }

    .load__order1--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 5px
    }

    .lk-sec {
        margin-bottom: 60px
    }

    .adaptiv-lk__list {
        width: 100%;
        display: block;
        padding: 30px 5px 20px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px
    }

    .adaptiv-lk__list:last-of-type {
        border-top: none;
        padding-top: 0
    }

    .adaptiv-lk__item {
        width: 100%;
        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-bottom: 15px
    }

    .adaptiv-lk__item:last-child {
        margin-bottom: 0
    }

    .adaptiv-lk__item--left {
        font-size: 15px
    }

    .adaptiv-lk--price {
        font-size: 12px;
        line-height: 14px;
        color: #999;
        text-decoration: line-through
    }

    .basket-box__top, .load__order {
        display: none
    }

    .basket-box, .mobile__menu .header__nav .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .basket-box__item:first-child {
        width: 100%
    }

    .basket-box__row {
        padding: 20px 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .basket-box__row_coll:nth-child(3) {
        display: none
    }

    .basket-box__row_coll:nth-child(2) {
        width: 73%
    }

    .basket-box__row_coll:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .basket-box__row_coll:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: .35;
        -ms-flex-positive: .35;
        flex-grow: .35
    }

    .basket-box__row_coll:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .basket-box__item:last-child {
        margin-top: 15px;
        width: 100%
    }

    .breadcrumbs-bottom {
        min-height: 0
    }

    .hamburger, .hamburger__wrapp {
        position: absolute;
        display: block
    }

    .hamburger__wrapp {
        width: 8%;
        top: 26px;
        right: 15px;
        z-index: 10
    }

    .hamburger {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 12px
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #fff;
        margin-bottom: 3px;
        -webkit-transition: all .5s;
        transition: all .5s;
        border-radius: 3px
    }

    .hamburger__active span:first-child {
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
        border-radius: 3px
    }

    .hamburger__active span:last-child {
        -webkit-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
        border-radius: 3px
    }

    .hamburger__active span:nth-child(2) {
        display: none
    }

    .hamburger__active span {
        margin-bottom: -2px;
        border-radius: 3px
    }

    .mobile__menu, .mobile__menu__active {
        -webkit-transition: .3s;
        transition: .3s
    }

    .mobile__menu {
        position: fixed;
        top: 0;
        left: -150%;
        height: 100%;
        z-index: 100;
        background: #100f11ea;
        color: #fff;
        padding: 60px 0 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile__menu .header__nav {
        display: block;
        padding: 0 20px
    }

    .mobile__menu .header__nav .list__item + .list__item {
        margin-left: 0
    }

    .mobile__menu .header__nav .list__item {
        margin-bottom: 20px
    }

    .mobile__menu__active {
        left: 0
    }

    .mobile__menu-box, .product-box__list__item br {
        display: block
    }

    .mobile-filter__block {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 0;
        left: -150%;
        height: 100%;
        z-index: 100;
        -webkit-transition: .5s;
        transition: .5s
    }

    .catalog-box__left {
        display: none
    }

    .mobile-filter__block__active {
        left: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .adaptive-filter__wrapper {
        display: block;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .adaptive-filter__wrapper .catalog-box__left {
        padding: 10px 20px;
        display: block;
        width: 100%
    }

    .adaptive-filter__top {
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 4px 6px rgba(33, 53, 90, .06);
        box-shadow: 0 4px 6px rgba(33, 53, 90, .06);
        margin-bottom: 20px;
        position: relative
    }

    .adaptive-filter__reset {
        font-size: 14px;
        line-height: 16px;
        color: #999
    }

    .adaptive-filter__title {
        color: #111
    }

    span.filter-mobile {
        color: #999;
        font-size: 16px;
        -webkit-box-flex: .12;
        -ms-flex-positive: .12;
        flex-grow: .12;
        text-align: right;
        padding-right: 5px
    }

    .filter__show-more {
        background: #ffd200;
        border-radius: 4px;
        width: 100%;
        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-top: 30px;
        height: 46px;
        position: fixed;
        bottom: 0;
        z-index: 10
    }

    .login-second {
        width: 100%;
        padding: 30px 10px
    }

    .go-to__home {
        right: 0;
        bottom: -15%
    }

    .login-third__form, .login3-bottom__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .login-third .ordering__wrapper {
        width: 100%
    }

    .login-third .go-to__home {
        bottom: -10%
    }

    .login-third .login-third__form .login-form, .login-third .login3-bottom__wrapper .login-button__first {
        width: 100%;
        margin-bottom: 0
    }

    .login-third .login3-bottom__wrapper .login-box__bottom {
        width: 100%
    }

    .login-third .login3-bottom__wrapper .login-box__bottom .fliter__checkbox {
        width: 63%;
        display: block;
        margin: 0 auto 20px
    }

    .login-third .login-line::after, .login-third .login-line::before {
        width: 43%
    }

    .modal {
        top: 50%;
        width: 90%;
        padding: 0;
    }

    .modal-box__item svg {
        width: 70%
    }

    .rezults {
        width: auto;
    }

    .rezults__top {
        overflow-x: scroll
    }

    .feed__box-item > span {
        top: 53%
    }

    .basket-box__inner {
        padding: 35px 5px 38px
    }

    .basket-box__inner, .basket-box__inner .basket-descr, .basket-box__inner .order-price {
        background-color: #fff
    }

    .basket-sec {
        margin-bottom: 20px
    }

    .breadcrumbs__list {
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 10px
    }

    .product__slide-wrapp img {
        max-height: 70%
    }

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

    .content_block.hide {
        height: 405px
    }

    .product-box__right--adaptive {
        position: relative
    }

    .product-box__right--adaptive .box-right__price {
        width: 100px;
        margin-left: auto
    }

    .product-box__right--adaptive .block__count {
        position: absolute;
        top: 20%;
        width: 70px
    }

    .product-box__right--adaptive .basket-count__btn {
        height: 50px;
        width: 100%
    }

    .position__slider-wrapp {
        max-width: 320px;
        width: 100%;
        margin: 0 auto
    }

    .footer__box-right-item:last-child {
        width: 100%;
        padding-left: 5%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: stretch;
        flex-wrap: nowrap;
        align-items: center;
    }
    }

    .box-catalog__wrapper .catalog__lot {
        width: 23%;
        padding: 0 15px
    }

    .box-catalog__wrapper .catalog__lot .card__item {
        max-width: 100%
    }

    .custom-radio + label::before {
        margin-right: 10px
    }

    .adaptive-link {
        display: none
    }

    .show__more-btn {
        max-width: 338px;
        width: 92%;
        margin: 0 auto 30px
    }

}