* {
    box-sizing: border-box;
}

body {
    font-family: "Verdana", "Open Sans", "Geneva", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin: 0;
}

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

p {
    margin: 8px auto;
}

a {
    color: #0c8ba5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

body a[href^="mailto"] {
    text-decoration: underline;
}

body a[href^="mailto"]:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active, a:focus {
    outline: 0;
    outline-style: none;
    outline-width: 0;
}

.underline {
    text-decoration: underline;
}

table {
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    border-collapse: collapse;
    width: 100%;
}

.table-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.table-wrap table {
    margin: 0px;
}

caption {
    width: 100%;
    background: #aaeaff;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

caption, td, th {
    text-align: left;
    padding: 9px 22px 10px;
}

td, th {
    color: #000;
    position: relative;
    border-left: none;
    border-right: none;
    padding-top: 11px;
    padding-bottom: 12px;
}

table tr:not(:last-child) td:after, table tr:not(:last-child) th:after, table thead tr td:after, table thead tr th:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    left: 0;
    bottom: 0;
}

table tr:not(:last-child) td:first-child:after, table tr:not(:last-child) th:first-child:after, table thead tr td:first-child:after, table thead tr th:first-child:after {
    left: 20px;
    width: calc(100% - 20px);
}
.content tr:not(:last-child) td:first-child:after, .content table tr:not(:last-child) th:first-child:after, .content table thead tr td:first-child:after, .content table thead tr th:first-child:after {
    width: calc(100% - 40px);
}
table tr:not(:last-child) td:after, table tr:not(:last-child) th:after, table thead tr td:after, table thead tr th:after {
    right: 20px;
    left: auto;
    width: calc(100% - 20px);
}

table td {
    font-weight: normal;
}

img[style*="float: left"], img[style*="float:left"] {
    margin-right: 10px;
}

img[style*="float: right"], img[style*="float:right"] {
    margin-left: 10px;
}

button {
    cursor: pointer;
    outline: none;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

input {
    height: 30px;
}

textarea {
    resize: vertical;
}

input, textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 3px;
    background: #fff;
    max-width: 100%;
    border: 1px solid #fff;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

.error input, .error textarea {
    border-color: #d80202;
}

[type="submit"], .btn-default {
    padding: 12px 29px;
    background: transparent;
    border: 3px solid;
    display: inline-block;
    text-transform: uppercase;
    color: #11c7ee;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
    height: 46px;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    text-align: center;
    width: max-content;
    max-width: 100%;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[type="submit"]:disabled, .btn-default:disabled, .btn-default.disabled, [type="submit"]:disabled:hover, .btn-default:disabled:hover, .btn-default.disabled:hover {
    color: #bebebe;
    background: transparent;
    border-color: currentColor;
    cursor: default;
}

[type="submit"]:hover, .btn-default:hover {
    background-color: #10c8ee;
    border-color: #10c8ee;
    color: #fff;
}

[type="submit"]:active, .btn-default:active {
    background-color: #0da1bf;
    border-color: #0da1bf;
    color: #fff;
}

.btn-blue {
    background-color: #0fc8ee;
    border-color: #0fc8ee;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:active {
    background-color: transparent;
    color: #11c7ee;
}

.btn--hidden {
    display: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    margin: .8em 0;
}

h1, .h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 1px;
}

h2, .h2 {
    font-size: 20px;
    color: #0fa6c6;
    margin-top: 1px;
    margin-bottom: 3px;
}

h3, .h3 {
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 5px;
}

h4, .h4 {
    font-size: 16px;
    color: #444;
    margin-top: 5px;
    margin-bottom: 5px;
}

h5, .h5 {
    font-size: 16px;
    color: #0c8ba5;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

h6, .h6 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul {
    list-style-type: disc;
    padding-left: 35px;
}

ul.default, .sitemap ul {
    list-style: disc outside none;
}

ol {
    padding-left: 35px;
}

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

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 15px 20px 15px 80px;
    min-height: 75px;
    border-radius: 4px;
    clear: both;
    font-style: italic;
    color: #fff;
    background-color: #535353;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

blockquote > * {
    width: 100%;
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    top: 21px;
    bottom: 18px;
    left: 15px;
    width: 50px;
    border-right: 2px solid #fff;
    background: url("../img/logo-quote.png") left center no-repeat;
}

blockquote p:first-child {
    margin-top: 0;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote a, blockquote a:hover {
    color: inherit;
}

.noscroll {
    overflow: hidden;
}

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

.positioned {
    position: relative;
}

.hidden {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container-base {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.loader {
    position: relative;
    width: 0;
    padding: 20px;
    background: -webkit-linear-gradient(rgba(0,0,0,1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.4) 70%), -webkit-linear-gradient(right, rgba(0,0,0,.2) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.8) 70%);
    background: linear-gradient(rgba(0,0,0,1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.4) 70%), linear-gradient(to left, rgba(0,0,0,.2) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.8) 70%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100% 10%;
    background-position: 50% 0%, 0 50%;
    -webkit-animation: loading .7s infinite steps(8);
    animation: loading .7s infinite steps(8);
}

.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(rgba(0,0,0,.1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.5) 70%), -webkit-linear-gradient(right, rgba(0,0,0,.3) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.9) 70%);
    background-image: linear-gradient(rgba(0,0,0,.1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.5) 70%), linear-gradient(to left, rgba(0,0,0,.3) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.9) 70%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100% 10%;
    background-position: 50% 0%, 0 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes loading {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes loading {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.loader:not(.active) {
    display: none;
}

.placeholder .iframe-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.placeholder .iframe-wrap:before {
    content: '';
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
}

.placeholder .iframe-wrap iframe, .placeholder .iframe-wrap object, .placeholder .iframe-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placeholder > *:first-child {
    margin-top: 0!important;
}

.placeholder > *:last-child {
    margin-bottom: 0;
}

.title-default--top0 {
    margin-top: 0;
}

.title-default--bottom0 {
    margin-bottom: 0;
}

.section-default {
    padding: 60px 0;
    margin: 0;
}

.section-default--bottom {
    padding-bottom: 0px!important;
}

.section-default--top {
    padding-top: 0px!important;
}

.section-default__header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}

.section-default__header .title-default {
    margin-right: 16px;
}

.section-default__header .link-default {
    margin-top: 3px;
}

.section-default__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.section-default__bottom a+a {
    margin-left: 20px;
}

.section-default__hidden {
    display: none;
}

.scroll-custom-y {
    padding-right: 10px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #d8d8d8 #f8f8f8;
    scrollbar-width: thin;
}

.scroll-custom-y::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}

.scroll-custom-y::-webkit-scrollbar-track {
    background-color: #f8f8f8;
    border-radius: 2px;
}

.scroll-custom-y::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 2px;
}

/*Mfp*/
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-color: rgba(4, 50, 60, 0.85);
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-move .mfp-anim {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateX(-50px);
    will-change: transform;
}

.mfp-move.mfp-bg {
    opacity: 0;
    background-color: rgba(4, 50, 60, 0.85);
    transition: opacity 0.5s ease-in-out;
}

.mfp-move.mfp-ready .mfp-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-move.mfp-removing .mfp-anim {
    opacity: 0;
    transform: translateX(50px);
}

.mfp-move.mfp-removing.mfp-bg {
    opacity: 0;
}

button.mfp-close {
    width: 44px;
    height: 44px;
    background-image: url("../img/close-modal.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0;
    top: 5px;
    right: 8px;
    opacity: 1;
    background-size: 20px;
}

button.mfp-close:active {
    top: 5px;
}

.mfp-gallery .mfp-image-holder button.mfp-close {
    width: 20px;
    height: 20px;
    padding-right: 0;
    right: -25px;
    top: 16px;
    background-image: url("../img/close-modal.svg");
    opacity: 0.8;
    transition: opacity 0.7s ease-in-out;
}

.mfp-gallery .mfp-image-holder button.mfp-close:hover {
    opacity: 1;
}

.mfp-iframe-holder button.mfp-close {
    width: 20px;
    height: 20px;
    padding-right: 0;
    right: 6px;
    top: -30px;
    background-image: url("../img/close-modal.svg");
    opacity: 0.8;
    transition: opacity 0.7s ease-in-out;
}

.mfp-iframe-holder button.mfp-close:hover {
    opacity: 1;
}

.mfp-gallery img.mfp-img {
    padding: 50px 0 80px;
}

.mfp-gallery .mfp-figure:after {
    top: 40px;
    bottom: 50px;
    display: none;
}

.mfp-gallery .mfp-counter {
    display: none;
}

.mfp-gallery .mfp-title {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mfp-gallery .mfp-bottom-bar {
    margin-top: -70px;
}

button.mfp-arrow {
    width: 45px;
    height: 45px;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0;
    transition: opacity 0.7s ease-in-out;
}

button.mfp-arrow:hover {
    opacity: 1;
}

button.mfp-arrow:active {
    margin-top: 0;
}

button.mfp-arrow:before,
button.mfp-arrow:after {
    display: none;
}

button.mfp-arrow-left {
    left: -102px;
    background-image: url("../img/modal-arrow-left.svg");
}

button.mfp-arrow-right {
    right: -102px;
    background-image: url("../img/modal-arrow-right.svg");
}

.mfp-image-holder .mfp-content {
    max-width: calc(100% - 220px);
}

.mfp-container {
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
}

.mfp-iframe-scaler {
    margin-top: 40px;
    overflow: visible;
}

.mfp-iframe-scaler iframe {
    box-shadow: none;
}

.mfp-iframe-scaler video {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100;
	background: #000;
}

.mfp-bg,
.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}

.see-also-article {
    transition: color 0.1s;
    color: inherit;
    text-decoration: none;
}

.title_link {
    transition: color 0.1s;
    color: inherit;
    text-decoration: none;
}

.title_link:hover {
    color: #3f72ac;
}

.page_header {
    padding-bottom: 28px;
    padding-top: 121px;
    position: relative;
}

.page_header .logo {
    display: block;
    width: 255px;
    text-decoration: none;
    position: relative;
}

.page_header .logo svg, .page_header .logo img {
    max-width: 100%;
    height: auto;
}

.header_city {
    display: flex;
    align-items: center;
    color: #ACACAC;
    font-size: 12px;
    line-height: 16px;
    height: 37px;
}

.header_city svg {
    margin-right: 6px;
}

.header_btns {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_btn {
    background-color: transparent;
    border: none;
    color: #0c8ba5;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    outline: none;
    line-height: 1.1;
}

.header_btn-rackman {
    padding-left: 51px;
    padding-top: 2px;
}

.header_btn-call {
    margin-left: 25px;
    padding-left: 46px;
}

.header_btn-online-order {
    margin-left: 35px;
    padding-left: 39px;
}

.header_btn:before {
    content: "";
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.header_btn:hover:before {
    background-position: 0 100%;
}

.header_btn-rackman:before {
    background-image: url('../img/icon-zamershik-home.svg');
    height: 41px;
}

.header_btn-call:before {
    background-image: url('../img/icon-callback-home.svg');
    height: 35px;
}

.header_btn-online-order:before {
    background-image: url('../img/icon-online-home.svg');
    height: 36px;
}

.header_btn-call_mobile {
    display: none;
}

.header_btn-phone {
    margin-left: 25px;
    white-space: nowrap;
    text-decoration: none;
}

.header_btn-phone a {
    display: block;
}

@media screen and (min-width: 1025px) {
    .header__menu {
        display: block!important;
    }
}

.header__menu-mobile {
    display: none;
}

.header__menu-btns {
    display: none;
}

.header__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #fff;
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
}

.header__content:after, .header__content:before {
    display: none;
}

.main_menu {
    position: absolute;
    z-index: 10;
    top: 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.main_menu .menu {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0 21px;
}

.main_menu .menu_item {
    display: inline-block;
    float: left;
    padding: 0 5px;
}

.main_menu .menu_item a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 9px 10px 8px;
}

.main_menu .menu_item a:hover {
    color: #34d2f1;
}

.main_menu .menu_item_text {
    display: inline-block;
    border-bottom: 4px solid transparent;
    line-height: 1;
    padding-bottom: 1px;
}

.main_menu .menu_item.active a:hover {
    color: inherit;
}

.main_menu .menu_item.active .menu_item_text {
    border-bottom-color: #10c8ee;
}

.default-page {
    width: 100%;
    display: flex;
}

.catalog_menu {
    margin-bottom: 31px;
    position: sticky;
    top: calc(121px + 16px);
    max-height: calc(100vh - 121px - 16px - 16px);
}

.catalog_menu_item + .catalog_menu_item {
    margin-top: 30px;
}

.catalog_menu_title {
    padding-left: 14px;
    color: #0c8ba5;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.catalog_menu_title span {
    border-bottom: dashed 1px #0c8ba5;
}

.catalog_menu_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    min-width: 21px;
    position: relative;
    margin-left: 6px;
    margin-top: 2px;
}

.catalog_menu_icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease-in-out;
}

.catalog_menu_title.active .catalog_menu_icon svg {
    transform: translate(-50%, -50%) rotate(180deg);
}

.menu_item + .catalog_menu_item {
    margin-top: 30px;
}

.catalog_menu_list {
    display: none;
}

.catalog_menu_list.active {
    display: block;
}

.catalog_menu_list .menu_item:first-child {
    margin-top: 16px;
}

.catalog_menu .menu {
    border: 1px solid #dedede;
    border-radius: 3px;
    overflow: hidden;
}

.catalog_menu .menu_item {
    line-height: 1.2;
    position: relative;
}

.catalog_menu .menu_item:not(:last-of-type) {
    border-bottom: 1px solid #dedede;
}

.catalog_menu .menu_item a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0s;
    transition: 0s;
    display: block;
    padding: 8px 25px 9px 10px;
    background: #fff;
}

.catalog_menu .menu_item a:after {
    content: "";
    display: block;
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 9px;
    width: 6px;
    background: url("../img/icon-arrow-sidenbar.svg") no-repeat;
}

.catalog_menu .menu_item a:hover {
    background: #303030;
    color: #fff;
}

.catalog_menu .menu_item a:hover:after {
    background-position: 0 100%;
}

.main_title {
    margin-top: 0;
    margin-bottom: 27px;
}

.btn_up {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 50px;
    background: url('../img/icon-arrow-scroll-up.svg') no-repeat center center;
    height: 60px;
    width: 60px;
    border: none;
    outline: none;
    opacity: 0.35;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
}

.btn_up:hover {
    opacity: 0.5;
}

.pagination {
    text-align: center;
    margin: 40px auto 0;
}

.pagination .page {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 2px;
    color: #666;
    background: transparent;
}

.pagination .page:not(.current):hover {
    background: #e3e7ea;
}

.pagination a {
    text-decoration: none;
}

.pagination .current {
    background: #13c9ee;
    color: #000;
}

html {
    position: relative;
    min-height: 100%;
}

.oh {
    overflow: hidden;
}

.footer_wrapper {
    bottom: 0;
    width: 100%;
    clear: both;
}

.footer_wrapper {
    border-top: 4px solid #3e4854;
}

.footer_col {
    float: left;
}

.footer_col:nth-of-type(1) {
    width: 33.3%;
    padding-left: 10px;
    padding-right: 5px;
}

.page_footer {
    background: #313131;
    color: #fff;
    line-height: 18px;
    padding: 40px 0;
}

.logo-footer {
    padding-top: 4px;
    margin-bottom: 18px;
}

.logo-footer img, .logo-footer svg {
    max-width: 255px;
    height: auto;
}

.page_footer a {
    color: inherit;
    text-decoration: none;
}

.page_footer a:hover {
    color: #10c8ec;
}

.footer_main_menu {
    margin-bottom: 10px;
}

.footer_main_menu .menu {
    padding-left: 2px;
    -webkit-column-width: 160px;
    -moz-column-width: 160px;
    column-width: 160px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.footer_main_menu .menu_item {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

.footer_search-form {
    width: 320px;
    margin-bottom: 17px;
}

.search-form_wr table {
    margin-top: 0;
    margin-bottom: 0;
}

.search-form_wr td, .ya-site-form__search-input {
    padding: 0 !important;
}

.search-form_wr table tr:not(:last-child) td:after, .search-form_wr table tr:not(:last-child) th:after {
    content: none;
    display: none;
}

.footer_search-form .ya-site-form__search-input-layout {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.ya-site-form__input-text {
    background: #fff;
    border: none !important;
    width: 285px;
    height: 30px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 1px;
    padding-left: 10px;
}

body #footer_search-form .ya-site-form__form .ya-site-form__input-text, body #search-404_wr .ya-site-form__form .ya-site-form__input-text {
    font-style: italic !important;
    font-size: 14px !important;
}

body #footer_search-form .ya-site-form__form .ya-site-form__input-text::-webkit-input-placeholder {
    color: #777;
}

body #footer_search-form .ya-site-form__form .ya-site-form__input-text::-moz-placeholder {
    color: #777;
}

body #footer_search-form .ya-site-form__form .ya-site-form__input-text:-moz-placeholder {
    color: #777;
}

body #footer_search-form .ya-site-form__form .ya-site-form__input-text:-ms-input-placeholder {
    color: #777;
}

body #footer_search-form .ya-site-form__form .ya-site-form__input-text:placeholder {
    color: #777;
}

body #search-404_wr .ya-site-form__form .ya-site-form__input-text::-webkit-input-placeholder {
    color: #777;
}

body #search-404_wr .ya-site-form__form .ya-site-form__input-text::-moz-placeholder {
    color: #777;
}

body #search-404_wr .ya-site-form__form .ya-site-form__input-text:-moz-placeholder {
    color: #777;
}

body #search-404_wr .ya-site-form__form .ya-site-form__input-text:-ms-input-placeholder {
    color: #777;
}

body #search-404_wr .ya-site-form__form .ya-site-form__input-text:placeholder {
    color: #777;
}

body #footer_search-form .ya-site-form__search td, body #search-404_wr .ya-site-form__search td, body #search-result-form .ya-site-form__search td {
    background: #fff !important;
}

.ya-site-form__input-text {
    padding-right: 0;
    vertical-align: middle;
}

.ya-site-form__submit {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0 !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
    width: 30px !important;
    height: 30px !important;
    box-sizing: border-box;
    cursor: pointer;
    background: url('../img/icon-search.svg') no-repeat;
    background-position: 50% 0%;
}

.ya-site-form__submit:hover {
    background-position: 50% 100%;
}

.search-form_wr-content {
    max-width: 300px;
}

.footer_search-form .ya-site-form__search-input-layout {
    border-radius: 0;
}

.page_footer .copy {
    font-size: 14px;
    padding-right: 18px;
    line-height: 1.3;
}

.footer_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}

.footer_col:nth-of-type(2) {
    width: 33.3%;
    border-left: 1px solid #585858;
    border-right: 1px solid #585858;
    padding: 19px 47px 0;
}

.footer_catalog_menu .menu {
    padding-left: 0.9em;
    line-height: 1.2;
}

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

.footer_catalog_menu .menu_item a {
    display: list-item;
    list-style-position: outside;
    list-style-type: disc;
}

.footer_col:nth-of-type(3) {
    width: 33.3%;
    padding: 19px 45px 0;
}

.footer_contacts_wr {
    font-size: 14px;
}

.footer_contacts_wr, .page_footer .contacts_ico.address, .page_footer .contacts_ico.phone {
    margin-right: -35px;
}

.footer__top {
    display: flex;
}

.footer__bottom {
    max-width: 361px;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 20px;
}

.page_footer .contacts_ico {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
    line-height: 1.2;
    min-height: 25px;
    position: relative;
}

.page_footer .contacts_ico:before {
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    display: block;
}

.page_footer .contacts_ico.address:before {
    background-image: url('../img/icon-loc-footer.svg');
    top: 4px;
}

.page_footer .contacts_ico.email:before {
    background-image: url('../img/icon-mail-footer.svg');
    top: 0px;
}

.page_footer .contacts_ico.phone {
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
}

.page_footer .contacts_ico.phone:before {
    background-image: url('../img/icon-phone-footer.svg');
    top: -3px;
}

.soc-btns {
    padding-left: 4px;
    margin-right: -35px;
}

.footer-developer {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    color: #666666;
    margin-top: 20px;
}
.footer-developer span {
    padding: 0 0 0 6px;
}

.footer-developer a{
    color: #D2D2D2;
}

.soc-btn {
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    display: inline-block;
    margin-right: 16px;
}

.soc-btn:hover {
    background-position: 0 100%;
}

.soc-btn-google {
    background-image: url('../img/icon-google-footer.svg');
}

.soc-btn-fb {
    background-image: url('../img/icon-fb-footer.svg');
}

.soc-btn-youtube {
    background-image: url('../img/icon-yt-footer.svg');
}

.soc-btn-vk {
    background-image: url('../img/icon-vk-footer.svg');
}

.soc-btn-inst {
    background-image: url('../img/icon-inst-footer.svg');
}

.soc-btn-vk:hover {
    background-image: url('../img/icon-vk-footer-hover.svg');
}

.soc-btn-inst:hover {
    background-image: url('../img/icon-inst-footer-hover.svg');
}

.counter {
    position: absolute;
    bottom: 0;
}

.popup-form_wr {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.form-popup {
    background: #eaeaea;
    padding: 17px 20px;
}

.popup-form_header {
    position: relative;
    background: #303030;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 40px 12px 69px;
    min-height: 59px;
    border-bottom: 4px solid #10c8ee;
}

.popup-form_header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    left: 19px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
}

.popup-form_wr-rackman .popup-form_header:before {
    background-image: url('../img/icon-zamershik-home.svg');
    background-size: 30px 60px;
}

.popup-form_wr-call_order .popup-form_header:before {
    background-image: url('../img/icon-callback-home.svg');
    background-size: 30px 56px;
    background-position: 0 2px;
}

.popup-form_wr-order_online_popup .popup-form_header:before {
    background-image: url(../img/icon-online-home.svg);
    background-size: 25px 60px;
}

.popup-form_wr-price_details .popup-form_header:before {
    background-image: url(../img/icon-online-home.svg);
    background-size: 25px 60px;
}

.popup-form_footer {
    background: #303030;
    color: #10c8ee;
    padding: 5px 0;
    text-align: center;
}

.popup-form_free {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.form-popup_col-left {
    float: left;
    width: 215px;
}

.form-popup_col-right {
    float: right;
    width: 215px;
}

.rackman_page .form-popup_col-right {
    float: right;
    width: calc(100% - 240px);
}

.rackman_page .form-popup textarea {
    height: 110px;
    width: 100%;
}

.form-popup {
    color: #666;
}

.form__switcher {
    width: 100%;
}

.form__switcher--mb20 {
    margin-bottom: 20px;
}

.switcher {
	display: flex;
	align-items: center;
	width: 100%;
}

.switcher__title {
	font-size: 14px;
	line-height: 19px;
	color: #666;
	padding-right: 11px;
}

.form__switcher--min .switcher__title {
    font-size: 13px;
}

.switcher__list {
	display: flex;
}

.switcher__item {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: flex;
	cursor: pointer;
	transition: box-shadow 0.4s;
}

.switcher__item.on {
	background-color: #FFD94A;
}

.switcher__item.off {
	background-color: #D4385A;
}

.switcher__item.active {
	box-shadow: inset 0 0 0 2px #303030;
}

.switcher.error .switcher__title {
	color: #d80202;
}

.form-checkbox {
	cursor: pointer!important;
	width: 100%!important;
	display: flex!important;
	align-items: flex-start!important;
	line-height: 1.3!important;
	padding-top: 5px!important;
	margin: 20px 0!important;
}

.form-checkbox--mb0 {
    margin-top: 0!important;
}

.form-checkbox input {
	display: none!important;
}

.form-checkbox span {
	min-width: 22px;
	min-height: 22px;
	width: 22px;
	height: 22px;
	display: block;
	line-height: 20px;
	text-align: center;
	background-color: #303030;
	margin-right: 10px;
	margin-top: 2px;
}

.form-checkbox input+span svg {
	fill: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}

.form-checkbox input:checked+span svg {
	opacity: 1;
}

.form-checkbox__text {
	margin: 0;
}

.form-checkbox__text a:hover {
	text-decoration: underline;
}

.form-checkbox.error .form-checkbox__text, .form-checkbox.error .form-checkbox__text a {
    color: #d80202;
    text-decoration: none;
}

.form_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-popup .form_footer {
    text-align: center;
    margin-bottom: 22px;
}

.form-popup input {
    width: 100%;
    margin-bottom: 0;
}

.form-popup textarea {
    height: 110px;
}

.form-popup label {
    font-size: 14px;
}

.popup-form_wr .form_note {
    font-size: 12px;
}

.form-popup .ctrlHolder {
    margin-bottom: 9px;
}

.form-popup .help {
    max-width: 10em;
    float: left;
    line-height: 1.3;
}

.form-popup .figures {
    display: block;
}

.form-popup .switch-container {
    max-width: 80px;
    float: right;
    text-align: right;
    margin-right: -1px;
}

.thank-you-popup {
    background: #eaeaea;
    padding-top: 121px;
    padding-bottom: 40px;
    background: #eaeaea url("../img/logo-thx.png") center top 34px no-repeat;
    text-align: center;
}

.thank-you-popup .thank-you_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 31px;
}

.thank-you-popup .thank-you-info {
    line-height: 1.2;
}

.form_rackman .form_fields {
    margin-bottom: 12px;
}

.form_rackman .ctrlHolder.phone {
    margin-bottom: 25px;
}

.form_rackman .figures {
    margin-bottom: 11px;
}

.form_call_order .ctrlHolder {
    margin-bottom: 20px;
}

.form_order_online_popup textarea {
    height: 98px;
}

.order_online_page .form-popup_col-right {
    width: 405px;
}

.order_online_page .form_order_online_popup textarea {
    height: 98px;
    width: 400px;
}

.news-list {
    padding-top: 7px;
}

.news-list-link {
    transition: color 0.1s;
    color: inherit;
    text-decoration: none;
}

.news-list_item {
    padding-bottom: 34px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dedede;
}

.news-list_item_col-left {
    float: left;
    width: 140px;
}

.news-list_item_col-left img {
    width: 140px;
    height: 110px;
    object-fit: cover;
}

.news-list_item_col-right {
    float: right;
    width: calc(100% - 160px);
}

.news-list_item_image {
    text-align: right;
}

.news-list_item_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    margin-top: -0.2em;
    margin-bottom: 19px;
}

.news-list_item_short {
    min-height: 5em;
    margin-bottom: 10px;
}

.news-list_item_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-list_item_date {
    display: inline-block;
    color: #666;
}

.news_share .share {
    margin-top: 15px;
}

.news-catalog {
    margin-top: 0px!important;
}

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

.articles-list-item {
    width: 280px;
    margin: 0 10px 23px;
    float: left;
}

.articles-list-img {
    margin-bottom: 4px;
    height: 144px;
    width: 100%;
    object-fit: cover;
}

.article_share {
    margin-top: 30px;
}

.article_content {
    margin-bottom: 25px;
}

.article_block-more {
    padding-bottom: 8px;
}

.article_block-more .block-more-article_wr {
    margin-top: 35px;
}

.article_sections, .article_items {
    margin-top: 30px;
}

.article_sections .row, .article_items .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content:empty + .furniture_list {
    margin-top: 3px;
}

.furniture_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 34px;
    margin-bottom: -10px;
}

.furniture_item {
    margin-bottom: 19px;
}

.furniture_item_link {
    display: block;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    color: #000;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.furniture_item_link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.furniture_item_link:hover {
    color: inherit;
}

.furniture_item_link:hover:before {
    box-shadow: inset 0 0 0 3px #11c7ee;
}

.furniture_item_img_wr {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 166px;
}

.furniture_item_title {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    min-height: 55px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.furniture_item_info {
    line-height: 1.3;
    padding: 0px 20px;
    min-height: 65px;
    text-align: center;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-furniture {
    margin-top: 7px;
}

.item-furniture_top {
    margin-bottom: 30px;
}

.item-furniture_content-right {
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.item-furniture_content-right table {
    margin-top: 0;
    margin-bottom: 43px;
    width: 100%;
}

.item-furniture_content-right table td {
    padding-top: 8px;
    padding-bottom: 11px;
}

.item-furniture_content-right table td:last-of-type {
    text-align: right;
}

.item-furniture_share {
    text-align: right;
}

.section_count {
    margin-top: -23px;
    margin-bottom: 27px;
    color: #666;
}

.catalog_root_up {
    margin-bottom: 20px;
}

.catalog_root_down {
    margin-bottom: 8px;
}

.item_list {
    border-bottom: 1px solid #e8e8e8;
    margin: 32px -10px -18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item_block {
    margin-bottom: 19px;
}

.item_block_link {
    border: 1px solid #dedede;
    padding: 10px 10px 40px;
    border-radius: 3px;
    background: #fff;
    text-decoration: none;
    color: #444;
    line-height: 1.2;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.item_block_link:hover {
    color: #444;
}

.item_block_link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    border: 3px solid transparent;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}

.item_block_link:hover:after {
    border-color: #11c7ee;
    box-shadow: 0 1px 1px -0px #aaa;
}

.item_wrapper {
    position: relative;
    width: 100%;
}

.item_thumb_img_wr {
    height: 260px;
    text-align: center;
    margin-bottom: 11px;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.item_btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}

.item_block_link:hover .item_btn {
    opacity: 1;
    pointer-events: auto;
}

.item_name {
    display: block;
    text-decoration: none;
    color: #444;
}

.item_block .item_name {
    padding: 0 20px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item_block .price {
    font-weight: bold;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    text-align: center;
}

.section_page {
    margin-top: 16px;
    margin-bottom: 35px;
}

.section_page_col-left {
    display: block;
    width: 140px;
    float: left;
}

.section_page_col-right {
    display: block;
    width: calc(100% - 165px);
    float: right;
}

.section_page_title {
    display: block;
    color: #444;
    font-weight: bold;
    margin-top: -6px;
    margin-bottom: 5px;
    font-size: 16px;
}

.section_page_desc {
    display: block;
    color: #000;
    margin-bottom: 19px;
}

.section_page_more {
    color: #5b87b8;
    text-decoration: underline;
    display: inline-block;
    float: right;
}

.section_reviews_list {
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
    margin-top: 35px;
    margin-bottom: 12px;
}

.section_review {
    width: calc(100%/3);
    float: left;
    padding: 15px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section_review_name {
    font-weight: bold;
    margin-bottom: 2px;
}

.section_review_data {
    color: #666;
    font-size: 12px;
    margin-bottom: 13px;
}

.section_review_content {
    margin-bottom: 8px;
}

.section_review:not(.full) .section_review_content {
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section_review.full .section_review_content {
    max-height: auto;
}

.section_review_more {
    border: none;
    border-bottom: 1px dashed;
    background: transparent;
    padding: 0;
    position: relative;
    display: inline-block;
    float: right;
    color: #4073ac;
    outline: none;
    font-size: 15px;
    margin-right: 14px;
}

.section_review:not(.full) .section_review_more:before {
    content: attr(data-text-show);
}

.section_review.full .section_review_more:before {
    content: attr(data-text-hide);
}

.section_reviews_footer {
    text-align: right;
    margin-bottom: 8px;
}

.slick-slide {
    outline: none;
}

.item_top {
    margin-bottom: 39px;
}

.item-humb_wr {
    width: 300px;
    float: left;
}

.imgs-block_tmb {
    max-width: 90%;
    height: auto;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.imgs-block {
    margin-bottom: 28px;
}

.imgs-block-nav {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}

.imgs-block-nav_tmb {
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.imgs-block-nav .slick-arrow {
    border: none;
    padding: 0;
    width: 9px;
    height: 15px;
    color: transparent;
    background: url("../img/icon-arrows-tovar.svg") no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.imgs-block-nav .slick-prev {
    left: -20px;
    background-position: 0 0;
}

.imgs-block-nav .slick-prev:hover {
    background-position: 0 50%;
}

.imgs-block-nav .slick-prev:active {
    background-position: 0 100%;
}

.imgs-block-nav .slick-prev.slick-disabled {
    background-position: 0 0;
    opacity: 0.3;
}

.imgs-block-nav .slick-next {
    right: -20px;
    background-position: 100% 0;
}

.imgs-block-nav .slick-next:hover {
    background-position: 100% 50%;
}

.imgs-block-nav .slick-next:active {
    background-position: 100% 100%;
}

.imgs-block-nav .slick-next.slick-disabled {
    background-position: 100% 0;
    opacity: 0.3;
}

.item-col-right {
    width: 540px;
    float: right;
}

.item_price {
    font-size: 26px;
    line-height: 1.1;
    color: #026b98;
    font-weight: bold;
    margin-bottom: 8px;
}

.item_price .price-old {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
}

.item_status {
    font-size: 13px;
    margin-bottom: 12px;
}

.item_status.true {
    color: #5bb203;
}

.item_status.false {
    color: #b20000;
}

.item_btn_wr {
    margin-bottom: 15px;
}

.item_btn-order {
    min-width: 130px;
}

.item_service-info {
    margin-bottom: 15px;
}

.service_item {
    padding-left: 30px;
    color: #444;
    background-repeat: no-repeat;
    background-position: 3px 2px;
    min-height: 20px;
    margin-bottom: 7px;
}

.service_item.guarantee {
    background-image: url('../img/icon-star-tovar-page.svg');
}

.service_item.delivery {
    background-image: url('../img/icon-truck-tovar-page.svg');
}

.service_item.making {
    background-image: url('../img/icon-timer-tovar-page.svg');
}

.service_item.stting {
    background-image: url('../img/icon-tools-tovar-page.svg');
}

.service_item.card {
    background-image: url('../img/icon-card-tovar-page.svg');
}

.item_share .share {
    margin-bottom: 21px;
}

.item_form-one-click_wr {
    padding-left: 4px;
    display: flex;
}

.item_description {
    margin-bottom: 11px;
    overflow: hidden;
}

.item_description:not(.full) {
    max-height: 7.9em;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.item_description_btn_wr {
    border-top: 1px solid #d8d8d8;
    text-align: right;
    margin-bottom: 40px;
}

.item_description_btn-more {
    display: block;
    margin-left: auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-top: none;
    color: #444;
    width: 142px;
    height: 36px;
    text-align: left;
    padding-left: 10px;
    position: relative;
}

.item_description_btn-more:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 5px;
    bottom: 0;
    margin: auto;
    background-image: url("../img/icon-arrow-scroll-down.svg");
    width: 7px;
    height: 9px;
}

.item_description.full + .item_description_btn_wr .item_description_btn-more:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.item_description:not(.full) + .item_description_btn_wr .item_description_btn-more:before {
    content: attr(data-text-show);
}

.item_description.full + .item_description_btn_wr .item_description_btn-more:before {
    content: attr(data-text-hide);
}

.item_tabs {
    margin-bottom: 13px;
}

.item_tabs_nav {
    width: 220px;
    float: left;
}

.item_tabs_content {
    width: 640px;
    float: right;
}

.item_tabs_nav_link {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #444;
    padding: 20px 10px 19px 64px;
    position: relative;
}

.item_tabs_nav_link span {
    text-decoration: underline;
}

.item_tabs_nav_item.ui-state-active {
    background: #fff;
    position: relative;
}

.item_tabs_nav_item.ui-state-active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background: #fff;
}

.ui-state-active .item_tabs_nav_link {
    color: #000;
    font-weight: bold;
}

.ui-state-active .item_tabs_nav_link span {
    text-decoration: none;
}

.item_tabs_nav_link:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 24px;
    background: url("../img/icons-tabs-tovar-page.svg") no-repeat;
}

.item_tabs_nav_link.spec:before {
    background-position: -24px 0px;
}

.ui-state-active .item_tabs_nav_link.spec:before {
    background-position: -24px -24px;
}

.item_tabs_nav_link.facing:before {
    background-position: 0px 0px;
}

.ui-state-active .item_tabs_nav_link.facing:before {
    background-position: 0px -24px;
}

.item_tabs_nav_link.furniture:before {
    background-position: -47px 0px;
    width: 24px;
    left: 15px;
}

.ui-state-active .item_tabs_nav_link.furniture:before {
    background-position: -47px -24px;
}

.item_tabs_nav_link.reviews:before {
    background-position: -72px 0px;
}

.ui-state-active .item_tabs_nav_link.reviews:before {
    background-position: -72px -24px;
}

.item_tabs_nav_link.additional_services::before {
    background-position: -98px 0px;
}

.ui-state-active .item_tabs_nav_link.additional_services:before {
    background-position: -98px -24px;
}

.item_tabs_content_item {
    min-height: 300px;
    background: #fff;
    overflow: hidden;
}

.item_tabs_content_item > *:first-child {
    margin-top: 0;
}

.item_tabs_content_item-facing {
    padding: 12px 20px;
}

.item_tabs_content_item-construction {
    padding: 12px 20px;
}

.facing_title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.facing_imgs {
    margin: 0 -3px 5px;
}

.facing_item_img_wr {
    margin: 0 3px 5px;
    width: 136px;
    float: left;
    position: relative;
}

.facing_item_img_wr img {
    display: block;
    max-height: 138px;
    max-width: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.facing_item_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 7px;
}

.see_all {
    text-align: right;
}

.facing + .facing {
    margin-top: 20px;
}

.item_tabs_content_item-furniture {
    padding: 10px 20px 16px;
}

.item-furniture_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    margin-bottom: 30px;
}

.item-furniture_col-left {
    float: left;
    width: 110px;
    position: relative;
}

.item-furniture_col-right {
    float: right;
    width: calc(100% - 110px);
    padding-top: 3px;
}

.item-furniture_link {
    color: inherit;
}

.item-furniture_col-right table {
    font-size: inherit;
    margin: 0;
}

.item-furniture_col-right table tr td:after {
    content: none;
}

.item-furniture_col-right table td {
    padding: 0;
}

.item-furniture_col-right table tr {
    border-bottom: 1px solid #ededed;
}

.item-furniture_img {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 20px;
    margin: auto;
}

.item-furniture_title {
    font-size: 16px;
    color: #3f71ac;
    margin-bottom: 21px;
}

.item-furniture_spec-row {
    padding-top: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.item-furniture_spec_title {
    float: left;
}

.item-furniture_spec_content {
    float: right;
}

.item_tabs_content_item-reviews {
    padding: 14px 20px 25px;
}

.item_reviews_list {
    margin-bottom: 22px;
}

.item_review {
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 12px;
}

.item_review_name {
    font-weight: bold;
}

.item_review_data {
    color: #666;
    margin-bottom: 10px;
}

.item_review_content {
    margin-bottom: 10px;
}

.item_review:not(.full) .item_review_content {
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item_review.full .item_review_content {
    max-height: auto;
}

.item_review_more {
    border: none;
    border-bottom: 1px dashed;
    background: transparent;
    padding: 0;
    position: relative;
    display: inline-block;
    float: right;
    color: #4073ac;
    outline: none;
    font-size: 15px;
    margin-right: 14px;
}

.item_review:not(.full) .item_review_more:before {
    content: attr(data-text-show);
}

.item_review.full .item_review_more:before {
    content: attr(data-text-hide);
}

.item_reviews_footer {
    margin-bottom: 8px;
}

.item_reviews_all {
    position: relative;
    padding-left: 35px;
}

.item_reviews_all:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 24px;
    background: url(../img/icons-tabs-tovar-page.svg) no-repeat;
    background-position: -72px -24px;
}

.facing-list {
    margin-bottom: -20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facing-list_item {
    margin-bottom: 20px;
}

.facing-list_item_link {
    display: block;
    height: 100%;
    padding: 20px;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.facing-list_item_link:hover {
    box-shadow: 0px 0px 0 3px #11c7ee;
    color: #000;
}

.facing-list_item_title {
    min-height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-fp {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000',GradientType=0);
    min-height: 530px;
    color: #fff;
    text-align: center;
    padding-top: 52px;
    position: relative;
}

.hero-fp:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/hero-image.jpg') center top no-repeat;
    background-size: cover;
}

.hero-fp h1 {
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
    color: inherit;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 32px;
}

.hero-fp_content {
    min-height: 215px;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 48px;
}

.hero-fp_call {
    font-size: 25px;
    font-weight: bold;
}

.hero-fp_rackman {
    height: 153px;
    width: 153px;
    border: none;
    background: url('../img/btn-zamershik-home.png') no-repeat;
    background-position: 0 0;
    outline: none;
    display: inline-block;
}

.hero-fp_rackman:hover {
    background-position: -153px 0;
}

.hero-fp_rackman:active {
    background-position: -306px 0;
}

.block-catalog-fp {
    background: #f6f6f6;
}

.catalog_tabs {
    margin-top: 12px;
    margin-bottom: 19px;
}

.catalog_tabs-nav {
    padding-left: 3px;
    margin-bottom: 31px;
}

.catalog_tabs-nav--min {
    margin-bottom: 21px;
}

.catalog_tabs-nav_item {
    display: inline-block;
    margin-right: 23px;
}

.catalog_tabs-title {
    display: none;
}

.catalog_tab-title {
    color: #777;
    text-decoration: none;
    font-weight: bold;
    padding: 0 3px;
    display: inline-block;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    font-size: 13px;
}

.ui-state-active .catalog_tab-title {
    border-bottom-color: #10c8ee;
    color: #000;
}

.catalog-fp_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.catalog-fp_item_link {
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%;
    padding-bottom: 10px;
    position: relative;
}

.catalog-fp_item_link:hover {
    color: inherit;
}

.catalog-fp_item_link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    border: 3px solid transparent;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.catalog-fp_item_link:hover:after {
    border-color: #11c7ee;
    box-shadow: 0 1px 1px -0px #aaa;
}

.catalog-fp_item_info {
    padding: 0 5px;
    display: block;
    text-align: center;
}

.catalog-fp_item {
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0 0px transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 220px!important;
}

.catalog-fp_item_img_wr {
    display: block;
    position: relative;
    height: 170px;
    margin-bottom: 15px;
    overflow: hidden;
}

.catalog-fp_item_img {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -1px;
    right: -1px;
    margin: 0 auto;
    max-width: calc(100% + 2px);
    height: auto;
}

.catalog-fp_item_title {
    margin-bottom: 4px;
    display: block;
    color: #444;
    min-height: 2.3em;
    line-height: 1.2;
}

.catalog-fp_item_min_price {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.catalog-fp_footer {
    text-align: center;
    margin-bottom: 40px;
}

.middle_content-fp {
    background: url('../img/img-doors-home.jpg') left bottom no-repeat;
    min-height: 260px;
    padding-left: 321px;
    padding-top: 23px;
}

.stages_block {
    background: #313131 url('../img/bg-dark-noise.png');
    color: #fff;
}

.stages_fp-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.stages-fp {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: num;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.stage-fp {
    width: 25%;
    padding: 3px 10px 0 61px;
    line-height: 1.2;
    position: relative;
}

.stage-fp:before {
    position: absolute;
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    background: transparent;
    border: 2px solid;
    color: #14d0f5;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    padding-top: 9px;
    top: 7px;
    left: 0px;
    text-align: center;
}

.block-order-online .form_title {
    margin-top: 0px;
    margin-bottom: 30px;
}

.block-order-online {
    background: #eaeaea;
}

.form_order_online label {
    color: #666;
}

.form_order_online input, .form_order_online textarea {
    width: 100%;
}

.form_order_online textarea {
    min-height: 97px;
    margin-bottom: 9px;
}

.form_order_online .form_note {
    width: 50%;
    float: right;
    text-align: right;
    display: inline-block;
    margin-top: 15px;
}

.reviews_form-wr {
    margin-top: 5px;
    padding-bottom: 1px;
}

.reviews_form-wr h2 {
    margin: -10px 0 20px 0;
}

.review-item {
    padding: 30px 0 33px;
    border-bottom: 1px solid #ccc;
}

.review-item:first-of-type {
    padding-top: 0;
}

.review-item:last-of-type {
    border-bottom: none;
}

.review_list + .pagination {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 40px;
}

.review-name {
    font-weight: bold;
}

.review-date {
    color: #666;
    margin-bottom: 20px;
}

.review-answer {
    background-color: #FDFDFD;
    padding: 20px;
    margin-left: 40px;
    margin-top: 25px;
    border-radius: 4px;
}

.review-answer__title .review-name {
    color: #000;
}

.review-answer__text {
    font-style: italic;
    color: #000;
}

.reviews_form_col-left {
    width: 240px;
    float: left;
}

.reviews_form_col-right {
    width: calc(100% - 260px);
    float: right;
}

.reviews_form-wr input {
    width: 100%;
}

.reviews_form-wr textarea {
    height: 98px;
    width: 100%;
}

.form-reviews {
    margin-top: 32px;
    margin-bottom: 30px;
    color: #666;
    padding: 15px 19px 20px;
    background: #eaeaea;
}

.reviews_form-wr .figures {
    display: block;
    margin-top: 9px;
    line-height: 1.2;
}

.reviews_form-wr .figures .switch-container {
    display: inline-block;
    float: right;
}

.reviews_form-wr .figures .help {
    max-width: 10em;
    display: inline-block;
}

.figures .help.error {
    color: #d80202;
}

.reviews_form-wr .button-Holder {
    display: inline-block;
    float: right;
}

.form-reviews .form_note {
    margin-top: 21px;
    display: inline-block;
}

.form-reviews [type="submit"] {
    padding: 10px 23px 12px;
}

.form_order_online .form_footer_title {
    margin-bottom: 29px;
}

.form_order_online .form_footer {
    text-align: right;
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.2;
    display: block;
}

.form_order_online .order_info {
    max-width: 17em;
    margin-left: auto;
    color: #666;
    margin-bottom: 23px;
}

.block-order-online .thank-you, .reviews_form-wr .thank-you {
    padding-top: 111px;
    padding-bottom: 26px;
    background: url('../img/logo-thx.png') center top 25px no-repeat;
    background-size: 65px;
}

.reviews_form-wr .thank-you {
    background-color: #eaeaea;
    margin-bottom: 28px;
}

.block-order-online .thank-you_title, .reviews_form-wr .thank-you_title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 24px;
}

.block-order-online .thank-you-info {
    line-height: 1.3;
    font-size: 13px;
}

.reviews_form-wr .thank-you-info {
    font-size: 14px;
    line-height: 1.2;
}

.block-order-online .thank-you-info a {
    margin-top: 34px;
    display: inline-block;
}

.reviews_form-wr .thank-you-info a {
    margin-top: 6px;
    display: block;
}

.advantages-fp {
    background: #036c99 url('../img/bg-blue-noise.png');
}

.advantages-fp_nav {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.advantages-fp_nav_link {
    display: block;
    height: 59px;
    background: transparent;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: 0s;
    transition: 0s;
    padding-left: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1px;
}

.advantages-fp_nav_link:hover {
    color: #fff;
}

.ui-state-active .advantages-fp_nav_link {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.ui-state-active .advantages-fp_nav_link:hover {
    color: #000;
    cursor: default;
}

.ui-state-active .advantages-fp_nav_link:after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
}

.advantages-fp_nav_link:before {
    content: "";
    display: inline-block;
    background-image: url('../img/icons-tabs-home.svg');
    background-repeat: no-repeat;
    margin-right: 25px;
    height: 30px;
    width: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}

.advantages-fp_nav_link[href="#advantage-1"]:before {
    background-position: -134px 0;
}

.ui-state-active .advantages-fp_nav_link[href="#advantage-1"]:before {
    background-position: -134px -30px;
}

.advantages-fp_nav_link[href="#advantage-2"]:before {
    background-position: 0px 0;
}

.ui-state-active .advantages-fp_nav_link[href="#advantage-2"]:before {
    background-position: 0px -28px;
}

.advantages-fp_nav_link[href="#advantage-3"]:before {
    background-position: -28px 0;
}

.ui-state-active .advantages-fp_nav_link[href="#advantage-3"]:before {
    background-position: -28px -28px;
}

.advantages-fp_nav_link[href="#advantage-4"]:before {
    background-position: -56px 0;
}

.ui-state-active .advantages-fp_nav_link[href="#advantage-4"]:before {
    background-position: -56px -28px;
}

.advantages-fp_nav_link[href="#advantage-5"]:before {
    background-position: -84px 0;
}

.ui-state-active .advantages-fp_nav_link[href="#advantage-5"]:before {
    background-position: -84px -28px;
}

.advantages-fp_nav_link[href="#advantage-6"]:before {
    background-position: -112px 0;
    width: 22px;
    left: 25px;
}

.ui-state-active .advantages-fp_nav_link[href="#advantage-6"]:before {
    background-position: -112px -28px;
}

.advantages-fp_items-content {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.advantage-fp_content {
    background: #fff;
    min-height: 407px;
    padding: 25px 30px;
}

.block-sales-fp {
    background: #f6f6f6;
    padding-top: 35px;
    padding-bottom: 80px;

}

.block-sales-fp .h1 {
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 24px;
}

.sales-fp-row {
    margin-bottom: 34px;
}

.sales-fp {
    display: flex;
    flex-wrap: wrap;
}

.sales-fp_footer {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.sales-fp_footer--nomargintop {
    margin-top: 0px!important;
}

.sales-fp_item {
    background: #fff url('../img/sale-triangle-fp.svg') bottom right no-repeat;
    border: 1px solid #dedede;
    padding: 16px 10px 30px 10px;
    margin: 10px;
    width: 220px !important;
    text-align: center;
    height: max-content;
}

.sales-fp_item--noicon {
    background: #fff;
}

.sales-fp_item_img {
    height: 240px;   
    display: block;
}

.sales-fp_item_img img{
    object-fit: contain;
        width: auto;
    max-width: 100%;
    max-height: 240px;
}

.sales-fp_item_title {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.sales-fp_item_title a {
    text-decoration: none;
    color: #444;
}

.sales-fp_item_footer {
    display: flex;
    justify-content: center;
}

.sales-fp_item .price {
    margin: 16px 0;
}

.sales-fp_item .price-new {
    font-size: 20px;
    font-weight: bold;
    color: #026b98;
}

.price-old {
    position: relative;
    display: inline-block;
    line-height: 1;
    width: max-content;
    margin: 9px auto 0;
}

.price-old:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #c92121;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.sales-fp .endless_container {
    width: 100%;
    text-align: center;
    margin-top: 44px;
}

.sales-fp .endless_more {
    border: 3px solid #11C7EE;
    color: #11C7EE;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 33px 10px;
    transition: 0.3s;
}

.sales-fp .endless_more:hover {
    background: #11C7EE;
    color: #fff;
}

.sales-fp_nav {
    text-align: center;
}

.sales-fp_nav_item {
    display: inline-block;
    margin: 0 5px;
    outline: none;
}

.sales-fp_nav_link {
    width: 45px;
    height: 10px;
    display: inline-block;
    background: #a9b1bc;
    outline: none;
}

.ui-state-active .sales-fp_nav_link {
    background: #13c9ee;
}

.block-news-fp {
    background: #f6f6f6;
}

.block-news-fp .h1 {
    margin-bottom: 32px;
    margin-top: 0px;
}

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

.news_fp_col-left {
    float: left;
    width: 140px;
}

.news_fp {
    margin-bottom: 10px;
}

.news_fp a {
    display: flex;
}

.news_fp_col-right {
    float: right;
    width: calc(100% - 156px);
    margin-left: 16px;
}

.news_fp_title {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    margin-top: -0.1em;
    margin-bottom: 20px;
    display: block;
}

.news_fp_short {
    margin-bottom: 17px;
}

.news_fp_data {
    color: #666;
}

.news_fp_footer {
    text-align: right;
}

.news_fp_all {
    display: inline-block;
    position: relative;
    top: -22px;
}

.articles-fp {
    float: right;
}

.articles-fp .h1 {
    margin-bottom: 26px;
}

.articles-fp_list {
    margin-bottom: 25px;
}

.articles-fp_item {
    margin-bottom: 14px;
}

.article-fp_link {
    padding-left: 38px;
    background: url('../img/icon-link.svg') left center no-repeat;
    display: inline-block;
    min-height: 22px;
}

.articles-fp_footer {
    text-align: right;
}

.content:empty {
    display: none;
}

.content_body {
    background: #f6f6f6;
    padding-top: 67px;
    padding-bottom: 27px;
}

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

.content_top, .content-main {
    margin-bottom: 20px;
}

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

.main_content_header .share {
    padding-top: 2px;
    margin-left: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.share a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.share a:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.content-top-line {
    padding-top: 25px
}

.breadcrumbs {
    margin-bottom: 28px;
    vertical-align: middle;
}

.breadcrumbs_item {
    margin-right: 32px;
    display: inline-block;
    position: relative;
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

.breadcrumbs_item:hover {
    color: #666;
    text-decoration: underline;
}

.breadcrumbs_item:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 15px;
    background: url('../img/icon-arrow-breadcrumbs.svg') center center no-repeat;
    position: absolute;
    right: -26px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.breadcrumbs_item-home {
    width: 19px;
    height: 16px;
    background: url('../img/icon-home-breadcrumbs.svg') center top no-repeat;
    top: 4px;
}

.breadcrumbs_item-home:hover {
    background-position: center 50%;
}

.breadcrumbs_item-home:active {
    background-position: center bottom;
}

.contacts_content {
    margin-bottom: 35px;
}

.contacts_address {
    background: url(../img/icon-loc-footer.svg) left 18px top 8px no-repeat;
    padding-left: 60px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.contacts-box {
    color: #888383;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 3px;
    padding: 26px 0 15px;
    margin-bottom: 40px;
}

.contacts-box_col {
    width: calc(100%/3);
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: 20px 0;
}

.contacts-box_row-tel {
    background-image: url("../img/icon-phone-footer.svg");
}

.contacts-box_row-email {
    background-image: url("../img/icon-mail-footer.svg");
    background-position: 20px 4px;
}

.contacts-box_row-clock {
    background-image: url("../img/icon-clock.svg");
    background-position: 20px 2px;
}

.contacts_address .contacts-box_title {
    font-weight: bold;
}

.contacts_address .contacts-box_content {
    font-weight: inherit;
}

.contacts-box_title {
    line-height: 1.2;
    margin-bottom: 3px;
}

.contacts-box_content {
    font-weight: bold;
    color: #000;
    margin-bottom: 9px;
}

.contacts_map {
    margin-bottom: 35px;
}

.showroom:after {
    content: "";
    display: table;
    clear: both;
}

.showroom {
    border-bottom: 2px solid #e8e8e8;
    padding: 23px 0 40px;
}

.showrooms_address {
    padding-left: 40px;
    background: url("../img/icon-loc-footer.svg") top left no-repeat;
    margin-bottom: 20px;
    overflow: hidden;
}

.showrooms_clock {
    padding-left: 40px;
    background: url("../img/icon-clock.svg") top left no-repeat;
    margin-bottom: 15px;
    overflow: hidden;
}

.showroom_title {
    margin-bottom: 10px;
    font-weight: bold;
}

.discount_items_list {
    margin: 12px -10px 38px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.discount-item {
    width: 100%;
    margin: 20px 10px 0px;
    min-height: 200px;
    padding: 19px 10px 14px 0;
    background: #fff url(../img/sale-triangle.svg) bottom right no-repeat;
    background-size: 68px;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.discount-item a {
    text-decoration: none;
}

.discount-item_col-left {
    float: left;
    width: 176px;
    text-align: center;
    padding-left: 5px;
}

.discount-item_col-right {
    float: right;
    width: calc(100% - 195px);
}

.item_thumb_img {
    display: inline-block;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.two.item_thumb_img {
    max-width: calc(50% - 3px);
}

.two.item_thumb_img:first-child {
    margin-right: 6px;
}

.discount-item .two.item_thumb_img {
    max-width: calc(50% - 6px);
}

.discount-item .item_thumb_img {
    max-height: 160px;
}

.discount-item .item_name {
    line-height: 1.2;
    padding: 0 5px 0 0;
    font-size: 16px;
    min-height: 1.2em;
    margin-bottom: 11px;
}

.discount-item_desc {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.1;
}

.discount-item_desc:empty {
    display: none;
}

.discount-item .item_name a {
    color: #444;
}

.discount-item .price-old_wr {
    margin-top: 40px;
}

.discount-item .price-old {
    color: #444;
    font-size: 12px;
    margin-bottom: 4px;
}

.discount-item .price {
    color: #026b98;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
}

.search-result-form {
    background: #eaeaea;
    padding: 20px 21px;
    margin-top: 6px;
    margin-bottom: 20px;
}

.search-result-form table, .search-result table {
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
}

.search-result-form td {
    padding: 0;
}

.search-result-form table tr:not(:last-child) td:after, .search-result-form table thead tr td:after, .search-result table tr:not(:last-child) td:after, .search-result table thead tr td:after {
    content: none;
}

.search-result .b-head {
    margin-bottom: 29px;
    background: #fff;
    box-shadow: 0 20px 0 0px #e2f4ff;
}

.search-result-form .ya-site-form__submit:hover {
    background-color: #13c9ee;
}

.search-result .b-head__l, .search-result .b-head__r {
    padding: 10px 10px 8px;
}

body #ya-site-results {
    background: #f6f6f6 !important;
}

.search-result .l-page {
    background: #f6f6f6;
}

.search-result .b-serp-item {
    margin-bottom: 0px;
}

.search-result #ya-site-results .b-serp-item__number {
    font-size: 14px;
}

.search-result .b-body-items {
    padding-left: 63px;
}

.search-result #ya-site-results .b-serp-item__title {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 3px;
}

.search-result .b-serp-item__text {
    font-size: 14px;
}

.search-result #ya-site-results .b-serp-url {
    font-size: 14px;
}

.search-result .b-serp-item {
    margin-bottom: 15px;
}

.form_note {
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

.form-no-valid .form_note {
    color: #d80202;
}

.form-one-click {
    background: #535353;
    border-radius: 4px;
    padding: 8px 17px 12px 16px;
}

.form-one-click label {
    color: #fff;
}

.form-one-click input {
    margin-bottom: 0;
    font-size: 14px;
    padding: 0 8px;
    width: 100%;
}

.form-one-click .ctrlHolder {
    float: left;
    width: 156px;
}

.form-one-click .button-Holder {
    float: right;
    width: 150px;
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
}

.form-one-click [type="submit"] {
    width: 134px;
    background-image: url("../img/icon-flash-tovar-page-button.svg");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.thank-you-one-click {
    background: url("../img/logo-quote.png") left 10px center no-repeat, url("../img/bg-dark-diagonal.png") repeat;
    background-size: auto 36px, auto;
    padding: 14px 17px 17px 56px;
    color: #fff;
    font-size: 12px;
}

.thank-you-one-click .thank-you_title {
    color: #a9eafe;
    font-weight: bold;
    font-size: 16px;
}

.figures {
    display: inline-block;
}

.figures .help {
    color: #666;
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.switch-container {
    padding-left: 1px;
}

.order_online_page .switch-container {
    display: inline-block;
    float: none;
}

.order_online_page .figures .help {
    display: inline-block;
}

.figures .switch {
    display: inline-block;
    width: 32px;
    height: 30px;
    margin-top: 1px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    background: currentColor;
    margin-right: 5px;
}

.figures .switch.off {
    color: #b20000;
}

.figures .switch.on {
    color: #28abf7;
}

.figures .switch:after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    border: 2px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.switch.active:after {
    border-color: currentColor;
}

#one_click .ctrlHolder.error input, #order .ctrlHolder.error input, #order .ctrlHolder.error textarea {
    border-color: red !important;
}

#one_click {
    width: 600px;
    margin-left: -300px;
    left: 50%;
    border-radius: 5px;
    position: fixed;
    background: #fff;
    top: 200px;
    display: none;
    z-index: 20;
}

#one_click .form_header {
    background-color: #dfdfdf;
    border-radius: 5px 5px 0 0;
    color: #3e4854;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 8px 25px;
    text-transform: uppercase;
}

#one_click .one_click_wrap {
    background: url('../img/consultant_big.jpg') no-repeat left 15px;
    min-height: 295px;
    text-align: right;
    padding: 25px 25px 0 5px;
    border-radius: 5px;
}

#one_click form, #one_click .thank-you {
    margin-left: 265px;
}

#one_click .close {
    background: #222 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 28px;
    box-shadow: 0 0 6px 2px #000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 23px;
    line-height: 0.9;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 23px;
    cursor: pointer;
}

.order-call-form .help {
    color: #959595;
    margin: 16px 0 23px;
    font-size: 13px;
    line-height: 1.2;
    float: left;
}

.cap {
    margin: 15px 0 10px 0;
}

#order {
    margin: 0px 0 35px 0;
}

#order .ctrlHolder textarea {
    resize: vertical;
}

#order .ctrlHolder input {
    width: 90%;
}

#order .ctrlHolder textarea, #one_click .ctrlHolder input {
    padding: 5px 5px 5px 30px;
    border: 1px solid #c6c6c6;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: 14px;
}

#order .ctrlHolder.name input, #one_click .ctrlHolder.name input {
    background: url('../img/input-name.png') no-repeat 6px center;
}

#order .ctrlHolder.phone input, #one_click .ctrlHolder.phone input {
    background: url('../img/input-tel.png') no-repeat 6px center;
}

#order .ctrlHolder.email input {
    background: url('../img/input-maill.png') no-repeat 6px center;
}

#order .ctrlHolder.captcha input, #one_click .ctrlHolder.captcha input {
    background: url('../img/icon-lock.png') no-repeat 6px center;
}

#order .ctrlHolder.comment textarea {
    background: url('../img/icon-comment.png') no-repeat 6px 8px;
}

#order .ctrlHolder.captcha, #one_click .ctrlHolder.captcha {
    text-align: right;
}

#order .ctrlHolder.captcha input, #one_click .ctrlHolder.captcha input {
    margin: 0;
    position: relative;
    top: -10px;
    width: 150px;
}

.ctrlHolder.captcha img {
    width: 66px;
    height: 30px;
}

#order .button-Holder button, #one_click .button-Holder button {
    background: #00bff2 none repeat scroll 0 0;
    border-color: #0099cf;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 3px;
    box-shadow: 0 12px 40px -11px rgba(0, 0, 0, 0.75);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 7px 25px;
    border-radius: 5px;
    display: inline-block;
}

#one_click .button-Holder button {
    margin-top: 10px;
}

#order .button-Holder button:hover, #one_click .button-Holder button:hover {
    border-top: 3px solid #0099cf;
    border-bottom: none;
}

#order .order_info, #one_click .order_info {
    font-size: 15px;
    margin-top: 30px;
}

#one_click .order_info {
    margin-top: 20px;
}

#one_click .thank-you, #order .thank-you {
    padding-top: 70px;
    background: url('../img/icon-thx-form.png') no-repeat center 10px;
}

#one_click .thank-you-info, #order .thank-you-info {
    color: #a3a3a2;
    font-size: 15px;
}

.page_form {
    padding: 20px 40px;
    width: 620px;
}

.block-more-article_wr {
    margin-bottom: -35px;
}

.block-more-article_img {
    max-width: 140px;
    max-height: 100px;
    height: auto;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-more-article {
    margin-bottom: 35px;
}

.block-more-article_title {
    margin-bottom: 8px;
    margin-top: -0.4em;
    font-size: 16px;
    color: #444;
    font-weight: bold;
}

.block-more-article_description {
    height: 3.8em;
    margin-bottom: 5px;
}

.content-title-404 {
    margin-bottom: 25px;
    margin-top: -5px;
}

.content-404 {
    margin-bottom: 35px;
}

table.full-img td img {
    max-width: none;
}

.item_share {
    flex-shrink: 0;
}

.sitemap .inner-menu-handler {
    list-style: none;
    position: relative;
}

.toggler.plus {
    background-image: url(../img/icon-plus.svg);
}

.toggler {
    display: inline-block;
    cursor: pointer;
    color: #0c8ba5;
    line-height: 13px;
    text-align: center;
    font-size: 12px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 2px;
    left: -22px;
}

.sitemap li span {
    display: none;
    margin-left: 10px;
}

.sitemap li ul {
    display: none;
}

ul.default, .sitemap ul {
    list-style: disc outside none;
}

.toggler.minus {
    background-image: url(../img/icon-minus.svg);
}

.centered {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.change-version {
    display: inline-block;
    margin-top: 15px;
}

.see-also {
    margin-top: 20px;
}

.see-also .h2 {
    margin-top: 20px;
}

.see-also .item_list {
    margin-top: 20px;
    padding-bottom: 20px;
}

.see-also-btn {
    display: none;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    width: 150px;
    text-align: center;
    padding: 8px 0px;
    margin: 17px 0 0 auto;
    cursor: pointer;
}

.see-also-btn:after {
    content: "";
    background-image: url(../img/icon-arrow-scroll-down.svg);
    width: 7px;
    display: inline-block;
    height: 9px;
    margin-left: 8px;
}

.see-also-btn.active:after {
    transform: rotate(180deg);
}

.catalog__filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter__option {
    border: 1px solid #dedede;
    padding: 15px 20px;
    border-radius: 3px;
    background: #fff;
    color: #0c8ba5;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.filter__select {
    margin-right: 16px;
    width: 130px;
}

.filter__select select {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    height: 35px;
    border: none;
    border: 1px solid #dedede;
    border-radius: 0px;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 7px 10px;
    padding-right: 24px;
    font-family: inherit;
    box-shadow: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: url('../img/select-arrow.svg');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
}

.filter__count {
    display: none;
}

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

.filter__dropdown-btn {
    display: none;
}

.filter__sort {
    display: flex;
    align-it: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter__sort-item+.filter__sort-item {
    margin-left: 5px;
}

.filter__sort-link.sort-item {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.filter__sort-link.active-sort-item {
    border-bottom: none;
}

.random-article-title {
    color: #444;
    margin-bottom: 35px;
}

article.random-article {
    border-width: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

div.random-article {
    color: #444;
}

div.random-article:hover {
    color: #3f72ac;
}

/* top-line-menu */
.top_line_menu {
    background-color: #303030;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    min-height: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_line_menu .container_12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_line_menu .container_12:before, .top_line_menu .container_12:after {
    display: none;
}

.top_line_menu nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_line_menu .menu_item {
    padding: 8px 12px;
}

.top_line_menu a {
    position: relative;
    color: #ACACAC;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s;
}

.top_line_menu a:hover {
    color: #fff;
}

.section_similar_items {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.title-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.title-nav .slick-pagination {
    display: flex;
    justify-content: space-between;
    height: 23px;
    width: 47px;
}
.title-nav .slick-pagination .next, .title-nav .slick-pagination .prev {
    width: 15px;
    height: 23px;
    background: url(../img/left.svg) no-repeat center;
    cursor: pointer;
    transition: 0.3s;
}
.title-nav .slick-pagination .next:hover, .title-nav .slick-pagination .prev:hover {
    background: url(../img/left-hover.svg) no-repeat center;
}
.title-nav .slick-pagination .next {
    transform: rotate(-180deg);
}
.section_similar_items__item {
    margin: 0 -10px;
}


/* end top-line-menu */

/* Tags */
.tags {
    margin: 35px 0;
}

.tags__content {
    margin-top: 20px;
    background-color: #fff;
    overflow: hidden;
    padding: 20px 16px;
}

.tags__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px;
}

.tags__link {
    color: #0c8ba5;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-decoration: underline;
    margin-right: 24px;
    margin-bottom: 24px;
}

.tags__link:hover {
    text-decoration: none;
}
/*end Tags*/

/* Work examples block */

.work-examples {
    margin: 35px 0 35px;
}

.work-examples .work-examples-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.work-examples .nav {
    display: flex;
}

.work-examples .nav-left {
    width: 15px;
    height: 23px;
    background: url(../img/left.svg);
    cursor: pointer;
    transition: 0.3s;
    margin-right: 16px;
}
.work-examples .nav-left:hover {
    background: url(../img/left-hover.svg);
}

.work-examples .nav-right {
    width: 15px;
    height: 23px;
    background: url(../img/left.svg);
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(180deg);
}
.work-examples .nav-right:hover {
    background: url(../img/left-hover.svg);
}

.work-examples-slider .work-examples-slide {
    margin: 0 8px;
    position: relative;
}

.work-examples-slider .work-examples-slide:hover .work-examples-btn {
    opacity: 1;
    pointer-events: auto;
}

.work-examples-slider .work-examples-slide img {
    max-width: 195px;
    height: 270px;
    object-fit: cover;
}

.work-examples-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: calc(100% - 20px);
    width: max-content;
    height: auto;
    padding: 9.5px 16px;
    font-size: 13px;
    line-height: 15px;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Latest news block */
.latest-news {
    margin: 60px 0 0 0;
}

.latest-news .h4 {
    margin: 0 0 34px;
}

.latest-news .latest-news-item {
    display: flex;
    margin-bottom: 40px;
    text-decoration: none;
    color: #000;
}
.latest-news .latest-news-item:last-child {
    margin-bottom: 24px;
}

.latest-news .latest-news-img {
    min-width: 140px;
    margin-right: 19px;
}

.latest-news .latest-news-img img {
    height: 110px;
    width: 140px;
    object-fit: cover;
    display: block;
}

.latest-news .latest-news-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 18px;
}

.latest-news .latest-news-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.latest-news .latest-news-desc p {
    margin: 0;
}

.latest-news .latest-news-link {
    text-align: right;
    font-weight: bold;
    margin-bottom: 7px;
}

.latest-news .latest-news-date {
    line-height: 14px;
}

/* Warning*/
.warning {
    background-color: #ecfcff;
    padding-top: 15px;
    padding-bottom: 40px;
    margin-bottom: -28px;
}

.warning__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
}

.warning__content:after, .warning__content:before {
    display: none;
}

.warning__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #333;
    margin-right: 24px
}

.warning__text span {
    font-weight: bold;
}

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

.warning__btn .btn-default + .btn-default {
    margin-left: 8px;
}

.warning__btn .btn-default {
    height: 30px;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    border-width: 2px;
}

.warning__btn .btn-accent {
    background: #0FC8EE;
    color: #fff;
    border-color: #0FC8EE;
}

.warning__btn .btn-accent:hover {
    background: #fff;
    color: #0FC8EE;
}

.burger {
    width: 30px;
    background: none;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: none;
    font-size: 0;
    padding: 10px 0;
    position: relative;
    z-index: 11;
    margin-left: 24px;
}

.burger:focus {
    outline: 0;
}

.burger__item {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: background .2s ease-in-out;
}

.burger__item:after,
.burger__item:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    background-color: #000;
    transition: transform .4s ease-in-out, width .4s ease-in-out;
}

.burger__item:before {
    top: -7px;
}

.burger__item:after {
    bottom: -7px;
}

.burger.active .burger__item {
    background: none;
}

.burger.active .burger__item:before {
    transform: rotate(45deg) translate3d(0, -5px, 0);
    transform-origin: left top;
}

.burger.active .burger__item:after {
    transform: rotate(-45deg) translate3d(0, 5px, 0);
    transform-origin: left bottom;
}

/*Gallery column*/
.gallery__column {
    position: relative;
    column-count: 3;
    column-gap: 20px;
    width: 100%
}

.gallery__column--4 {
    column-count: 4;
}

.gallery__column-item {
    width: 100%;
    break-inside: avoid-column;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.gallery__column-item:hover .gallery__column-overlay {
    opacity: 1
}

.gallery__column-item:hover .gallery__column-btn {
    pointer-events: auto
}

.gallery__column-item[data-hidden=true] {
    display: none
}

.gallery__column-title {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center
}

.gallery__column-img {
    display: flex;
    overflow: hidden;
    position: relative
}

.gallery__column-img,.gallery__column-img img {
    width: 100%;
    height: auto
}

.gallery__column-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 15px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0,0,0,.4);
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.gallery__column-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/*Notification*/
.notification {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    padding: 32px 15px;
}

.notification__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.notification__text {
    color: #000;
    font-size: 15px;
    line-height: 21px;
    max-width: 900px;
}

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

.notification__text a:hover {
    text-decoration: none;
}

.notification__btn {
    margin-top: 16px;
}

.placeholder + .videos {
	margin-top: 40px;
}

.videos {
	display: flex;
	flex-direction: column;
}

.videos__item + .videos__item {
	margin-top: 32px;
}

.videos__item {
	width: 100%;
}

.video-card {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.video-card__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.video-card__wrapper:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.video-card__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    z-index: 1;
    pointer-events: none;
    border: none;
    padding: 0;
    background: none;
}

.video-card__btn-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: fill 0.3s ease-in-out;
    fill: #212121;
    fill-opacity: 0.8;
}

.video-card__wrapper:hover .video-card__btn-bg {
    fill: red;
}

.video-card__title {
	margin: 0px!important;
	margin-bottom: 12px!important;
}

/*Media*/
@media screen and (max-width: 1280px) {
    .container-base {
        width: 940px;
    }

    .footer_col:nth-of-type(1) {
        width: 361px;
    }

    .footer_col:nth-of-type(2) {
        width: 320px;
    }

    .footer_col:nth-of-type(3) {
        width: 270px;
    }

    .articles-list-item {
        width: 220px;
    }

    .item-col-right {
        width: 380px;
    }

    .item_tabs_content {
        width: 460px;
    }

    .item_thumb_img_wr {
        height: 200px;
    }

    /*Gallery column*/
    .gallery__column {
        column-count: 3;
    }
}

@media screen and (max-width: 1024px) {
    /*Default*/
    #wrapper {
        overflow: hidden;
    }

    body {
        min-width: 100%;
    }

    .clearfix:after, .clearfix:before, .container_12:after, .container_12:before, .container_16:after, .container_16:before {
        display: none!important;
    }

    .container_12, .container_16 {
        width: 100%;
        padding: 0 10px;
    }

    .container_12 .grid_12, .container_16 .grid_16 {
        width: 100%;
    }

    .container_12 .grid_9, .container_16 .grid_12 {
        width: 100%;
    }

    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
        display: block;
        float: none;
        margin: 0;
    }

    .row {
        margin: 0;
    }

    .grid-default {
        width: auto!important;
        float: none!important;
        margin: 0!important;
        display: block;
    }

    .title-default {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .title-default--top0 {
        margin-top: 0;
    }

    .title-default--bottom0 {
        margin-bottom: 0;
    }

    .container-base {
        width: 100%;
        padding: 0 10px;
    }

    .page-full-md {
        width: 100%!important;
    }

    .main_title {
        margin-bottom: 20px;
    }

    /*Placeholder*/
    .placeholder > *:first-child {
        margin-top: 0!important;
    }

    .placeholder > *:last-child {
        margin-bottom: 0;
    }

    .placeholder blockquote:before {
        background-position: center top;
    }

	.placeholder .table-wrap {
		overflow: auto;
	}

	.placeholder table {
	    width: 100%;
		border-spacing: 0px;
		border-collapse: collapse;
		text-align: left;
	}

	.placeholder table td {
	    min-width: 250px;
	}

	.placeholder table img {
        max-width: 100% !important;
        max-height: 100% !important;
        vertical-align: top;
        display: inline-block !important;
        margin: 0!important;
    }

    /*Slick*/
    .slick-slide {
        float: left;
    }

    /*Grid*/
    .grid-md {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
    }

    .grid-md-3 {
        grid-column: 3 span;
        width: 100%!important;
        margin: 0;
    }

    .grid-md-4 {
        grid-column: 4 span;
        width: 100%!important;
        margin: 0;
    }

    .grid-md-5 {
        grid-column: 5 span;
        width: 100%!important;
        margin: 0;
    }

    .grid-md-7 {
        grid-column: 7 span;
        width: 100%!important;
        margin: 0;
    }

    .grid-md-12 {
        grid-column: 12 span;
        width: 100%!important;
        margin: 0;
    }

    /*Header*/
    .top_line_menu {
        min-height: 33px;
        height: 33px;
        font-size: 12px;
        line-height: 15px;
        display: flex;
        align-items: center;
    }

    .top_line_menu .menu_item {
        padding: 8px 12px;
    }

    .top_line_menu .menu_item:last-child {
        padding-right: 0;
    }

    .header__wrapper {
        height: 113px;
    }

    .page_header {
        padding-bottom: 0;
        padding-top: 113px;
    }

    .page_header .logo {
        height: auto;
        width: 236px;
        padding: 0;
    }

    .header__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 10px;
        height: 80px;
    }

    .header_btn-call_mobile {
        width: 26px;
        height: 26px;
        min-width: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        margin-left: 16px;
    }

    .burger {
        margin-left: 16px;
    }

    .header__menu {
        position: fixed;
        top: 113px;
        left: 0;
        height: calc(100% - 113px);
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #333333;
        z-index: 10;
        overflow: hidden;
        overflow-y: auto;
        padding: 40px;
        display: none;
    }

    .main_menu {
        position: relative;
        top: auto;
        transform: none;
        max-width: 100%;
        width: 100%;
        padding-bottom: 40px;
    }

    .main_menu .menu {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        background: none;
        font-size: 24px;
        line-height: 29px;
        font-weight: 600;
        align-items: center;
        justify-content: center;
    }

    .main_menu .menu_item {
        float: none;
        padding: 0;
    }

    .main_menu .menu_item + .menu_item {
        margin-top: 32px;
    }

    .main_menu .menu_item a {
        padding: 0;
    }

    .warning {
        margin: 0;
        padding: 16px 0;
    }

    .warning__content {
        flex-direction: column;
    }

    .warning__text {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .warning__btn {
        width: 100%;
    }

    .header_btns--hidden-sm {
        display: none;
    }

    .header__menu-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: auto;
    }

    .header__menu-btn {
        background-color: transparent;
        padding: 0;
        margin: 0;
        border: none;
        font-size: 13px;
        line-height: 16px;
        color: #fff;
        max-width: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        text-decoration: none;
    }

    .header__menu-btn + .header__menu-btn {
        margin-left: 24px;
    }

    .header__menu-btn svg {
        height: 36px;
        width: 36px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .header__menu-btn:last-child {
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
        margin-left: 0px;
    }

    .header__menu-btn a {
        color: #fff;
    }

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

    .header__burger {
        display: block;
    }

    .header__menu-wrapper {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 100%;
    }

    /*Hero*/
    .hero-fp {
        display: flex;
        align-items: flex-end;
        padding-top: 180px;
        padding-bottom: 32px;
    }

    .hero-fp h1 {
        margin-top: 0;
    }

    .hero-fp_content {
        margin-bottom: 100px;
    }

    /*Fp Catalog*/
    .catalog_tabs {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .catalog_tabs-nav {
        margin-bottom: 24px;
        padding: 0;
    }

    .catalog-fp_item_link {
        padding: 0;
    }

    .catalog-fp_item_img_wr {
        height: auto;
        margin-bottom: 0;
        position: relative;
    }

    .catalog-fp_item_img_wr:before {
        content: '';
        display: block;
        padding-bottom: 78%;
    }

    .catalog-fp_item_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    .catalog-fp_item_info {
        padding: 18px;
    }

    .catalog-fp_item_title {
        height: 36px;
        font-size: 14px;
        line-height: 17px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
    }

    .catalog-fp_item_min_price {
        display: inline-block;
        margin-top: 4px;
    }

    .catalog-fp_footer {
        margin-top: 40px;
    }

    /*About*/
    .middle_content-fp {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    /*Content Before Form*/
    .content-fp-before-form table td, .content-fp-before-form table th {
        vertical-align: baseline;
    }

    /*Form Grid*/
    .form-grid-md {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
    }

    .form-grid-md-3 {
        grid-column: 3 span;
        width: 100%!important;
    }

    .form-grid-md-4 {
        grid-column: 4 span;
        width: 100%!important;
    }

    .form-grid-md-5 {
        grid-column: 5 span;
        width: 100%!important;
    }

    .form-grid-md > .clearfix:last-child {
        display: none;
    }

    /*Order Online*/
    .form_order_online .form_note {
        width: 100%;
        text-align: left;
    }

    /*Sales Fp*/
    .sales-fp .endless_container {
        margin-top: 30px;
    }

    /*News*/
    .block-news-fp .h1 {
        margin-top: 0;
    }

    .articles-fp .h1 {
        margin-top: 0;
    }

    /*Footer*/
    .page_footer {
        overflow: hidden;
    }

    .footer__top {
        flex-wrap: wrap;
    }

    .footer_col:first-of-type {
        padding: 0;
        width: calc(100% - 228px);
        margin-right: 16px;
    }

    .footer_col:nth-of-type(2) {
        width: 212px;
        padding: 0;
        border: none;
    }

    .footer_col:nth-of-type(3) {
        width: 100%;
        padding: 32px 0;
        margin: 32px 0;
        border-top: 1px solid #585858;
        border-bottom: 1px solid #585858;
    }

    .footer_col:nth-of-type(3) .footer_title {
        padding-left: 0;
    }

    .logo-footer {
        padding-top: 0;
    }

    .logo-footer_link {
        display: flex;
        max-width: 248px;
    }

    .logo-footer_link img, .logo-footer_link svg {
        width: 100%;
        height: auto;
    }

    .footer_search-form {
        width: 360px;
        margin: 0;
        margin-top: 20px;
    }

    .page_footer .contacts_ico.address:before {
        top: -3px;
    }

    .page_footer .contacts_ico {
        padding-left: 35px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .footer__contacts {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .footer_contacts_wr, .page_footer .contacts_ico.address, .page_footer .contacts_ico.phone {
        margin-right: 0;
    }

    .soc-btns {
        padding: 0;
        margin: 0;
        margin-left: 10px;
    }

    .footer__bottom {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .page_footer .copy {
        padding: 0;
    }

    /*Advantages*/
    .advantages-fp_nav {
        width: 244px!important;
    }

    .ui-state-active .advantages-fp_nav_link:after {
        width: 12px;
    }

    .advantages-fp_items-content {
        width: calc(100% - 256px)!important;
        margin-left: 12px;
    }

    .advantages-fp .container_12 {
        display: flex;
    }

    .advantages-fp_nav_link {
        padding-left: 62px;
    }

    /*Mfp*/
    button.mfp-close {
        top: 20px;
        right: 18px;
    }

    button.mfp-close:active {
        top: 20px;
    }

    .mfp-gallery .mfp-image-holder button.mfp-close {
        width: 14px;
        height: 14px;
        opacity: 1;
        right: 10px;
        top: 32px;
    }

    .mfp-gallery img.mfp-img {
        padding: 40px 0;
        padding-top: 60px;
    }

    .mfp-gallery .mfp-title {
        overflow: hidden;
        white-space: no-wrap;
	    text-overflow: ellipsis;
	    font-size: 16px;
	    line-height: 22px;
	    padding-right: 25px;
    }

    .mfp-gallery .mfp-bottom-bar {
        top: auto;
        bottom: calc(100% - 52px);
        padding: 0 10px;
        margin: 0;
    }

    button.mfp-arrow {
	    width: 40px;
	    height: 40px;
	    min-width: 40px;
	    min-height: 40px;
	    opacity: 1;
	    margin: 0;
	    top: auto;
	    bottom: 0;
	    transform: none;
	    position: fixed;
	    background-size: 25px 25px;
    }

    button.mfp-arrow-left {
	    left: 0;
    }

    button.mfp-arrow-right {
	    right: 0;
    }

    .mfp-image-holder .mfp-content {
	    max-width: 100%;
    }

    .mfp-inline-holder {
        padding: 0;
        min-height: 100vh;
    }

    .mfp-inline-holder .mfp-content {
        height: 100vh;
        overflow: hidden;
    }

    .mfp-wrap {
        min-height: 100vh;
    }

    .mfp-bg, .mfp-wrap {
        overflow: hidden!important;
        height: 100vh!important;
        bottom: 0px;
    }

    .popup-form_wr {
        margin: 0;
        max-height: 100vh;
        min-height: inherit;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        align-items: flex-start;
        background-color: #eaeaea;
    }

    .popup-form_header {
        padding: 30px 20px;
        padding-left: 60px;
        padding-right: 60px;
        height: 90px;
    }

    .form-popup, .thank-you-popup {
        color: #666;
        max-width: 490px;
        margin: auto;
    }

    .form-popup {
        padding: 0;
    }

    .popup-form_body {
        height: calc(100% - 90px);
        overflow-y: auto;
        padding: 100px 20px;
    }

    .popup-form_footer {
        display: none;
    }

    /*Content*/
    .content_body {
        padding: 32px 0;
    }

    .catalog_root_up {
        margin-bottom: 32px;
    }

    /*Breadcrumbs*/
    .breadcrumbs {
        margin-bottom: 24px;
    }

    /*Catalog*/
    .catalog_menu-sidebar {
        display: none;
    }

    .section_count--hidden-md {
        display: none;
    }

    .filter__count {
        display: block;
        font-size: 14px;
        line-height: 21px;
        color: #000;
        margin: 0;
    }

    .filter__option {
        border: none;
        padding: 0px;
        border-radius: 0px;
        background: transparent;
        color: inherit;
        width: auto;
    }

    .filter__select {
        margin-right: 6px;
    }

    .filter__dropdown {
        width: 164px;
        position: relative;
    }

    .filter__dropdown-btn {
        font-size: 14px;
        line-height: 14px;
        color: #000;
        height: 35px;
        padding: 7px 10px;
        padding-right: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: 1px solid transparent;
        transition: color .3s,border .3s;
        display: block;
        background-color: #fff;
        border: 1px solid #DEDEDE;
        position: relative;
        width: 100%;
        text-align: left;
    }

    .filter__dropdown-btn span {
        pointer-events: none;
    }

    .filter__dropdown-btn img, .filter__dropdown-btn svg {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: transform .3s;
        pointer-events: none;
    }

    .filter__dropdown-btn.active img, .filter__dropdown-btn.active svg {
        transform: translateY(-50%) rotate(-180deg);
    }

    .filter__sort {
        position: absolute;
        left: 0;
        top: calc(100% + 1px);
        z-index: 3;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
        border: 1px solid #555;
        transition: opacity .3s,visibility .3s,transform .3s;
    }

    .filter__sort.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .filter__sort-item {
        width: 100%;
        height: 30px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .filter__sort-item+.filter__sort-item {
        margin-left: 0;
    }

    .filter__sort-item span {
        display: none;
    }

    .filter__sort-link.sort-item {
        width: 100%;
        color: #000;
        border: none;
    }

    .filter__sort-link.active-sort-item {
        color: #0c8ba5;
    }

    .catalog__filter {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .item_list {
        margin: 0;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
    }

    .item_list .item_block {
        margin: 0;
        width: 100%;
        grid-column: 4 span;
    }

    .item_thumb_img_wr {
        height: 200px;
    }

    /*Reviews*/
    .section_reviews_list {
        border: none;
        border-radius: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
        margin: 24px 0;
        background: none;
    }

    .section_review {
        width: 100%;
        grid-column: 4 span;
        background-color: #fff;
    }

    /*Work*/
    .work-examples .nav {
        display: none;
    }

    /*Product*/
    .item_top {
        display: flex;
    }

    .item-col-right {
        float: none;
        margin-left: 20px;
    }

    .item_form-one-click_wr {
        display: flex;
    }

    .item_tabs {
        display: flex;
        margin-bottom: 24px;
    }

    .item_tabs_content {
        width: calc(100% - 240px);
        margin-left: 20px;
    }

    .item_review {
        display: flex;
        flex-direction: column;
    }

    .item_review_more {
        margin-right: 0;
        margin-top: 10px;
    }

    .item_tabs_content_item-facing {
        display: flex;
        flex-direction: column;
        padding: 20px 12px;
    }

    .item_tabs_content_item-facing .facing_imgs {
        display: flex;
        flex-wrap: wrap;
    }

    .item_tabs_content_item-construction {
        padding: 20px 12px;
    }

    .section_similar_items__item .item_block {
        margin: 0 10px;
    }

    .section_similar_items .slick-pagination {
        display: none;
    }

    .section_similar_items__item .slick-track {
        display: flex;
    }

    .item_tabs_content table {
        margin-top: 0;
    }

    /*News*/
    .news-list_item {
        display: flex;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .news-list_item_short {
        min-height: auto;
    }

    .latest-news {
        margin-top: 32px;
    }

    /*Work*/
    .work-examples-slider {
        position: relative;
    }

    .work-examples-slider:before {
        content: '';
        position: absolute;
        display: block!important;
        top: 0;
        right: -11px;
        z-index: 1;
        height: 100%;
        width: 57px;
        pointer-events: none;
        visibility: visible;
        background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0));
    }

    /*Contacts*/
    .contacts-box {
        display: flex;
    }

    /*Articles*/
    .articles-list-item {
        width: calc(33.333% - 20px);
    }

    .article_items .row, .article_sections .row {
        display: grid;
    }

    .article_items, .article_sections {
        margin-bottom: 30px;
    }

    /*Rackman Page*/
    .rackman_page .form-popup {
        padding: 24px;
        width: 100%;
        max-width: 100%;
    }

    .rackman_page .thank-you-popup {
        max-width: 100%;
    }

    .rackman_page .form-popup_col-right {
        width: calc(100% - 235px);
        margin-left: 20px;
    }

    .rackman_page .form-popup textarea {
        width: 100%;
    }

    /*Order Page*/
    .order_online_page .form-popup {
        padding: 24px;
        width: 100%;
        max-width: 100%;
    }

    .order_online_page .thank-you-popup {
        max-width: 100%;
    }

    .order_online_page .form-popup_col-right {
        width: calc(100% - 235px);
        margin-left: 20px;
    }

    .order_online_page .form-popup textarea {
        width: 100%;
    }

    /*Furniture*/
    .furniture_item {
        width: 100%!important;
    }

    .item-furniture_top {
        display: flex;
    }

    .item-furniture_top-content {
        width: calc(100% - 320px)!important;
        margin-left: 20px;
    }

    .item-furniture_content-right {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    .item-furniture_img_link {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

    .item-furniture_content-right table {
        margin: 0;
    }

    /*Review Page*/
    .form-reviews {
        display: flex;
        flex-direction: column;
    }

    .reviews_form_col-left {
        width: 240px;
    }

    .reviews_form_col-right {
        width: calc(100% - 260px);
        margin-left: 20px;
    }

    /*See Also*/
    .block-more-article_wr {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .see-also-article {
        display: flex;
    }

    .see-also-article + .see-also-article {
        margin-top: 24px;
    }

    .block-more-article_img {
        max-width: 100%;
        max-height: inherit;
        object-fit: contain;
    }

    .block-more-article_title {
        margin-top: 5px;
    }

    .block-more-article .grid_2 {
        width: 100%;
    }

    .block-more-article .grid_7 {
        width: 100%;
    }

    .block-more-article_description {
        height: auto;
    }

    .rackman_page {
        margin-top: 40px;
    }

    /*Notification*/
    .notification {
        padding: 24px 15px;
    }

    .notification__btn {
    	line-height: 16px;
    }

    .notification__text {
        font-size: 14px;
        line-height: 20px;
    }
}

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

    /*Btn*/
    [type="submit"], .btn-default {
        height: 30px;
        padding: 7px 14px;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        border-width: 2px;
    }

    /*Default*/
    .section-default {
        padding: 48px 0;
    }

    .section-default__header {
        margin-bottom: 24px;
        flex-direction: column;
    }

    .section-default__header .title-default {
        margin-right: 0px;
    }

    .section-default__header .link-default {
        margin-top: 12px;
    }

    .section-default__bottom {
        flex-direction: column;
        margin-top: 24px;
    }

    .section-default__bottom a+a {
        margin-left: 0px;
        margin-top: 10px;
    }

    .placeholder img {
        float: none!important;
        margin: 0!important;
        margin-top: 8px!important;
        margin-bottom: 8px!important;
        max-width: 100%!important;
        width: auto!important;
        height: auto!important;
        max-height: 100%!important;
        display: block;
    }

    /*Grid*/
    .grid-md {
        grid-gap: 15px 0;
    }

    .grid-md--gap-default {
        grid-gap: 15px;
    }

    .grid-md-6--xs {
        grid-column: 6 span;
    }

    .grid-md-12--xs {
       grid-column: 12 span;
    }

    .grid-md--no-xs {
        display: block;
    }

    /*Header*/
    .page_header .logo {
        width: 200px;
    }

    .top_line_menu {
        display: none;
    }

    .header__menu {
        top: 80px;
        height: calc(100% - 80px);
        padding: 40px 15px;
    }

    .burger.active .burger__item:before {
        background-color: #000;
    }

    .burger.active .burger__item:after {
        background-color: #000;
    }

    .main_menu .menu {
        font-size: 16px;
        line-height: 19px;
    }

    .main_menu .menu_item + .menu_item {
        margin-top: 24px;
    }

    .header__menu-mobile {
        width: calc(100% + 30px);
        display: block;
        margin-left: -15px;
        margin-bottom: 32px;
        padding: 24px 30px;
        background-color: #5C5C5C;
    }

    .header__menu-mobile .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header__menu-mobile .menu_item {
        padding: 6px 12px;
    }

    .header__menu-mobile .menu_item a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        line-height: 17px;
        text-decoration: none;
        position: relative;
    }

    .header__menu-mobile .menu_item:not(:last-child) a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -12px;
        width: 2px;
        background-color: rgba(255,255,255,0.6);
        opacity: .6;
    }

    .header__menu-city {
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        margin-bottom: 8px;
    }

    .header__menu-city svg {
        margin-right: 6px;
    }

    .header__wrapper {
        height: 80px;
    }

    .page_header {
        padding-top: 80px;
    }

    .warning__text {
        font-size: 11px;
        margin-bottom: 16px;
    }

    /*Hero*/
    .hero-fp {
        padding-top: 40px;
        padding-bottom: 2px;
    }

    .hero-fp h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .hero-fp_content {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    /*Fp catalog*/
    .catalog_tabs {
        margin-bottom: 0;
    }

    .catalog_tabs-nav {
        display: none;
    }

    .catalog_tabs-title {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        display: inline-block;
        color: #000;
        font-weight: bold;
    }

    .catalog_tab-item {
        display: block!important;
        margin-bottom: 24px;
    }

    .catalog-fp_item {
        width: 220px!important;
        max-width: 220px;
        min-width: 220px;
        margin-right: 20px;
    }

    .catalog-fp_section--slider:not(.slick-initialized) {
        display: flex!important;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .catalog-fp_item_info {
        padding: 15px;
    }

    /*About*/
    .middle_content-fp {
        padding: 48px 0;
        padding-top: 220px;
        background-size: 207px 171.71px;
        background-position: center 30px;
    }

    /*Stage*/
    .stages-fp {
        flex-direction: column;
    }

    .stage-fp {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: flex-start;
    }

    .stage-fp:before {
        position: relative;
        display: block;
        top: -9px;
        margin-right: 16px;
        min-width: 37px;
        min-height: 37px;
    }

    .stage-fp + .stage-fp {
        margin-top: 20px;
    }

    /*Content Before Form*/
    .content-fp-before-form table tr {
        display: flex;
        flex-direction: column;
    }

    .content-fp-before-form table td {
        width: 100%;
        padding: 0;
    }

    .content-fp-before-form table td + td {
        margin-top: 20px;
    }

    /*Form Grid*/
    .form-grid-md {
        grid-gap: 15px 0;
    }

    .form-grid-md-12--xs {
        grid-column: 12 span;
    }

    /*Form Order Click*/
    .form_order_online .form_footer {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
    }

    .form_order_online .order_info {
        margin: auto;
        margin-top: 15px;
    }

    .form_order_online .form_footer_title {
        margin-top: 15px;
        margin-bottom: 0;
    }

    /*Sales Fp*/
    .sales-fp_item {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .sales-fp_item_title {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
        text-align: left;
    }

    .sales-fp_item_img {
        width: 80px;
        height: auto;
        margin-right: 10px;
    }

    .sales-fp_item-right {
        width: calc(100% - 90px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .sales-fp_item .price {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .sales-fp_item .price-old {
        margin: 0;
        margin-top: 5px;
    }

    /*News*/
    .news_fp a {
        flex-direction: column;
    }

    .news_fp_col-right {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .news_fp_title {
        margin-bottom: 10px;
    }

    .news_fp_short {
        display: none;
    }

    .news_fp_data {
        font-size: 12px;
    }

    .news_fp_all {
        top: 0;
    }

    .news_fp_footer {
        margin-top: 10px;
    }

    /*Footer*/
    .footer_col:first-of-type {
        width: 100%;
        margin-bottom: 32px;
        margin-right: 0;
    }

    .footer_col:nth-of-type(2) {
        width: 100%;
    }

    .footer_col:nth-of-type(3) {
        border: none;
        padding: 0;
    }

    .footer_main_menu .menu_item {
        font-size: 12px;
    }

    .footer_catalog_menu .menu_item {
        font-size: 12px;
    }

    .logo-footer_link {
        margin: auto;
    }

    .footer__contacts {
        flex-direction: column;
    }

    .soc-btns {
        margin: 0;
        margin-top: 32px;
        width: 100%;
        text-align: center;
    }

    .soc-btn:last-child {
        margin-right: 0;
    }

    .footer_contacts_wr {
        width: 100%;
    }

    .footer_search-form {
        max-width: 100%;
        width: 100%;
    }

    /*Advantages*/
    .advantages-fp .container_12 {
        flex-direction: column;
    }

    .advantages-fp_items-content {
        width: 100%!important;
        margin-left: 0;
        margin-top: 10px;
    }

    .advantages-fp_nav {
        width: 100%!important;
    }

    .ui-state-active .advantages-fp_nav_link:after {
        display: none;
    }

    .advantage-fp_content {
        padding: 32px 16px;
    }

    /*Mfp*/
    button.mfp-close {
        top: 15px;
        right: 15px;
    }

    button.mfp-close:active {
        top: 15px;
    }

    .popup-form_body {
        padding: 40px 15px;
        height: calc(100% - 80px);
    }

    .popup-form_header {
        height: 80px;
        padding: 16px 60px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .thank-you-popup {
        padding-top: 86px;
        background: #eaeaea url(../static/img/logo-thx.png) center top 15px no-repeat;
    }

    /*Form*/
    .form_rackman .form_fields {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .form-popup_col-left {
        float: none;
        width: 100%;
    }

    .form-popup_col-right {
        float: none;
        width: 100%;
    }

    .form-popup textarea {
        width: 100%;
    }

    .form_rackman .ctrlHolder.phone {
        margin-bottom: 9px;
    }

    .switcher__title {
        font-size: 13px;
    }

    .form-checkbox__text {
        font-size: 13px;
    }

    .form-popup .form_footer {
        margin-bottom: 0;
        flex-direction: column;
        justify-content: center;
    }

    .form_note {
        margin-bottom: 16px;
    }

    /*Catalog*/
    .item_list {
        grid-gap: 10px;
    }

    .item_list .item_block {
        grid-column: 6 span;
    }

    .item_block_link {
        padding: 12px 5px;
    }

    .item_thumb_img_wr {
        height: 145px;
        margin-bottom: 10px;
    }

    .two.item_thumb_img:first-child {
        margin-right: 3px;
    }

    .item_btn {
        opacity: 1;
        pointer-events: auto;
        position: static;
        transform: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .item_block .item_name {
        height: 51px;
        font-size: 14px;
        line-height: 17px;
        color: #444;
        padding: 0;
    }

    .item_block_link:after {
        display: none;
    }

    .item_block .price {
        padding: 0;
        margin-top: 14px;
        bottom: 0;
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .pagination {
        margin-top: 24px;
    }

    /*Reviews*/
    .section_reviews_list:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
    }

    .section_reviews_list:not(.slick-initialized) .section_review {
        min-width: 100%;
    }

    .section_reviews_list {
        display: block;
        grid-gap: 0;
        margin-right: -20px;
    }

    .section_review {
        padding: 16px 20px;
        margin-right: 20px;
    }

    .section_review_more {
        margin-right: 0;
    }

    /*Product*/
    .item_top {
        flex-direction: column;
    }

    .item-humb_wr {
        margin: auto;
        float: none;
    }

    .imgs-block {
        margin-bottom: 0;
    }

    .imgs-block-nav {
        margin-top: 20px;
    }

    .item-col-right {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }

    .item_price {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .item_price .price-old {
        margin-left: 0;
        margin-right: 0;
    }

    .item_status true {
        text-align: center;
    }

    .item_status {
        text-align: center;
    }

    .item_form-one-click_wr {
        padding-left: 0;
    }

    .item_btn_wr {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-one-click {
        padding: 10px 16px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .form-one-click .ctrlHolder {
        width: 100%;
    }

    .form-one-click .button-Holder {
        padding-top: 20px;
        float: none;
        margin: auto;
        justify-content: center;
    }

    .item_tabs {
        flex-direction: column;
    }

    .item_tabs .placeholder table td {
        min-width: inherit;
    }

    .item_tabs_nav {
        width: 100%;
    }

    .item_tabs_nav_item.ui-state-active:after {
        display: none;
    }

    .item_tabs_content {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .item_tabs_content_item-facing {
        padding: 0;
    }

    .item_tabs_content_item {
        padding: 20px 12px;
    }

    .item-furniture_item {
        flex-direction: column;
    }

    .item-furniture_col-right {
        width: 100%;
        margin-top: 10px;
    }

    .item-furniture_img {
        position: relative;
        right: 0;
    }

    .item_tabs_content_item-facing .facing_imgs .facing_item_img_wr {
        width: 135px;
    }

    .imgs-block_tmb {
        max-height: 360px;
        object-fit: contain;
    }

    /* Tags */
    .tags__list {
        margin-right: -20px;
        margin-bottom: -20px;
    }

    .tags__link {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    /*News*/
    .news-list_item .news-list-link {
        display: flex;
        flex-direction: column;
    }

    .news-list_item_col-left {
        width: 100%;
    }

    .news-list_item_image {
        text-align: left;
        height: 145px;
    }

    .news-list_item_col-left img {
        width: 100%;
        height: 100%;
    }

    .news-list_item_col-right {
        width: 100%;
        margin-top: 10px;
    }

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

    .latest-news .latest-news-item {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .latest-news .latest-news-img img {
        width: 100%;
        height: 100%;
    }

    .latest-news .latest-news-img {
        margin-right: 0;
        width: 100%;
        height: 145px;
    }

    .latest-news-right {
        width: 100%;
        margin-top: 10px;
    }

    .news_fp_col-left {
        width: 100%;
        height: 145px;
    }

    .news_fp_col-left img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .news-list_item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .news_fp {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    /*Sale*/
    .discount-item {
        display: flex;
        flex-direction: column;
        padding: 24px;
    }

    .discount-item .item_thumb_img {
        max-height: 160px;
    }

    .discount-item_col-left {
        text-align: center;
        padding: 0;
        margin: auto;
    }

    .discount-item_col-right {
        width: 100%;
        margin-top: 16px;
    }

    .discount-item .price-old_wr {
        margin-top: 16px;
    }

    /*Contacts*/
    .contacts-box {
        flex-direction: column;
        padding: 20px 16px;
    }

    .contacts-box_col {
        width: 100%;
        background-position: 0 0;
        padding-right: 0;
        padding-left: 40px;
    }

    .contacts-box_col + .contacts-box_col {
        margin-top: 24px;
    }

    .contacts_map > ymaps {
        height: 400px!important;
    }

    .showroom img {
        float: none!important;
        display: block;
        margin: 5px auto!important;
    }

    .showroom .btn-default {
        width: 100%;
        text-align: center;
    }

    /*Articles*/
    .articles-list-item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .articles-list {
        margin: 0;
        flex-direction: column;
    }

    .articles-list-item + .articles-list-item {
        margin-top: 40px;
    }

    .articles-list-item-link {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .articles-list-img {
        height: 145px;
        width: 100%;
        object-fit: cover;
    }

    .article_sections .row {
        display: block;
    }

    /*Rackman Page*/
    .rackman_page .form-popup_col-right {
        width: 100%;
        margin-left: 0;
    }

    .rackman_page .form-popup {
        padding: 24px 20px;
    }

    /*Order Page*/
    .order_online_page .form-popup_col-right {
        width: 100%;
        margin-left: 0;
    }

    .order_online_page .form-popup {
        padding: 24px 20px;
    }

    /*Furniture*/
    .item-furniture_top {
        flex-direction: column;
    }

    .item-furniture_top-preview {
        width: 100%!important;
    }

    .item-furniture_top-content {
        width: 100%!important;
        margin-left: 0px;
    }

    /*Reviews Page*/
    .reviews_form_col-left {
        float: none;
        width: 100%;
    }

    .reviews_form_col-right {
        margin: 0;
        width: 100%;
        float: none;
    }

    .reviews_form-wr .button-Holder {
        float: none;
    }

    .review-answer {
        margin-top: 20px;
        margin-left: 24px;
    }

    .reviews_form-wr .thank-you {
        padding-left: 16px;
        padding-right: 16px;
    }

    /*Btn Up*/
    .btn_up {
        background-size: contain;
        width: 44px;
        height: 44px;
    }

    .sales-fp_footer {
        margin-top: 16px;
    }

    /*Gallery column*/
    .gallery__column-title {
        display: none;
    }

    .gallery__column-overlay {
        padding: 10px 10px 60px;
        opacity: 1;
        background-color: transparent;
    }

    .gallery__column-btn {
        bottom: 10px;
        pointer-events: auto;
    }
}

@media screen and (max-width: 520px) {
    /*Gallery column*/
    .gallery__column {
        column-count: 2
    }
}