/* FONTS */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans/opensans.eot');
    src: url('fonts/opensans/opensans.woff') format('woff'),
    url('fonts/opensans/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans/opensansbold.eot');
    src: url('fonts/opensans/opensansbold.woff') format('woff'),
    url('fonts/opensans/opensansbold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('fonts/opensans/opensanssemibold.eot');
    src: url('fonts/opensans/opensanssemibold.woff') format('woff'),
    url('fonts/opensans/opensanssemibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/opensans/opensanslight.eot');
    src: url('fonts/opensans/opensanslight.woff') format('woff'),
    url('fonts/opensans/opensanslight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    /*src: url('fonts/intro/IntroRegular.eot');*/
    src: /*url('fonts/intro/IntroRegular.woff') format('woff'),*/ url('fonts/intro/IntroRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'signika-cyrillic-regular';
    src: url('fonts/signika2/signika-regular-webfont.eot');
    src: url('fonts/signika2/signika-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/signika2/signika-regular-webfont.woff2') format('woff2'), url('fonts/signika2/signika-regular-webfont.woff') format('woff'), url('fonts/signika2/signika-regular-webfont.ttf') format('truetype'), url('fonts/signika2/signika-regular-webfont.svg#signikaregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'signika-cyrillic-semibold';
    src: url('fonts/signika2/signika-regular-webfont.eot');
    src: url('fonts/signika2/signika-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/signika2/signika-regular-webfont.woff2') format('woff2'), url('fonts/signika2/signika-regular-webfont.woff') format('woff'), url('fonts/signika2/signika-regular-webfont.ttf') format('truetype'), url('fonts/signika2/signika-regular-webfont.svg#signikaregular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'signika-cyrillic-bold';
    src: url('fonts/signika2/signika-regular-webfont.eot');
    src: url('fonts/signika2/signika-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/signika2/signika-regular-webfont.woff2') format('woff2'), url('fonts/signika2/signika-regular-webfont.woff') format('woff'), url('fonts/signika2/signika-regular-webfont.ttf') format('truetype'), url('fonts/signika2/signika-regular-webfont.svg#signikaregular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

html,
body {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    background: #ffffff;
    font-size: 13px;
    /*font-family: 'Open Sans Light', 'Arial', sans-serif;*/
    font-family: "signikaregular", "Helvetica", "Arial", "Verdana", sans-serif;
    color: #121212;
}

h1 {
    font-size: 37px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
}

p, ul, ol {
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

input:focus {
    outline: none;
}

pre {
    overflow: visible;
}

.wrapper {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-wrapper {
    width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 100%;
}

.content-wrapper a {
    color: #618d0e;
}

.content-wrapper p {
    margin-top: 25px;
    /*margin-bottom: -10px;
    padding: 0 30px 0 30px;*/
    line-height: 24px;
    text-align: justify;
}

.content-wrapper .warning {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 15px;
    color: #ea5c36;
    text-align: center;
}

.content-wrapper .warning a {
    color: #ea5c36;
}

.page-text {
    margin: 15px 0 15px 0;
}

.page-text p {
    width: 1280px;
    margin: 0 auto;
    padding: 0 10px 15px 10px;
    text-align: justify;
}

ul.page-text {
    margin: 35px 0 -10px 50px;
}

/* HEADER */

header {
    width: 100%;
    border-bottom: solid 1px #cddba9;
    text-transform: uppercase;
}

.header-top {
    font-family: 'Open Sans Light', 'Arial', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100px;
    background: #ffffff;
    border-bottom: solid 2px #e9cf3d;
}

.header-logo {
    display: block;
    background: url('/images/logo.png') no-repeat;
    width: 247px;
    height: 54px;
    float: left;
    margin: 23px 66px 0 0;
}

.header-text {
    color: #618d0e;
    font-size: 21px;
    width: 410px;
    float: left;
    margin: 29px 70px 0 0;
    text-align: center;
    letter-spacing: 0.5px;
}

.header-text span:first-child {
    display: inline-block;
    font-size: 28px;
    letter-spacing: 0;
    font-family: 'Open Sans', 'Arial', sans-serif;
    margin-bottom: 4px;
}

.header-contacts {
    float: left;
    margin: 20px 61px 0 0;
    width: 162px;
}

.phone {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 19px;
    font-style: normal;
    display: block;
}

.mode {
    display: block;
    width: 150px;
}

.header-log {
    display: block;
    float: left;
    width: 180px;
    height: 41px;
    line-height: 41px;
    transition-duration: 0.5s;
}

.header-log-bg {
    float: left;
    width: 37px;
    height: 41px;
    margin-right: 10px;
    background: url('/images/lk/icon-log.png') no-repeat;
    transition-duration: 0.5s;
}

.header-log:hover .header-log-bg {
    background: url('/images/lk/icon-log-hover.png') no-repeat;
    transition-duration: 0.5s;
}

.header-reg {
    display: block;
    float: left;
    width: 136px;
    height: 41px;
    line-height: 41px;
    margin-top: 31px;
    transition-duration: 0.5s
}

.header-reg-bg {
    float: left;
    width: 36px;
    height: 41px;
    margin-right: 10px;
    background: url('/images/lk/icon-reg.png') no-repeat;
    transition-duration: 0.5s;
}

.header-reg:hover .header-reg-bg {
    background: url('/images/lk/icon-reg-hov.png') no-repeat;
    transition-duration: 0.5s;
}

.header-log:hover,
.header-reg:hover {
    color: #618d0e;
    transition-duration: 0.5s
}

.header-bottom {
    height: 77px;
    background: #f5f5f5;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.catalog-menu {
    transform: scaleY(0);
    visibility: hidden;
    transition: transform .3s, visibility .3s;
    transform-origin: top;
    height: 436px;
    background-color: #eaeaea;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    border-top: 3px solid #d8d8d8;
    -webkit-box-shadow: inset 0px 2px 6px 0px rgba(216, 216, 0, 0.1);
    -moz-box-shadow: inset 0px 2px 6px 0px rgba(185, 100, 0, 0.1);
    box-shadow: inset 0px 2px 6px 0px rgba(185, 100, 0, 0.1);
    z-index: 1000;
}

.header-menu li.submenu:hover .catalog-menu {
    transform: scaleY(1);
    visibility: visible;
}

.catalog-menu-border {
    height: 3px;
    width: 100%;
    background-color: #82b12a;
    border-top: 1px solid #ffffff;
    position: absolute;
    bottom: 0;
}

.by-brand {
    position: relative;
    float: left;
    width: 224px;
}

.by-brand .menu-title {
    font-size: 15px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    text-align: left;
    display: block;
    margin: 23px 0 32px 15px;
}

.by-brand a.by-brand-logo {
    position: relative;
    display: block;
    width: 124px;
    text-align: center;
    margin-top: 8px;
}

.by-brand .by-brand-logo img {
    max-width: 120px;
    max-height: 48px;
}

.by-brand .by-brand-arrow {
    opacity: 0;
    position: absolute;
    top: 14px;
    right: -23px;
    width: 10px;
    height: 20px;
    background: url("/images/by-brand-arrow.png") no-repeat;
    transition-duration: 0.5s;
}

.by-brand a.by-brand-logo:hover .by-brand-arrow {
    opacity: 1;
    transition-duration: 0.5s;
}

.by-brand a.by-brand-logo:nth-child(3) .by-brand-arrow {
    top: 8px;
}

.by-brand a.by-brand-logo:nth-child(4) .by-brand-arrow {
    top: 11px;
}

.catalog-menu-separator {
    position: absolute;
    right: 55px;
    top: 42px;
}

.by-type {
    float: left;
    width: 230px;
    height: 360px;
    text-align: left;
}

.by-type.right {
    position: relative;
    padding-top: 87.5px;
    width: 238px;
}

.by-type .menu-title {
    font-size: 15px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    text-align: left;
    display: block;
    margin: 23px 0 17px 0;
}

.by-type .type-item {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    text-transform: uppercase;
    height: 40px;
    width: 206px;
    line-height: 15px;
}

.by-collection {
    float: right;
    width: 560px;
    padding-top: 87px;
    padding-left: 47px;
    text-align: left;
}

.by-collection .menu-title {
    font-size: 15px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    text-align: left;
    display: block;
    margin: 23px 0 22px 0;
}

.by-type.right .catalog-menu-separator {
    right: 10px;
}

.collection-item {
    position: relative;
    margin: 0 0 30px 0;
}

.collection-item a {
    display: block;
}

.collection-item img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.collection-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', sans-serif;
}

/* CONTENT */
.media {
    height: 539px;
    margin-bottom: 50px;
    background: #f7f7f7 url('/images/actions-bg.png') no-repeat 50% 50%;
    -webkit-box-shadow: inset 0px 2px 6px 0px rgba(185, 100, 0, 0.1);
    -moz-box-shadow: inset 0px 2px 6px 0px rgba(185, 100, 0, 0.1);
    box-shadow: inset 0px 2px 6px 0px rgba(185, 100, 0, 0.1);
}

.actions, .actions-static {
    display: block;
    width: 624px;
    height: 540px;
    float: left;
    margin-top: 0;
}

.video {
    width: 624px;
    height: 540px;
    float: right;
}

.brands {
    height: 576px;
    margin-bottom: 38px;
}

.brands-detail {
    height: 576px;
    margin-bottom: 38px;
    margin-top: 20px;
}

.brand-item {
    height: 273px;
    float: left;
    margin: 0 0 12px 0;
    position: relative;
}

.brand-item:nth-child(2) {
    margin-right: 0;
}

.brand-item:last-child {
    margin-right: 0;
}

.brand-item .brand-img {
    height: 276px;
    opacity: 0;
    transition-duration: 0.5s;
}

.brand-item .brand-img-bw {
    transition-duration: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    height: 276px;
}

.brand-item .brand-bg {
    transition-duration: 0.5s;
    width: 100%;
    height: 276px;
    top: 0;
    position: absolute;
    z-index: 5;
}

.brand-item .brand-logo {
    transition-duration: 0.5s;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.brand-item:hover .brand-bg {
    background-color: rgba(25, 25, 25, 0.64);
}

.brand-item:hover .brand-img {
    opacity: 1;
}

.brand-item:hover .brand-img-bw {
    opacity: 0;
}

.button-green {
    display: none;
    width: 232px;
    height: 51px;
    border: 2px solid #77a423;
    color: #77a423;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
}

.brand-item .button-green {
    transition-duration: 0.5s;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 130px;
    z-index: 15;
}

.brand-item:hover .button-green {
    display: block;
}

.button-green:hover {
    background: #77a423;
    color: #151515;
}

.news-main {
    height: 776px;
    margin-bottom: 45px;
    color: white;
    font-size: 37px;
}

.news-main-item {
    transition-duration: 0.5s;
    position: relative;
    width: 624px;
    height: 776px;
    float: left;
    overflow: hidden;
}

.news-main-item:nth-child(2n) {
    float: right;
}

.news-main-hover {
    transition-duration: 0.5s;
    width: 624px;
    height: 776px;
    background-color: rgba(19, 19, 19, 0.6);
    opacity: 0;
    position: absolute;
    top: 0;
}

.news-main-preview {
    transition-duration: 0.5s;
    width: 624px;
    height: 776px;
    color: white;
    opacity: 0;
    position: absolute;
    top: 0;
}

.news-main-preview-title {
    height: 120px;
    width: 503px;
    line-height: 35px;
    margin: 144px 0 0 62px;
    background: url('/images/news-preview-line.png') no-repeat left bottom;
}

.news-main-preview-text {
    width: 503px;
    margin: 55px 0 0 62px;
    padding: 28px 0 28px 25px;
    font-size: 23px;
    line-height: 29px;
    background: url('/images/news-preview-text-top.png') no-repeat left top,
    url('/images/news-preview-text-bottom.png') no-repeat right bottom;
}

.news-main-item .button-green {
    transition-duration: 0.5s;
    display: block;
    font-size: 13px;
    bottom: 156px;
}

.button-green.news-all {
    left: 62px;
}

.button-green.news-more {
    right: 62px;
}

.news-main-item:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.news-main-item:hover .news-main-hover {
    transition-duration: 0.5s;
    opacity: 1;
}

.news-main-item:hover .news-main-preview {
    transition-duration: 0.5s;
    opacity: 1;
}

.news-main-title {
    display: block;
    position: absolute;
    top: 18px;
    right: 0px;
    height: 80px;
    color: white;
    font-size: 37px;
    background-color: rgba(25, 25, 25, 0.64);
    padding: 27px 64px 0 30px;
}

.news-main-bg {
    background: url('/images/news-white-bg.png') no-repeat;
    width: 52px;
    height: 115px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.text {
    padding: 0 50px 20px 50px;
    margin-bottom: 23px;
}

/*CATALOG*/

.catalog-container {
    position: relative;
    font-family: 'Open Sans Light', 'Arial', sans-serif;
}

.catalog-filter {
    display: inline-block;
    vertical-align: top;
    width: 294px;
    margin: 30px 24px 30px 0;
}

.catalog-filter.table {
    display: block;
    width: 100%;
    margin: 30px 24px 0 0;
}

.filter-wrapper {
    height: 100%;
    background: #f5f5f5;
    padding: 25px;
}

.catalog-filter.table .bx_filter .bx_filter_search_reset {
    left: 0;
}

.catalog {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 324px);
    margin: 0 0 50px 0;
}

.catalog.table .catalog-table-detail {
    width: calc(100% - 200px);
}

.catalog.table .catalog-table-detail-row {
    width: 100%;
}

.catalog.table .cat-item-table-detail .catalog-table-detail-row div.colspan,
.catalog.table .cat-item-table-detail .catalog-table-detail-row div.price,
.catalog.table .cat-item-table-detail .catalog-table-detail-row div.count {
    width: 25%;
}

.catalog.table .cat-item-table-detail .catalog-table-title div {
    width: calc(25% - 50px);
}

.catalog.table .cat-item-table-detail .catalog-table-title div.icon {
    width: 200px;
    background: none;
}

@media (max-width: 1000px) {

    .catalog-filter.table .bx_filter_parameters_box,
    .catalog-filter.table .bx_filter .bx_filter_button_box {
        width: 50%;
    }

    .catalog-filter.table .bx_filter .bx_filter_search_reset {
        top: 13px;
        width: 100%;
    }

    .cat-item-table-row div, .cat-item-table-row a {
        font-size: 11px;
    }

    .catalog {
        width: 100%;
    }

    .catalog-filter {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 30px auto;
    }

    .filter-wrapper .smartfilter {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .filter-wrapper .smartfilter .bx_filter_parameters_box {
        width: 33.33%;
    }

    .filter-wrapper .smartfilter .bx_filter_select_container,
    .filter-wrapper .smartfilter .bx_filter_select_block {
        width: 100%;
    }

    .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container {
        text-align: center;
    }

    .catalog-view {
        position: relative;
        width: 100%;
        text-align: right;
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .filter-wrapper .smartfilter .bx_filter_parameters_box {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .catalog-filter.table .bx_filter .bx_filter_button_box {
        width: 100%;
    }

    .filter-wrapper .smartfilter .bx_filter_parameters_box {
        width: 100%;
    }
}

.catalog.table {
    width: 100%;
    z-index: 1;
}

.catalog p {
    padding: 0;
    text-align: center;
    margin: 11px 0 11px 0;
}

.catalog span {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    text-transform: uppercase;
}

/* CONTACTS */
.contacts-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.contacts-left {
    width: 403px;
    height: auto;
    background: #f5f5f5;
    border-top: 2px solid #82b12a;
    margin: 30px 0 26px 0;
    padding: 20px;
}

.contacts-right {
    width: calc(100% - 433px);
    height: auto;
    background: #f5f5f5;
    border-top: 2px solid #82b12a;
    margin: 30px 0 26px 0;
    padding: 20px;
}

.contacts-left table,
.contacts-right table {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
}

.contacts-left td {
    padding-bottom: 7px;
}

.contacts-right td {
    padding-bottom: 30px;
}

.contacts-map {
    position: relative;
    width: 100%;
    height: 760px;
    border: 1px solid #ededed;
    clear: both;
    margin: 0 0 60px 0;
    padding: 7px;
    max-height: 80vw;
}

.proezd-map {
    opacity: 1;
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    transition-duration: 0.5s;
}

.proezd-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yandex-map {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.map-button {
    position: absolute;
    top: 16px;
    width: 250px;
    height: 68px;
    background: #ffffff;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
    transition-duration: 0.5s;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}

.map-button:hover,
.map-button.active {
    color: #82b12a;
    transition-duration: 0.5s;
}

#proezd-map-button {
    right: 277px;
}

#yandex-map-button {
    right: 17px;
}

@media (max-width: 1000px) {
    .contacts-left {
        width: 350px;
    }

    .contacts-right {
        width: calc(100% - 380px);
    }

    .contacts-right td {
        width: 50%;
        font-size: 11px;
        padding-left: 5px;
    }

    .contacts-left td {
        font-size: 11px;
        padding-left: 5px;
    }
}

@media (max-width: 768px) {
    .contacts-left {
        width: 100%;
        margin-bottom: 0;
    }

    .contacts-right {
        width: 100%;
    }

    .contacts-left td,
    .contacts-right td {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    #proezd-map-button {
        right: auto;
        top: 10px;
        left: 10px;
        width: calc(50% - 14px);
        height: 35px;
        line-height: 35px;
    }

    #yandex-map-button {
        right: 10px;
        left: auto;
        top: 10px;
        width: calc(50% - 14px);
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 460px) {
    .contacts-left td,
    .contacts-right td {
        font-size: 11px;
    }
}

/* FOOTER */

.footer {
    font-family: 'Open Sans Light', 'Arial', sans-serif;
    border-top: 5px solid #ffd74e;
    height: 365px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
}

.footer-top {
    height: 325px;
    background: #f4f4f4;
    border-top: 5px solid #ffffff;
}

.footer-logo {
    display: block;
    background: url('/images/footer-logo.png') no-repeat;
    width: 326px;
    height: 352px;
    float: left;
    margin: -80px 50px 0 -39px;
}

.footer-contacts {
    float: right;
    width: 290px;
    padding: 30px 0 0 0;
}

.footer-call {
    display: flex;
    color: white;
    font-family: 'Open Sans', 'Arial', sans-serif;
    width: 267px;
    height: 40px;
    background-color: #6f8c26;
    padding: 0;
    margin: 20px 0 0 0;
    transition-duration: 0.5s;
}

.footer-call:hover {
    background-color: #82b12a;
    transition-duration: 0.5s;
}

.footer-call div {
    background: #82b12a url(/images/callback.png) no-repeat;
    background-size: 65%;
    background-position: center center;
    height: 40px;
    width: 50px;
}

.footer-call span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 50px);
    text-transform: uppercase;
}

.footer-adress {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-transform: none;
}

.footer-bottom {
    height: 40px;
    background: url('/images/footer-bottom-bg.png');
}

.copyright {
    display: block;
    float: right;
    text-transform: none;
    color: #151515;
    background: url('/images/logo-u.png') no-repeat;
    background-position: right bottom;
    height: 23px;
    padding: 0 70px 0 0;
    margin: 10px 0 0 0;
}

#toTop {
    width: 64px;
    height: 74px;
    background: url("/images/to-top.png") no-repeat;
    position: fixed;
    bottom: 40px;
    right: 25px;
    cursor: pointer;
    display: none;
    transition-duration: 0.5s;
    z-index: 1000;
}

#toTop:hover {
    background: url("/images/to-top-hover.png") no-repeat;
    transition-duration: 0.5s;
}

.callback {
    position: fixed;
    top: 100px;
    right: 0;
    width: 77px;
    height: 77px;
    background: #82b12a url("/images/callback.png") no-repeat 50% 50%;
    z-index: 1000;
    float: left;
    transition-duration: 0.5s;
}

.callback-hide {
    position: fixed;
    top: 100px;
    right: -190px;
    width: 190px;
    height: 77px;
    line-height: 77px;
    background: #76a223;
    z-index: 1000;
    transition-duration: 0.5s;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.transition {
    -webkit-transition: all 0.3s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease-out; /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out; /* Opera 10.50–12.00 */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera     12.50+ */
}

.basket-link {
    display: block;
    position: fixed;
    opacity: 0;
    top: 200px;
    right: 0;
    width: 77px;
    height: 77px;
    background: #82b12a url("/images/catalog/basket.png") no-repeat 50% 50%;
    z-index: 1000;
    float: left;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.basket-link.active {
    opacity: 1;
}

.basket-link.active:hover .cart-float {
    opacity: 1;
    visibility: visible;
}

.cart-float {
    position: absolute;
    top: 0;
    right: 0;
    width: 265px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
}

.cart-float .cart-float-in {

}

.cart-float .cart-float-top {
    height: 77px;
    color: #fff;
    background-color: #76a226;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
}

.cart-float .cart-float-ic {
    display: inline-block;
    width: 77px;
    height: 77px;
    background: #82b12a url("/images/catalog/basket.png") no-repeat 50% 50%;
    box-shadow: 2px 0px 0px 0px rgba(112, 155, 36, 0.1);
    vertical-align: top;
}

.cart-float .cart-float-total {
    display: inline-block;
    width: 170px;
    padding-left: 18px;
    vertical-align: top;
}

.cart-float .cart-float-total .head {
    font-size: 19px;
    font-weight: bold;
    line-height: 36px;
}

.cart-float .cart-float-total p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
}

.cart-float .cart-float-table {
    display: table;
    width: 100%;
}

.cart-float .cart-float-row {
    display: table-row;
}

.cart-float .cart-float-cell {
    display: table-cell;
}

.cart-float .cart-float-row.head > div {
    background-color: #e2e2e2;
    color: #8a8a8a;
    font-size: 11px;
}

.cart-float .cart-float-row > div {
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: #5e5e5e;
    background-color: #efefef;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}

.cart-float .cart-float-row > div:after {
    display: inline-block;
    position: absolute;
    top: 4px;
    height: 24px;
    width: 1px;
    background-color: #e2e2e2;
}

.cart-float .cart-float-row > div:first-child {
    color: #618d0e;
}

.cart-float .cart-float-row > div a,
.cart-float .cart-float-row > div a:hover {
    color: #618d0e;
}

.cart-float .cart-float-row:last-child > div {
    border-bottom-color: transparent;
}

.basket-link.basket-new:not(.active) {
    visibility: visible;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    right: 0;
    transition-property: all;
}

.basket-link.basket-new:not(.active):after {
    content: 'корзина';
    display: block;
    background: #76a223;
    line-height: 77px;
    margin-left: 77px;
    float: left;
    width: 190px;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.basket-link.basket-new:not(.active):hover {
    right: 190px;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #a79d7f;
    display: none;
}

.feedback {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 526px;
    display: none;
    z-index: 9999;
    padding: 75px 33px 0 33px;
    text-align: center;
    overflow: hidden;
    background: url("/images/forms/form-bg.png");
}

.feedback-close,
.video-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("/images/forms/close.png");
    transition-duration: 0.5s;
    cursor: pointer;
}

.feedback-close:hover,
.video-close:hover {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

@media (max-width: 450px){
    .feedback{
        transform: scale(0.8);
    }
}

@media (max-width: 400px){
    .feedback{
        transform: scale(0.7);
    }
}

/* 404 */

.not-found-bg {
    width: 100%;
    height: 710px;
    padding-top: 15px;
    background: url("/images/404-bg.png");
    max-height: 100vw;
}

.not-found-message {
    max-width: 90vw;
    max-height: 90vw;
    width: 661px;
    height: 681px;
    margin: 0 auto;
    background: url("/images/404-message.png") no-repeat;
    background-position: center center;
    background-size: contain;
}

/*PARSE*/

.upload {
    padding: 30px 0;
}

.upload .products,
.upload .offers,
.upload .pictires {
    margin: 50px 0;
}

.aj-loader {
    display: none;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: transparent url("/images/ajax-loader.gif") no-repeat center center;
    z-index: 100;
}

/*SEARCH*/

.search {
    position: relative;
}

.search span {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 15px;
}

.search input[name="code"] {
    width: 616px;
    padding: 11px 0 11px 12px;
    margin: 42px 55px 22px 0;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    -webkit-box-shadow: inset 0 2px 9px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: inset 0 2px 9px -1px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 2px 9px -1px rgba(0, 0, 0, 0.19);
}

.search input[type="submit"] {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 614px;
    top: 42px;
    border: none;
    background: transparent url("/images/search.png") no-repeat center right;
}

.search label {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.search input[type="checkbox"]:not(checked) {
    position: absolute;
    opacity: 0;
}

.search input[type="checkbox"]:not(checked) + label {
    position: relative;
    padding: 0 0 0 35px;
}

.search input[type="checkbox"]:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #e1e1e1;
}

.search input[type="checkbox"]:checked + label:before {
    background: url("/images/chexbox.png") no-repeat center center;
}

/*LK*/

.lk-wrapper {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 45px 0 0;
    max-width: 100%;
}

.lk-sidebar {
    width: 296px;
    /*height: 531px;*/
    display: inline-block;
    margin: 0 30px 60px 0;
    background: #eaeaea;
    vertical-align: top;
    font-family: 'Open Sans', 'Arial', sans-serif;
}

.lk-menu {
    display: block;
    width: 296px;
    background: #f5f5f5;
    border-bottom: 1px solid #ffffff;
    padding: 46px 0 0 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
}

.lk-menu li {
    list-style: none;
    margin-bottom: 25px;
}

.lk-menu li a {
    transition-property: color;
    transition-duration: 0.5s;
}

.lk-menu li a:hover,
.lk-menu li span.selected {
    color: #82b12a;
}

.lk-manager {
    position: relative;
}

.lk-manager-photo {
    width: 120px;
    height: 129px;
    padding-left: 13px;
    padding-top: 10px;
}

.lk-manager-photo img {
    max-width: 110px;
    max-height: 120px;
}

.lk-manager-border {
    position: absolute;
    top: 0;
    left: 0;
}

.lk-manager-name {
    width: 168px;
    height: 126px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 10px 0 15px;
    font-weight: bold;
    font-size: 17px;
}

.lk-manager-name .title {
    display: inline-block;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
}

.lk-manager-phone {
    position: absolute;
    width: 100%;
    bottom: -192px;
    padding-left: 18px;
    color: #ffffff;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 19px;
    line-height: 29px;
}

.lk-manager-mail {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -235px;
    padding-left: 47px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    background: url("/images/lk/lk-manager-mail.png") no-repeat 19px 7px;
}

.lk-profile,
.lk-files,
.lk-orders,
.manager,
.manager-edit,
.customers {
    width: 930px;
    min-height: 630px;
    display: inline-block;
    margin: 0 0 60px 0;
    vertical-align: top;
    max-width: calc(100% - 330px);
}

.lk-profile-item {
    float: right;
    width: calc(50% - 6px);
    height: 56px;
    background: #f5f5f5;
    font-size: 15px;
    margin-bottom: 12px;
}

.lk-profile-item:nth-child(2n+1) {
    float: left;
    margin-right: 12px;
}

.lk-profile-item .title {
    float: left;
    width: auto;
    height: 56px;
    line-height: 56px;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    padding-left: 17px;
}

.lk-profile-item .value {
    width: auto;
    height: 56px;
    line-height: 16px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.lk-profile-button {
    float: right;
    width: 199px;
    height: 49px;
    border: 1px solid #e9cf3d;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 49px;
    margin-top: 28px;
    background: none;
    cursor: pointer;
    transition-duration: 0.5s;
}

.lk-profile-button:hover {
    background: #e9cf3d;
    transition-duration: 0.5s;
}

.lk-profile-button.back {
    float: left;
}

.lk-edit-profile {
    position: absolute;
    top: 45px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    width: 930px;
    display: inline-block;
    margin: 0 0 60px 0;
    vertical-align: top;
}

.lk-edit-profile .title {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.lk-form {
    position: relative;
    margin: 34px 0 0 0;
}

.lk-form-input {
    position: relative;
    display: inline-block;
    width: calc(50% - 8px);
    height: 42px;
    border: 1px solid #ededed;
    margin-bottom: 12px;
    padding: 4px;
}

.lk-form-input:nth-child(2n) {
    margin-right: 12px;
}

.lk-form-input input {
    width: 100%;
    height: 100%;
    border: 1px solid #ededed;
    padding-left: 17px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
}

.lk-form-input input::-webkit-input-placeholder {
    color: #a3a3a3;
}

.lk-form-input input::-moz-placeholder {
    color: #a3a3a3;
}

.lk-form-input input:-moz-placeholder {
    color: #a3a3a3;
}

.lk-form-input input:-ms-input-placeholder {
    color: #a3a3a3;
}

.lk-form-input .plus {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #82b12a;
    cursor: pointer;
}

.plus .plus-description {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 21px;
    left: -76px;
    width: 162px;
    height: 35px;
    line-height: 28px;
    background: url('/images/lk/plus-description.png') no-repeat;
    color: #82b12a;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    text-align: center;
    z-index: 10;
    transition-property: opacity, visibility;
    transition-duration: 0.5s;
}

.lk-form-input .plus:hover .plus-description {
    opacity: 1;
    visibility: visible;
}

.lk-form .buttons {
    position: absolute;
    right: 0;
    bottom: -76px;
    width: 415px;
    padding-right: 3px;
}

.lk-form-button {
    float: right;
    width: 199px;
    height: 49px;
    background: #ffffff;
    border: 1px solid #e9cf3d;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 49px;
    margin-top: 28px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.lk-form-button:hover {
    background: #e9cf3d;
    transition-duration: 0.5s;
}

.lk-error {
    float: left;
    margin-top: 5px;
    max-width: 700px;
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.lk-files {
    width: 930px;
    display: inline-block;
    margin: 0 0 60px 0;
    vertical-align: top;
}

.lk-files-accordion {
    position: relative;
}

.lk-files .title {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 17px;
}

.lk-files-item {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 111px;
    margin: 0 26px 28px 0;
    text-align: center;
    background: url("/images/lk/lk-file-bg.png") no-repeat;
    transition-duration: 0.5s;
}

.lk-files-item:nth-child(3n) {
    margin: 0 0 28px 0;
}

.lk-files-item:hover {
    background: url("/images/lk/lk-file-bg-hover.png") no-repeat;
    transition-duration: 0.5s;
}

.lk-files-item .pdf {
    position: absolute;
    top: -13px;
    left: 119px;
    width: 50px;
    height: 58px;
    line-height: 58px;
    background: url("/images/lk/lk-pdf.png") no-repeat;
    transition-duration: 0.5s;
    color: #fff;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.lk-files-item:hover .pdf {
    background: url("/images/lk/lk-pdf-hover.png") no-repeat;
    transition-duration: 0.5s;
    color: #82b12a;

}

.lk-files-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -1px;
    left: 71px;
    display: block;
    width: 146px;
    height: 32px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 31px;
    transition-duration: 0.5s;
}

.lk-files-button:hover {
    background: #ffffff;
    color: #82b12a;
    transition-duration: 0.5s;
}

.lk-files-item:hover .lk-files-button {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.5s;
}

.lk-filename {
    position: absolute;
    top: 50px;
    width: 100%;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition-duration: 0.5s;
}

.lk-files-item:hover .lk-filename {
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.5s;
}

.lk-files-border {
    position: absolute;
    left: 9px;
    top: 49px;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eaeaea;
    transition-duration: 0.5s;
}

.lk-sections {
    width: 935px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lk-sections-back {
    display: block;
    width: 113px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 37px;
    margin: 0 0 32px 0;
    font-size: 13px;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    background: url('/images/nav/detail-prev-icon-hover.png') no-repeat 8px 8px,
    url('/images/nav/detail-prev-hover.png') no-repeat;
}

.lk-sections-back:hover,
.lk-sections-back:active {
    color: #fff;
}

.lk-section {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    width: 140px;
    height: 85px;
    margin: 0 19px 21px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #82b12a;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    transition-property: color, background;
    transition-duration: 0.5s;
}

.lk-section:nth-child(6n) {
    margin: 0 0 21px 0;
}

.lk-section:hover {
    background: #82b12a;
    color: #fff;
}

.orders-table {
    display: none;
    width: 100%;
    border-top: 1px solid #d3d3d3;
}

.orders-table.active {
    display: block;
}

.lk-orders .message,
.customers .message {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 18px;
    color: #82b12a;
}

.orders-table__row,
.order-detail__row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.orders-table__cell {
    width: 185px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 14px;
    background: #f5f5f5;
    margin: 0 0 2px 0;
}

.orders-table__cell_title,
.order-detail__cell_title {
    height: 43px;
    line-height: 43px;
    font-size: 13px;
    text-transform: uppercase;
    color: #959595;
    background: none;
    margin: 0;
}

.orders-table__cell_title-id {
    width: 117px;
}

.orders-table__cell_id {
    width: 117px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
}

.orders-table__cell_name,
.orders-table__cell_title-status {
    width: 250px;
}

.orders-table__cell_link {
    text-transform: uppercase;
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.5s;
}

.orders-table__cell_link:hover {
    color: #82b12a;
}

.order-detail {
    display: none;
}

.order-detail.active {
    width: 930px;
    max-width: calc(100% - 330px);
    display: inline-block;
    margin: 0 0 50px 0;
}

.order-detail__table {
    width: 100%;
    border-top: 1px solid #d3d3d3;
    margin: 28px 0 0 0;
}

.order-detail__cell_back {
    width: 187px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 37px;
    font-size: 13px;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    background: url('/images/nav/detail-prev-icon-hover.png') no-repeat 8px 8px,
    url('/images/nav/detail-prev-hover.png') no-repeat;
}

.order-detail__cell_green {
    width: 249px;
    height: 36px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #82b12a;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.order-detail__cell_green-status {
    width: 300px;
}

.order-detail__cell {
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 14px;
    margin: 0 0 2px 0;
}

.order-detail__row:nth-child(odd) .order-detail__cell {
    background: #efefef;
}

.order-detail__cell,
.order-detail__cell_title {
    width: 77px;
    text-align: center;
}

.order-detail__cell_title {
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-weight: normal;
}

.order-detail__cell_title-articul {
    width: 142px;
}

.order-detail__cell_name {
    width: 470px;
    padding: 0 0 0 20px;
    text-align: left;
}

.order-detail__cell_articul {
    width: 142px;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
}

.order-detail__sum {
    position: relative;
    width: 100%;
    text-align: right;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 25px 0 0 0;
}

.order-detail__sum span {
    font-size: 21px;
    color: #82b12a;
}

.order-detail__back {
    position: absolute;
    top: -10px;
    left: 0;
    height: 33px;
    line-height: 33px;
    border: 2px solid #e9cf3d;
    padding: 0 43px;
    text-align: center;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition-property: color, background;
    transition-duration: 0.5s;
    z-index: 1;
}

.order-detail__back:hover {
    background: #e9cf3d;
    color: #fff;
}

.manager__photo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 116px;
    overflow: hidden;
    margin: 0 38px 0 0;
    border-bottom: 1px solid #fff;
}

.manager__photo img {
    max-width: 100px;
    max-height: 116px;
}

.manager__photo_frame {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100px;
    height: 116px;
    background: url("/images/lk/photo-frame1.png") no-repeat;
}

.manager__info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 142px);
}

.manager__name {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #82b12a;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 21px;
}

.manager__phones-wr,
.manager__phones {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.manager__phone {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin: 0 30px 30px 0;
}

.manager-edit {
    position: initial;
    opacity: 1;
    visibility: visible;
    width: 930px;
    display: none;
    margin: 0 0 60px 0;
    vertical-align: top;
}

.manager-edit.--visible {
    display: inline-block;
}

.manager.--hidden {
    display: none;
}

.manager-edit .lk-form {
    margin: 0;
}

.manager-edit .lk-form-input:nth-child(odd) {
    margin-right: 12px;
}

.manager-edit .lk-form-input:nth-child(even) {
    margin-right: 0;
}

.manager-edit .lk-form .buttons {
    bottom: 65px;
}

.file-upload-wr {
    width: 282px;
    padding: 0 0 0 24px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    color: #7c7c7c;
}

.file-upload {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 115px;
}

.file-upload img {
    max-width: 116px;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.filename {
    opacity: 0;
    background: #fff;
    border: 0;
}

.lk-brands {
    width: 938px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.lk-brands img {
    max-width: 100%;
}

.lk-brands-item {
    width: 49%;
    margin: 0 0 12px 0;
}

.customers {
    display: none;
}

.customers.active {
    display: inline-block;
}

.customers__search-wr {
    width: 100%;
    height: 75px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-content: center;
    -webkit-align-content: center;
    -moz-box-align: center;
}

.customers__search {
    width: 484px;
    height: 46px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dddddd;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 14px;
    color: #737373;
    background: #f6f6f6 url("/images/lk/search.png") no-repeat right 12px top 10px;
}

.customers__list {
    position: relative;
    width: 100%;
    border-top: 1px solid #dddddd;
}

.customers__list .customers__list_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    z-index: 1;
}

.customers__list .title {
    position: relative;
    vertical-align: middle;
    padding: 15px 0 15px 23px;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 20px;
    z-index: 10;
    cursor: pointer;
}

.customers__new-order {
    display: inline-block;
    vertical-align: middle;
    width: 111px;
    height: 22px;
    margin: 0 0 0 44px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    background: #e17c46;
}

.customers__priority {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 18px;
    height: 27px;
    cursor: pointer;
    background: url('/images/lk/priority.png') no-repeat,
    url('/images/lk/priority-active.png') no-repeat;
    z-index: 100;
    transition-property: background;
    transition-duration: 0.5s;
}

.customers__priority.active,
.customers__priority:hover {
    background: url('/images/lk/priority-active.png') no-repeat;
}

.customers__button {
    position: absolute;
    top: 9px;
    right: 49px;
    width: 159px;
    height: 32px;
    cursor: pointer;
    border: 2px solid #d0d0d0;
    z-index: 100;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    transition-property: border;
    transition-duration: 0.5s;
}

.customers__button:hover {
    border: 2px solid #e9cf3d;
}

.customers__list [data-accordion] > [data-control]:after {
    top: 18px;
    right: -30px;
}

.customers-item {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dddddd;
}

.customers__accordion:last-child .customers-item {
    border-bottom: none;
}

.customers-item .orders-table__cell {
    width: 231px;
}

.customers-item .orders-table__row:nth-child(odd) .orders-table__cell {
    background: #efefef;
}

.customers-item .orders-table__row:nth-child(odd) .orders-table__cell_title {
    background: none;
}

.order-detail__cell_green.order-detail__cell_status {
    position: relative;
    border-left: 1px solid #d3d3d3;
    width: 420px;
    text-align: left;
    padding: 0 0 0 12px;
}

.order-detail__cell_green.order-detail__cell_num {
    width: 120px;
    justify-content: center;
    text-align: center;
}

.order-detail__cell_green.order-detail__cell_date {
    width: 135px;
    justify-content: center;
    text-align: center;
}

.order-detail__cell_xls {
    width: 284px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 12px;
    background: #82b12a url("/images/lk/xsl.png") no-repeat right 15px top 5px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.order-detail__change-status {
    position: absolute;
    top: 10px;
    right: 23px;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    border-bottom: 1px dashed #5e5e5e;
    color: #5e5e5e;
    cursor: pointer;
}

.order-detail__change-status:after {
    display: block;
    position: absolute;
    top: 6px;
    right: -13px;
    content: '';
    width: 6px;
    height: 5px;
    background: url(/images/lk/arrow-down.png) no-repeat;
}

.order-detail__select {
    display: none;
    position: absolute;
    left: -1px;
    top: 34px;
    width: 317px;
    border: 1px solid #dddddd;
    background: #fff;
    z-index: 2;
}

.order-detail__select.active {
    display: block;
}

.order-detail__select span {
    display: block;
    width: 100%;
    height: 46px;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 46px;
    color: #5e5e5e;
    text-align: center;
}

.status-separator {
    margin: 0 auto;
    width: 75px;
    height: 2px;
    background: #5e5e5e;
}

.status-list {
    display: block;
    text-align: center;
}

.status-list li {
    list-style: none;
    font-size: 13px;
    color: #5e5e5e;
    cursor: pointer;
}

.status-list li.select {
    color: #82b12a;
    cursor: text;
}

/* АДАПТИВ */

/* Smartphones (portrait and landscape) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .wrapper {
        width: 1270px;
    }

    .footer-contacts {
        width: 280px;
    }
}
*/
.tech-list {
    list-style: none;
    text-align: center;
    margin-top: 42px;
}

.tech-list li {
    display: inline;
    margin-right: 10px;
}

.tech-list li:before {
    content: '';
    display: inline-block;
    background-color: #618d0e;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 8px;
}

.tech-list li a {
    font-size: 20px;
    font-weight: bold;
}

.back-button {
    margin-top: 42px;
}

.back-button a {
    display: inline-block;
    background-color: #82b12a;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.back-button a:hover {
    background-color: #9fc852;
    transition-duration: 0.5s;
}

.file-manager {
    width: 930px;
    display: inline-block;
    margin: 0 0 60px 0;
    vertical-align: top;
    max-width: calc(100% - 330px);
}

.file-manager-wrap {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.file-manager .file-manager-item {
    text-align: center;
    width: calc(20% - 5px);
    height: auto;
    margin: 0 5px 21px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #82b12a;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    min-height: 75px;
}

.file-manager .file-manager-folder {

}

.file-manager .file-manager-folder a {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    margin: 0 19px 21px 0;
    transition-property: color, background;
    transition-duration: 0.5s;
    padding: 5px;
}

.file-manager .file-manager-folder a:hover {
    background: #82b12a;
    color: #fff;
}

.file-manager .file-manager-file {
    position: relative;
    padding: 10px 0;
}

.file-manager .file-manager-file .image {
    height: 112px;
    text-align: center;
    line-height: 112px;
    vertical-align: middle;
}

.file-manager .file-manager-file .image img {
    vertical-align: middle;
}

.file-manager .file-manager-file span {
    display: block;
}

.file-manager .file-manager-file input {
    position: absolute;
    top: 10px;
    right: 10px;
}

.fixed-buttons {

}

.sort-by {
    margin-bottom: 15px;
}

.sort-by a {
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 11px;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 16px;
    margin: 0 3px;
}

.sort-by a.active {
    color: #618d0e;
    border-color: #618d0e;
    cursor: default;
}

/* Drop zone for upload files */
.drop-zone {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: -1;
    top: 0;
    left: 0;
    padding: 20vh 15vh 10vh;
}

.drop-zone.active {
    background: rgba(148, 162, 120, 0.85);
    z-index: 1001;
}

.drop-zone.active:before {
    position: absolute;
    height: 90vh;
    width: 90vw;
    content: "Загрузить файлы в личный кабинет";
    display: block;
    border: #e1e2de dashed 5px;
    margin: 5vh 5vw;
    border-radius: 3vh;
    text-align: center;
    font-size: 50px;
    padding-top: 5vh;
    color: #e1e2de;
    top: 0;
    left: 0;
}

.drop-zone .dz-preview {
    display: none;
}

#loader {
    display: none;
    background: url(/images/loading.gif) no-repeat 50% 50% rgba(255, 255, 255, 0.75);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.file-manager-breadcrumb {
    margin-bottom: 15px;
}

.file-manager-breadcrumb a,
.file-manager-breadcrumb i {
    margin-right: 10px;
}

.grecaptcha-badge {
    display: none !important;
}

/* Ссылка на страницу регистрации */
.catalog-price-register-link {
    text-transform: none !important;
    text-decoration: underline;
    cursor: pointer;
}

.catalog-price-register-link:hover {
    text-decoration: none;
}

/* fix блока сортировки */
@media (max-width: 550px) {
    .catalog.table .sorts {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 25px 0 0;
        justify-content: center;
        text-align: center;
    }

    .catalog.table .sorts .show-all {
        margin: 0;
    }
}

/* custom h1 */
.custom-h1 {
    font-size: 37px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}

/* цитата (главная) */
.maintext-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.maintext-box img {
    max-width: 100%;
    height: auto!important;
}

.maintext-box__image {
    width: 270px;
    height: auto;
    padding-right: 30px;
}

.maintext-box__content {
    width: calc(100% - 270px);
    margin-top: 20px;
}

.maintext-box__cit {
    position: relative;
}

.maintext-box__quot-top {
    width: 66px;
    position: absolute;
    top: 0;
    left: 0;
}

.maintext-box__cit-text {
    width: calc(100% - 132px);
    margin: 0 auto;
    font-style: italic;
    padding: 40px 30px;
    font-size: 16px;
}

.maintext-box__quot-bottom {
    width: 66px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
}

.maintext-box__desc {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 96px;
}

.maintext-box__name {
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}

.maintext-box__pos {
    font-size: 14px;
}

@media (max-width: 768px){
    .maintext-box__image {
        width: 150px;
        height: auto;
        padding-right: 10px;
    }

    .maintext-box__content {
        width: calc(100% - 160px);
        margin-top: 0;
    }

    .maintext-box__cit {
        position: relative;
    }

    .maintext-box__quot-top {
        width: 33px;
    }

    .maintext-box__cit-text {
        width: 100%;
        padding: 35px 0;
    }

    .maintext-box__quot-bottom {
        width: 33px;
    }

    .maintext-box__desc {
        padding-right: 0;
    }
}

@media (max-width: 450px){
    .maintext-box__image {
        width: 100%;
        padding: 0 90px;
        text-align: center;
    }

    .maintext-box__content {
        width: 100%;
    }

    .maintext-box__desc {
        text-align: center;
        align-items: center;
    }
}

/* lk media */
@media (max-width: 1275px){
    .order-detail__cell_xls,
    .order-detail__cell_green{
        font-size: 10px;
    }
}

@media (max-width: 1100px) {
    .order-detail__cell_xls {
        width: 56px;
        text-indent: -1111px;
    }
    .order-detail__cell_green.order-detail__cell_status{
        width: 40%;
    }
    .order-detail__cell_green.order-detail__cell_num{
        width: calc(40% - 56px);
    }
    .order-detail__cell_green.order-detail__cell_date{
        width: 20%;
    }
    .order-detail__change-status{
        text-indent: -1111px;
    }





    .file-manager .file-manager-item {
        font-size: 13px;
    }

    .lk-profile-item {
        font-size: 13px;
    }

    .manager__phones {
        width: 100%;
    }

    .manager__phone {
        font-size: 13px;
        margin: 0 15px 15px 0;
    }

    /* * */
    .customers__list .title {
        font-size: 15px;
    }

    .orders-table__cell {
        font-size: 12px;
        height: auto;
    }

    .orders-table__cell_title, .order-detail__cell_title {
        font-size: 12px;
        height: auto;
        font-size: 12px;
        height: auto;
        line-height: 15px;
        min-height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* * * */
    .lk-form .buttons {
        width: calc(100% - 300px);
    }

    .lk-form-button,
    .lk-profile-button {
        width: 45%;
    }
}

@media (max-width: 1000px) {

    .file-manager .file-manager-item {
        width: calc(33% - 5px);
    }

    .lk-files {
        width: 930px;
        display: inline-block;
        margin: 0 0 60px 0;
        vertical-align: top;
        min-height: initial;
    }

    .lk-profile-item {
        width: 100%;
        margin: 0 0 12px;
    }

    .order-detail.active .lk-form-input,
    .order-detail.active .lk-form-input:nth-child(2n) {
        width: 100%;
        margin: 0 0 12px;
    }

    .manager__name {
        border: none;
        font-size: 18px;
    }

    .manager__phones {
        flex-direction: column;
    }

    .manager__phone {
        font-size: 15px;
        margin: 0 0 15px;
    }

    /* * * */
    .customers__list .title {
        font-size: 11px;
        max-width: calc(50% - 20px);
        height: 47px;
    }

    .customers__button {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 50px 15px auto;
    }

    .customers__list .customers__list_border {
        height: 100%;
        z-index: -1;
    }

    .customers__new-order {
        position: absolute;
        margin: 0;
        top: 13px;
        right: 97px;
        left: auto;
    }

    .customers-item {
        border: 1px solid white;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .lk-files-accordion [data-content] {
        width: 100%;
    }

    .lk-files-accordion:not(.open) .customers__priority {
        position: absolute;
        top: auto;
        bottom: 12px;
        right: 16px;
        width: 18px;
        height: 27px;
        cursor: pointer;
        background: url(/images/lk/priority.png) no-repeat, url(/images/lk/priority-active.png) no-repeat;
        z-index: 100;
        transition-property: background;
        transition-duration: 0.5s;
    }

    /* * * */
    .plus .plus-description {
        display: none;
    }

    .lk-form .buttons {
        width: 100%;
        position: relative;
        margin-top: 25px;
    }

    .lk-form-button,
    .lk-profile-button {
        width: 48.5%;
    }

    .manager-edit .lk-form-input,
    .manager-edit .lk-form-input:nth-child(odd) {
        width: 100%;
        margin-right: 0;
    }

    .file-upload-wr {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .file-manager {
        max-width: 100%;
    }

    .lk-brands-item {
        width: 100%;
        margin: 0 0 12px 0;
        text-align: center;
    }

    .lk-sidebar {
        width: 100%;
        margin: 0 0 60px;
    }

    .lk-menu {
        width: 100%;
        text-align: center;
        padding: 15px 15px 0;
    }

    .lk-profile,
    .lk-files,
    .lk-orders,
    .manager,
    .manager-edit,
    .customers {
        max-width: 100%;
        min-height: initial;
    }

    .order-detail.active {
        max-width: 100%;
    }
}

@media (max-width: 460px) {
    .file-manager .file-manager-item {
        width: calc(50% - 5px);
    }

    .customers__list .title {
        max-width: calc(50% - 63px);
    }

    .customers__new-order {
        right: 50px;
    }

    .customers__button {
        margin: 10px 50px 15px auto;
    }

    .orders-table__row, .order-detail__row {
        flex-wrap: wrap;
    }

    .customers-item .orders-table__cell {
        width: 33% !important;
    }

    .customers-item .orders-table__cell:nth-child(4),
    .customers-item .orders-table__cell:nth-child(5) {
        width: 49.7% !important;
    }
}

@media (max-width: 380px) {
    .manager {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .manager__photo {
        margin: 0 0 15px;
    }

    .manager__info {
        width: 100%;
        text-align: center;
    }

    .manager .lk-profile-button {
        margin: 0 auto;
    }
}


@media (max-width: 1280px){
    h1,.custom-h1{
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width: 1000px){
    h1,.custom-h1{
        font-size: 26px;
        line-height: 28px;
    }

    .basket-link,
    .callback{
        width: 50px;
        height: 50px;
        background-size: 70%;
        top: auto;
    }
    .basket-link {
        bottom: 15px;
    }
    .callback{
        bottom: 70px;
    }
    .callback.--bottom{
        bottom: 15px;
    }
    .basket-link.active:hover .cart-float{
        display: none;
    }
}

@media (max-width: 768px){
    h1,.custom-h1{
        font-size: 20px;
        line-height: 22px;
    }
}

.page-contacts{
    font-family: 'Open Sans', 'Arial', sans-serif;
}
.page-contacts h1{
    font-size: 21px;
}
.page-contacts h2{
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}
.page-contacts .map{
    margin: 25px 0;
}
.page-contacts .content{
    margin: 25px 0;
    display: inline-block;
}
.page-contacts .row{
    margin-right: 0;
    margin-left: 0;
}
.page-contacts .col-md-3{
    padding: 25px 30px;
    background: #f8f8f8
}
.page-contacts .col-md-9{
    padding-left: 45px
}
.page-contacts .col-md-3 p:last-child{
    margin-bottom: 0;
}
.page-contacts p{
   text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}
.page-contacts a[href^="tel:"],.page-contacts a[href^="mailto:"] {
    color: #121212;
    text-decoration: none;
}
div.button_feedback{
    margin: 50px 0;
}
.button_feedback a{
    margin: 0 auto;
    display: block;
    width: 30%;
    background: rgb(254,175,77);
    background: linear-gradient(
            0deg, rgba(254,175,77,1) 0%, rgba(254,208,150,1) 100%);
    text-align: center;
    padding: 10px 0;
    border: solid 2px #fed096;
    -webkit-box-shadow: 4px 4px 8px 0px rgb(94 87 149 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(94, 87, 149, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(94 87 149 / 20%);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
@media (max-width: 768px){
    .page-contacts .content{
        margin: 0;
    }
    .page-contacts h2{
        margin: 25px 0;
    }
    .page-contacts .button_feedback{
        margin: 25px 0;
    }
    .page-contacts .button_feedback a{
        width: 90%;
    }
    .page-contacts .col-md-3{
        padding: 15px 20px;
        background: #f8f8f8
    }
    .page-contacts .col-md-9{
        padding-left: 15px
    }
}