/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*  
    Created on : 15.03.2018, 14:21:39
    Author     : Denis
*/
@font-face {
  font-family: 'RopaSansPro-Regular';
  src: url('../fonts/RopaSansPro-Regular.otf');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr-thin';
  src: url('../fonts/helveticaneuecyr-thin.otf');
  font-style: normal;
  font-weight: normal;
}
#scene {
  /* height: 100%!important; */
}

a {
  position: relative;
  /* color: #00a650; */ /*задаём цвет ссылки*/
  cursor: pointer;
  line-height: 1; /*задаём высоту строки*/
  text-decoration: none; /*убираем подчёркивание*/
}
area {
  outline: none;
}
ol.politics > li {
  margin-bottom: 2rem;
}
/* топ меню <a> */
body.not-mobile .header_menu .menu a:before {
  display: block;
  position: absolute;
  top: -4px;
  left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0; /*задаём длинну линии до наведения курсора*/
  height: 1px; /*задаём ширину линии*/
  background-color: #006338; /*задаём цвет линии*/
  content: '';
  transition: width 0.3s ease-out; /*задаём время анимации*/
}
.display-none {
  display: none;
}
body.not-mobile .header_menu .menu a:hover:before,
body.not-mobile .header_menu .menu a:focus:before {
  width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}
/* left menu and home catalog menu <a> */
body.not-mobile #mm_offcanvas-left .tabs-content a,
body.not-mobile .sb_catalog .tabs-content a {
  display: inline-block;
}
body.not-mobile #mm_offcanvas-left .tabs-content .menu li,
body.not-mobile .sb_catalog .tabs-content .menu li {
  padding: 0.3rem 1rem 0.3rem 0.3rem !important;
}
body.not-mobile #mm_offcanvas-left .tabs-content a:after,
body.not-mobile .sb_catalog .tabs-content a:after {
  display: block;
  position: absolute;
  left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0; /*задаём длинну линии до наведения курсора*/
  height: 1px; /*задаём ширину линии*/
  background-color: #006338; /*задаём цвет линии*/
  content: '';
  transition: width 0.3s ease-out; /*задаём время анимации*/
  border-color: transparent;
  border: 0;
  top: 100%;
  margin-top: 0;
}
body.not-mobile #mm_offcanvas-left .tabs-content a:hover:after,
body.not-mobile #mm_offcanvas-left .tabs-content a:focus:after,
body.not-mobile .sb_catalog .tabs-content a:hover:after,
body.not-mobile .sb_catalog .tabs-content a:focus:after {
  width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}
/* content <a>*/
body.not-mobile .content_wp a:after {
  display: block;
  position: absolute;
  left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
  bottom: 0;
  width: 0; /*задаём длинну линии до наведения курсора*/
  height: 1px; /*задаём ширину линии*/
  background-color: #006338; /*задаём цвет линии*/
  content: '';
  transition: width 0.3s ease-out; /*задаём время анимации*/
}
body.not-mobile .content_wp .marquiz__container a:after {
  bottom: -50%;
  width: 45px;
  height: auto;
  background-color: transparent;
}
body.not-mobile .content_wp a:hover:after,
body.not-mobile .content_wp a:focus:after {
  width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

body.not-mobile .content_wp a.sb_import {
  font-weight: bold;
}
body.not-mobile .content_wp a.sb_import:after {
  display: block;
  position: absolute;
  left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0; /*задаём длинну линии до наведения курсора*/
  height: 1px; /*задаём ширину линии*/
  background-color: #006338; /*задаём цвет линии*/
  content: '';
  transition: width 0.3s ease-out; /*задаём время анимации*/
  width: 100%;
}

a.not-underline:after,
a.button:after {
  display: none !important;
}
a.button:hover {
  background-color: #006338;
}
.icon__spinner {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;

  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;

  /* top: 50vh;
    left: 50vw;
    margin-left: -5vw;
    margin-top: -5vh;
    width: 10vw;
    height: 10vw; */
}
.display-inline-block {
  display: inline-block;
}
.footer,
body.home .sb_footer {
  background-color: #f0f0f0;
}
.footer hr {
  margin-top: 0;
}
.sb_gproduct_description {
  font-family: 'RopaSansPro-Regular';
}
#sb_ratings_wraper {
  font-family: 'Helveticaneuecyr-thin';
}
body.page article.content {
  padding-top: 1rem;
}
.sb_footer {
  border-top: 1px solid #ccc;
}
.sb_footer .sb_footer_social,
.sb_footer_social p,
.footer_web_design {
  text-align: right;
}
.footer_copy_web_wrapp p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button {
  padding: 3px !important;
}
.slick-dots li button {
  background: #d4d4d4 !important;
  border: 3px solid #fff !important;
  border-radius: 100%;
  width: 5px !important;
  height: 5px !important;
}
.slick-dots li button:hover {
  background: #006338 !important;
  border: 3px solid #006338 !important;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background: #006338 !important;
  border: 3px solid #006338 !important;
  border-radius: 100%;
}
ul.sb_list_furniture {
  list-style: none;
  margin-left: 0;
}
ul.sb_list_furniture .card-section .button {
  background-color: #006338;
  border: 1px solid transparent;
}
ul.sb_list_furniture .card-section .button:hover,
ul.sb_list_furniture .card-section .button:focus {
  background-color: #fff;
  border: 1px solid #006338;
  color: #006338;
}
div.content_wp ul.sb_list_furniture a:hover,
div.content_wp ul.sb_list_furniture a:focus {
  text-decoration: none;
}
ul.sb_list_furniture li.cell,
ul.cat_list li.cell {
  margin-bottom: 1rem;
}
ul.sb_list_furniture li.cell .card,
ul.cat_list li.cell .card {
  height: 100%;
}
ul.sb_list_furniture li.cell .card .card-section h4,
ul.cat_list li.cell .center_p h4 {
  font-size: 1.5rem;
  display: inline-block;
}
ul.sb_list_furniture li.cell .card .card-section p.price,
ul.sb_list_furniture li.cell .card .card-section p.price_ru {
  color: #006338;
  font-family: 'RopaSansPro-Regular';
  font-size: 1.4rem;
}
article.content ul.sb_list_furniture li {
  padding-right: 1rem;
}
article.content ul.sb_list_furniture li > div {
  position: relative;
}
article.content p {
  line-height: 1.4;
  font-family: 'Helveticaneuecyr-thin';
  font-size: 1.5rem;
  font-size: 1.2rem;
}
article.content ul,
article.content ol {
  font-size: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: 'Helveticaneuecyr-thin';
}
section.category_products ul {
  list-style: none;
  margin-left: 0;
}
article.content hr {
  max-width: 100%;
  border-bottom: 3px solid #cacaca;
}
article.content section.content_section figure {
  padding-right: 1rem;
}
article.content section.content_section aside {
  padding-left: 1rem;
}
.cat_list .card,
.sb_list_furniture .card,
.sb_list_furniture .card h4 {
  margin-bottom: 0;
}
/****************/
.summary.entry-summary form table.variations td {
  padding: 0.5rem 0.625rem 0.625rem !important;
}
.summary.entry-summary form table.variations td a.reset_variations,
.summary.entry-summary form table.variations td.label {
  display: none !important;
}
.sb_gproduct_description ul.slides {
  list-style: none;
  margin-left: 0;
}
.sb_gproduct_description ul.slides li {
  padding-right: 0.5rem;
}
.price_area > p,
.price_wrap {
  display: inline-block;
}
section.related.products {
  /* display:none; */
  clear: both;
}
section.grouped_product aside {
  text-align: center;
}
.woocommerce div.product div.images img {
  width: auto;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: none;
}

/****************/
header.header .is-dropdown-submenu {
  min-width: 115px;
  text-align: left;
  padding-right: 0;
}
body {
  /* opacity: 1!important; */
}
article.content div.content_wp a {
  color: #006338;
  height: 100%;
  position: relative;
  /* display: inline-block; */
  line-height: 1.4;
}
article.content div.content_wp a.d_i,
body.category-229 article.content div.content_wp a,
body.category-1569 article.content div.content_wp a,
body.post-type-archive-sb_live article.content div.content_wp a,
body.post-type-archive-sb_blog article.content div.content_wp a {
  display: inline-block;
}
article.content div.content_wp .content_section .sb_thumbnail_cat a,
article.content div.content_wp .gallery a {
  display: inline-block;
}
article.content div.content_wp .woocommerce-product-gallery a,
article.content div.content_wp ul.accordion li.accordion-item > a {
  display: block;
}
article.content div.content_wp a.button {
  color: #fff;
}
div.content_wp a:hover,
div.content_wp a:focus {
  outline: none;
  color: #006338;
  text-decoration: none;
}
.sb_catalog a {
  color: #414141;
}
.sb_catalog a:hover {
  color: #414141;
}
ul.card__meta,
ol.comment-list {
  list-style: none;
}
.site__wrapper .card {
  border: 1px solid transparent;
  border: 0;
}
.site__wrapper .card .card__image {
  max-height: 50%;
}
p.comment-form-cookies-consent {
  display: none;
}
.intro.footer {
  padding: 0;
}
body.home .intro.footer {
  padding: 1rem 0;
}
header.header .dropdown.menu > li.opens-right > .is-dropdown-submenu,
header.header .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  border-top: 0;
}
#mm_offcanvas-close ul.tabs li.is-active a[aria-selected='true'],
.sb_catalog ul.tabs li.is-active a[aria-selected='true'] {
  background: #006338;
  color: #fff;
}
.sb_catalog .tabs-content {
  border: 0;
}
.sb_catalog .sb_slider_one_img .slick-list.draggable {
  min-height: 400px;
}
.menu a,
.menu .button {
  padding: 0.7rem 1rem 0.7rem 0.3rem !important;
  padding: 0 !important;
  /* display: inline; */
}
.menu li {
  padding: 0.7rem 1rem 0.7rem 0.3rem !important;
  padding: 0.7rem 1rem 0.5rem 0.3rem !important;
}
.menu a:hover,
.menu .button:hover {
  color: #006338;
}

#mm_offcanvas-left,
#mm_offcanvas-right {
  background-color: #fff !important;
}
#mm_offcanvas-left.active {
  /* overflow: scroll; */
  overflow-y: scroll;
}
#mm_offcanvas-right ul {
  padding: 0 2rem;
}
#mm_offcanvas-right a {
  text-align: left;
  text-transform: uppercase;
  font-family: 'RopaSansPro-Regular';
  color: #4c4c4c;
}

.tabs,
.tabs-content {
  font-family: 'RopaSansPro-Regular';
  text-transform: uppercase;
}
.without-actions-tabs-title > a,
.tabs-title > a {
  font-size: 0.95rem;
}

.fp-controlArrow.fp-next,
.slick-next {
  border-radius: 100%;
  background-color: #006338;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 9px 5px 0px 0;
  cursor: pointer;
}
.fp-controlArrow.fp-next::after,
.slick-next::after {
  position: relative;
  content: '';
  display: block;
  width: 13px;
  margin: 0 auto;
  height: 13px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.fp-controlArrow.fp-prev,
.slick-prev {
  border-radius: 100%;
  background-color: #006338;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 9px 0px 0px 5px;
  cursor: pointer;
}
.fp-controlArrow.fp-prev::after,
.slick-prev::after {
  position: relative;
  content: '';
  display: block;
  width: 13px;
  margin: 0 auto;
  height: 13px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
}
p {
  color: #000;
  line-height: 1.4;
  font-family: 'Helveticaneuecyr-thin';
}
.sb_firm_shops {
  /* background: #e2e2e2; */
  border-radius: 6px;
  padding: 0;
  font-family: 'RopaSansPro-Regular';
  text-transform: uppercase;
}
.sb_firm_shops p {
  line-height: 1.4;
  font-family: 'Helveticaneuecyr-thin';
  margin-bottom: 0.5rem;
}
.sb_firm_shops ul {
  list-style: none;
  margin-left: 0;
}
.sb_firm_shops ul li {
  padding-bottom: 1rem;
  line-height: 1.2;
  padding-left: 0 !important;
}
.sb_firm_shops a {
  color: #006338;
}
.sb_firm_shops a:hover {
  /* color: #4c4c4c; */
  text-decoration: underline;
}
.ready1 .fp-scrollable {
  /* padding-top: 57px; */
}
.fp-tableCell {
  /* display: block;
	vertical-align: baseline; */
}
ul.by_type_of_subject {
  margin-left: 0;
  display: block;
}
ul.by_type_of_subject li {
  float: left;
  width: 33.3%;
}
body.home .fake_header,
body.page-id-21676 .fake_header {
  display: none;
}
.display_none {
  display: none;
}
#content {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sb_spinner {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  color: #006338;
}
body.mm_ajax_load .sb_spinner {
  display: block;
  opacity: 1;
}
body.mm_ajax_load #content {
  opacity: 0;
  z-index: -1;
}
.sb_spinner .icon {
  width: 100%;
  height: 100%;
}
.slider {
  /* width: 50%; */
  margin: 100px auto;
  background-color: transparent !important;
}
.sb_home_center_slider .slick-list {
  overflow: visible !important;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  /* opacity: .2; */
  /* opacity: 0; */
}
.slick-slide['data-slick-index='0''] {
  opacity: 0;
}

.slick-active {
  /* opacity: .5; */
}

.slick-current {
  opacity: 1;
}

/* .section .fp-tableCell .sb_arrow_center{
	position: absolute;
    bottom: 3%;
    left: 0%;
} */
.sb_home_center_slider .all_slides .txt {
  padding: 1rem 0;
  font-family: 'Helveticaneuecyr-thin';
  font-size: 1.3rem;
}
a.link {
  padding: 0.5rem;
  font-family: 'Helveticaneuecyr-thin';
  font-size: 1.2rem;
  border: 1px solid #ccc;
  color: #4c4c4c;
}
a.link:hover {
  color: #fff;
  background-color: #006338;
  border: 1px solid #006338;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 50px;
  color: #006338;
}

#fp-nav ul li a span {
  background: #d4d4d4;
}
#fp-nav ul li a:hover span,
#fp-nav ul li a.active span {
  background: #006338;
}

.fp-controlArrow,
.slick-arrow {
  bottom: 50px !important;
  bottom: 5px !important;
  top: auto;
}
.fp-controlArrow .icon,
.sb_arrow_center .icon {
  border-radius: 100%;
  background-color: #006338;
  color: #fff;
  bottom: 0 !important;
  width: 30px;
  height: 30px;
}
.slick-arrow {
  position: absolute;
  margin-top: -35px;
}
.fp-controlArrow.fp-prev,
.slick-arrow.slick-prev {
  border-width: 15.5px 21px 15.5px 0;
  border-width: 0;
  left: 45vw;
  border-color: transparent #006338 transparent transparent;
}
.fp-controlArrow.fp-next,
.slick-arrow.slick-next {
  border-color: transparent transparent transparent #006338;
  border-width: 15.5px 0 15.5px 21px;
  border-width: 0;
  right: 45vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'RopaSansPro-Regular';
}

.sb_txt_news,
.sb_why,
.sb_company_stores .sb_text,
.sb_reviews .sb_text {
  font-size: 1.3rem;
  font-family: 'Helveticaneuecyr-thin';
  padding: 0 1rem 0 0;
}
body.home .content_wp {
  font-size: 1.3rem;
  font-family: 'Helveticaneuecyr-thin';
  padding: 0 0 0 3rem;
}
body.home.mobile .content_wp {
  padding: 0 0 0 1rem;
}
.sb_txt_news .sb_title,
.sb_why .sb_title,
.sb_company_stores .sb_title,
.sb_reviews .sb_title {
  color: #006338;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
}
.sb_why .sb_text ul,
ul.check {
  margin-left: 2rem;
  list-style-image: url('../img/general/ok.png');
}
.sb_txt_news .sb_text a {
  border: 1px solid #ccc;
  font-size: 1.5rem;
  font-family: 'Helveticaneuecyr-thin';
  padding: 0.5rem;
  color: #4c4c4c;
}
.sb_txt_news .sb_text a:hover {
  color: #fff;
  background-color: #006338;
}

.sb_tabs_list {
  padding-top: 4px;
  list-style: none;
  text-align: right;
  text-transform: uppercase;
  font-family: 'RopaSansPro-Regular';
}
.sb_tabs_list li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.sb_tabs_list li.is-active {
  background-color: #006338;
  color: #fff;
}

/* body.home:after {
    width: 93px;
    position: absolute;
    position: fixed;
    height: 75px;
    bottom: 0;
    left: 49%;
    background-size: 63%;
    background-repeat: no-repeat;
    content: " ";
    background-image: url(../img/general/mouse.png);
} */

header.header {
  background: #fff;
  transition: all ease-in-out 0.3s;
  border: 0;
  z-index: 500;
  border-bottom: 1px solid #ccc;
}
.header_hamburger_left {
  padding-top: 0.4rem;
}
.header_logo {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.online_test {
  display: none;
}
body.BY header .online_test {
  display: none;
}
body.BY header .show-for-large .online_test {
  display: block;
  position: relative;
  float: left;
}
body.BY header .show-for-large .online_test img {
  max-height: 58px;
  margin: 0 auto;
  display: block;
  padding: 0 0 0 3.5rem;
}
.header_hamburger_right {
  padding-top: 0.4rem;
}
.header_language {
  font-family: RopaSansPro-Regular;
  line-height: 1.4;
  /* padding-top: .4rem; */
  padding-right: 1rem;
  color: #d9d9d9;
  /* float:right; */
  padding-top: 8px;
}
.sb_news {
}
.fullpage .section {
  padding: 0 1rem 0 3rem;
  /* padding: 0 1rem 0 1rem; */
}
.mm2_menu-button {
  display: block;
  margin: 0 auto;
}
.header_menu ul {
  font-family: RopaSansPro-Regular;
  padding-right: 0.5rem;
  text-transform: uppercase; /* float:right; */
  list-style: none;
  margin: 0;
}
/* .header_menu ul{position: absolute;} */
.header_menu ul li {
  display: inline-block;
  padding-left: 0.4rem;
}
.header_menu ul li a {
  color: #4c4c4c;
}
.header_menu ul li a:hover {
  color: #006338;
}
.header_menu ul li.menu-item-68 a,
.header_menu ul li.menu-item-70 a {
  color: red;
}
#mm_offcanvas-close {
  background-color: rgba(255, 255, 255, 0.4);
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: -14px !important;
}

.sb_news_social {
  font-family: 'Helveticaneuecyr-thin';
}
.sb_news_social a,
.sb_footer_social a {
  display: inline-block;
}
.sb_news_social .icon,
.sb_footer_social .icon {
  width: 35px;
  height: 35px;
  fill: #4c4c4c;
}

.mm_static_circle {
  width: 35vw;
  /* width: 40vw; */
  /* width: auto; */
  margin-top: 0;
  margin-left: -17.5vw;
  position: absolute;
  top: 21%;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 8vh;
  /* height: 40vh; */
}
.mm_static_circle img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.45, 1.43);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.45, 1.43);
}
.section.ready1 .mm_static_circle img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section.ready1 .fp-tableCell {
  /* display: block; */
  position: relative;
}

.mm_rewards {
  height: 6vh;
  margin-top: 2vh;
}
.mm_rewards img {
  margin: 0 auto;
  display: block;
  /* height: 100%; */
}

.mm_static_background {
  display: block;
  background: url(../img/slider_home/background.png) center no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 3%;
  right: 10%;
  bottom: 3%;
  left: 10%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: auto;
}

.parallax-viewport {
  z-index: -1;
  /* max-width: 72vw;
	max-width: 56vw; */
  height: 70vh;
  /* height: 38vw; */
  position: relative;
  margin: 0 auto;
  /* background: #ccc; */
}

/*woocomerce*/
.sb_breadcrumb {
  padding: 0.5rem 0;
  line-height: 1.4;
  font-family: 'Helveticaneuecyr-thin';
  font-size: 1rem;
}
article.content .sb_breadcrumb p {
  margin-bottom: 0;
  font-size: 1rem;
}
.sb_breadcrumb a,
.sb_breadcrumb span {
  color: #777;
}
body.single.single-product.woocommerce.woocommerce-page.woocommerce .woocommerce-breadcrumb {
  padding-left: 8.3333333333%;
}
.woocommerce .woocommerce-breadcrumb {
  /* padding: .5rem 8.3333333333%; */
  padding: 0.5rem 0;
  line-height: 1.4;
  font-family: 'Helveticaneuecyr-thin';
  font-size: 1rem;
}
.woocommerce-pagination {
}
.woocommerce-pagination ul.page-numbers {
  list-style: none;
}
.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce-pagination {
}
div.product div.images a.woocommerce-product-gallery__trigger img {
  display: none;
}
body.archive.tax-product_cat.woocommerce #content {
  padding: 1rem 0;
}
body.archive.tax-product_cat.woocommerce #content #primary {
  padding: 0 1rem 0 1rem;
}
body.archive.tax-product_cat.woocommerce #content #secondary {
  padding: 0 1rem 0 1rem;
}
body.archive.tax-product_cat.woocommerce #content #secondary aside.widget.woocommerce {
  padding-bottom: 1rem;
}
body.archive.tax-product_cat.woocommerce
  #content
  #secondary
  aside.widget.woocommerce
  div.widget-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: 'RopaSansPro-Regular';
  text-transform: uppercase;
}
body.archive.tax-product_cat.woocommerce #content #secondary aside.widget.woocommerce ul li a,
body.archive.tax-product_cat.woocommerce #content #secondary aside.widget.woocommerce ul li span {
  font-family: 'Helveticaneuecyr-thin';
}
body.archive.tax-product_cat.woocommerce #content #secondary aside.widget.woocommerce form {
  padding-top: 1rem;
}
body.archive.tax-product_cat.woocommerce
  #content
  #secondary
  aside.widget.woocommerce
  form
  div.price_slider_amount {
  padding-top: 1rem;
}
body.archive.tax-product_cat #content #primary header.woocommerce-products-header {
  margin-bottom: 1rem;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom-color: #006338;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #ebe9eb;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #006338;
  background-color: #006338;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:first-child {
  /* border-left-color: #fff; */
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #006338;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #00d038;
}
.woocommerce .product-type-variable .woocommerce-variation.single_variation,
.woocommerce .product-type-variable .woocommerce-variation-add-to-cart.variations_button {
  float: left;
}
.woocommerce .product-type-simple p.price {
  float: left;
}
.woocommerce .product-type-simple p.price .woocommerce-Price-amount.amount {
  padding-right: 2rem;
}
.woocommerce .product-type-simple .summary.entry-summary p {
  margin-bottom: 0;
}
/*woocomerce*/
.unlogin_button {
  border: 1px solid transparent;
  color: #fff;
  padding: 0.2rem 0.4rem;
  background: #006338;
  margin-right: 0.2rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  display: inline-block;
}
.unlogin_button:hover,
.unlogin_button:active,
.unlogin_button:focus {
  outline: none;
  color: #006338;
  text-decoration: none;
  background: #fff;
  border: 1px solid #006338;
}
.sb_footer {
  padding-top: 0 !important;
}

.dots1 {
  position: absolute;
  top: 0vw;
  left: 25vw;
}
.dots1 > div {
  position: absolute;
  width: 48vw;
  display: block;
  left: 0px;
  top: 0px;
}
.dots1 > div > img {
  width: 48vw;
}
.dots2 {
  position: absolute;
  top: 0vw;
  left: 25vw;
}
.dots2 > div {
  position: absolute;
  width: 48vw;
  display: block;
  left: 0px;
  top: 0px;
}
.dots2 > div > img {
  width: 48vw;
}
.dots3 {
  position: absolute;
  top: 0vw;
  left: 25vw;
}
.dots3 > div {
  position: absolute;
  width: 48vw;
  display: block;
  left: 0px;
  top: 0px;
}
.dots3 > div > img {
  width: 48vw;
}
.furniture1 {
  position: absolute;
  top: 2vw;
  top: 4vh;
  left: 32vw;
}
.furniture1 > div {
  position: absolute;
  width: 21vw;
  display: block;
  left: 0;
  top: 0;
}
.furniture1 > div > img {
  width: 21vw;
}
.furniture2 {
  position: absolute;
  top: 4vw;
  top: 7vh;
  left: 53vw;
}
.furniture2 > div {
  position: absolute;
  width: 18vw;
  display: block;
  left: 0;
  top: 0;
}
.furniture2 > div > img {
  width: 18vw;
}
.furniture3 {
  position: absolute;
  top: 22vw;
  top: 34vh;
  left: 58vw;
}
.furniture3 > div {
  position: absolute;
  width: 12vw;
  display: block;
  left: 0;
  top: 0;
}
.furniture3 > div > img {
  width: 12vw;
}
.furniture4 {
  position: absolute;
  top: 32vw;
  top: 56vh;
  left: 43vw;
}
.furniture4 > div {
  position: absolute;
  width: 18vw;
  display: block;
  left: 0;
  top: 0;
}
.furniture4 > div > img {
  width: 18vw;
}
.furniture5 {
  position: absolute;
  top: 24vw;
  top: 45vh;
  left: 29vw;
}
.furniture5 > div {
  position: absolute;
  width: 14vw;
  display: block;
  left: 0;
  top: 0;
}
.furniture5 > div > img {
  width: 14vw;
}
.furniture6 {
  position: absolute;
  top: 13vw;
  top: 25vh;
  left: 28vw;
}
.furniture6 > div {
  position: absolute;
  width: 16vw;
  display: block;
  left: 0;
  top: 0;
}
.furniture6 > div > img {
  width: 16vw;
}

.product_information section.content_section {
  border-bottom: 2px solid #006338;
  border-top: 0;
  padding-bottom: 1rem;
}
.product_information section.content_section aside header h1 {
  color: #006338;
}
.sb_gallery {
  padding: 0.5rem 0;
}
.sb_gallery .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#content .gallery .gallery-item .gallery-icon img {
  border: 0;
}

.sales_products_wrap ul {
  list-style: none;
  margin-left: 0;
}
.sales_products_wrap .img_sale {
  position: relative;
}
.sales_products_wrap img.sb_sales_img {
  position: absolute;
  top: 30px;
  left: 0;
  border: 0;
}
.sales_products_wrap a {
  position: relative;
  display: block;
}

img.alignleft {
  float: left;
  padding-right: 1rem;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
img.alignright {
  float: right;
  padding-left: 1rem;
}

.form_maps {
  padding: 0 0.5rem 0 0;
}
.form_maps p span.your-message textarea {
  height: 180px;
  max-height: 180px;
  min-width: 100%;
}
.google_maps {
  padding: 0 0 0 0.5rem;
}

ul.accordion ul {
  list-style: none;
}
.accordion-title {
  font-size: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-content {
  margin-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}

body.page-id-59 .accordion-content .office_leaf span.office_telephone span,
body.page-id-59 .accordion-content .magazine p.office_telephone span {
  display: none;
}

.sb_tags_all {
  display: none;
}

/* buttons slide left or right */
.fp-controlArrow.fp-next,
.slick-arrow.slick-next,
.fp-controlArrow.fp-prev,
.slick-arrow.slick-prev {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.section.active.fp-completely .fp-controlArrow.fp-next,
.section.active.fp-completely .slick-arrow.slick-next,
.section.active.fp-completely .fp-controlArrow.fp-prev,
.section.active.fp-completely .slick-arrow.slick-prev {
  opacity: 0.5;
}

.fp-controlArrow.fp-next,
.slick-arrow.slick-next {
  /*     width: 49.6%;
    border-radius: 0;
    right: auto;
    left: 50%;
	background-color: #ccc; */
}
.fp-controlArrow.fp-next:hover,
.slick-arrow.slick-next:hover {
  /* background-color: #006338; */
  opacity: 1 !important;
}
.fp-controlArrow.fp-next,
.slick-arrow.slick-next {
  /* bottom: 0!important; */
}
.fp-controlArrow.fp-prev,
.slick-arrow.slick-prev {
  /* 	width: 49.6%;
	border-radius: 0;
	left:0;
	background-color: #ccc;  */
}
.fp-controlArrow.fp-prev:hover,
.slick-arrow.slick-prev:hover {
  /* background-color: #006338; */
  opacity: 1 !important;
}
.fp-controlArrow.fp-prev,
.slick-arrow.slick-prev {
  /* bottom: 0!important; */
}
/* buttons slide left or right */

body.archive.category.category-229 .card,
body.archive.category.category-1569 .card,
body.post-type-archive-sb_blog .card,
body.post-type-archive-sb_live .card,
.sales_products_wrap ul li,
.sb_sale_page ul li,
.gallery dl.gallery-item {
  padding-right: 0.5rem;
}

body.archive.category.category-229 .card .card__meta,
body.archive.category.category-1569 .card .card__meta,
body.post-type-archive-sb_blog .card .card__meta,
body.post-type-archive-sb_live .card .card__meta {
  display: none;
}

#secondary {
  padding-right: 1rem;
}
.unfair_sellers {
  border: 1px solid red;
  padding: 1rem;
}
.unfair_sellers h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
.unfair_sellers ul {
  list-style: none;
  margin-left: 0;
}
.unfair_sellers ul li {
  font-size: 0.9rem;
}

.content_wp {
  padding-right: 1rem;
}
body.mobile .content_wp {
  padding-left: 1rem;
}
body.mobile .sidebar_right_wp {
  padding-left: 1rem;
  padding-right: 1rem;
}
.attention_cm .title_attention {
  color: #ff2c19;
  display: block;
  font-size: 1rem;
}
.attention_cm p {
  margin-bottom: 0;
  font-size: 0.95rem !important;
}

.related.products ul.products a.add_to_cart_button {
  display: none;
}

.follow_link_ru {
  display: none;
}
html.ru .follow_link_ru {
  display: inline;
}
.follow_link_en {
  display: none;
}
html.en .follow_link_en {
  display: inline;
}

.rus_form_wrap .rus_form span.your-message textarea {
  min-height: 90px;
  height: 90px;
  max-height: 90px;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
.rus_form_wrap .rus_ban {
  padding-left: 1rem;
}

.mm_offcanvas_panel {
  width: 30vw;
}
body.mobile .mm_offcanvas_panel {
  width: 100vw;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap.check {
  display: inline-block;
}
.wpcf7-form-control-wrap.check span.wpcf7-list-item {
  margin: 0 1rem 0 0;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.single_variation_wrap{
	display:none!important;
}*/
form.cart .quantity,
form.cart button.single_add_to_cart_button {
  /* display:none;  */
}
.product_meta span.sku_wrapper,
.product_meta span.posted_in {
  display: none;
}

input.mm_search::-moz-placeholder {
  color: #000; /* Цвет подсказывающего текста */
}
input.mm_search::-webkit-input-placeholder {
  color: #000;
}
input.mm_search:-ms-input-placeholder {
  color: #000;
}
input.mm_search::-ms-input-placeholder {
  color: #000;
}
input.mm_search::placeholder {
  color: #000;
}

#mmsearch {
  /* width: 0px; */
}
.test {
  display: none;
}
.test #mmsearch input.mm_search {
  padding: 0;
  line-height: 1;
  padding-right: 50px;
  padding-left: 5px;
  margin-bottom: 0;
  height: 30px;
  width: 200px;
  -webkit-transition: width 0.55s ease-out;
  -moz-transition: width 0.55s ease-out;
  -ms-transition: width 0.55s ease-out;
  -o-transition: width 0.55s ease-out;
  transition: width 0.55s ease-out;
}
.test #mmsearch input.mm_search:focus {
  width: 400px;
}
.test #mmsearch .rr:focus img.search_ico {
  display: none;
}
.test img.search_ico {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 2px;
  width: 25px;
}
.test {
  float: right;
}
.header_language_txt {
  float: right;
  padding-top: 0.4rem;
}

span.onsale {
  display: none;
}
p.price {
}
p.price ins {
  display: inline-block;
}
p.price del {
  display: inline-block;
}
.sb_thumbnail_cat {
  position: relative;
}
.menu-container ul.menu li.menu-item ul.sub-menu.submenu {
  list-style: none;
}
p.stock.out-of-stock {
  display: none;
}
.card-section {
  position: relative;
}
.card p.price_per_set {
  font-size: 1.4rem;
  font-family: 'RopaSansPro-Regular';
  /* float: right; */
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.sb_price_per_set p.price span {
  color: #006338;
  font-size: 2rem;
  font-family: 'RopaSansPro-Regular';
}
.sb_price_per_set p.price a.button {
  float: right;
  color: #fff !important;
  background-color: #006338;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-family: 'Helveticaneuecyr-thin';
  font-weight: normal;
  border-radius: 0;
}
.sb_price_per_set p.price a.button:hover {
  color: #006338 !important;
  background-color: #fff;
  border: 1px solid #006338;
}
.sm_installments {
  padding-bottom: 2rem;
}
.woocommerce a.button.buy_by_installments {
  float: right;
  color: #006338 !important;
  background-color: #fff;
  border: 1px solid #006338;
  text-transform: uppercase;
  font-family: 'Helveticaneuecyr-thin';
  font-weight: normal;
  border-radius: 0;
}
.woocommerce a.button.buy_by_installments:hover {
  color: #fff !important;
  background-color: #006338;
  border: 1px solid transparent;
}

/* эксперемент по МЕНЮ */
.menu-container li a {
  padding: 0.3rem 0.5rem 0.3rem 0.3rem !important;
}
.menu-container li a:hover {
  padding: 0.3rem 0.5rem 0.3rem 0.3rem !important;
  background: #006338 !important;
  color: #fff !important;
}
.header_menu ul li {
  padding: 0.4rem 0rem 3px 0.3rem !important;
}
.header_menu ul li.menu-item-has-children {
  padding: 0.4rem 12px 3px 0.3rem !important;
}
.header_menu ul li ul.sub-menu li {
  padding: 0.4rem 0.3rem 0.4rem 0.3rem !important;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: -12px !important;
}
.tabs-content .menu-container li a {
  padding: 0.3rem 1rem 0.3rem 0.3rem !important;
}
.tabs-content .menu-container li a:hover {
  padding: 0.3rem 1rem 0.3rem 0.3rem !important;
  background: #006338;
  color: #fff;
}

.availible_variations .flexslider_mobile.sb_availible_variations_wrap p.name {
  font-size: 0.9rem;
}

/* zoom img start*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  right: 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 10%;
  margin-top: 0;
  width: 45%;
  height: 90%;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  top: 40%;
}
/* zoom img end*/

.sb_doc a {
  border: 1px solid transparent;
  color: #fff !important;
  padding: 1rem;
  background: #006338;
  margin-right: 1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.sb_doc a::after {
  display: none !important;
}
.sb_doc a:hover {
  background: #fff;
  color: #006338 !important;
  border: 1px solid #006338;
}
.woocommerce div.product div.images .flex-control-thumbs {
  padding-top: 1rem;
}
.woocommerce div.product form.cart div.quantity {
  display: none !important;
}
.woocommerce article.content div.product p.price,
.woocommerce article.content div.product span.price,
.woocommerce article.content div.product span.price_ru {
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}
.woocommerce article.content div.product p.price ins span {
  font-weight: normal;
  color: #006338;
}
.woocommerce article.content div.product span.price,
.woocommerce article.content div.product span.price_ru {
  color: #006338;
}
.woocommerce article.content div.product .summary.entry-summary p.price span {
  font-weight: normal;
  color: #006338;
  font-size: 1.7rem;
}
.woocommerce article.content div.product .summary.entry-summary p.price ins span {
  font-size: 1.7rem;
}
.woocommerce article.content div.product.sale .summary.entry-summary p.price ins span {
  color: red;
}
.woocommerce article.content div.product .summary.entry-summary p.price del span {
  color: #000;
  font-size: 1.25rem;
}
.woocommerce article.content div.product .summary.entry-summary span.price,
.woocommerce article.content div.product .summary.entry-summary span.price_ru {
  font-size: 1.7rem;
  padding-right: 2rem;
}
.woocommerce article.content div.product .summary.entry-summary span.price del span {
  font-size: 1.25rem;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border-radius: 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: #fff;
}
.woocommerce table.shop_attributes th {
  font-weight: normal;
  font-family: 'RopaSansPro-Regular';
  text-transform: uppercase;
  text-align: left;
}
.woocommerce table.shop_attributes p {
  font-size: 1rem;
}
.woocommerce div.product .product_title {
  color: #006338;
}
.woocommerce div.product div.summary.entry-summary h2 {
  font-size: 1.2rem;
  color: #006338;
}
.woo-variation-swatches-stylesheet-enabled
  .variable-items-wrapper[data-attribute_name='attribute_pa_group-options']
  .variable-item:not(.radio-variable-item).selected {
  background: #006338;
  color: #fff;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur
  .variable-item:not(.radio-variable-item).disabled {
  display: none;
}

/* checkout */
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background-color: #006338;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #006338;
}
.cart-collaterals tr.shipping form.woocommerce-shipping-calculator {
  display: none;
}
.woocommerce .woocommerce-shipping-fields {
  display: none;
}

.woocommerce .actions input.btn {
  background-color: #006338;
  color: #fff;
  border-width: 0;
  padding: 6px 6px 5px;
  margin: 0px 4px 0px 0px;
  outline: 0px;
  height: 2.4375rem;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
  font-family: 'Helveticaneuecyr-thin';
  font-weight: normal;
  border: 1px solid transparent;
}
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  outline: none;
  color: #006338 !important;
  text-decoration: none;
  background: #fff;
  border: 1px solid #006338;
}
/**/
.woocommerce form.woocommerce-checkout abbr,
abbr[title] {
  border-bottom: 0;
  color: red;
}
.woocommerce form.woocommerce-checkout select {
  background-image: none;
}
.shop_table.woocommerce-cart-form__contents .actions .coupon,
.shop_table.woocommerce-cart-form__contents .actions .btn {
  display: none;
}
body.mobile #payment .wc_payment_methods > li [type='checkbox'] + label,
body.mobile #payment .wc_payment_methods > li [type='radio'] + label {
  vertical-align: middle;
  width: 75%;
}
.form_login_cart form,
.form_login_cart p {
  display: inline-block;
  float: right;
}
#mm_offcanvas-right .form_login_cart {
  height: 60px;
  padding-top: 0.5rem;
  padding: 0.5rem 2rem 0 2rem;
}
#mm_offcanvas-right .form_login_cart a {
  /* color: #fff; */
  display: table;
}
#mm_offcanvas-right .fix_cart_float {
  display: inline-block;
}
#mm_offcanvas-right .fix_cart_txt {
  display: table-cell;
  vertical-align: middle;
}
.ulogin_block {
  display: inline-block;
  margin: 3px 0 0 0;
  margin-top: 0px;
}
.ulogin-buttons-container {
  top: 8px !important;
}
.cart-subtotal {
  display: none;
}
.fix_cart {
  position: fixed;
  bottom: 5%;
  left: 3%;
  z-index: 999999;
  background: #006338;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  transition: all 1.6s ease;
  opacity: 0.7;
}
.fix_cart .icon {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  color: #fff;
}
.fix_cart svg {
  color: #fff;
  width: 50px;
  height: 50px;
  top: -5px;
  left: -4px;
}
.fix_cart .fix_cart_float {
  /* float:left; */
  display: inline-block;
}
.fix_cart .fix_cart_txt {
  width: 0;
  display: none;
  transition: all 1.6s ease;
}
.fix_cart:hover {
}
.fix_cart:hover .fix_cart_txt {
  transition: all 1.6s ease;
  width: 200px;
  /* display: inline-block; */
}
.fix_cart span {
  color: #fff;
}

header.header .form_login_cart div.icon {
  width: 25px;
  height: 25px;
  padding-top: 5px;
  margin-right: 2px;
  color: #fff;
}
header.header .form_login_cart .fix_cart_float {
  display: inline-block;
  color: #fff;
}

.woocommerce-account-fields p.form-row.form-row-wide.create-account.woocommerce-validated {
  /* display:none; */
}
body.page-id-21639 .post-ratings {
  display: none;
}
body.page-id-21639 .bannerRU {
  display: none;
}
.bannerRU a {
  display: block !important;
}
/* эксперемент по МЕНЮ */

/***************************************************АКЦИЯ**************************************************************/

/* 
Удалить на стр рассрочка надпись про рассрочку по акционым колекциям, убрать все блоки акция на элементах и интерьерах
на самих товаров акционых убрать надпись  + рассрочка по акции до 6 месяцев
вернуть старую дату публикации колекции

файлы которые нужно откатить
price_txt-installment_plan.php
	div sm_installments
	
tmpl-pageType_10.php
	div sb_price_per_set only-by
	
class-theme_shortcodes.php
	f shortcodeProductsByCategory
*/

/* цвет текста стоимости элемента*/
body.BY.page-id-798 .product_information > ul.sb_list_furniture .card-section p.price ins,
body.BY.page-id-798 .product_information > ul.sb_list_furniture .card-section p.price,
body.BY.page-id-723 .product_information > ul.sb_list_furniture .card-section p.price ins,
body.BY.page-id-723 .product_information > ul.sb_list_furniture .card-section p.price,
body.BY.page-id-21804 .product_information > ul.sb_list_furniture .card-section p.price ins,
body.BY.page-id-21804 .product_information > ul.sb_list_furniture .card-section p.price,
body.BY.page-id-26715 .product_information > ul.sb_list_furniture .card-section p.price ins,
body.BY.page-id-26715 .product_information > ul.sb_list_furniture .card-section p.price,
body.BY.page-id-31225 .product_information > ul.sb_list_furniture .card-section p.price ins,
body.BY.page-id-31225 .product_information > ul.sb_list_furniture .card-section p.price,
body.BY.page-id-900 .product_information > ul.sb_list_furniture .card-section p.price ins,
body.BY.page-id-900 .product_information > ul.sb_list_furniture .card-section p.price,
body.BY.page-id-000 .product_information > ul.sb_list_furniture .card-section p.price ins,
body.BY.page-id-000 .product_information > ul.sb_list_furniture .card-section p.price {
  color: red !important;
}
/* удаляю где нету акции в элементах*/

body.BY.page-id-000 .product_information > ul.sb_list_furniture .id-000 .card-section p.price,
body.BY.page-id-000 .product_information > ul.sb_list_furniture .id-000 .card-section p.price {
  color: #006338 !important;
}
/**/
body.BY.page-id-000 .sb_list_furniture .card-section p.price del {
  color: red;
  display: block;
}
/* Цена при условии предоплаты красный цвет в каталоге и коллекции*/
body.BY.page-id-000 .sb_price_per_set p.price span {
  color: red;
}
/* НАДПИСЬ "АКЦИЯ" В КАТАЛОГЕ интерьер*/
body.BY ul.sb_list_furniture .card.id-000::before, /*default*/
body.BY.page-id-000 figure .sb_thumbnail_cat::before /*default*/ {
  content: 'Акция';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 1;
  background: red;
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-family: RopaSansPro-Regular;
  font-size: 2rem;
}

/* НАДПИСЬ "АКЦИЯ" В элементах */
body.BY.page-id-000 .product_information>ul.sb_list_furniture .card-image::before /*default*/ {
  content: 'Акция';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 1;
  background: red;
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-family: RopaSansPro-Regular;
  font-size: 2rem;
}
/*  удаляю где нету акции в элементах*/
body.BY.page-id-000 .product_information > ul.sb_list_furniture .id-000 .card-image::before {
  display: none;
}

/*НАДПИСЬ рассрочка В элементах */
body.BY.page-id-131 .product_information > ul.sb_list_furniture .card-section::after,
body.BY.page-id-22828 .product_information > ul.sb_list_furniture .card-section::after,
body.BY.page-id-22111 .product_information > ul.sb_list_furniture .card-section::after,
body.BY.page-id-423 .product_information > ul.sb_list_furniture .card-section::after {
  /*  	content: "+ рассрочка по акции до 18 месяцев";
    position: relative;
    top: .5rem;
    left: .2rem;
    z-index: 1;
    color: #000;
    padding: .2rem .5rem; */
}

/* single page */
body.BY .product_cat-341 .woocommerce-product-details__short-description p::after,
body.BY .product_cat-128 .woocommerce-product-details__short-description p::after,
body.BY .product_cat-156 .woocommerce-product-details__short-description p::after,
body.BY .product_cat-349 .woocommerce-product-details__short-description p::after,
body.BY.single.single-product.postid-22105
  .woocommerce-product-details__short-description
  p::after {
  /* 	content: "+ рассрочка по акции до 18 месяцев";
    position: relative;
    top: .5rem;
    left: .2rem;
    z-index: 1;
    color: #000;
    padding: .2rem .5rem;
	display:block; */
}

/***************************************************АКЦИЯ**************************************************************/
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #006338;
}
.woocommerce ul.products li.product .price {
  color: #006338;
  font-size: inherit;
  padding-top: 0.4rem;
}
.product-type-simple .summary.entry-summary p.price ins {
  color: #006338;
}
/* цвет текста стоимости элемента*/
.product-type-variable.sale .summary.entry-summary p.price ins,
.product-type-variable.sale .summary.entry-summary .single_variation_wrap span.price ins/*,
.product-type-simple .summary.entry-summary p.price ins*/ {
  color: red;
}
/**/
.product-type-variable .summary.entry-summary p.price del,
.product-type-variable .summary.entry-summary .single_variation_wrap span.price del,
.product-type-simple .summary.entry-summary p.price del {
  color: #000;
}
.woocommerce-Tabs-panel > h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border: 1px solid #fff;
}
.woocommerce div.product form.cart {
  /* margin-bottom: 0; */
}
.woocommerce div.product form.cart .variations span.span_title_image {
  position: absolute;
  top: 100%;
  font-size: 0.7rem;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
  padding-bottom: 2rem;
}
.sb_rus_form_slider {
  width: 1000px;
  margin: 0px 0px 0px 150px;
  z-index: 1;
  padding-top: 50px;
}
.sb_rus_form_slider .wpcf7-textarea {
  min-height: 100px;
  max-height: 100px;
}
.comment-form .ulogin_block,
.comment-form .comment-form-url {
  display: none;
}
.google_map_wrap {
  height: 100% !important;
  min-height: 450px !important;
}
/* youtube ifrane start */
.content-media--video {
  background-color: #ddd;
  display: block;
  position: relative;
  padding: 10px 0 41.25% 0;
}
.content-media--video iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-video {
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.38s ease-in-out;
}
@media (min-width: 1024px) {
  /*fixed menu */
  body.not-mobile header.header.small_fixed .header_hamburger_left {
    padding-top: 0;
  }
  body.not-mobile header.header.small_fixed .header_logo {
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.not-mobile.BY header.header.small_fixed .header_logo img.logo {
    display: none;
  }
  body.not-mobile.BY header.header .header_logo img.logo_ico {
    display: none;
  }
  body.not-mobile.BY header.header.small_fixed .header_logo img.logo_ico {
    display: block !important;
    height: 43px;
    float: left;
    padding-right: 0.5rem;
  }
  body.not-mobile.BY header.header .header_logo .online_test {
    display: none;
  }
  body.not-mobile.BY header.header.small_fixed .header_logo .online_test {
    float: left;
    width: 80%;
    display: flex;
  }
  body.not-mobile.BY header.header.small_fixed .online_test img {
    max-height: 45px;
  }
  body.not-mobile header.header.small_fixed .show-for-large {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.not-mobile header.header.small_fixed .show-for-large .header_top {
    position: absolute;
    right: -17px;
    top: 2px;
    height: 0;
    /* z-index: 999; */
    /*  */
    display: none;
    /*  */
    /* order:2; */
  }
  body.not-mobile.BY header.header.small_fixed .show-for-large .header_top .online_test,
  body.not-mobile
    header.header.small_fixed
    .show-for-large
    .header_top
    .header_language
    .header_language_txt,
  body.not-mobile header.header.small_fixed .show-for-large .header_top .header_language .language {
    display: none;
  }
  body.not-mobile
    header.header.small_fixed
    .show-for-large
    .header_top
    .header_language
    input.mm_search:focus {
    background: #fff;
    margin-right: 25px;
  }
  body.not-mobile header.header.small_fixed .header_language .mmdropdown {
    left: -25px;
  }
  body.not-mobile header.header.small_fixed .show-for-large .header_bottom {
    /* padding-top: .7rem; */
    transition: all 0.1s linear;
    /* order:1; */
  }
  body.not-mobile header.header.small_fixed .header_language input.mm_search {
    width: 0;
    padding: 0 30px 0 0px;
  }
  body.not-mobile header.header.small_fixed .header_language input.mm_search:focus {
    width: 300px;
    padding: 0 30px 0 10px;
  }
  body.not-mobile header.header.small_fixed .header_language input.mm_search:focus:parent {
    z-index: 9999;
  }
  body.not-mobile header.header.small_fixed .header_menu ul li {
    z-index: 99;
  }
  /*fixed menu */
}
/** Use .sticky */
.featured-video.is-sticky {
  position: fixed;
  bottom: 82px;
  z-index: 9999999;
  left: auto;
  max-width: 280px;
  max-height: 158px;
  width: 280px;
  height: 158px;
}
@media screen and (min-width: 1120px) {
  .featured-video.is-sticky {
    transform: translateX(-102%);
  }
  .featured-video.is-sticky {
    max-width: 200px;
    width: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .featured-video.is-sticky {
    transform: translateX(-102%);
  }
  /**/
  .featured-video.is-sticky {
    max-width: 250px;
    width: 250px;
  }
}
.featured-media.dont_play iframe {
  pointer-events: none;
}
.featured-media iframe {
  pointer-events: all;
}
/**/
/* youtube ifrane end */

/* TEST GLAVNOY */
/* .furniture1{
	left:0;top:0;
}
.furniture2{
	left: 72vw;
	top:0;
}
.furniture3{ 
	top: 39vh; 
    left: 77vw;
}
.furniture4{
	top: 56vh;
    left: 58vw;
}
.furniture5{
	top: 45vh;
    left: 1vw;
}
.furniture6{
	top: 26vh;
    left: 11vw;
} */
/* TEST GLAVNOY */

.documents {
  margin-bottom: 1rem;
  border: 1px solid #e1e1e1;
  padding: 2rem 1rem;
}
.documents p.sb_doc {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
body.mobile .documents p.sb_doc {
  display: block;
}
.documents a {
  padding: 1rem 5rem;
}

.li_blocks {
  margin-bottom: 1rem;
  border: 1px solid #e1e1e1;
  padding: 2rem 1rem;
  position: relative;
}
.li_blocks::before {
  content: ' ';
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #006338;
  position: absolute;
}

.mm2_menu-button .transform_menu-icon span:nth-child(4) {
  top: 54%;
}

/*  Cookie */
#cookie-notice a.cn-more-info {
  white-space: normal;
}
/*  Cookie */

@media screen and (max-width: 1366px) {
  /* CSS-стили */
  .sb_news .fp-slides .slide {
    /* margin-top: 30px; */
  }
  .sb_why .fp-tableCell {
    /* display:block; */
  }
  .sb_why .fp-slides .slide {
    /* margin-top: 70px; */
  }
}

@media (max-width: 1470px) {
  header .show-for-large .online_test img {
    max-height: 47px;
  }
}
@media (max-width: 1380px) {
  header .show-for-large .online_test img {
    max-height: 41px;
  }
}
@media (max-width: 1300px) {
  header .show-for-large .online_test img {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .header_logo > a {
    float: left;
    width: 49%;
  }
  header .header_logo .online_test {
    float: right;
    width: 49%;
    display: block !important;
  }
}
@media (max-width: 639px) {
  header .header_logo > a {
    width: 100%;
  }
  header .header_logo .online_test {
    width: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .intro.footer {
    padding: 0 1rem;
  }
  #scene .sb_title {
    background-size: 60% !important;
    background-position: 42% 50% !important;
  }
  .sb_rus_form_slider {
    width: 320px;
    margin: 0px 0px 0px 20px;
  }
  .br1 {
    display: none;
  }
  .br2 {
    background-size: 39% !important;
    right: -37% !important;
    top: -4% !important;
    right: -82% !important;
    top: -26% !important;
  }
  #fp-nav.left {
    left: 0;
  }
  header.header {
    background: transparent;
    border-bottom: 0;
  }
  /* header.header .header_logo a{display:none;} */
  .sb_center_slider {
    padding-bottom: 70px;
  }
  .mm_rewards {
    height: auto;
    margin-top: 0;
  }
  .sb_center_slider .sb_arrow_center .slick-prev {
    left: 38vw;
  }
  .sb_center_slider .sb_arrow_center .slick-next {
    right: 38vw;
  }
}
@media screen and (orientation: portrait) {
  .gallery .gallery-item {
    width: 100% !important;
  }
  .intro.footer {
    padding: 0 1rem;
  }
  #scene .sb_title {
    background-size: 42% !important;
    background-position: 10% 50% !important;
  }
  .sb_rus_form_slider {
    width: 320px;
    margin: 0px 0px 0px 20px;
  }
  .br1 {
    display: none;
  }
  .br2 {
    background-size: 53% !important;
    right: -37% !important;
    top: -4% !important;
    right: -133% !important;
    top: -11% !important;
  }
  #fp-nav.left {
    left: -6px;
  }
  .sb_catalog .sb_slider_one_img .slick-list.draggable {
    min-height: 300px;
  }
  .sb_catalog .sb_slider_one_img ul.slick-dots {
    bottom: 0;
  }
  .sb_catalog ul.by_type_of_subject li {
    /* width: 50%; */
  }
  .sb_catalog .tabs-title {
    width: 100%;
  }
  header.header {
    padding-bottom: 5px;
  }
  /* .section #parallax,  */
  .sb_news .fp-slides .slide,
  .section .sb_center_slider,
  .section .sb_why_wrap,
  .sb_why .fp-slides .slide,
  .sb_catalog .grid-x > .cell,
  .section .sb_company_stores_wrap {
    /* margin-top: 70px;
		margin-bottom: 70px; */
    /* padding-top: 70px;
		padding-bottom: 70px; */
  }
  /* Portrait styles here */
  .mm_static_circle {
    top: 18vh;
    width: 70vw;
    margin-left: -35vw;
  }
  .dots1 {
    top: 12vh;
    left: 10vw;
  }
  .dots1 > div {
    width: 80vw;
  }
  .dots1 > div > img {
    width: auto;
  }
  .dots2 {
    top: 12vh;
    left: 10vw;
  }
  .dots2 > div {
    width: 80vw;
  }
  .dots2 > div > img {
    width: auto;
  }
  .dots3 {
    top: 21vh;
    left: 10vw;
  }
  .dots3 > div {
    width: 80vw;
  }
  .dots3 > div > img {
    width: auto;
  }
  .furniture1 {
    top: 16vh;
    left: 13vw;
  }
  .furniture1 > div {
    width: 37vw;
  }
  .furniture1 > div > img {
    width: auto;
  }
  .furniture2 {
    top: 18vh;
    left: 56vw;
  }
  .furniture2 > div {
    width: 31vw;
  }
  .furniture2 > div > img {
    width: auto;
  }
  .furniture3 {
    top: 34vh;
    left: 56vw;
  }
  .furniture3 > div {
    width: 26vw;
  }
  .furniture3 > div > img {
    width: auto;
  }
  .furniture4 {
    top: 47vh;
    left: 39vw;
  }
  .furniture4 > div {
    width: 27vw;
  }
  .furniture4 > div > img {
    width: auto;
  }
  .furniture5 {
    top: 41vh;
    left: 14vw;
  }
  .furniture5 > div {
    width: 27vw;
  }
  .furniture5 > div > img {
    width: auto;
  }
  .furniture6 {
    top: 29vh;
    left: 12vw;
  }
  .furniture6 > div {
    width: 27vw;
  }
  .furniture6 > div > img {
    width: auto;
  }

  .sb_tabs_list {
    display: none;
  }

  /* .sb_txt_news .text{display:none!important;} */

  .sb_news .fp-controlArrow.fp-prev,
  .sb_why .fp-controlArrow.fp-prev,
  .sb_arrow_center .slick-prev {
    left: 31vw;
  }
  .sb_news .fp-controlArrow.fp-next,
  .sb_why .fp-controlArrow.fp-next,
  .sb_arrow_center .slick-next {
    right: 37vw;
  }
  .sb_news_social .icon {
    width: 45px;
    height: 45px;
  }

  .fullpage .section {
    padding: 0 1rem 0 1rem;
  }

  header .header_logo > a {
    float: left;
    width: 100%;
  }
  header .header_logo .online_test {
    float: right;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header .header_logo .online_test img {
    max-height: 30px;
    display: block;
    margin: 0 auto;
  }
}

body.home.mobile .stores_all li span {
  display: none;
}
body.home.mobile .stores_all li span.office_email {
  /* display:none; */
}
.stores_all .office_email {
  font-size: 1rem;
}
/* BY and RU */
body.BY header.header .header_menu #menu-item-21780 {
  display: none;
}
/* body header.header .header_menu #menu-item-68,
body.RU header.header .header_menu #menu-item-68,
body.-- header.header .header_menu #menu-item-68, */
body header.header .header_menu #menu-item-69,
body.RU header.header .header_menu #menu-item-69,
body.-- header.header .header_menu #menu-item-69,
body header.header .header_menu #menu-item-70,
body.RU header.header .header_menu #menu-item-70,
body.-- header.header .header_menu #menu-item-70,
body #mm_offcanvas-right .menu-container #menu-item-21541,
body.RU #mm_offcanvas-right .menu-container #menu-item-21541,
body.-- #mm_offcanvas-right .menu-container #menu-item-21541,
body #mm_offcanvas-right .menu-container #menu-item-21542,
body.RU #mm_offcanvas-right .menu-container #menu-item-21542,
body.-- #mm_offcanvas-right .menu-container #menu-item-21542,
body #mm_offcanvas-right .menu-container #menu-item-21543,
body.RU #mm_offcanvas-right .menu-container #menu-item-21543,
body.-- #mm_offcanvas-right .menu-container #menu-item-21543,
body .sb_list_furniture .card-section p.price,
body.RU .sb_list_furniture .card-section p.price,
body.-- .sb_list_furniture .card-section p.price,
body aside#secondary .action_txt,
body.RU aside#secondary .action_txt,
body.-- aside#secondary .action_txt,
/* body aside#secondary .sale_ico,
body.RU aside#secondary .sale_ico,
body.-- aside#secondary .sale_ico, */
body .product .summary.entry-summary p.price,
body.RU .product .summary.entry-summary p.price,
body.-- .product .summary.entry-summary p.price,
body.RU .product .single_variation_wrap .woocommerce-variation-price .price,
body.-- .product .single_variation_wrap .woocommerce-variation-price .price,
body .related.products span.price,
body.RU .related.products span.price,
body.-- .related.products span.price,
body .content_wp #primary main#main ul.products span.price,
body.RU .content_wp #primary main#main ul.products span.price,
body.-- .content_wp #primary main#main ul.products span.price,
body .content_wp section.related.products ul.products p.price,
body.RU .content_wp section.related.products ul.products p.price,
body.-- .content_wp section.related.products ul.products p.price {
  display: none !important;
}
body.BY header.header .header_menu #menu-item-68,
body.BY header.header .header_menu #menu-item-69,
body.BY header.header .header_menu #menu-item-70,
body.BY #mm_offcanvas-right .menu-container #menu-item-21541,
body.BY #mm_offcanvas-right .menu-container #menu-item-21542,
body.BY #mm_offcanvas-right .menu-container #menu-item-21543,
body.BY .sb_list_furniture .card-section p.price,
body.BY aside#secondary .action_txt,
body.BY aside#secondary .sale_ico,
body.BY .product .summary.entry-summary p.price,
body.BY .product .single_variation_wrap .woocommerce-variation-price,
body.BY .related.products span.price,
body.BY .content_wp #primary main#main ul.products span.price,
body.BY .content_wp section.related.products ul.products p.price {
  display: block !important;
}
body.RU header.header .header_menu #menu-item-21780,
body.-- header.header .header_menu #menu-item-21780 {
  display: block !important;
}
/* BY and RU */
a.button.add_to_cart_button {
  display: none !important;
}

/* KVADRO delete Russia */
body.RU article.content ul.sb_list_furniture li.prod_id-30864,
body.-- article.content ul.sb_list_furniture li.prod_id-30864,
body.RU #mm_offcanvas-left .menu-container #menu-item-30869,
body.-- #mm_offcanvas-left .menu-container #menu-item-30869 {
  display: none !important;
}
/* RF page */
.rf_page .content_wp {
  padding-right: 0;
}
.rf_page .post-ratings {
  display: none;
}
.rf_page .sb_breadcrumb,
.rf_page .post-ratings {
  padding: 0 1rem;
}
.rf_page .comfort,
.rf_page .how_it_works,
.rf_page .four_elements,
.rf_page .slider_reviews,
.rf_page .sixty_years {
  padding: 3rem;
}
.rf_page .comfort {
  background: #f5f5f5;
}
.rf_page .comfort img,
.rf_page .sixty_years img,
.rf_page .how_it_works figure,
.rf_page .how_it_works figure iframe {
  box-shadow: 0px 0px 50px #ccc;
  border-radius: 20px;
}
.rf_page h1,
.rf_page h2,
.rf_page h3,
.rf_page h4,
.rf_page h5,
.rf_page h6 {
  text-transform: initial;
}
.rf_page h1 {
  font-size: 4rem;
  line-height: 1;
  padding: 0 5rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
.rf_page h2 {
  font-size: 3rem;
  line-height: 1;
  padding: 0 5rem;
}
.rf_page .sixty_years .txt {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.rf_page .sixty_years h2 {
  text-align: center;
  padding-bottom: 3rem;
}
.rf_page .sixty_years p {
  padding-bottom: 1rem;
}
.rf_page .how_it_works span {
  font-size: 0.8rem;
  color: #b5b5b5;
  text-align: center;
  display: block;
}
.rf_page .how_it_works h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 1rem;
}
.rf_page .how_it_works p {
  text-align: center;
}
.rf_page .four_elements .cell {
  position: relative;
  text-align: center;
}
.rf_page .four_elements svg {
  max-width: 50% !important;
  display: block;
  margin: 0 auto;
  position: relative;
  height: auto;
}
.rf_page .four_elements strong {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 1rem;
}
.rf_page .think {
  /* background-image: url("/wp-content/themes/mm2/img/general/rf/rf3.webp"); */
  background-color: #f5f5f5;
  padding: 3rem 0;
  text-align: center;
}
.rf_page .think > div {
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 20px;
}
.rf_page .think h3 {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1rem;
}
.rf_page .think p {
  padding-bottom: 1rem;
}
.rf_page .sb_slider_reviews {
  overflow: hidden;
}
.rf_page .sb_slider_reviews figure {
  height: 100%;
}
.rf_page .sb_slider_reviews .txt {
  background-color: #f5f5f5;
}
.rf_page .sb_slider_reviews .cell {
  padding-right: 0;
}
.rf_page .sb_slider_reviews .cell.txt {
  padding-left: 0;
  padding-right: 0.9375rem;
}
.rf_page .sb_slider_reviews .txt > div {
  padding: 2rem;
  text-align: center;
}
.rf_page .slick-dots {
  display: block;
  position: absolute;
  float: right;
  bottom: 40px;
  width: 50%;
  right: 0;
}
.rf_page .slider_reviews li {
  margin-bottom: 1rem;
}
.rf_page .rf_parallax .parallax {
  /* The image used */
  background-image: url('/wp-content/themes/mm2/img/general/rf/parallax.jpg');

  /* Set a specific height */
  height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rf_page .rf_parallax .parallax > div {
  width: 55%;
  padding: 6rem;
}
/*sm_credit*/
a.sm_credit {
  margin-right: 0.5rem !important;
  color: #fff !important;
  background-color: #006338 !important;
}
a.sm_credit:hover {
  color: #006338 !important;
  background-color: #fff !important;
  border: 1px solid #006338 !important;
}
form.sm_credit h1 {
  padding-bottom: 1rem;
}
form.sm_credit .period ul {
  list-style: none;
  margin-left: 0;
}
form.sm_credit .period ul li {
  display: inline-block;
}
form.sm_credit .period ul li span {
  display: none;
}
form.sm_credit .period ul li.active span {
  display: inline-block;
}
form.sm_credit .period label {
  padding: 0.5rem 0.7rem;
  /* min-width: 52px; */
  /* min-height: 48px; */
  /* justify-content: center; */
  /* text-align: center; */
  /* padding-left: 17px; */
  /* padding-right: 17px; */
  border-radius: 6px;
  /* background: #f4f4f4;
	border: 1px solid #ccc; */
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form.sm_credit .period label:hover {
  -webkit-box-shadow: 0 0 0 3px rgb(0 0 0 / 10%);
  box-shadow: 0 0 0 3px rgb(0 0 0 / 10%);
}
form.sm_credit .period .active label {
  background: #006338;
  color: #fff;
}
form.sm_credit table tr td {
  width: 350px;
}
form.sm_credit table tr td:nth-child(2n) {
  text-align: right;
}
/*sm_credit*/

/* magazine only by*/
.only-by {
  display: none !important;
}
body.BY .only-by {
  display: block !important;
}
.btn-w-g {
  background-color: #fff;
  border: 1px solid #006338;
  color: #006338 !important;
}
.btn-w-g:hover,
.btn-w-g:focus,
.btn-w-g:active {
  background-color: #006338;
  color: #fff !important;
}
.only-ru {
  display: block;
}
body.BY .only-ru {
  display: none;
}
body.mobile .only-mobile-ru {
  display: block;
}
body.BY.mobile .only-mobile-ru {
  display: none;
}

.fancybox-container svg {
  position: relative;
}

/* display none CHARLIE */
body.RU #mm_offcanvas-left li.menu-item-23206,
body.-- #mm_offcanvas-left li.menu-item-23206,
body.RU .cell.prod_id-23160,
body.-- .cell.prod_id-23160 {
  /* display: none !important; */
}

body.BY.single-product .product.product-type-variable .summary.entry-summary p.price {
  /* display:none!important;  */
  color: #006338;
}

img.kitchen_vil,
.banner_sidebar_villeyka {
  display: none;
}

.awf-apply-filter-btn {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-family: 'Helveticaneuecyr-thin';
  font-weight: normal;
  border: 1px solid transparent;
}

/* DELETE */
body.page-id-23160 ul.sb_list_furniture li.cell .card .card-section p.price,
body.single-product .product_cat-charlie .summary.entry-summary p.price {
  /* display: none!important; */
}

/*дуэт*/
body.BY.parent-pageid-75.page-id-414 .sb_list_furniture .card-section .only-by .button {
  display: none;
}
body.BY.parent-pageid-75.page-id-414 .sb_list_furniture .card-section .only-by::after {
  content: 'Количество товаров ограничено, подробности в магазинах.';
}

/*NOT ORDER*/
body.BY.not-order
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
  .quantity,
body.BY.not-order
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
  button.single_add_to_cart_button,
body.BY.not-order.woocommerce div.product form.cart .quantity,
body.BY.not-order.woocommerce div.product form.cart button.single_add_to_cart_button,
body.BY.not-order.woocommerce-cart .wc-proceed-to-checkout,
body.BY.not-order.woocommerce-checkout button#place_order {
  display: none !important;
}

/*hide group product*/
.button-variable-item-grt2,
.button-variable-item-grt10 {
  display: none !important;
}

.sb_main_action,
body.BY aside#secondary .sb_main_action {
  /* display:none!important; */
}
/* status-draft */
body.BY .content_wp .product.status-draft .summary .price,
.content_wp .status-draft .woocommerce-variation-price {
  display: none !important;
}
/* status-draft */

.sb_price_per_set p.price span.color_red {
  color: red;
}

body:not(.BY).mobile .sb_quiz_catalog_shortcode span,
.sb_quiz_catalog_shortcode .MOBILE {
  display: none;
}
body:not(.BY).mobile .sb_quiz_catalog_shortcode span.MOBILE {
  display: block;
}
body:not(.BY).not-mobile.page-id-75 .sb_quiz_catalog_shortcode,
body:not(.BY).not-mobile.page-id-135 .sb_quiz_catalog_shortcode,
body:not(.BY).not-mobile.parent-pageid-75 .sb_quiz_catalog_shortcode,
body:not(.BY).not-mobile.parent-pageid-135 .sb_quiz_catalog_shortcode,
body:not(.BY).not-mobile .product_cat-25 .sb_quiz_catalog_shortcode,
body:not(.BY).not-mobile .product_cat-26 .sb_quiz_catalog_shortcode {
  display: none;
}

/*HIDDEN VILEYKAMEBEL*/
#menu-item-29108,
#menu-item-23229,
#menu-item-23206,
#menu-item-29106,
#menu-item-29104,
#menu-item-24211,
#menu-item-29112,
#menu-item-29107,
#menu-item-29105,
#menu-item-29103,
#menu-item-29109,
.card.id-25589,
.cell.prod_id-23219,
.cell.prod_id-23160,
.cell.prod_id-23582,
.cell.prod_id-569,
.cell.prod_id-26461,
.cell.prod_id-26453,
.cell.prod_id-26442,
.cell.prod_id-28367,
.cell.prod_id-25696,
.cell.prod_id-25702,
.cell.prod_id-26447,
.cell.prod_id-26448,
.cell.prod_id-26445 {
  /* display:none; */
}

body.page-id-55 .sb_sale_page,
body.page-id-55 hr,
body.magazine_office-template-default img.magazine_sale_ico,
body.magazine_office-template-default .sales_products_wrap.border_none,
body.BY.page-id-28049 article.content ol li:nth-child(2) {
  /* display: none; */
}
body.BY header.header .header_menu #menu-item-70 {
  /* display: none !important; */
}

body.BY .price_ru {
  display: none !important;
}
/* RU PRICE */
body.RU form.cart .quantity,
body.RU form.cart button.single_add_to_cart_button {
  display: none !important;
}
body.RU .price_ru {
  display: block !important;
}
body.RU .price_ru .sale {
  color: red;
}
body.RU .price_ru .sale del {
  color: #000;
  opacity: 0.5;
}
body.RU .price_ru .sale ins {
  text-decoration: none;
}
/* RU PRICE */

/*ALL SALES MM*/
/* цвет текста стоимости элемента*/
body.BY.page-id-000 .product_information > ul.sb_list_furniture .card-section p.price ins,
body.BY.page-id-000 .product_information > ul.sb_list_furniture .card-section p.price {
  color: red !important;
}
/* удаляю где нету акции в элементах*/

body.BY.page-id-000 .product_information > ul.sb_list_furniture .id-000 .card-section p.price,
body.BY.page-id-000 .product_information > ul.sb_list_furniture .id-000 .card-section p.price {
  color: #006338 !important;
}
/**/
body.BY.page-id-000 .sb_list_furniture .card-section p.price del {
  color: red;
  display: block;
}
/* Цена при условии предоплаты красный цвет в каталоге и коллекции*/
body.BY ul.sb_list_furniture .card.id-000 .price_per_set,
body.BY.page-id-000 .sb_price_per_set p.price span {
  color: red;
}

body.BY ul.sb_list_furniture .card.id-26445 .price_per_set,
body.BY.page-id-26445 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-26447 .price_per_set,
body.BY.page-id-26447 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-25702 .price_per_set,
body.BY.page-id-25702 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-25696 .price_per_set,
body.BY.page-id-25696 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-31478 .price_per_set,
body.BY.page-id-31478 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-30566 .price_per_set,
body.BY.page-id-30566 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-30556 .price_per_set,
body.BY.page-id-30556 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-28367 .price_per_set,
body.BY.page-id-28367 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-30679 .price_per_set,
body.BY.page-id-30679 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-30559 .price_per_set,
body.BY.page-id-30559 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-31447 .price_per_set,
body.BY.page-id-31447 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-30619 .price_per_set,
body.BY.page-id-30619 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-31421 .price_per_set,
body.BY.page-id-31421 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-30566 .price_per_set,
body.BY.page-id-30566 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-26442 .price_per_set,
body.BY.page-id-26442 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-26453 .price_per_set,
body.BY.page-id-26453 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-26461 .price_per_set,
body.BY.page-id-26461 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-23582 .price_per_set,
body.BY.page-id-23582 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-23160 .price_per_set,
body.BY.page-id-23160 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-26448 .price_per_set,
body.BY.page-id-26448 .sb_price_per_set p.price span,
body.BY ul.sb_list_furniture .card.id-30615 .price_per_set,
body.BY.page-id-30615 .sb_price_per_set p.price span {
  /* color: initial; */
}
/* НАДПИСЬ "АКЦИЯ" В КАТАЛОГЕ интерьер*/
body.BY ul.sb_list_furniture .card.id-000::before, /*default*/
body.BY.page-id-000 figure .sb_thumbnail_cat::before /*default*/ {
  content: 'Акция';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 1;
  background: red;
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-family: RopaSansPro-Regular;
  font-size: 2rem;
}

/* НАДПИСЬ "АКЦИЯ" В элементах */
body.BY.page-id-000 .product_information>ul.sb_list_furniture .card-image::before /*default*/ {
  content: 'Акция';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 1;
  background: red;
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-family: RopaSansPro-Regular;
}
/*  удаляю где нету акции в элементах*/
body.BY ul.sb_list_furniture .card.id-26445::before,
body.BY.page-id-26445 figure .sb_thumbnail_cat::before,
body.BY.page-id-26445 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-26447::before,
body.BY.page-id-26447 figure .sb_thumbnail_cat::before,
body.BY.page-id-26447 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-25702::before,
body.BY.page-id-25702 figure .sb_thumbnail_cat::before,
body.BY.page-id-25702 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-25696::before,
body.BY.page-id-25696 figure .sb_thumbnail_cat::before,
body.BY.page-id-25696 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-31478::before,
body.BY.page-id-31478 figure .sb_thumbnail_cat::before,
body.BY.page-id-31478 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30566::before,
body.BY.page-id-30566 figure .sb_thumbnail_cat::before,
body.BY.page-id-30566 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30556::before,
body.BY.page-id-30556 figure .sb_thumbnail_cat::before,
body.BY.page-id-30556 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-28367::before,
body.BY.page-id-28367 figure .sb_thumbnail_cat::before,
body.BY.page-id-28367 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30679::before,
body.BY.page-id-30679 figure .sb_thumbnail_cat::before,
body.BY.page-id-30679 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30559::before,
body.BY.page-id-30559 figure .sb_thumbnail_cat::before,
body.BY.page-id-30559 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-31447::before,
body.BY.page-id-31447 figure .sb_thumbnail_cat::before,
body.BY.page-id-31447 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30619::before,
body.BY.page-id-30619 figure .sb_thumbnail_cat::before,
body.BY.page-id-30619 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-31421::before,
body.BY.page-id-31421 figure .sb_thumbnail_cat::before,
body.BY.page-id-31421 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30566::before,
body.BY.page-id-30566 figure .sb_thumbnail_cat::before,
body.BY.page-id-30566 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-26442::before,
body.BY.page-id-26442 figure .sb_thumbnail_cat::before,
body.BY.page-id-26442 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-26453::before,
body.BY.page-id-26453 figure .sb_thumbnail_cat::before,
body.BY.page-id-26453 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-26461::before,
body.BY.page-id-26461 figure .sb_thumbnail_cat::before,
body.BY.page-id-26461 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-23582::before,
body.BY.page-id-23582 figure .sb_thumbnail_cat::before,
body.BY.page-id-23582 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-23160::before,
body.BY.page-id-23160 figure .sb_thumbnail_cat::before,
body.BY.page-id-23160 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30615::before,
body.BY.page-id-30615 figure .sb_thumbnail_cat::before,
body.BY.page-id-2643061561 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-569::before,
body.BY.page-id-569 figure .sb_thumbnail_cat::before,
body.BY.page-id-569 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-26448::before,
body.BY.page-id-26448 figure .sb_thumbnail_cat::before,
body.BY.page-id-26448 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-950::before,
body.BY.page-id-950 figure .sb_thumbnail_cat::before,
body.BY.page-id-950 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-945::before,
body.BY.page-id-945 figure .sb_thumbnail_cat::before,
body.BY.page-id-945 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-938::before,
body.BY.page-id-938 figure .sb_thumbnail_cat::before,
body.BY.page-id-938 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-929::before,
body.BY.page-id-929 figure .sb_thumbnail_cat::before,
body.BY.page-id-929 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-912::before,
body.BY.page-id-912 figure .sb_thumbnail_cat::before,
body.BY.page-id-912 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-25589::before,
body.BY.page-id-25589 figure .sb_thumbnail_cat::before,
body.BY.page-id-25589 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30020::before,
body.BY.page-id-30020 figure .sb_thumbnail_cat::before,
body.BY.page-id-30020 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30611::before,
body.BY.page-id-30611 figure .sb_thumbnail_cat::before,
body.BY.page-id-30611 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30613::before,
body.BY.page-id-30613 figure .sb_thumbnail_cat::before,
body.BY.page-id-30613 ul.sb_list_furniture .card::before,
body.BY ul.sb_list_furniture .card.id-30671::before,
body.BY.page-id-30671 figure .sb_thumbnail_cat::before,
body.BY.page-id-30671 ul.sb_list_furniture .card::before,
body.BY.page-id-000 .product_information > ul.sb_list_furniture .id-000 .card-image::before {
  /* display: none; */
}
/*ALL SALES MM*/

/* RU SALE*/
body:not(.BY) ul.sb_list_furniture .card.id-206::before, /*лика спальня*/
body:not(.BY) .page-id-206 figure .sb_thumbnail_cat::before, /*лика спальня*/
body:not(.BY) ul.sb_list_furniture .card.id-434::before, /*луиза спальня*/
body:not(.BY) .page-id-434 figure .sb_thumbnail_cat::before, /*луиза спальня*/

body:not(.BY) ul.sb_list_furniture .card.id-547::before, /*луиза гостиная*/
body:not(.BY) .page-id-547 figure .sb_thumbnail_cat::before, /*луиза гостиная*/
body:not(.BY) ul.sb_list_furniture .card.id-541::before, /*полонез гостиная*/
body:not(.BY) .page-id-541 figure .sb_thumbnail_cat::before, /*полонез гостиная*/

body:not(.BY) ul.sb_list_furniture .card.id-33890::before, /*сенатор мягая*/
body:not(.BY) .page-id-33890 figure .sb_thumbnail_cat::before, /*сенатор мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-33559::before, /*мадрид мягая*/
body:not(.BY) .page-id-33559 figure .sb_thumbnail_cat::before, /*мадрид мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-33337::before, /*стюарт мягая*/
body:not(.BY) .page-id-33337 figure .sb_thumbnail_cat::before, /*стюарт мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-23964::before, /*пума мягая*/
body:not(.BY) .page-id-23964 figure .sb_thumbnail_cat::before, /*пума мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-26715::before, /*тревел-м мягая*/
body:not(.BY) .page-id-26715 figure .sb_thumbnail_cat::before, /*тревел-м мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-21804::before, /*тревел мягая*/
body:not(.BY) .page-id-21804 figure .sb_thumbnail_cat::before, /*тревел мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-29275::before, /*ева мягая*/
body:not(.BY) .page-id-29275 figure .sb_thumbnail_cat::before, /*ева мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-31091::before, /*орион мягая*/
body:not(.BY) .page-id-31091 figure .sb_thumbnail_cat::before, /*орион мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-22548::before, /*орлеан мягая*/
body:not(.BY) .page-id-22548 figure .sb_thumbnail_cat::before, /*орлеан мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-788::before, /*брайтон мягая*/
body:not(.BY) .page-id-788 figure .sb_thumbnail_cat::before, /*брайтон мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-32008::before, /*поло мягая*/
body:not(.BY) .page-id-32008 figure .sb_thumbnail_cat::before, /*поло мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-900::before, /*алонсо мягая*/
body:not(.BY) .page-id-900 figure .sb_thumbnail_cat::before, /*алонсо мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-798::before, /*бон мягая*/
body:not(.BY) .page-id-798 figure .sb_thumbnail_cat::before, /*бон мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-748::before, /*грация мягая*/
body:not(.BY) .page-id-748 figure .sb_thumbnail_cat::before, /*грация мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-723::before, /*ламбаль мягая*/
body:not(.BY) .page-id-723 figure .sb_thumbnail_cat::before, /*ламбаль мягкая*/
body:not(.BY) ul.sb_list_furniture .card.id-673::before, /*мокко мягая*/
body:not(.BY) .page-id-673 figure .sb_thumbnail_cat::before, /*мокко мягкая*/

body:not(.BY) ul.sb_list_furniture .card.id-000::before, /*default*/
body:not(.BY) .page-id-000 figure .sb_thumbnail_cat::before /*default*/ {
  content: 'Акция';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 1;
  background: red;
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-family: RopaSansPro-Regular;
  font-size: 2rem;
}
/* RU SALE*/
