/* ----------------- import ----------------- */

/* ----------------- reset ----------------- */
html {
    font-size: 100%;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
    font-family: pt sans narrow, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;

}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q,
s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, figure, fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
}

address {
    font-style: normal;
}

a {
    cursor: pointer;
}

a:hover, a:active, a:focus {
    outline: none;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #e6ede9;
    margin: 25px 0;
    padding: 0;
    box-sizing: content-box;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff9;
    color: #000;
}

pre, code, kbd, samp {
    font-family: arial, sans-serif;
    font-size: 100%;
    line-height: 1.4;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol, dd {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

img {
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

label {
    cursor: pointer;
}

legend {
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    line-height: 1.4;
    font-family: arial, sans-serif;
    vertical-align: top;
    color: #000;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-transform: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

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

input:invalid, textarea:invalid {
    background-color: #e2e1e6;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

::-moz-selection {
    background: #2c76fd;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2c76fd;
    color: #fff;
    text-shadow: none;
}

/* ----------------- print ----------------- */
@media print {
    @page {
        margin: 0.5cm;
    }

    * {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        font-family: arial, sans-serif !important;
    }

    a {
        text-decoration: underline;
    }

    pre, blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/* ----------------- global ----------------- */
* {
    outline: none !important;
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    overflow-y: hidden;
}

a {
    color: #ea5b0a;
    text-decoration: underline;
}

a:hover {
    color: #ffa56f;
    text-decoration: none;
}

.show-table {
    display: none;
}

.hide-table {
}

@media screen and (max-width: 1365px) {
    .hide-table {
        display: none !important;
    }

    .show-table {
        display: block;
    }
}

.clear {
    /*zoom: 1;*/
    display: block;
    clear: both;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* ----------------- background ----------------- */
.background {
    background: #e9edf0 url(../img/zima2024.jpg) 50% 0 no-repeat;
// background: #e9edf0 url(../img/main-bg-3_summer-22.jpg) 50 % 0 no-repeat;
    width: 100%;
    height: auto !important;
    min-height: 100%;
    background-attachment: fixed; /* Фиксированное изображение для эффекта параллакса */
    background-size: cover;


}

/* ----------------- wrapper ----------------- */
.wrapper {
    max-width: 1336px;
    padding: 0 13px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1365px) {
    .wrapper {
        width: 1024px;
        padding: 0 12px;
    }
}

/* ----------------- animation ----------------- */

@keyframes slideIn {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
    }
    10% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes slideIn {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
    }
    10% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes fadeIn-wait {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    50% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fadeIn-wait {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    50% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes show-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* ----------------- link ----------------- */
.link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    line-height: 1.2;

    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.link:hover {
    color: inherit;
}

.link:hover > span {
    border-color: transparent;
}

.link--present > span {
    border-bottom: 1px solid;
}

.link--pseudo > span {
    border-bottom: 1px dashed;
}

.link--icon {
    padding-left: 40px;
}

.link__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link--icon-sm {
    padding-left: 30px;
}

.link--main {
    color: #ea5b0a;
}

.link--main:hover {
    color: #ea5b0a;
}

/* ----------------- icon ----------------- */
.icon {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icon_sprite.png') no-repeat;
}

.icon--phone {
    width: 19px;
    height: 28px;
    background-position: 0 0;
}

.icon--login {
    width: 29px;
    height: 22px;
    background-position: -22px 0;
}

.icon--map {
    width: 18px;
    height: 20px;
    background-position: -54px 0;
}

.icon--caret {
    margin-left: 2px;
    margin-top: -2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    background: none;

    -webkit-transform-origin: center 2px;
    -moz-transform-origin: center 2px;
    transform-origin: center 2px;
}

.icon--search {
    width: 35px;
    height: 36px;
    background-position: -75px 0;
}

.icon--basket {
    width: 50px;
    height: 50px;
    background-position: 0 -39px;
}

.icon--pay-lg {
    width: 80px;
    height: 80px;
    background-position: 0 -92px;
}

.icon--map-lg {
    width: 80px;
    height: 80px;
    background-position: -83px -92px;
}

.icon--discount-lg {
    width: 80px;
    height: 80px;
    background-position: -166px -92px;
}

.icon--arrow-left {
    width: 12px;
    height: 20px;
    background-position: -112px 0;
}

.icon--arrow-right {
    width: 12px;
    height: 20px;
    background-position: -127px 0;
}

.icon--search-gray {
    width: 22px;
    height: 22px;
    background-position: -142px 0;
}

.icon--basket-white {
    width: 34px;
    height: 31px;
    background-position: -167px 0;
}

.icon--phone-lg {
    width: 41px;
    height: 41px;
    background-position: -3px -219px;
}

.icon--burger {
    width: 24px;
    height: 19px;
    background-position: -359px 0;
}

/* ----------------- dropdown ----------------- */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    padding: 0;
    margin: 2px 0 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;

    text-align: left;
    list-style: none;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

    z-index: 1000;

    animation: slideIn .4s ease-in-out;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.dropdown-menu__inner {
    animation: fadeIn-wait .8s ease-in-out;
}

.dropdown-menu__footer {
    border-top: 1px solid #d2d7d3;
    padding: 15px 20px;
    background: #e7ede9;

    font-weight: 700;
    font-size: 13px;
    font-family: pt sans, sans-serif;
    text-transform: uppercase;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown__phone {
    padding: 11px 15px 10px 27px;

    font-family: PT Sans Caption, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    white-space: nowrap;
}

.dropdown__button {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1365px) {
    .dropdown__phone {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 8px;
    }

    .dropdown__phone .link--icon {
        padding-left: 30px;
    }

}

.open .dropdown__phone {
    background: #e6ede9;
    color: #b1bbb6;
}

.dropdown__icon {
    margin-left: 5px;

    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.open .dropdown__icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu__drop-btn {
    position: relative;
    top: 8px;
    padding: 10px 6px 4px 4px;
    margin-left: -15px;
    display: inline-block;
    /*width: 20px;
	height: 20px;*/
    border-radius: 50%;
    background: #e6ede9;
    text-align: center;
    line-height: 20px;
    overflow: hidden;

    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;

    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;

    z-index: 1;
}

.open .menu__drop-btn {
    background: #F57127;
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ----------------- menu ----------------- */
.menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul {
    margin: 10px 0 0 10px;
    padding-bottom: 5px;
}

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

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

.menu--tree .menu__item {
    margin-bottom: 10px;
}

.menu__point {
    position: relative;
    font-size: 14px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
}

.menu__link {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;

    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;

    box-sizing: border-box;
}

.menu__link--tree {
    text-transform: none;
    color: #ea5b0a;
}

.menu__link--head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.menu__link--head:last-child {
    margin-bottom: 0;
}

.menu__point:last-child .menu__link {
    margin-right: 0;
}

.menu__point--dropdown:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e6ede9;

    position: absolute;
    top: 15px;
    right: 13px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 10;
}

.menu__point--dropdown:after {
    position: absolute;
    top: 23px;
    right: 19px;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 11;
}

.menu__point--dropdown:hover:before {
    background: #F57127;
}

.menu__point--dropdown:hover:after {
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-transform-origin: center 2px;
    -moz-transform-origin: center 2px;
    transform-origin: center 2px;
}

.menu__sub {
    padding-left: 15px;
}

.menu__item.active > a {
    font-weight: bold;
    text-decoration: none;
}

/* горизонтальное меню */
.menu--hor {
}

.menu--hor .menu__point {
    float: left;
}

.menu--hor .menu__link {
    padding: 15px 15px 16px;
}

.menu--hor .menu__link--blog {
    margin-top: 9px;
    padding: 6px 20px 7px;
    background: #e6ede9;
    border-radius: 100px;
}

/* меню dropdown */
.menu__dropdown {
    display: none;
    padding: 2px 0 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 1000;

    animation: slideIn .4s ease-in-out;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.menu__dropdown-inner {
    background-color: #ffffff;
}

.menu--dropdown {
    padding: 10px 0;
    animation: fadeIn-wait .8s ease-in-out;
}

.menu--dropdown .menu__point {
    float: none;
    font-size: 15px;
    font-weight: 400;
    font-family: pt sans, sans-serif;
}

.menu--dropdown .menu__link {
    text-transform: none;
    padding: 10px 27px;
    width: 210px;
}

.menu--dropdown .menu__link:hover {
    background: #E7EDE9;
}

/*.menu .menu__point--blog {
	padding-left: 15px;
}*/
.menu__point--dropdown > .menu__link {
    padding-right: 40px;
}

.menu__point--dropdown:hover > .menu__dropdown {
    display: block;
}

/* ----------------- top-bar ----------------- */
.top-bar {
    display: flex;
    align-items: center;
    margin: 0 -2px;
    background: #fff;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.top-bar__eye {
    width: 30px;
    margin-top: 9px;
    padding: 0 10px;
}

@media screen and (max-width: 719px) {

    .top-bar__eye {
        display: none
    }
}

.top-bar__eye path {
    transition: all 0.4s ease-out;
}

.top-bar__eye a:hover path {
    stroke: #125722;
    fill: #125722;
}

.top-bar__eye a.bvi-panel-close:hover path {
    stroke: #fff !important;
    fill: #fff !important;;
}

.top-bar__left {
    border-right: 2px solid #d2d8d4;
}

.top-bar__menu {
    padding: 0 10px;
    flex-grow: 1;
}

.top-bar__right {
    padding: 0 10px;
    text-align: right;
    white-space: nowrap;
}

.top-bar__right.bonus-box {
    white-space: nowrap;
}

.header__eye {
    display: none;
}

@media screen and (max-width: 1365px) {
    .top-bar__right {
        /*padding: 0 27px 0 20px;*/
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.drop-size {
    position: relative;
}

.drop-size__ctrl {
}

.drop-size__button {
    display: block;
    position: relative;
    padding: 0 60px 0 35px;
    background: #F0E5DF;
    color: #474747;
    font-family: pt sans narrow, sans-serif;
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.drop-size__button:hover {
    color: #474747;
}

.drop-size__button-icon {
    position: absolute;
    top: 19px;
    right: 20px;
    background-image: url(../img/arr-next.png);
    width: 12px;
    height: 20px;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.drop-size.open .drop-size__button-icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.drop-size.open .drop-size__dropdown {
    display: block;
}

.drop-size__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #F0E5DF;
    padding: 0 7px 10px;
    z-index: 11;
}

.drop-size__dropdown-inner {
    padding: 18px 13px 18px 25px;
    background: #ffffff;
}

.drop-size__section + .drop-size__section {
    margin-top: 20px;
}

.drop-size__title {
    margin-bottom: 8px;
    color: #474747;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.drop-size__body {
}

.drop-size__item {
    display: inline-block;
    margin: 0 5px 0 0;
}

.drop-size__item .catalog-cart__s {
    padding: 4px 8px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.drop-size__footer {
    padding: 10px 25px 0;
}

.drop-size__link {
    display: block;
    color: #474747;
    font-size: 12px;
    line-height: 16px;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.detail {
    clear: both;
    display: -ms-grid;
    display: grid;
    grid-template-rows: max-content max-content max-content;
    -ms-grid-rows: max-content max-content max-content;
    grid-template-columns: 374px 1fr;
    -ms-grid-columns: 374px 1fr;
}

.detail__title {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}

.detail__gallery {
    grid-row: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-column: 1;
    -ms-grid-column: 1;
    margin-right: 20px;
}

.detail__offer {
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    -ms-grid-column: 2;
}

.detail__info {
    grid-row: 3;
    -ms-grid-row: 3;
    grid-column: 2;
    -ms-grid-column: 2;
}

.detail__photo {
    position: relative;
    margin-bottom: 12px;
}

.detail__images {
    height: 470px;
    border: 2px solid #e6ede9;
    box-sizing: border-box;
    overflow: hidden;
}

.detail__img {
    display: block;
    height: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.detail__img--hidden {
    display: none;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.detail__img--hidden.is-show {
    display: block;
}

.detail__sticker {
    position: absolute;
    left: -2px;
    top: 12px;

    padding: 5px 10px 0;
    height: 27px;
    color: #fff;
    background: #f37021;
    font-family: pt sans, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.detail__sticker_level1 {
    top: 12px;
}

.detail__sticker_level2 {
    top: 48px;
}

.detail__sticker_level3 {
    top: 84px;
}

.detail__thumbs {
    position: relative;
}

.detail__thumb {
    width: 108px;
    height: 140px;
    border: 2px solid #e6ede9;
    box-sizing: border-box;
}

.detail__thumbs .owl-prev,
.detail__thumbs .owl-next {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.detail__thumbs .owl-prev {
    left: -14px;
    background-image: url(../img/arr-prev.png);
}

.detail__thumbs .owl-next {
    right: -14px;
    background-image: url(../img/arr-next.png);
}

.detail__thumbs .owl-prev:hover,
.detail__thumbs .owl-next:hover {
    background-color: #E6ECE8;
}

.detail__thumbs .owl-prev:active,
.detail__thumbs .owl-next:active {
    background-color: #E6ECE8;
}

.detail__thumbs .owl-prev.disabled,
.detail__thumbs .owl-next.disabled {
    display: none !important;
    cursor: default;
}

.detail__title {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #474747;
}

.detail__code {
    margin-bottom: 25px;
    color: #474747;
    font-family: pt sans narrow, sans-serif;
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.detail__buy-block {
    margin-bottom: 25px;
}

.detail__price {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px 10px 15px;
    position: relative;
    height: 41px;

    background: #E7EDE9;
    white-space: nowrap;
    text-transform: uppercase;
}

.detail__price:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    border: 30px solid transparent;
    border-right-color: #ffffff;
    -webkit-transform: scale(.4, 1);
    -moz-transform: scale(.4, 1);
    transform: scale(.4, 1);
}

.detail__price-new {
    display: inline-block;
    vertical-align: bottom;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    color: #000000;
}

.detail__price-old {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
    font-size: 25px;
    line-height: 29px;
    text-decoration: line-through;
    color: #696F6B;
}

.detail__drop {
    display: none;
}

.detail__buy {
    display: inline-block;
    vertical-align: middle;
}

.detail__color {
    margin-bottom: 25px;
}

.detail__size {
    position: relative;
    display: table;
    width: 100%;
}

.detail__size-alert.is-show {
    display: block;
}

.detail__size-alert {
    display: none;
    position: absolute;
    top: -25px;
    right: 163px;
    padding: 0 20px;

    font-weight: 700;
    font-size: 14px;
    line-height: 37px;
    color: #C02200;
    text-transform: uppercase;
    background: #ffffff;
    border: 2px solid #C02200;

    -webkit-animation: fadeIn .2s;
    -moz-animation: fadeIn .2s;
    animation: fadeIn .2s;
}

.detail__size-alert:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -10px;
    left: 20px;
    background: #ffffff;
    border-bottom: 2px solid #C02200;
    border-right: 2px solid #C02200;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.detail__size-link {
    margin: 5px 0;
    float: right;
    text-align: right;
}

.detail__size-link a {
    display: block;
    color: #474747;
    font-size: 12px;
    line-height: 16px;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.detail__info {
}

.buy-block {
}

.buy-block__counter {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.buy-block__button {
    display: inline-block;
    vertical-align: middle;
}

.buy-block__button .button {
    padding-top: 0;
    line-height: 36px;
}

.sale-personal {
    letter-spacing: -0.3em;
    margin: 0 -15px;
}

.sale-personal__item {
    letter-spacing: normal;
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
}

.personal-block {

}

.personal-block-link {
    padding: 30px;
    background: #125721;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.personal-block-link:hover {
    color: #fff;
    background: #f37021;
}

.personal-block-link__name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.personal-block-link__ico {
    font-size: 64px;
}

.color-picker {
}

.color-picker__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    /* float: left; */
    color: #474747;
    font-family: pt sans narrow, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.color-picker__list {
    display: inline-block;
    vertical-align: middle;
    /* overflow: hidden; */
}

.color-picker__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    padding: 5px;
    border: 1px solid transparent;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.color-picker__item:hover,
.color-picker__item.is-active {
    border-color: #e6ede9;
}

.color-picker__item.is-active {
    cursor: default;
}

.color-picker__color {
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.size-table {
}

.size-table__labels {
    width: 55px;
    float: left;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.size-table__labels-title {
    padding-top: 8px;
    font-size: 12px;
    line-height: 18px;
}

.size-table__labels-list {
    padding: 7px 0;
    border: 1px solid #EAECEB;
}

.size-table__label {
    text-align: center;
    line-height: 30px;
    padding: 7px 0;
}

.size-table__title {
    padding: 0 15px;
    color: #474747;
    font-family: pt sans narrow, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.size-table__wrap {
    padding: 7px 4px;
    border: 1px solid #EAECEB;
    border-left: 0;
    border-right: 0;
}

.size-table__inner {
    table-layout: fixed;
}

.size-table__inner td {
    padding: 7px 4px;
}

.size-pick {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #e6ede9;
    color: #000;

    font-family: pt sans, sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.size-pick.is-active {
    color: #fff;
    background: #f37021;
    border-color: #f37021;
}

.size-pick.is-disable {
    color: #ccc;
}

/* ----------------- b-phone ----------------- */
.b-phone {
    padding: 15px 27px 27px;
    background: #125721;
    color: #ffffff;
}

.b-phone__title {
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.b-phone__number {
    padding-left: 10px;
    margin-bottom: 5px;
    font-family: pt sans, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.b-phone__time {
    margin-bottom: 15px;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #b1bbb6;
}

.b-phone__ctrl {
}

/* ----------------- b-office ----------------- */
.b-office {
    padding: 15px 27px;
    border-top: 1px solid #d2d7d3;
}

.b-office__title {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.b-office__city {
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    color: #ea5b0a;
}

.b-office__phone {
    margin-bottom: 5px;
    padding-left: 10px;
    font-family: pt sans, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.b-office__time {
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #b1bbb6;
}

.web__p {
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #b1bbb6;
}

/* ----------------- login ----------------- */
.login {
    padding: 18px 5px 13px;
    font-family: pt sans narrow, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

/*.login {
	margin-right: 100px;
}
@media screen and (max-width: 1365px) {
	.login {
		margin-right: 38px;
	}
}*/
.login__head {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    color: #474747;
    text-transform: uppercase;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    margin-right: 20px;
    font-size: 20px;
    line-height: 24px;
    padding-top: 5px;
}

.login__head:before {
    content: "";
    width: 29px;
    height: 22px;
    background: url(../img/cabinet-2.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

/* ----------------- logout ----------------- */
.logout {
    margin-right: 100px;
    padding-top: 5px;
}

@media screen and (max-width: 1365px) {
    .logout {
        margin-right: 50px;
    }
}

.logout__user {
    padding-left: 30px;
    min-height: 23px;
    background: url(../img/cabinet.png) no-repeat;
    display: inline-block;
    font-weight: bold;
    font-family: pt sans, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #474747;
    margin-right: 30px;
}

.logout__out {
    display: inline-block;
    min-height: 21px;
    padding-left: 30px;
    background: url(../img/out.png) 0 4px no-repeat;
    font-weight: bold;
    font-family: pt sans, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

/* ----------------- button ----------------- */
.button {
    display: inline-block;
    height: 36px;
    padding: 8px 20px 0;

    border-radius: 3px;
    border-bottom: 2px solid #c02101;
    box-shadow: 0 2px rgba(0, 0, 0, 0.1);
    background: #f37021;

    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: pt sans, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px #c02101;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;

    white-space: nowrap;

    box-sizing: border-box;
}

.button--full {
    width: 100%;
}

.button--lg {
    height: 46px;
    padding: 13px 20px 0;
}

.content .button,
.content .button:visited {
    color: #fff;
}

.button:hover,
.content .button:hover {
    background: #ff8338;
    color: #fff;
}

.button:active,
.content .button:active {
    background: #c02101;
    color: #fff;
}

/* ----------------- panel-fix ----------------- */
.panel-fix {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
    box-sizing: border-box;

    background: #ffffff;
    border-bottom: 1px solid #728E80;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);

    animation: show-top .4s;
}

.panel-fix.is-show {
    display: block;
}

.panel-fix__content {
    width: 1336px;
    padding: 0 13px;
    margin: 0 auto;
    box-sizing: border-box;
}

.panel-fix__callback {
    position: relative;
    float: left;
    border-right: 2px solid #d2d8d4;
    box-sizing: border-box;
}

.panel-fix__callback .dropdown__phone {
    padding-left: 0;
    font-size: 20px;
}

.panel-fix__login .login {
    padding: 13px 5px;
}

.panel-fix__search {
    float: left;
    width: 480px;
    border-right: 2px solid #d2d8d4;
    box-sizing: border-box;
}

.panel-fix__bonus-box {
    float: left;
    text-align: center;
    box-sizing: border-box;
    width: 110px;
    line-height: 37px;
}

.panel-fix__bonus-box a {
    font-family: pt sans narrow, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    /* line-height: 18px; */
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.panel-fix__login {
    float: left;
    width: 205px;
    text-align: center;
    box-sizing: border-box;
}

.panel-fix__basket {
    float: right;
    width: 260px;
}

@media screen and (max-width: 1365px) {
    .panel-fix__content {
        width: 1024px;
        padding: 0 12px;
    }

    .panel-fix__search {
        width: 170px;
    }
}

.b-sidebar {
    display: none;
    padding: 20px;

    position: fixed;
    right: 100%;
    top: 0;
    bottom: 0;
    z-index: 120;

    font-size: 17px;
    line-height: 21px;

    color: #ffffff;
    background: #0D441C;

    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;

    box-sizing: border-box;
    width: 100%;
}

.b-sidebar__ctrl {
    width: 54px;
    position: absolute;
    top: 12px;
    left: 100%;
}

.b-sidebar__ctrl.is-hide {
    display: none;
}

.b-sidebar__button {
    display: block;
    margin-left: -10px;
    padding-left: 10px;
    height: 50px;

    text-align: center;
    background: #0D441C;
    border-radius: 5px;

    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    transform: skew(-12deg);

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.b-sidebar__button-icon {
    margin-top: 14px;
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    transform: skew(12deg);
    pointer-events: none;
}

.b-sidebar.is-active {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.b-sidebar__close{
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
}
.b-sidebar__close::before, .b-sidebar__close::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background: #fff;
    left:19px;
}
.b-sidebar__close::before{
    transform: rotate(45deg);
}
.b-sidebar__close::after {
    transform: rotate(-45deg);
}


.sidebar__line {
    margin-bottom: 20px;
}

.sidebar__line:last-child {
    margin-bottom: 0px;
}

/* ----------------- header ----------------- */
.header {
    background: #fff;
    padding: 32px 0 25px;
}

.header:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.header__logo {
    width: 29.6947%;
    float: left;
    padding: 0 15px 0 25px;
    box-sizing: border-box;
}

.header__logo-img {
    max-width: 100%;
}

.header__search {
    position: relative;
    width: 44.3511%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.header__basket {
    width: 25.9542%;
    float: left;
    padding: 0 25px 0 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 1365px) {
    .header {
        background: #fff;
        padding: 23px 0 19px;
    }

    .header__logo {
        width: 31%;
    }

    .header__search {
        width: 40.5%;
    }

    .header__basket {
        width: 28.5%;
        padding: 0 25px 0 15px;
    }
}

/* ----------------- search ----------------- */
.search-header {
    position: relative;
}

.search-header__field {
    padding: 5px 15px;
    background: #e6ede9;
    border-radius: 6px;
    box-sizing: border-box;

    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    transform: skew(-12deg);

    overflow: hidden;
}

.search-header__input {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;

    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    transform: skew(12deg);
}

.search-header__input::-webkit-input-placeholder {
    color: #b0bcb5;
}

.search-header__input::-moz-placeholder {
    color: #b0bcb5;
}

/* Firefox 19+ */
.search-header__input:-moz-placeholder {
    color: #b0bcb5;
}

/* Firefox 18- */
.search-header__input:-ms-input-placeholder {
    color: #b0bcb5;
}

.search-header__ctrl {
    float: right;
    width: 55px;
    padding-left: 5px;
    box-sizing: border-box;

}

.search-header__button {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: right;
    background: #f37021;
    border-radius: 5px;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;

    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    transform: skew(-12deg);
}

.search-header__button:hover {
    background: #ff8338;
}

.search-header__icon {
    margin-top: 14px;

    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    transform: skew(12deg);
}

.search-header__result {
    margin-top: 2px;
    width: 100%;
    position: absolute;
    top: 100%;
}

.search-header--fix {
    background: #ffffff;
}

.search-header--fix .search-header__ctrl {
    padding: 0;
}

.search-header--fix .search-header__button {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;

    height: 47px;
    background: none;
    text-align: center;
}

.search-header--fix .search-header__icon {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.search-header--fix .search-header__field {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;

    padding: 3px 10px 4px;
    background: none;
    border-radius: 0;
}

.search-header--fix .search-header__input {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.search-result {
    box-shadow: 1px 1px 5px rgba(68, 75, 71, .35);
}

.search-result__title {
    padding: 10px 20px;
    font-family: pt sans narrow, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #b1bbb6;
    text-transform: uppercase;

    border-bottom: 1px solid #c6d4cc;
}

.search-result__body {
    padding: 5px 20px;
}

.search-result__item {
    padding: 5px 0;
}

.search-result__item-photo {
    height: 50px;
    width: 50px;
    float: left;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.search-result__item-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.search-result__item-name {
    padding: 5px 10px 0;
    height: 44px;
    margin-bottom: 6px;
    overflow: hidden;
    box-sizing: border-box;

    font-family: pt sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #363636;
}

.search-result__item-name b {
    color: #ea5b0a;
}

.search-result__item-price {
    width: 95px;
    float: right;
    padding: 5px;
    box-sizing: border-box;

    font-family: pt sans, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #363636;
}

.search-result__link {
    padding: 10px 20px;
    font-family: pt sans narrow, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #b1bbb6;
    text-transform: uppercase;
    overflow: hidden;
    border-top: 1px solid #c6d4cc;
}

.search-result__footer {
    padding: 10px 20px;

    font-family: pt sans narrow, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #363636;
    text-align: center;
    text-transform: uppercase;
    background: #e6ede9;
    overflow: hidden;
}

div.title-search-result {
    margin: 0;
    overflow: visible;
    border: 0;
}

/* ----------------- basket-view ----------------- */
.basket-view {
    position: relative;
    padding-left: 70px;
}

.basket-view__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.basket-view__count {
    margin-bottom: 3px;
    font-family: pt sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ea5b0a;
}

.basket-view__price {
    font-family: pt sans, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #252525;
}

.basket-view__price-total {
}

.basket-view__price-unit {
    font-size: 15px;
}

.basket-view--fix {
    height: 47px;
    overflow: hidden;
    background: url(../img/menu-bg.png) no-repeat;
}

.basket-view--fix .basket-view__icon {
    top: 10px;
    left: 10px;
}

.basket-view--fix .basket-view__count {
    width: 28.5714%;
    float: left;
    padding: 13px 1px;
    margin: 0;
    color: #ffffff;
    border-right: 2px solid #0c3b17;
    box-sizing: border-box;
}

.basket-view--fix .basket-view__price {
    width: 71.4286%;
    float: left;
    padding: 13px 5px 13px 15px;

    font-size: 17px;
    color: #ea5b0a;
    box-sizing: border-box;
}

/* ----------------- social ----------------- */
.social__link {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 6px;
    vertical-align: top;
    background: url(../img/social.png) no-repeat;
}

.social__link_vk {
    background-position: 0 0;
}

.social__link_vk:hover {
    background-position: 0 -53px;
}

.social__link_inst {
    background-position: -60px 0;
}

.social__link_inst:hover {
    background-position: -60px -53px;
}

.social__link_tw {
    background-position: -120px 0;
}

.social__link_tw:hover {
    background-position: -120px -53px;
}

/* ----------------- tmenu ----------------- */
.tmenu {
    margin-bottom: 30px;
}

@media screen and (max-width: 1365px) {
    .tmenu {
        margin-bottom: 0;
    }
}

.tmenu__li {
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    margin: 0 0 13px 8px;
}

@media screen and (max-width: 1365px) {
    .tmenu__li {
        font-size: 13px;
    }
}

.tmenu__li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #115321;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media screen and (max-width: 1365px) {
    .tmenu__li:after {
        width: 3px;
        height: 3px;
    }
}

/* ----------------- top-phone ----------------- */
.top-phone {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.top-phone:before {
    width: 80px;
    height: 57px;
    background: url(../img/header-phone.png) no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    display: block;
}

.top-phone:after {
    height: 42px;
    background: #e6ede9;
    position: absolute;
    left: 70px;
    top: 7px;
    content: "";
    display: block;
    right: 0;
    border-radius: 0 22px 22px 0;
}

.top-phone__inner {
    position: relative;
    z-index: 5;

    padding: 15px 20px 10px 60px;
    font-size: 25px;
    line-height: 28px;
}

@media screen and (max-width: 1365px) {
    .top-phone__inner {
        padding: 10px 20px 10px 60px;
    }
}

.top-phone__txt1 {
    color: #115321;
    font-family: pt sans, sans-serif;
}

@media screen and (max-width: 1365px) {
    .top-phone__txt1 {
        font-size: 16px;
    }
}

.top-phone__txt2 {
    color: #000;
    font-family: pt sans, sans-serif;
}

@media screen and (max-width: 1365px) {
    .top-phone__txt2 {
        font-size: 16px;
    }
}

.top-phone__txt3 {
    color: #000;
    font-family: pt sans, sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 1365px) {
    .top-phone__txt3 {
        font-size: 16px;
    }
}

/* ----------------- top-basket ----------------- */
.top-basket {
    padding-left: 100px;
    position: relative;
    min-height: 80px;
    background: url(../img/basket-teaser.png) no-repeat;
    margin-bottom: 48px;
}

@media screen and (max-width: 1365px) {
    .top-basket {
        margin-bottom: 33px;
    }
}

.top-basket__count {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #085225;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    left: 59px;
    top: 0;
    position: absolute;
}

.top-basket__head {
    font-size: 25px;
    line-height: 28px;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.top-basket__row {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    font-family: pt sans, sans-serif;
}

.top-basket__type {
    color: #959595;
}

.top-basket__val {
    color: #6b6b6b;
    font-weight: bold;
}

/* ----------------- top-basket -------------меню?---- */
.nav {
    height: 60px;
/ / display: none;
    background: url(../img/menu-bg.png) no-repeat;
    position: relative;
    /*z-index: 19;*/
    z-index: 101;
}

/*.nav__inner {
	width: 1260px;
	text-align: justify;
	margin: 0 auto;
	height: 60px;
}*/
.nav__inner:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.nav__ul {
    padding: 0 10px;
    height: 60px;
    overflow: hidden;
}

.nav__li {
    display: inline-block;
    height: 50px;
    padding: 10px 3px 0;
}

.nav__li--action .nav__link {
    color: #ea5b0a;;
}

.nav__link {
    color: #fff;
    font-size: 17px;
    line-height: 19px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px #0d4222;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.nav__link.nav__link_active, .nav__link:hover {
    background: #f37021;
    text-decoration: none;
    text-shadow: none;
    color: #fff;
}

@media screen and (max-width: 1365px) {
    .nav__link {
        font-size: 14px;
        line-height: 19px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .nav__li {
        padding: 10px 5px 0;
    }

    /*.nav__inner {
		width: 960px;
	}*/
}

.nav__popup {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0e451b;
    text-align: left;
    height: 0;
    overflow: hidden;
}

.nav__li:hover .nav__popup {
    height: auto;
    border-top: 3px solid #0b3515;
}

.nav__popup-inner {
    width: 1260px;
    margin: 0 auto;
    padding: 35px 0;
}

.nav__popup-inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.nav__ul-inner {
    width: 100%;
    float: left;
    max-height: 300px;
    columns: 4;
}

@media screen and (max-width: 1365px) {
    .nav__popup-inner {
        width: 960px;
    }
}

.nav__li-in {
    margin: 0 20px 10px 0;
}

.nav__link-in {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    line-height: 22px;
    font-family: pt sans narrow, sans-serif;
}

.nav__link-in_active {
    text-decoration: none;
    color: #ea5b0a;
}

.nav__li-in-2 {
    margin-bottom: 10px;
}

.nav__link-in-2 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    line-height: 22px;
    font-family: pt sans narrow, sans-serif;
    padding-left: 17px;
    text-transform: uppercase;
    position: relative;
}

.nav__link-in-2:before {
    content: "";
    background: #f37021;
    width: 8px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
}

.nav__ul-in-2 {
    padding-top: 10px;
}

/* ----------------- overview ----------------- */
.overview {
    position: relative;
}

.overview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 120px;
    border: 154px solid #022b0b;
    border-right-color: transparent;
    border-left-color: transparent;
    box-sizing: border-box;
}

.overview__slider {
    width: 100%;

    float: left;
    box-sizing: border-box;
}

.overview__info {
    position: relative;
    width: 23.6641%;
    padding-right: 10px;
    float: right;
    box-sizing: border-box;
}

.overview__cats {
    clear: both;
}

@media screen and (max-width: 1365px) {
    .overview:before {
        display: none;
    }

    .overview__slider {
        width: 100%;
        padding-left: 0;
    }

    .overview__info {
        width: 30%;
        padding-right: 0;
    }
}

/* ----------------- info ----------------- */
.info {
    background: #ffffff;
}

.info__item {
    position: relative;
    height: 103px;
    border-bottom: 1px solid #e6ede9;
    box-sizing: border-box;
    overflow: hidden;
    color: #b1bbb6;
}

.info__item-link {
    display: block;
    padding: 30px 30px 30px 120px;
    position: static;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.info__item-link:hover {
    color: #ea5b0a;
}

.info__item-icon {
    position: absolute;
    top: 10px;
    left: 20px;
}

.info__item-title {
    font-family: pt sans narrow, sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 1365px) {
    .info__item {
        height: 73px;
    }

    .info__item-link {
        padding: 15px 40px 15px 100px;
    }

    .info__item-icon {
        top: -4px;
        left: 15px;
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        transform: scale(.75);
    }
}

/* ----------------- category ----------------- */
.category {
}

.category__item {
    position: relative;
    width: 50%;
    float: left;
}

.category.with4 .category__item {
    width: 25%;
}

.category__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #ea5b0a;

    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;

    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
}

.category__item:hover:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.category__item:last-child {
    float: right;
}

.category__item-link {
    display: block;
    position: static;
    width: 100%;
    height: 100%;
}

.category__item-img {
    height: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*box-shadow: inset 120px 0 80px 0px #0e441b;*/
}

.category__item-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30%;
    top: 0;
    z-index: 5;
    background: linear-gradient(to left, rgba(14, 68, 27, 0), rgba(14, 68, 27, 1));
    z-index: 0;
}

.category__item-img_single:before {
    display: none;
}

.category__item-title {
    position: absolute;
    top: 20px;
    left: 31px;

    font-family: pt sans narrow, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    text-shadow: 0 0 2px #000;
}

.category__item:hover .category__item-title {
    color: #ea5b0a;
}

/* ----------------- slider ----------------- */
.main-slider {
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.main-slider__slide {
    position: relative;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.main-slider__img {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.main-slider__img._desctop {
}

.main-slider__img._mobile {
    display: none;
}

.main-slider__slide-more {
    position: absolute;
    bottom: 45px;
    right: 130px;
    width: 245px;
}

.main-slider__slide-more .button {
    display: none;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-slider .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
    box-shadow: 0 2px rgba(0, 0, 0, .1) inset;
    cursor: pointer;
    box-sizing: border-box;
}

.main-slider .owl-dot:hover {
    border-color: #f37021;
}

.main-slider .owl-dot.active:before {
    content: "";
    display: block;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #f37021;
    border-radius: 50%;
}

.main-slider .owl-prev,
.main-slider .owl-next {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 9px;

    position: absolute;
    top: 50%;
    margin-top: -31px;
    border-radius: 50%;
    background: #F37021;
    text-align: center;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;

    z-index: 5;
    box-sizing: border-box;
}

.main-slider .owl-prev {
    left: 20px
}

.main-slider .owl-next {
    right: 20px
}

.main-slider .owl-prev:hover,
.main-slider .owl-next:hover {
    background: #ff8338;
}

.main-slider .owl-prev.disabled,
.main-slider .owl-next.disabled {
    opacity: 0.3;
    cursor: default;
    background: #ff8338;
}

@media screen and (max-width: 1365px) {
    .main-slider__slide {
        height: 219px;
    }

    .main-slider__slide-more {
        bottom: 30px;
        right: 75px;
        width: 216px;
    }

    .main-slider .owl-dots {
        bottom: 10px;
    }

    .main-slider .owl-prev,
    .main-slider .owl-next {
        margin-top: -20px;
    }

    .main-slider .owl-prev {
        left: 10px;
    }

    .main-slider .owl-next {
        right: 10px;
    }
}

.slider {
    margin: 0 76px 0;
    height: 400px;
    position: relative;
}

@media screen and (max-width: 1365px) {
    .slider {
        margin: 0;
        height: 310px;
    }
}

.slider__item {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slider__item img {
    max-width: 100%;
    height: auto;
}

.slider__item_it-1 {
    background: #e6e6e6 url(../upload/images/slider-img-1.png) no-repeat;
}

@media screen and (max-width: 1365px) {
    .slider__item_it-1 {
        background-position: -250px 0;
    }
}

.slider__corner-1 {
    width: 76px;
    height: 77px;
    background: url(../img/corner-1.png) no-repeat;
    position: absolute;
    left: -76px;
    top: 0;
}

.slider__corner-2 {
    width: 76px;
    height: 77px;
    background: url(../img/corner-2.png) no-repeat;
    position: absolute;
    right: -76px;
    top: 0;
}

.slider__corner-3 {
    width: 76px;
    height: 79px;
    background: url(../img/corner-3.png) no-repeat;
    position: absolute;
    left: -76px;
    bottom: 0;
}

.slider__corner-4 {
    width: 76px;
    height: 79px;
    background: url(../img/corner-4.png) no-repeat;
    position: absolute;
    right: -76px;
    bottom: 0;
}

@media screen and (max-width: 1365px) {
    .slider__corner-1, .slider__corner-2, .slider__corner-3, .slider__corner-4 {
        display: none;
    }
}

.slider__prev {
    width: 40px;
    height: 40px;
    display: block;
    background: #f37021 url(../img/prev.png) 50% 50% no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -26px;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.slider__next {
    width: 40px;
    height: 40px;
    display: block;
    background: #f37021 url(../img/next.png) 50% 50% no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -26px;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.slider__prev:hover,
.slider__next:hover {
    background-color: #ff8338;
}

.slider__prev:active,
.slider__next:active {
    background-color: #c02101;
}

.slider__prev.disabled, .slider__next.disabled {
    opacity: 0.3;
    cursor: default;
    background-color: #ff8338;
}

.slider__content {
    width: 355px;
    position: absolute;
    top: 50px;
    right: 160px;
}

.slider__h {
    font-size: 37px;
    line-height: 40px;
    text-transform: uppercase;
    color: #484848;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: pt sans narrow, sans-serif;
}

.slider__row {
    border-bottom: 1px solid #c6d0c9;
    padding: 5px 0;
    font-family: pt sans, sans-serif;
    color: #6a6423;
    font-size: 13px;
    line-height: 18px;
}

.slider__nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
}

.slider__nav li {
    display: inline-block;
    margin: 0 7px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: relative;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-indent: -1000px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px rgba(0, 0, 0, .1) inset;
}

.slider__nav li:hover {
    box-shadow: 0 0 0 1px #f37021;
}

.slider__nav li.active {
    box-shadow: none;
}

.slider__nav li.active:before {
    width: 8px;
    height: 8px;
    background: #f37021;
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
}

.slider__viewport {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slider__overview {
    width: 50000px;
}

.slider__overview:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

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

@media screen and (max-width: 1365px) {
    .slider__li {
        width: 1000px;
        height: 310px;
    }
}

/* ----------------- main-container ----------------- */
.main-container {
    background: #fff;
    padding: 60px 0;
}

.main-container > .spec-section {
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width: 1365px) {
    .main-container {
        padding: 40px 0;
    }
}

.main-container__inner {
    width: 1260px;
    margin: 0 auto;
}

@media screen and (max-width: 1365px) {
    .main-container__inner {
        width: 960px;
    }
}

/* ----------------- top-head ----------------- */
.top-head {
    border-bottom: 1px solid #e6ede9;
    margin-bottom: 25px;
    padding: 0 0 20px 55px;
    position: relative;
    min-height: 36px;
}

.top-head_no-icon {
    padding-left: 0;
}

.top-head__button {
    position: absolute;
    right: 0;
    top: 0;
}

.top-head__but-in {
    margin: 1px 0 0 38px;
    vertical-align: top;
}

.top-head__head {
    color: #474747;
    font-family: pt sans narrow, sans-serif;
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.top-head__icon {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
}

.top-head__icon_ic-1 {
    background: url(../img/proc.png) no-repeat;
}

.top-head__icon_ic-2 {
    background: url(../img/star.png) no-repeat;
}

.top-head__icon_ic-3 {
    background: url(../img/mark.png) no-repeat;
}

.top-head__icon_ic-4 {
    background: url(../img/company.png) 0 8px no-repeat;
}

.top-head__icon_ic-5 {
    background: url(../img/flag.png) 0 4px no-repeat;
}

/* ----------------- footer ----------------- */
.footer {
    margin: 0 auto;
    max-width: 1312px;
}

.footer__top {
    background: #92a297;
    padding: 30px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 30% 1fr 1fr 1fr;
    -ms-grid-columns: 30% 1fr 1fr 1fr;
    grid-template-rows: max-content max-content max-content;
    -ms-grid-rows: max-content max-content max-content;
}

.footer__text {
    font-size: 14px;
    color: #494e4a;
    padding-right: 40px;
    grid-row: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 1;
    -ms-grid-column: 1;
}

.footer__service {
    grid-row: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 2;
    -ms-grid-column: 2;
}

.footer__information {
    grid-row: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 3;
    -ms-grid-column: 3;
}

.footer__contacts {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 4;
    -ms-grid-column: 4;
}

.footer__soclink {
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 4;
    -ms-grid-column: 4;
}

.footer__payment {
    grid-row: 3;
    -ms-grid-row: 3;
    grid-column: 3;
    -ms-grid-column: 3;
    margin: 20px -3px 0 -3px;
}

.footer__payment img {
    height: 26px;
    margin: 3px;
}

.soclink {
    display: flex;
}

a.soclink__link {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: transparent url("../img/soc.png") 0 0 no-repeat;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin: 0 5px;
}

a.soclink__link:hover {
    border: 1px solid #ea5b0a;
}

a.soclink__link_vk {
    background-position: 0 0;
}

a.soclink__link_instagram {
    background-position: -88px 0;
}

a.soclink__link_youtube {
    background-position: -44px 0;
}

.footer__contact-row {
    line-height: 31px;
    display: flex;
    align-items: center;
}

.footer__contact-row:before {
    content: '';
    height: 18px;
    width: 40px;
    display: inline-block;
    background: transparent none 0 50% no-repeat;
    background-size: contain;
}

.footer__contact-row_phone:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAC3npUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZdbctwgEEX/WUWWoH7RsBzEoyo7yPJzQXgmY09cFScf+RhhCdQ0F+jTwnboP76P8A0XZTmCmqeYYzxwadbMBY10XNdV06Hreb3E3UeP9kC2OxgmQS3Xa+zbv8Bu9wGu234+2oPXrZO20O54E5Q5M6Ox/dIWEr7stN9D3uOK/rKdfY/Kq9vOq+v9uzqC0Qx6woG7kBx4pjmLXHeZNjyxHjgRShGVuCz+PHbh1nwXvKHPY3eU7SGPoQjHG4X4LkbbDhhPY7ci9EDtrcmPHS63KT7GbrQ0Rr92VzQiUjHsTR1bYrXgiHCqrGERxXEb2r5KRknYYgWxBponSg2UiRHZQUqNCg3qq65UsUTlzo6aubIsWxLnzHViQPhRaLBLlhYkgVMFNYGZb2uhNW9e81VKmLkRPJkgRhjxoYRnxq+Um9AYM3WJVjB1xQrr4pnTWMYkN5/wAhAaO6a24rtKuGG9XxOsgKCtMCdssBznJXEa3XNLFmeBnx0ajivxyNsWQIgwt2ExyGilI5IYRTqc2YkQxwQ+BStnUT5BgMy4URhgIxIBJ/GcG2Ocli8bX2YcLQBh+EQcaLIUwFI15I9rQg4VE9NgZtHckmUrUaJGizF6nGdUcXF18+juybOXJEmTpZg8pZRTyZwFR5jlmD3klHMuBZMWSBeMLvAo5eRTTj3tjKef6cxnqUifqtVqrF5TzbU0btLw+bfYPLTUciudOlKpa7ceu/fUcy8DuTZk6LARh4808ig3apvqIzV6R+5zarSpTWK6/PxODWb3Nwmax4lNZiDGSiDukwASmiezI5EqT3KT2ZEZH4UxqJFNOI0mMRDUTmyDbuzu5D7lFkz/iBv/jlyY6P4FuTDRbXIfuT2h1sr6jSIL0PwKZ0wPGTjY4FQ44Qfn8dfr8LcCL6GX0EvoJfQSegm9hP4bIRn44wH/O4afmOqSRa950cUAAAAGYktHRACcAJEAfqbZ/5IAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfkCgEILgcofUHHAAABn0lEQVQ4y63UTYhOYRjG8fsZn8mYjYmMIkkpK00yTW8pFjbTLEY0CclGsxILqZHSbC0slNVkKGwoJAvlYzlFJClNsREWUuS7+NkcvD1zzngP77U69/Nc59/Vfd/nREQEluAo3uIEUvyvsB73/dEHDLYDfNN0PcGyEu8C7MYB9GFOFbcjIjaWnK+NiGMl518j4nnxfCgiLmOgKvEn1dqReedjExpF3Y8bOFyW+PUMndqe54iInojYiasRMTsihiOigV154jMVaW9jTeadhZVYgQ24ha1FfReLm82DJdAJLCxpWydGcQnr0IsrxbqOYX+zuQuTGXjfDFuUMIA7RX0OmzGE8d89Tim9i4iT2fsjWFoGTilJKV2LiAfojoh7xaxeTptX0buLWerT0Q4VA5jK4EfaBW/gfRP4Bw62C74NH7PkoxXeTvTWge/F5wx+CouaPPNwvvCNY1Ud+JcMPoktmIvj2d0z7GkVPoQ3GeAbnuJ7xRd7AatbgffjkXp62Gry5ThbAzxRZ6AdGMbjv0BfoOdf1rELI7iOVxl06teP/yf5KvVDgc4oWQAAAABJRU5ErkJggg==");
}

.footer__contact-row_email:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAARCAYAAAA2cze9AAAC2HpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZdNkhshDIX3nCJHaEkIiePQ/FTlBjl+HjRjx57JVGWSRRYGdzctiwfoE7gc+o/vI3xDoWQxRDVPOaUDJeaYuaDhx1WuJx1x3a8X29/Roz3QbhwMk+Ap12vq27/ArvcOFrf9fLQHq1vHt9BdeBWZI8/29vMtJHzZab+HvPuV+Mty9sV1y27x5/doCEZT6AkH7kJy4O5zFLmuMm24Yz5wItQCuy+Lfhy7cGs+Be9sH8fuKNtDHkMRjrQd0lOMtp30yS43avxI7a3Jj1+YLCb38kvsxmg+Rr9WV2JCpFLYi3oL4WrB8UQoZXVLqIZL0bZVM6pjiRXEGmieqDVQJkZkB0VqVGhQX89KFVOM3NnwZK4sy+ZinLlODBJnpcEmWVoAC5YKagIz3+ZCa9y8xqvkGLkRPJkgRujxroaPjF+pN6ExZupiw/hCTxdgnjmNaUxy8w4vAKGxY6orvquGG9Z7mWAFBHWF2bHAcpyXxKl0zy1ZnCddPWI44t7UbQsgRBhbMRlkdKQjkSglOozZiBBHB5+CmbNEPkGAVLlRGGAjkgDHeY6NPkbLl5UvM44WgFBJYkCTpQBWjIr8sejIoaKiMahqUlPXrCVJiklTSpbmGVVMLJpaMjO3bMXFo6snN3fPXjJnwRGmOWUL2XPOpWDQAumC3gUepZx8yhlPPdNpp5/5LBXpU2PVmqpVr7mWxk0atn9LzULzllvp1JFKPXbtqVv3nnsZyLUhIw4dadjwkUe5UdtUH6nRE7nPqdGmNonF5Wd3ajCbvUnQPE50MgMxjgTiNgkgoXkyO5xi5EluMjsyY1MogxrphNNoEgPB2Il10I3dndyn3ILGP+LGvyMXJrp/QS5MdJvce24fUGtl/aLIAjR34YzpIQMHG5wKOz44j7/+DH8r8BJ6Cb2EXkIvof9DSAZ+NfAfI/wEKswT7Sx8fGYAAAAGYktHRACcAJEAfqbZ/5IAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfkCgEIHAUrA3SaAAABaElEQVQ4y7XUTYiPURTH8d9fTdFYmPJSXjZq8lJTyg67iZRslIWVYiFlz0K2FCXZYCGyEpqFlYiFYqZYiJTExoQpKamZxmI+Nuepp+lfo/HMr+7mnHO/555zz7097E5yJslIutOvJKd7eJJkNN3rQw+TSTYsAXx6WZIHSeaWAD4WLMdF3WoCa4NNCE7hawfg21iN9cFzXKgEWzG2SOhHHCrOKF4FP8r5FNvLeRzf/xE6i+tY2WrxjAJ9aQX+xlkMYRvuLQB+i8PFOYA3Ld/0fHijO7UhONonZg5XsK5ijvRh9IW/w44q8SAG64IuYxKPsKug+zBcLbm1EPw1NmMAN8s2jv1Y0apmBNfK/x5byn51PrwZvxfYWJC7fcp8hhu43xqCRp+wsxKcL9ufYKpON1jr4SJH8Rv2VIJzmA1OYg1W4fF/PqCpuofgRNPDYbzs6On/bMazh6Ekl5IcSzLTwYc1kORzkr1/AUMHHT0zMCs2AAAAAElFTkSuQmCC");
}

a.footer__contact-link {
    font-size: 16px;
    color: rgb(207, 217, 210);
    font-weight: bold;
    text-decoration: none;
}

a.footer__contact-link:hover {
    text-decoration: underline;
}


.footer__address {
    display: none;
}

.footer__caption {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 12px;
    color: #fff;
    text-transform: uppercase;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu__item {
    padding-top: 15px;
}

a.footer-menu__link {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

a.footer-menu__link:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 1365px) {
    .footer {
        max-width: 1000px;
    }
}

.footer:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.footer__copy {
    color: #474747;
    font-size: 13px;
    line-height: 18px;
    font-family: pt sans, sans-serif;
    margin: 0 20px 0 0;
}

.footer__dev {
    color: #474747;
    font-size: 13px;
    line-height: 18px;
    font-family: pt sans, sans-serif;
    text-align: right;
    margin: 0 0 0 20px;
}

/* ----------------- cart ----------------- */
.cart {
    position: relative;
    /*display: inline-block;*/
    /*width: 300px;*/
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
}

.cart:hover {
    z-index: 2;
}

.cart__inner {
    position: relative;
    padding: 0 0 24px;
    background: #fff;
    border: 2px solid #e6ede9;
    text-align: center;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.cart__inner_in {
    /*position: absolute;
	left: 0;
	top: 0;*/
}

.cart__inner:hover {
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.1), 0 0 0 1px #dcdcdc inset;
}

.cart__hidden {

}

.cart__image {
    position: relative;
    display: block;
    height: auto;
    margin-bottom:24px;
}

.cart__image img {
    width:100%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cart__image video {
    width:100%;
}

.cart__stock {
    height: 27px;
    background: #085225;
    color: #fff;
    position: absolute;
    right: -2px;
    top: 12px;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    font-family: pt sans, sans-serif;
    padding: 5px 10px 0;
    z-index: 50;
}

.cart__stock:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    left: -16px;
    top: 0;
    border: 16px solid transparent;
    border-top-color: #085225;
    border-bottom-color: #085225;
}

.cart__new {
    height: 27px;
    background: #f37021;
    color: #fff;
    position: absolute;
    left: -2px;
    top: 12px;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    font-family: pt sans, sans-serif;
    padding: 5px 10px 0;
    z-index: 50;
}

.cart__new_level1 {
    top: 12px;
}

.cart__new_level2 {
    top: 48px;
}

.cart__new_level3 {
    top: 84px;
}

.cart__new_level4 {
    top: 132px;
}

.cart__name {
    font-size: 17px;
    line-height: 20px;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.cart__price {
    font-size: 17px;
    line-height: 20px;
    font-family: pt sans narrow, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.cart__price_old {
    color: #7f8c8e;
    text-decoration: line-through;
}

.cart__info {
    margin-bottom: 20px;
    color: #8a8a8a;
    font-size: 14px;
    line-height: 21px;
    font-family: pt sans, sans-serif;
}

.cart__img {
    width: 220px;
    height: 220px;
}

/* ----------------- carousel ----------------- */
.carousel {
    position: relative;
}

.carousel.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.carousel .owl-prev,
.carousel .owl-next {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 150px;
    border-radius: 50%;
    background-color: #f37021;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.carousel .owl-prev {
    left: -14px;
    background-image: url(../img/prev.png);
}

.carousel .owl-next {
    right: -14px;
    background-image: url(../img/next.png);
}

.carousel .owl-prev:hover,
.carousel .owl-next:hover {
    background-color: #ff8338;
}

.carousel .owl-prev:active,
.carousel .owl-next:active {
    background-color: #c02101;
}

.carousel .owl-prev.disabled,
.carousel .owl-next.disabled {
    background-color: #e6ede9;
    cursor: default;
}

/* ----------------- banners ----------------- */
.banners {
    width: 1260px;
    margin: 0 auto 60px;
}

.banners:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
}

.banners__left {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.banners__right {
    width: 49%;
    float: left;
}

@media screen and (max-width: 1365px) {
    .banners {
        width: 960px;
    }
}

.banners img {
    width: 100%;
}

/* ----------------- stock ----------------- */
.stock {
    width: 1260px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.stock__items {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    width: 1300px;
}

@media screen and (max-width: 1365px) {
    .stock__items {
        width: 1000px;
    }
}

.stock__item {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    text-align: left;
    margin-right: 20px;
}

@media screen and (max-width: 1365px) {
    .stock__item {
        margin-right: 30px;
    }
}

.stock__img-wr {
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 300px;
    height: 140px;
}

.stock__img-wr:after {
    box-shadow: 0 0 0 0 #f37021 inset;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.stock__img-wr:hover:after {
    box-shadow: 0 0 0 4px #f37021 inset;
}

.stock__date {
    margin-bottom: 10px;
    color: #474747;
    font-family: pt sans, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.stock__title {
    font-size: 17px;
    line-height: 18px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.stock__img {
    width: 300px;
    height: 140px;
}

/* ----------------- about ----------------- */
.about {
    margin-bottom: 20px;
}

.about:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.about__left {
    width: 945px;
    float: left;
    margin-right: 20px;
}

.about__right {
    width: 295px;
    float: left;
}

.about__content:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.about__img-bl {
    width: 365px;
    float: left;
}

.about__img {
    border-radius: 5px;
}

.about__txt {
    width: 575px;
    float: left;
}

@media screen and (max-width: 1365px) {
    .about__left {
        width: 645px;
    }

    .about__right {
        width: 295px;
    }

    .about__img {
        display: none;
    }

    .about__txt {
        width: auto;
        float: none;
    }
}

.about__par {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-family: pt sans, sans-serif;
    margin-bottom: 20px;
}

/* ----------------- background-map ----------------- */
.background-map {
    background: url(../img/map.jpg) 50% 50% no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1365px) {
    .background-map {
        width: 960px;
        padding: 20px 0;
        background-position: -140px 255px;
    }
}

/* ----------------- gift ----------------- */
.gift {
    width: 295px;
    height: 370px;
    background: url(../img/gift-bg.png) no-repeat;
    border-radius: 5px;
    padding-top: 30px;
    text-align: center;
}

.gift__head {
    color: #fff;
    margin: 0 20px 20px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
}

.gift__img {
    width: 123px;
    height: 95px;
    background: url(../img/gift-cart.png) no-repeat;
    margin: 0 0 25px 102px;
}

.gift__par {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: pt sans, sans-serif;
    margin: 0 10px 25px;
}

/* ----------------- pay ----------------- */
.pay:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.pay__left {
    width: 435px;
    float: left;
}

.pay__right {
    width: 825px;
    float: left;
}

@media screen and (max-width: 1365px) {
    .pay__right {
        width: 520px;
    }
}

.pay__par {
    color: #474747;
    font-size: 11px;
    line-height: 16px;
}

/* ----------------- bot-links ----------------- */
.bot-links {
    border-top: 1px solid #e6ede9;
    border-bottom: 3px double #e6ede9;
    padding: 35px 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 1365px) {
    .bot-links {
        margin-bottom: 30px;
    }
}

.bot-links:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.bot-links__ul {
    width: 25%;
    float: left;
}

.bot-links__li {
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    margin: 0 20px 13px 8px;
}

.bot-links__li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #115321;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* ----------------- web ----------------- */
.web__list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    text-align: center;
}

.web__li {
    width: 255px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    margin-bottom: 25px;
    padding: 0 20px 0 40px;
    position: relative;
}

.web__li_loc:before {
    content: "";
    display: block;
    width: 18px;
    height: 20px;
    background: url(../img/pin.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

.web__li_tel:before {
    content: "";
    display: block;
    width: 16px;
    height: 21px;
    background: url(../img/phone.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

/*.web__p {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 7px;
	font-family: pt sans, sans-serif;
}*/
/* ----------------- typical ----------------- */
.typical {
    margin: 0 0 20px 0;
}

.typical:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.typical__area {
    width: 940px;
    float: left;
    margin-right: 20px;
}

.typical__area_right {
    margin-left: 20px;
    margin-right: 0;
}

.typical__side {
    width: 300px;
    float: left;
}

@media screen and (max-width: 1365px) {
    .typical__area {
        width: 640px;
        float: left;
        margin-right: 20px;
    }

    .typical__area_right {
        margin-left: 20px;
        margin-right: 0;
    }
}

/* ----------------- crumbs ----------------- */
.crumbs {
    margin-bottom: 30px;
}

.crumbs__link {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
}

.crumbs__sep {
    width: 8px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

/* ----------------- side-menu ----------------- */
.side-menu {
    background: #115321;
    border-radius: 5px;
    padding: 10px 0;
}

.side-menu__link {
    display: inline-block;
    padding: 10px 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    margin: 0 25px;
}

.side-menu__link:hover {
    background: #f37021;
    color: #fff;
}

.side-menu__li_active {
    background: #145f26;
}

.side-menu__li_active > .side-menu__link {
    color: #f37021;
    background: none;
    text-decoration: none;
}

.side-menu__list-in {
    background: #094818;
    padding: 5px 0;
    border-top: 3px solid #115321;
    position: relative;
}

.side-menu__list-in:before {
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    background: #054213;
    position: absolute;
    display: block;
}

.side-menu__link-in {
    display: inline-block;
    margin: 0 20px 0 40px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: pt sans narrow, sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    position: relative;
}

.side-menu__link-in:before {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background: #f37021;
    position: absolute;
    left: 0;
    top: 20px;
}

.side-menu__link-in:hover {
    background: #f37021;
    color: #fff;
}

.side-menu__li-in_active > .side-menu__link-in {
    color: #f37021;
    background: none;
    text-decoration: none;
}

/* ----------------- content ----------------- */
.content p {
    font-size: 15px;
    line-height: 20px;
    font-family: pt sans, sans-serif;
    margin-bottom: 20px;
    color: #000;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #474747;
    line-height: 1.2;
    margin-bottom: 10px;
}

.content h1 {
    font-size: 35px;
}

.content h2 {
    font-size: 32px;
}

.content h3 {
    font-size: 30px;
}

.content h4 {
    font-size: 25px;
}

.content h5 {
    font-size: 20px;
}

.content h6 {
    font-size: 15px;
}

.content blockquote {
    margin-bottom: 20px;
    background: #e6ede9;
    border-left: 4px solid #085225;
    padding: 20px 28px;
    font-size: 15px;
    line-height: 25px;
    font-family: pt sans, sans-serif;
    color: #000;
}

.content blockquote p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.content img {
    margin-bottom: 20px;
}

.content figure {
    margin-bottom: 20px;
}

.content figcaption {
    color: #6f6f6f;
    font-size: 12px;
    line-height: 18px;
    font-family: tahoma, sans-serif;
}

.content a:visited {
    color: #c23824;
}

.content ul {
    margin-bottom: 30px;
}

.content ol {
    margin-bottom: 30px;
    counter-reset: count;
}

.content li {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    padding-left: 20px;
    font-family: pt sans, sans-serif;
    position: relative;
}

.content ul > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #f37021;
    border: 1px solid #f37021;
}

.content ul ul > li:before {
    background: #fff;
}

.content ul ul ul > li:before {
    background: #f37021;
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
    border: none;
}

.content ol > li:before {
    content: counter(count) ".";
    counter-increment: count 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #f37021;
    font-weight: bold;
    font-size: 14px;
    font-family: tahoma, sans-serif;
}

.content table {
    margin-bottom: 20px;
}

.content th {
    background: #e6ede9;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #e6ede9;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 10px 15px;
    font-family: pt sans, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

.content th:first-child {
    border-left: 1px solid #e6ede9;
}

.content th:last-child {
    border-right: 1px solid #e6ede9;
}

.content td {
    border: 1px solid #d4d4d4;
    padding: 10px 15px;
    font-family: pt sans, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    background: #fff;
}

.content tr:hover td {
    background: #f9faf9;
}

/* ----------------- form ----------------- */
/* radio checkbox */
.radio {
    width: 16px;
    height: 16px;
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin: 3px 10px 0 0;
}

.radio-bg {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/radio.png) 0 -31px no-repeat;
}

.radio-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.radio:hover .radio-bg {
    background-position: 0 -61px;
}

.radio-el:checked + .radio-bg {
    background-position: 0 0;
}

.checkbox-bl {
    width: 16px;
    height: 16px;
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin: 3px 10px 0 0;
}

.checkbox-bl--hide {
    margin: 0;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.checkbox-bg {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/checkbox.png) 0 -31px no-repeat;
}

.checkbox-bl:hover .checkbox-bg {
    background-position: 0 -61px;
}

.checkbox:checked + .checkbox-bg {
    background-position: 0 0;
}

.checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
}

.ch-label {
    vertical-align: top;
    color: #000;
    font-family: pt sans, sans-serif;
    font-size: 15px;
    line-height: 24px;
}

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

.checks:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.check-list {
    float: left;
    width: 235px;
    margin: 0 20px 20px 0;
}

/* form */
.form__row {
    margin-bottom: 30px;
}

.form__row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.form__label {
    width: 170px;
    float: left;
    text-align: right;
    margin-right: 15px;
    padding-top: 6px;
}

.form__req {
    color: #f37021;
}

.form__element {
    width: 620px;
    float: left;
}

.input-text, .textarea {
    border: 1px solid #e6ede9;
    background: #fff;
    color: #000;
    padding: 7px 10px;
    font-family: pt sans, sans-serif;
    font-weight: bold;
    outline: none;
    font-size: 15px;
    line-height: 18px;
}

.input-text.pass {
    background: #fff url(../img/pass.png) 100% 50% no-repeat;
}

.input-text.log {
    background: #fff url(../img/log.png) 100% 50% no-repeat;
}

.input-text:focus, .textarea:focus {
    border-color: #69bf8b;
}

.label {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    font-family: pt sans, sans-serif;
}

.form .submit {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border: none;
    background: #f37021;
    border-radius: 3px;
    border-bottom: 2px solid #c02101;
    box-shadow: 0 2px rgba(0, 0, 0, 0.1);
    height: 34px;
    padding: 0 35px;
    text-transform: uppercase;
    text-shadow: 0 1px #c02101;
    font-family: pt sans, sans-serif;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    outline: none;
}

.form .submit:hover {
    background: #ff8338;
    color: #fff;
}

.form .submit:active {
    background: #c02101;
}

.form .submit[disabled] {
    background: #e5e5e5;
    box-shadow: none;
    text-shadow: none;
    border-bottom-color: #e5e5e5;
}

.error-message {
    border: 1px solid #eaa399;
    background: #ffc2ba;
    color: #c23824;
    padding: 15px;
    font-family: pt sans, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.ok-message {
    background: #dffedd;
    border: 1px solid #c7eec5;
    color: #118342;
    padding: 15px;
    font-family: pt sans, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.form__rel {
    position: relative;
}

.form__rel .label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 3px 15px;
    display: block;
}

/* select */
.w1 {
    width: 297px;
}

.jq-selectbox {
    display: block;
    position: relative;
    border: 1px solid #e6ede9;
    background: #fff;
}

.jq-selectbox .select {
    float: none !important;
}

.jq-selectbox .text {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: pt sans, sans-serif;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    padding: 7px 10px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.jq-selectbox .trigger {
    width: 5px;
    height: 3px;
    background: url(../img/arr-3.gif) no-repeat;
    position: absolute;
    right: 10px;
    top: 15px;
}

.jq-selectbox .dropdown {
    background: #fff;
    border: 1px solid #e6ede9;
    left: -1px;
    top: 105% !important;
    bottom: auto !important;
    right: -1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.jq-selectbox ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.jq-selectbox li {
    cursor: pointer;
    padding: 5px 10px !important;
    margin: 0 !important;
    font-size: 16px;
    line-height: 20px;
    font-family: pt sans, sans-serif;
    color: #000;
}

.content .jq-selectbox li:before {
    display: none;
}

.jq-selectbox li.selected, .jq-selectbox li:hover {
    background: #fef2eb;
}

/* ----------------- public-list-head ----------------- */
.content .public-list-head {
    text-transform: none;
    font-size: 35px;
}

/* ----------------- stock-head ----------------- */
.stock-head {
    position: relative;
    padding-left: 50px;
}

.stock-head:before {
    background: url(../img/mark.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

/* ----------------- stock-list ----------------- */
.content .stock-list {
    margin: 0;
}

.content .stock-list__li {
    padding: 0 0 0 320px;
    margin: 0 0 40px 0;
    position: relative;
    min-height: 140px;
}

.content .stock-list__li:before {
    display: none;
}

.content .news .stock-list__li {
    padding: 0;
    margin: 0 0 30px 0;
    min-height: 0;
}

.stock-list__img-wr {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
}

.content .stock-list__img {
    margin: 0;
    width: 300px;
    height: 140px;
}

.stock-list__date {
    color: #474747;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
}

.content .stock-list__title {
    margin: 0;
    font-size: 35px;
}

/* ----------------- pagination ----------------- */
.pagination {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    margin-bottom: 20px;
}

.pagination__link {
    font-family: pt sans, sans-serif;
    color: #fff;
    text-shadow: 0 1px #c02101;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    background: #f37021;
    border-bottom: 2px solid #c02101;
    border-top: 1px solid #f37021;
    text-decoration: none;
    width: 33px;
    text-align: center;
    padding: 8px 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-shadow: 0 1px #c02101;
    border-left: 1px solid #f9a95a;
    border-right: 1px solid #ee4514;
    font-weight: bold;
}

.pagination__link:hover {
    background: #ff8338;
    color: #fff;
    text-shadow: none;
    border-right-color: #ee4514;
}

.pagination__link_active,
.pagination__link:active {
    background: #c02101;
    color: #fff;
    border-right-color: #a81401;
}

.pagination__link_prev {
    border-left: none;
    border-radius: 3px 0 0 3px;
}

.pagination__link_next {
    border-right: none;
    border-radius: 0 3px 3px 0;
}

.menu-icon {
    display: none;
    font-size: 0;
}

.menu-icon__item {
    width: 33.3334%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin-bottom: 30px;

    font-size: 16px;
    line-height: 20px;
    color: #f37021;
    text-align: center;

    box-sizing: border-box;
}

.menu-icon__link {
    display: block;
    text-decoration: none;
}

.menu-icon__img {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.menu-icon__img svg {
    fill: #b2b3b3;
}

.menu-icon__img img {
    vertical-align: middle;
}

.menu-icon__title {
    font-weight: 700;
    text-transform: uppercase;
}

/* ----------------- catalog ----------------- */
.catalog:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.catalog__col {
    width: 24%;
    float: left;
}

.catalog__h {
    color: #474747;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    font-family: pt sans narrow, sans-serif;
    margin: 0 0 15px 0;
}

.catalog__list {
    margin: 0 20px 40px 0;
}

.catalog__li {
    margin: 0 20px 15px 0;
}

.catalog__li-in {
    margin-bottom: 15px;
}

.catalog__link {
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    color: #085225;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.catalog__link:hover {
    color: #f37021;
}

.catalog__li-in {
    padding-left: 15px;
    position: relative;
}

.catalog__li-in:before {
    content: "";
    width: 8px;
    height: 2px;
    display: block;
    left: 0;
    top: 10px;
    position: absolute;
    background: #f37021;
}

.catalog__list-in {
    padding-top: 15px;
}

/* ----------------- catalog-list ----------------- */
.catalog-list {
    position: relative;
    font-size: 0;
    /*line-height: 0;
	letter-spacing: -3px;
	width: 110%;*/

}

.catalog-list--fix {
    margin: 0 -10px;
}

.catalog-list__item {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    /*margin: 0 20px 20px 0;*/

    width: 320px;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 1365px) {
    .catalog-list__item {
        width: 325px;
        /*margin: 0 40px 20px 0;*/
    }
}

/* ----------------- sort ----------------- */
.sort {
    position: relative;
    margin-bottom: 20px;
}

.sort__right {
    position: absolute;
    text-align: right;
    /*width: 450px;*/
    right: 0;
    top: 0;
}

.sort__label {
    font-size: 15px;
    line-height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: bold;
    color: #000;
    font-family: pt sans, sans-serif;
}

.sort__but {
    vertical-align: middle;
    display: inline-block;
    /*margin-left: 10px;*/
    margin-left: 6px;
    padding: 7px 10px;
    text-decoration: none;
    border: 1px solid #e6ede9;
    font-weight: bold;
    color: #000;
    font-family: pt sans, sans-serif;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.sort__but:hover {
    border-color: #f37021;
    color: #f37021;
    box-shadow: 0 0 0 1px #f37021 inset;
}

.sort__but.sort__but_active {
    color: #fff;
    background: #f37021;
    border-color: #f37021;
}

.sort__dir {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    line-height: 34px;

    margin-left: 6px;
    text-decoration: none;
    border: 1px solid #e6ede9;
    font-weight: bold;
    color: #000;
    font-family: pt sans, sans-serif;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.sort__dir:hover {
    border-color: #f37021;
    color: #f37021;
    box-shadow: 0 0 0 1px #f37021 inset;
}

.sort__dir.is-inverse .icon {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.sort__dir .icon {
    margin: 2px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ----------------- catalog-list-sec ----------------- */
.catalog-list-sec {
    padding-top: 22px;
}

/* ----------------- filtr ----------------- */
.filtr {
    border: 2px solid #e6ede9;
    padding: 20px;
    margin-bottom: 20px;
}

.filtr__hr {
    height: 1px;
    background: #e6ede9;
    margin: 20px 0;
}

.filtr__h {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 22px;
    font-family: pt sans narrow, sans-serif;
    color: #474747;
    font-weight: bold;
}

.filtr__lab {
    vertical-align: middle;
    font-family: pt sans, sans-serif;
    margin-right: 10px;
    font-weight: bold;
}

.filtr__lab_last {
    margin-right: 0;
}

.filtr__inp {
    vertical-align: middle;
    margin-right: 10px;
    width: 80px;
}

.filtr__color {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
}

.filtr__col-link {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    margin-right: 10px;
}

.filtr__col-link:hover {
    background: #e6ede9;
}

.filtr__col-link_active {
    background: #e6ede9;
}

.checkbox-bl.disabled + .filtr__col-link:hover,
.checkbox-bl.disabled + .filtr__col-link {
    background: none;
    opacity: .5;
    cursor: default;
}

.checkbox-bl.disabled + .filtr__col-link_active {
    background: none;
    opacity: .5;
}

.checkbox-bl.disabled + .ch-label {
    background: none;
    opacity: .5;
    cursor: default;
}

.checkbox-bl.disabled:hover .checkbox-bg {
    background: url(../img/checkbox.png) 0 -31px no-repeat;
}

.filtr {
    position: relative;
}

.filtr__flag {
    display: none;
    display: block;
    min-width: 180px;
    padding: 15px 20px;
    position: absolute;
    left: 100%;
    margin-left: -20px;
    background: #f37021;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: pt sans, sans-serif;
    box-sizing: border-box;
    z-index: 101;
    white-space: nowrap;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

.filtr__flag:before {
    content: '';
    margin-right: -18px;
    position: absolute;
    right: 100%;
    top: 8px;
    width: 37px;
    height: 36px;
    background: #f37021;
    transform: rotate(45deg);
}

.filtr__flag-text {
    position: relative;
}

/* ----------------- search ----------------- */
.top-relative {
    position: relative;
}

/* ----------------- search ----------------- */
.search {
    position: absolute;
    right: 0;
    top: -5px;
}

.search__input {
    border: 1px solid #e6ede9;
    padding: 7px 35px 7px 15px;
    color: #6b6b6b;
    font-family: pt sans, sans-serif;
    background: url(../img/search.png) 100% 50% no-repeat;
    font-size: 14px;
    line-height: 18px;
    width: 248px;
    outline: none;
}

.search__input:focus {
    border-color: #69bf8b;
}

/* ----------------- ui-slider ----------------- */
.ui-slider {
    margin-top: 40px;
}

/* ----------------- reviews ----------------- */
.reviews {
    margin-bottom: 40px;
}

/* ----------------- review-item ----------------- */
.review-item {
    border: 2px solid #e6ede9;
    margin-bottom: 25px;
    position: relative;
    border-radius: 2px;
    padding: 30px 50px 17px;
    width: 840px;
}

.review-item:after {
    content: "";
    display: block;
    width: 17px;
    height: 16px;
    background: url(../img/corner-5.png) no-repeat;
    position: absolute;
    right: 107px;
    bottom: -16px;
}

.review-item__row {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 21px;
    font-family: pt sans, sans-serif;
}

.review-item__row_top {
    margin-bottom: 0;
}

.review-item__mid {
    vertical-align: middle;
}

/* ----------------- complect ----------------- */
.complect {
    margin-bottom: 20px;
    background: #e6ede9;
    padding: 20px 0 20px 45px;
}

.complect__h {
    margin-bottom: 30px;
    color: #474747;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 38px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
}

.complect__item {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
}

.complect__plus {
    width: 44px;
    height: 44px;
    background: url(../img/plus.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 35px 30px;
}

.complect__total {
    width: 44px;
    height: 44px;
    background: url(../img/total.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 35px 30px;
}

.complect__img {
    padding: 2px;
    border: 1px solid #aec6b8;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
}

.complect__p {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    margin: 0 20px;
}

.complect__price-h {
    font-size: 25px;
    line-height: 30px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.complect__old {
    font-size: 20px;
    line-height: 25px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: #aec6b8;
    text-decoration: line-through;
    text-transform: uppercase;
}

.complect__price {
    font-size: 35px;
    line-height: 38px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f37021;
    text-transform: uppercase;
}

/* ----------------- tabs ----------------- */
.tabs {
    margin-bottom: 25px;
}

.tabs__top {
    margin-bottom: -2px;
    position: relative;
}

.tabs__content {
    border: 2px solid #e6ede9;
    padding: 30px 40px 10px;
}

.tabs__part {
    display: none;
}

@media screen and (min-width: 720px) {
    .tabs__part:first-of-type {
        display: block;
    }
}

.tabs__anc {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 17px 35px;
    text-transform: uppercase;
    color: #474747;
    font-family: pt sans narrow, sans-serif;
    background: #e6ede9;
    font-size: 25px;
    line-height: 18px;
    font-weight: bold;
    border-left: 2px solid #e6ede9;
    border-right: 2px solid #e6ede9;
    border-top: 2px solid #e6ede9;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    margin-right: -2px;
}

.tabs__anc_active,
.tabs__anc:hover {
    background: #fff;
    color: #474747;
}

/* ----------------- data-table ----------------- */
.data-table {
    margin-bottom: 30px;
    width: 100%;
}

.data-table__del {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/delete.png) no-repeat;
}

.data-table__del:hover {
    opacity: 0.9;
}

.data-table__th {
    background: #e6ede9;
    border-bottom: 2px solid #d1d8d4;
    padding: 10px 15px;
    font-family: pt sans narrow, sans-serif;
    color: #085225;
    font-size: 17px;
    line-height: 20px;
}

.data-table__td {
    padding: 10px 15px;
    vertical-align: middle;
    border: 1px solid #e6ede9;
    font-family: pt sans, sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 20px;
}

.data-table__photo {
    width: 18px;
    height: 14px;
    background: url(../img/photo.png) no-repeat;
    margin: 0 auto;
}

.data-table_center {
    text-align: center;
}

.data-table_right {
    text-align: right;
}

.data-table__name {
    text-transform: uppercase;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
}

.data-table__img {
    border: 1px solid #e6ede9;
}

/* ----------------- counter ----------------- */
.counter {
    background: #e6ede9;
    height: 24px;
    border-radius: 17px;
    padding: 6px;
    display: inline-block;
}

.counter__minus, .counter__plus {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #f37021;

    /*background: #8A8A8A;*/
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 1px #3c3b3b;

    /* text-shadow: 0 1px #c02101; */
    font-family: pt sans, sans-serif;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.counter__minus:hover, .counter__plus:hover {
    background: #ff8338;
    color: #fff;
}

.counter__minus:active, .counter__plus:active {
    background: #c02101;
}

.counter__minus {
    line-height: 22px;
}

.counter__plus {
    line-height: 24px;
}

.counter__input {
    width: 25px;
    text-align: center;
    border: none;
    font-size: 17px;
    line-height: 20px;
    vertical-align: middle;
    background: none;
    font-family: pt sans, sans-serif;
}

/* ----------------- basket-bottom ----------------- */
.basket-bottom {
    margin-bottom: 40px;
}

.basket-bottom:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.basket-bottom__but {
    float: left;
    display: inline-block;
    font-family: pt sans narrow, sans-serif;
    padding: 10px 20px;
    border-radius: 2px;
    background: #e6ede9;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
}

.basket-bottom__right {
    float: right;
}

/* ----------------- basket-top ----------------- */
.basket-top {
    margin-bottom: 20px;
    padding-left: 115px;
    min-height: 80px;
    background: url(../img/basket-teaser.png) no-repeat;
    position: relative;
}

.basket-top.basket-top_in-cab {
    background: none;
    padding: 0;
    min-height: 0;
}

.basket-top__head {
    color: #474747;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    padding-top: 17px;
}

.basket-top__diskont {
    position: absolute;
    right: 0;
    top: 18px;
    height: 34px;
    padding-left: 45px;
    background: url(../img/diskont-icon.png) no-repeat;
}

.basket-top__input {
    border: 1px solid #e6ede9;
    background: #fff;
    color: #000;
    padding: 7px 10px;
    font-family: pt sans, sans-serif;
    outline: none;
    font-size: 15px;
    line-height: 18px;
    width: 410px;
}

.basket-top__input:focus, .basket-top__input:focus {
    border-color: #69bf8b;
}

@media screen and (max-width: 1365px) {
    .basket-top__input {
        width: 250px;
    }
}

.basket-top__input::-webkit-input-placeholder {
    color: #000;
}

.basket-top__input::-moz-placeholder {
    color: #000;
}

.basket-top__input:-moz-placeholder {
    color: #000;
}

.basket-top__input:-ms-input-placeholder {
    color: #000;
}

/* ----------------- order-top ----------------- */
.order-top {
    min-height: 80px;
    background: url(../img/order-teaser.png) no-repeat;
    padding-left: 115px;
    margin-bottom: 45px;
    position: relative;
}

.order-top__head {
    font-size: 35px;
    line-height: 38px;
    color: #474747;
    text-transform: uppercase;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    padding-top: 20px;
}

.order-top__important {
    padding-left: 57px;
    width: 200px;
    background: url(../img/important.png) no-repeat;
    min-height: 36px;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-family: pt sans, sans-serif;
    position: absolute;
    left: 485px;
    top: 25px;
}

.order-top__req {
    color: #f37021;
}

/* ----------------- order-content ----------------- */
.order-content {
    border: 1px solid #e6ede9;
    padding: 40px 35px;
    width: 865px;
    margin-bottom: 40px;
}

.order-content__total {
    color: #959595;
    font-size: 20px;
    line-height: 22px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    min-height: 29px;
    background: url(../img/rub.png) no-repeat;
    padding-top: 5px;
    padding: 5px 0 0 55px;
}

.order-content__total-val {
    color: #000;
}

.order-content__bottom {
    border-top: 1px solid #e6ede9;
    padding: 25px 0 0;
    width: 797px;
}

.order-content__bottom:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.order-content__bottom-l {
    width: 60%;
    float: left;
}

.order-content__bottom-r {
    width: 40%;
    float: left;
    text-align: right;
}

.order-content__text-wr {
    position: relative;
}

.order-content__text-in {
    width: 245px;
}

.order-content__description {
    border: 1px solid #e6ede9;
    width: 318px;
    height: 225px;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    overflow: auto;
    padding: 15px 20px;
}

.order-content__h2 {
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
}

.order-content__p {
    margin-bottom: 20px;
    color: #474747;
    font-size: 13px;
    line-height: 20px;
    font-family: pt sans, sans-serif;
}

/* ----------------- registr-top ----------------- */
.registr-top {
    min-height: 80px;
    background: url(../img/registr-teaser.png) no-repeat;
    padding-left: 115px;
    margin-bottom: 45px;
    position: relative;
}

.registr-top__head {
    font-size: 35px;
    line-height: 38px;
    color: #474747;
    text-transform: uppercase;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    padding-top: 20px;
}

.registr-top__important {
    padding-left: 57px;
    width: 200px;
    background: url(../img/important.png) no-repeat;
    min-height: 36px;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-family: pt sans, sans-serif;
    position: absolute;
    left: 680px;
    top: 25px;
}

.registr-top__req {
    color: #f37021;
}

/* ----------------- registr-content ----------------- */
.registr-content {
    border: 1px solid #e6ede9;
    padding: 40px 35px;
    width: 865px;
    margin-bottom: 40px;
}

.registr-content.registr-content_in-cabinet {
    border: none;
    padding: 0;
}

.registr-content__head {
    margin: 0 0 40px 80px;
    color: #474747;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
}

.registr-content__hr {
    margin: 30px 65px 30px 80px;
}

.registr-content__head-ad {
    margin: 0 0 10px 80px;
    color: #474747;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
}

.registr-content__par-ad {
    margin: 0 0 40px 80px;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-family: pt sans, sans-serif;
}

.registr-content__ch {
    margin: 0 0 35px 80px;
}

.registr-content__submit {
    margin: 0 0 0 80px;
}

.registr-content__ch-it {
    margin-right: 60px;
}

/* ----------------- calendar ----------------- */
.calendar {
    position: relative;
    display: inline-block;
}

.calendar__icon {
    width: 22px;
    height: 17px;
    background: url(../img/calendar.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 9px;
}

/* ----------------- diskont ----------------- */
.diskont {
    margin-left: 80px;
    padding-left: 50px;
    min-height: 34px;
    background: url(../img/diskont-icon.png) no-repeat;
}

.diskont__label {
    font-weight: bold;
    font-family: pt sans, sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin: 7px 25px 0 0;
    display: inline-block;
    vertical-align: top;
}

/* ----------------- cabinet-head ----------------- */
.cabinet-head {
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #474747;
    line-height: 1.2;
    font-size: 35px;
    margin-bottom: 30px;
}

/* ----------------- state ----------------- */
.state {
    margin-bottom: 40px;
}

.state__head {
    color: #474747;
    margin-bottom: 20px;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    line-height: 38px;
}

.state__p {
    font-size: 14px;
    line-height: 18px;
    font-family: pt sans, sans-serif;
    margin-bottom: 20px;
}

.state__char {
    color: #000;
    margin-bottom: 15px;
    font-family: pt sans, sans-serif;
}

.state__top {
    background: #e6ede9;
    border-bottom: 2px solid #d1d8d4;
    position: relative;
}

.state__top-txt {
    padding: 10px 30px;
    color: #085225;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-family: pt sans, sans-serif;
}

.state__top-link {
    font-size: 14px;
    line-height: 19px;
    font-family: pt sans, sans-serif;
    position: absolute;
    right: 115px;
    top: 10px;
}

@media screen and (max-width: 1365px) {
    .state__top-link {
        right: 80px;
    }
}

.state__content {
    border: 1px solid #e6ede9;
    border-top: none;
    padding: 40px 0 55px 30px;
}

.state__content:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.state__left {
    width: 76.3%;
    float: left;
}

.state__right {
    width: 23.7%;
    float: left;
}

.state__date {
    margin: 0 0 15px 20px;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-family: pt sans, sans-serif;
}

.state__st {
    background: url(../img/state__st.png) no-repeat;
    height: 32px;
    padding: 10px 0 0 20px;
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    font-weight: bold;
    font-family: pt sans, sans-serif;
    margin-bottom: 42px;
}

.state__but-row {
    margin: 0 0 20px 20px;
}

.state__button {
    width: 115px;
    text-align: center;
}

/* ----------------- basket-side ----------------- */
.basket-side {
    position: fixed;
    top: 50%;
    right: -160px;
    height: 86px;
    width: 160px;
    padding-left: 65px;
    z-index: 199;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-top: -44px;
}

.basket-side:hover {
    right: 0;
}

.basket-side:after {
    content: "";
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    left: -45px;
    top: 0;
    background: url(../img/basket.png) no-repeat;
}

.basket-side__count {
    background: #085225;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    font-family: pt sans, sans-serif;
    position: absolute;
    left: 18px;
    top: 2px;
    border-radius: 50%;
    z-index: 3;
    padding-top: 4px;
}

.basket-side__summ {
    color: #959595;
    font-size: 15px;
    line-height: 18px;
    font-family: pt sans, sans-serif;
    padding: 10px 5px 10px 5px;
}

.basket-side__val {
    color: #6b6b6b;
    font-weight: bold;
}

/* ----------------- catalog-cart ----------------- */
.catalog-cart {
    margin-bottom: 58px;
}

.catalog-cart:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.catalog-cart__left {
    width: 38%;
    float: left;
}

.catalog-cart__right {
    width: 62%;
    float: left;
}

.catalog-cart__head {
    border-bottom: 1px solid #e6ede9;
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #474747;
}

.catalog-cart__info:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.catalog-cart__descrip {
    float: left;
    width: 61.5%;
}

.catalog-cart__brand {
    float: left;
    width: 38.5%;
}

.catalog-cart__price {
    margin-right: 18px;
    background: #f37021;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    line-height: 38px;
    font-family: pt sans narrow, sans-serif;
    display: inline-block;
    padding: 10px 30px 10px 15px;
    margin-bottom: 15px;
    position: relative;
    height: 41px;
}

.catalog-cart__price:after {
    content: "";
    display: block;
    width: 10px;
    height: 61px;
    background: url(../img/corner.png) no-repeat;
    position: absolute;
    right: -10px;
    top: 0;
}

.catalog-cart__content {
    border: 2px solid #e6ede9;
    margin-right: 18px;
    padding: 25px;
}

.catalog-cart__h {
    font-size: 25px;
    line-height: 28px;
    font-family: pt sans narrow, sans-serif;
    margin-bottom: 25px;
    color: #474747;
    text-transform: uppercase;
    font-weight: bold;
}

.catalog-cart__p {
    font-size: 15px;
    line-height: 20px;
    font-family: pt sans, sans-serif;
    color: #474747;
    margin-bottom: 20px;
}

.catalog-cart__row {
    margin-bottom: 25px;
}

.catalog-cart__lab {
    font-size: 20px;
    line-height: 22px;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 15px;
    color: #474747;
}

.catalog-cart__brand-h {
    padding: 13px 0 23px;
    color: #474747;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
}

.catalog-cart__brand-img {
    width: 100%;
    border: 2px solid #e6ede9;
    margin-bottom: 35px;
}

.catalog-cart__brand-cap {
    color: #474747;
    text-transform: uppercase;
    font-family: pt sans narrow, sans-serif;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}

.catalog-cart__brand-cap.brand-h {
    font-size: 35px;
    line-height: 38px;
}

/* ----------------- photos ----------------- */
.photos {
    margin-right: 18px;
}

.photos__big {
    margin-bottom: 20px;
    position: relative;
}

.photos__big:after {
    content: "";
    display: block;
    width: 28px;
    height: 26px;
    background: url(../img/zoom.png) no-repeat;
    position: absolute;
    bottom: 28px;
    left: 24px;
}

.photos__big-img {
    width: 100%;
    border: 2px solid #e6ede9;
}

.photos__mini {
    display: inline-block;
    border: 2px solid #e6ede9;
}

.photos__slider {
    overflow: hidden;
    height: 139px;
    width: 407px;
    margin: 0 auto;
}

@media screen and (max-width: 1365px) {
    .photos__slider {
        width: 270px;
    }
}

.photos__ul {
    width: 50000px;
}

.photos__ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.photos__li {
    float: left;
    /*margin: 0 4px 0 0;*/
}

.photos__wrap {
    padding-right: 4px;
}

.photos__wrap a {
    display: block;
    width: 101px;
    overflow: hidden;
}

.photos__li:last-child .photos__wrap {
    padding-right: 0px;
}

.photos__small {
    position: relative;
}

.photos__prev {
    width: 12px;
    height: 20px;
    background: url(../img/arr-prev.png) no-repeat;
    position: absolute;
    left: 0;
    top: 55px;
}

.photos__next {
    width: 12px;
    height: 20px;
    background: url(../img/arr-next.png) no-repeat;
    position: absolute;
    right: 0;
    top: 55px;
}

.photos__prev:hover, .photos__next:hover {
    opacity: 0.8;
}

.photos__prev.disabled, .photos__next.disabled {
    cursor: default;
    opacity: 0.3;
}

.catalog-cart__colors {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    display: inline-block;
    vertical-align: middle;
}

.catalog-cart__col-link {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    margin-right: 10px;
}

.catalog-cart__col-link:hover,
.catalog-cart__col-link_active {
    box-shadow: 0 0 0 1px #e6ede9;
}

.catalog-cart__col-link_active {
    cursor: default;
}

.catalog-cart__size {
    display: inline-block;
    vertical-align: middle;
}

.catalog-cart__s {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 10px;
    /* margin-right: 10px; */
    border: 1px solid #e6ede9;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: pt sans, sans-serif;
}

.catalog-cart__s.catalog-cart__s_active {
    color: #fff;
    background: #125721;
    border-color: #125721;
}

.catalog-cart__l {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
    font-family: pt sans, sans-serif;
}

.catalog-cart__count {
    margin: 0 20px 20px 0;
}

/* ----------------- popups ----------------- */
.hidden {
    display: none;
}

.call {
    width: 540px;
    padding: 40px;
    background: #fff;
}

.call__head {
    text-align: center;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.call__p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-family: pt sans, sans-serif;
}

.call__req {
    color: #f37021;
}

.call__center {
    text-align: center;
}

.popup {
    padding: 50px;
    width: 520px;
    text-align: center;
}

.logpop {
    width: 620px;
    background: #fff;
}

.logpop__center {
    text-align: center;
}

.logpop__row {
    width: 320px;
    margin-left: 150px;
    margin-bottom: 20px;
}

.logpop__reg {
    display: block;
    color: #fff;
    background: #f37021;
    text-align: center;
    padding: 40px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 28px;
    font-family: pt sans narrow, sans-serif;
    font-weight: bold;
}

.logpop__reg:hover {
    color: #fff;
}

.logpop__forg {
    font-family: pt sans, sans-serif;
}

.logpop__top {
    padding: 50px 0 35px;
    text-align: center;
}

.logpop__head {
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    font-family: pt sans narrow, sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-left: 55px;
    background: url(../img/cabinet-2.png) 0 50% no-repeat;
    min-height: 22px;
    display: inline-block;
}

.logpop__p {
    font-size: 15px;
    line-height: 20px;
    font-family: pt sans, sans-serif;
}

.filter__color-img {
    width: 25px;
    height: 25px;
}

.b-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(8, 82, 37, 0.5);
    z-index: 3;
}

.b-overlay:after {
    content: '';
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: rgba(243, 112, 33, 1);
    border-left-color: rgba(243, 112, 33, 0.1);
    border-width: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.is-overlay > .b-overlay {
    display: block;
}

.cat-text {
    overflow: hidden;
    clear: both;
    padding: 15px;
}

.cat-section {
    margin-bottom: 8px;
}

.cat-section__image {
    display: block;
    height: 150px;
    margin-bottom: 8px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    overflow: hidden;
}

.cat-section__img {
    display: block;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.cat-section__title {
    display: block;
    font-weight: 700;
    text-decoration: none;
}

.search-result__item-price.search-result__item-section {
    color: #b1bbb6;
}

.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    color: #000000;

    z-index: 9999;
}

.mobile-overlay__title {
    padding: 0 20px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;

    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.stock-section {
    position: relative;
    z-index: 5;
}

.addresses {
    list-style: none;
    padding: 0;
    margin: 0;
}

.addresses__item {
    padding-left: 40px;
    background: transparent url("../img/location.png") 0 50% no-repeat;
    margin-bottom: 10px;
}

.addresses__address, .addresses__address a {
    color: #fff;
}

.addresses__time {
    display: block;
}

.addresses__time p.web__p {
    display: inline-block;
    color: #cfd9d2;
    padding-left: 3px;
}

.addresses__time p.web__p:after {
    content: ',';
}

.addresses__time p.web__p:last-child:after {
    content: '';
}

.addresses__time p.web__p:first-child {
    padding: 0;
}


@media screen and (max-width: 719px) {
    .footer {
        padding: 0;
    }

    .footer__top {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .footer__address {
        display: block;
    }

    .footer__text {
        display: none;
    }

    .footer__payment {
        background: #E9EDF0;
        margin: 30px -30px -30px -30px;
        padding: 10px 30px;
    }

    .footer__bottom {
        padding: 0 30px 10px 30px;
    }

    .spec-section, .new-section {
        margin-bottom: 10px;
        position: relative;
    }

    .footer__contacts .footer__caption {
        display: none;
    }

    .stock-section {
        display: none;
    }

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

    .content h1, .top-head__head, .registr-top__head, .cabinet-head, .order-top__head, .state__head, .detail__title {
        font-size: 25px;
        line-height: 1.2;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .content h2, .content .public-list-head, .registr-content__head {
        font-size: 20px;
    }

    .content h3 {
        font-size: 18px;
    }

    .content h4 {
        font-size: 16px;
    }

    .content h4 {
        font-size: 14px;
    }

    .catalog-list-sec {
        padding: 0;
    }

    .top-head, .registr-top {
        padding-bottom: 0;
        border-bottom: none;
        min-height: 0;
        margin-bottom: 0;
    }

    .background {
        background: none;
    }

    footer.footer {
        background: #e9edf0;
    }

    .crumbs {
        margin-bottom: 10px;
    }

    .typical__side:not(.typical__side_smart) {
        display: none;
    }

    .pokrov-mob-filter_hidden {
        display: none;
    }

    .pokrov-mob-filter__body {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        overflow: hidden;
        transition: transform 0.3s ease, opacity 0.3s ease;
        max-height: 0;
    }

    .pokrov-mob-filter__head .top-head__head {
        margin-bottom: 0;
        transition: all 0.2s ease-out;
        font-size: 16px;
        text-transform: none;
    }

    .pokrov-mob-filter__head {
        position: relative;
    }

    .filtr {
        border-width: 1px;
        padding: 8px 20px;
    }

    .filtr__flag {
        display: none !important;
    }

    .pokrov-mob-filter__head::after {
        content: "";
        position: absolute;
        border-bottom: 2px solid #474747;
        border-right: 2px solid #474747;
        right: 0;
        top: 1px;
        width: 11px;
        height: 11px;
        box-sizing: border-box;
        transform: rotate(45deg);
        transition: all 0.5s ease-out;
    }

    .pokrov-mob-filter--open .pokrov-mob-filter__head::after {
        transform: rotate(-135deg);
        top: 11px;
    }

    /*.pokrov-mob-filter__body {*/
    /*    display: none;*/
    /*}*/
    .pokrov-mob-filter--open .pokrov-mob-filter__body {
        transform: scaleY(1);
        opacity: 1;
        overflow: visible;
        max-height: 5000px;
    }

    .pokrov-mob-filter--open .pokrov-mob-filter__head .top-head__head {
        margin-bottom: 16px;
    }

    .basket-top {
        background: none;
        padding-left: 0;
        min-height: 0;
        margin-bottom: 15px;
    }

    .basket-top__head {
        padding: 0;
        font-size: 25px;
        line-height: 1.2;
    }

    .basket-top__diskont {
        position: static;
        margin-top: 10px;
    }

    .basket-top__input {
        width: 100%;
        box-sizing: border-box;
    }

    .order-top {
        background: none;
        padding-left: 0;
        min-height: 0;
        margin-bottom: 10px;
    }

    .order-top__head {
        padding: 0;
    }

    .order-content {
        width: auto;
        padding: 0 !important;
        border: none;
    }

    .alert {
        padding: 10px;
    }

    #sale_order_props .form__row {
        #border-top: 1px solid #e6ede9;
        #border-bottom: 1px solid #e6ede9;
        margin-bottom: 10px;
    }

    #bx-soa-order-form .form__label {
        width: auto;
        float: none;
        text-align: left;
    }

    #bx-soa-order-form .form__element {
        width: auto;
        float: none;
    }

    #bx-soa-order-form .form__element input, #bx-soa-order-form .form__element textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .bx_ordercart .bx_ordercart_order_pay {
        padding: 0;
    }

    .order-content__bottom {
        width: auto;
    }

    .order-content__bottom-l, .order-content__bottom-r {
        width: 100%;
        float: none;
    }

    .order-content__bottom .button {
        margin-top: 10px;
    }

    .overview {
        margin-bottom: 15px;
    }

    .content .stock-list__li {
        padding: 0;
        margin-bottom: 15px;
    }

    .content .news .stock-list__li {
        margin-bottom: 15px;
    }

    .stock-list__img-wr {
        display: inline;
        position: static;
    }

    .content .stock-list__img {
        width: 100%;
        height: auto;
    }

    .content .stock-list__title {
        font-size: 17px;
        line-height: 18px;
        font-family: pt sans narrow, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
    }

    .content img, .content iframe {
        width: 100%;
        height: auto;
    }

    .hide-xs {
        display: none;
    }

    .mobile-overlay {
        display: block;
    }

    .background {
        min-width: auto;
        padding: 0;
    }

    .background-map {
        display: none;
    }

    .bot-links {
        display: none;
    }

    .b-main__inner,
    .wrapper {
        width: 100%;
        min-width: 320px;
        margin: 0 auto;
        padding: 0;
    }

    .main-container {
        padding: 0px 15px;
    }

    .main-container__inner {
        width: auto;
    }

    .header-wrap {
        position: relative;
    }

    .panel-fix {
        display: none !important;
    }

    .top-bar {
        position: static;
        margin: 0;
        box-shadow: none;
    }

    .top-bar__left {
        border: 0;
        position: absolute;
        bottom: 15px;
        left: 10px;
        z-index: 100;
    }

    .top-bar__menu {
        display: none;
    }

    .top-bar__right {
        display: none;
    }

    .dropdown__phone {
        display: none;
    }

    .dropdown__button {
        display: block;

    }

    .b-sidebar {
        display: block;
    }

    .sidebar {
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

    /* header */
    .header {
        padding: 10px 10px 15px;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    }

    .header__logo {
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 60px 10px 50px;
    }

    .header__search {
        width: 100%;
        padding: 0 5px;
    }

    .header__basket {
        width: auto;
        padding: 0;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    div.title-search-result {
        min-width: 0;
    }

    .search-result__body {
        padding: 0;
    }

    .search-result__item-price {
        width: 80px;
        font-size: 14px;
        line-height: 14px;
        padding-top: 5px;
    }

    .search-result__title {
        display: none;
    }

    /* basket-view */
    .basket-view {
        padding: 0;
    }

    .basket-view__icon {
        position: static;
    }

    .basket-view__price {
        display: none;
    }

    .basket-view__count {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .basket-view__count a {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .basket-view__text {
        display: none;
    }

    .basket-view__num {
        display: block;
        position: absolute;
        top: 0;
        right: 0;

        min-width: 16px;
        padding: 0 4px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        background: #e80900;
        color: #ffffff;

        border-radius: 50%;
        box-sizing: border-box;
    }

    .sale-personal {
        letter-spacing: -0.3em;
        margin: 0 -5px;
    }

    .sale-personal__item {
        letter-spacing: normal;
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        padding: 5px;
    }

    .personal-block {

    }

    .personal-block-link {
        padding: 20px;
        background: #125721;
        color: #fff;
        display: block;
        text-align: center;
        text-decoration: none;
        transition: all .3s;
    }

    .personal-block-link:hover {
        color: #fff;
        background: #f37021;
    }

    .personal-block-link__name {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
        height: 36px;
    }

    .personal-block-link__ico {
        font-size: 48px;
    }

    /* nav */
    .nav {
        display: none;
    }

    /* overview */
    .overview__slider {
        width: 100%;
        float: none;
    }

    .overview__info {
        display: none !important;
    }

    .overview__cats {
        display: none !important;
    }

    /* main-slider */
    .main-slider__slide {
        height: 265px;
        padding-bottom: 40px;
    }

    .main-slider__slide-more {
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 20px;
    }

    .main-slider__slide-more .button {
        display: block;
        height: 55px;
        line-height: 34px;
    }

    .main-slider__img._desctop {
        display: none;
    }

    .main-slider__img._mobile {
        display: block;
    }

    .main-slider .owl-prev,
    .main-slider .owl-next {
        margin: 0;
        top: 160px;
    }

    .carousel .owl-prev,
    .carousel .owl-next {
        width: 40px;
        height: 40px;
    }

    /* top-head */
    .top-head__head {
        margin-bottom: 15px;
    }

    .top-head__button {
        top: -2px;
    }

    /* cart */
    .cart {

    }

    .cart__inner {
        padding: 0 0 5px;
    }

    .cart__image img {
        max-height: 100%;
        max-width: 100%;
    }

    .cart__name {
        font-size: 16px;
        font-weight: normal;
        text-transform: none;
        height: 60px;
        overflow: hidden;
    }

    .cart__stock {
        height: 20px;
        padding: 0 5px;
    }

    .cart__stock:before {
        border-width: 10px;
        left: -10px;
    }

    .cart__new {
        height: 20px;
        padding: 0 5px;
    }

    .cart__hidden {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    }

    .banners {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    /* stock */
    .stock {
        width: auto;
        margin: 0;
    }

    .stock__items {
        width: auto;
        max-height: none !important;
        letter-spacing: normal;
    }

    .stock__item {
        display: block;
        width: auto;
        margin: 0 0 25px;
    }

    .stock__img-wr {
        width: auto;
        height: auto;
    }

    .stock__img {
        width: 100%;
        height: auto;
    }

    .pay {
        margin: 0 -20px;
        padding: 10px 20px 0;
        border-top: 2px solid #EAECEB;
    }

    .pay__left {
        float: none;
        width: auto;
    }

    .pay__right {
        display: none;
    }

    .footer {
        width: 100%;
        min-width: 320px;
        box-sizing: border-box;
    }

    .footer__col {
        width: auto;
        float: left;
    }

    .footer__col:last-child {
        display: none;
    }

    /* Модалка */
    .logpop {
        width: 320px;
        padding: 0 32px;
        box-sizing: border-box;
    }

    .logpop__top {
        text-align: left;
    }

    .logpop__head {
        padding-left: 43px;
        font-size: 33px;
    }

    .logpop__row {
        width: auto;
        margin-left: 0;
    }

    .logpop__row .input-text {
        width: 100% !important;
        box-sizing: border-box;
    }

    .logpop .form .submit {
        padding: 0 23px;
    }

    .logpop__reg {
        margin: 0 -32px;
    }

    /* .fancybox-close {left: 150px;} */
    .search-page form {
        display: none;
    }

    /* Внутренняя */
    .typical__side {
        width: auto;
        float: none;
    }

    .typical__area {
        width: auto;
        float: none;
        margin: 0;
    }

    /* Каталог */
    .catalog-list--fix {
        margin: 0 -5px;
    }

    .catalog-list__item {
        width: 50%;
        padding: 0 5px 10px;
        margin: 0;
    }

    /* Сортировка */
    .sort__right {
        position: relative;
        margin-top: 15px;
        text-align: left;
    }

    .sort__dir {
        margin-left: -4px;
    }

    .sort__label {
        display: block;
        margin-bottom: 5px;
    }

    .sort__but {
        margin: 0 6px 0 0;
    }

    .pagination {
        padding: 0 10px;
        text-align: center
    }

    /* Деталка */
    .catalog-cart__left {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }

    .catalog-cart__right {
        width: auto;
        float: none;
    }

    .catalog-cart__head {
        font-size: 28px;
        line-height: 32px;
    }

    .catalog-cart__descrip {
        float: none;
        width: auto;
    }

    .catalog-cart__brand {
        float: none;
        width: auto;
    }

    .catalog-cart__brand-cap {
        text-align: left;
    }

    .catalog-cart__s {
        padding: 9px 11px;
        margin-bottom: 10px;
    }

    .catalog-cart__l {
        padding: 10px 0;
    }

    .catalog-cart__content {
        margin-right: 0;
    }

    .photos {
        margin-right: 0;
    }

    .photos__big-img {
        max-width: 100%;
        width: auto !important;
    }

    .photos__prev,
    .photos__next {
        width: 52px;
        height: 52px;
        top: 45px;
        background-position: 50% 50%;
    }

    .photos__prev {
        left: -20px;
        z-index: 2;
    }

    .photos__next {
        right: -20px;
    }

    .detail__gallery {
        width: auto;
        float: none;
    }

    .detail__thumbs {
        display: none;
    }

    .detail__offer {
        position: relative;
        margin-left: 0;
    }

    .detail__price {
        margin-bottom: 20px;
    }

    .detail__drop {
        display: block;
        margin: 0 -15px 20px;
    }

    .detail__size {
        display: none;
    }

    .detail__size-alert {
        display: none;
        position: static;
        padding: 0 20px;
        margin-bottom: 20px;

        line-height: 45px;
        text-align: center;
    }

    .detail__size-alert:after {
        display: none;
    }

    .buy-block__button .button {
        width: 170px;
        line-height: 50px;
        height: 50px;
    }

    .tabs__anc {
        width: 45%;
        box-sizing: border-box;
        padding: 10px !important;
        font-size: 12px !important;
        margin: 0;
    }

    .tabs__content {
        padding: 15px 20px;
    }

    .call {
        width: 320px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .call__head {
        padding-top: 50px;
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .call .input-text,
    .call .textarea {
        width: 100% !important;
        box-sizing: border-box;
    }

    .call .textarea {
        resize: none;
    }

    .registr-top {
        min-height: auto;
        background: none;
        padding: 0;
        margin-bottom: 15px;
        position: relative;
    }

    .registr-content {
        padding: 20px;
        width: auto;
    }

    .registr-content__head {
        margin: 0 0 10px;
        text-align: left;
    }

    .form__label {
        width: auto;
        float: none;
        text-align: left;
        margin-right: 0;
        padding-top: 6px;
    }

    .form__element {
        width: auto;
        float: none;
    }

    .form__element input,
    .form__element select {
        width: 100% !important;
        box-sizing: border-box;
    }

    .registr-content__hr {
        margin: 25px 0;
    }

    .registr-content__head {
        text-align: left;
    }

    .registr-content__par-ad {
        margin: 0 0 20px !important;
    }

    .diskont {
        margin-left: 0;
    }

    .diskont input {
        width: 100% !important;
        box-sizing: border-box;
    }

    .registr-content__head-ad {
        margin: 0 0 10px;
        text-align: left;
        font-size: 32px;
    }

    .registr-content__ch {
        margin-left: 0;
    }

    .registr-content__ch-it {
        display: block;
    }

    .registr-content__submit {
        margin: 0;
        text-align: center;
    }

    /* Кастом корзины */
    .data-table thead {
        display: none;
    }

    .data-table_center {
        text-align: left;
    }

    .data-table .centered {
        text-align: left;
    }

    .data-table__del {
        width: 48px;
        height: 48px;
        background-position: 50% 50%;
    }

    .data-table .counter__input {
        width: 50px;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td {
        display: block;
        border: 0;
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tr.data-table__item,
    .bx_ordercart .bx_ordercart_order_table_container table tr.data-table__info {
        display: block;
        clear: both;
        margin-bottom: 30px;
        border: 0 !important;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tr:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .bx_ordercart .bx_ordercart_order_table_container {
        border: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody tr.data-table__item td.data-table__td {
        padding: 0;
    }

    /* ID */
    .bx_ordercart .bx_ordercart_order_table_container table tbody .data-table__item td:nth-child(1) {
        display: none;
    }

    /* ID */
    .bx_ordercart .bx_ordercart_order_table_container table tbody .data-table__item td:nth-child(2) { /* Photo */
        float: left;
        margin-right: 15px;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody .data-table__item td:nth-child(3) {
        margin-bottom: 12px;
    }

    /* description */
    .bx_ordercart .bx_ordercart_order_table_container table tbody .data-table__item td:nth-child(4) {
        float: left;
        margin-right: 20px;
    }

    /* sale */
    .bx_ordercart .bx_ordercart_order_table_container table tbody .data-table__item td:nth-child(5) {
        overflow: hidden;
    }

    /* sale */
    .bx_ordercart .bx_ordercart_order_table_container table tbody .data-table__item td:nth-child(6) { /* counter */
        margin-top: 10px;
        clear: both;
        float: left;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td:nth-child(7) { /* total price */
        float: left;
        margin-top: 10px;
        margin-top: 17px;
        padding: 0 20px !important;
        font-weight: bold;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
        text-align: left !important;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
        margin: 0 !important;
        font-size: 14px !important;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
        margin: 0 !important;
        font-size: 13px !important;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td:nth-child(8) {
        float: left;
    }

    /* remove */
    /* Подвал таблицы корзины */
    .bx_ordercart .bx_ordercart_order_table_container table tbody .data-table__info td:nth-child(1) {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin-right: -4px;
        width: 50%;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody .data-table__info td:nth-child(2) {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        width: 50%;
        font-size: 18px;
        line-height: 22px;
        text-align: right;
    }

    .state__top {
        position: relative;
    }

    .state__top-txt {
        padding: 10px 65px 10px 10px;
    }

    .state__top-link {
        position: absolute;
        display: block;
        width: 36px;
        height: 36px;
        right: 1px;
        top: 1px;
        overflow: hidden;
        text-indent: -999px;
        background: #f37021;
        border-bottom: 2px solid #c02101;
        border-radius: 3px;
        color: #fff;
    }

    .state__top-link:before {
        position: absolute;
        content: "\f129";
        left: 0;
        top: 0;
        width: 36px;
        height: 36px;
        text-indent: 0;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        text-align: center;
        line-height: 36px;
        vertical-align: middle;
    }

    .state__content {
        padding: 20px;
    }

    .state__left, .state__right {
        float: none;
        width: auto;
    }

    .state__left .data-table {
        display: none;
    }
}

.modal-open {
    overflow: hidden !important;
    position: fixed;
}

@media screen and (max-width: 719px) {
    .detail {
        display: block;
    }

    .state__left .data-table {
        display: table;
        margin-left: -16px;
    }

    .fancybox-wrap {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .drop-size__link.fancybox {
        display: none;
    }

    .state__content .data-table .data-table__th:first-child,
    .state__content .data-table .data-table__th:nth-child(3),
    .state__content .data-table .data-table__th:nth-child(4),
    .state__content .data-table .data-table__th:nth-child(5),
    .state__content .data-table .data-table__th:nth-child(6),
    .state__content .data-table tr .data-table__td:first-child,
    .state__content .data-table tr .data-table__td:nth-child(3),
    .state__content .data-table tr .data-table__td:nth-child(4),
    .state__content .data-table tr .data-table__td:nth-child(5),
    .state__content .data-table tr .data-table__td:nth-child(6) {
        display: none;
    }

    .state__content .data-table tr .data-table_right:first-child {
        display: block;
    }

    .state__content .data-table tr .data-table__td {
        text-align: left;
        display: block;
        width: 100%;
    }

    .fancybox-inner {
        min-width: 290px;
        min-height: 568px;
        width: 100% !important;
        /*height: 100% !important;*/
    }

    .sizes-table {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        height: 100%;
    }

    .content table:last-child {
        margin-bottom: 150px;
    }

    .sizes-table .nav__inner_sizes {
        height: 100%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .sizes-table .nav__link_sizes {
        width: 150px;
        margin-top: 10px !important;
    }

    .sizes-table .content p {
        font-size: 14px;
    }

    .sizes-table .nav__li_sizes {
        margin-top: 10px !important;
    }

    .sizes-table .content li {
        font-size: 14px;
    }

    .sizes-table table {
        width: 100% !important;
    }

    .sizes-table .content td {
        padding: 10px 5px;
        font-size: 12px;
        line-height: 16px;
    }

    .form .loadUF_CERTIFICATE span {
        margin-left: 0;
        position: inherit;
        margin-top: 30px;
    }

    .detail__size {
        display: inline-block;
    }

    .detail__size > * {
        display: none;
    }

    .detail__size .detail__size-link {
        float: left;
        display: block;
    }

    .diskont {
        background-position-y: bottom;
    }

    img.calendar-icon {
        position: absolute;
        right: 10px;
        top: 6px;
    }

    .mobile_hide {
        display: none;
    }
}

img.calendar-icon {
    position: absolute !important;
    right: 10px;
    top: 6px;
}

@media screen and (max-width: 420px) {
    .basket-bottom .basket-bottom__but,
    .basket-bottom .basket-bottom__right {
        display: block;
        float: none;
        margin: 20px 0;
        text-align: center;
    }
}

.onas {
    width: 10%;
    float: left;
    margin: 5px;
}

.onas img {
    width: 100%;
}

.onas:hover {
    box-shadow: 0 12px 38px rgb(0 0 0 / 10%), 0 0 0 0px #dcdcdc inset;
}

.side-subcategory-title {
    vertical-align: top;
    color: #000;
    font-family: pt sans, sans-serif;
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
}

.category-link {
    vertical-align: top;
    color: #000;
    font-family: pt sans, sans-serif;
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}

.category-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    gap: 16px;
}

.spoiler-header {
    z-index: 1;
    position: relative;
    transition: all .3s ease 0s;
    cursor: pointer;
    padding-right: 35px;
}

.spoiler-header_none {
    z-index: 1;
    position: relative;
    transition: all .3s ease 0s;
    cursor: pointer;
    padding-right: 35px;
}

.spoiler-header-up {
    margin-bottom: .5rem;
}

.side-subcategory-title {
    cursor: pointer;
    position: relative;
}

.spoiler-container {
    margin-bottom: 15px;
}

.side-subcategory .spoiler-hidden {
    display: none;
}

.spoiler-container .spoiler-header:before {
    content: "";
    top: 40%;
    right: 19px;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    transform: rotate(180deg);
    transition: transform 0.3s;
    transform-origin: center 4px;
    color: #000;
}

.spoiler-hidden .spoiler-header:before {
    content: "";
    top: 50%;
    right: 19px;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    position: absolute;
    transform: rotate(0deg);
    color: #ea5b0a;
    transform-origin: center 2px;
    transition: transform 0.3s;
}


.spoiler-header-up .spoiler-hidden {
    display: block;
}

.spoiler-content {
    padding-left: 16px;
}

.new_filter_brand {
    margin-bottom: 20px;
}

.filter_items::-webkit-scrollbar {
    width: 8px
}

.filter_items::-webkit-scrollbar-track {
    background-color: #e6ede9
}

.filter_items::-webkit-scrollbar-thumb {
    background-color: #ea5b0a;
    width: 2px;
    border-radius: 8px
}

.filter_items {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 244px;
    overflow-y: auto;
    z-index: 5;
    margin-right: -10px;
    padding-bottom: 20px;

}

@media screen and (max-width: 1365px) {
    .top-bar__menu {
        padding: 0 8px;
    }


    .menu__point {
        font-size: 14px;
    }

    .menu--hor .menu__link {
        padding-left: 8px;
        padding-right: 8px;
    }

    .menu__point--dropdown:before,
    .menu__point--dropdown:after {
        display: none;
    }

    .top-bar__right {
        padding: 0 8px;
    }
}
