@charset "UTF-8";
* {
    -webkit-text-size-adjust: none
}

html {
    width: 100%;
    height: 100%
}

body,
input,
select,
textarea,
button,
label {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #4c4242
}

body {
    width: 100%;
    min-width: 320px;
    background: #fff
}

* html #container {
    height: 100%
}

#wrapper {
    width: 100%;
    position: relative
}

section,
header,
footer {
    width: 100%;
    position: relative
}

section:after,
header:after,
footer:after {
    content: '';
    display: table;
    clear: both
}

.center {
    width: calc(100% - 30px);
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

sup {
    font-size: 60%;
    line-height: 0;
    position: relative
}

a {
    color: #4c4242
}

a:hover {
    text-decoration: none
}

:focus {
    outline: none
}

.btn {
    height: 40px;
    border: 1px solid #ed1f24;
    background: none;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative
}

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

header {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header__top {
    height: 39px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center
}

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

.header-login {
    margin-right: 16px;
    margin-top: 2px;
    color: #000;
    font-size: 15px;
    text-decoration: none
}

.header-login:before {
    content: "\f007";
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 3px
}

.header-lang {
    display: block;
    width: 20px;
    height: 14px;
    background: url(../images/flag-ru.png) no-repeat 0 0;
    text-decoration: none
}

.header-city {
    float: left;
    margin-left: 17px;
    position: relative;
    z-index: 1005;
    font-size: 15px;
    color: #898989
}

.header-city span {
    color: #000;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.header-city span:after {
    content: "\f107";
    display: inline-block;
    margin-left: 3px;
    color: #ed1c24;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.header-city.open span:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-city ul {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 145px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 14px 10px;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.header-city ul.noTop {
    top: 25px !important;
}

.header-city ul.Top {
    top: 145px !important;
}

.header-city ul li a {
    font-size: 14px;
    text-decoration: none;
}

.header-city ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.header-city ul li {
    white-space: nowrap
}

.header-city ul li {
    list-style-type: none; /* Скрываем маркеры, отображаемые по умолчанию */
}
.header-city ul li:before {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #d7002e; /* Цвет маркера */
    content: "•"; /* Маркер */
    padding-right: 7px; /* Отступ от маркера до текста */
}

.header-time {
    color: #000;
    font-size: 15px;
    margin-left: 16px
}

.header-email {
    color: #000;
    font-size: 15px;
    text-decoration: none
}

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

header .logo {
    display: block;
    flex: 0 0 218px;
    width: 218px;
    height: 40px;
    float: left;
    margin-right: 10px;
    text-decoration: none
}

header .title {
    color: #000;
    line-height: 16px;
    font-weight: 500
}

header .phone {
    margin-bottom: 3px;
    color: #000;
    font-size: 28px;
    line-height: 32px
}

header .btn {
    height: 38px;
    background-color: #ed1f24;
    color: #fff;
    font-size: 14px;
    line-height: 35px
}

header .btn:hover {
    background-color: transparent;
    color: #000
}

.mainMenu {
    flex: 0 0 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    background-color: #f6f5fa;
    border-top: 1px solid #ebebeb
}

.mainMenu .center {
    position: static
}

.mainMenu ul.root-top {
    height: 60px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.mainMenu ul.root-top:hover {
    background: none
}

.mainMenu ul.root-top > li {
    display: block;
    font-size: 16px;
    line-height: 60px;
    color: #000
}

.mainMenu .mainMenu__open> ul > li.parent:hover:before {
    content: '';
    display: block;
    width: calc(100% + 47px);
    height: 44px;
    background-color: #fff;
    position: absolute;
    top: -12px;
    left: -23px
}

.mainMenu ul.root-top > li > a {
    display: block;
    height: 60px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 3
}

.mainMenu ul.root-top > li:hover > a {
    margin: 0 -20px;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.mainMenu ul.root-top > li.parent > a:after,
.mainMenu>ul>li.parent>a:after {
    content: "\f107";
    display: inline-block;
    margin-left: 3px;
    color: #ed1c24;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mainMenu .mainMenu_wrap {
    display: none;
    position: absolute!important;
    top: 60px;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #f9f8fc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.mainMenu.desctope .mainMenu__open {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 14px;
    width: calc(100% - 30px);
    position: relative
}

.mainMenu .mainMenu__open:before {
    content: '';
    width: 9999px;
    position: absolute;
    left: -9999px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    height: 100%
}

.mainMenu ul.root-top > li:hover .mainMenu_wrap {
    display: block
}

.mainMenu.desctope .mainMenu__open>li {
    background-color: #fff;
    width: 28%;
    border-right: 1px solid #ebebeb;
    line-height: 15px
}

.mainMenu.desctope .mainMenu__open>li>a {
    display: block;
    padding: 14px 35px 14px 0;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    position: relative;
    font-weight: 700
}

.mainMenu.desctope .mainMenu__open>li:hover>a {
    border-bottom: 2px solid red
}

.mainMenu.desctope .mainMenu__open>li.sub-item>a:after {
    content: '';
    width: 35px;
    background-color: #fff;
    position: absolute;
    top: -1px;
    right: -35px;
    bottom: 0;
    opacity: 0;
    height: 100%
}

.mainMenu .mainMenu__open>li.sub-item>a:before {
    content: '\f105';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -18px;
    opacity: 0;
    color: red;
    font-family: 'FontAwesome';
    font-size: 15px;
    z-index: 2;
    font-weight: 700
}

.mainMenu .mainMenu__open>li.sub-item:hover>a:after {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 2px solid red;
    opacity: 1
}

.mainMenu .mainMenu__open>li.sub-item:hover>a:before {
    opacity: 1
}

.mainMenu .mainMenu__open>li>ul {
    display: none;
    position: absolute;
    left: 28%;
    top: 0;
    padding-top: 35px;
    height: 100%;
    max-width: 75%;
    padding-left: 7%
}

.mainMenu .mainMenu__open>li>ul.full {
    width: 69%
}

.mainMenu .mainMenu__open>li>ul.full .sub_prop {
    margin-bottom: 20px
}

.mainMenu .mainMenu__open>li>ul.full .columnFull {
    width: 30%;
    padding-left: 2%;
    float: left;
    display: inline-block
}

.mainMenu .mainMenu__open>li.sub-item:hover>ul {
    display: block
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li,
.sub-parent>.columnFull>.sub_prop>li {
    padding-bottom: 5px
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li>a,
.sub-parent>.columnFull>.sub_prop>li>a {
    padding: 5px 0;
    font-size: 12px;
    color: #000;
    text-decoration: none
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li>a.all_news {
    color: red;
    text-decoration: underline
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li:hover>a,
.sub-parent>.columnFull>.sub_prop>li:hover>a {
    text-decoration: underline
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li>ul,
.sub-parent>.columnFull>.sub_prop>li>ul {
    padding-top: 5px
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li>ul>li,
.sub-parent>.columnFull>.sub_prop>li>ul>li {
    padding: 5px 0 5px 15px;
    position: relative
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li>ul>li>a,
.sub-parent>.columnFull>.sub_prop>li>ul>li>a {
    color: #626262;
    font-size: 12px;
    text-decoration: none
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li>ul>li:hover>a,
.sub-parent>.columnFull>.sub_prop>li>ul>li:hover>a {
    text-decoration: underline
}

.mainMenu .mainMenu__open>li.sub-item>.sub-parent>li>ul>li:before,
.sub-parent>.columnFull>.sub_prop>li>ul>li:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: red;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%
}

.sub-parent>.columnFull>.sub_prop>li>ul>li>ul {
    padding-left: 13px
}

.sub-parent>.columnFull>.sub_prop>li>ul>li>ul>li {
    padding-top: 6px
}

.sub-parent>.columnFull>.sub_prop>li>ul>li>ul>li>a {
    font-size: 10px;
    color: #626262
}

.sub-parent>.columnFull>.sub_prop>span {
    text-transform: uppercase;
    color: #7b7b7b;
    font-size: 12px;
    margin-bottom: 15px;
    display: block
}

.top-block {
    background: #F6F5FA;
    border-bottom: 1px solid #e1e1e1
}

.top-block .center {
    display: flex;
    flex-wrap: wrap
}

.top-block .left-column {
    display: flex;
    width: calc(100% - 293px);
    flex-direction: column
}

.top-block .right-column {
    display: flex;
    width: 263px;
    margin-left: 30px
}

.top-block .slider {
    width: 100%;
    height: 260px;
    flex: 0 1 260px
}

.top-block .slider .item {
    display: flex;
    height: 260px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    cursor: pointer;
}

.top-block .slider .center {
    display: flex;
    width: calc(100% - 68px);
    align-items: center
}

.top-block .slider .slide-content {
    margin: 0 0 5px
}

.top-block .slider .slide-content h2 {
    margin-bottom: 17px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px
}

.top-block .slider .slide-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.top-block .slider .slide-content .btn {
    margin-top: 22px;
    background-color: #ed1f24;
    color: #fff;
    font-size: 18px;
    line-height: 35px
}

.top-block .slider .slide-content .btn:hover {
    background-color: transparent;
    color: #fff
}

.slick-dots {
    position: absolute;
    bottom: 4px;
    right: 18px
}

.slick-dots li {
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #fff;
    margin: 0 0 0 10px;
    font-size: 0;
    cursor: pointer
}

.slick-dots li.slick-active button {
    background-color: #ed1c24
}

.top-block-buttons {
    display: flex;
    margin: 20px -2px 0 1px;
    justify-content: space-between
}

.top-block-buttons__item {
    display: flex;
    width: 48.7%;
    height: 140px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    justify-content: center;
    align-items: center
}

.top-block-buttons__item .image {
    margin-right: 1px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-block-buttons__item .inner {
    display: flex;
    width: 258px;
    margin-bottom: 4px;
    color: #9cadbf;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    align-items: center
}

.top-block-buttons__item .inner strong {
    color: #ed1c24;
    font-size: 28px;
    font-weight: 400;
    line-height: 27px
}

.top-block-buttons__item:nth-of-type(2) .inner strong {
    font-size: 26px
}

.block {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.block-title {
    background-color: #f6f5fa;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.block-title span {
    display: inline-block;
    position: relative;
    padding-right: 70px
}

.block-inner-catalog-menu .block-title:after,
.block-title:not(.block_title_catalog) span:after,
.block-inner-articles-menu .block-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ed1f24;
    margin: 16px 0 0
}

.block-inner-catalog-menu .block-title span,
.block-title:not(.block_title_catalog),
.block-inner-articles-menu .block-title span {
    padding: 16px 12px 0
}

.block-content {
    padding: 12px
}

.block .btn {
    display: block;
    width: 100%;
    line-height: 36px
}

.menu-article ul.articles-items {
    margin-bottom: 10px
}

.block-product {
    display: flex;
    flex-direction: column;
    min-height: 421px
}

.block-product .block-title {
    flex: 0 0 auto
}

.block-product__block-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.block-product__image {
    display: flex;
    height: 163px;
    margin: 22px 0 0;
    justify-content: center;
    align-items: center
}

.block-product__text {
    text-align: center;
    margin-bottom: 32px
}

.block-product__text .h3 {
    margin-bottom: 4px;
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.block-product__text p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px
}

.block-action {
    min-height: 0
}

.block-action .block-product__image {
    margin-top: 13px
}

.block-action .block-product__text {
    margin-bottom: 12px
}

.catalogMenu {
    flex: 0 0 100%;
    margin: 18px 0 -1px
}

.catalogMenu ul {
    display: flex;
    height: 120px;
    background-color: #fff;
    border-bottom: 5px solid #ed1f24
}

.catalogMenu ul li {
    display: flex;
    flex: 0 0 calc(100% / 6);
    border-right: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.catalogMenu ul li:last-of-type {
    border-right: none
}

.catalogMenu ul li a {
    display: flex;
    width: 100%;
    padding: 0 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    transition: all .3s;
}
.catalogMenu ul li a:hover {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
}

.catalogMenu ul li a .image {
    flex: 0 0 50px;
    display: flex;
    margin: 15px 0 6px;
    justify-content: center;
    align-items: center
}

.contentBlock {
    margin: 22px 0 48px
}

.contentBlock .center {
    display: flex;
    flex-wrap: wrap
}

.contentBlock .left-column {
    width: 263px;
    margin-right: 30px
}

.contentBlock .right-column {
    display: flex;
    width: calc(100% - 293px);
    flex-direction: column
}

.contentBlock .left-column .block {
    margin-bottom: 19px
}

.block-news__block-content {
    padding: 22px 13px 13px 12px
}

.news-items {
    margin-bottom: 39px
}

.news-item {
    margin-bottom: 21px
}

.news-item .news-title {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: flex-start
}

.news-item .news-title .date {
    flex: 0 0 43px;
    height: 33px;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    text-align: center;
    color: #ed1f24;
    font-size: 12px;
    line-height: 33px
}

.news-item .news-title h3 {
    flex: 1 1 auto;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

.news-item .news-title h3 a {
    text-decoration: none
}

.news-item p {
    color: #000;
    font-size: 15px;
    font-weight: 300
}

.block-news .btn {
    line-height: 38px
}

.block-articles__block-content {
    padding: 20px 15px 15px 20px
}

.articles-items {
    margin-bottom: 33px
}

.articles-items li {
    margin: 0 0 12px 18px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px
}

.articles-items li a {
    position: relative;
    text-decoration: none
}

.articles-items li a:hover {
    text-decoration: underline
}

.articles-items li a:before {
    content: "\f055";
    display: block;
    color: #ed1c24;
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    top: -6px;
    left: -18px
}

.block-articles .btn {
    line-height: 38px
}

.block-other__block-content {
    padding: 17px 12px 13px
}

.other-items {
    margin-bottom: 31px
}

.other-items li {
    margin: 0 0 12px 20px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px
}

.other-items li a {
    position: relative;
    text-decoration: none
}

.other-items li a:hover {
    text-decoration: underline
}

.other-items li a:before {
    content: "\f18e";
    display: block;
    color: #ed1c24;
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    top: -5px;
    left: -20px
}

.block-other .btn {
    line-height: 38px
}

.block-about {
    position: relative;
    margin-bottom: 49px
}

.block-about img {
    max-width: 100%
}

.block-about .block-about-content {
    width: 586px;
    margin-top: -3px;
    padding: 24px 24px 31px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.block-about .block-about-content h2 {
    margin-bottom: 9px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.block-about .block-about-content h2 span {
    display: inline-block
}

.block-about .block-about-content h2 span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ed1c24;
    margin-top: 7px
}

.contentBlock .right-column .block {
    box-shadow: none
}

.contentBlock .right-column .block-title {
    margin-bottom: 40px;
    padding: 0 0 13px;
    background: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.contentBlock .right-column .block-title span:after {
    height: 2px;
    margin-top: 13px
}

.block-advantages {
    margin-bottom: 25px
}

.block-advantages .block-title span {
    margin-right: -7px
}

.advantages-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.advantages-item {
    width: 48.2%;
    margin-bottom: 30px;
    padding-bottom: 56px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position: relative
}

.advantages-item:nth-of-type(2n) {
    margin-left: 3.6%
}

.advantages-item .advantages-title {
    display: flex;
    align-items: center
}

.advantages-item .advantages-title .image {
    display: flex;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    background-color: #ed1f24;
    justify-content: center;
    align-items: center
}

.advantages-item .advantages-title h3 {
    flex: 1 1 auto;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.advantages-item p {
    margin: 15px 19px 0;
    font-size: 15px
}

.advantages-item .more {
    position: absolute;
    left: 19px;
    bottom: 22px;
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.advantages-item .more:after {
    content: "\f107";
    display: inline-block;
    margin-left: 3px;
    color: #ed1c24;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.advantages-item .more:hover {
    text-decoration: underline
}

.block-materials {
    margin-bottom: 49px
}

.block-materials .block-title {
    margin-bottom: 23px
}

.block-materials .block-title + p {
    font-size: 15px
}

.floor-parameters {
    margin: 25px 2px 0 0;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

.floor-parameters td {
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.floor-parameters thead td {
    padding: 15px 0 17px 13px;
    background-color: #ed1f24;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.floor-parameters tbody td {
    height: 69px;
    padding: 7px 13px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px
}

.floor-parameters tbody td strong {
    font-weight: 500;
    color: #000
}

.floor-parameters td:nth-of-type(1) {
    width: 198px
}

.floor-parameters td:nth-of-type(2) {
    width: 328px
}

.floor-parameters td:nth-of-type(3) {
    line-height: 17px
}

.floor-parameters tbody td:nth-of-type(1) {
    padding: 0
}

.image-block {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 10px 3px 0;
    background-color: #333!important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.floor-parameters tbody tr:nth-of-type(2n) td {
    background-color: #f6f5fa
}

.floor-parameters tbody td:nth-of-type(1) .image {
    display: flex;
    flex: 0 0 46px;
    margin-top: 1px;
    margin-right: 7px;
    justify-content: center;
    align-items: center
}

.floor-parameters td .btn {
    width: 140px;
    height: 35px;
    margin: 0 auto;
    line-height: 32px
}

.slider-items .slick-prev,
.slider-items .slick-next {
    display: flex!important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -95px;
    width: 21px;
    height: 21px;
    border: 1px solid #ed1f24;
    background: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slider-items .slick-prev {
    right: 60px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-items .slick-next:before,
.slider-items .slick-prev:before {
    content: "\f105";
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 400;
    line-height: 11px;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.slider-items .slick-next {
    right: 30px
}

.block-gallery {
    margin-bottom: 47px;
    overflow: hidden
}

.block-gallery__slider-items {
    margin-top: 30px;
    margin-right: -26px
}

.block-gallery__slider-items .gallery-item {
    width: 189px;
    margin-right: 29px
}

.block-gallery__slider-items .gallery-item .image {
    width: 100%;
    margin-bottom: 9px
}

.block-gallery__slider-items .gallery-item .image img {
    width: 100%
}

.block-gallery__slider-items .gallery-item .h3 {
    margin-bottom: 2px;
    margin-right: -2px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

.block-gallery__slider-items .gallery-item .h3 a {
    display: block;
    position: relative;
    min-height: 56px;
    text-decoration: none
}

.block-gallery__slider-items .gallery-item .more {
    font-size: 15px;
    line-height: 18px;
    text-decoration: none
}

.block-gallery__slider-items .gallery-item .more:hover {
    text-decoration: underline
}

.block-gallery__slider-items .gallery-item .more:after {
    content: "\f105";
    display: inline-block;
    margin-left: 3px;
    color: #ed1c24;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.block-popular-products {
    margin-bottom: 42px
}

.block-material-products__slider-items {
    margin: 0 -5px 0 -20px
}
.block-popular-products__slider-items {
    margin: 10px -5px 0 -20px
}

.block-material-products__slider-items .popular-products-item,
.block-popular-products__slider-items .popular-products-item {
    width: 189px;
    margin-right: -10px
}

.block-material-products__slider-items .popular-products-item .image,
.block-popular-products__slider-items .popular-products-item .image {
    display: flex;
    width: calc(100% - 40px);
    height: 136px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 20px 20px 12px;
    justify-content: center;
    align-items: center
}
.block-material-products__slider-items .popular-products-item .image {
    margin: 0 20px 12px;
}

.block-material-products__slider-items .popular-products-item .image img,
.block-popular-products__slider-items .popular-products-item .image img {
    max-width: 90%;
    max-height: 90%
}

.block-material-products__slider-items .popular-products-item h3,
.block-popular-products__slider-items .popular-products-item h3 {
    margin: 0 20px;
    margin-bottom: 4px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

.block-material-products__slider-items .popular-products-item h3 a,
.block-popular-products__slider-items .popular-products-item h3 a {
    text-decoration: none
}

.block-material-products__slider-items .popular-products-item .price,
.block-popular-products__slider-items .popular-products-item .price {
    position: relative;
    margin: 0 20px -3px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px
}

.block-material-products__slider-items .popular-products-item .price strong,
.block-popular-products__slider-items .popular-products-item .price strong {
    font-weight: 500
}

.block-material-products__slider-items .popular-products-item .more,
.block-popular-products__slider-items .popular-products-item .more {
    margin-left: 20px;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none
}

.block-material-products__slider-items .popular-products-item .more:hover,
.block-popular-products__slider-items .popular-products-item .more:hover {
    text-decoration: underline
}

.block-material-products__slider-items .popular-products-item .more:after,
.block-popular-products__slider-items .popular-products-item .more:after {
    content: "\f105";
    display: inline-block;
    margin-left: 3px;
    color: #ed1c24;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.block-material-products__slider-items .slick-prev,
.block-popular-products__slider-items .slick-prev {
    top: -95px;
    right: 37px
}

.block-material-products__slider-items .slick-next,
.block-popular-products__slider-items .slick-next {
    top: -95px;
    right: 7px
}

.block-contact {
    margin-bottom: 67px
}

.contentBlock .right-column .block-contact .block-title {
    margin-bottom: 15px
}

.region-phone a {
    text-decoration: none;
}

.block-contact p {
    font-size: 15px;
    line-height: 23px
}

.block-contact-items {
    display: flex;
    justify-content: space-between;
    margin: 18px -2px 0 0;
    align-items: end;
}

.block-contact-item {
    width: 197px
}

.block-contact-item .h3 > span {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.block-contact-item:first-of-type {
    width: auto
}

.block-contact-item h3 {
    margin-bottom: 18px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.block-contact-item h3 span {
    display: inline-block
}

.block-contact-item h3 span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ed1c24;
    margin-top: 9px
}

.block-contact-item .phones {
    display: flex;
    width: 332px;
    height: 39px;
    margin: 19px -2px 0 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.block-contact-item .phones .block-contact-city {
    flex: 0 1 165px;
    position: relative;
    z-index: 100;
    font-size: 13px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000
}

.block-contact-item .phones .block-contact-city span {
    display: flex;
    padding-right: 32px;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.block-contact-item .phones .block-contact-city span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url(../images/map.png) no-repeat 0 0;
    margin: 0 10px 0 12px;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.block-contact-item .phones .block-contact-city span:after {
    content: "\f107";
    display: inline-block;
    color: #ed1c24;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    right: 17px
}

.block-contact-item .phones .block-contact-city.open span:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block-contact-item .phones .block-contact-city ul {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 40px;
    width: 165px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.block-contact-item .phones .block-contact-city ul li {
    white-space: nowrap;
    line-height: 26px
}

.block-contact-item .phones .block-contact-city ul li a:hover {
    color: #000
}

.block-contact-item .phones .phone {
    width: 166px;
    height: 39px;
    border-left: 1px solid #d7d7d7;
    text-indent: 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 39px
}

.block-contact-item .btn {
    width: 100%;
    max-width: 250px;
    background: #ed1f24;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 0
}

.block-contact-item .btn:hover {
    background: none;
    color: #000
}

.orderBlock {
    height: 500px;
    background-position: no-repeat;
    background-position: 50% 0;
}

.orderBlock .center {
    height: 500px
}

.orderBlock .advantages {
    display: flex;
    justify-content: space-between;
    padding: 120px 0 0
}

.orderBlock .advantages .item {
    flex: 0 0 262px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase
}

.orderBlock .advantages .item span {
    display: block;
    margin-bottom: 19px;
    padding-bottom: 17px;
    border-bottom: 2px solid #ed1c24;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px
}

.form {
    width: 100%;
    max-width: 811px;
    padding: 23px 0 44px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center
}

.orderBlock .form {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 2
}

.form .title {
    margin-bottom: 7px;
    background: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.form .title span {
    display: inline-block;
    position: relative
}

.form .title span:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 420px;
    height: 2px;
    background-color: #ed1c24;
    margin: 6px 0 0
}

.form p {
    margin: 0 10px 30px;
    font-size: 15px;
    line-height: 21px
}

.form form {
    font-size: 0;
    vertical-align: middle
}

.form input {
    width: 250px;
    height: 40px;
    padding: 2px 12px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    line-height: 21px;
    vertical-align: middle
}

.form input::placeholder {
    color: #000
}

.form input:-moz-placeholder {
    color: #000
}

.form input:-ms-input-placeholder {
    color: #000
}

.form input::-moz-placeholder {
    color: #000
}

.form input::-webkit-input-placeholder {
    color: #000
}

.form .btn {
    background-color: #ed1f24;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    vertical-align: middle
}

.form .btn:hover {
    background: none;
    color: #000
}

footer {
    background-color: #333
}

.content-footer {
    padding: 41px 0 23px 2px
}

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

.footer-menu:nth-of-type(2) {
    margin-left: 44px
}

.footer-menu > ul > li {
    margin-bottom: 29px;
    line-height: 17px;
    text-transform: uppercase
}

.footer-menu > ul > li > a {
    color: #fff;
    text-decoration: none
}

.footer-menu > ul > li > a:hover {
    text-decoration: underline
}

.footer-menu ul li ul {
    margin-top: 17px
}

.footer-menu ul li ul li {
    color: #929292;
    font-size: 12px;
    line-height: 18px;
    text-transform: none
}

.footer-menu ul li ul li a {
    text-decoration: none;
    color: #929292
}

.footer-menu ul li ul li a:hover {
    color: #fff
}

.footer-contact {
    width: 291px;
    margin-left: 67px
}

.footer-contact p {
    margin-bottom: 15px;
    color: #919191;
    font-size: 14px;
    line-height: 17px
}

.footer-contact strong {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase
}

.footer-contact .btn {
    padding: 0 9px;
    border: 1px solid #919191;
    background: #fff;
    font-size: 18px;
    line-height: 21px;
    vertical-align: middle
}

.footer-contact .btn:hover {
    background: #919191;
    color: #333
}

.footer-contact a {
    text-decoration: none;
    color: #919191
}

.footer-contact a:hover {
    color: #fff
}

.footer-contact .email {
    margin-bottom: 25px
}

.footer-contact .phone {
    margin-bottom: 31px
}

footer .footer-bottom {
    width: 100%;
    background-color: #000
}

footer .footer-bottom .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .copy {
    margin: 0 0 1px 3px;
    color: #929292;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase
}

footer .social {
    margin: 0 -1px 1px 0
}

footer .social ul {
    font-size: 0;
    line-height: 0
}

footer .social li {
    display: inline-block;
    margin: 0 0 0 7px
}

footer .social li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #929292;
    text-align: center
}

footer .social li a i {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 24px;
    color: #929292
}

.mobileMenu {
    display: none
}

.hamburger {
    display: none
}

.inner-page .mainMenu > ul {
    border-bottom: 5px solid #ed1f24
}

.top-block h1 {
    margin: 20px 170px 17px 291px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px
}

.top-block .btn-select-floor {
    padding: 2px 0 3px 47px;
    background: url(../images/magic.png) no-repeat 0 0;
    color: #cf150e;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 13px
}

.top-block .btn-select-floor:hover {
    text-decoration: underline
}

.inner-page .contentBlock .left-column {
    margin-top: -77px
}

.inner-page .contentBlock .left-column .block {
    margin-bottom: 22px
}

.inner-page .contentBlock .left-column .block-inner-menu {
    margin-bottom: 24px
}

.block-inner-menu .block-title span:after {
    width: 167px
}

.block-inner-menu .articles-items {
    margin-bottom: -7px
}

.inner-page .content-footer {
    padding-top: 41px
}

.breadcrumbs {
    margin: -10px 0 25px -1px
}

.breadcrumbs li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #cf150e
}

.breadcrumbs li:after {
    content: '/';
    margin: 0 0 0 3px
}

.breadcrumbs li a {
    color: #cf150e;
    text-decoration: none
}

.breadcrumbs li a:hover {
    text-decoration: underline
}

.breadcrumbs li:last-of-type {
    color: #000
}

.breadcrumbs li:last-of-type:after {
    display: none
}

.breadcrumbs li:last-of-type a {
    color: #000
}

.content {
    margin-bottom: 6px
}

.content p {
    margin-bottom: 18px;
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px
}

.content strong {
    font-weight: 500
}

.content .left-block {
    float: left;
    margin: 7px 30px 0 0
}

.content .right-block {
    float: right;
    margin: 3px 1px 0 30px
}

.content:not(.oldlists) .image {
    margin-bottom: 18px;
   
    border: 1px solid #EBEBEB;
    box-shadow: 0 0 8.8px 1.2px rgba(163, 162, 166, 0.5)
}

.content .logo {
    margin-top: -2px;
    margin-bottom: 30px
}

.content blockquote {
    border-top: 5px solid #F6F5FA;
    border-bottom: 5px solid #F6F5FA
}

.content blockquote.columns {
    display: flex;
    margin: 47px 0;
    padding: 17px 0;
    justify-content: space-between;
    align-items: center
}

.content blockquote.columns:before,
.content blockquote.columns:after {
    display: none
}

.content blockquote p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    line-height: 29px;
    letter-spacing: .4px;
    text-align: left
}

.content blockquote.columns p {
    max-width: 375px;
    margin: 0 0 1px
}

.content blockquote h3 {
    margin-bottom: 0;
    color: #fe0000;
    font-family: Impact, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center
}

.content blockquote h3 strong {
    margin-left: -6px;
    color: #fe0000;
    font-size: 37px;
    line-height: 32px;
    letter-spacing: 0
}

.content .link {
    margin-bottom: -1px;
    color: #cf150e;
    font-size: 15px;
    line-height: 18px
}

.content .blockquote-red {
    margin: 39px 0;
    padding: 22px 60px 9px;
    border-top: 5px solid #ed1c24;
    border-bottom: 5px solid #ed1c24;
    text-align: center
}

.content .blockquote-red p {
    text-align: center;
    font-size: 18px;
    line-height: 22px
}



.content:not(.oldlists) ul li {
    position: relative;
    margin: 0 0 0 24px;
    color: #000;
    font-size: 15px;
    line-height: 24px
}

.content:not(.oldlists) ul li:before {
    content: '';
    display: none;
    width: 8px;
    height: 8px;
    background-color: #fd0000;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -24px
}

.block-certification {
    margin: 0 0 102px
}

.contentBlock .right-column .block-certification .block-title {
    margin-bottom: 23px;
    letter-spacing: .35px;
    line-height: 36px
}

.contentBlock .right-column .block-certification .block-title span {
    width: 100%
}

.contentBlock .right-column .block-certification .block-title span:after {
    margin: 21px 0 0
}

.contentBlock .right-column .block .link {
    float: right;
    max-width: 37%;
    margin: 14px 0 0 30px;
    margin-bottom: -1px;
    text-align: right;
    color: #cf150e;
    font-size: 15px;
    line-height: 18px
}

.contentBlock .right-column .block-certification p {
    line-height: 18px;
    letter-spacing: .4px
}

.block-reviews {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.block-reviews .column:first-of-type {
    width: 265px;
    margin-right: 15px
}

.contentBlock .right-column .block-reviews .block-title {
    margin: 8px 0 24px
}

.contentBlock .right-column .block-reviews .block-title span:after {
    height: 2px;
    margin-top: 30px
}

.block-reviews img {
    height: 231px;
    margin: 2px 6px 0 10px;
    border: 1px solid #EBEBEB;
    box-shadow: 0 0 8.8px 1.2px rgba(163, 162, 166, 0.5)
}

.contentBlock .right-column .block-reviews p {
    letter-spacing: .4px;
    line-height: 18px
}

.contentBlock .right-column .block-reviews .link {
    display: inline-block;
    float: none;
    margin: 74px 0 0 3px;
    max-width: 100%
}

.catalog,
.service {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 70px
}

.catalog .catalog-item,
.service .service-item {
    flex: 0 0 calc((100% - 110px) / 3);
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: relative;
  /*  margin-right: 30px;
    margin-bottom: 66px*/
}

.catalog .catalog-item:nth-of-type(3n),
.service .service-item:nth-of-type(3n) {
    margin-right: 0
}

.catalog-title {
    margin-bottom: 40px;
    padding: 0 0 13px;
    background: none;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    color: #000;
    line-height: 36px;
    border-bottom: 2px solid #ed1f24;
}

.catalog-item-descn {
    background: url(https://www.ingri.ru/upload/medialibrary/b10/Sloy-5.png);
    height: 50px;
    background-size: 100% auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5px 1px 15px;
    background-color: #000;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    text-decoration:none;
}

.catalog-top-item{
    width: 50%;
    flex: auto;
    height: 200px;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.catalog-top-item-inner{
    padding: 0 10px 0;
    background-color: #e7e7e7;
}
.catalog-top-block{
    display: inherit;
    width: 100%;
}

.catalog-item-title_add {
    width: 24%;
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
    height: 147px;
    margin-bottom: 0px;
    padding: 0 5px 1px 20px;
    border-radius: 1px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}


.catalog-item-sub-inner-wrapper{
    position: absolute;
    top: 10px;
   /* width: calc(100% - 10px);*/
    min-height: 160px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    overflow: hidden;
}

.catalog-item-part:hover .catalog-item-sub-inner-wrapper {
    visibility: visible;
    opacity: 0.8;
    z-index: 10;
}
a.catalog-item-sub-inner-link:before {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: 300;
    display: block;
    color: #ed1c24;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    transition: visibility 0s, opacity 0.5s linear;
left: 5px;
}

a.catalog-item-sub-inner-link {
   padding: 0px 0 0 20px;
    vertical-align: middle;
       width: 90%;
    display: inline-block;
}



.catalog .catalog-item .catalog-item-title,
.service-item .service-item-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 160px;
    margin-bottom: 0px;
    padding: 0 5px 1px 20px;
    background-color: #000;
    border-radius: 1px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px
}

.catalog .catalog-item p,
.service-item p {
    margin-bottom: 7px;
    color: #000;
    font-size: 13px;
    line-height: 16px
}

.catalog .catalog-item p {
    min-height: 68px
}

.service-item p {
    min-height: 52px
}

.catalog .catalog-item ul {
    margin-right: 2px
}

.catalog .catalog-item:nth-of-type(6) ul {
    margin-right: 20px
}

.catalog .catalog-item ul li {
    margin-bottom: 6px;
    margin-left: 13px;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    position: relative
}

.catalog .catalog-item ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -13px
}

.catalog .catalog-item ul li a {
    color: #cf150e
}

.types-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 29px 0 80px
}

.types-items .types-item {
    flex: 0 0 22.2%;
    justify-content: center;
    align-items: center;
    text-align: center
}

.types-items .types-item .image {
    display: flex;
    width: 100%;
    margin-bottom: 11px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.types-items .types-item .image img {
    width: calc(100% - 20px)
}

.types-items .types-item h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

.types-items .types-item h3 a {
    color: #ed1c24
}

.inner-catalog-menu-items>li>ul ul:not(.hidden) {
    display: block
}

.block-inner-catalog-menu .articles-items,
.block-inner-articles-menu .articles-items {
    margin-bottom: -7px
}

.block-inner-catalog-menu ul > li > a:before,
.block-inner-articles-menu ul > li > a:before {
    content: "\f055";
    font-family: 'FontAwesome';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    left: -17px
}

.block-inner-catalog-menu ul > li.open > a:before,
.block-inner-articles-menu ul > li.open > a:before {
    content: "\f056"
}

.block-inner-catalog-menu li ul,
.block-inner-articles-menu li ul {
    display: none;
    margin: 12px 0 30px
}

.block-inner-catalog-menu li.open>ul,
.block-inner-articles-menu li.open>ul {
    display: block;
    position: relative
}

.block-inner-catalog-menu li>ul>span,
.block-inner-articles-menu li>ul>span {
    text-transform: uppercase;
    color: #7b7b7b;
    font-size: 12px;
    margin: 20px 0 7px 0;
    display: block
}

.block-inner-catalog-menu ul.inner-catalog-menu-items>li,
.block-inner-articles-menu ul.inner-catalog-menu-items>li {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #4c4242
}

ul.inner-catalog-menu-items>li>ul>li {
    margin-bottom: 7px
}

ul.inner-catalog-menu-items>li>ul>li>a {
    font-size: 12px;
    color: #4c4242
}

ul.inner-catalog-menu-items>li>ul>li>a.all_news {
    color: red;
    text-decoration: underline
}

ul.inner-catalog-menu-items a.active {
    color: red;
    text-decoration: underline
}

ul.inner-catalog-menu-items>li>ul>li>ul,
ul.inner-catalog-menu-items>li>ul>li>ul>li>ul {
    margin: 10px 0
}

ul.inner-catalog-menu-items>li>ul>li>ul>li {
    margin-bottom: 7px
}

ul.inner-catalog-menu-items>li>ul>li>ul>li>ul {
    margin-left: 10px
}

ul.inner-catalog-menu-items>li>ul>li>ul>li>ul>li {
    margin-bottom: 0
}

ul.inner-catalog-menu-items>li>ul>li>ul>li>a {
    position: relative;
    color: #4c4242;
    font-size: 11px;
    padding-left: 5px
}

ul.inner-catalog-menu-items>li>ul>li>ul>li>a:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 5px
}

ul.inner-catalog-menu-items>li>ul>li>ul>li>ul>li>a {
    color: #797777;
    font-size: 10px
}

.block-inner-catalog-menu li ul li sup,
.block-inner-articles-menu li ul li sup {
    color: #666
}

.contentBlock .right-column .block-inner-catalog-menu .block-title,
.contentBlock .right-column .block-inner-articles-menu .block-title {
    margin-bottom: 0;
    padding-bottom: 0
}

.contentBlock .right-column .block-inner-catalog-menu,
.contentBlock .right-column .block-inner-articles-menu {
    margin-bottom: 20px
}

.category {
    margin: 0 0 20px
}

.category-description .category-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 105px;
    margin-bottom: 16px;
    padding: 3px 5px 0 28px;
    background-color: #000;
    border-radius: 1px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px
}

.category-description p {
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px
}

.category-description p strong {
    font-weight: 500
}

.category-description ul {
    margin: 22px 0 0;
    overflow: overlay
}

.category-description ul li {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    position: relative;
    margin: 0 0 0 21px
}

.category-description ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #cf150e;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -20px
}

.subcategory {
    margin: 0
}

.subcategory .block-title {
    border-bottom: 2px solid #ed1f24
}

.subcategory .category-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.subcategory .category-item {
    display: flex;
    flex: 0 0 45.8%
}

.subcategory .category-item:not(:last-of-type):not(:nth-last-child(2)),
.subcategory:not(.last) {
    margin-bottom: 42px
}

.subcategory.last {
    margin-bottom: 30px
}

.subcategory .category-item .image {
    display: flex;
    flex: 0 0 144px;
    width: 144px;
    height: 148px;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center
}

.subcategory .category-item .image img {
    max-width: 92%;
    max-height: 92%
}

.subcategory .category-item .description {
    flex: 1;
    margin-top: 13px;
    display: flex;
    flex-direction: column;
}

.subcategory .category-item h3 {
    margin: 0 0 12px;
    color: #cf150e;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

.subcategory .category-item h3 a {
    color: #cf150e
}

.subcategory .category-item p {
    min-height: 46px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px
}

.subcategory .category-item .price {
    min-height: 0;
    float: left;
    position: relative;
    margin: 9px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px
}

.subcategory .category-item .btn-cont {
    margin: auto 0 0 auto;
}
.subcategory .category-item .btn {
    width: 105px;
    height: 34px;
    float: right;
    background: #ed1f24;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    margin-top: 10px;
}

.subcategory .category-item .btn:hover {
    background: none;
    color: #000
}

.contentBlock .right-column .contact .block-title {
    margin-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase
}

.contact-filter {
    margin: 2px 0 0
}

.contact-filter .map {
    width: 100%;
    height: 400px;
    margin-top: 26px
}

.contact-filter .filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.contact-filter .filter .filter-items {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: -1px 0 0 15px
}

.contact-filter .filter .filter-items .filter-item {
    width: 270px;
    margin-bottom: 6px
}

.contact-filter .filter .filter-items .filter-item:nth-of-type(2n) {
    width: 163px
}

label.checkbox {
    position: relative;
    width: 100%;
    padding: 0 0 0 26px;
    display: block;
}

label.checkbox input {
    appearance: none;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    background-size: cover;
    border: 0 none;
    padding: 0;
    cursor: pointer;
}

label.checkbox input:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

label.checkbox input {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiB4PSIwIiB5PSIwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0MDEuOTk4IDQwMS45OTgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHNjcmlwdC8+PHBhdGggZD0iTTM3Ny44NyAyNC4xMjZDMzYxLjc4NiA4LjA0MiAzNDIuNDE3IDAgMzE5Ljc2OSAwSDgyLjIyN0M1OS41NzkgMCA0MC4yMTEgOC4wNDIgMjQuMTI1IDI0LjEyNiA4LjA0NCA0MC4yMTIuMDAyIDU5LjU3Ni4wMDIgODIuMjI4djIzNy41NDNjMCAyMi42NDcgOC4wNDIgNDIuMDE0IDI0LjEyMyA1OC4xMDEgMTYuMDg2IDE2LjA4NSAzNS40NTQgMjQuMTI3IDU4LjEwMiAyNC4xMjdoMjM3LjU0MmMyMi42NDggMCA0Mi4wMTEtOC4wNDIgNTguMTAyLTI0LjEyNyAxNi4wODUtMTYuMDg3IDI0LjEyNi0zNS40NTMgMjQuMTI2LTU4LjEwMVY4Mi4yMjhjLS4wMDQtMjIuNjQ4LTguMDQ2LTQyLjAxNi0yNC4xMjctNTguMTAyem0tMTIuNDIyIDI5NS42NDVjMCAxMi41NTktNC40NyAyMy4zMTQtMTMuNDE1IDMyLjI2NC04Ljk0NSA4Ljk0NS0xOS42OTggMTMuNDExLTMyLjI2NSAxMy40MTFIODIuMjI3Yy0xMi41NjMgMC0yMy4zMTctNC40NjYtMzIuMjY0LTEzLjQxMS04Ljk0NS04Ljk0OS0xMy40MTgtMTkuNzA1LTEzLjQxOC0zMi4yNjRWODIuMjI4YzAtMTIuNTYyIDQuNDczLTIzLjMxNiAxMy40MTgtMzIuMjY0IDguOTQ3LTguOTQ2IDE5LjcwMS0xMy40MTggMzIuMjY0LTEzLjQxOGgyMzcuNTQyYzEyLjU2NiAwIDIzLjMxOSA0LjQ3MyAzMi4yNjUgMTMuNDE4IDguOTQ1IDguOTQ3IDEzLjQxNSAxOS43MDEgMTMuNDE1IDMyLjI2NHYyMzcuNTQzaC0uMDAxeiIvPjwvc3ZnPg==);
}

label.checkbox input:checked {
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDM4LjUzNiA0MzguNTM2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmNDc3MjQiIGQ9Ik00MTQuNDEgMjQuMTIzQzM5OC4zMzMgOC4wNDIgMzc4Ljk2MyAwIDM1Ni4zMTUgMEg4Mi4yMjhDNTkuNTggMCA0MC4yMSA4LjA0MiAyNC4xMjYgMjQuMTIzIDguMDQ1IDQwLjIwNy4wMDMgNTkuNTc2LjAwMyA4Mi4yMjV2Mjc0LjA4NGMwIDIyLjY0NyA4LjA0MiA0Mi4wMTggMjQuMTIzIDU4LjEwMiAxNi4wODQgMTYuMDg0IDM1LjQ1NCAyNC4xMjYgNTguMTAyIDI0LjEyNmgyNzQuMDg0YzIyLjY0OCAwIDQyLjAxOC04LjA0MiA1OC4wOTUtMjQuMTI2IDE2LjA4NC0xNi4wODQgMjQuMTI2LTM1LjQ1NCAyNC4xMjYtNTguMTAyVjgyLjIyNWMtLjAwMS0yMi42NDktOC4wNDMtNDIuMDIxLTI0LjEyMy01OC4xMDJ6bS00My41MyAxMzQuOTAxbC0xNzUuMzA3IDE3NS4zYy0zLjYxNSAzLjYxNC03Ljg5OCA1LjQyOC0xMi44NSA1LjQyOC00Ljk1IDAtOS4yMzMtMS44MDctMTIuODUtNS40MjFMNjcuNjYzIDIzMi4xMThjLTMuNjE2LTMuNjItNS40MjQtNy44OTgtNS40MjQtMTIuODQ4IDAtNC45NDkgMS44MDktOS4yMzMgNS40MjQtMTIuODQ3bDI5LjEyNC0yOS4xMjRjMy42MTctMy42MTYgNy44OTUtNS40MjQgMTIuODQ3LTUuNDI0czkuMjM1IDEuODA5IDEyLjg1MSA1LjQyNGw2MC4yNDIgNjAuMjQgMTMzLjMzNC0xMzMuMzMzYzMuNjA2LTMuNjE3IDcuODk4LTUuNDI0IDEyLjg0Ny01LjQyNCA0Ljk0NSAwIDkuMjI3IDEuODA3IDEyLjg0NyA1LjQyNGwyOS4xMjYgMjkuMTI1YzMuNjEgMy42MTUgNS40MjEgNy44OTggNS40MjEgMTIuODQ3cy0xLjgxMiA5LjIzMy01LjQyMiAxMi44NDZ6Ii8+PC9zdmc+) no-repeat;
}

.filter-buttons {
    flex: 0 0 auto
}

.contact-filter .filter .btn {
    flex: 0 0 auto;
    margin-left: 15px;
    padding: 0 17px
}

.contact-filter .filter .btn:first-of-type {
    background-color: #ed1f24;
    color: #fff
}

.contact-filter .filter .btn:first-of-type:hover {
    background-color: transparent;
    color: #000
}

.contact-items {
    margin-top: 46px
}

.contact-items .contact-item {
    margin-bottom: 71px
}

.contentBlock .right-column .contact-items .contact-item .block-title {
    margin-bottom: 31px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: flex
}

.contentBlock .right-column .contact-items .contact-item .block-title span {
    flex: 1 1 auto
}

.contentBlock .right-column .contact-items .contact-item .block-title span:after {
    display: none
}

.contentBlock .right-column .contact-items .contact-item .block-title .view-map,
.contentBlock .right-column .contact-items .contact-item .block-title .print-map {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    text-decoration: none
}

.contentBlock .right-column .contact-items .contact-item .block-title .view-map:hover,
.contentBlock .right-column .contact-items .contact-item .block-title .print-map:hover {
    text-decoration: underline
}

.contentBlock .right-column .contact-items .contact-item .block-title .view-map {
    margin-right: 30px
}

.contentBlock .right-column .contact-items .contact-item .block-title .view-map:before,
.contentBlock .right-column .contact-items .contact-item .block-title .print-map:before {
    content: '';
    display: inline-block;
    vertical-align: middle
}

.contentBlock .right-column .contact-items .contact-item .block-title .view-map:before {
    width: 19px;
    height: 22px;
    background: url(../images/view-map.png) no-repeat 0 0;
    padding: 0 6px 5px 0
}

.contentBlock .right-column .contact-items .contact-item .block-title .print-map:before {
    width: 25px;
    height: 22px;
    background: url(../images/print-map.png) no-repeat 0 0;
    padding: 0 10px 3px 0
}

.contact-items .contact-item .contact-item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-items: stretch
}

.contact-items .contact-item .contact-item-content .map-item {
    flex: 0 0 44%;
    padding-bottom: 44%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.contact-items .contact-item .contact-item-content .map-item .map {
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px)
}

.contact-item-description {
    flex: 0 0 47.75%
}

.contact-item-description ul {
    margin-top: 14px
}

.contact-item-description li {
    position: relative;
    margin-bottom: 21px;
    color: #000;
    font-size: 15px;
    line-height: 19px
}

.contact-item-description li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #ed1c24;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -16px
}

.contact-item-description li span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.contact-item-description li a {
    color: #ed1c24
}

.contact-item-description li em {
    font-style: normal
}

.floor {
    margin-top: 46px
}

.floor h1 {
    margin-bottom: 41px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px
}

.order-form-count {
    display: flex;
    margin-bottom: 12px;
    padding: 38px 42px 35px 34px;
    background-color: #f6f5fa;
    border: 2px solid #e1e1e1;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.order-form-count:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -2px;
    width: calc(100% + 4px);
    height: 6px;
    background-color: #ed1f24
}

.order-form-count .title {
    flex: 0 0 200px;
    margin-top: -2px;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center
}

.inputs {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    font-size: 0
}

.inputs input {
    width: 178px;
    height: 39px;
    padding: 1px 11px 0;
    background: none;
    border: none;
    border-right: 1px solid #D7D7D7;
    font-size: 15px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.order-form-count .inputs input:nth-of-type(2) {
    width: 158px
}

.inputs input::placeholder {
    color: #333
}

.inputs input:-moz-placeholder {
    color: #333
}

.inputs input:-ms-input-placeholder {
    color: #333
}

.inputs input::-moz-placeholder {
    color: #333
}

.inputs input::-webkit-input-placeholder {
    color: #333
}

.inputs input:last-of-type {
    border: none!important
}

.order-form-count .btn {
    margin-top: -1px;
    padding: 0 8px;
    background-color: #ed1f24;
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.order-form-count .btn:hover {
    background-color: transparent;
    color: #000
}

.services {
    display: flex;
    margin-bottom: 68px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 23px 3px 9px 28px;
    background: url(../images/bg2.jpg) no-repeat 50% 0;
    background-size: cover
}

.services .title {
    flex: 0 0 247px;
    height: 38px;
    margin: 0 0 32px;
    background: url(../images/title.png) no-repeat 0 0;
    font-size: 0
}

.services .services-item {
    flex: 0 0 247px;
    display: flex;
    margin-bottom: 13px;
    align-items: center
}

.services .services-item .image {
    width: 63px;
    height: 63px;
    margin-right: 17px;
    background-color: #ed1f24;
    border: 2px solid #fff
}

.services .services-item .image img {
    width: 63px;
    height: 63px
}

.services .services-item span {
    color: #f6f5fa;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.block-trust {
    width: 359px;
    float: left;
    margin-bottom: 34px
}

.contentBlock .right-column .block-trust .block-title {
    margin-bottom: 19px
}

.block-trust .block-title span {
    display: block
}

.trust-items {
    counter-reset: myCounter
}

.trust-items .trust-item {
    position: relative;
    margin: 0 0 45px 31px
}

.trust-items .trust-item:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: block;
    width: 29px;
    color: #ed1c24;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    position: absolute;
    top: -7px;
    left: -35px
}

.trust-items .trust-item p {
    font-size: 15px;
    line-height: 18px
}

.trust-items .trust-item .title {
    margin-bottom: 15px;
    color: #ed1c24;
    font-size: 18px;
    line-height: 21px
}

.block-price {
    width: 426px;
    float: right;
    margin-bottom: 34px
}

.contentBlock .right-column .block-price .block-title {
    margin-bottom: 16px
}

.block-price .block-title span {
    display: block
}

.block-price ul li {
    margin: 0 0 19px 33px;
    font-size: 15px;
    color: #4c4242;
    line-height: 17px;
    position: relative
}

.block-price ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #ed1c24;
    border-radius: 50%;
    border: 1px solid #fd0000;
    position: absolute;
    top: 4px;
    left: -30px
}

.block-price ul li strong {
    color: #000;
    font-weight: 700
}

.block-price .btn {
    width: auto;
    margin: 113px 0 0 3px;
    padding: 0 42px;
    background-color: #ed1f24;
    color: #fff;
    font-size: 14px;
    line-height: 17px
}

.block-price .btn:hover {
    background-color: transparent;
    color: #000
}

.function {
    margin-bottom: 29px;
    clear: both
}

.contentBlock .right-column .function .block-title {
    margin-bottom: 3px
}

.contentBlock .right-column .function .block-title span:after {
    display: none
}

.function-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden
}

.function-items .function-item {
    display: flex;
    width: 49%;
    position: relative;
    margin: 24px 0 -1px
}

.function-items .function-item:nth-of-type(2n-1):before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    background: #E1E1E1;
    position: absolute;
    top: -24px;
    left: 0
}

.function-items .function-item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 82px;
    margin-right: 14px;
    width: 82px;
    height: 76px;
    background: #ED1C24
}

.function-items .function-item .description {
    flex: 1 1 auto;
    margin-top: 2px;
    margin-right: 12px
}

.function-items .function-item .description p {
    margin-bottom: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px
}

.function-items .function-item .description .title {
    margin-bottom: 18px;
    color: #fd0000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.order-form-consult {
    margin-bottom: 20px
}

.contentBlock .right-column .order-form-consult .block-title {
    margin-bottom: 2px
}

.order-form-consult p {
    font-size: 15px;
    line-height: 23px;
    color: #4c4242
}

.order-form-consult p strong {
    color: #ed1c24;
    font-weight: 400
}

.order-form-count__form {
    display: flex;
    margin-top: 19px
}

.order-form-count__form .title {
    margin-bottom: 19px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px
}

.order-form-count__form .title:after {
    content: '';
    display: block;
    width: 94px;
    height: 2px;
    background-color: #ed1c24;
    margin-top: 10px
}

.order-form-count__form .left {
    flex: 1 1 auto
}

.order-form-count__form .right {
    flex: 0 0 195px
}

.order-form-count__form .right .title:after {
    width: 143px
}

.order-form-count__form .inputs {
    float: left
}

.order-form-count__form .inputs input {
    width: 180px;
    padding: 1px 14px 0
}

.order-form-count__form .inputs input:nth-of-type(2) {
    width: 240px
}

.order-form-count__form .inputs input:nth-of-type(3) {
    width: 204px
}

.order-form-count__form .btn {
    margin-top: -1px;
    padding: 0 7px;
    background-color: #ed1f24;
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.order-form-count__form .btn:hover {
    background-color: transparent;
    color: #000
}

.object .map {
    width: 100%;
    height: 400px;
    margin: -11px 0 49px
}

.object-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 142px;
    justify-content: start
}

.object-items .object-item {
    flex: 0 0 189px;
    margin: 0 15px 47px
}

.object-item .image {
    margin-bottom: 9px;
    font-size: 0;
    line-height: 0
}

.object-items .object-item h3,
.object-items .object-item .h3 {
    height: 48px;
    border-bottom: 1px solid #B5B5B5;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-right: -2px;
    margin-bottom: 9px
}

.object-items .object-item h3 a,
.object-items .object-item .h3 a {
    text-decoration: none;
    color: #000
}

.object-items .object-item p {
    color: #000;
    font-size: 13px;
    line-height: 16px
}

.object-items .object-item .show-map {
    color: #ed1c24;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    display: block;
    margin-top: 11px
}

.object-items .object-item .show-map:hover {
    text-decoration: underline
}

.object-items .object-item .show-map:after {
    content: "\f105";
    display: inline-block;
    margin-left: 3px;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.object-items__more {
    width: 100%;
    margin: 8px 0 0;
    padding: 9px 0 6px;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #ed1c24
}

.object-items__more:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 8px;
    margin: -2px 10px 0 -30px;
    background: url(data:image/svg+xml;base64,PHN2ZyANCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogd2lkdGg9IjEzcHgiIGhlaWdodD0iNnB4Ij4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigwLCAwLCAwKSINCiBkPSJNMC4wMDIsLTAuMDAyIEw2LjUwMCwzLjI0NiBMMTIuOTk4LC0wLjAwMiBMMTIuOTk4LDIuNzUzIEw2LjUwMCw2LjAwMiBMMC4wMDIsMi43NTMgTDAuMDAyLC0wLjAwMiBaIi8+DQo8L3N2Zz4=) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle
}

.block-sorting__block-content {
    padding: 0 0 16px;
    text-align: center
}

.sorting-item {
    margin-bottom: 17px;
    text-align: left
}

.sorting-item .sorting-item-title {
    padding: 16px 16px 10px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px
}

.block-sorting__block-content > .sorting-item:first-of-type {
    margin-bottom: 9px
}

.block-sorting__block-content > .sorting-item:first-of-type .sorting-item-title {
    border-top: none
}

.sorting-item .sorting-item-content {
    padding: 11px 16px 0
}

.sorting-item .sorting-item-content .icheck-label {
    margin-bottom: 6px
}

.open-sorting-items-all {
    display: initial;
    margin-bottom: 10px
}

.open-sorting-items-all:after {
    content: 'Развернуть';
    display: inline-block;
    margin-left: 7px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    vertical-align: middle
}

.open-sorting-items-all.open:after {
    content: 'Свернуть'
}

.open-sorting-items-all:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 6px;
    margin-left: -1px;
    background: url(data:image/svg+xml;base64,PHN2ZyANCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogd2lkdGg9IjEzcHgiIGhlaWdodD0iNnB4Ij4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigwLCAwLCAwKSINCiBkPSJNMC4wMDIsLTAuMDAyIEw2LjUwMCwzLjI0NiBMMTIuOTk4LC0wLjAwMiBMMTIuOTk4LDIuNzUzIEw2LjUwMCw2LjAwMiBMMC4wMDIsMi43NTMgTDAuMDAyLC0wLjAwMiBaIi8+DQo8L3N2Zz4=) no-repeat 0 0;
    vertical-align: middle
}

.open-sorting-items-all.open:before {
    content: '';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sorting-items-all {
    display: none
}

.sorting-items-all.open {
    display: block;
    padding-top: 9px
}

.block-sorting .btn {
    width: calc(100% - 24px);
    margin: 26px auto 0
}

.product {
    margin-bottom: 27px
}

.product .product-left-column {
    width: 36%;
    float: left;
    margin-top: -5px;
    margin-right: 2.8%
}

.product .product-left-column .product-image {
    max-width: 100%;
    margin-bottom: -11px
}

.product .product-left-column .product-left-column-description {
    max-width: 239px;
    margin: 0 0 0 8px
}

.product .product-left-column .product-left-column-description p {
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #000
}

.product .product-left-column .product-left-column-description p strong {
    font-weight: 700
}

.product .product-left-column .product-left-column-description p .availability strong {
    color: #276230
}

.product .product-left-column .product-left-column-description .btn {
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 17px;
    margin: 0 0 10px 2px;
    padding: 6px;
    white-space: normal
}

.product .product-left-column .product-left-column-description .btn:nth-of-type(2) {
    background-color: #ed1f24;
    color: #fff
}

.product .product-left-column .product-left-column-description .btn:nth-of-type(2):hover {
    background-color: transparent;
    color: #000
}

.product .product-right-column {
    width: 61.2%;
    float: left;
    margin-top: 23px
}

.product .product-description {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 30px
}

.product .product-right-column p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px
}

.product .product-right-column .intro {
    margin-bottom: 33px
}

.product .product-right-column .intro p {
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.product .product-right-column .intro p strong {
    font-weight: 500
}

.contentBlock .right-column .product .block {
    margin-top: 35px;
    margin-bottom: 40px
}

.contentBlock .right-column .product .block h2 {
    margin-bottom: 16px;
    padding-bottom: 11px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 2px solid #ed1c24
}

.contentBlock .right-column .product .block .product-colors {
    max-width: 100%
}

.contentBlock .right-column .product .block table {
    width: 100%
}

.contentBlock .right-column .product .block table thead td {
    padding-right: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 9px;
    border-bottom: 2px solid #ed1c24
}

.contentBlock .right-column .product .block table thead td strong {
    font-size: 18px;
    font-weight: 400
}

.contentBlock .right-column .product .block table tbody td {
    padding: 11px 17px 6px 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    border-bottom: 1px solid #B5B5B5
}

.contentBlock .right-column .product .block table tbody td:last-of-type {
    text-align: right;
    padding-right: 0
}

.contentBlock .right-column .product .block table tbody td strong {
    font-weight: 500
}

.contentBlock .right-column .product .block table tbody td .city {
    float: left;
    margin-top: -2px;
    margin-right: 15px;
    position: relative
}

.contentBlock .right-column .product .block table tbody td .city span {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.contentBlock .right-column .product .block table tbody td .city span:before {
    content: "\f0d7";
    display: inline-block;
    margin: 0 7px 0 3px;
    color: #ed1c24;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.contentBlock .right-column .product .block table tbody td .city.open span:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contentBlock .right-column .product .block table tbody td .city ul {
    display: none;
    position: absolute;
    background: #fff;
    right: -6px;
    top: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 14px 10px;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.contentBlock .right-column .product .block table tbody td .city ul li a:hover {
    color: #000
}

.contentBlock .right-column .product .block table tbody td .city ul li {
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px
}

.product .product-description .tabsBlock .tabs {
    font-size: 0;
    line-height: 0
}

.product .product-description .tabsBlock .tabs .tab {
    display: inline-block;
    height: 56px;
    background-color: #f6f5fa;
    border: 1px solid #e1e1e1;
    margin: 0 -1px -1px 0;
    padding: 0 17px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 55px;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product .product-description .tabsBlock .tabs .tab.active {
    background-color: #818181;
    border: 1px solid #818181;
    color: #fff;
    position: relative;
    z-index: 2
}

.product .product-description .tabsBlock .tabsContent {
    margin-top: 0;
    padding: 19px 17px 12px;
    border: 1px solid #818181;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2
}

.tabsBlock .tabsContent .tab {
    display: none
}

.tabsBlock .tabsContent .tab.active {
    display: block
}

.product .product-description .tabsBlock .tabsContent p {
    margin: 0 0 12px 2px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px
}

.product .product-description .tabsBlock .tabsContent .h3 {
    margin-bottom: 27px;
    color: #ed1c24;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px
}

.product .product-description .tabsBlock .tabsContent ul {
    margin-bottom: 29px
}

.product .product-description .tabsBlock .tabsContent ul li {
    position: relative;
    margin-left: 23px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px
}

.product .product-description .tabsBlock .tabsContent ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #cf150e;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -20px
}

.block-applying {
    margin-bottom: 109px
}

.contentBlock .right-column .block-applying .block-title {
    margin-bottom: 30px;
    padding: 23px 0 0
}

.block-applying .block-gallery__slider-items .gallery-item .image {
    margin-bottom: 2px
}

.h1-style {
    padding: 0 0 13px;
    background: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.this-content h1 {
    padding: 25px 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.254321;
    color: #4c4242
}

.this-content h2 {
    padding: 20px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.154321;
    color: #4c4242
}

.this-content h3 {
    padding: 20px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    color: #4c4242
}

.this-content h4 {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    color: #4c4242
}

.this-content h5 {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.15;
    color: #4c4242
}

.this-content h6 {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    color: #4c4242
}

.this-content ul + p,
.this-content ol + p {
    padding-top: 5px;
    color: #4c4242
}

.this-content ul {
    margin-left: 30px;
    font-weight: 100;
    color: #4c4242
}

.this-content li {
    color: #4c4242!important
}

.this-content h2 + ul,
.this-content h3 + ul,
.this-content h4 + ul,
.this-content h2 + ol,
.this-content h3 + ol,
.this-content h4 + ol {
    margin-top: 0
}

.this-content p + h2 {
    padding-top: 0
}

.this-content ul + h2,
.this-content ol + h2,
.this-content ul + h3,
.this-content ol + h3,
.this-content p + h3,
.this-content p + h3 {
    padding-top: 5px
}

.table-product-content tr,
.table-product-content th,
.table-product-content td {
    border: 1px solid #000;
    margin-bottom: 20px;
    color: #4c4242;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px
}

.table-product-content td {
    padding: 10px;
    text-align: center
}

.table-product-content th {
    font-weight: 700;
    padding: 10px;
    text-align: center
}

.this-content ol {
    list-style-type: decimal;
    margin: 22px 0 0;
    padding-left: 15px
}

.this-content ol li {
    padding-left: 10px;
    font-size: 16px
}

.this-content p + h1,
.this-content p + h2,
.this-content p + h3,
.this-content p + h4,
.this-content p + h5,
.this-content p + h6,
.this-content p + h1 {
    margin-top: 0
}

table.table-content {
    width: 100%;
    border: 1px solid #000
}

table.table-content th,
table.table-content td {
    padding: 10px;
    border: 1px solid #000;
    text-align: center
}

table.table-content th {
    font-weight: 700
}


.top-block .slider .item{
    height: 350px;
}

@media(max-width: 1180px) {
    .catalog .catalog-item .catalog-item-title {
        padding: 0 5px 1px 15px;
        font-size: 20px;
        line-height: 24px
    }
    .filter-buttons {
        margin-left: 15px
    }
    .contact-filter .filter .filter-items .filter-item:nth-of-type(2n-1) {
        margin-right: 15px
    }
    .order-form-count {
        padding: 38px 10px 35px;
        flex-wrap: wrap;
        justify-content: center
    }
    .order-form-count .title {
        flex: 0 0 100%;
        margin-bottom: 20px
    }
    .order-form-count .btn {
        margin-left: 15px
    }
    .services .services-item span {
        font-size: 16px;
        line-height: 20px
    }
    .block-trust {
        width: 45%
    }
    .block-price {
        width: 45%
    }
    .block-price .btn {
        margin-top: 40px
    }
    .order-form-count__form {
        flex-wrap: wrap
    }
    .order-form-count__form .left {
        flex: 0 0 100%;
        margin-bottom: 30px
    }
}

@media(max-width: 1140px) {
    .header__bottom {
        height: auto;
        padding: 10px 0
    }
    .header__bottom .header__block {
        flex-wrap: wrap;
        max-width: 41%
    }
    header .title br,
    header .title br:after {
        content: ' ';
        display: inline-block
    }
    header .title {
        margin: 5px 0 0
    }
    .block-contact-items {
        flex-wrap: wrap
    }
    .block-contact-item {
        flex: 0 0 45%
    }
    .block-contact-item:first-of-type {
        flex: 0 0 100%;
        margin-bottom: 30px
    }
    .footer-contact {
        margin-left: 0
    }
    .footer-menu:nth-of-type(2) {
        margin-left: 0
    }
    .catalogMenu ul li a {
        font-size: 14px;
        line-height: 14px
    }
    .content blockquote.columns {
        flex-wrap: wrap;
        text-align: center
    }
    .content blockquote.columns p {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 11px
    }
    .block-reviews {
        flex-wrap: wrap
    }
    .block-reviews .column:first-of-type {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }
    .contentBlock .right-column .block-reviews .link {
        margin-top: 20px;
        max-width: 100%
    }
    .block-reviews img {
        margin: 0 16px 16px 0
    }
    .catalog .catalog-item .catalog-item-title {
        padding: 0 5px 1px 15px;
        font-size: 18px;
        line-height: 21px
    }
    .subcategory .category-item .btn {
        float: left;
        clear: both;
        margin-top: 9px
    }
    .contact-filter .filter .filter-items {
        flex: 1 1 340px
    }
    .services {
        padding-right: 28px
    }
    .services .services-item {
        flex: 0 0 45%
    }
    .contentBlock .right-column .block-trust .block-title,
    .contentBlock .right-column .block-price .block-title {
        font-size: 28px;
        line-height: 34px
    }
}

@media(max-width: 1060px) {
    .content-footer .center {
        flex-wrap: wrap
    }
    .footer-contact {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
        position: relative;
        padding-bottom: 25px
    }
    .footer-contact p {
        flex: 1 1 30%;
        margin-right: 5%
    }
    .footer-contact .phone {
        flex: 0 0 auto;
        margin-right: 0
    }
    .footer-contact .btn {
        position: absolute;
        bottom: 0;
        right: 0
    }
    .block-certification {
        margin: 0 0 50px
    }
.catalog-top-block {
    display: contents;
    width: 100%;
}
    .catalog .catalog-item {
        flex: 0 0 calc((100% - 30px) / 2);
        margin-right: 30px
    }
    .catalog .catalog-item:nth-of-type(3n) {
        margin-right: 30px
    }
    .catalog .catalog-item:nth-of-type(2n) {
        margin-right: 0
    }
    .subcategory .category-item {
        flex: 0 0 100%
    }
    .subcategory .category-item:not(:last-of-type) {
        margin-bottom: 42px
    }
    .subcategory .category-item .btn {
        float: right;
        margin-top: 0;
        clear: none
    }
    .filter-buttons {
        flex-wrap: wrap;
        flex: 0 0 250px;
        text-align: right
    }
    .contact-filter .filter .btn {
        flex: 0 0 170px;
        margin-bottom: 10px
    }
    .contentBlock .right-column .contact-items .contact-item .block-title {
        flex-wrap: wrap
    }
    .contentBlock .right-column .contact-items .contact-item .block-title span {
        flex: 0 0 100%;
        margin-bottom: 10px
    }
    .order-form-count__form .inputs input:nth-of-type(2) {
        width: 200px
    }
}

@media(max-width: 939px) {
    .header__top {
        flex: 0 0 55px;
        height: auto;
        display: block;
        padding: 0 0 10px;
        cursor: pointer;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        overflow: visible;
        z-index: 1000
    }
    .hamburger {
        display: block;
        z-index: 1000
    }
    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block
    }
    .hamburger-inner::before {
        top: -10px
    }
    .hamburger-inner::after {
        bottom: -10px
    }
    .hamburger--3dx .hamburger-box {
        -webkit-perspective: 80px;
        perspective: 80px
    }
    .hamburger--3dx .hamburger-inner {
        transition: background-color 0 .1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform .2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 .1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform .2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 .1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    .hamburger--3dx .hamburger-inner::before,
    .hamburger--3dx .hamburger-inner::after {
        transition: -webkit-transform 0 .1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0 .1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0 .1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0 .1s cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    .hamburger--3dx.is-active .hamburger-inner {
        background-color: transparent;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    .hamburger--3dx.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg)
    }
    .hamburger--3dx.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg)
    }
    header .phone,
    header .btn,
    .mainMenu {
        display: none
    }
    .header__bottom {
        display: block
    }
    .header-block {
        max-width: 80%;
        min-width: 500px
    }
    .hamburger {
        display: block;
        z-index: 1000;
        width: 50px;
        float: right;
        position: relative;
        top: -70px;
        cursor: pointer
    }
    .top-block .slider {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 30%;
        flex: none
    }
    .header__bottom a.region-phone {
        display: block;
        text-decoration: none;
        width: 80%;
        margin: 10px 0 0 10px;
        font-size: 24px
    }
    .top-block .left-column .slider {
        padding-bottom: 34%
    }
    .slider .slick-dots li button {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2)
    }
    .header__bottom .header__block {
        flex: 0 0 calc(100% - 70px);
        max-width: 100%;
        flex-wrap: nowrap
    }
    .top-block {
        padding-top: 20px
    }
    .top-block .center {
        display: block
    }
    .top-block .left-column {
        display: inline
    }
    .top-block .right-column {
        float: right;
        margin: 20px 0 0
    }
    .top-block .slider .center {
        width: 100%;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .top-block-buttons {
        width: calc(100% - 293px);
        float: left;
        flex-wrap: wrap;
        display: flex;
        align-items: center
    }
    .top-block-buttons__item {
        width: 100%;
        margin-bottom: 20px
    }
    .catalogMenu {
        width: 100%;
        float: left
    }
    .catalogMenu ul {
        height: auto;
        flex-wrap: wrap
    }
    .catalogMenu ul li {
        flex: 0 0 calc(100% / 3)
    }
    .catalogMenu ul li:nth-of-type(1),
    .catalogMenu ul li:nth-of-type(2),
    .catalogMenu ul li:nth-of-type(3) {
        border-bottom: 1px solid #e1e1e1
    }
    .catalogMenu ul li:nth-of-type(3n) {
        border-right: none
    }
    .catalogMenu ul li a {
        padding-bottom: 15px
    }
    .contentBlock .left-column {
        width: 100%;
        order: 2;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .contentBlock .right-column {
        width: 100%;
        order: 1
    }
    .contentBlock .left-column .block {
        flex: 0 0 48%
    }
    .orderBlock .advantages .item {
        flex: 0 0 30%;
        font-size: 18px;
        line-height: 22px
    }
    .top-block h1 {
        margin-left: 0;
        font-size: 26px;
        line-height: 30px
    }
    .top-block .btn-select-floor {
        margin-bottom: -17px
    }
    .inner-page .contentBlock .left-column {
        margin-top: 40px
    }
    .subcategory .category-item {
        flex: 0 0 45.8%
    }
    .filter-buttons {
        flex-wrap: nowrap;
        flex: 0 0 auto;
        text-align: right
    }
    .contact-filter .filter .btn {
        flex: 0 0 auto
    }
    .inner-page .contentBlock .left-column .block-sorting {
        flex: 0 0 100%
    }
}

@media(max-width: 870px) {
    .subcategory .category-item .btn {
        float: left;
        clear: both;
        margin-top: 9px
    }
    .filter-buttons {
        flex-wrap: wrap;
        flex: 50%;
        text-align: right
    }
    .contact-filter .filter .btn {
        flex: 0 0 170px;
        margin-bottom: 10px
    }
    .product .product-description .tabsBlock .tabs .tab {
        height: 52px;
        padding: 0 14px;
        font-size: 16px;
        line-height: 52px
    }
}

@media(max-width: 690px) {
    .contentBlock .right-column .block-title {
        font-size: 28px;
        line-height: 34px
    }
    .block-about .block-about-content {
        right: auto;
        left: 50%;
        width: 80%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .top-block-buttons__item .inner {
        width: 238px
    }
    .top-block .slider .slide-content h2 {
        margin-bottom: 14px;
        font-size: 34px;
        line-height: 38px
    }
    .top-block .slider .slide-content p {
        font-size: 16px;
        line-height: 20px
    }
    .top-block .slider .slide-content p br,
    .top-block .slider .slide-content p br:after {
        content: ' ';
        display: inline-block
    }
    .footer-menu {
        flex: 0 0 30%
    }
    .footer-contact p {
        flex: 1 1 40%
    }
    .footer-contact .btn {
        right: auto;
        left: 0
    }
    .advantages-item .advantages-title h3 {
        font-size: 16px;
        line-height: 20px
    }
    .advantages-item p {
        font-size: 14px;
        line-height: 21px
    }
    .floor-parameters tbody td {
        padding: 7px 10px;
        font-size: 12px;
        line-height: 15px
    }
    .image-block {
        padding: 0 8px 3px 0;
        font-size: 12px;
        line-height: 15px
    }
    .floor-parameters tbody td:nth-of-type(1) .image {
        flex: 0 0 30px
    }
    .floor-parameters tbody td:nth-of-type(1) .image img {
        max-width: 72%
    }
    .top-block-buttons__item .inner {
        width: 170px;
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 15px
    }
    .top-block-buttons__item .inner strong {
        font-size: 20px!important;
        line-height: 21px
    }
    .top-block-buttons__item .image img {
        max-height: 60px
    }
    .orderBlock {
        height: auto;
        background-size: cover
    }
    .orderBlock .center {
        height: auto;
        min-height: 350px
    }
    .orderBlock .advantages {
        padding-top: 50px
    }
    .subcategory .category-item {
        flex: 0 0 100%
    }
    .subcategory .category-item .btn {
        float: right;
        margin-top: 0;
        clear: none
    }
    .order-form-count .btn {
        margin: 14px 0 13px
    }
    .order-form-count .title {
        margin-bottom: 10px
    }
    .order-form-count {
        padding-bottom: 25px
    }
    .order-form-count__form .inputs {
        max-width: 320px
    }
    .order-form-count__form .inputs input {
        width: 100%!important;
        border: none;
        border-bottom: 1px solid #D7D7D7
    }
    .services {
        padding: 23px 15px 9px
    }
    .services .services-item span {
        font-size: 14px;
        line-height: 18px
    }
    .product .product-left-column {
        width: 100%;
        margin-right: 0
    }
    .product .product-right-column {
        width: 100%
    }
    .product .product-left-column .product-image {
        max-width: 45%;
        float: left;
        margin-bottom: -11px;
        margin-right: 5%
    }
    .product .product-left-column .product-left-column-description {
        width: 50%;
        max-width: 239px;
        float: left;
        margin: 28px 0 0
    }
}

@media(min-width: 768px) {
    .table-i-gallery td:not([valign="top"]) {
        width: 33%;
        text-align: center
    }
    table:not(width) {
        width: 100%
    }
}

@media(max-width: 767px) {
    table.table-responsive {
        max-width: 100%;
        width: 100%
    }
    .table-responsive tr,
    .table-responsive td {
        display: block
    }
    .table-responsive td:not([valign="top"]) {
        width: 50%;
        float: left
    }
    .table-responsive td[colspan="2"] {
        width: 100%;
        clear: both
    }
    .table-responsive td img {
        margin: 0 auto;
        display: block
    }
    .table-responsive td[valign="top"] {
        display: none
    }
    .table-responsive td[data-td-name]:before {
        content: attr(data-td-name);
        display: block;
        text-align: center;
        padding: 10px 0;
        font-weight: 700
    }
    .table-responsive-row4 td[rowspan="4"] {
        clear: both;
        float: right
    }
    .table-responsive td.py-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .table-responsive .clear-sm {
        clear: both
    }
    .table-responsive-flex tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .table-responsive-flex td {
        width: 50%
    }
    .table-responsive-flex td.order-last {
        order: 10
    }
}

@media(max-width: 720px) {
    /*.hamburger {
        top: 0
    }*/
}

.header__topMobile{
    display: none;
}
.headerMobileSearch  {
    display: none;
    width: 100%;
    position: relative;
    padding: 10px 15px;
    background: #F6F5FA;
    box-sizing: border-box;
}
.headerMobileSearch form {
    display: block;
    position: relative;
}
.headerMobileSearch__input {
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 1px;
    padding: 4px 32px 4px 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
}
.headerMobileSearch__input::placeholder {
    font-weight: 200;
}
.headerMobileSearch__submit {
    position: absolute;
    display: block;
    cursor: pointer;
    border: 0 none;
    outline: none;
    appearance: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -10px;
    box-shadow: none;
    border-radius: 50%;
}
@media(max-width: 548px) {
    .header__bottom {
        align-items: center;
        display: flex;
    }
    .header__bottom .header__block {
        flex-wrap: wrap;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .header__bottom .header__info {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 8px 0 16px;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        color: #000;
    }
    .header__bottom .header__info * {
        font-size: 14px;
        line-height: 1;
    }
    .header__bottom .header__info div {
        line-height: 1;
    }
    .header__bottom .header__info div + div {
        margin-top: 3px;
    }
    .header__bottom .title, .mobileHidden {
        display: none;
    }

    .header__bottom .hamburger {
        top: 0;
        width: 24px;
        height: 24px;
    }
    .hamburger-box, .hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
        width: 24px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        height: 3px;
    }

    .mobileSearch {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .mobileSearch a {
        display: inline-flex;
        flex-wrap: nowrap;
        text-decoration: none;
        align-items: center;
        line-height: 16px;
        color: #000;
    }
    .mobileSearch a svg {
        margin-right: 6px;
        min-height: 20px;
        min-height: 20px;
    }

    .mobileCityWrapper {
        display: inline-flex;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .mobileCity {
        position: relative;
        font-size: 14px;
        white-space: nowrap;
        float: none;
        margin: 0;
    }

    .mobileCity .curr-city {
        display: inline-block;
        max-width: 50vw;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 4px;
    }

    .mobileCity .change_region {
        display: inline-flex;
        align-items: center;
        position: relative;
    }

    .mobileCity:after {
        content: "\f107";
        display: inline-block;
        position: absolute;
        top: 0%;
        left: calc(100% + 5px);
        color: #ed1c24;
        font-family: 'FontAwesome';
        transition: all .4s;
    }
    .mobileCity.open:after {
        transform: rotate(180deg);
    }

    .mobileCity .curr-city:after {
        display: none;
    }

    .mobileLogin {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .mobileLogin a.mobileLoginLink {
        display: inline-flex;
        flex-wrap: nowrap;
        text-decoration: none;
        align-items: center;
        line-height: 16px;
        color: #000;
    }

    .mobileLogin a.mobileLoginLink span {
        display: block;
        max-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobileLogin a.mobileLoginLink +  a.mobileLoginLink {
        margin-left: 8px;
    }
    .mobileLogin a.mobileLoginLink svg {
        margin-right: 4px;
        min-height: 20px;
        min-height: 20px;
        max-width: 20px;
        max-height: 20px;
    }

    .form_region {
        position: fixed;
        left: 24px;
        top: 44px;
    }

    .header__bottom .logo {
        width: 156px;
        flex: 0 0 156px;
        height: 29px;
        float: none;
    }

    .header__topMobile {
        display: block;
        border-bottom: 1px solid #D9D9D9;
        padding: 8px 0;
        display: flex;
        flex-wrap: nowrap;
    }

    .top-block {
        padding-top: 0;
    }

    .mainMenu > ul > li > ul > li {
        width: 250px;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 18px
    }
    .top-block-buttons {
        width: 100%
    }
    .top-block-buttons__item {
        width: 48.7%;
        height: 100px
    }
    .top-block .right-column {
        float: none;
        margin: 20px auto 0
    }
    .top-block .slider .slide-content {
        margin: 0 0 33px
    }
    .top-block .slider .slide-content h2 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 35px
    }
    .top-block .slider .slide-content p br,
    .top-block .slider .slide-content p br:after {
        content: ' ';
        display: inline-block
    }
    .catalogMenu ul li {
        flex: 0 0 calc(100% / 2)
    }
    .catalogMenu ul li:nth-of-type(4) {
        border-bottom: 1px solid #e1e1e1
    }
    .catalogMenu ul li:nth-of-type(3n) {
        border-right: 1px solid #e1e1e1
    }
    .catalogMenu ul li:nth-of-type(2n) {
        border-right: none
    }
    .block-about .block-about-content {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .advantages-item {
        width: 100%;
        margin-left: 0!important
    }
    .contentBlock .right-column .block-title {
        font-size: 22px;
        line-height: 26px
    }
    .contentBlock .right-column .block-title br,
    .contentBlock .right-column .block-title br:after {
        content: ' ';
        display: inline-block
    }
    .contentBlock .right-column .block-gallery .block-title,
    .contentBlock .right-column .block-popular-products .block-title {
        max-width: 78%;
        font-size: 20px;
        line-height: 24px
    }
    .slider-items .slick-prev,
    .slider-items .slick-next {
        top: -65px
    }
    .block-popular-products__slider-items .slick-prev,
    .block-popular-products__slider-items .slick-next {
        top: -45px
    }
    .image-block {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding-top: 10px
    }
    .block-contact {
        margin-bottom: 0
    }
    .block-contact-item {
        flex: 0 0 100%;
        margin-bottom: 30px
    }
    .contentBlock .left-column .block {
        flex: 0 0 100%
    }
    .orderBlock .advantages {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0 0
    }
    .orderBlock .advantages .item {
        min-width: 183px;
        margin: 0 20px 30px
    }
    .form form {
        max-width: 250px;
        margin: 0 auto
    }
    .form .btn {
        width: 100%;
        margin-top: 10px
    }
    .footer-menu {
        display: none
    }
    footer .footer-bottom .center {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 0
    }
    footer .copy {
        flex: 0 0 100%;
        margin-bottom: 10px
    }
    footer .social {
        flex: 0 0 100%
    }
    .top-block h1 {
        margin-right: 0;
        font-size: 24px;
        line-height: 28px
    }
    .top-block .btn-select-floor {
        display: inline-block;
        position: relative;
        bottom: 0;
        margin-bottom: 15px;
        padding: 12px 0 11px 47px
    }
    .top-block .btn-select-floor br,
    .top-block .btn-select-floor br:after {
        content: ' ';
        display: inline-block
    }
    .floor-parameters-container {
        overflow-x: scroll
    }
    .contentBlock .right-column .block-certification .block-title {
        line-height: 25px
    }
    .contentBlock .right-column .block .link {
        margin-top: 0
    }
    .contentBlock .right-column .block-reviews .link {
        margin-top: 20px
    }
    .content .right-block {
        float: none;
        margin: 0 0 20px
    }
    .content .left-block {
        float: none;
        margin: 0
    }
    .content blockquote.columns {
        justify-content: center
    }
    .content blockquote.columns p {
        text-align: center
    }
    .content blockquote h3 {
        flex: 0 0 100%;
        margin-bottom: 14px
    }
    .contentBlock .right-column .block-certification .block-title span {
        display: flex;
        flex-wrap: wrap
    }
    .contentBlock .right-column .block-certification .block-title span .link {
        order: 2;
        max-width: 100%;
        margin: 20px 0 0;
        text-align: left
    }
    .contentBlock .right-column .block-certification .block-title span:after {
        order: 3
    }
    .content .blockquote-red {
        padding-left: 0;
        padding-right: 0
    }
    .catalog .catalog-item {
        flex:0 0 90%;
        margin-right: 0;
        margin-bottom: 10px
    }
    .catalog .catalog-item p {
        margin-bottom: 20px;
        min-height: 0
    }
    .types-items {
        flex-wrap: wrap
    }
    .types-items .types-item {
        flex: 0 0 47%;
        margin-bottom: 20px
    }
    .contact-filter .filter {
        flex-wrap: wrap
    }
    .contact-filter .filter .filter-items {
        flex: 1 1 100%;
        margin-bottom: 15px
    }
    .filter-buttons {
        text-align: left;
        margin-left: 0
    }
    .contact-filter .map {
        height: 300px
    }
    .contentBlock .right-column .contact-items .contact-item .block-title {
        flex-wrap: wrap
    }
    .contentBlock .right-column .contact-items .contact-item .block-title span {
        flex: 0 0 100%;
        margin-bottom: 15px
    }
    .contact-items .contact-item .contact-item-content .map-item {
        flex: 0 0 100%;
        padding-bottom: 60%
    }
    .contact-item-description {
        flex: 1 1 auto;
        margin: 10px 0 0 20px
    }
    .contact-items .contact-item {
        margin-bottom: 30px
    }
    .services .services-item {
        flex: 0 0 100%
    }
    .block-trust {
        width: 100%
    }
    .block-price {
        width: 100%
    }
    .function-items .function-item {
        width: 100%
    }
    .function-items .function-item .description {
        margin-right: 0
    }
    .function-items .function-item .description p {
        margin-bottom: 15px
    }
    .contentBlock .right-column .block-trust .block-title,
    .contentBlock .right-column .block-price .block-title {
        font-size: 26px;
        line-height: 32px
    }
    .inputs input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #D7D7D7
    }
    .order-form-count__form .inputs {
        max-width: 100%;
        width: 100%;
        float: none
    }
    .product .product-left-column .product-image {
        max-width: 100%;
        margin-bottom: -11px;
        margin-right: 0
    }
    .product .product-left-column .product-left-column-description {
        width: 100%
    }
    .table-outer {
        overflow-x: auto
    }
    .contentBlock .right-column .product .block table thead td {
        font-size: 12px;
        line-height: 18px
    }
    .contentBlock .right-column .product .block table thead td strong {
        font-size: 15px
    }
    .product .product-description .tabsBlock .tabs .tab {
        height: 46px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 46px
    }
}

@media (max-width: 480px) {
    .table-responsive td:not([valign="top"]) {
        width: 100%;
        float: none
    }
    .table-full-image img {
        width: 100%;
        padding-bottom: 5px
    }
    img.images-content {
        clear: both;
        width: 100%;
        height: auto;
        padding-right: 0
    }
    .table-responsive-flex td {
        width: 100%
    }
}

@media (max-width: 420px) {
    .header-city ul {
        right: auto;
        left: 0
    }
    .top-block-buttons__item {
        width: 100%
    }
    .catalogMenu ul li a {
        font-size: 12px;
        line-height: 13px
    }
    .block-contact-item .phones .block-contact-city {
        width: 100%;
        flex: 0 0 100%
    }
    .form .title {
        font-size: 24px;
        line-height: 36px
    }
    .block-contact-item .phones {
        flex-wrap: wrap;
        width: 100%;
        height: auto
    }
    .block-contact-item .phones .block-contact-city ul {
        width: 100%
    }
    .block-contact-item .phones .phone {
        width: 100%;
        height: 39px;
        border-top: 1px solid #d7d7d7;
        border-left: none
    }
    .content-footer {
        padding-top: 20px
    }
    .footer-contact p {
        flex: 0 0 100%
    }
    .orderBlock .advantages .item span {
        margin-bottom: 12px;
        padding-bottom: 10px;
        font-size: 56px;
        line-height: 52px
    }
    .orderBlock .form {
        position: relative;
        margin-bottom: 15px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 0;
        z-index: 2
    }
    .object-items .object-item {
        flex: 0 0 180px
    }
    .object-item .image img {
        width: 100%
    }
    .object-items .object-item h3,
    .object-items .object-item .h3 {
        height: 64px
    }
}

@media(max-width: 410px) {
    .subcategory .category-item .image {
        flex: 0 0 104px;
        width: 104px;
        height: 108px
    }
    .subcategory .category-item .btn {
        float: left;
        clear: both;
        margin-top: 9px
    }
    .object-items .object-item {
        flex: 0 0 100%
    }
    .object-items .object-item h3,
    .object-items .object-item .h3 {
        height: auto;
        padding-bottom: 10px
    }
    .object-items__more:before {
        margin-left: 0
    }
}

.news-detail ul {
    font-weight: 100;
    padding-bottom: 15px;
    margin-left: 30px
}

.news-detail li,
.show li {
    color: #4c4242
}

.news-detail ol {
    list-style: auto;
    padding: 0 0 18px 25px;
}

.news-detail h2,
.news-detail .h2 {
    padding: 20px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.154321;
    margin-bottom: auto;
    text-align: left;
}

.news-detail h3,
.news-detail .h3 {
    padding: 20px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    color: #4c4242;
    text-transform: none
}

.news-detail {
    font-weight: 100;
    color: #4c4242
}

.show ol {
    font-weight: 100;
    padding-bottom: 15px;
    margin-left: 30px;
    list-style: decimal
}

.show {
    font-weight: 100;
    color: #4c4242
}

.show ul {
    font-weight: 100;
    padding-bottom: 15px;
    margin-left: 30px
}

a.detail_news_link {
    color: red;
    text-decoration: underline;
    padding: 7px 0;
    display: block;
    font-size: 12px
}

a.detail_news_link:hover {
    text-decoration: none
}

.list-decimal li {
    margin-left: 0!important
}

.list-decimal li:before {
    display: none!important
}

.catalog-item-desc-float {
    font-size: 15px
}

#up-btn {
    width: 35px;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 75px;
    right: 20px;
    cursor: pointer;
    display: none;
    color: #ed1f24;
    font-size: 22px;
    z-index: 4;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    background-color: #ebeaef;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#up-btn:after {
    content: "\f062";
    display: inline-block;
    font-family: 'FontAwesome';
}

#up-btn:hover {
    color: #ebeaef;
    background-color: #ed1f24;
}

.h3img {
    display: block;
    margin: -15px auto 15px;
}

.image-block {
    padding-right: 16px!important;
}

.floor-parameters td:nth-of-type(2) {
    width: auto!important;
}
.block-inner-articles-menu ul.services-menu > li > a.root-item-selected {
    color: #ed1c24;
}

.delivery-filter {
    margin: 2px 0 0
}

.delivery-filter .map {
    width: 100%;
    height: 400px;
    margin-top: 26px
}

.delivery-filter .filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.delivery-filter .filter .filter-items {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: -1px 0 0 15px
}

.delivery-filter .filter .filter-items .filter-item {
    width: 270px;
    margin-bottom: 6px
}

.delivery-filter .filter .filter-items .filter-item:nth-of-type(2n) {
    width: 163px
}

.icheck-label {
    display: flex;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: .2px;
    align-items: flex-start
}

.icheck-label .icheckbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    margin-top: 3px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    vertical-align: middle;
    flex-shrink: 0;
}

.icheck-label .icheckbox.checked {
    background: #fff url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAICAMAAAAcEyWHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEX////tHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyTtHyT////qJeVJAAAAFnRSTlMAACHFLArOt5/kF2v5Oj6xacHlu77S2c9zzwAAAAFiS0dEAIgFHUgAAAAHdElNRQfhBxIOCjsYhg0nAAAAQElEQVQI1yXKWxKAIBADwQRZRAXxmfsfFRfz1VUZgL4wRQxZ0vwra1kHNpVK7M1q0UGi6byUvwN2S8lctOcNHndEEwICmoav0wAAAABJRU5ErkJggg==) no-repeat 40% 45%
}

.filter-buttons {
    flex: 0 0 auto
}

.delivery-filter .filter .btn {
    flex: 0 0 auto;
    margin-left: 15px;
    padding: 0 17px
}

.delivery-filter .filter .btn:first-of-type {
    background-color: #ed1f24;
    color: #fff
}

.delivery-filter .filter .btn:first-of-type:hover {
    background-color: transparent;
    color: #000
}

.delivery-items {
    margin-top: 46px
}

.delivery-items .delivery-item {
    margin-bottom: 71px
}

.contentBlock .right-column .delivery-items .delivery-item .block-title {
    margin-bottom: 31px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: flex
}

.contentBlock .right-column .delivery-items .delivery-item .block-title span {
    flex: 1 1 auto
}

.contentBlock .right-column .delivery-items .delivery-item .block-title span:after {
    display: none
}

.contentBlock .right-column .delivery-items .delivery-item .block-title .view-map,
.contentBlock .right-column .delivery-items .delivery-item .block-title .print-map {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    text-decoration: none
}

.contentBlock .right-column .delivery-items .delivery-item .block-title .view-map:hover,
.contentBlock .right-column .delivery-items .delivery-item .block-title .print-map:hover {
    text-decoration: underline
}

.contentBlock .right-column .delivery-items .delivery-item .block-title .view-map {
    margin-right: 30px
}

.contentBlock .right-column .delivery-items .delivery-item .block-title .view-map:before,
.contentBlock .right-column .delivery-items .delivery-item .block-title .print-map:before {
    content: '';
    display: inline-block;
    vertical-align: middle
}

.contentBlock .right-column .delivery-items .delivery-item .block-title .view-map:before {
    width: 19px;
    height: 22px;
    background: url(../images/view-map.png) no-repeat 0 0;
    padding: 0 6px 5px 0
}

.contentBlock .right-column .delivery-items .delivery-item .block-title .print-map:before {
    width: 25px;
    height: 22px;
    background: url(../images/print-map.png) no-repeat 0 0;
    padding: 0 10px 3px 0
}

.delivery-items .delivery-item .delivery-item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-items: stretch
}

.delivery-items .delivery-item .delivery-item-content .map-item {
    flex: 0 0 44%;
    padding-bottom: 44%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.delivery-items .delivery-item .delivery-item-content .map-item .map {
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px)
}

.delivery-item-description {
    flex: 0 0 47.75%
}

.delivery-item-description ul {
    margin-top: 14px
}

.delivery-item-description li {
    position: relative;
    margin-bottom: 21px;
    color: #000;
    font-size: 15px;
    line-height: 19px
}

.delivery-item-description li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #ed1c24;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -16px
}

.delivery-item-description li span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.delivery-item-description li a {
    color: #ed1c24
}

.delivery-item-description li em {
    font-style: normal
}


.btn_delivery {
 padding: 0px 75px;
    width: 250px;
    display: inline-block;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   cursor: auto;
    color: #ed1f24;
    font-weight: 900;
}

.data_hide{
display:none;
}

.data_open{
padding-top: 20px;
}

.btn_tab_open {
    background-color: #ed1f24;
    color: #fff;
}




.btn_delivery_wrap {
    display: inline-block;
}

.field_bottom {
    display: flex;
    flex-direction: column;
}
.field_bottom button {
    margin-bottom: 15px;
}
.field_bottom button:nth-child(2){
    background-color: #ed1f24;
    color: #fff;
}

#window_sp h2,
#window_sp_news h2 {
    font-size: 16px;
    margin-bottom: 12px;

}
#window_sp .form_text_consult,
#window_sp_news .form_text_consult {
    margin-top: 10px;
}
#window_sp,
#window_sp_news {
    width: 350px;
    height: 500px;
    background: #fff;
    border: 1px solid #fff;
    z-index: 150;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
}
#window_sp_news {
    height: 380px;
}
#window_sp_news .form_text_consult {
    color: red;
    font-size: 12px;
    line-height: 14px;
}
#window_sp .form,
#window_sp_news .form {
    width: 275px; margin: -15px auto 20px auto; text-align: center; box-shadow:none;
}
#window_sp   .input,
#window_sp_news .input {
    width: 260px;padding: 5px; margin-bottom: 10px;
}
#window_sp .radio,
#window_sp_news .radio {
    margin-bottom: 10px;
}
.close{
    margin: 10px 0 0 320px;cursor: pointer;border: 1px solid #ccc; padding: 2px; background: #ccc;} .close:hover{
                background: #fff;}
        #gray{opacity: 0.8; padding: 15px;
            background-color: rgba(1,1,1,0.75); position: fixed; left: 0;right: 0;top:0;bottom: 0; display: none; z-index:100; overflow: auto; }

         .ssf2{



        }
        #window_sp p,  #window_sp_news p {
            margin: 0;
        }

 #window_sp textarea,  #window_sp_news textarea {
           display: block;
           position: relative;
           min-height: 170px;
           border: 1px solid #e1e1e1;
           resize: none;
        }
#window_sp .ssf2, #window_sp_news .ssf2 {
height: 38px;
            background-color: #ed1f24;
            color: #fff;
            font-size: 14px;
            line-height: 37px;
            border: 1px solid #ed1f24;

            padding: 0 22px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            cursor: pointer;

            font-size: 14px;
            font-weight: 400;
            line-height: 40px;
            text-transform: uppercase;
            vertical-align: middle;
            text-decoration: none;
            text-align: center;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            position: relative;
}

#callbackForm {
    width: 520px;
    padding: 18px;
}
#callbackForm #form_agree,
#callbackForm form {
    margin: 0 10px;
}

.co-params,
.co {
    /*display: flex;*/
}
.co {
    margin-bottom: 20px;
}
.co-param {
    width: 50%;
    margin-bottom: 7px;
}
.co-params {
    display: flex;
    flex-wrap: wrap;
}
.co-photo,
.co-text {
    padding-top: 40px;
}
@media (min-width: 768px) {
    .co-photo {
        float: left;
        width: 276px;
    }

    .co-text {
        padding-left: 40px;
        margin-left: 276px;
    }
}
.contentBlock .right-column .co .block-title {
    margin-bottom: 10px;
}

.vacancy_form label.icheck-label {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 5px;
    cursor: pointer;
}
.vacancy_form .icheck-label .iradio {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: calc(50% + 5px);
    border: 1px solid #adc3d5;
    border-radius: 50%;
}
.vacancy_form label.icheck-label:hover .iradio,
.vacancy_form .icheck-label .iradio:hover,
.vacancy_form .icheck-label .iradio.checked {
    border: 1px solid #ed1f24;
}
.vacancy_form .icheck-label .iradio.checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 3px;
    top: calc(50% - 3px);
    background: #ed1f24;
    border-radius: 50%;
}
.vacancy_form br {
    display: none;
}

.filtren ul li:before {
    display: none !important;
}
.filtren > ul > li > ul > li {
    margin: 0 !important;
}
.filtren > ul > li > ul > li input {
    display: block;
    position: absolute;
    top: 3px;
}
.filtren > ul > li > ul > li label:not(.checkbox) {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 5px;
    line-height: 21px;
    cursor: pointer;
}

.nav-pages {
    display: block;
    position: relative;
    margin: 20px 0px;
}

.news-detail {
    display: block;
    position: relative;
}
.news-detail img {
    float: right;
    margin: 0px 0px 10px 10px;
}

.system-nav-orange .nav-current-page {
    background-color: #DD2B1B;
}

/* Новости */
.news-grid {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    margin-bottom: 50px;
}
.news-grid-item {
    display: block;
    position: relative;
    transition: all .3s;
}
.news-grid-item:hover {
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
}
.news-grid-item > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 12px 12px 45px;
    height: 100%;
    text-decoration: none;
}
.news-grid-item > a:hover {
    text-decoration: none;
}
.news-grid-item__image {
    display: block;
    position: relative;
    margin-bottom: 24px;
}
.news-grid-item__image img {
    display: block;
    position: relative;
    width: 100%;
    max-height: 230px;
}
.item__image-container {
    display: block;
    position: relative;
    width: 100%;
    height: 230px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-grid-item__date {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    color: #EB212E;
}
.news-grid-item__name {
    display: block;
    position: relative;
    margin-top: 8px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #000;
}
.news-grid-item__description {
    display: block;
    position: relative;
    margin-top: 24px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}
.news-grid-item__link {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    padding: 0px 12px 0px 12px;
    box-sizing: border-box;
    text-align: right;
}
.news-grid-item__link .link {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.news-grid-item__link .link svg {
    display: inline-block;
    position: relative;
    margin-left: 16px;
}

.news-detail-page {
}
.news-detail-page .h1,
.news-detail-page h2,
.news-detail-page .h2 {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
}
.news-gallery {
    display: block;
    position: relative;
    margin-top: 24px;
}
.news-gallery-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #727272;
}
.news-gallery-item img {
    display: block;
    position: relative;
    width: 100%;
}
.news-gallery-item_description {
    display: block;
    position: relative;
    min-height: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #727272;
    margin-top: 8px;
}
.news-detail-page__text {
    display: block;
    position: relative;
    margin-top: 32px;
    margin-bottom: 40px;
    color: #000;
}
.news-gallery .prev-arrow,
.news-gallery .next-arrow {
    display: flex !important;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #EB232E;
    z-index: 1;
    bottom: 23px;
    cursor: pointer;
}
.news-gallery .prev-arrow {
    right: 50px;
}
.news-gallery .next-arrow {
    right: 0;
}
.info-banner {
    display: block;
    position: relative;
    background: #F6F5FA;
    box-sizing: border-box;
    padding: 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin: 16px 0px;
}

.text-style-2 ul,
.obj-dop ul,
.product.product-table .product-description .tabsBlock .tabsContent .text-style-2 ul {
    display: block;
    position: relative;
    margin: 12px 0px;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
}
.text-style-2 ul:last-child,
.obj-dop ul:last-child,
.product.product-table .product-description .tabsBlock .tabsContent .text-style-2 ul:last-child {
    margin: 12px 0px 0px;
}
.text-style-2 ul > li,
.obj-dop ul > li,
.product.product-table .product-description .tabsBlock .tabsContent .text-style-2 ul li {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 0px 0px 4px !important;
    padding-left: 15px;
}
.text-style-2 ul > li:before,
.obj-dop ul > li:before,
.content:not(.oldlists) .text-style-2 ul li:before,
.product.product-table .product-description .tabsBlock .tabsContent .text-style-2 ul li:before {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #EB232E;
    left: 0;
    bottom: initial;
    right: initial;
    top: 8px;
    border-radius: 0;
}
.product.product-table .product-description .tabsBlock .tabsContent .text-style-2 ul li:before {
    top: 10px;
}
.text-style-2 ul > li:last-child {
    margin: 0px 0px 0px !important;
}
.text-style-2 .red,
.text-style-2 a {
    color: #EB232E;
}
.text-style-2 a {
    text-decoration: underline;
}
.text-style-2 p {
    display: block;
    position: relative;
    margin: 16px 0px;
}
.text-style-2 p >img {
    display: block;
    position: relative;
    float: left;
    margin: 0px 16px 16px;
    max-width: 100%;
}
.text-style-2 b,
.text-style-2 strong {
    font-weight: bold;
}

/* Стиль таблицы */
.text-style-2 table,
.news-detail table {
    border-spacing: 3px;
    border-collapse: separate;
    border: 0;
    margin-bottom: 26px;
}
.text-style-2 td,
.news-detail td {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    background: #F6F5FA;
    vertical-align: top;
    padding: 8px 12px;
}
.text-style-2 td:first-child,
.text-style-2 td:first-child > p {
    font-weight: bold !important;
}
.text-style-2 td > p,
.news-detail td > p {
    margin: 0;
}
.text-style-2 td,
.text-style-2 td > p,
.news-detail td,
.news-detail td > p,
.product.product-table .product-description .tabsBlock .tabsContent td > p,
.product.product-table .product-description .tabsBlock .tabsContent .text-style-2 ul li {
    font-size: 14px;
    line-height: 28px;
}

.nav-back {
    display: block;
    position: relative;
    margin: 16px 0px;
    text-align: left;
}
.nav-back a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: all .3s;
}
.nav-back a:hover {
    color: #EB232E;
}
.nav-back a svg {
    display: inline-block;
    position: relative;
    margin-right: 16px;
}

@media screen and (max-width: 560px) {
    .news-grid-item__image img {
        width: 100%;
        max-height: initial;
    }
}
/* Новости */

/* Товар */
.contentBlock .right-column .product-page .product-properties table {
    width: 100%
}
.contentBlock .right-column .product-page .product-properties table thead td {
    padding-right: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 9px;
    border-bottom: 2px solid #ed1c24
}
.contentBlock .right-column ..product-page .product-properties table thead td strong {
    font-size: 18px;
    font-weight: 400
}
.contentBlock .right-column .product-page .product-properties table tbody td {
    padding: 11px 17px 6px 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    border-bottom: 1px solid #E8E8E8;
}
.contentBlock .right-column .product-page .product-properties table tbody td:last-of-type {
    text-align: right;
    padding-right: 0
}
.contentBlock .right-column .product-page .product-properties table tbody td strong {
    font-weight: 500
}
.contentBlock .right-column .product-page .product-properties table tbody td .city {
    float: left;
    margin-top: -2px;
    margin-right: 15px;
    position: relative
}
.contentBlock .right-column .product-page .product-properties table tbody td .city span {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    cursor: pointer
}
.contentBlock .right-column .product-page .product-properties table tbody td .city span:before {
    content: "\f0d7";
    display: inline-block;
    margin: 0 7px 0 3px;
    color: #ed1c24;
    font-family: 'FontAwesome';
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}
.contentBlock .right-column .product-page .product-properties table tbody td .city.open span:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.contentBlock .right-column .product-page .product-properties table tbody td .city ul {
    display: none;
    position: absolute;
    background: #fff;
    right: -6px;
    top: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 14px 10px;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}
.contentBlock .right-column .product-page .product-properties table tbody td .city ul li a:hover {
    color: #000
}
.contentBlock .right-column .product-page .product-properties table tbody td .city ul li {
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px
}

.product-page {
    display: table;
    position: relative;
    width: 100%;
    table-layout: fixed;
}
.product-page .left-cell,
.product-page .right-cell {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}
.product-page .left-cell {
    padding-right: 20px;
    width: 345px;
}
.product-page .right-cell {
    padding-left: 20px;
    width: calc(100% - 385px);
}
.product-page-photos,
.product-page-photos a {
    display: block;
    position: relative;
}
.product-page-photos_additional {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    margin-top: 6px;
}
.product-page-photos img {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 36px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    float: initial !important;
    box-sizing: border-box;
    margin: 0 !important;
    transition: all .3s;
}
.product-page-photos_additional img {
    padding: 16px;
}
.product-page .right-cell h2,
.product-page .left-cell .h2 {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 24px;
}
.product-page-colors {
    display: block;
    position: relative;
    margin: 16px 0px;
    border-top: 1px solid #E8E8E8;
    padding-top: 16px;
}
.product-info {
    display: block;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #E8E8E8;
}
.product-info-tu {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #EB232E;
    margin-bottom: 13px;
}
.product-info .detail-text {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.product-buttons {
    display: block;
    position: relative;
    margin-bottom: 23px;
}
.product-buttons > button {
    display: block;
    position: relative;
    margin-bottom: 8px;
    width: 100%;
}
.product-buttons > button:last-child {
    margin-bottom: 0;
}
.product-buttons .callbackTrigger {
    background-color: #ed1f24;
    color: #fff;
}
.product-properties {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.product-page .mobile {
    display: none !important;
}
.product-table.product .product-description {
    display: block;
    position: relative;
    float: initial;
    margin-top: 40px;
}
.product-table.product .product-description .tabsBlock .tabsContent {
    border: none;
    border-top: 1px solid #EEEEEE;
    padding: 24px 0px;
}
.product-table.product .product-description .tabsBlock .tabs .tab.active,
.product-table.product .product-description .tabsBlock .tabs .tab:hover {
    color: #ed1f24;
    border-bottom: 1px solid #ed1f24;
}
.product-table.product .product-description .tabsBlock .tabs .tab {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin: 0;
    border: none;
    padding: 10px 24px;
    height: initial;
    background: transparent;
    bottom: -1px;
}
.product-table.product .product-description .tabsBlock .tabs {
    display: block;
    position: relative;
    z-index: 9;
}
.product.product-table .product-description .tabsBlock .tabsContent td > p {
    margin: 0;
}
a.pdf-file {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #000000;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding-left: 36px;
    background-image: url(../images/pdf-file.svg);
    transition: all .3s;
}
a.pdf-file:hover {
    color: #ed1f24;
}

@media screen and (max-width: 768px) {
    .product-page,
    .product-page .left-cell,
    .product-page .right-cell {
        display: block;
        width: 100%;
        padding: 0;
    }
    .product-page .right-cell h2 {
        display: none;
    }
    .product-page .mobile {
        display: block;
    }
    .product-page .left-cell {
        margin-bottom: 40px;
    }
    .product-page .right-cell h2,
    .product-page .left-cell .h2 {
        font-size: 21px;
        line-height: 24px;
    }
}

/* Стилизация слайдера на странице товара */ 
.block-material-products__slider-items .slick-prev,
.block-popular-products__slider-items .slick-prev,
.block-gallery__slider-items .slick-prev {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 48px;
    height: 48px;
    right: 56px;
    top: -108px;
    transition: all .3s;
}
.block-material-products__slider-items .slick-next,
.block-popular-products__slider-items .slick-next,
.block-gallery__slider-items .slick-next {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 48px;
    height: 48px;
    background-color: #ed1f24;
    top: -108px;
    transition: all .3s;
}
.block-material-products__slider-items .slick-next:before,
.block-popular-products__slider-items .slick-next:before,
.block-gallery__slider-items .slick-next:before {
    content: "";
    width: 20px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/slider-next.svg);
    position: relative;
    display: block;
    top: initial;
    left: initial;
    line-height: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.block-material-products__slider-items .slick-prev:before,
.block-popular-products__slider-items .slick-prev:before,
.block-gallery__slider-items .slick-prev:before {
    content: "";
    width: 20px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/slider-prev.svg);
    position: relative;
    display: block;
    top: initial;
    left: initial;
    line-height: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.block-gallery__slider-items .slick-next {
    right: 30px;
}
.block-gallery__slider-items .slick-prev,
.block-gallery__slider-items .slick-next {
    top: -84px;
}
.co-text-slider .block-material-products__slider-items .slick-prev,
.co-text-slider .block-material-products__slider-items .slick-next {
    top: -80px;
}
.block-gallery__slider-items .slick-prev {
    right: 80px;
}
/* Товар */

.co-text-slider {
    padding-left: 0;
    margin-left: 0;
    position: relative;
}

.product-slider {
    display: block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.09);
    /*padding: 36px;
    box-sizing: border-box;*/
}
.product-slider-item {
    display: block;
    position: relative;
    height: 360px;
    align-items: center;
    justify-content: center;
}
.product-slider a {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 35px;
}
.product-slider img,
.product-page-photos .product-slider img {
    border: initial;
    padding: 0;
}
.product-slider ul.slick-dots {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 12px;
    left: 0px;
    width: 100%;
}
.product-slider ul.slick-dots li {
    display: inline-block;
    position: relative;
}
.product-slider ul.slick-dots li button {
    background-color: #e1e1e1;
    border: initial;
    margin: 2px 4px 2px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.product-slider ul.slick-dots li.slick-active button,
.product-slider ul.slick-dots li:hover button {
    background-color: #ed1c24;
}
.product-slider .slick-next,
.product-slider .slick-prev {
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    height: 32px;
    width: 32px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 9;
}
.product-slider .slick-next .arrow,
.product-slider .slick-prev .arrow {
    border: solid #b3b3b3;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}
.product-slider .slick-prev {
    left: 5px;
}
.product-slider .slick-next {
    right: 5px;
}
.product-slider .slick-prev .arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.product-slider .slick-next .arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.popular-products-item h3,
.popular-products-item .h3,
.product .product-description .tabsBlock .tabsContent .popular-products-item  .h3 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.popular-products-item h3 a,
.popular-products-item .h3 a,
.product .product-description .tabsBlock .tabsContent .popular-products-item .h3 a {
    display: block;
    position: relative;
    color: #000;
}

.news-detail-page__text.text-style-2,
.news-detail-page__text.text-style-2 p {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.news-detail-page__text.text-style-2 p {
    margin: 24px 0px;
}
.news-detail-page__text.text-style-2 a {
    display: inline-block;
    position: relative;
    color: #C32524;
}
.news-detail-page__text.text-style-2 .news-form {
    display: table;
    position: relative;
    width: 100%;
    table-layout: fixed;
    background-color: #F6F5FA;
    box-sizing: border-box;
    padding: 24px 32px;
    margin: 40px 0px;
}
.news-detail-page__text.text-style-2 .news-form .cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}
.news-detail-page__text.text-style-2 .news-form .cell:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    width: 60%;
}
.news-detail-page__text.text-style-2 .news-form .cell:nth-child(2) {
    padding-left: 24px;
    width: 40%;
}
.news-detail-page__text.text-style-2 .news-form button {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 21px 20px 24px 20px;
    background-color: #C32524;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    height: initial;
    border: 0;
    text-transform: none;
}
.news-detail-page__text.text-style-2 .news-form button:hover {
    opacity: 0.8;
}
.news-detail-page__text.text-style-2 .desc {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8A8A8A;
}
ul.news-icons {
    display: grid;
    grid-gap: 45px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 48px 0px 40px;
    align-items: start;
}
.news-icons > li,
.text-style-2 ul.news-icons > li {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin: 0 !important;
    padding: 0;
}
.news-icons .icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/news_icon_check.svg);
}
.news-icons .icon {
    display: block;
    position: relative;
    background-color: #F6F5FA;
    border-radius: 50%;
    padding: 19px 10px;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}
.news-icons .icon img {
    display: block;
    position: relative;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
}
.news-icons > li:before {
    content: "";
    display: none !important;
}
.news-icons > li > span:nth-child(2) {
    display: block;
    position: relative;
}
.news-detail-page__date {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #727272;
    margin: 24px 0px;
}
.news-detail img+h2 {
    clear:both
}
.news-top-banner {
    display: block;
    position: relative;
    margin: 24px 0px 24px;
}
.news-top-banner img {
    display: block;
    position: relative;
    width: 100%;
}
.nav-back a {
    font-weight: bold;
    color: #000;
}

@media only screen and (max-width: 768px) {
    ul.news-icons {
        grid-template-columns: 1fr;
        
    }
    .news-icons > li,
    .text-style-2 ul.news-icons > li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-bottom: 24px;
    }
    .news-icons .icon {
        margin-right: 27px;
        margin-bottom: 0;
    }
    .news-icons > li > span:nth-child(2) {
        display: block;
        position: relative;
        width: calc(100% - 107px);
        font-size: 14px;
        line-height: 20px;
    }
    .news-detail-page__text.text-style-2 .news-form,
    .news-detail-page__text.text-style-2 .news-form .cell {
        display: block;
        position: relative;
        width: 100%;
    }
    .news-detail-page__text.text-style-2 .news-form .cell {
        
    }
    .news-detail-page__text.text-style-2 .news-form .cell:nth-child(1) {
        width: 100%;
        margin-bottom: 16px;
    }
    .news-detail-page__text.text-style-2 .news-form .cell:nth-child(2) {
        width: 100%;
        padding: 0;
    }
}
.news-detail ol li, .show ol li {
    padding-left: 10px;
    line-height: 24px;
}
.news-detail li, .show li {
    color: #000;
}
.news-detail ol {
    padding: 0 0 18px 43px;
    font-size: 15px;
}

.news-detail, .product-info .detail-text {
    color: #000;
}
.content p {
    line-height: 24px;
}
.product .product-description .tabsBlock .tabsContent p {
    font-size: 15px;
    line-height: 24px;
}
.text-style-2 td, .text-style-2 td > p, .news-detail td, .news-detail td > p, .product.product-table .product-description .tabsBlock .tabsContent td > p, .product.product-table .product-description .tabsBlock .tabsContent .text-style-2 ul li {
    font-size: 15px;
    line-height: 24px;
}

body.mobile {
    overflow-x: hidden;
}

body.mobile .mobileMenu {
    position: fixed;
    z-index: 3;
    width: 100%;
    max-width: 100vw;
    height: auto;
    max-height: calc(100% - 92px);
    flex-direction: column;
    top: 92px;
    bottom: 0;
    left: 0px;
    background-color: #fff;
}
body.mobile .mobileMenu, body.mobile .mobileMenu * {
    box-sizing: border-box;
}

body.mobile .mobileMenu.open {
    display: flex;
}

body.mobile .mobileMenu.open .mainMenu {
    display: block !important;
}

body.mobile .mobileMenu__content {
    display: flex;
    flex: auto;
    flex-direction: column;
    overflow-y: auto;
    padding: 32px 15px 8px;
}

body.mobile .mobileMenu__footer {
    display: flex;
    flex: none;
    flex-direction: column;
    padding: 24px 15px 36px;
    align-items: center;
    justify-content: center;
}

body.mobile .mobileMenu__footer .phone {
    font-size: 20px;
    line-height: 16px;
    color: #212121;
    font-weight: 500;
}

body.mobile .mobileMenu__footer button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    min-height: 38px;
    color: #FFF;
    border: 0 none;
    background-color: #EB232E;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
body.mobile .mobileMenu__footer div {
    min-width: 100%;
    text-align: center;
}
body.mobile .mobileMenu__footer div + div {
    margin-top: 16px;
}

body.mobile .mobileMenu__content .mainMenu {
    background: transparent;
    border: 0 none;
    display: block;
    flex: none;
}

body.mobile .mobileMenu__content .mainMenu > ul {
    display: block;
    border: 0 none;
}

body.mobile .mobileMenu__content .mainMenu > ul > li {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    min-width: 100%;
}

body.mobile .mobileMenu__content .mainMenu > ul > li a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
}

body.mobile .mobileMenu__content .mainMenu > ul > li > span {
    display: flex;
    align-items: center;
    height: 36px;
    justify-content: space-between;
}
body.mobile .mobileMenu__content .mainMenu > ul > li > span > a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    min-height: 100%;
    display: inline-flex;
    align-items: center;
}

body.mobile .mobileMenu__content .mainMenu > ul > li.parent .submenu, body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open .submenu ul {
    display: none;
}

body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open span svg {
    transform: rotate(180deg);
}

body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open span svg .cr1 {
    fill: #EB232E !important;
}
body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open span svg .cr2 {
    stroke: #fff !important;
}

body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open .submenu {
    display: block;
    padding: 12px 0 12px 16px;
}

body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open .submenu > li {
    display: block;
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin: 0;
}
body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open .submenu > li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #EB232E;
    content: '';
}
body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open .submenu > li a {
    color: #646464;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 18px;
    min-height: 32px;
    font-weight: 400;
}

body.mobile .mobileMenu__content .mainMenu > ul > li.parent.open > span > a {
    color: #EB232E;
}

.cutText {
    position: relative;
    overflow: hidden;
    margin-bottom: -30px;
}
.cutText.open {
    max-height: unset !important;
    margin-bottom: 0;
}
.cutText.open .cutText__more {
    display: none;
}
.cutText__more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.94) 49.07%, #FFFFFF 88.41%);
    display: flex;
    justify-content: center;
    padding-top: 42px;
}
.cutText__more a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.cutText__more svg{
    margin-left: 12px;
}

body.mobile .block-about {
    margin-bottom: 24px;
}

body.mobile .h1-style, body.mobile .contentBlock .right-column .block-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}

body.mobile nav.catalogMenu {
    float: none;
    overflow: hidden;
    margin: 0 0 12px;
    padding-top: 16px;
}

body.mobile nav.catalogMenu ul {
    border: 0 none;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -15px;
    padding: 0 15px 12px;
    background: transparent;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

body.mobile nav.catalogMenu ul::-webkit-scrollbar {
  width: 14px;
  height: 6px;
  background-color: #fff;
}

body.mobile nav.catalogMenu ul::-webkit-scrollbar-thumb {
    background-color: #EB232E;
}

body.mobile nav.catalogMenu ul li {
    border: 0 none !important;
    min-width: 150px;
    max-width: 150px;
    background-color: #fff;
}

body.mobile nav.catalogMenu ul li + li {
    margin-left: 8px;
}

body.mobile .block-contact-item .phones .block-contact-city {
    z-index: 2;
}


body.mobile .block-contact-item .phones .block-contact-city span {
    z-index: 3;
}

body.mobile .contentBlock .right-column .block-title {
    margin-bottom: 16px;
    padding-bottom: 0;
}

body.mobile .content p, body.mobile .content:not(.oldlists) ul li {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    font-weight: 400;
}

body.mobile .content:not(.oldlists) ul li + li {
    margin-top: 8px;
}

body.mobile .advantages-items, body.mobile .advantages-item {
    margin: 0;
}

body.mobile .advantages-item + .advantages-item {
    margin-top: 16px;
}

body.mobile .advantages-item {
    padding-bottom: 24px;
}

body.mobile .block-contact-item .h3 > span br {
    display: none;
}

body.mobile .block-contact-item .h3 > span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

body.mobile .top-block h1 {
    margin: 0;
    padding: 12px 0;
}

body.mobile #wrapper {
    overflow: hidden;
}

body.mobile footer {
    padding-top: 24px;
}
body.mobile .object-items {
    padding: 0 15px;
}
body.mobile .object-items .object-item {
    margin: 0 auto 24px;
}

body.mobile .block-gallery__slider-items {
    margin: 24px 0px;
}

body.mobile .text-style-2 td, body.mobile .text-style-2 td > p, body.mobile .news-detail td, body.mobile .news-detail td > p, body.mobile .product.product-table .product-description .tabsBlock .tabsContent td > p, body.mobile .product.product-table .product-description .tabsBlock .tabsContent .text-style-2 ul li {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}