html {
    position: relative;
    background-color: #fff;
}

body {
    background: transparent;
    position: relative;
    background-color: #fff;
    color: #4D5054;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'HelveticaNeueCyrRoman', Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 14px;
}

a {
    color: #005BD1;
}

a:focus {
    outline: 0;
    text-decoration: none;
    color: #528FDF;
}

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

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

input {
    outline: none;
}

::-webkit-input-placeholder {
    color: #b0b0b0;
}

::-moz-placeholder {
    color: #b0b0b0;
}

:-moz-placeholder {
    color: #b0b0b0;
}

:-ms-input-placeholder {
    color: #b0b0b0;
}

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

.pd_content {
    margin-top: 50px;
}

.flex {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.jb {
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.jba {
    justify-content: space-around;
    -ms-flex-pack: justify;
}

.jc {
    justify-content: center;
    -ms-flex-pack: center;
}

.je {
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.ac {
    align-items: center;
    -ms-flex-align: center;
}

.ae {
    -ms-flex-align: end;
    align-items: flex-end;
}

.d_n {
    display: none;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.bold {
    font-weight: 700;
}

.p0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.light {
    font-family: 'HelveticaNeueCyrLight';
}

.roman {
    font-family: 'HelveticaNeueCyrRoman';
}

.thin {
    font-family: 'HelveticaNeueCyrThin';
}

/*--------------------------------------------------
    Header
---------------------------------------------------*/
.header {
    margin-bottom: 107px;
    background: #fff;
}

.logo img {
    width: 100%;
}

.menu_block {
    color: #969696;
    padding: 15px 0px;
    display: none;
}

.cart_block {
    /*width: 20px;*/
}

.cart_block img {
    width: 100%;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.city_block_m img {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.menubox>li {
    position: relative;
}

.menubox>li>a.active span:before {
    width: 100%;
}

.menubox>li>a.active {
    text-shadow: 0px 0px 0px #4D5054;
}

.menubox>li>a:hover,
.menubox>li>a:focus {
    background: none;
}

.menubox>li>a {
    font-size: 20px;
    padding: 0px;
    color: #4D5054;
    font-family: 'HelveticaNeueCyrLight';
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menubox>li>a>span:before {
    content: '';
    width: 0%;
    right: 0px;
    height: 1px;
    background: #db2d27;
    position: absolute;
    top: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menubox>li>a:hover span:before {
    width: 100%;
}

.menubox>li>a:hover {
    text-shadow: 0px 0px 0px #4D5054;
}

.navbarblock {
    min-height: initial;
    margin-bottom: 0px;
    border: 0px;
    padding: 42px 0px;
    border-top: 1px solid #CCCCCC;
    position: relative;
    z-index: 6;
}

.submenu_block {
    margin-bottom: 70px;
}

.submenu_block li {
    padding: 0px 15px;
}

.submenu_block li a {
    color: #4D5054;
    font-family: 'HelveticaNeueCyrRoman';
    font-size: 18px;
}

.submenu_block li a:hover {
    border-bottom: 1px solid;
}

.submenu_block li ul li ul {
    margin-top: 20px;
}

.submenu_block li ul li ul li {
    padding: 0px;
    line-height: 30px;
}

.submenu_block li ul li ul li:before {
    content: ' - ';
    color: #8f97a0;
}

.submenu_block li ul li ul li a {
    color: #8f97a0;
    font-size: 16px;
}

.submenu_block li ul li ul li a:hover {
    border-bottom: 1px solid;
}

.submenu_block li ul li>ul.mebel_level>li {
    padding: 0px;
}

.submenu_block li ul li>ul.mebel_level>li:before {
    content: '';
}

.submenu_block li ul li>ul.mebel_level>li>a {
    color: #4D5054;
}

.submenu_block li ul li>ul.mebel_level>li>ul {
    margin-top: 0px;
}

.wrap_bg {
    position: absolute;
    background: #fff;
    width: 100%;
}

.wrap_bg.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}

.wrap_bg.fixed .navbarblock {
    padding: 20px 0px 21px;
    border-bottom: 1px solid #CCCCCC;
    border-top: 0px solid #CCCCCC;
    background: #fff;
}

.wrap_bg.fixed .menubox>li>a {
    font-size: 18px;
}

.wrap_bg.fixed .submenu {
    padding-top: 90px;
}

.wrap_bg.fixed .submenu_block {
    margin-bottom: 45px;
    margin-top: 20px;
}

.wrap_bg.fixed .submenu_block li a {
    font-size: 16px;
}

.wrap_bg.fixed .submenu_block li ul li ul li a {
    font-size: 14px;
}

.submenu {
    position: absolute;
    z-index: 5;
    width: 100%;
    background: #f3f5f7;
    top: 0px;
    padding-top: 107px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 8px 8px, rgba(0, 0, 0, 0.02) 0px 16px 16px, rgba(0, 0, 0, 0.02) 0px 32px 32px, rgba(0, 0, 0, 0.02) 0px 64px 64px;
    /* -webkit-transition: 0.2s cubic-bezier(.58,.83,.57,.84);
    -moz-transition: 0.2s cubic-bezier(.58,.83,.57,.84);
    transition: 0.2s cubic-bezier(.58,.83,.57,.84); */
}

.submenu.active {
    opacity: 1;
    visibility: visible;
}

.m_logo {
    height: 30px;
}

.m_logo img {
    height: 100%;
}

.show_fix {
    display: none;
}

.phone a,
.lk a,
.mbar {
    font-size: 21px;
    color: #b6b7b9;
}

.menu_block .ico_bar {
    background: transparent;
}

.ico_bar {
    height: 2px;
    width: 25px;
    margin: 5px 0px;
    background: #b6b7b9;
    border-radius: 2px;
}

.city {
    position: relative;
}

.city li span {
    position: relative;
    z-index: 10;
    color: #4D5054;
    line-height: 12px;
    font-size: 12px;
}

.city li span:hover {
    color: #4D5054;
}

.city>li>a>span {
    border-bottom: 1px dotted;
}

.city ul {
    position: absolute;
    top: -31px;
    padding-top: 70px;
    z-index: 9;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    left: -20px;
    box-shadow: 0px 0px 0px 1px #ccc;
    visibility: hidden;
    opacity: 0;
    width: 139px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.city.active ul {
    visibility: visible;
    opacity: 1;
}

.city.active li span {
    color: #4D5054;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed transparent;
}

.city.active li span:before {
    content: '';
    width: 0%;
    right: 0px;
    height: 1px;
    background: #db2d27;
    position: absolute;
    top: 17px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.city.active li span:hover:before {
    width: 100%;
}

.city.active li span:hover {
    text-shadow: 0px 0px 0px #4D5054;
}

.city.active li span.active:before {
    content: '';
    width: 100%;
    right: 0px;
    height: 1px;
    background: #db2d27;
    position: absolute;
    top: 17px;
}

.city.active li span.active {
    text-shadow: 0px 0px 0px #4D5054;
}

.k_baner {
    background: url(/local/templates/std_new/new/images/give_100k.jpg) repeat-x;
    background-position: 50% 0;
    display: block;
    height: 50px;
    background-size: auto 50px;
}

.mobile_line .city li span {
    color: #A2A3A4;
}

/*--------------------------------------------------
    content
---------------------------------------------------*/
[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.gb {
    min-height: 270px;
    /*    max-height: 344px;*/
    /*overflow: hidden;*/
}

.gb2 {
    height: 720px;
    /*overflow: hidden;*/
}

.gb_img {
    height: 270px;
    /*background: #f3f4f6;*/
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
}

.gb_img img {
    /*height: 100%;
    max-height: 100%;*/

    height: 100%;
}

.gb_img2 {
    height: 640px;
    /* background: #f3f4f6;*/
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
}

.gb_img2 img {
    height: 100%;
}

.main_title_box {
    padding: 0px 50px;
    align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: left;
    height: 350px;

}

.slide_txt {
    font-size: 54px;
}

.title_h2 {
    font-size: 26px;
}

.title_h2_1 {
    font-size: 20px;
}

.title_h3 {
    font-size: 18px;
}

.title_h4 {
    font-size: 16px;
}

.title_h5 {
    font-size: 14px;
}

.title_tovar {
    font-size: 19px;
    color: #333333;
}

.not_zakaz {
    font-size: 30px;
}

.btn_white {
    background: #fff;
    color: #4D5054;
    border: 1px solid #e4e4e4 !important;
    background-image: url(https://mebel.steklodom.com/local/templates/ekke_main/images/arr_right2.svg);
    background-position: 188px center;
    background-repeat: no-repeat;
    padding: 14px 0px !important;
    padding-right: 35px !important;
    background-size: 25px;
}

.btn_white:hover {
    background: #E91A23;
    color: #fff;
    border: 1px solid transparent;
    background-image: url(https://mebel.steklodom.com/local/templates/ekke_main/images/arr_right2_1.svg);
    background-position: 188px center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.btn_white_2 {
    background: #fff;
    color: #4D5054;
    border: 1px solid #e4e4e4 !important;
    padding: 14px 0px !important;
}

.btn_white_2:hover {
    background: #E91A23;
    color: #fff;
    border: 1px solid transparent;
}

.btn_red_2 {
    background: #E91A23;
    color: #fff;
    border: 1px solid #e4e4e4 !important;
    background-image: url(https://mebel.steklodom.com/local/templates/ekke_main/images/arr_right2_1.svg);
    background-position: 188px center;
    background-repeat: no-repeat;
    padding: 14px 0px !important;
    padding-right: 35px !important;
    background-size: 25px;
}

.btn_red_2:hover {
    background: #d21827;
    color: #fff;
    border: 1px solid transparent;
    background-image: url(https://mebel.steklodom.com/local/templates/ekke_main/images/arr_right2_1.svg);
    background-position: 188px center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.btn_red_2.oneclick_btn {
    padding: 14px 0px !important;
    background: #E91A23;
}

.btn_next {
    opacity: 0.8;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.btn_next:hover {
    opacity: 1;
}

.btn_next {
    font-size: 16px;
}

.btn_next span {
    color: #fff;
    border-bottom: 1px solid;
    margin-right: 5px;
}

.title_prod_box .title_h5 {
    color: #4D5054;
}

.category_block {
    justify-content: space-around;
    -ms-flex-pack: justify;
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
}

.cat_box_img {
    margin-bottom: 20px;
    height: 90px;
}

.cat_box .title_h3 span {
    position: relative;
    color: #4D5054;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.cat_box .title_h3 span:before {
    /*content: '';*/
    /*width: 0%;*/
    /*right: 0px;*/
    /*height: 1px;*/
    /*background: #db2d27;*/
    /*position: absolute;*/
    /*top: 25px;*/
    /*-webkit-transition: all 0.3s ease 0s;*/
    /*-moz-transition: all 0.3s ease 0s;*/
    /*-o-transition: all 0.3s ease 0s;*/
    /*transition: all 0.3s ease 0s;*/
}

.cat_box:hover .title_h3 span:before {
    width: 100%;
}

.cat_box:hover .title_h3 span {
    color: #db2d27;
}

.bx_catalog_item_container {
    position: relative;
}

.colors_block {
    position: absolute;
    bottom: 80px;
    z-index: 2;
}

.gtov2 .colors_block {
    bottom: 65px;
}

.popt .colors_block {
    bottom: 90px;
}

.col .colors_block {
    bottom: 90px;
}

.color_box {
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;

    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

}

.color_box img {
    width: 20px !important;
    height: 20px !important;
    margin: 2px;
}

.color_box.active {
    border: 1px solid #d8d7d7;
}

.shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(144, 149, 167, 0.1);
    opacity: 0;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.box_prod:hover .shadow {
    opacity: 1;
}

.btn {
    padding: 17px 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.btn_red {
    background: #E91A23;
    color: #fff;
}

.btn_red:hover {
    background: #d21827;
    color: #fff;
}

.btn_mini {
    font-size: 14px;
    padding: 5px 15px;
}

.btn_fix {
    width: 185px;
    margin: 0 auto;
    padding: 10px 10px;
}

.btn_more {
    width: 235px;
    margin: 0 auto;
}

.btn_more span {
    padding-right: 5px;
}

.btn_more:hover img {
    transform: rotate(-45deg);
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.btn_more:hover img {
    transform: rotate(-45deg);
}

.btn_cart {
    width: 235px;
    padding: 11px 5px 11px;
}

.btn_cart span {
    padding-right: 5px;
}

.btn_auth {
    width: 210px;
    padding: 15px;
    font-size: 18px;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item img {
    width: auto;
    display: initial;
    margin: 2px;
}

.owl-nav {
    position: absolute;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    top: 42%;
    transform: translate(0%, -50%);
}

.owl-nav div {
    color: transparent;
    font-size: 12px;
}

.owl-prev {
    background: url(images/arr_nav.svg) no-repeat;
    width: 12px;
    height: 24px;
    position: relative;
    left: -32px;
}

.owl-next {
    background: url(images/arr_nav.svg) no-repeat;
    width: 12px;
    height: 24px;
    transform: rotate(-180deg);
    position: relative;
    right: -32px;
}

.owl-dots {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
}

.owl-dot {
    padding: 10px;
}

.owl-dot span {
    background: #e6e9ea;
    width: 75px;
    height: 2px;
    display: block;
}

.owl-dot.active span {
    background: #8f97a0;
}

.bx-pager-item {
    padding: 0px 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px;
    height: 10px;
    padding: 20px 0px;
    display: block;
    background: none;
}

.bx-wrapper .bx-pager.bx-default-pager a span {
    background: #e6e9ea;
    width: 100%;
    height: 2px;
    display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover span,
.bx-wrapper .bx-pager.bx-default-pager a.active span,
.bx-wrapper .bx-pager.bx-default-pager a:focus span {
    background: #8f97a0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: none !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -40px;
}

.owl-carousel {
    margin-top: 30px;
}

.slide_box .container {
    position: relative;
    width: 100%;
}

.slide_box .container a {
    display: flex;
}

.slider_text {
    font-size: 12px !important;
    margin-top: 5px !important;
}

.slide_txt {
    position: absolute;
    top: 0px;
    align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    height: 100%;
    left: 50px;
    max-width: 380px;
}

.intro_slider .slide_txt {
    left: 50%;
    transform: translate(-50%, 0%);
    width: 60%;
    max-width: initial;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    text-align: center;
    padding: 30px 0px;
}

.bx-wrapper img {
    display: initial;
    max-height: 600px;
}

.grid_product .col:nth-child(1) {
    padding-right: 10px;
}

.grid_product .col:nth-child(2) {
    padding-left: 10px;
}

.grid_product>div>div {
    overflow: hidden;
}

.grid_product>div>div>div>a,
.grid_product>div>div>a {
    width: 100%;
}

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

.popt:nth-child(4n+1) {
    padding-right: 10px;
}

.popt:nth-child(4n+2) {
    padding-right: 10px;
    padding-left: 10px;
}

.popt:nth-child(4n+3) {
    padding-right: 10px;
    padding-left: 10px;
}

.popt:nth-child(4n) {
    padding-left: 10px;
}

.popt:nth-child(4n) .for_school {
    right: 0px;
}

.complect_block_inner>div {
    position: relative;
}

.gtov {
    margin-bottom: 20px;
}

.gtov:nth-child(3n+1) {
    padding-right: 23px;
}

.gtov:nth-child(3n-1) {
    padding-right: 17px;
    padding-left: 17px;
}

.gtov:nth-child(3n) {
    padding-left: 23px;
}

.gt {
    height: 435px;
}

.gt_img {
    height: 367px;
    /*background: #f3f4f6;*/
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
}

.gt_img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.footer_prod {
    height: 70px;
}

.tovar_coll .gt_img img {
    max-height: 100%;
    min-height: initial;
}

.breadcrumbs {
    margin-top: 15px;
}

.breadcrumbs a {
    color: #808080;
    text-decoration: underline;
}

.breadcrumbs .active {
    color: #E91A23;
}

.breadcrumbs li {
    position: relative;
    padding-right: 20px;
    font-size: 12px;
}

.breadcrumbs li:after {
    content: '>';
    position: absolute;
    right: 5px;
    top: 0;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.slider_tovar {
    padding-right: 20px;
}

.slider_tovar .bx-wrapper {
    margin-bottom: 18px;
}

.pager_slide a {
    width: 95px;
    height: 60px;
    overflow: hidden;
    margin: 0px 9px;
    position: relative;
    display: block;
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
}

.pager_slide a:last-child {
    margin-right: 0px;
}

.pager_slide a:first-child {
    margin-left: 0px;
}

.pager_slide a:before {
    content: '';
    width: 0%;
    right: 0px;
    height: 1px;
    background: #db2d27;
    position: absolute;
    top: 59px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pager_slide a.active:before,
.pager_slide a:hover:before {
    width: 100%;
}

.pager_slide a.active,
.pager_slide a:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);
}

.pager_slide a img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info_tovar {
    padding-left: 20px;
}

.star_rating input {
    display: none;
}

.ratemate.control {
    cursor: pointer;
}

.star_ico {
    background: url(images/star.svg) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.star_ico.active {
    background: url(images/star_a.svg) no-repeat;
}

.price_tovar {
    color: #E91A23;
    font-size: 24px;
}

.price_tovar .old_price {
    color: #999999;
    font-size: 18px;
    text-decoration: line-through;
}

.rev_ico {
    background: url(images/link_ico.svg) no-repeat;
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.reviews a {
    color: #333333;
    font-size: 15px;
}

.reviews a span {
    border-bottom: 1px dashed;
}

.reviews .box_for_btn a span {
    border-bottom: 0px dashed;
}

.availability_box {
    width: 115px;
}

.color_box_tovar img {
    width: 27px;
    height: 27px;
    margin-right: 3px;
}

.name_color {
    margin-left: 5px;
}

.color_tovar {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.color_tovar.active,
.color_tovar:hover {
    border: 1px solid #D8D7D7;
}

.tbl_line {
    position: relative;
    margin-top: 15px;
    font-size: 16px;
}

.tbl_line:first-child {
    margin-top: 0px;
}

.tbl_line:before {
    content: '';
    background: url(images/dot.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 3px;
}

.tbl_line div {
    background: #fff;
    position: relative;
    z-index: 2;
}

.tbl_line div:first-child {
    padding-right: 5px;
}

.tbl_line div:last-child {
    padding-left: 5px;
}

select {
    border: 1px solid #D8D7D7;
    border-radius: 5px;
    padding-left: 5px;
    outline: none;
    cursor: pointer;
}

.warning {
    color: #333333;
}

.download_box a span {
    color: #333333;
    border-bottom: 1px dashed;
}

.size_file {
    margin-left: 23px;
}

.color_info_block {
    margin-top: 40px;
}

.color_samples {
    padding-left: 20px;
}

.color_samples_n {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.color_samples_n img {
    width: 100%;
}

.color_name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 19px;
    text-shadow: 0px 0px 55px #000, 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.uniqueness {
    padding-right: 20px;
}

.unq_image {
    height: 155px;
    overflow: hidden;
}

.unq_image img {
    min-width: 100%;
    min-height: 100%;
}

.uniqueness>div {
    margin-top: 50px;
}

.uniqueness>div:first-child {
    margin-top: 0px;
}

.uniqueness>div>div {
    min-height: 305px;
}

.uniqueness>div>div:nth-child(2n+1) {
    padding-right: 20px;
}

.uniqueness>div>div:nth-child(2n) {
    padding-left: 20px;
}

.show_coll {
    color: #8F97A0;
    opacity: 0.8;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.show_coll:hover {
    color: #8F97A0;
    opacity: 1;
}

.show_coll span {
    text-decoration: underline;
}

.tab_block {
    margin-top: 30px;
    position: relative;
}

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

.tab_block li {
    margin-right: 35px;
    text-align: center;
}

.tab_block li a span {
    color: #4D5054;
}

.tab_block li a span {
    color: #4D5054;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tab_block li a span12121:before {
    content: '';
    width: 0%;
    right: 0px;
    height: 1px;
    background: #db2d27;
    position: absolute;
    top: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tab_block li:hover a span:before,
.tab_block li.active a span:before {
    width: 100%;
}

.tab_block li:hover a span,
.tab_block li.active a span {
    text-shadow: 0px 0px 0px #4D5054;
}

/*.tab_box {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s cubic-bezier(.58,.83,.57,.84);
    -moz-transition: 0.2s cubic-bezier(.58,.83,.57,.84);
    transition: 0.2s cubic-bezier(.58,.83,.57,.84);
    height: 0px;
}
.tab_box.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}*/
.bx_catalog_item_container .colors_block,
.cg_container .colors_block {
    left: 50%;
    transform: translate(-50%, 0);
}

.form_line {
    margin-bottom: 20px;
}

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

.form_line div {
    font-size: 16px;
    font-family: 'HelveticaNeueCyrLight';
    font-weight: normal;
    margin-bottom: 0px;
}

.form_line>div:first-child {
    padding-top: 16px;
}

.popup_2 .form_line>div:first-child {
    padding-top: 0px;
}

.form_line>div:last-child {
    padding-top: 0px;
}

.inp_box input {
    border: 1px solid #e4e4e4;
    font-size: 18px;
    font-family: 'HelveticaNeueCyrLight';
    padding: 14px;
    border-radius: 5px;
    line-height: 21px;
}

.bord {
    border-bottom: 1px solid;
}

.usm_text {
    max-width: 380px;
}

.popular_block,
.other_block {
    margin-bottom: 0;
}

.pop_hidden,
.other_hidden {
    display: none;
}

.cart_bg {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 20;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.to_cart_added {
    width: 420px;
    min-height: 50px;
    margin: auto;
    background-color: #fff;
    display: none;
    left: 0;
    right: 0;
    position: fixed;
    font-size: 14px;
    top: 40%;
    padding: 0;
    z-index: 99;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    text-align: left;
}

.to_cart_added .close {
    height: 0px;
    line-height: 24px;
    position: absolute;
    right: -25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0;
    top: -29px;
    width: 24px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.go_to_cart_title {
    padding: 30px 0 15px;
    text-align: center;
    color: #4c4c4c;
    font-size: 20px;
    text-transform: uppercase;
}

.go_to_cart_body {
    padding: 0px 0 30px;
    font-size: 16px;
    text-align: center;
    color: #3c3c3c;
}

.go_to_cart_body a:link,
.go_to_cart_body a:visited {
    color: #3c3c3c;
    text-decoration: underline;
}

.auth_box {
    box-shadow: rgba(195, 195, 195, 0.2) 0px 2px 2px, rgba(195, 195, 195, 0.2) 0px 4px 4px, rgba(195, 195, 195, 0.2) 0px 8px 8px, rgba(195, 195, 195, 0.2) 0px 16px 16px, rgba(195, 195, 195, 0.2) 0px 32px 32px, rgba(195, 195, 195, 0.2) 0px 64px 64px;
    padding: 50px;
    border-radius: 5px;
    border: 1px solid #ececec;
    width: 455px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.auth_box .inp_box input {
    width: 210px;
}

.auth_box label.error {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    color: #E91A23;
}

.inp_box label span {
    margin-right: 10px;
}

.tel_7 {
    position: relative;
    display: inline-block;
}

.tel_7:before {
    content: '+7';
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 14px;
    width: 50px;
    height: 51px;
    background: #f3f4f6;
    border-radius: 5px 0px 0px 5px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
}

.popup_2 .tel_7:before {
    content: '+7';
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px;
    padding-right: 15px;
    width: 55px;
    height: 32px;
    background: #f3f4f6;
    border-radius: 5px 0px 0px 5px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
}

.tel_7 input,
.popup_2 .tel_7 input {
    padding-left: 64px;
}

.tbl_block table {}

.tbl_block table th,
.tbl_block table td {
    padding-left: 25px;
    height: 49px;
}

.tbl_block table th {
    color: #8f97a0;
    font-family: 'HelveticaNeueCyrLight';
    font-weight: normal !important;
    font-size: 14px;
}

.tbl_block table td {
    font-size: 16px;
}

.tbl_block table td:last-child {
    padding-right: 25px;
}

.tbl_block table tbody tr:nth-child(odd) {
    border-collapse: collapse;
    background: #f3f5f7;

}

.tbl_block .btn {
    font-size: 16px;
}

.not_pay {
    color: #00a162;
    padding-right: 45px !important;
}

.zakaztbl_block {
    margin-bottom: 130px;
}

.funkt_l_box {
    margin-bottom: 20px;
}

.funkt_l_box div:nth-child(1) {
    height: 40px;
}

.funkt_l_box div img {
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
}

.schet_box {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    width: 40%;
}

.schet_box img {
    box-shadow: rgba(195, 195, 195, 0.2) 0px 2px 2px, rgba(195, 195, 195, 0.2) 0px 4px 4px, rgba(195, 195, 195, 0.2) 0px 8px 8px, rgba(195, 195, 195, 0.2) 0px 16px 16px, rgba(195, 195, 195, 0.2) 0px 32px 32px, rgba(195, 195, 195, 0.2) 0px 64px 64px;
    border: 1px solid #ececec;
    width: 100%;
}

.cart_block.active ul li ul {
    visibility: visible;
    opacity: 1;
}

.cart_block ul li {
    position: relative;
}

.cart_block ul li ul {
    position: absolute;
    padding-top: 70px;
    z-index: 9;
    background: #fff;
    padding-bottom: 10px;
    left: -100px;
    box-shadow: 0px 0px 0px 1px #ccc;
    visibility: hidden;
    opacity: 0;
    top: -25px;
    width: 139px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart_block ul li ul:before {
    content: 'Корзина';
    position: absolute;
    top: 28px;
    left: 20px;
    z-index: 10;
    font-family: 'HelveticaNeueCyrLight';
    font-size: 16px;
    color: #4D5054;
}

.cart_block ul li ul li a {
    padding: 10px 20px;
    color: #969696;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart_block ul li ul li a:hover {
    color: #4D5054;
    background: #f3f4f6;
}

.city_block_m {
    display: none;
}

.city_block_m.active ul li ul {
    visibility: visible;
    opacity: 1;
}

.city_block_m ul li {
    position: relative;
}

.city_block_m ul li ul {
    position: absolute;
    padding-top: 70px;
    z-index: 8;
    background: #fff;
    padding-bottom: 10px;
    left: -105px;
    box-shadow: 0px 0px 0px 1px #ccc;
    visibility: hidden;
    opacity: 0;
    top: -25px;
    width: 139px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.city_block_m ul li ul:before {
    content: 'Ваш город';
    position: absolute;
    top: 28px;
    left: 20px;
    z-index: 8;
    font-family: 'HelveticaNeueCyrLight';
    font-size: 16px;
    color: #4D5054;
}

.city_block_m ul li ul li a {
    padding: 10px 20px;
    color: #969696;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.city_block_m ul li ul li a:hover {
    color: #4D5054;
    background: #f3f4f6;
}

.box_for_btn {
    /*width: 210px;*/
    /*width: 225px;*/
    margin: 0 auto;
}

.complete_cart {
    position: relative;
}

.complete_cart:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #E91A23;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #fff;
    left: 6px;
    top: 1px;
    display: none;
}

.of_link a {
    color: #969696;
    border-bottom: 1px dashed;
}

.of_link a:hover {
    color: #4D5054;
}

.intro_slider .container>img {
    height: 490px;
}

.wrap_tech {
    padding: 10px 10px;
}

.mebel_tabs {
    padding-top: 30px;
    text-align: center;
}

.mebel_tab {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin: 10px;
    color: #4D5054;
    cursor: pointer;
    font-family: 'HelveticaNeueCyrLight';
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mebel_tab a {
    color: #4D5054;
}

.mebel_tab:before {
    content: '';
    width: 0%;
    right: 0px;
    height: 1px;
    background: #db2d27;
    position: absolute;
    top: 27px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mebel_tab:hover {
    text-shadow: 0px 0px 0px #4D5054;
}

.mebel_tab:hover:before {
    width: 100%;
}

.mebel_tab.tab_active:before {
    width: 100%;
}

.usm_text {
    max-width: 380px;
}

.popular_block,
.other_block {
    margin-bottom: 0;
}

.pop_hidden,
.other_hidden {
    display: none;
}

.cart_bg {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 20;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.to_cart_added {
    width: 420px;
    min-height: 50px;
    margin: auto;
    background-color: #fff;
    display: none;
    left: 0;
    right: 0;
    position: fixed;
    font-size: 14px;
    top: 40%;
    padding: 0;
    z-index: 99;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    text-align: left;
}

.to_cart_added .close {
    height: 0px;
    line-height: 24px;
    position: absolute;
    right: -25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0;
    top: -29px;
    width: 24px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.go_to_cart_title {
    padding: 30px 0 15px;
    text-align: center;
    color: #4c4c4c;
    font-size: 20px;
    text-transform: uppercase;
}

.go_to_cart_body {
    padding: 0px 0 30px;
    font-size: 16px;
    text-align: center;
    color: #3c3c3c;
}

.go_to_cart_body a:link,
.go_to_cart_body a:visited {
    color: #3c3c3c;
    text-decoration: underline;
}

.btn_up {
    width: 70px;
    height: 70px;
    position: fixed;
    right: -100px;
    bottom: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 10;
}

.btn_up img {
    height: 100%;
}

.callTrigger {
    cursor: pointer;
    height: 70px;
    width: 70px;
    position: fixed;
    right: 0px;
    bottom: 40px;
    z-index: 10;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.callTrigger.cltr {
    right: 120px;
}

.callTrigger img {
    height: 100%;
}

.dl_box {
    margin-top: 10px;
}

.ttl {
    cursor: pointer;
}

.cnt {
    display: none;
}

.sto_ico {
    height: 70px;
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 9;
}

.checkbox_box {
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 400;
}

.checkbox_box.active:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 7px;
    top: 5px;
    background: #e30909;
    border-radius: 50%;
    z-index: 2;
}

.checkbox_box:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #e4e4e4;
    left: -1px;
    top: -3px;
    border-radius: 5px;
    cursor: pointer;
}

.checkbox_box {
    padding-left: 35px;
    padding-top: 1px;
}

.inp_line {
    display: block !important;
    padding: 4px 10px;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    text-align: center;
}


.select_city {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.select_city.active {
    opacity: 1;
    visibility: visible;
}

.select_city_bg {
    background-color: rgba(255, 255, 255, 0.98);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.ct_b {
    margin-top: 20px;
}

.select_city ul li {
    margin-top: 10px;
}

.select_city .body_b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -30px;
}

.select_city .close_select_city {
    color: #4D5054;
    position: fixed;
    right: 20px;
    top: 10px;
    opacity: 0.3;
    cursor: pointer;
    font-size: 51px;
    line-height: 53px;
    z-index: 99;
}

.select_city .close_select_city:hover {
    opacity: 1;
}

/*--------------------------------------------------
    footer
---------------------------------------------------*/
.footer {
    background: #f3f4f6;
    margin-top: 50px;
    padding: 50px 0px;
}

.footer_menu {
    margin-bottom: 50px;
}

.footer_menu>ul {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_menu>ul>li {
    margin-left: 10px;
}

.footer_menu>ul li a {
    color: #4d5054;
}

.footer_menu a:hover {
    border-bottom: 1px solid;
}

.footer_menu>ul li ul li {
    font-family: 'HelveticaNeueCyrLight';
    line-height: 24px;
}

.footer_menu>ul>li>ul>li>ul>li:before {
    content: ' - ';
    color: #8f97a0;
}

.footer_menu>ul>li>ul>li>ul>li a {
    color: #8f97a0;
}

.hr {
    background: #e4e4e4;
    margin: 0px;
    height: 1px;
    border: none;
}

.footer_logo {
    width: 190px;
    margin-right: 10px;
}

.info_footer {
    padding-top: 50px;
}

.info_footer a,
.info_footer div {
    color: #969696;
}

.social_box .fa {
    font-size: 25px;
    margin: 0px 8px;
}

.social_box a {
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    font-size: 22px;
    margin: 0 5px;
}

.social_box a:hover {
    color: #E91A23;
}

.bord {
    border-bottom: 1px solid;
}




/*--------------------------------------------------
    colors
---------------------------------------------------*/
.white,
.white:hover {
    color: #fff;
}

.black,
.black:hover {
    color: #4D5054;
}

.red,
.red:hover {
    color: #E91A23;
}

.gray,
.gray:hover {
    color: #8f97a0;
}

.green {
    color: #00a162;
}

.red_bg {
    background: #E91A23;
}


/*--------------------------------------------------
    margin
---------------------------------------------------*/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

/*--------------------------------------------------
    padding
---------------------------------------------------*/

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

/*--------------------------------------------------
    menu
---------------------------------------------------*/

.dl-menuwrapper {
    width: 100%;
    position: absolute;
    left: 15px;
    top: 47px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}


.dl-menuwrapper ul {
    background: #f3f5f7;
}

.dl-trigger {
    /*position: absolute;
    right: 9px;*/
    background: none;
    border: none;
    /*top: 24px;*/
    outline: none;
    padding: 0;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #4D5054;
    outline: none;
    font-family: 'HelveticaNeueCyrLight';
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back>a {
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    font-family: 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: '\f141';
    color: #e91a23;
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212, 204, 198, 0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 43px;
    margin: 0px;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: -15px;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.dl-menu.dl-menuopen.dl-subview {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: -15px;
}

.dl-submenu {
    /*padding-bottom: 20px !important;
    padding-top: 20px !important;*/
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 87px;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.cart_total_count {
    font-size: 14px;
    display: block;
    color: white;
    line-height: 20px;
    position: absolute;
    left: 11px;
    width: 20px;
    height: 20px;
    background-color: #E91A23;
    border-radius: 10px;
    z-index: 99;
    text-align: center;
    top: -7px;
}

@-webkit-keyframes MenuAnimOut1 {
    0% {}

    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    0% {}

    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}


@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}


/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: '';
}



.load_more {
    width: 248px;
    background: #E91A23;
    border-radius: 4px;
    font-size: 14px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.mkd-filter__block.bx_filter_parameters_box.item_filtr_563,
.mkd-filter__block.bx_filter_parameters_box.item_filtr_616 {
    border-bottom: none;
}

.mobile_line {
    display: none;
}



/*--------------------------------------------------
    media
---------------------------------------------------*/
@media (max-width: 1366px) {
    .gb_img {
        height: 227px;
    }

    .main_title_box {
        height: 300px;
    }

    .footer_prod {
        height: 62px;
    }

    .gb_img2 {
        height: 546px;
    }

    .gb2 {
        height: 620px;
    }
}

@media (max-width: 1280px) {

    .prod_slider .container,
    .tovar_coll .container {
        padding: 0px 33px;
    }
}

@media (max-width: 1200px) {
    .gt_img {
        height: 310px;
    }

    .gt {
        height: 360px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    /*.gb_img img, .gb_img2 img {
	    transform: scale(0.7);
	}*/
    .gb_img {
        height: 215px;
    }

    .gb {
        height: 282px;
    }

    .popt .gb {
        height: 295px;
        min-height: initial;
    }

    .gb2 {
        height: 585px;
    }

    .gb_img2 {
        height: 517px;
    }

    .col .colors_block {
        bottom: 78px;
    }

    .bx-controls-direction {
        display: none;
    }

    .slider_main_block .bx-controls-direction {
        display: block;
    }

    .social_box .fa {
        margin: 0px 10px;
    }
}

@media (max-width: 992px) {

    .prod_slider .container {
        padding: 0px 0px;
    }

    .category_block {
        width: 100%;
    }

    .grid_product .col:nth-child(1) {
        padding-right: 0px;
    }

    .grid_product .col:nth-child(2) {
        padding-left: 0px;
    }

    .popt:nth-child(4n+1) {
        padding-right: 10px;
    }

    .popt:nth-child(4n+2) {
        padding-right: 0px;
        padding-left: 10px;
    }

    .popt:nth-child(4n+3) {
        padding-right: 10px;
        padding-left: 0px;
    }

    .popt:nth-child(4n) {
        padding-left: 10px;
    }

    .footer_menu ul li ul {
        display: none;
    }

    .footer_menu ul {
        display: block;
        text-align: center;
    }

    .footer_menu li {
        display: inline-block;
        margin: 10px;
    }

    .info_footer {
        padding-top: 30px;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 245px;
    }

    .gt_img {
        height: 237px;
    }

    .gt {
        height: 285px;
    }

    .slider_tovar {
        padding-right: 0px;
    }

    .info_tovar {
        padding-left: 0px;
        margin-top: 40px;
    }

    .color_samples {
        padding-left: 0px;
        margin-top: 30px;
    }

    .popt:nth-child(4n+1),
    .popt:nth-child(4n+2) {
        margin-bottom: 20px
    }

    .bx-wrapper {
        width: 800px;
    }

    .bx-controls-direction {
        display: none;
    }

    .card_item_desc .btn {
        margin: 0px auto;
        margin-top: 20px;
    }

    .card_item_desc .btn+.title_h4,
    .card_item_desc .title_h4 {
        text-align: center;
    }

    .cnt {
        text-align: center;
    }

    .spisok_city {
        display: none;
    }

    .maps_content {
        width: 100% !important;
        right: 0px !important;
        margin-right: 0px !important;
    }

    .wrap_cont {
        width: 100% !important;
    }

    .owl-nav {
        display: none !important;
    }

    .wrap_cont {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .street_name,
    .graph_work {
        font-size: 16px !important;
    }

    .sto_ico {
        display: none;
    }

}

@media (max-width: 768px) {
    body {
        padding-top: 99px;
    }

    body.k_baner_body {
        padding-top: 137px;
    }

    .k_baner {
        height: 40px;
        background-size: auto 40px;
    }

    .slider_block .container {
        padding: 0px 0px;
    }

    /*.container, .prod_slider .container, .tovar_coll .container  {*/
    /*	padding: 0px 15px;*/
    /*}*/
    .owl-dot span,
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 2px;
        margin: 0px;
    }

    .bx-pager-item {
        padding: 0px 5px;
    }

    .logo {
        width: 130px;
        margin-right: 0px;
    }

    .footer_menu {
        margin-bottom: 30px
    }

    .footer {
        padding: 30px 0px;
        margin-top: 30px;
    }

    .header {
        margin-bottom: 0px;
        position: fixed;
        top: 0px;
        z-index: 99;
        width: 100%;
        background: #fff;
    }

    .menu_block {
        padding: 17px 0px;
        display: flex;
    }

    .pd_content {
        margin-top: 30px;
    }

    .prod_slider .owl-carousel {
        margin-top: 0px;
    }

    .slide_box .container>img,
    .intro_slider .container>img {
        width: 760px;
        height: 360px;
        max-width: initial;
    }

    .intro_slider .container>img {
        height: 390px;
    }

    .slide_txt {
        font-size: 36px;
    }

    .slide_txt h1 {
        font-size: 36px !important;
    }

    .gtov {
        margin-top: 20px;
    }

    .gtov:first-child {
        margin-top: 0px;
    }

    .gtov:nth-child(3n+1),
    .gtov:nth-child(3n-1),
    .gtov:nth-child(3n) {
        padding-right: 0px;
        padding-left: 0px;
    }

    /*.gt_img img {
		height: auto;
    	width: 100%;
    	min-height: 100%;
	}*/
    .gb_img img {
        min-width: initial;
    }

    .colors_block {
        bottom: 58px;
    }

    .uniqueness {
        padding-right: 0px;
    }

    .color_samples {
        padding-left: 0px;
        margin-top: 40px;
    }

    .uniqueness>div>div:nth-child(2n+1) {
        padding-right: 10px;
    }

    .uniqueness>div>div:nth-child(2n) {
        padding-left: 10px;
    }

    .gtov2 .gt_img {
        height: 270px;
    }

    .owl-dot {
        padding: 5px;
    }

    .tab_block li {
        width: 50%;
        float: left;
        font-size: 16px;
        margin-right: 0px;
    }

    .tab_block li:nth-child(1) {
        margin-bottom: 20px;
    }

    .tab_block li:nth-child(2) {
        margin-bottom: 20px;
    }

    .tab_block ul {
        display: block;
        overflow: hidden;
    }

    .action_btns {
        display: block;
    }

    .ab_box {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .funkt_l_box {
        margin-left: 33.3333%;
    }

    /* Force table to not be like tables anymore */
    .tbl_block table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .tbl_block thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tbl_block td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    .tbl_block td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .tbl_block table td:last-child {
        padding-left: 0px !important;
        text-align: center;
    }

    .tbl_block table th,
    .tbl_block table td {
        height: auto;
        padding: 15px;
    }


    /*
    Label the data
    */
    .tbl_block td:nth-of-type(1):before {
        content: "Íîìåð";
        padding-top: 10px;
    }

    .tbl_block td:nth-of-type(2):before {
        content: "Äàòà";
        padding-top: 10px;
    }

    .tbl_block td:nth-of-type(3):before {
        content: "Èçäåëèå";
        padding-top: 10px;
    }

    .tbl_block td:nth-of-type(4):before {
        content: "Ñòàòóñ";
        padding-top: 10px;
    }

    .intro_slider .slide_txt {
        width: 95%;
    }

    .slide_txt img {
        display: none;
    }

    .wrap_tech {
        padding: 10px 0px;
    }

    .btn_up {
        display: none;
    }

    .callTrigger img {
        display: none;
    }

    .callTrigger {
        background-image: url(../new/images/call.png);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        border-radius: 50px;
        background-color: #e2000f;
        height: 50px;
        width: 50px;
        color: #fff;
        white-space: nowrap;
    }

    .callTrigger.cltr {
        right: 15px;
        bottom: 15px;

        right: 85px;
        bottom: 22px;
    }

    .callTrigger.cltr.long {
        width: 92%;

        width: 68%;
    }

    .callTrigger.cltr.long:before {
        content: 'ЗАЯВКА НА ЗАМЕР';
        position: absolute;
        left: 50%;
        margin-top: 17px;
        transform: translate(-50%, 0%);
    }

    .bx-wrapper {
        margin-bottom: 45px;
    }

    .mobile_line {
        display: flex;
        height: 30px;
        background: #4D5054;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_line img {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .mobile_line .city a {
        display: block;
        line-height: 0;
    }

    .menu_box_n {
        z-index: 2;
    }

    .menu_link img {
        padding-right: 0;
    }

    .menu_link {
        z-index: 2;
    }

    .phone {
        z-index: 2;
    }

    .cart_block {
        z-index: 2;
    }

    .main-header__phone_link,
    .main-header__phone_link.comagic24,
    .main-header__phone_link.comagic23 {
        color: #A2A3A4 !important;
    }

    .mobile_line_inner {
        display: flex;
    }

}

@media (max-width: 480px) {
    body {
        padding-top: 59px;
    }

    body.k_baner_body {
        padding-top: 87px;
    }

    .k_baner {
        height: 30px;
        background-size: auto 30px;
    }

    .menu_block {
        padding: 15px 0px;
    }

    .category_block {
        display: block;
        text-align: center;
    }

    .cat_box {
        width: 32% !important;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .cat_box_img {
        height: 70px;
    }

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

    .popt,
    .popt:nth-child(4n+1),
    .popt:nth-child(4n+2) {
        margin-bottom: 0px;
    }

    .footer_prod {
        height: 120px;
    }

    .colors_block {
        display: none;
    }

    .gb {
        max-height: 200px;
        min-height: 190px;
    }

    .complect_block_inner .gb {
        min-height: 140px;
    }

    .gb_img {
        height: 140px;
    }

    .gb_img img {
        /*transform: scale(0.5);*/
        max-height: initial;
        max-width: initial;
    }

    .gb2 {
        height: 460px;
    }

    .gb_img2 {
        height: 360px;
    }

    .main_title_box {
        max-height: 320px;
        padding: 0px 25px;
    }

    .title_prod_box {
        display: block;
        width: 100%;
        text-align: center;
    }

    .title_prod_box+div {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .grid_product .col:nth-child(1) {
        margin-bottom: 20px;
    }

    .dl-trigger {
        top: 4px;
    }

    .dl-menuwrapper .dl-menu {
        top: 39px;
    }

    .dl-menuwrapper>.dl-submenu {
        top: 47px;
    }

    .pager_slide {
        display: none;
    }

    .old_price {
        display: block;
    }

    .breadcrumbs {
        margin-top: 10px;
    }

    .cart_tovar {
        margin-top: 0px;
    }

    .uniqueness>div>div:nth-child(2n+1) {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 30px;
    }

    .uniqueness>div>div:nth-child(2n) {
        padding-left: 0px;
        width: 100%;
        margin-bottom: 30px;
    }

    .uniqueness>div {
        margin-top: 0px;
    }

    .color_samples {
        margin-top: 0px;
    }

    .color_info_block {
        margin-top: 30px;
    }

    .show_coll .title_h4 {
        font-size: 12px;
    }

    .owl-dot span,
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 2px;
    }

    .gb .footer_prod .col-sm-6:nth-child(2) {
        text-align: center;
        margin-top: 15px;
    }

    .for_school {
        font-size: 12px !important;
    }

    .auth_box {
        width: 100% !important;
        padding: 50px 20px !important;
    }

    .form_line {
        display: block;
        text-align: center;
    }

    .form_line div {
        text-align: center;
    }

    .form_line>div:first-child {
        margin-bottom: 10px;
        padding-top: 0px;
    }

    .form_line div a {
        margin-right: 0px !important;
    }

    .funkt_l_box {
        margin-left: 0px;
    }

    .schet_box {
        margin-top: 40px;
    }

    .schet_box:first-child {
        margin-top: 0px;
    }

    .ct_b {
        display: block;
    }

    .ct_b .btn.mr10 {
        margin: 0 auto !important;

    }

    .ct_b .btn:first-child {
        margin-bottom: 10px !important;
    }

    .owl-dots {
        display: none;
    }

    .tab_block li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

.menu_block .title_h4 {
    position: relative;
}

.select_city_2 {
    background: url(/local/templates/std_new/images/city.svg) top left no-repeat;
    width: 180px;
    height: 86px;
    position: absolute;
    top: 27px;
    left: -23px;
    z-index: 10;
}

.title_h2_2 {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

.city_button_wrapper_2 {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    padding: 9px 16px 0;
}

.city_button_2 {
    color: #969696;
    font-size: 13px;
    cursor: pointer;
    padding-bottom: 2px;
}

.city_button_2.active {
    border-bottom: 1px solid #e91a23;
    color: #000;
}

.mebel_sale {
    color: #fff;
    background: #e31e25;
    width: 104px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 44px;
    right: 0;
    padding: 2px 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.new_door {
    color: #fff;
    background: #e31e25;
    width: 70px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 44px;
    right: 33px;
    padding: 2px 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.new_door_detail {
    color: #fff;
    background: #e31e25;
    width: 120px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 50px;
    right: 0px;
    padding: 3px 0;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .new_door_detail {
        right: initial;
        left: 235px;
        top: 67px;
        font-size: 28px;
        width: 150px;
    }
}

@media (max-width: 419px) {
    .new_door_detail {
        left: initial;
        right: 0px;
    }
}

.elem_bl .category_block {
    flex-wrap: wrap;
}

.rz2047 {
    margin-top: 37px;
}

.elem_bl {
    margin-top: 63px;
}

.elem_bl .cat_box {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 38px;
}

.elem_bl .pd_content {
    margin-top: 30px;
}


.page_title {
    margin-bottom: 24px;
}

.page_title h1,
.page_title h2,
.page_title h3 {
    font-size: 24px;
    line-height: 24px;
    color: #424242;
}

.toogle-yes-input {
    position: relative;
    padding-left: 45px;
}

.toogle-yes-input .input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.toogle-yes-input .input-label {
    cursor: pointer;
    line-height: 25px;
}

.toogle-yes-input .input-label::before {
    content: '';
    position: absolute;
    left: -90px;
    top: -10px;
    width: 136px;
    height: 28px;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 28px;
    transition: all 0.2s;
}

.toogle-yes-input .input:checked~.input-label::before {
    border-color: #e91a22;
    background: #e91a22;
}

.toogle-yes-input .input-label::after {
    content: 'Нет';
    position: absolute;
    left: -87px;
    top: -7px;
    width: 70px;
    height: 22px;
    background: #cccccc;
    border-radius: 11px;
    transition: all 0.2s;
    text-align: center;
    color: #8E979F;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.toogle-yes-input .input:checked~.input-label::after {
    content: 'Да';
    left: -27px;
    background: #fff;
}

.radio-input {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
}

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

.radio-input .input-label {
    cursor: pointer;
    padding: 5px 0 0;
    display: block;
    font-weight: 500;
}

.radio-input .input-label a {
    color: #E31E24;
}

.radio-input .input-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 9px;
    transition: all 0.1s;
}

.radio-input .input:checked~.input-label::before {}

.radio-input .input-label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 11px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 11px;
    transition: all 0.2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.radio-input .input:checked~.input-label::after {
    background: #E31E24;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkbox-input {
    position: relative;
    padding-left: 25px;
}

.checkbox-input .input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-input .input-label {
    cursor: pointer;
    padding: 5px 0 0;
    display: block;
    font-weight: 500;
}

.checkbox-input .input-label a {
    color: #E31E24;
}

.checkbox-input .input-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 3px;
    transition: all 0.1s;
}

.checkbox-input.active .input-label::before {
    background: #E31E24;
    border-color: #E31E24;
}

.checkbox-input .input:checked~.input-label::before {
    background: #E31E24;
    border-color: #E31E24;
}

.checkbox-input .input-label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS40MTQzMSIgeT0iNC45NDk3NyIgd2lkdGg9IjUiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMS40MTQzMSA0Ljk0OTc3KSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iOS44OTk2NiIgeT0iMy41MzU1MiIgd2lkdGg9IjkiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1IDkuODk5NjYgMy41MzU1MikiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=') no-repeat 0 0;
    background-size: 13px;
    transition: all 0.2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.checkbox-input.active .input-label::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkbox-input .input:checked~.input-label::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.radio-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 35px;
}

.radio-labels__item {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: -3px;
}

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

.radio-labels__item .input-label {
    cursor: pointer;
    padding: 0;
    display: block;
    border: 1px solid #e91a22;
    border-left: none;
    width: 290px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.radio-labels__item:first-child .input-label {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #e91a22;
}

.radio-labels__item:last-child .input-label {
    border-radius: 0 5px 5px 0;
}

.radio-labels__item .input-label span {
    position: relative;
    z-index: 2;
}

.radio-labels__item .input-label span::after {
    content: '';
    position: absolute;
    left: -17px;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #8E979F;
    background: transparent;
    border-radius: 12px;
    transition: all 0.1s;
    z-index: 2;
}

.radio-labels__item .input:checked~.input-label span {
    color: #fff;
}

.radio-labels__item .input:checked~.input-label span::after {
    border: 1px solid #fff;
}

.radio-labels__item .input-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all 0.2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.radio-labels__item:first-child .input-label::before {
    border-radius: 5px 0 0 5px;
}

.radio-labels__item:last-child .input-label::before {
    border-radius: 0 5px 5px 0;
}

.radio-labels__item .input:checked~.input-label::before {
    background: #E31E24;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.default-form {
    margin: 0;
}

.small-form {
    max-width: 350px;
}

.default-form__field {
    padding-right: 10px;
    margin-bottom: 20px;
}

.default-form__field .radio-input,
.default-form__field .checkbox-input {
    color: #8E979F;
}

.default-form__label {
    font-size: 14px;
    line-height: 14px;
    color: #8E979F;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.default-form__label em {
    color: #E91A22;
    font-style: normal;
}

.default-form__list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}

.default-form__list_item {}

.default-form__list_item .radio-input,
.default-form__list_item .checkbox-input {
    color: #000;
}

.default-form__select_wrapper {
    position: relative;
}

.default-form__select_wrapper::before {
    content: '';
    display: block;
    position: absolute;
    right: 41px;
    top: 0;
    width: 1px;
    height: 42px;
    background: #E5E5E5;
    transition: all 0.2s;
}

.default-form__select_wrapper:hover::before {
    background: #8E979F;
}

.default-form__select_wrapper::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 16px;
    width: 12px;
    height: 10px;
    background: #fff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS42NTcgMi4xNzE1N0wxMC4yNDI4IDAuNzU3MzZMNi4wMDAxMiA1TDEuNzU3NDggMC43NTczNTlMMC4zNDMyNjIgMi4xNzE1N0w2LjAwMDExIDcuODI4NDNMMTEuNjU3IDIuMTcxNTdaIiBmaWxsPSIjNDM0MjQyIi8+Cjwvc3ZnPgo=') no-repeat 0 0;
}

.default-form__select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 45px 0 13px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    appearance: none;
    color: #9F9F9F;
    font-size: 16px;
    transition: all 0.2s;
}

.default-form__select_wrapper:hover .default-form__select {
    border: 1px solid #8E979F;
}

.default-form__input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    padding: 0 13px;
    color: #9F9F9F;
    font-size: 16px;
    transition: all 0.2s;
}

.default-form__input:hover,
.default-form__input:focus {
    border: 1px solid #8E979F;
}

.default-form__link {
    font-size: 14px;
    line-height: 14px;
    color: #E31E24;
    font-weight: 600;
}

.default-form__textarea {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    color: #9F9F9F;
    height: 80px;
    font-size: 16px;
    transition: all 0.2s;
}

.default-form__textarea:hover,
.default-form__textarea:focus {
    border: 1px solid #8E979F;
    outline: none;
}

.default-form__btn {
    background: #E91A22;
    border-radius: 5px;
    height: 48px;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    padding: 0 55px;
    transition: all 0.2s;
}

.default-form__btn:hover {
    background: #ff585e;
}

.pager-navigation .pagination>li>span {
    background: #eee;
    color: #000;
}

.auth-form {
    width: 100%;
    max-width: 460px;
    margin: 240px auto;
}

.auth-form__open {}

.auth-form__box {
    background: #F3F5F7;
    border-radius: 5px;
    padding: 55px 30px 20px;
    position: relative;
}

.auth-form__back {
    position: absolute;
    left: 18px;
    top: 18px;
    opacity: 0;
    transition: all 0.2s;
}

.auth-form__back:hover {}

.auth-form__open .auth-form__back {
    opacity: 1;
}

.auth-form__title {
    font-size: 28px;
    line-height: 28px;
    color: #424242;
    text-align: center;
    margin-bottom: 20px;
}

.auth-form__subtitle {
    font-size: 14px;
    line-height: 14px;
    color: #8E979F;
    text-align: center;
    margin-bottom: 34px;
    opacity: 0;
    transition: all 0.2s;
}

.auth-form__open .auth-form__subtitle {
    opacity: 1;
}

.auth-form__fields {}

.auth-form__open .__isNotOpen {
    display: none;
}

.__isOpen {
    display: none;
}

.auth-form__open .__isOpen {
    display: block;
}

.auth-form__field {
    margin-bottom: 10px;
}

.auth-form__field_name {
    font-size: 14px;
    line-height: 14px;
    color: #8E979F;
    margin-bottom: 5px;
}

.auth-form__field_input {}

.default-field {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.small-field {
    max-width: 162px;
    margin: 0 auto;
    display: block;
}

.auth-btn {
    background: #FFFFFF;
    border: 1px solid #8E979F;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    line-height: 44px;
    font-weight: 550;
    font-size: 16px;
    color: #8E979F;
    text-transform: uppercase;
}

.auth-form__sendtimer {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #8E979F;
    margin-bottom: 20px;
    display: none;
}

.auth-form__open .auth-form__sendtimer {
    display: block;
}

.auth-form__sendtimer_text {}

.auth-form__sendtimer_time {}

.auth-form__error {
    font-size: 10px;
    line-height: 10px;
    color: #E31E24;
    margin-bottom: 20px;
}

.auth-form__error span {}

.auth-form__rules {
    font-size: 10px;
    line-height: 10px;
    color: #424242;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
}

.auth-form__bottom_text {
    font-size: 14px;
    line-height: 14px;
    color: #8E979F;
    opacity: 0;
    transition: all 0.2s;
}

.auth-form__open .auth-form__bottom_text {
    opacity: 1;
}



.backet-page {}

.backet-content {
    padding-right: 15px;
}

.backet-content__title {
    font-size: 24px;
    line-height: 24px;
    color: #424242;
    margin-bottom: 24px;
}

.basket-products {}

.basket-products__item {
    margin-bottom: 35px;
}

.basket-product {}

.basket-product__head {
    display: flex;
    flex-direction: row;
    background: #F3F5F7;
    border-radius: 5px;
    padding: 11px 15px;
    position: relative;
    margin-bottom: 20px;
}

.basket-product__head_left {}

.basket-product__head_left h1,
.basket-product__head_left h2,
.basket-product__head_left h3 {
    font-size: 16px;
    line-height: 16px;
    color: #424242;
    margin: 0;
}

.basket-product__head_right {}

.basket-product__clear {
    position: absolute;
    right: 6px;
    top: 7px;
}

.basket-product__clear span {
    display: none;
}

.basket-product__clear:hover {}

.basket-product__mobilemenu {
    position: absolute;
    right: 2px;
    bottom: -35px;
    display: none;
    z-index: 3;
}

.basket-product__mobilemenu::before {
    content: '';
    position: absolute;
    right: -5px;
    top: 0px;
    width: 5px;
    height: 100%;
}

.basket-product__content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.basket-product__status {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.basket-product__status_instock {
    background: #53CC5F;
    color: #fff;
}

.basket-product__status_outstock {
    background: #e91a23;
    color: #fff;
}

.basket-product__image {
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-product__image img {
    max-width: 100%;
    max-height: 100%;
}

.basket-product__about {
    width: calc(100% - 240px - 50px);
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.basket-product__params {
    width: calc(100% - 110px - 50px);
    padding-bottom: 40px;
}

.basket-product__params label {
    font-weight: 400;
    color: #8E979F;
}

.basket-product__param {
    border-bottom: 1px solid #F3F5F7;
    padding-bottom: 4px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 14px;
    color: #8E979F;
}

.basket-product__param_name {}

.basket-product__param_value {}

.basket-product__file {
    display: block;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjg0NzEgNy42NDYyM0MxMC42NTI5IDcuNDU5MTIgMTAuMzQ1MiA3LjQ1OTEyIDEwLjE1MTEgNy42NDYyM0w4LjUwMDQ2IDkuMjkyNjZWMi40OTk5OUM4LjUwMDQ2IDIuMjIzODUgOC4yNzYxOCAyIDcuOTk5NTEgMkM3LjcyMjg0IDIgNy40OTg1NiAyLjIyMzg1IDcuNDk4NTYgMi40OTk5OVY5LjI5MjY5TDUuODQ4OTUgNy42NDYyM0M1LjY0OTk0IDcuNDU0NCA1LjMzMjgyIDcuNDU5OTEgNS4xNDA2MyA3LjY1ODUxQzQuOTUzMTIgNy44NTIyNyA0Ljk1MzEyIDguMTU5NDQgNS4xNDA2MyA4LjM1MzJMNy42NDUzMiAxMC44NTMxQzcuODQwNzEgMTEuMDQ4NiA4LjE1Nzg5IDExLjA0OSA4LjM1Mzc2IDEwLjg1NEw4LjM1NDY3IDEwLjg1MzFMMTAuODU5NCA4LjM1MzJDMTEuMDUxNiA4LjE1NDU4IDExLjA0NjEgNy44MzgwNiAxMC44NDcxIDcuNjQ2MjNaIiBmaWxsPSIjRTkxQTIyIi8+CjxwYXRoIGQ9Ik0yLjUgOUMyLjIyMzg2IDkgMiA5LjIyMzg2IDIgOS41VjEyQzIgMTMuMTA0NSAyLjg5NTUxIDE0IDQgMTRIMTJDMTMuMTA0NSAxNCAxNCAxMy4xMDQ1IDE0IDEyVjkuNUMxNCA5LjIyMzg2IDEzLjc3NjEgOSAxMy41IDlDMTMuMjIzOSA5IDEzIDkuMjIzODYgMTMgOS41VjEyQzEzIDEyLjU1MjIgMTIuNTUyMiAxMyAxMiAxM0g0QzMuNDQ3NzUgMTMgMyAxMi41NTIyIDMgMTJWOS41QzMgOS4yMjM4NiAyLjc3NjE0IDkgMi41IDlaIiBmaWxsPSIjRTkxQTIyIi8+Cjwvc3ZnPgo=') no-repeat 0 0;
    font-size: 12px;
    line-height: 12px;
    color: #8E979F;
    padding: 0 0 0 20px;
    margin: 20px 0 0;
    text-decoration: none;
}

.basket-product__file_name {
    border-bottom: 1px dashed #8E979F;
    padding: 0 0 1px 0;
    margin: 0 0 5px;
    display: inline-block;
}

.basket-product__file_params {
    display: block;
}

.basket-product__info {
    font-size: 12px;
    line-height: 12px;
    color: #E31E24;
    margin-top: 10px;
}

.basket-product__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

.basket-product__total {
    width: 110px;
    padding-bottom: 60px;
    position: relative;
}

.basket-product__count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6px;
}

.basket-product__count_minus,
.basket-product__count_plus {
    background: #FFFFFF;
    border: 1px solid #8E979F;
    box-sizing: border-box;
    border-radius: 5px;
    width: 18px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.basket-product__count_minus {
    margin-right: 8px;
}

.basket-product__count_plus {
    margin-left: 8px;
}

.basket-product__count_input {
    background: #FFFFFF;
    border: 1px solid #8E979F;
    box-sizing: border-box;
    border-radius: 5px;
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}

.basket-product__total_result {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: 6px;
}

.basket-product__total_price {
    font-size: 18px;
    line-height: 18px;
    color: #424242;
}

.basket-product__total_oldprice {
    font-size: 14px;
    line-height: 14px;
    text-decoration: line-through;
    color: #8E979F;
    margin-top: 10px;
}

.basket-persons {
    margin-bottom: 48px;
}

.basket-delivery {
    margin-bottom: 10px;
}

.basket-payments {
    margin-bottom: 48px;
}

.basket-payments__content {}

.basket-payments__icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.basket-payments__icon {
    margin: 0 10px 10px 0;
}

.basket-payments__icon img {}

.basket-profile {}

.basket-sidebar {
    position: relative;
}

.basket-sidebar__buttons {
    position: absolute;
    left: 0;
    top: -35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.basket-sidebar__btn {
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #8E979F;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 15px;
}

.basket-sidebar__btn_print {}

.basket-sidebar__btn_clear {}

.basket-sidebar__btn span {
    margin-left: 10px;
}

.basket-sidebar__btn:last-child {
    margin-right: 0;
}

.basket-total {
    background: #F3F5F7;
    border-radius: 5px;
    padding: 17px;
}

.basket-total__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    color: #424242;
    font-weight: 600;
    margin-bottom: 20px;
}

.basket-total__head_name {}

.basket-total__head_val {}

.basket-total__params {}

.basket-total__param {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #8E979F;
    margin-bottom: 8px;
}

.basket-total__param_name {}

.basket-total__param_val {}

.basket-total__specparams {
    margin-top: 60px;
    margin-bottom: 13px;
}

.basket-total__specparam {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjEuNDE0MTgiIHk9IjIuODI4NjEiIHdpZHRoPSI1IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDEuNDE0MTggMi44Mjg2MSkiIGZpbGw9IiNFMzFFMjQiLz4KPHJlY3QgeD0iOS44OTk3OCIgeT0iMS40MTQzMSIgd2lkdGg9IjkiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1IDkuODk5NzggMS40MTQzMSkiIGZpbGw9IiNFMzFFMjQiLz4KPC9zdmc+Cg==') no-repeat 0 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #424242;
    padding-left: 15px;
    margin-bottom: 8px;

}

.basket-total__fields {}

.basket-total__field {}

.basket-total__field_input {
    margin-bottom: 14px;
}

.basket-total__code_input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
}

.basket-total-btn {
    display: block;
    background: #E91A22;
    border-radius: 5px;
    border: none;
    color: #fff;
    width: 100%;
    height: 48px;
    font-size: 16px;
}

.basket-total__rules {
    margin: 0;
}

.basket-total__rules label {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: #424242;
    margin: 0;
}

.profile-page {}

.profile-tabs {
    margin-bottom: 45px;
}

.profile-tabs__list {
    background: #F3F5F7;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.profile-tabs__item {
    flex: auto;
    height: 100%;
}

.profile-tabs__item.active {}

.profile-tabs__link {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #8E979F;
    text-decoration: none;
}

.profile-tabs__link:hover {
    color: #434242;
}

.profile-tabs__item.active .profile-tabs__link {
    color: #434242;
}

.profile-content {}

.default-btn {
    display: inline-block;
    background: #E91A22;
    border-radius: 5px;
    height: 48px;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    padding: 0 55px;
    transition: all 0.2s;
}

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

.border-btn {
    border: 1px solid #E91A23;
    background: transparent;
    color: #2A2F36;
}

.section-default {
    padding: 30px 15px;
}

.section-default__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.promo-banner {
    background-image: url(images/celling/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 300px;
    padding: 35px 0 0;
}

.promo-banner1 {
    /* background-image: url(images/celling/np-banner-prod.jpg); */
    background-position: center top;
    background-repeat: no-repeat;
    height: 300px;
    padding: 35px 0 0;
}

.promo-banner__spec {
    margin-bottom: 80px;
}

.promo-banner__spec_title {
    position: relative;
    padding-left: 100px;
}

.promo-banner__spec_title.hide-pc {
    display: none;
}

.promo-banner__spec_title::before {
    content: '';
    height: 2px;
    width: 860px;
    background: #b5a9a1;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.promo-banner__spec_title::after {
    content: '';
    height: 2px;
    width: 45px;
    background: #ccc5c0;
    position: absolute;
    right: 278px;
    bottom: 5px;
    transform: rotate(-66deg);
}

.promo-banner__content {}

.promo-banner__content_title {
    font-family: 'PF DinDisplay Pro';
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}

.promo-banner__content_list {
    font-family: 'PF DinDisplay Pro';
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 45px;
}

.promo-banner__content_list li {
    margin-right: 26px;
    position: relative;
}

.promo-banner__content_list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    right: -16px;
    top: 13px;
}

.promo-banner__content_list li:last-child::before {
    display: none;
}

.promo-banner__btns {
    /* margin-top: 65px; */
    margin-top: 25px;
    margin-left: 15px;
}

.promo-banner__btns a {
    width: 197px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    padding: 0;
    border-radius: 4px;
    background: #E91A23;
    text-align: center;
}

.promo-banner__btns a:first-child {
    margin-right: 22px;
}

.promo-banner__btns a:last-child {
    border: 1px solid #E91A23;
    background: none;
}

.promo-banner__content h1 {
    font-family: 'FreeSetExtraCTT', arial !important;
    /* font-size: 50px !important; */
    font-size: 58px;
    /* line-height: 52px !important; */
    line-height: 75px;
    margin: 0 0 0 15px;
    color: #FFFFFF !important;
    text-shadow: 0px 6.99338px 9.3245px rgba(0, 0, 0, 0.4);
}


.section-benefits {
    background: #f5f5f5;
}

.section-benefits .section-default__title {
    margin: 20px 0;
}

.section-benefits-two {
    padding: 10px 0 30px;
}

.default-benefits {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.default-benefits__item {
    position: relative;
}

.default-benefits__item::before {
    content: '';
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik00Ny40NTAxIDIyLjY3MjhDNDcuNDQ5NSAyMi42NzIyIDQ3LjQ0OSAyMi42NzE2IDQ3LjQ0ODQgMjIuNjcxTDM3LjY1MTEgMTIuOTIxQzM2LjkxNzIgMTIuMTkwNiAzNS43MyAxMi4xOTMzIDM0Ljk5OTQgMTIuOTI3NEMzNC4yNjg5IDEzLjY2MTMgMzQuMjcxNyAxNC44NDg1IDM1LjAwNTcgMTUuNTc5TDQxLjU4MzYgMjIuMTI1SDEuODc1QzAuODM5NDM4IDIyLjEyNSAwIDIyLjk2NDQgMCAyNEMwIDI1LjAzNTYgMC44Mzk0MzggMjUuODc1IDEuODc1IDI1Ljg3NUg0MS41ODM1TDM1LjAwNTggMzIuNDIxQzM0LjI3MTggMzMuMTUxNSAzNC4yNjkgMzQuMzM4NiAzNC45OTk1IDM1LjA3MjZDMzUuNzMwMSAzNS44MDY4IDM2LjkxNzMgMzUuODA5MyAzNy42NTEyIDM1LjA3OUw0Ny40NDg1IDI1LjMyOUM0Ny40NDkgMjUuMzI4NCA0Ny40NDk1IDI1LjMyNzggNDcuNDUwMiAyNS4zMjcyQzQ4LjE4NDUgMjQuNTk0MyA0OC4xODIyIDIzLjQwMzMgNDcuNDUwMSAyMi42NzI4WiIgZmlsbD0iI0M0QzRDNCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=') no-repeat 0 0;
    width: 48px;
    height: 48px;
    position: absolute;
    right: -70px;
    top: 45px;
}

.default-benefits__item:last-child::before {
    display: none;
}

.default-benefits__icon {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-benefits__icon img {}

.default-benefits__value {
    width: 130px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #4D5054;
}

.section-gallery {
    padding: 60px 0;
}

.default-gallery__list {
    margin: 0;
}

.default-gallery__item {
    padding: 1px;
}

.default-gallery__item a {
    display: block;
    position: relative;
}

.default-gallery__item a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: background 0.2s;
}

.default-gallery__item a:hover::before {
    background: transparent;
}

.default-gallery__image {
    display: block;
}

.default-gallery__image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.default-gallery__value {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-potoloc-calc {
    margin: 0;
    padding: 20px 0 0;
}

.potoloc-calc {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.potoloc-calc__step {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 40px;
}

.potoloc-calc__step2 {
    padding-right: 20px;
    flex: 0 0 50%;
}

.potoloc-calc__step2 {
    padding-left: 20px;
    flex: 0 0 50%;
}

.potoloc-calc__step_total {
    flex: 0 0 100%;
}

.potoloc-calc__step_title {
    font-size: 22px;
    line-height: 22px;
    color: #2A2F36;
    margin-bottom: 35px;
}

.potoloc-calc__params {}

.potoloc-calc__param {
    padding: 10px 35px 10px 0;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.potoloc-calc__param:last-child {
    border-bottom: none;
}

.potoloc-calc__param_name {
    font-size: 16px;
    line-height: 16px;
    color: #2A2F36;
}

.potoloc-calc__param_value {}

.potoloc-calc__count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.potoloc-calc__count_minus,
.potoloc-calc__count_plus {
    display: flex;
    width: 28px;
    height: 28px;
    border: 1px solid #e4e4e4;
    border-radius: 28px;
    line-height: 24px;
    text-align: center;
    color: #c4c4c4;
    font-size: 22px;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

/*.potoloc-calc__count_minus:hover,*/
/*.potoloc-calc__count_plus:hover {*/
/*    border: 1px solid #c4c4c4;*/
/*    color: #999;*/
/*}*/

.potoloc-calc__count_minus {
    margin-right: 15px;
}

.potoloc-calc__count_plus {
    margin-left: 15px;
}

.potoloc-calc__count_input {
    height: 28px;
    width: 50px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 0 5px;
    text-align: center;
    color: #8e979f;
    transition: all 0.2s;
}

/*.potoloc-calc__count_input:hover,*/
/*.potoloc-calc__count_input:focus {*/
/*    border: 1px solid #c4c4c4;*/
/*    color: #999;*/
/*}*/

.potoloc-calc__select_wrapper {}

.potoloc-calc__select {
    width: 135px;
    height: 28px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #8e979f;
    transition: all 0.2s;
}

.potoloc-calc__select {
    width: 135px;
    height: 28px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #8e979f;
}

.potoloc-calc__select:hover,
.potoloc-calc__select:focus {
    border: 1px solid #c4c4c4;
    color: #999;
}

.potoloc-calc__bottom_link {
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.potoloc-calc__bottom_link a {
    color: #E91A23;
    text-decoration: underline;
}

.potoloc-calc__total {
    margin: 0 0 15px;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.potoloc-calc__total_info {
    flex: 0 0 55%;
    font-size: 16px;
    line-height: 16px;
}

.potoloc-calc__total_info span {
    color: #E91A23;
}

.potoloc-calc__total_value {
    /* text-align: right; */
    font-size: 16px;
    line-height: 16px;
    color: #2A2F36;
    flex: 0 0 45%;
}

.potoloc-calc__total_price {
    font-size: 24px;
    line-height: 24px;
    color: #E91A23;
}

.potoloc-calc__total_price span {}

.potoloc-calc__total_value .default-btn {
    margin-left: 50px;
    padding: 0 25px;
}

.potoloc-calc__info {
    font-size: 16px;
    line-height: 16px;
}

.section-factures {
    background: #f3f4f6;
    padding: 60px 0 170px;
}

.spec-benefits {}

.spec-benefits__item {
    display: none;
    padding: 0 0 50px;
    position: relative;
}

.spec-benefits__item.active {
    display: block;
}

.spec-benefits__icon {}

.spec-benefits__icon img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.spec-benefits__value {
    position: absolute;
    left: 0;
    bottom: -120px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.spec-benefits__tabs {
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.spec-benefits__tabs_item {
    font-size: 22px;
    line-height: 22px;
    color: #C4C4C4;
    height: 45px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.spec-benefits__tabs_item.active,
.spec-benefits__tabs_item:hover {
    color: #434242;
}

.spec-benefits__tabs_item.active::before,
.spec-benefits__tabs_item:hover::before {
    background: #434242;
}

.section-tehnology {
    padding: 90px 0 0;
}

.section-tehnology.__inPage {
    padding-top: 20px;
}

.tegnology-popup__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
}

.tegnology-popup__modal {
    position: absolute;
    top: 0;
    left: 50%;
    width: 292px;
    height: auto;
    z-index: 1001;
    transform: translate(-50%, 0px);
    background: #fff;
    border-radius: 20px;
}

.tegnology-popup__image {}

.tegnology-popup__image img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: auto;
}

.tegnology-popup__content {
    padding: 32px 26px 66px 33px;
    font-size: 14px;
    line-height: 20px;
    color: #424242;
}

.tegnology-popup__close {
    position: absolute;
    right: 20px;
    top: 13px;
    width: 15px;
    height: 15px;
    background: url('images/celling/close.png') no-repeat 0 0;
}

.tehnology__wrapper {}

.tehnology__list {}

.tehnology__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.tehnology__image img {
    width: 100%;
    height: 100%;
}

.tehnology__content {
    /*flex: 0 0 50%;*/
    padding: 54px 52px 20px 70px;
    position: relative;
}

.tehnology__title {
    font-size: 24px;
    line-height: 24px;
    color: #424242;
    margin-bottom: 54px;
}

.tehnology__text {
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 18px;

}

.tehnology__full_image {
    display: none;
}

.tehnology__full_text {
    display: none;
}

.tehnology__btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 0 52px 0 70px;
    width: 100%;
}

.tehnology__btn {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    position: relative;
}

.tehnology__btn_next {
    background: #c4c4c4;
    padding: 0 26px 0 37px;
    color: #fff;
    border-radius: 16px;
}

.tehnology__btn_next span {
    background: #fff;
    color: #c4c4c4;
    font-size: 18px;
    position: absolute;
    left: 4px;
    top: 3px;
    border-radius: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 28px;
}

.tehnology__btn_next:hover {
    background: #aba9a9;
    color: #fff;
}

.tehnology__btn_next:hover span {
    color: #aba9a9;
}

.tehnology__btn_next_mobile {
    display: none;
}

.tehnology__btn_all {
    color: #E91A23;
}

.tehnology__btn_all:hover {
    color: #bd484d;
}

.tehnology__bottom {
    margin: 25px 0;
    text-align: center;
}

.tehnology__open_list {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border: 1px solid #E91A23;
    border-radius: 4px;
    padding: 0 56px 0 26px;
    color: #424242;
    position: relative;
}

.tehnology__open_list::before {
    content: '';
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS43MzYgMS41NjA2NUMxMi4wODggMS4yMDM2MyAxMi4wODggMC42MjQ3ODcgMTEuNzM2IDAuMjY3NzY2QzExLjM4NCAtMC4wODkyNTU0IDEwLjgxMzMgLTAuMDg5MjU1MiAxMC40NjEzIDAuMjY3NzY2TDUuOTk5OTkgNC43OTI4OUwxLjUzODY2IDAuMjY3NzkzQzEuMTg2NjcgLTAuMDg5MjI4NyAwLjYxNTk4MyAtMC4wODkyMjkgMC4yNjM5OTMgMC4yNjc3OTNDLTAuMDg3OTk3OCAwLjYyNDgxNCAtMC4wODc5OTczIDEuMjAzNjYgMC4yNjM5OTMgMS41NjA2OEw1LjM2MjY3IDYuNzMyMjNDNS43MTQ2NiA3LjA4OTI1IDYuMjg1MzQgNy4wODkyNiA2LjYzNzMzIDYuNzMyMjNDNi42Mzg3OSA2LjczMDc2IDYuNjQwMjQgNi43MjkyOCA2LjY0MTY4IDYuNzI3OEwxMS43MzYgMS41NjA2NVoiIGZpbGw9IiM0MjQyNDIiLz4KPC9zdmc+Cg==') no-repeat 0 0;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 26px;
    top: 19px;
}

.section-rows_product {
    padding: 20px 0 0;
}

.rows_products {}

.rows_products__list {}

.rows_products__item {
    background: #f3f5f7;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 48px;
}

.rows_products__item:last-child {
    margin-bottom: 0;
}

.rows_products__image {
    flex: 0 0 50%;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.rows_products__image a {
    display: block;
    width: 100%;
    height: 100%;
}

.rows_products__image img {
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.rows_products__item_content {
    flex: 0 0 50%;
    padding: 45px 45px 80px 45px;
    position: relative;
}

.rows_products__title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.rows_products__title_value {
    font-size: 16px;
    color: #2A2F36;
    line-height: 16px;
    font-weight: 600;
}

.rows_products__title_value a {
    font-size: 16px;
    color: #2A2F36;
    line-height: 16px;
    font-weight: 600;
}

.rows_products__title_right {}

.rows_products__title_right a {
    color: #E91A23;
}

.rows_products__params {
    margin-top: 20px;
}

.rows_products__param {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e5;
    padding: 0 0 3px;
    margin: 0 0 3px;
}

.rows_products__param_name {}

.rows_products__param_value {}

.rows_products__price {
    margin-top: 25px;
}

.rows_products__price_value {
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    color: #2A2F36;
}

.rows_products__price_value span {
    font-weight: 400;
    font-size: 20px;
}

.rows_products__btns {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 45px 0 45px;
}

.rows_products__btns .border-btn {
    padding: 0 45px;
    text-align: center;
    font-size: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
}

.rows_products__btns .order-btn {
    padding: 0 30px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.rows_products__links {
    margin: 65px 0 0;
    text-align: center;
}

.rows_products__links a {}

.section-column_product {
    padding: 30px 0;
}

.section-column_product.__inPage {
    padding: 0 0 0px;
}

.section-rows_product+.section-column_product {
    padding-top: 35px;
}

.column_products {}

.column_products__filter_type {
    margin-bottom: 48px;
}

.column_products__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #D5DDE3;
}

.column_products__tabs_item {
    padding: 0 15px;
}

.column_products__tabs_item a {
    font-size: 18px;
    line-height: 18px;
    color: #2A2F36;
    display: block;
    text-align: center;
    padding: 17px 0;
    position: relative;
}

.column_products__tabs_item a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: transparent;
    transition: all 0.3s;
}

.column_products__tabs_item.active {}

.column_products__tabs_item.active a::before,
.column_products__tabs_item:hover a::before {
    background: #E91A23;
}

.ceiling .column_products__tabs_item a {
    font-size: 14px !important;
    line-height: 14px !important;
}

.column_products__list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.column_products__item {
    max-width: 228px;
    padding: 24px 17px;
    border: 1px solid transparent;
    transition: all 0.2s;
}

.column_products__item:hover {
    border: 1px solid #98ceff;
    border-radius: 5px;
}

.column_products__image {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 164px;
}

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

.column_products__title {
    font-size: 14px;
    color: #2A2F36;
    border-bottom: 1px solid #dee2e5;
    margin: 0 0 10px;
}

.column_products__params {
    margin: 0 0 8px;
}

.column_products__param {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.column_products__param_name {
    margin: 0 5px 2px 0;
}

.column_products__param_value {}

.column_products__colors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.column_products__color {
    width: 16px;
    height: 16px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    position: relative;
}

.column_products__color.active::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #9F9F9F;
    position: absolute;
    left: 0;
    top: 2px;
}

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

.column_products__links {
    margin: 65px 0 0;
    text-align: center;
}

.section-fullslider {
    border-top: 1px solid #e8e8e8;
    padding: 90px 0 25px;
}

.fullslider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fullslider.owl-loaded {
    display: block;
}

.fullslider .owl-stage-outer {
    width: 100%;
    overflow: hidden;
}

.fullslider .owl-stage {
    display: flex;
    flex-flow: row nowrap;
}

.fullslider .owl-dots {}

.fullslider .owl-dot {
    padding: 5px;
    cursor: pointer;
}

.fullslider .owl-dot span {
    background: #C4C4C4;
    width: 40px;
    height: 3px;
}

.fullslider .owl-dot.active {}

.fullslider .owl-dot.active span {
    background: #E91A23;
}

.fullslider .owl-nav {
    position: static;
    display: block;
    transform: none;
}

.fullslider .owl-prev,
.fullslider .owl-next {
    position: absolute;
    height: 100%;
    width: calc((100% - 726px) / 2);
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.2s;
    cursor: pointer;
}

.fullslider .owl-prev:hover,
.fullslider .owl-next:hover {
    background: rgba(255, 255, 255, 0.0);
}

.fullslider .owl-prev {
    left: 0;
    top: 0;
}

.fullslider .owl-next {
    right: 0;
    top: 0;
}

.fullslider__item {
    width: 726px;
    flex: 0 0 726px;
    height: 408px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.fullslider__links {
    margin: 65px 0 0;
    text-align: center;
}

.section-potoloc-card {}

.potoloc-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.potoloc-card__gallery {
    width: 100%;
    overflow: hidden;
}

.potoloc-card__gallery .bx-wrapper {
    margin: 0;
    max-width: 100% !important;
}

.potoloc-card__gallery_big {
    height: 507px;
    overflow: hidden;
}

.potoloc-card__gallery_big_slide {
    float: left;
    width: 100%;
    text-align: center;
}

.potoloc-card__gallery_big_slide img {
    max-width: 100%;
    max-height: 100%;
}

.potoloc-card__gallery_thumbs {
    margin-top: 18px;
    overflow: hidden;
    width: 100%;
}

.potoloc-card__thumbs_items {
    height: 60px;
    overflow: hidden;
}

.potoloc-card__thumbs_items .owl-stage {
    display: flex;
    flex-flow: row nowrap;
}

.potoloc-card__thumbs_items .owl-nav {
    display: none;
}

.potoloc-card__thumbs_items .owl-dots {
    display: none;
}

.potoloc-card__thumbs_items a {
    width: 94px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px 0 0;
    position: relative;
    float: left;
}

.potoloc-card__thumbs_items a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.2s;
    cursor: pointer;
}

.potoloc-card__thumbs_items a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: transparent;
    transition: all 0.2s;
}

.potoloc-card__thumbs_items a.active::before,
.potoloc-card__thumbs_items a:hover::before {
    background: rgba(255, 255, 255, 0);
}

.potoloc-card__thumbs_items a.active::after,
.potoloc-card__thumbs_items a:hover::after {
    background: #db2d27;
}

.potoloc-card__thumbs_items img {
    max-width: 100%;
    max-height: 100%;
}

.potoloc-card__content {
    width: 410px;
    flex: 0 0 410px;
    padding: 0 0 0 25px;
}

.potoloc-card__title {
    font-size: 18px;
    line-height: 18px;
    color: #2A2F36;
    margin-top: 0;
}

.potoloc-card__price {
    color: #E91A23;
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
}

.potoloc-card__btns {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.potoloc-card__btns .order-btn {
    padding: 0px 15px;
    font-size: 14px;
    flex: 0 0 50%;
    margin-right: 5px;
    text-align: center;
}

.potoloc-card__btns .border-btn {
    font-size: 14px;
    padding: 5px 20px;
    line-height: 18px;
    margin-left: 5px;
    flex: auto;
    text-align: center;
}

.potoloc-card__variant {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #D8D7D7;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.potoloc-card__variant img {
    width: 27px;
    height: auto;
}

.potoloc-card__variant span {
    margin-left: 10px;
}

.potoloc-card__params {
    margin: 20px 0 0px;
}

.potoloc-card__param {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e5;
    padding: 0 0 8px;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 16px;
}

.potoloc-card__param_name {
    padding-right: 45px;
}

.potoloc-card__param_value {
    text-align: right;
}

.potoloc-card__info {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #E91A23;
}

.celling-popup {
    display: flex !important;
    position: fixed;
    left: -100px;
    top: -100px;
    z-index: 1001;
    width: 1px;
    height: 1px;
    padding: 50px 0;
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0.3s;
}

.celling-popup.show {
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.celling-popup__body {
    overflow: hidden;
}

.celling-popup__bg {
    display: block !important;
    left: -100px;
    top: -100px;
    position: fixed;
    width: 1px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
}

.celling-popup__bg.show {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.celling-popup__content {
    background: #F3F4F6;
    padding: 30px;
    position: relative;
    border-radius: 5px;
    width: 757px;
    margin: auto;
}

.celling-popup__not_success {
    display: block;
}

.isSuccess .celling-popup__not_success {
    display: none;
}

.celling-popup__success {
    display: none;
}

.isSuccess .celling-popup__success {
    display: block;
}

.celling-popup__header {}

.celling-popup__title {
    font-size: 26px;
    line-height: 26px;
    color: #4D5054;
}

.celling-popup__close {
    position: absolute;
    right: 19px;
    top: 19px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.celling-popup__close::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 24px;
    height: 2px;
    background: #c4c4c4;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: all 0.2s;
}

.celling-popup__close::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 24px;
    height: 2px;
    background: #c4c4c4;
    border-radius: 1px;
    transform: rotate(135deg);
    transition: all 0.2s;
}

.celling-popup__close:hover::before,
.celling-popup__close:hover::after {
    background: #333;
}

.celling-popup__info {
    margin-top: 26px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.celling-popup__info_text {
    flex: 0 0 70%;
}

.celling-popup__info_text p {
    font-size: 16px;
    line-height: 16px;
    color: #424242;
    margin-bottom: 18px;
}

.celling-popup__info_phone {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.celling-popup__info_phone span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-top: 2px;
}

.celling-popup__form {
    margin-top: 5px;
}

.celling-popup__form .files_raschet {
    margin-top: 0;
}

.celling-popup__form .file_raschet_wrapper {
    margin-bottom: 10px;
}

.celling-popup__form .file_raschet_wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.celling-popup__form .default-form__field {
    position: relative;
}

.celling-popup__form .default-form__required {
    color: #E91A22;
    font-style: normal;
    position: absolute;
    right: 4px;
    top: -6px;
    font-size: 16px;
}

.celling-popup__form_message_field {
    margin-bottom: 10px;
}

.celling-popup__form .default-form__input,
.celling-popup__form .default-form__textarea {
    border: 1px solid #A1A4B1;
    color: #424242;
}

.celling-popup__form .default-form__textarea {
    height: 94px;
    resize: none;
}

.celling-popup__form .default-form__input:focus,
.celling-popup__form .default-form__textarea:focus {
    border: 1px solid #62646d;
}

.celling-popup__form .default-form__input.error,
.celling-popup__form .default-form__textarea.error {
    border: 1px solid #E31E24;
}

.celling-popup__form_attachment {
    position: absolute;
    right: 19px;
    bottom: 8px;
    color: #E81B22;
    cursor: pointer;
}

.celling-popup__form_rules {}

.celling-popup__form_rules .checkbox-input {
    color: #000;
    font-size: 12px;
}

.celling-popup__form_rules .checkbox-input .input-label a {
    color: #3c7bd6;
    text-decoration: underline;
}

.celling-popup__form_submit {
    text-align: right;
    padding-top: 20px;
    margin-bottom: 0;
}

.celling-popup__required_info {
    color: #E91A23;
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 9px;
}

.celling-popup__required_info em {
    font-style: normal;
    font-size: 16px;
}

.default-form__select_small {
    position: relative;
}

.default-form__select_small .default-form__select {
    height: 28px;
    font-size: 16px;
    color: #151616;
    line-height: 28px;
    padding: 0 35px 0 11px;
    min-width: 150px;
}

.default-form__select_small::before {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 9px;
    width: 6px;
    height: 12px;
    background: #fff url('images/mkd/small_select_arrow.png') no-repeat 0 0;
}

.checbox-linegroup {}

.checkbox-input.__image {
    padding: 0;
    margin-right: 16px;
    width: 30px;
    height: 30px;
}

.checkbox-input.__image .input-label {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 5px 0 0;
}

.checkbox-input.__image .input-label::before {
    display: none;
}

.checkbox-input.__image .input-label::after {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS43MDQ2IDAuMzAyNjE3QzEyLjA5ODUgMC43MDYzMDkgMTIuMDk4NSAxLjM2MDY5IDExLjcwNDYgMS43NjQxOEw0Ljk0MDk5IDguNjk3MzhDNC41NDcxNiA5LjEwMDg3IDMuOTA4OTYgOS4xMDA4NyAzLjUxNTEzIDguNjk3MzhMMC4yOTUzNzMgNS4zOTY4Qy0wLjA5ODQ1NzUgNC45OTMzMSAtMC4wOTg0NTc1IDQuMzM4OTMgMC4yOTUzNzMgMy45MzU0NEMwLjY4OTAwNiAzLjUzMTc1IDEuMzI3NCAzLjUzMTc1IDEuNzIxMDQgMy45MzU0NEw0LjIyNzk2IDYuNTA1MTRMMTAuMjc4OCAwLjMwMjYxN0MxMC42NzI2IC0wLjEwMDg3MiAxMS4zMTEgLTAuMTAwODcyIDExLjcwNDYgMC4zMDI2MTdaIiBmaWxsPSIjNDI0MjQyIi8+Cjwvc3ZnPgo=') no-repeat 0 0;
    top: 15px;
    left: 9px;
}

.checkbox-input.__image .input-img {
    width: 100%;
    height: 100%;
}

.mkd-promo {
    position: relative;
    text-align: center;
}

/* .mkd-promo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #E31E25;
    z-index: 1;
  }
  .mkd-promo::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #F3F4F6;
    z-index: 1;
  } */
.mkd-promo__link {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.mkd_promo_img {
    max-width: 100%;
}

.mkd-title {
    margin-top: 55px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

.mkd-collection {
    margin-top: 35px;
}

.mkd-collection>.container {}

.mkd-collection__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mkd-collection__item {
    width: 20%;
    margin-right: 14px;
    background: #F3F4F6;
    border: 1px solid #C4C4C4;
    height: 282px;
    transition: all 0.4s;
}

.mkd-collection__item.active,
.mkd-collection__item:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.mkd-collection__item:last-child {
    margin-right: 0;
}

.mkd-collection__link {
    display: block;
}

.mkd-collection__image {
    display: block;
    width: 100%;
    height: 223px;
    background: linear-gradient(180deg, #DBE1F0 0%, #B2B8C4 100%);
    transition: all 0.4s;
    padding: 13px 13px 0;
    text-align: center;
}

.mkd-collection__item.active .mkd-collection__image {
    background: linear-gradient(180deg, #EBF1FF 0%, #CAD0DF 100%)
}

.mkd-collection__img {
    max-width: 100%;
    max-height: 100%;
}

.mkd-collection__name {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
    color: #424242;
    text-align: center;
}

.mkd-catalog {}

.mkd-catalog>.row {
    margin: 100px 0 0;
}

.mkd-catalog__sidebar {
    padding-right: 55px;
}

.mkd-filter {}

.mkd-filter__block {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 15px;
}

.mkd-filter__block_title {
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.mkd-filter__block_title::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    width: 9px;
    height: 7px;
    background: url('images/mkd/filter_arrow.png') no-repeat 0 0;
}

.mkd-filter__block_content {
    padding: 15px 10px 15px 0;
    position: relative;
}

.mkd-filter__block_content .default-form__list {
    margin-top: 0;
}

.mkd-filter__block_slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.mkd-filter__block__slider_input {
    width: 40%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.mkd-filter__block_slider_to {
    font-size: 16px;
}

.mkd-catalog__colors {}

.mkd-catalog__color {
    margin: 0 3px 6px;
}

.mkd-filter .mkd-catalog__color:nth-of-type(5n + 1) {
    margin-left: 3px;
}

.mkd-filter .mkd-catalog__color:nth-of-type(7n + 1) {
    margin-left: 0px;
}

.mkd-filter .mkd-catalog__color:nth-of-type(5n) {
    margin-right: 3px;
}

.mkd-filter .mkd-catalog__color:nth-of-type(7n) {
    margin-right: 0px;
}

.mkd-catalog__color_img {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.mkd-catalog__content {}

.mkd-catalog__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.mkd-catalog__item {
    background: #FFFFFF;
    margin: 0 6px 20px;
    width: calc(25% - 12px);
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    transition: all 0.2s;
    position: relative;
}

.mkd-catalog__item:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-color: #98CEFF;
}

.mkd-catalog__item:nth-of-type(4n+1) {}

.mkd-catalog__item:nth-of-type(4n) {}

.mkd-catalog__item_image {
    height: 350px;
    padding: 30px 30px 0;
    position: relative;
}

.mkd-catalog__item_image_link {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
}

.mkd-catalog__item_img {
    max-width: 100%;
    max-height: 100%;
}

.mkd-catalog__item_content {
    padding: 17px 28px 50px;
    margin: 0 auto;
}

.mkd-catalog__colors {
    margin-top: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mkd-catalog__item_content .mkd-catalog__colors {}

.mkd-catalog__color {
    margin: 0 3px 6px;
    width: 25px;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    /* cursor: pointer; */
}

.mkd-catalog__color::before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    border: 1px solid #fff;
    width: calc(25px + 6px);
    height: calc(25px + 6px);
    transition: all 0.2s;
}

.mkd-catalog__color.active::before,
.mkd-catalog__color:hover::before {
    /* border-color: #30C2FF; */
}

.mkd-catalog__color:nth-of-type(5n+1) {
    margin-left: 3px;
}

.mkd-catalog__color:nth-of-type(5n) {
    margin-right: 3px;
}

.mkd-catalog__color_img {
    width: 25px;
    height: 25px;
}

.mkd-catalog__item_title {
    margin-top: 12px;
}

.mkd-catalog__item_link {
    color: #2A2F36;
    font-size: 14px;
}

.mkd-catalog__item_price {
    margin-top: 12px;
    color: #E91A23;
    font-size: 18px;
}
.item_old_price{
    font-size: 16px;
    white-space: nowrap;
    color: gray;
    text-decoration: line-through;
}

.mkd-catalog__load_block {
    padding: 0 0 0 25%;
}

.mkd-catalog__load_link {}

.mkd-benefits {
    margin-top: 97px;
}

.mkd-benefits>.container {}

.mkd-benefits__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mkd-benefits__item {
    border: 1px solid #C4C4C4;
    padding: 52px 25px 45px;
    width: 25%;
    margin-right: 25px;
    position: relative;
}

.mkd-benefits__item:last-child {
    margin-right: 0;
}

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

.mkd-benefits__img {
    height: 60px;
    width: auto;
    max-width: 90%;
}

.mkd-benefits__title {
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.mkd-benefits__descr {
    margin-top: 15px;
    text-align: center;
}

.mkd-benefits__info {
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 100%;
    padding: 0 25px;
    text-align: center;
    color: #9F9F9F;
    font-size: 16px;
}

.section-fullslider.__inMkd {
    border-top: none;
    padding-top: 50px;
}

.mkd-card {
    padding: 0 70px;
    margin-bottom: 100px;
}

.mkd-card__form {}

.mkd-card__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mkd-card__slider {
    flex: 0 0 300px;
    margin-right: 30px;
}

.mkd-card__image {
    text-align: center;
    margin-bottom: 43px;
}

.mkd-card__img {
    max-width: 100%;
}

.mkd-card__colors {
    width: 220px;
    margin: 0 auto;
}

.mkd-card__colors_title {
    margin-bottom: 4px;
}

.mkd-card__color {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

.mkd-card__color li {
    width: 36px !important;
    padding-top: 0 !important;
    list-style-type: none;
}

.mkd-card__color .owl-stage-outer {
    width: 100%;
    max-width: 231px;
    overflow: hidden;
    padding-bottom: 20px;
}

.mkd-card__color .owl-item {
    float: left;
}

.mkd-card__color .owl-nav {}

.mkd-card__color .owl-nav.disabled {
    display: none;
}

.mkd-card__color .owl-nav .owl-prev,
.mkd-card__color .owl-nav .owl-next {
    position: absolute;
    top: -21px;
    background: url(images/mkd/color_slider_arrow.png) no-repeat center center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    user-select: none;
}

.mkd-card__color .owl-nav .owl-prev {
    left: -32px;
    transform: rotate(-180deg);
}

.mkd-card__color .owl-nav .owl-next {
    right: -32px;
    transform: rotate(0deg);
}

.mkd-card__color_link {
    display: block;
    width: 36px;
    height: 36px;
    padding: 3px;
    position: relative;
    cursor: pointer;
}

.mkd-card__color_link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    transition: all 0.2s;
}

.mkd-card__color_link.active::before,
.mkd-card__color_link:hover::before {
    border-color: #30C2FF;
}

.bx_active .mkd-card__color_link::before {
    border-color: #30C2FF;
}

.mkd-card__color_img {
    width: 30px;
    height: 30px;
}

.color-name {
    display: none;
}

.mkd-card__color_link:hover .color-name {
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    white-space: nowrap;
    border: 1px solid #30C2FF;
    padding: 0 5px;
    background: #fff;
    z-index: 2;
}




.mkd-card__content {
    width: 100%;
}

.mkd-card__title {
    margin: 0;
    font-size: 22px;
}

.mkd-card__params {
    margin-top: 46px;
}

.mkd-card__param {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 100;
}

.mkd-card__param_name {}

.mkd-card__param_value {}

.mkd-card__order_params {
    margin-top: 21px;
    border-top: 1px solid #E5E5E5;
}

.mkd-card__order_param {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    padding: 3px 0;
    min-height: 36px;
}

.mkd-card__order_param_name {
    font-size: 16px;
}

.mkd-card__order_param_value {
    font-size: 16px;
}

.mkd-card__furniture_link {
    color: #E91A23;
    text-decoration: underline;
}

.mkd-card__count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.mkd-card__count_minus,
.mkd-card__count_plus {
    display: flex;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    color: #c4c4c4;
    font-size: 24px;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.mkd-card__count_minus:hover,
.mkd-card__count_plus:hover {
    color: #999;
}

.mkd-card__count_minus {
    margin-right: 2px;
}

.mkd-card__count_plus {
    margin-left: 2px;
}

.mkd-card__count_input {
    height: 28px;
    width: 38px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 0 5px;
    text-align: center;
    color: #161515;
    transition: all 0.2s;
}

.mkd-card__count_input:hover,
.mkd-card__count_input:focus {
    border: 1px solid #c4c4c4;
    color: #000;
}

.mkd-card__order {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mkd-card__order_btns {
    width: 100%;
}

.mkd-card__order_btn {
    width: 100%;
    max-width: 270px;
    padding: 0 10px;
}

.mkd-card__to_call {
    width: 100%;
    max-width: 270px;
    margin-top: 16px;
    padding: 0 10px;
    text-align: center;
}

.mkd-card__price {
    flex: 0 0 150px;
    text-align: right;
}

.mkd-card__price_value {
    color: #E91A23;
    font-size: 24px;
    margin-top: 10px;
}

.mkd-card__oldprice_value {
    margin-top: 10px;
    color: #C4C4C4;
    font-size: 16px;
    text-decoration: line-through;
}

.mkd-card__benefits {
    flex: 0 0 220px;
    margin-left: 30px;
}

.mkd-card__benefits_list {
    width: 120px;
    margin: 0 auto;
}

.mkd-card__benefits_item {
    margin-bottom: 20px;
    text-align: center;
}

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

.mkd-card__benefits_image {}

.mkd-card__benefits_img {
    max-width: 100%;
}

.mkd-card__benefits_descr {
    margin-top: 13px;
    color: #9F9F9F;
    font-size: 12px;
}

.mkd-card__benefits_footer {
    margin-top: 47px;
    text-align: center;
}

.mkd-card__footer_img {
    max-width: 100%;
}

.furniture-popup {
    display: flex !important;
    position: fixed;
    left: -100px;
    top: -100px;
    z-index: 1001;
    width: 1px;
    height: 1px;
    padding: 50px 0;
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0.3s;
}

.furniture-popup.show {
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.furniture-popup__body {
    overflow: hidden;
}

.furniture-popup__bg {
    display: block !important;
    left: -100px;
    top: -100px;
    position: fixed;
    width: 1px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
}

.furniture-popup__bg.show {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.furniture-popup__content {
    background: #fff;
    padding: 27px 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    width: 1000px;
    margin: auto;
}

.furniture-popup__not_success {
    display: block;
}

.isSuccess .furniture-popup__not_success {
    display: none;
}

.furniture-popup__success {
    display: none;
}

.isSuccess .furniture-popup__success {
    display: block;
}

.furniture-popup__header {}

.furniture-popup__title {
    font-size: 26px;
    line-height: 26px;
    color: #4D5054;
}

.furniture-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.furniture-popup__close::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 24px;
    height: 2px;
    background: #c4c4c4;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: all 0.2s;
}

.furniture-popup__close::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 24px;
    height: 2px;
    background: #c4c4c4;
    border-radius: 1px;
    transform: rotate(135deg);
    transition: all 0.2s;
}

.furniture-popup__close:hover::before,
.furniture-popup__close:hover::after {
    background: #333;
}

.mkd-furniture {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.mkd-furniture__select {
    position: absolute;
    left: 0;
    top: 0;
    width: 430px;
    height: 100%;
    border-right: 1px solid #C4C4C4;
    display: flex;
    flex-direction: column;
}

.mkd-furniture__params {
    padding-bottom: 30px;
}

.mkd-furniture__param {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.mkd-furniture__param_name {
    font-size: 16px;
    margin-right: 10px;
}

.mkd-furniture__param_value {}

.mkd-furniture__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    overflow: auto;
    padding: 10px 15px 0 0;
}

.mkd-furniture__list::-webkit-scrollbar {
    width: 6px;
}

.mkd-furniture__list::-webkit-scrollbar-track {}

.mkd-furniture__list::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 4px;
    border-right: 2px solid #fff;
}

.mkd-furniture__list::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.mkd-furniture__item {
    flex: 0 0 50%;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.mkd-furniture__item:hover {
    border: 1px solid #30C2FF;
}

.mkd-furniture__item_image {
    height: 125px;
    text-align: center;
    display: flex;
    align-items: center;
}

.mkd-furniture__item_img {
    max-width: 100%;
    max-height: 100%;
}

.mkd-furniture__item_title {
    font-size: 16px;
}

.mkd-furniture__item_price {
    font-size: 16px;
    margin-top: 3px;
}

.mkd-furniture__card {
    margin-left: 460px;
    width: calc(100% - 460px);
    min-height: 550px;
}

.mkd-furniture__card_title {
    font-size: 16px;
}

.mkd-furniture__card__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 0px;
    min-height: 533px;
}

.mkd-furniture__card_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mkd-furniture__card_image {
    /* height: 100%; */
    display: flex;
    align-items: center;
    height: 220px;
}

.mkd-furniture__card_img {
    max-width: 100%;
    max-height: 100%;
}

.mkd-furniture__card_type {}

.mkd-furniture__card_type_title {
    font-size: 16px;
}

.mkd-furniture__card_type_list {
    margin: 11px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mkd-furniture__card_type_item {
    flex: 0 0 50%;
    padding: 0 10px 0 0;
    margin-top: 5px;
}

.mkd-furniture__card_sidebar {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mkd-furniture__benefits_list {
    padding: 0 0 0 50px;
}

.mkd-furniture__benefits_item {
    margin-bottom: 21px;
}

.mkd-furniture__benefits_image {}

.mkd-furniture__benefits_img {
    max-width: 100%;
}

.mkd-furniture__benefits_title {
    margin-top: 8px;
    color: #9F9F9F;
}

.mkd-furniture__complete {}

.mkd-furniture__sidebar_price {
    padding: 0 0 0 50px;
}

.mkd-furniture__sidebar_price_title {
    font-size: 16px;
}

.mkd-furniture__sidebar_price_value {
    font-size: 24px;
    color: #E91A23;
    margin-top: 9px;
}

.mkd-furniture__complete_btn {
    margin-top: 28px;
}

.mkd-specbenefits {
    background: #F3F4F6;
    padding: 53px 0 77px;
}

.mkd-specbenefits>.container {}

.mkd-specbenefits__header {
    font-size: 32px;
    text-align: center;
}

.mkd-specbenefits__list {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.mkd-specbenefits__item {
    width: 210px;
    margin: 0 24px;
}

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

.mkd-specbenefits__img {
    max-width: 100%;
}

.mkd-specbenefits__title {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

.mkd-products {
    padding: 70px 0 30px;
}

.mkd-products>.container {}

.mkd-products__title {
    text-align: center;
    font-size: 32px;
}

.mkd-products .mkd-catalog__list {
    margin-top: 19px;
}

.mkd-products .mkd-catalog__item {
    width: calc(20% - 12px);
}

@media (max-width: 1199px) {
    .default-form .col-xs-6:nth-child(2n+1) {
        padding-right: 10px;
    }

    .default-form .col-xs-6:nth-child(2n+2) {
        padding-left: 10px;
    }

    .radio-labels__item {
        flex: auto;
    }

    .radio-labels__item .input-label {
        width: auto;
        padding: 15px;
        height: 100%;
        line-height: 1;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .radio-labels__item .input-label span {
        margin: 0 auto;
    }

    .__noCircleMobile .radio-labels__item .input-label span::after {
        display: none;
    }

    .auth-form {
        margin: 0 auto 10px;
    }

    .backet-content {
        padding-right: 0;
    }

    .basket-product__mobilemenu {
        display: block;
    }

    .basket-product__head_right {
        position: absolute;
        right: 11px;
        bottom: -40px;
        background: #f3f5f7;
        padding: 5px;
        border-radius: 5px;
        z-index: -1;
        box-shadow: -1px 1px 4px 0px rgb(99 99 99 / 18%);
        opacity: 0;
        transition: all 0.2s;
    }

    .basket-product__head_right.active {
        opacity: 1;
        z-index: 2;
    }

    .basket-product__head_right a {
        position: static;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .basket-product__head_right a span {
        display: block;
        margin-left: 5px;
    }

    .basket-product__status {
        display: none;
    }

    .basket-product__image {
        max-width: 80px;
        max-height: 80px;
    }

    .basket-product__about {
        width: calc(100% - 80px - 10px);
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
        padding-right: 30px;
    }

    .basket-product__params {
        width: 100%;
        padding-bottom: 100px;
    }

    .basket-product__file {
        position: absolute;
        left: 0;
        bottom: 105px;
    }

    .basket-product__total {
        position: static;
        padding-bottom: 110px;
    }

    .basket-product__count {
        position: absolute;
        left: 0;
        bottom: 160px;
    }

    .basket-product__total_result {
        width: auto;
        bottom: 40px;
        text-align: left;
    }

    .basket-sidebar__buttons {
        display: none;
    }

    .basket-total {
        background: #F3F5F7;
    }

    .profile-tabs__list {
        flex-wrap: wrap;
        height: auto;
    }

    .profile-tabs__item {
        flex: 100%;
        height: auto;
    }

    .promo-banner__content_title {}

    .promo-banner__spec_title {
        padding-left: 0;
    }

    .promo-banner__spec_title::before {
        width: 758px;
    }

    .promo-banner__spec_title::after {
        right: 180px;
    }

    .section-default {
        padding: 35px 0;
    }

    .section-default.section-default-0 {
        padding-top: 0;
    }

    .default-benefits {
        flex-wrap: wrap;
    }

    .default-benefits__item {
        flex: 0 0 50%;
    }

    .default-benefits__item::before {
        right: -30px;
    }

    .default-benefits__item:nth-child(even)::before {
        display: none;
    }

    .default-benefits__icon {
        margin: 0 auto;
    }

    .default-benefits__value {
        margin: 0 auto;
    }

    .potoloc-calc__step1,
    .potoloc-calc__step2 {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .potoloc-calc__step2 {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .potoloc-calc__bottom_link {
        left: 0;
    }

    .potoloc-calc__total {
        flex-wrap: wrap;
    }

    .potoloc-calc__total_info {
        flex: 0 0 100%;
    }

    .potoloc-calc__total_value {
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .potoloc-calc__total_value .default-btn {
        display: inline-block;
        margin-left: 10px;
        margin-top: 20px;
    }

    .section-factures {
        padding: 0 0 100px;
    }

    .spec-benefits__item {
        margin-bottom: 20px;
        padding: 0;
    }

    .spec-benefits__value {
        font-size: 14px;
        text-align: left;
        line-height: 14px;
        bottom: -105px;
    }

    .spec-benefits__tabs_item {
        height: 20px;
        font-size: 14px;
        line-height: 14px;
    }

    .section-gallery {
        padding: 40px 0 10px;
    }

    .section-tehnology {
        /* padding: 0px 0 60px; */
    }

    .section-tehnology.__inPage {
        /* padding: 0px 0 60px; */
    }

    .tehnology__item {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }


    .tehnology__full_image {
        display: block;
        text-align: center;
        margin-bottom: 16px;
    }

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

    .tehnology__content {
        /*flex: 0 0 100%;*/
        /*order: 2 !important;*/
        padding: 0;
    }

    .tehnology__title {
        margin-bottom: 20px;
    }

    .tehnology__content.isOpen .tehnology__text {
        display: none;
    }

    .tehnology__content.isOpen .tehnology__full_text {
        display: block;
        margin: 0 0 20px;
    }

    .tehnology__btns {
        position: static;
        justify-content: space-between;
        padding: 0;
    }

    .tehnology__btn_next {
        display: none;
    }

    .tehnology__btn_next_mobile {
        display: block;
        color: #E91A23;
        font-size: 12px;
    }

    .tehnology__content.isOpen .tehnology__btn_next_mobile {
        visibility: hidden;
    }

    .tehnology__bottom {
        margin-top: 45px;
    }

    .column_products__tabs {
        flex-wrap: wrap;
    }


    .rows_products__item {
        flex-wrap: wrap;
    }

    .rows_products__image {
        background-image: none !important;
        flex: 0 0 100%;
    }

    .rows_products__image img {
        display: block;
        margin: 0 auto;
    }

    .rows_products__item_content {
        flex: 0 0 100%;
        padding: 25px 20px 80px;
    }

    .rows_products__btns {
        padding: 0 20px;
    }

    .rows_products__btns .border-btn {
        line-height: 15px;
        font-size: 14px;
        padding: 2px 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .rows_products__btns .order-btn {
        margin-left: 5px;
    }

    .potoloc-card {
        flex-wrap: wrap;
    }

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

    .potoloc-card__content {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 40px;
        padding: 0;
    }

    .potoloc-card__btns .order-btn {
        flex: unset;
    }

    .potoloc-card__btns .border-btn {
        flex: unset;
        max-width: 180px;
    }

    .rows_products__title {
        flex-wrap: wrap;
    }

    .rows_products__title_value {
        margin-bottom: 10px;
    }

    .mkd-collection__list {
        flex-wrap: wrap;
    }

    .mkd-collection__item {
        /* width: 100%;
      margin-right: 0;
      height: auto;
      margin-bottom: 15px; */

        margin: 0;
        width: 19%;
    }

    .mkd-catalog>.row {
        margin: 30px 0 0;
    }

    .mkd-catalog__sidebar {
        padding: 0;
        width: 100%;
    }

    form.smartfilter {
        display: flex;
        justify-content: space-between;
        /* border-bottom: 1px solid #C4C4C4; */
    }

    .mkd-filter__block {
        width: 30%;
        border-bottom: none;
    }

    .mkd-catalog__content {
        width: 100%;
    }

    .mkd-quotes {
        display: none;
    }

    .mkd-catalog__list {
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mkd-catalog__item {
        /* width: 100%; */
        margin: 0 0 20px;
    }

    .mkd-catalog__load_block {
        padding: 0;
        text-align: center;
    }

    .mkd-benefits {
        margin-top: 40px;
    }

    .mkd-benefits__list {
        flex-wrap: wrap;
    }

    .mkd-benefits__item {
        /* width: 100%; */
        margin-right: 0;
        margin-bottom: 20px;
        width: 23%;
    }

    .section-fullslider.__inMkd {
        padding-top: 0;
    }

    .mkd-card {
        padding: 70px 0 0;
        margin-bottom: 40px;
        position: relative;
    }

    .mkd-card__blocks {
        flex-wrap: wrap;
    }

    .mkd-card__slider {
        /* flex: 0 0 100%;
		margin-right: 0;
		margin-bottom: 20px; */

        flex: 0 0 220px;
    }

    .mkd-card__content {
        margin-bottom: 20px;

        width: 288px;
    }

    .mkd-card__title {
        position: absolute;
        top: 15px;
        left: 0;
    }

    .mkd-card__benefits {
        /* flex: 0 0 100%;
		margin-left: 0;
		margin-top: 30px; */

        flex: 0 0 135px;
    }

    .mkd-card__benefits_list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mkd-card__benefits_item {
        margin-bottom: 20px;
        text-align: center;
        flex: 0 0 25%;
    }

    .mkd-card__order {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .mkd-card__price {
        flex: none;
    }

    .mkd-card__order_btns {
        margin-top: 30px;
    }

    .mkd-card__order_btn {
        max-width: 100%;
    }

    .mkd-card__to_call {
        max-width: 100%;
    }

    .mkd-specbenefits__list {
        /* flex-wrap: wrap; */
    }

    .mkd-specbenefits__item {
        width: 100%;
        margin: 0 0 30px;
    }

    .mkd-products .mkd-catalog__item {
        /* width: 100%; */
    }

    .mkd-catalog__item_image {
        height: 280px;
    }

    .mkd-catalog__item_content {
        padding: 0 30px 50px;
    }

    .mkd-catalog__item_content .mkd-catalog__colors {
        height: 160px;
        padding-bottom: 0;
        margin: 15px -3px 0;
    }

    .mkd-catalog__color:nth-of-type(5n) {
        margin-right: 3px;
    }

    .mkd-catalog__color:nth-of-type(5n+1) {
        margin-left: 3px;
    }

    .furniture-popup__content {
        width: 95%;
    }

    .mkd-furniture {
        flex-wrap: wrap;
    }

    .mkd-furniture__select {
        position: static;
        border-right: none;
    }

    .mkd-furniture__list {
        overflow: unset;
        height: auto;
        padding: 10px 0;
    }

    .mkd-furniture__card {
        margin-left: 0;
        width: 100%;
        border-top: 1px solid #ccc;
        padding: 20px 0 0;
    }

    .mkd-furniture__card__blocks {
        flex-wrap: wrap;
    }

    .mkd-furniture__card_image {
        margin: 30px 0;
    }

    .mkd-furniture__card_sidebar {
        flex: 0 0 100%;
        margin-top: 30px;
    }

    .mkd-furniture__benefits_list {
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .mkd-furniture__benefits_item {
        flex: 0 0 50%;
    }

    .mkd-furniture__benefits_image {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .mkd-furniture__complete {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .mkd-furniture__sidebar_price {
        padding: 0 20px 0 0;
    }

    .mkd-furniture__complete_btn {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .promo-banner__spec_title::before {
        width: 648px;
    }

    .promo-banner__spec_title::after {
        right: 70px;
    }

    .promo-banner {
        background-image: url(images/celling/banner-md.png?v=1);
        height: 173px;
        padding-top: 16px;
    }

    .promo-banner__content h1 {
        font-size: 36px;
        line-height: 35px;
        margin: 0;
        margin-left: 100px;
    }

    .promo-banner__btns {
        display: none;
    }

    .promo-banner__btns a {
        font-size: 14px;
        width: 150px;
    }
}

@media (max-width: 789px) {
    .section-default__title {
        font-size: 18px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 20px;
    }

    .section-potoloc-calc {
        padding: 0;
    }

    .section-gallery {
        padding: 0px 0 10px;
    }

    .promo-banner__spec {
        margin-bottom: 35px;
    }

    .promo-banner__spec_title::before {
        width: 455px;
    }

    .promo-banner__spec_title::after {
        right: 35px;
        content: '';
        width: 110px;
        right: inherit;
        left: 422px;
        bottom: 36px;
    }

    .promo-banner__content_title {
        font-size: 32px;
        line-height: 32px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .promo-banner__btns a {
        padding: 0 20px;
    }

    .promo-banner__content_list {
        font-size: 16px;
    }

    .default-benefits__value {
        font-size: 12px;
    }

    .default-gallery__value {
        font-size: 12px;
    }

    .potoloc-calc__step_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .potoloc-calc__param_name {
        font-size: 12px;
    }

    .potoloc-calc__total_info {
        font-size: 12px;
    }

    .potoloc-calc__total_value {
        font-size: 12px;
        margin-top: 0;
    }

    .potoloc-calc__total_price {
        font-size: 16px;
        line-height: 24px;
    }

    .potoloc-calc__info {
        font-size: 12px;
    }

    .tehnology__title {
        font-size: 16px;
    }

    .tehnology__text {
        font-size: 12px;
    }

    .tehnology__full_text {
        font-size: 12px;
    }

    .section-fullslider .section-default__title {
        padding: 0 15px;
    }

    .fullslider__item {}

    .fullslider .owl-item {}


    .celling-popup {
        padding: 20px;
    }

    .celling-popup__content {
        padding: 20px;
        width: 100%;
    }

    .celling-popup__title {
        font-size: 16px;
        line-height: 16px;
    }

    .celling-popup__info {
        flex-wrap: wrap;
    }

    .celling-popup__info_text {
        flex: 100%;
    }

    .celling-popup__info_text p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .celling-popup__info_phone {
        text-align: left;
        margin-bottom: 10px;
    }

    .celling-popup__form_attachment {
        right: 10px;
    }

    .celling-popup__form_submit {
        text-align: center;
        padding: 0 0 20px;
    }

    .section-factures {
        padding: 0 0 80px;
    }

    .spec-benefits__item {}

    .spec-benefits__value {
        font-size: 12px;
        text-align: left;
        line-height: 14px;
        bottom: -95px;
    }

    .spec-benefits__tabs_item {}
}

@media (max-width: 767px) {

    .promo-banner {
        background-image: url(images/celling/banner-xs.png?v=1);
        height: 130px;
        background-size: cover;
        background-position: center;
    }

    .promo-banner__content h1 {
        font-size: 23px;
        line-height: 26px;
        margin: 0;
        margin-left: 0;
        text-align: center;
        padding-right: 120px;
    }
}

@media (max-width: 576px) {
    .promo-banner__spec_title.hide-mobile {
        display: none;
    }

    .promo-banner__spec_title.hide-pc {
        display: block;
    }

    .promo-banner__btns {
        margin-top: 40px;
    }

    .promo-banner__btns a:first-child {
        margin-right: 0;
    }

    .promo-banner__spec_title::before {
        width: 255px;
    }

    .promo-banner__spec_title::after {
        width: 85px;
        right: inherit;
        left: 229px;
        bottom: 24px;
    }

    .promo-banner__spec {
        margin-bottom: 35px;
    }

    .promo-banner__content_title {
        font-size: 28px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .promo-banner__content_list {
        font-weight: 400;
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .promo-banner__btns a {
        margin-right: 0px;
        margin-bottom: 10px;
        min-width: 50%;
        padding: 0 18px;
        text-align: center;
    }


    .section-factures {
        padding: 0 0 100px;
    }

    .spec-benefits__item {}

    .spec-benefits__value {
        bottom: -105px;
    }
}

@media (max-width: 460px) {
    .promo-banner__content_list {
        line-height: 14px;
    }

    .promo-banner__content_list li {
        width: 80px;
    }
}

.custom_h1 {
    font-size: 26px;
    text-align: center;
    font-family: 'HelveticaNeueCyrRoman';
}

.zc45 {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    display: block;
}

.zvb4587 {
    color: #4D5054;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}


.box_prod {
    overflow: hidden;
}

.box_prod .gt_img img {
    transition: all 1s ease-in-out;
}

.box_prod:hover .gt_img img {
    transform: scale(1.09);
}

.rhg546 {
    margin-top: 0;
}

.color_samples.col-md-4 {
    display: none;
}

.tab_block li.active {
    border-bottom: 1px solid red;
    padding-bottom: 7px;
}

.offer_block .name_color.title_h4 {
    font-size: 14px;
}

.offer_block .tbl_line.flex.jb {
    font-size: 14px;
}

.kuh104 {
    margin-top: 40px;
}

.mkd-catalog__item_content .mkd-catalog__colors {
    height: 60px;
    padding-bottom: 33px;
    position: relative;
    overflow: hidden;
}

.mkd-catalog__item_content .mkd-catalog__colors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.add_to_cart2 {
    padding-top: 30px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 15px;
    color: #2A2F36;
    margin: 0 -2px;
}

.add_to_cart2_icon {
    width: 15px;
    height: 15px;
    background: url(/local/templates/std_new/new/images/icon_1.png) center center no-repeat;
    margin-right: 7px;
}

.add_to_cart2:hover {
    color: #E91A23;
}

.add_to_cart2:hover .add_to_cart2_icon {
    background: url(/local/templates/std_new/new/images/icon_2.png) center center no-repeat;
}

.oneclick_btn {
    width: 100%;
    text-align: center;
    max-width: 270px;
}

@media (max-width: 1199px) {
    .oneclick_btn {
        max-width: 100%;
    }
}

@media (max-width: 992px) {

    .mkd-catalog__item {
        width: calc(30% - 12px);
    }

    .load_more {
        width: 45%;
    }

    .mkd-products .mkd-catalog__item {
        width: 33%;
    }

    /* .main-header__cart_btn_text {
		display: none;
	} */

    .main-header__btn_big {
        min-width: 205px;
        text-align: center;
    }

    .main-header__logo_link .main-header__logo_img.__pc {
        /*max-width: 175px;*/
    }

}

@media (max-width: 767px) {

    .mkd-catalog__item {
        width: calc(50% - 12px);
    }

    .mkd-benefits__item {
        width: 48%;
    }

    .mkd-collection__item {
        width: 49%;
        margin-bottom: 15px;
    }

    form.smartfilter {
        flex-wrap: wrap;
    }

    .mkd-filter__block {
        width: 100%;
    }

    .mkd-card__blocks {
        display: block;
    }

    .bx_item_slider img {
        max-width: 50% !important;
    }

    .mkd-card__content {
        width: 288px;
        margin: 0 auto 20px;
    }

    .mkd-card__benefits {
        margin-top: 50px;
    }

    .mkd-card__benefits_footer {
        display: none;
    }

    .mkd-products .mkd-catalog__item {
        width: 49%;
    }

    #home {
        display: block !important;
    }

    .main-header {
        display: none;
    }

}

@media (max-width: 500px) {

    .mkd-catalog__item {
        width: 49%;
    }

    .mkd-catalog__item_image {
        height: 200px;
    }

    .mkd-catalog__item_content {
        padding: 10px 0px 15px;
    }

    .mkd-catalog__item_content .mkd-catalog__colors {
        height: 150px;
    }

    .mkd-catalog__color:nth-of-type(5n) {
        margin-right: 3px;
    }

    .mkd-benefits__item {
        padding: 25px 0px 0px;
        height: 260px;
        color: #424242;
        margin-bottom: 14px;
    }

    .mkd-specbenefits__list {
        flex-wrap: wrap;
    }

    .bx_filter .bx_ui_slider_part span {
        width: 50px !important;
        margin-left: -25px !important;
    }

    .mkd-benefits__title {
        margin-top: 20px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mkd-benefits__descr {
        font-size: 13px;
        padding: 0 7px;
    }

    .mkd-collection {
        margin-top: 25px;
    }

    .mkd-title {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 24px;
    }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .breadcrumbs ul {
        flex-wrap: wrap;
    }

    .breadcrumbs li {
        white-space: nowrap;
        padding-top: 10px;
    }

    .breadcrumbs li:after {
        top: 10px;
    }

    .mkd-card__slider {
        width: 100%;
    }

    .mkd-card__benefits_item {
        flex: 0 0 50%;
    }

    .mkd-card__benefits {
        margin-left: 0;
    }

    .mkd-card__benefits_descr {
        max-width: 110px;
        margin: 13px auto 0;
    }

}


a.dzen-footer
{
	display: inline-block;
	width:21px;
	height:21px;
	background-image: url(images/zen.png);
	margin-bottom:-2px;
	}
	
a.dzen-footer:hover
{
	background-image: url(images/zen-red.png);
	}

.bann_rozygrysh {
    width:100%;
    height: 112px;
    margin-top: 40px;
    border-radius: 8px;
    background: url(/images/rozygrysh-200.png) center top no-repeat;
}

@media (min-width: 700px) and (max-width: 1020px) {
    .bann_rozygrysh {
        margin-top: 0px;
        margin-bottom: 40px;
        background: url(/images/rozygrysh-200-middle.png) center top no-repeat;
    }
}

@media (max-width: 699px) {
    .bann_rozygrysh {
        height: 160px;
        margin-top: 0px;
        margin-bottom: 40px;
        background: url(/images/rozygrysh-200-mini.png) center top no-repeat;
    }
}