﻿.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0px;
}
.row {
  margin: 0;
}
.col-lg-4 {
  width: 33%;
}
.col-md-4 {
  width: 33%;
}
@font-face {
  font-family: "rouble";
  src: url("/website/fonts/rouble.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Larisa script";
  font-style: normal;
  font-weight: 400;
  src:
    local("Larisa script"),
    local("Larisascript-Regular"),
    url("/website/fonts/larisa-script.woff") format("woff"),
    url("/website/fonts/larisa-script.ttf") format("truetype");
}
@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/FiraSans-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "FiraSans Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/FiraSans-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "FiraSans Bold";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/FiraSans-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "FiraSans Light";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/FiraSans-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GolosText";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/GolosText.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GolosTextDemiBold";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/GolosTextDemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GolosTextBold";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/GolosTextBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GolosTextBlack";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/GolosTextBlack.ttf") format("truetype");
  font-display: swap;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #252525;
}
body * {
  line-height: 1.2;
}

.wrapper {
  overflow: auto;
  clear: both;
  background: #e3e5e7;
  padding-bottom: 30px;
}
.wrapper.index {
  background: #e3e5e7;
  padding-bottom: 0px;
}
.container,
.container2 {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1330px;
}
img {
  max-width: 100%;
}
.slogan {
  font-family: "Larisa script", Tahoma;
  font-size: 38px;
  line-height: 1;
}
.slogan img {
  max-width: 80%;
}
.slogan_new-year {
  font-family: "Larisa script", Tahoma;
  font-size: 38px;
  line-height: 1;
  padding-top: 0px;
}
div.speech span:first-child {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #f78548;
  border-radius: 5px;
  display: block;
  color: white;
  margin-right: 15px;
}
div.speech {
  position: relative;
  display: flex;
  line-height: 30px;
  font-size: 18px;
}
div.speech:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -5px;
  top: 10px;
  transform: rotate(-45deg);
  border: 5px solid;
  border-color: #f78548 transparent transparent #f78548;
}
/* header */
#main_header {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 260px 1fr auto auto;
  column-gap: 25px;
  row-gap: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "GolosTextDemiBold";
  color: #202020;
}
header {
  overflow: visible;
  color: #333333;
  background-color: #fff;
}
header .container {
  width: 100%;
  max-width: 1390px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
header .container::before,
header .container::after {
  display: none;
}
.top_contacts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.3;
  column-gap: 25px;
  margin-bottom: 10px;
}
.header_top {
  padding: 21px 0 10px;
  background-color: #eceeef;
  font-family: "GolosText";
}
.header_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header_top .container::before,
.header_top .container::after {
  display: none;
}
.header_top .container .top_cart {
  width: auto;
}
.top_nav {
  margin-left: auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top_logo img {
  max-width: 209px;
  width: 100%;
}
.top_logo {
  padding: 25px 25px 35px;
  background-color: white;
  margin-top: -85px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 260px;
}
.header_top .container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header_search {
  width: 270px;
  max-width: 100%;
  flex-shrink: 0;
}
.search-form {
  display: flex;
  align-items: center;
  padding: 2px;
  background-color: #eceeef;
  border: 1px solid #797979;
  border-radius: 3px;
  font-size: 16px;
}
.search-form .search-form_entry {
  display: block;
  padding: 8px;
  margin: 0;
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
}
.search-form_btn {
  padding: 0;
  width: 36px;
  height: 36px;
  background:
    url("/website/img/search_wh.svg") center center / 50% no-repeat,
    #7db300;
  border-radius: 5px;
  border: none;
  flex-shrink: 0;
}
.top_cart .top_cart-price {
  line-height: 30px;
  margin-right: 5px;
}
.top_cart {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_cart a {
  display: inline-block;
  margin-left: auto;
  margin-right: 30px;
  padding-left: 40px;
  text-align: right;
  font-size: 16px;
  color: #333333;
  background-image: url("/website/img/cart_main.png");
  background-repeat: no-repeat;
  background-position: left;
}
.top_cart a span {
  font-weight: 700;
}
.top_cart .top_cart-price {
  font-weight: 700;
}
.top_contacts-soc a + a {
  margin-left: 15px;
}
.top_contacts p {
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}
.top_contacts p.adr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 22px;
  background-image: url("/website/img/header_pin.png");
}
.top_contacts p.tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("/website/img/header_tel.png");
}
.top_contacts p.tel.tel--whats {
  padding-left: 0;
}
.top_contacts p.tel.tel--whats::before {
  display: none;
}
.top_contacts .header_whatsap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("/website/img/header_whatsap.png");
}
@media screen and (max-width: 1280px) {
  .top_contacts {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1080px) {
  #main_header {
    grid-template-columns: 210px 1fr auto;
  }
  .top_logo {
    padding: 20px 15px 25px;
  }
  .top_logo {
    grid-row: 1/3;
  }
  .top_contacts {
    grid-column: 2/-1;
  }
  .header_search {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 992px) {
  .top_logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 680px) {
  #main_header {
    grid-template-columns: 1fr auto;
  }
  .top_logo {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0;
    box-shadow: none;
  }
  .top_contacts {
    grid-column: initial;
    flex-direction: column;
    align-items: flex-start;
  }
  .top_cart {
    justify-self: start;
  }
  .header_search {
    max-width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  #main_header {
    grid-template-columns: 100%;
  }
  .top_logo {
    grid-column: initial;
    grid-row: initial;
    margin: 0 auto;
  }
  .top_cart {
    margin: 0 auto;
    order: 2;
  }
  .top_contacts {
    flex-direction: row;
  }
}
/* header */

/*Меню*/
.header_menu {
  position: relative;
  background-color: #7db300;
  color: white;
}
.nav {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
}
.nav li {
  display: inline-block;
  text-align: left;
  position: relative;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a {
  background: #8ecc00;
}

.nav > li:hover,
.nav > li:focus,
.nav > li.active {
  background: #8ecc00;
}

.nav li a,
.nav li a:visited {
  display: block;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  padding: 30px 5px;
}
@media screen and (max-width: 992px) {
  .top_nav {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .header_top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_nav {
    display: none;
  }
  .header_top .container,
  #main_header.container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top_nav li {
  position: relative;
}
.top_nav li + li {
  margin-left: 55px;
}
.top_nav li + li::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b1b2b3;
}
.top_nav li a {
  display: block;
  color: #333333;
  font-size: 18px;
  text-decoration: none;
}
.top_nav li a:hover,
.top_nav li.active a {
  text-decoration: underline;
  color: #577d00;
}

.navbar-nav {
  float: none;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.nav li button.navbar-toggle {
  background: transparent;
  margin: 15px 0 -10px;
}
@media (max-width: 1199px) {
  .nav li a,
  .nav li a:visited {
    padding: 15px 0px;
    font-size: 16px;
  }
  .nav li button.navbar-toggle {
    background: transparent;
    margin: 0px 0 -10px;
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 10px 0;
  }
  .nav li {
    width: 100%;
  }
  .nav li a,
  .nav li a:visited {
    padding: 5px;
    text-align: center;
  }
  .navbar-nav {
    display: block;
  }
}

.navbar-collapse {
  padding: 0;
}

@media (min-width: 768px) {
  .navbar-nav::before,
  .navbar-collapse::after,
  .container::after,
  .navbar::after {
    display: none;
  }
  .clearfix:before,
  .clearfix:after,
  .dl-horizontal dd:before,
  .dl-horizontal dd:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after,
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after,
  .btn-toolbar:before,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after,
  .nav:before,
  .nav:after,
  .navbar:before,
  .navbar:after,
  .navbar-header:before,
  .navbar-header:after,
  .navbar-collapse:before,
  .navbar-collapse:after,
  .pager:before,
  .pager:after,
  .panel-body:before,
  .panel-body:after,
  .modal-header:before,
  .modal-header:after,
  .modal-footer:before,
  .modal-footer:after {
    display: none;
  }
}
.navbar-nav li {
  float: none;
}
.nav button.navbar-toggle {
  color: #fff;
  /* border: 1px solid #fff; */
  background: #33221a;
  margin-top: 13px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.navbar-toggle .icon-bar {
  width: 26px;
  height: 4px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
nav.navbar {
  min-height: 0;
  margin: 0;
  border: none;
}

@media screen and (min-width: 768px) {
  .nav li.s-top {
    display: none;
  }
}
/*Меню Конец*/

.main_pic {
  margin-bottom: 30px;
}

.main_pic.col-lg-6 {
  padding-right: 10px;
}

.main_pic.col-lg-6:nth-of-type(even) {
  padding-right: 0px;
  padding-left: 10px;
}
.main_pic div {
  position: absolute;
  bottom: 11px;
  width: calc(100% - 10px);
}
.main_pic.col-lg-6:nth-of-type(even) div {
  left: 14px;
}
.main_pic div a {
  color: #fff;
  display: inline-block;
}
.main_pic div a:hover {
  color: #aecb06;
}
.main_pic div a:first-of-type {
  font-size: 20px;
  padding: 11px 26px;
}
.main_pic div a:last-of-type {
  padding: 4px 11px;
  border: 1px solid #fff;
  float: right;
  margin-top: 11px;
  margin-right: 28px;
}
.main_pic div a:last-of-type:hover {
  border: 1px solid #aecb06;
}

.action_item,
.info_item {
  overflow: auto;
  background: url(/website/img/action_bg.gif) top center no-repeat;
  background-size: 100% 75%;
  padding: 27px;
  clear: both;
  margin-bottom: 20px;
}
.h2,
.action_item h2,
.info_item h2,
.product-text h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}
h1 > .red,
.action_item h2 .red {
  display: block;
  color: #e2000c;
}
.action_item > div:last-of-type {
  padding-left: 65px;
}
.action_text {
  font-size: 28px;
}
a.readmore,
a.readmore:visited {
  color: #663d2b;
  text-decoration: underline;
  font-style: italic;
  font-size: 14px;
}
a.readmore:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1,
.h1 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin: 34px auto 26px;
}
h3,
.h3 {
  font-weight: 400;
}

.action_item.full,
.info_item {
  background-size: 100% 100%;
}

.info_item h2 {
  font-size: 30px;
  clear: both;
}
.sale15 {
  position: relative;
  margin-top: -3px;
  padding-left: 54px;
  color: #f01836;
  font-size: 15px;
  line-height: 0.6;
  background-image: url("/website/img/icon_pol_15.png");
  background-position: 12px center;
  background-repeat: no-repeat;
}
.sale15 span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "FiraSans Medium";
}
@media (max-width: 767px) {
  .sale15 {
    max-width: 215px;
    margin: -3px auto 10px;
  }
}
.product-text h2.tab_link {
  width: auto;
  border: 1px solid #000000;
  display: inline-block;
  clear: none;
  text-align: center;
  padding: 10px 15px;
  font-size: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}
.product-text h2.tab_link.active {
  background: #aecb06;
}
a[href="#buy"] {
  margin-bottom: 15px;
}
.line {
  border-top: 1px solid #000000;
  clear: both;
  height: 0;
  display: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.info_item a.readmore {
  display: inline-block;
  float: right;
}
.info_item.full a.readmore {
  float: left;
}
.info_item > div:last-of-type {
  padding-left: 29px;
}

.info_item > img {
  float: left;
  width: 49%;
  margin: 0 29px 20px 0;
}
.center {
  text-align: center;
}
.bold {
  font-weight: 600;
}
.it {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.gray {
  background: #d5d8dc;
  padding: 20px 0 6px;
}
.white {
  background: #fff;
}
.green {
  color: #aecb06;
}
hr {
  display: block;
  margin: 10px auto;
  background: #000;
  border: none;
  width: 255px;
  height: 1px;
}

.wrapper.slider {
  padding-bottom: 0;
}

.preffs {
  clear: both;
  overflow: auto;
  padding: 0 15px;
}

.preffs > div {
  padding: 10px 15px;
  text-align: center;
}
.preffs > div div {
  background: #eef0f1;
  padding: 20px 10px;
}
.preffs > div div span {
  text-transform: uppercase;
  font-weight: bold;
}
.preffs > div img {
  margin-bottom: 15px;
}

.h3_block {
  padding: 20px 15px;
  overflow: auto;
}
.h3_block > div {
  padding: 0px 15px;
}

.h3_block img {
  width: 100%;
  margin-bottom: 20px;
}

footer {
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
  font-weight: 500;
  font-size: 16px;
  background-color: #434445;
  color: white;
  font-family: "GolosTextDemiBold";
}
@media screen and (max-width: 991px) {
  footer {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 5px 0;
  }
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .container::before,
footer .container::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    width: 165px;
  }
}
@media screen and (max-width: 767px) {
  footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer_logo {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer_logo {
    width: 100%;
  }
}
footer .container div.col-lg-3 {
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  footer .container div.col-lg-3 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_logo + div.col-lg-3 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 480px) {
  footer .container div.col-lg-3 {
    width: 100%;
    padding-top: 10px;
  }
  footer .info {
    width: 100%;
  }
}

footer .copy {
  margin: 25px 0 0;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  footer .copy {
    margin: 10px 0;
    font-size: 12px;
  }
}
footer .container div.col-lg-3 p {
  position: relative;
  margin: 0;
  padding-left: 30px;
  line-height: 1.5;
}
footer .container div.col-lg-3 p * {
  line-height: 1.5;
}
footer .container div.col-lg-3 p.adr,
footer .container div.col-lg-3 p.offer {
  padding-left: 22px;
}
footer .container div.col-lg-3 p.offer {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  footer .container div.col-lg-3 p.offer {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  footer .container div.col-lg-3 p.offer {
    margin-top: 5px;
  }
}
footer p.adr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 22px;
  background-image: url("/website/img/footer_pin.png");
}
footer p.tel a.first::before {
  content: url("/website/img/footer_tel.png");
  margin-right: 10px;
}
footer p.mail a::before {
  content: url("/website/img/footer_mail.png");
  margin-right: 10px;
}
footer .whatsap:before {
  content: url("/website/img/header_whatsap.png");
  margin-right: 10px;
}

footer p.time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/website/img/footer_time.png");
}
footer p.adr a {
  text-decoration: underline;
}
footer p.tel a {
  display: block;
}
@media screen and (max-width: 480px) {
  footer p.adr br {
    display: none;
  }
  footer p.tel a {
    display: inline-block;
  }
}
@media screen and (max-width: 370px) {
  footer p.adr br {
    display: block;
  }
}
footer .social {
  margin-top: 15px;
  padding-left: 30px;
}
footer .social a + a {
  margin-left: 13px;
}
#map {
  display: none;
}

.clear {
  width: 100%;
  clear: both;
  display: block;
}

/*copyright*/
p.region_link {
  margin-top: 10px;
}
p.region_link,
p.region_link a {
  font-size: 12px;
  text-decoration: none;
}
p.region_link span {
  font-size: 16px;
  display: inline;
  background: url(/website/img/xx.png) no-repeat left center !important;
  margin-bottom: 0px !important;
  padding-left: 20px;
}

.g-recaptcha {
  display: inline-block;
}

input,
textarea {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #c3c8cd;
  padding: 10px 15px;
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
textarea {
  resize: none;
  height: 173px;
}
form div.col-lg-6 {
  padding: 0 10px;
}
input[type="submit"] {
  color: #fff;
  width: 160px;
  background: #000;
  border: 1px solid #fff;
  outline: 1px solid #000;
  float: right;
  padding: 10px 20px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.otziv {
  padding: 8px 10px 0;
  margin-top: 20px;
}
.otziv > div {
  background: #fff;
  overflow: auto;
}

.otziv > div > div:first-of-type {
  background: #868f98;
  overflow: auto;
  color: #fff;
  padding-top: 15px;
}
.otziv img {
  margin: 0 auto;
  border-radius: 352px;
  display: block;
  margin-top: -26px;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 1px 3px #cfcfcf;
  box-shadow: 1px 1px 3px #cfcfcf;
}
.otziv_name {
  font-style: italic;
  font-weight: bold;
}
.otziv_lead {
  font-size: 18px;
  text-transform: uppercase;
}
.otziv > div div:last-of-type div:last-of-type {
  padding: 20px 20px 20px 0;
  font-size: 13px;
}

label[for="upload"] {
  display: block;
  background: url(/website/img/browse.jpg) no-repeat #fff right center;
  border: 1px solid #fff;
  height: 41px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
input#upload {
  position: absolute;
  top: 0;
  opacity: 0;
}
#file-name {
  position: absolute;
  top: 31px;
  left: 20px;
}
.masonry[data-columns]::before {
  content: "2 .col-lg-6";
}

#block_gl_text,
.block_gl_text {
  clear: both;
  padding: 0 14px;
  margin-bottom: 30px;
}

.catalog h2,
.cat_right h1,
#block_gl_text h2 {
  font-weight: 300;
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
}

.cat_rub {
  width: 23%;
  float: left;
  position: relative;
  margin-right: 21px;
  margin-bottom: 20px;
}
.cat_rub.big_one {
  float: right;
}
.cat_rub.big_one.left {
  float: left;
}

.cat_rub img {
  width: 100%;
  border: 1px solid #fff;
}
.cat_rub div {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  height: 53px;
  bottom: 10px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 53px;
  padding-left: 17px;
}
.cat_rub.two_lines div {
  line-height: 19px;
  padding-top: 10px;
}
.cat_rub a:hover div {
  color: #aecb06;
}
.cat_rub.flat {
  width: 48%;
}

.breads,
.breads a {
  margin: 20px 0;
  color: #6c6b6b;
  font-weight: 300;
}
.breads a {
  text-decoration: underline;
  color: #000000;
}

/* aside {
  outline: 3px solid #000;
  border: 4px solid #cdd1d4;
  background: #cdd1d4;
} */
aside > ul {
  display: block;
  border: 1px solid #000;
  padding: 1px 0;
  margin: 0;
}
aside ul {
  list-style: none;
}

aside > ul > li > span,
aside > ul > li > a:visited,
aside > ul > li > a {
  display: block;
  border: 1px solid #000;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-left: 58px;
  height: 64px;
  line-height: 64px;
  margin: 1px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}
aside > ul > li > span.two,
aside > ul > li > a.two {
  line-height: 20px;
  padding-top: 11px;
}
aside > ul > li.active > ul > li.active > span,
aside > ul > li.active > ul > li.active > a,
aside > ul > li.active > span,
aside > ul > li.active > a,
aside > ul > li > a:hover,
aside > ul > li > span:hover {
  background-color: #aecb06;
}

aside > ul > li.active > ul > li.active > span,
aside > ul > li.active > ul > li.active > a {
  padding: 7px 0 7px 5px;
  margin-left: -5px;
}

aside > ul > li:nth-child(1) > a {
  background-image: url(/website/img/napol.png);
}
aside > ul > li:nth-child(2) > a {
  background-image: url(/website/img/santeh.png);
}
aside > ul > li:nth-child(3) > a {
  background-image: url(/website/img/oboi.png);
}
aside > ul > li:nth-child(4) > a {
  background-image: url(/website/img/oboi_kamen.png);
}

aside > ul > li > ul {
  padding: 0 20px 20px;
  display: none;
}
aside > ul > li.active ul {
  display: block;
}

aside > ul > li > ul > li > span,
aside > ul > li > ul > li > a,
aside > ul > li > ul > li > a:visited {
  text-transform: uppercase;
  display: block;
  border-bottom: 2px solid #fff;
  padding-bottom: 7px;
  margin: 20px 0;
  color: #000;
}
aside > ul > li > ul > li > ul {
  padding-left: 15px;
}
aside > ul > li > ul > li > ul li a {
  display: block;
  color: #000;
}
aside > ul > li > ul > li > ul li.active,
aside > ul > li > ul > li > ul li:hover {
  background: #aecb06;
  margin-left: -20px;
  padding-left: 20px;
}
aside > ul > li > ul > li > ul li a.vanny_r {
  position: relative;
}
aside > ul > li > ul > li > ul li a.vanny_r::before {
  display: block;
  margin-top: 15px;
  margin-left: -20px;
  padding-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: initial;
  background-color: #cdd1d4;
}
aside > ul > li > ul > li > ul li li a {
  background-color: #cdd1d4;
}
aside > ul > li > ul > li > ul li li.active > a,
aside > ul > li > ul > li > ul li li:hover > a,
aside > ul > li > ul > li > ul li li > a:hover {
  background-color: #aecb06;
}
aside > ul > li > ul > li > ul li.active > ul {
  margin-left: -20px;
  background-color: #cdd1d4;
}
.vanny_r#menu-navigation_560::before {
  content: "Материал";
  margin-top: -5px;
}
.vanny_r#menu-navigation_474::before {
  content: "Форма";
}
.vanny_r#menu-navigation_636::before {
  content: "Производитель";
}
.hit,
.sale {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 0px;
  position: relative;
}
.hit::before,
.sale::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  content: "";
  margin-left: -30px;
  margin-right: 7px;
}
.hit::before {
  background: url(/website/img/hit_icon.png);
}
.sale::before {
  background: url(/website/img/sale_icon.png);
}

/*правая часть каталога*/
.cat_right {
  padding-left: 12px;
}

.cat_rub_rub div img {
  width: auto;
  display: block;
  margin: 0 auto;
  /* height: 201px; */
}

/* a.photo {
  width: 100%;
  height: 201px;
} */

.cat_rub_rub > div {
  background: #fff;
  border: 1px solid #797979;
  outline: 3px solid #fff;
  overflow: auto;
  /* 	margin-bottom:28px; */
  padding: 5px 5px 105px;
  /* height:413px; */
  height: 100%;
  -webkit-transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition:
    transform 0.4s,
    -webkit-transform 0.4s;
  position: relative;
}
.cat_rub_rub > div * {
  -webkit-transition: none;
  transition: none;
}
.rub_name {
  display: block;
  clear: both;
  padding-left: 8px;
}
.cat_rub_rub.rub div {
  height: 295px;
  overflow-y: hidden;
  font-size: 16px;
}

.cat_rub_rub a {
  color: #5d352b;
  overflow: hidden;
}
.cat_rub_rub > div:hover {
  /* color:#aecb06; */
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.cat_rub_rub > div:hover .good_name,
.cat_rub_rub > div:hover .buy {
  color: #aecb06;
}
.cat_rub_rub > div:hover a[href="#buy"],
.cat_rub_rub > div:hover input[name="buy"] {
  color: #5d352b;
  -webkit-transition: none;
  transition: none;
}

.cat_rub_rub > div .photo img:nth-child(2) {
  display: none;
}

.cat_rub_rub .buy > span {
  display: block;
  clear: both;
  font-size: 16px;
  font-weight: 500;
  padding-left: 8px;
}
.cat_rub_rub .buy > span span {
  font-size: 22px;
}

.cat_rub_rub hr {
  display: block;
  margin: 15px 0 10px 8px;
  float: left;
  clear: both;
  background: #a99a97;
  border: none;
  width: 70%;
  height: 1px;
}
.cat_right h1 {
  padding-left: 14px;
  margin: 0;
  margin-bottom: 26px;
}

.cat_rub_rub .buy {
  position: absolute;
  width: 97%;
  border: none;
  background: none;
  outline: none;
  overflow: auto;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  bottom: 23px;
}
.cat_rub_rub a[href="#buy"],
.cat_rub_rub input[name="buy"] {
  margin: 0 auto;
}

.good_name {
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  display: block;
  clear: both;
  float: none;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.cat_rub_rub span.price {
  font-size: 20px;
  clear: both;
  text-align: center;
}

.cat_rub_rub span.price b {
  font-size: 23px;
}

.characteristics {
  clear: both;
  width: 180px;
  margin: 0 auto;
}
.characteristics p {
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: 2px;
}
.characteristics p span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.characteristics p span:first-of-type {
  float: left;
  color: #898989;
}
.characteristics p span:last-of-type {
  float: right;
}
.lSSlideWrapper {
  border: 1px solid #797979;
  background: #fff;
}
.lSSlideWrapper li {
  padding: 2px 4px 3px 2px;
  cursor: pointer;
}
.lSSlideOuter .lSPager.lSGallery li {
  border: 3px solid #fff;
}
.lSSlideOuter .lSPager.lSGallery li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /* height: 100px; */
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.lSSlideOuter .lSPager.lSGallery li a img {
  display: block;
  height: 125px;
  /* width: 100%; */
  margin: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0px !important;
  border: 3px solid #aecb06;
}

span.right,
a.right {
  display: inline-block;
  float: right;
  text-transform: none;
}
span.right span i {
  font-style: normal;
  font-size: 20px;
}
input[name="buy"],
a[href="#buy"],
a[href="#buy"]:visited {
  color: #000000;
  font-weight: 500;
  background: #ffffff;
  outline: 1px solid #fff;
  border: 2px solid #000000;
  padding: 10px 0;
  width: 150px;
  text-transform: uppercase;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
input[name="buy"],
a[href="#buy"]:hover {
  font-weight: 500;
}
.sertificates {
  overflow: auto;
  text-align: center;
}
.sertificates a img {
  height: 194px;
}
.sertificates a,
.partners div {
  /* width:19%;  */
  padding: 0 10px;
  display: inline-block;
}
.partners {
  padding: 30px 0;
}
.partners div {
  width: 275px;
  font-weight: bold;
  margin-bottom: 30px;
}
.partners div img {
  margin-bottom: 20px;
}
.partners h3 {
  font-size: 25px;
}

.toup {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 200;
  cursor: pointer;
}
.pagination {
  display: block;
  padding: 30px 0 0;
  font-size: 15px;
}
.pagination ul {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 5px;
}
.pagination ul li {
  font-weight: bold;
}
.pagination ul li a {
  display: inline-flex;
  width: 38px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #000;
  font-size: 18px;
  border-radius: 5px;
}
.pagination ul li.first a,
.pagination ul li.last a,
.pagination ul li.show-all a {
  width: auto;
  height: auto;
  border-radius: 5px;
  padding: 12px 30px;
  background-color: #eceeef;
  font-size: inherit;
  margin: 0 8px;
}
.pagination ul li.first:hover a,
.pagination ul li.last:hover a,
.pagination ul li.show-all:hover a {
  background-color: #eceeef;
}
.pagination ul li.disabled {
  opacity: 0.5;
}
.pagination ul li.prev {
  transform: scale(-1, 1);
}
.pagination ul li.prev a,
.pagination ul li.next a {
  width: 39px;
  height: 39px;
  font-size: 0;
  background: url("/website/img/pagination_arr.svg") center center / 100% no-repeat;
  margin: 0 8px;
}
.pagination ul li.prev:hover a,
.pagination ul li.next:hover a {
  background: url("/website/img/pagination_arr.svg") center center / 100% no-repeat;
}
.pagination ul li.active a,
.pagination ul li:hover a {
  background: #edf7e2;
}
.pagination ul li.active a {
  color: #000;
}
@media screen and (max-width: 1200px) {
  .pagination ul li.prev a,
  .pagination ul li.next a {
    margin: 0 4px;
  }
  .pagination ul li.first a,
  .pagination ul li.last a,
  .pagination ul li.show-all a {
    padding: 12px 20px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .pagination ul li a {
    width: 35px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .pagination {
    padding-top: 10px;
  }
  .pagination ul li.first,
  .pagination ul li.last,
  .pagination ul li.show-all {
    display: none;
  }
  .pagination ul li.prev a,
  .pagination ul li.next a {
    margin-right: 0;
  }
  .pagination ul li a {
    font-size: 16px;
  }
}
.item-description {
  overflow: auto;
  padding-top: 20px;
  padding-left: 14px;
}

#buy {
  background: #e3e5e7;
  text-align: center;
  display: none;
}
#buy .h2 {
  text-align: center;
  padding: 30px 0 20px;
}
#buy .col-lg-12 {
  padding: 0 10px;
}
#buy div.gray {
  padding-left: 30px;
  padding-right: 30px;
}
#buy div.gray p {
  margin-bottom: 20px;
}
#buy div.gray + div {
  padding: 15px 0;
}
#buy form div {
  overflow: auto;
}
#buy .g-recaptcha {
  display: block;
}
#buy .g-recaptcha div {
  margin: 0 auto;
}
#buy input[type="submit"] {
  float: none;
  clear: both;
  margin: 15px auto;
}
.btn-menu.btn-primary {
  width: 180px;
  border-radius: 7px;
  text-align: center;
  padding: 7px 0;
  margin: 12px auto;
  color: #fff;
}

ul.navigation-main li.active li a[title^="Распродажа"],
ul.navigation-main li.active li a[title^="Новинки"] {
  padding-left: 30px;
}

.flexslider2 .flex-direction-nav {
}
.flexslider2 .flex-direction-nav li {
  position: absolute;
  width: 5%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.flexslider2 .flex-direction-nav li.flex-nav-prev {
  left: 0px;
}
.flexslider2 .flex-direction-nav li.flex-nav-next {
  right: 0px;
}
.flexslider2 .flex-direction-nav a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.223);
  position: static;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.flexslider2 .flex-direction-nav li.flex-nav-next a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 31.494 31.494' style='enable-background:new 0 0 31.494 31.494;' xml:space='preserve'%3E%3Cpath style='fill:%23fff' d='m 21.22025,5.009 c -0.444,-0.444 -1.143,-0.444 -1.587,0 -0.429,0.429 -0.429,1.143 0,1.571 l 8.047,8.047 h -26.554 c -0.619,0 -1.127,0.492 -1.127,1.111 0,0.619 0.508,1.127 1.127,1.127 h 26.554 l -8.047,8.032 c -0.429,0.444 -0.429,1.159 0,1.587 0.444,0.444 1.143,0.444 1.587,0 l 9.952,-9.952 c 0.429,-0.429 0.429,-1.143 0,-1.571 z' id='path19' /%3E%3C/svg%3E%0A");
}
.flexslider2 .flex-direction-nav li.flex-nav-prev a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31.494 31.494' style='enable-background:new 0 0 31.494 31.494;' xml:space='preserve'%3E%3Cpath style='fill:%23fff;' d='M10.273,5.009c0.444-0.444,1.143-0.444,1.587,0c0.429,0.429,0.429,1.143,0,1.571l-8.047,8.047h26.554 c0.619,0,1.127,0.492,1.127,1.111c0,0.619-0.508,1.127-1.127,1.127H3.813l8.047,8.032c0.429,0.444,0.429,1.159,0,1.587 c-0.444,0.444-1.143,0.444-1.587,0l-9.952-9.952c-0.429-0.429-0.429-1.143,0-1.571L10.273,5.009z'/%3E%3C/svg%3E%0A");
}

.flexslider2 .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  z-index: 2;
  background-color: rgba(33, 33, 33, 0.34);
}
.flexslider2 .flex-control-paging li a {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  cursor: default;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.flexslider2 .flex-control-paging li a.flex-active {
  /* background: #666;
	background: rgba(0, 0, 0, 0.5); */
  background: #fff;
  /* border: 5px solid #afb1b6; */
  /* width: 20px;
  height: 20px; */
}

.flexslider2 {
  margin: 0;
}

.flexslider2 .slides > li {
  position: relative;
}
.flexslider2 .slides_link_left,
.flexslider2 .slides_link_right {
  position: absolute;
  width: 48%;
  height: 100%;
  top: 0;
}
.flexslider2 .slides_link_left {
  left: 0;
}
.flexslider2 .slides_link_right {
  right: 0;
}
.flexslider2 .flex-control-nav {
  bottom: 15px;
  min-width: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#main_menu {
  position: relative;
  z-index: 999;
}
.catalog_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f6f6f7;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#cat_manu_main {
  padding: 38px 65px 0px;
  display: none;
}
#cat_manu_main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#cat_manu_main ul ul ul {
  display: none;
}
#cat_manu_main .hit,
#cat_manu_main .sale {
  display: none;
}
#cat_manu_main > ul > li {
  display: inline-block;
  width: 33.3%;
  float: left;
  vertical-align: top;
  margin-bottom: 38px;
}
#cat_manu_main > ul > li > a {
  font-weight: bold;
  color: #000;
  padding: 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
#cat_manu_main > ul > li:nth-child(2) {
  padding-left: 77px;
}
#cat_manu_main > ul > li:nth-child(3),
#cat_manu_main > ul > li:nth-child(4) {
  padding-left: 77px;
}
#cat_manu_main ul ul li {
  display: block;
}
#cat_manu_main ul ul li a {
  color: #000;
  padding: 8px 0;
  display: block;
  font-size: 16px;
}
#cat_manu_main ul ul li a.active,
#cat_manu_main ul ul li:hover a {
  color: #afcc01;
}

@media screen and (max-width: 1199px) {
  .cat_rub {
    margin-right: 19px;
  }
  aside > ul > li > span {
    font-size: 13px;
  }
  .masonry[data-columns]::before {
    content: "2 .col-md-6";
  }
  .product-info h2.tab_link {
    font-size: 13px;
  }
  .flexslider2 .flex-direction-nav {
    width: 970px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .slogan_new-year {
    font-size: 32px;
    padding-top: 28px;
    padding-left: 19px;
  }
  .main_pic div a:last-of-type {
    margin-top: 9px;
    margin-right: 28px;
  }
  .main_pic div a:first-of-type {
    font-size: 15px;
    padding: 13px 26px;
  }
  .main_pic div {
    bottom: 3px;
  }
  p.region_link,
  p.region_link a {
    font-size: 10px;
  }
  p.region_link span {
    font-size: 13px;
  }
  .action_item {
    padding: 15px;
  }
  .action_item h2 {
    font-size: 26px;
  }
  .action_item > div:last-of-type {
    padding-left: 22px;
  }
  .cat_rub {
    margin-right: 15px;
  }
  .cat_rub div {
    font-size: 15px;
    padding-left: 9px;
  }
  .cat_right {
    padding-left: 0px;
    padding-top: 20px;
  }
  .cat_rub_rub > div > a {
    height: 370px;
  }
  .preffs {
    padding: 0;
  }
  .h3_block {
    padding: 10px 0px;
  }
  .h3_block > div {
    padding: 0px 15px;
  }
  aside > ul > li > a.two {
    line-height: 64px;
    padding-top: 0;
  }
  #submit {
    float: left;
    margin-top: 10px;
  }
  #upload_form .g-recaptcha {
    float: left;
  }
  #buy form .g-recaptcha {
    display: block;
    float: none;
  }
  #buy .g-recaptcha div {
    margin: 0 auto;
  }
  .flexslider2 .flex-direction-nav {
    width: 750px;
    bottom: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flexslider2 .flex-direction-nav li {
    width: 40px;
    height: 40px;
  }
  #cat_manu_main {
    padding: 25px 29px 0px;
  }
  #cat_manu_main > ul > li:nth-child(2) {
    padding-left: 33px;
  }
  #cat_manu_main > ul > li:nth-child(3),
  #cat_manu_main > ul > li:nth-child(4) {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .flexslider2 .flex-direction-nav li {
    height: 30px;
  }
  .nav {
    background: none;
  }
  header {
    padding-top: 0;
  }
  .main_pic {
    margin: 10px 0;
  }
  .main_pic img {
    width: 100%;
  }
  .main_pic.col-lg-6,
  .main_pic.col-lg-6:nth-of-type(even) {
    padding: 0px;
  }
  .main_pic div a:first-of-type {
    font-size: 20px;
    padding: 11px 21px;
  }
  .main_pic div a:last-of-type {
    display: none;
  }
  .main_pic div {
    bottom: 11px;
  }
  .action_item {
    background-size: 100% 100%;
  }
  .action_item > div:last-of-type {
    padding-left: 0px;
  }
  .action_item.full h2 {
    margin-bottom: 20px;
  }
  .action_item.full + a.readmore {
    padding-left: 10px;
  }
  /* div[itemscope] {
    padding: 0 10px;
  } */
  .info_item > div:last-of-type {
    padding-left: 0px;
  }
  .info_item {
    padding: 20px;
  }
  .info_item > img {
    width: 100%;
    margin: 0 0px 20px 0;
  }
  .otziv img {
    margin-top: 19px;
  }
  .otziv > div > div:first-of-type {
    padding-left: 20px;
  }
  .cat_rub,
  .cat_rub.flat {
    margin-right: 0px;
    width: 100%;
  }
  .container.catalog {
    padding: 0 10px;
  }
  .wrapper > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cat_rub_rub > div > a {
    height: 299px;
  }
  .breads {
    padding-left: 10px;
  }
  .h3_block > div {
    padding: 0px;
  }
  #submit {
    float: left;
    margin-top: 0px;
    margin-left: 20px;
  }
  .product-info h2.tab_link {
    display: block;
    width: 275px;
    font-size: 20px;
    float: none;
    clear: both;
  }
  .flexslider2 .flex-direction-nav {
    width: 100%;
  }
  .flexslider2 .flex-direction-nav li.flex-nav-next {
    right: 20px;
  }
  .flexslider2 .flex-direction-nav li.flex-nav-prev {
    left: 20px;
  }
  .flexslider2 .flex-control-nav {
    bottom: 0px;
  }
  a[href*="tel:"] {
    display: inline;
    color: inherit;
  }
}
@media screen and (max-width: 700px) {
  .cat_rub_rub.col-xs-6 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  header .col-xs-6 {
    width: 100%;
    text-align: center;
  }

  .main_pic div {
    bottom: -3px;
  }
  p.region_link,
  p.region_link a {
    font-size: 8px;
  }
  p.region_link span {
    font-size: 11px;
  }
  .info_item {
    padding: 20px 10px;
  }
  h1,
  .h1 {
    font-size: 23px;
  }
  .otziv > div div:last-of-type div.col-xs-8 {
    width: 100%;
    padding-left: 20px;
  }
  .otziv > div div:last-of-type div.col-xs-4 {
    display: none;
  }
  .catalog h2 {
    font-size: 20px;
    text-align: center;
  }
  .cat_rub_rub > div > a {
    height: 322px;
  }
  .cat_rub_rub.col-xs-6 {
    width: 100%;
  }
  .cat_right h1 {
    text-align: center;
    padding: 0;
  }
  .preffs > div {
    padding: 10px 0px;
  }
  .sertificates a {
    width: 100%;
    display: block;
    margin: 0px 0 20px;
  }
  #gallery.col-xs-6,
  #item_info.col-xs-6 {
    width: 100%;
    padding-left: 0;
  }
  aside > ul > li > a.two {
    line-height: 20px;
    padding-top: 11px;
  }
  #submit {
    float: none;
    margin: 20px auto;
  }
  #upload_form > div.col-xs-12:last-of-type {
    text-align: center;
  }
  #upload_form .g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .cat_rub.big_one {
    height: 191px;
    overflow: hidden;
  }
}
@media screen and (max-width: 340px) {
  #file-name {
    top: 50px;
  }
  .cat_rub_rub div img {
    display: none;
  }
  .cat_rub_rub.rub div {
    height: 60px;
  }
  .cat_rub_rub hr {
    display: none;
  }
  /* footer {height: 245px;}
	body{margin-bottom:245px;} */
}

.old-price {
  font-size: 20px;
  text-decoration: line-through;
  color: #898988;
}
.new-price {
  color: #fe2b49;
  font-size: 30px;
  /*font-weight: normal;*/
}
a.right.fancybox {
  margin-left: auto;
  margin-right: 0;
  float: none;
}
.wrapper-error {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 20px;
}
.wrapper-error p {
  font-size: 18px;
  text-align: center;
}

.wrapper-error .ertext {
  max-width: 640px;
  margin: 0 auto 30px;
}

.wrapper-error p.er404 {
  font-size: 48px;
  text-align: center;
}

p.er404 span {
  position: relative;
  padding: 0 95px;
}

p.er404 span::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 40px;
  left: 0;
  bottom: calc(50% - 20px);
  background-image: url(/website/img/logo.png);
  background-size: contain;
}

p.er404 span::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 40px;
  right: 0;
  bottom: calc(50% - 20px);
  background-image: url(/website/img/logo.png);
  background-size: contain;
}

.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .cont .main_pic.col-sm-6 {
    width: 40%;
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .cont .col-md-3,
  .cont .main_pic.col-lg-3 {
    width: 20%;
    max-width: 200px;
  }
}

.cont .col-xs-12 {
  max-width: 200px;
}

.cont .main_pic {
  position: relative;
  text-align: left;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cont .main_pic div a:first-of-type {
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
  border: none;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cont .main_pic div a:last-of-type {
    display: block;
  }
}

.cont .main_pic div {
  position: absolute;
  bottom: 0;
  width: 200px;
}

.column-info,
.column-gallery {
  width: 100%;
}

.column-gallery {
  padding-left: 0;
}

@media (max-width: 480px) {
  .product-text h2.tab_link {
    width: 100%;
    margin-bottom: 0;
  }
}

.product-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-text {
  width: 100%;
  padding-left: 14px;
}

.product-text .tabs span {
  display: inline;
  float: none;
}

.product-buttons {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 0;
}

.product-buttons #tab1,
.product-buttons #tab2 {
  float: none;
}

.call {
  margin: 40px 0 15px;
}

.warn {
  font-size: 14px;
  color: #000000;
}

.services p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 26px;
  font-size: 16px;
  color: #000000;
  padding-left: 55px;
  margin-bottom: 5px;
  font-weight: 600;
}

.services p.delivery::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 12px;
  width: 26px;
  height: 26px;
  background-image: url(/website/img/delivery.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.services p.pay::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 12px;
  width: 26px;
  height: 26px;
  background-image: url(/website/img/pay.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.services p.kredit::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 12px;
  width: 26px;
  height: 26px;
  background-image: url(/website/img/credit.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.services p.discount {
  text-transform: uppercase;
}

.services p.discount::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 12px;
  width: 26px;
  height: 26px;
  background-image: url(/website/img/dic_new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.column-info .q-order,
.column-info .q-order:visited,
.column-info .to-cart,
.column-info .to-cart:visited,
.column-info .credit_btn,
.column-info .credit_btn:visited {
  float: none;
  color: #202020;
  font-weight: 600;
  width: 100%;
}
.subgoods {
  padding-top: 20px;
}
.item-page .subgoods h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.subgoods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.subgoods_list li {
  width: 31%;
  margin-bottom: 20px;
  background: #fff;
  overflow: auto;
  height: 100%;
  position: relative;
  text-align: center;
}
.subgoods_list--laminat li {
  width: 23%;
}
.subgoods_list li .photo {
  position: relative;
  display: block;
}
.subgoods_list li .photo::before {
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  left: 25px;
  top: 25px;
  border: 1px solid #fff;
  opacity: 0.5;
}
.subgoods_list .good_name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 105px;
  text-transform: none;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: initial;
  margin: 0;
  padding: 0 25px 25px;
}
@media (max-width: 1200px) {
  .subgoods_list li .photo::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
  }
  .subgoods_list .good_name {
    font-size: 24px;
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .item-page .subgoods h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .subgoods_list--laminat {
    max-width: 640px;
    margin: 0 auto;
  }
  .subgoods_list--laminat li {
    width: 48%;
  }
}
@media (max-width: 560px) {
  .subgoods_list li,
  .subgoods_list--laminat li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .subgoods_list li .photo::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
  }
  .subgoods_list .good_name {
    font-size: 20px;
    padding: 0 15px 15px;
    min-height: 80px;
  }
}
@media (max-width: 368px) {
  .subgoods_list li,
  .subgoods_list--laminat li {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.product-warn {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 28px;
  padding-left: 125px;
  font-size: 15px;
  color: #202020;
  font-weight: 600;
  min-height: 70px;
  background-color: #eceeef;
  max-width: 440px;
  border-radius: 15px;
}
.product-warn p {
  margin: 0;
}
.product-warn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background:
    url("/website/img/box_icon.svg") center center / 60% no-repeat,
    url("/website/img/box_icon_bg.svg") center center / auto 100% no-repeat;
}
@media (max-width: 480px) {
  .product-warn::before {
    width: 60px;
    height: 100%;
  }
  .product-warn {
    padding: 10px 10px 10px 75px;
  }
}
input[name="buy"].btn-incart,
input[name="buy"]:disabled,
.cat_rub_rub input[value="в корзине"] {
  border-color: #aecb06;
  color: #aecb06;
}
.cat_rub_rub > div:hover input[value="в корзине"] {
  color: #aecb06;
}
.cart {
  padding-bottom: 50px;
}
.cart table {
  width: 100%;
  border-collapse: collapse;
}
.cart table th {
  padding: 15px 5px;
  color: #383838;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border-bottom: 3px solid #e3e5e7;
}
.cart table td {
  padding: 0 10px;
  color: #000000;
  border: 2px solid #e3e5e7;
  background-color: #fff;
  text-align: center;
}
.cart table .cart_item-img {
  padding: 0;
  width: 186px;
}
.cart_item-img img {
  width: 186px;
  height: 186px;
}
.cart table .cart_item-name {
  padding: 0 25px;
  max-width: 385px;
  text-align: left;
}
.cart_item-name a {
  font-size: 25px;
  color: #000000;
}
.cart_item-price,
.cart_item-sum {
  font-size: 22px;
  font-weight: 600;
}
.cart_item-quantity div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart_item-quantity input {
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 30px;
  margin-bottom: 0;
  line-height: 30px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 22px;
  text-align: center;
}
.cart_item-quantity .small_silver_button {
  display: inline-block;
  width: 33px;
  height: 30px;
  font-size: 22px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e3e5e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart_del {
  min-width: 36px;
}
.cart h2 {
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
  margin: 35px 0 20px;
}
.cart_text p {
  font-family: "FiraSans Medium", Tahoma;
  margin-bottom: 15px;
  color: #000000;
}
.cart_text b {
  font-family: "FiraSans Bold", Tahoma;
  text-transform: uppercase;
}
.cart .product-warn {
  padding-left: 90px;
}
.cart .product-warn p {
  margin-bottom: 0;
}
.cart .product-warn::before {
  left: 0;
}
.cart_inputs,
.cart_warn,
.cart_btns {
  padding-left: 42px;
}
.cart_inputs input,
.cart textarea {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  line-height: 24px;
}
.cart_warn {
  margin-top: 55px;
  font-family: "FiraSans Medium", Tahoma;
  color: #000;
}
.cart textarea {
  height: 175px;
  padding: 10px 15px;
}
.cart_sum {
  margin-bottom: 7px;
  padding: 20px 0;
  background-color: #393a3b;
  font-family: "FiraSans Light", Tahoma;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.cart_sum span {
  font-family: "FiraSans Medium", Tahoma;
}
.cart_order {
  display: block;
  width: calc(100% - 4px);
  margin: 0 auto 7px;
  padding: 26px 0;
  background-color: #aecb06;
  font-family: "FiraSans Medium", Tahoma;
  color: #000;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 2px #010101;
  box-shadow: inset 0 0 0 2px #010101;
  outline: 2px solid #aecb06;
  border: 2px solid #ffffff;
}

@media (max-width: 992px) {
  .cart table .cart_item-name {
    padding: 0 10px;
  }
  .cart_item-name a {
    font-size: 18px;
  }
  .cart_item-price,
  .cart_item-sum {
    font-size: 18px;
  }
  .cart_warn {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .cart form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart_inputs,
  .cart_warn,
  .cart_btns {
    padding-left: 0;
  }
  .cart_warn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cart_btns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 600px) {
  .cart table td {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
  }
  .cart th {
    display: none;
  }
  .cart_item-img::before {
    content: "Товар";
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 100px;
    text-align: left;
  }
  .cart_item-name::before {
    content: "Название";
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 100px;
    text-align: left;
  }
  .cart_item-price::before {
    content: "Цена";
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 100px;
    text-align: left;
  }
  .cart_item-quantity::before {
    content: "Количество";
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 100px;
    text-align: left;
  }
  .cart_item-sum::before {
    content: "Сумма";
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 100px;
    text-align: left;
  }
  .cart_del::before {
    content: "Удалить";
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 100px;
    text-align: left;
  }
  .cart_item-img img {
    width: 136px;
    height: 136px;
  }
  .cart table .cart_item-img {
    width: 100%;
    padding: 0 10px;
  }
  .cart table .cart_item-name {
    max-width: 100%;
  }
}
.item_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 10px;
  padding-left: 14px;
}
.item_nav a {
  font-size: 12px;
  font-family: "FiraSans Medium", Tahoma;
  text-transform: uppercase;
  text-decoration: underline;
  color: #252525;
}
@media (min-width: 768px) {
  .item_nav {
    width: 66.66666%;
    margin: 0 0 10px;
  }
}
@media (max-width: 400px) {
  .item_nav a {
    font-size: 10px;
  }
}

.category.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 90%;
  margin: 30px auto 50px;
  background-color: #fff;
  border-radius: 23px;
}

@media (max-width: 1000px) {
  .category.flex {
    width: 100%;
  }
}

.category.flex a {
  position: relative;
  margin: 0 40px;
  padding: 15px 3px;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.category.flex a:hover,
.category.flex a.selected {
  border-bottom: 2px solid #afcc00;
}
.category.flex a + a::before {
  content: "";
  position: absolute;
  left: -40px;
  top: calc(50% - 6px);
  width: 1px;
  height: 12px;
  background-color: #000;
}
@media (max-width: 768px) {
  .category.flex a {
    margin: 0 20px;
  }
  .category.flex a + a::before {
    left: -20px;
  }
}
@media (max-width: 620px) {
  .category.flex a + a::before {
    display: none;
  }
}
@media (max-width: 520px) {
  .category.flex a {
    margin: 0 10px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .category.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .category.flex a {
    width: 40%;
    padding: 10px 3px;
  }
}

.info_item .new_article__title {
  clear: none;
  margin: 20px 0;
  line-height: 1.3;
  font-size: 18px;
  font-family: "FiraSans Bold";
}
.info_item .new_article__title--center {
  text-align: center;
}
.new_article__warn {
  position: relative;
  margin: 20px 0;
  padding: 15px 10px 15px 50px;
  background-color: #f1f6d3;
  border-width: 1px;
  border-color: rgb(175, 204, 1);
  border-style: solid;
  font-family: "FiraSans Medium";
}
.new_article__warn::before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(50% - 17px);
  width: 32px;
  height: 34px;
  background-image: url("/website/img/art_light.png");
}
.new_article__warn span {
  text-transform: uppercase;
}
.new_article__img {
  display: block;
  margin: 20px 0 30px;
  -webkit-box-shadow: 5px 5px 0 #c79f83;
  box-shadow: 5px 5px 0 #c79f83;
}
.new_article__check {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.new_article__check li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 38px;
}
.new_article__check--plus li {
  padding-left: 50px;
}
.new_article__check--plus li span {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "FiraSans Bold";
}
.new_article__check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 25px;
  height: 26px;
  background-image: url("/website/img/art_check_green.png");
}
.new_article__check li:nth-child(even)::before {
  background-image: url("/website/img/art_check_brown.png");
}
.new_article__check--plus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 33px;
  height: 33px;
  background-image: url("/website/img/plus_green.png");
}
.new_article__check--plus li:nth-child(even)::before {
  background-image: url("/website/img/plus_brown.png");
}
.new_article__table {
  margin-bottom: 50px;
}
.new_article__table td,
.new_article__table th {
  width: 50%;
  padding: 12px;
  border: 1px solid rgb(185, 136, 101);
}
.new_article__table th {
  background-color: #ffead7;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "FiraSans Medium";
  font-weight: 400;
}
.green-circle {
  margin-bottom: 25px;
}
.green-circle span {
  position: relative;
  padding-left: 18px;
}
.green-circle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 9px;
  height: 9px;
  background-color: #afcc01;
  border-radius: 50%;
}
.main_gray {
  padding: 0;
  background-color: #f6f6f7;
}
.main_pref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_pref li {
  min-width: 20%;
  padding: 15px 0;
  position: relative;
  min-height: 115px;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .main_pref li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .main_pref li {
    width: 100%;
    min-height: 95px;
    padding: 5px 0;
    padding-left: 100px;
  }
  .main_pref li br {
    display: none;
  }
}
.main_pref li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("/website/img/main_pref_1.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 600px) {
  .main_pref li::before {
    top: 5px;
  }
}
.main_pref li.pref2::before {
  background-image: url("/website/img/main_pref_2.png");
}
.main_pref li.pref3::before {
  background-image: url("/website/img/main_pref_3.png");
}
.main_pref li.pref4::before {
  background-image: url("/website/img/main_pref_4.png");
}
.main_pol {
  padding-top: 20px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .main_pol {
    padding-top: 0px;
  }
}
.main_pol h1,
.main_pol h2 {
  text-transform: none;
  color: #202020;
  font-weight: 400;
  font-family: "GolosText";
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.main_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 5px 0;
}
.main_catalog li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.main_pol ul.main_catalog li {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .main_pol ul.main_catalog li {
    width: 24%;
    margin-right: calc(4% / 3);
  }
  .main_pol ul.main_catalog li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 680px) {
  .main_pol ul.main_catalog li {
    width: 32%;
    margin-right: 2%;
  }
  .main_pol ul.main_catalog li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 679px) and (min-width: 400px) {
  .main_pol ul.main_catalog li {
    width: 48%;
    margin-right: 4%;
  }
  .main_pol ul.main_catalog li:nth-child(2n) {
    margin-right: 0;
  }
}
.main_catalog a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.main_catalog a img {
  margin-right: 11px;
}
.main_catalog a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 56px;
  margin-left: 11px;
  margin-top: -8px;
  padding: 8px 20px;
  background-color: rgba(235, 235, 235, 0.9);
  color: #010101;
  font-size: 17px;
  font-weight: 500;
  z-index: 10;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (max-width: 600px) {
  .main_catalog a span {
    font-size: 16px;
  }
}
.main_catalog a:hover span {
  background-color: rgba(198, 219, 77, 0.9);
}
.main_gray .main_catalog {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main_gray .main_catalog > div {
  width: 22%;
  margin-bottom: 25px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.main_gray .main_catalog > ul {
  width: 49%;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .main_gray .main_catalog > ul {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .main_gray .main_catalog > div {
    width: 48%;
  }
}
@media screen and (max-width: 400px) {
  .main_gray .main_catalog > div {
    width: 100%;
  }
}
.main_gray .main_catalog > ul li {
  width: 48%;
  margin-right: 4%;
}
.main_gray .main_catalog > ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 400px) {
  .main_gray .main_catalog > ul li {
    width: 100%;
  }
}
.main_st,
.main_other {
  padding-top: 20px;
  padding-bottom: 55px;
}
@media screen and (max-width: 600px) {
  .main_st,
  .main_other {
    padding-top: 0px;
    padding-bottom: 25px;
  }
}
.main_other {
  background: #fff;
}
.main_st h2,
.main_other h2,
.select-box h2 {
  margin: 34px auto 50px;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  color: #202020;
  font-family: "GolosText";
  font-size: 50px;
}
@media screen and (max-width: 500px) {
  .main_st h2,
  .main_other h2,
  .select-box h2 {
    font-size: 23px;
  }
}
.main_other .main_catalog > div {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.main_other .main_catalog > div:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 400px) {
  .main_other .main_catalog > div {
    width: 100%;
  }
}
.main_other .main_catalog > div span {
  width: calc(100% - 11px);
  max-width: 247px;
  margin-left: auto;
}

/* new main page */
.main_catalog_list,
.main_akcii_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  gap: 38px;
  padding: 0 20px;
}
.main_catalog_list--flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: initial;
  justify-content: space-between;
  row-gap: 30px;
}
.main_catalog_list li {
  text-decoration: none;
  position: relative;
  color: white;
  font-size: 30px;
  font-family: "GolosTextBold";
  /* max-height: 501px; */
}
.main_catalog_list--flex li {
  width: 31.5%;
}
.main_catalog_list--flex li:nth-child(n + 4) {
  width: 23%;
}
.main_catalog_list li .info {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding-bottom: 55px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}
.main_catalog_list li a {
  position: relative;
  text-decoration: none;
  color: white;
  /* margin-bottom: 40px; */
}
.main_catalog_list li > a {
  display: block;
  height: 100%;
}
.main_catalog_list--flex li a::before {
  content: "";
  position: absolute;
  opacity: 0.8;
  left: 25px;
  top: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border: 1px solid #fff;
  z-index: 1;
}
.main_catalog_list--flex li:hover a::before {
  opacity: 0.3;
}
@media screen and (max-width: 1200px) {
  .main_catalog_list li .info {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
  }
  .main_catalog_list--flex li a::before {
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.main_catalog_list li a span {
  display: block;
  line-height: 1.1em;
}
.main_catalog_list li img {
  display: block;
}
.main_catalog_list li .info .info_link {
  display: none;
  width: 160px;
  height: 60px;
  line-height: 60px;
  background-color: #7db800;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  margin-top: 35px;
}
.main_catalog_list--2 li .info .info_link {
  background-color: #f78548;
}
.main_catalog_list--1 li:nth-child(5) {
  grid-column: 2/4;
}

.main_catalog_list li:hover .info .info_link {
  display: block;
}
.main_catalog_list li:hover .info {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.312), rgba(255, 255, 255, 0));
}
.main_catalog_list li:hover .info {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.649), rgba(255, 255, 255, 0));
}
.main_catalog_list li:hover img {
  filter: brightness(0.7);
}
.main_akcii_list .main_akcii_item .akcii_text {
  padding: 10px 30px 23px;
  color: white;
  text-align: center;
}
.main_akcii_list .main_akcii_item .akcii_text b {
  font-size: 40px;
  font-family: "GolosTextBold";
  text-transform: uppercase;
}

.main_akcii_list .main_akcii_item {
  height: 100%;
}

.main_akcii_list a:nth-child(1) .main_akcii_item {
  background-color: #d1303c;
  font-family: "GolosTextDemiBold";
  font-size: 22px;
}
.main_akcii_list a:nth-child(2) .main_akcii_item {
  background-color: #206fcf;
  font-family: "GolosTextDemiBold";
  font-size: 22px;
}
.main_akcii_list a:nth-child(3) .main_akcii_item {
  background-color: #09a5b3;
  font-family: "GolosTextDemiBold";
  font-size: 22px;
}
.main_akcii_list .main_akcii_item span {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .main_catalog_list li {
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .main_catalog_list,
  .main_akcii_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .main_catalog_list {
    max-width: 840px;
    margin: 0 auto;
  }
  .main_catalog_list--1 li:nth-child(5) {
    grid-column: initial;
  }
  .main_catalog_list--flex li,
  .main_catalog_list--flex li:nth-child(n + 4) {
    width: 47.5%;
    max-height: 50vw;
  }
  .main_catalog_list--flex li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 680px) {
  .main_catalog_list--flex li,
  .main_catalog_list--flex li:nth-child(n + 4) {
    max-height: 60vw;
  }
}
.main_article {
  padding-left: 0px;
}

.main_article .main_article_item,
.main_article .main_article_item span {
  color: black;
}
.main_article .main_article_item {
  font-size: 15px;
  font-family: "GolosText";
  padding-left: 20px;
  min-height: 540px;
}
.main_article .main_article_item span {
  font-size: 22px;
  font-family: "GolosTextDemiBold";
  display: block;
  margin: 25px 0;
}
.main_article .main_article_item a {
  color: #7db300;
  border: 1px solid #7db300;
  font-size: 15px;
  font-family: "GolosTextDemiBold";
  width: 143px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  font-style: normal;
  position: absolute;
  bottom: 30px;
  margin: 0;
}
.main_article .main_article_item a:hover {
  color: white;
  background-color: #7db300;
  border-radius: 8px;
}
.main_article .main_article_item:hover {
  background: linear-gradient(to top, #edf7e2 96%, white 4%);
}

@media screen and (max-width: 880px) {
  .main_catalog_list li {
    font-size: 4vw;
  }
  .main_catalog_list,
  .main_akcii_list {
    gap: 10px;
  }
  .main_catalog_list--flex {
    column-gap: initial;
  }
  .main_catalog_list--flex li,
  .main_catalog_list--flex li:nth-child(n + 4) {
    width: 49%;
  }
  .main_akcii_list .main_akcii_item .akcii_text b {
    font-size: 4vw;
  }
  .main_akcii_list .main_akcii_item .akcii_text {
    padding: 10px 2% 23px;
  }
  .main_catalog_list,
  .main_akcii_list {
    padding-left: 10px;
  }
  .main_catalog_list--2 li:nth-child(6) {
    font-size: 4vw;
  }
  .main_pol h1,
  .main_pol h2,
  .main_st h2,
  .main_other h2,
  .select-box h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .main_akcii_list,
  .main_article {
    display: block;
  }
  .main_article .main_article_item a {
    position: relative;
    margin-top: 60px;
  }
  .main_article .main_article_item {
    margin-bottom: 10px;
    min-height: auto;
  }
  .main_article .main_article_item span {
    margin: 25px 0 0;
  }
  .main_akcii_list .main_akcii_item {
    margin-bottom: 10px;
  }
  .main_akcii_list .main_akcii_item .akcii_text b {
    font-size: 8vw;
  }
  .main_akcii_list .main_akcii_item span {
    font-size: 7vw;
  }
  .main_akcii_list a:nth-child(1) .main_akcii_item {
    font-size: 5vw;
  }
  .main_akcii_list a:nth-child(2) .main_akcii_item {
    font-size: 5vw;
  }
  .main_akcii_list a:nth-child(3) .main_akcii_item {
    font-size: 5vw;
  }
  .main_catalog_list li .info .info_link {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
    font-size: 16px;
    margin: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 400px) {
  .main_catalog_list {
    grid-template-columns: 1fr;
  }
  .main_catalog_list li {
    font-size: 6vw;
  }
  .main_catalog_list--flex li,
  .main_catalog_list--flex li:nth-child(n + 4) {
    width: 100%;
    max-height: 120vw;
  }
}

.main_gray--2 {
  background-image: linear-gradient(to top, #fff 55%, #f6f6f7 45%);
  padding-top: 70px;
  padding-bottom: 5px;
}

.menu_visible {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu_hidden {
    display: none;
  }
  .menu_visible {
    display: block;
  }
}

.pol_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f6f6f7;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.pol_menu2 {
  position: absolute;
  top: 105%;
  left: -100px;
  width: auto;
  background-color: #f6f6f7;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.pol_menu3 {
  position: absolute;
  top: 105%;
  left: -200px;
  width: auto;
  background-color: #f6f6f7;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.pol_menu3 .custom_nav > ul li.lvl0 {
  width: 100%;
  padding: 0;
}
.pol_menu2 .custom_nav > ul li.lvl0 {
  width: 100%;
}
.pol_menu2 .custom_nav,
.pol_menu3 .custom_nav {
  padding: 0px;
}
.custom_nav {
  display: none;
  padding: 20px 0px 75px;
}
.custom_nav > ul {
  height: 100%;
  position: relative;
  padding: 0;
  list-style: none;
}
/* .custom_nav > ul::before {
  content: "";
  position: absolute;
  left: 405px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #333333;
} */
.custom_nav > ul li.lvl0 {
  width: 405px;
  padding-right: 30px;
}
.custom_nav > ul li.lvl0 > a,
.custom_nav > ul li.lvl0 > span {
  display: block;
  padding: 13px 0px 13px 30px;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
}
.custom_nav > ul li.lvl0:hover > a,
.custom_nav > ul li.lvl0.active > a {
  background-color: #eceeef;
}
.custom_nav > ul li.lvl0 ul {
  position: absolute;
  z-index: -10000;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.custom_nav > ul li.lvl0 ul a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: inherit;
  font-size: 16px;
}
.custom_nav > ul li.lvl0 ul a:hover {
  color: #a2b81e;
}
@media screen and (min-width: 768px) {
  .custom_nav > ul li.lvl0 ul.onhover {
    position: absolute;
    top: 0;
    left: 405px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: calc(100% - 405px);
    overflow: initial;
    margin: 0;
    padding-left: 90px;
    list-style: none;
    opacity: 1;
    z-index: 10;
    display: none;
  }
  @media screen and (max-width: 991px) {
    .custom_nav > ul li.lvl0 ul.onhover {
      width: 60%;
      left: 40%;
      padding-left: 20px;
    }
    .custom_nav > ul::before {
      left: 40%;
    }
    .custom_nav > ul li.lvl0 {
      width: 40%;
    }
  }
  .custom_nav > ul li.lvl0 ul.onhover li {
    width: 48%;
  }
}
.wc_rubrics {
  margin: 0 -14px -15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wc_rubrics::before,
.wc_rubrics::after {
  display: none;
}
.wc_rubrics a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
}
@media screen and (max-width: 700px) {
  .wc_rubrics a {
    width: 50%;
    min-height: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .wc_rubrics a {
    width: 100%;
  }
}

.wc_rubrics a span {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  padding-left: 65px;
  background-color: #fff;
  border: 5px solid #cdd1d4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wc_rubrics a b {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  font-family: "FiraSans Medium";
  font-weight: 400;
}
.wc_rubrics a:hover span {
  border-color: #fff;
  background-color: #c6da50;
}
.wc_rubrics a:hover b {
  text-decoration: none;
}
.wc_rubrics a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: rgb(235, 235, 235);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wc_rubrics .wc_rubrics__podves span::before {
  background-image: url("/website/img/unitaz_podves.png");
}
.wc_rubrics .wc_rubrics__napol span::before {
  background-image: url("/website/img/unitaz_napol.png");
}
.wc_rubrics .wc_rubrics__pristav span::before {
  background-image: url("/website/img/unitaz_pristav.png");
}
.wc_rubrics a:hover span::before {
  background-color: #abc224;
}
.catalog_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 312px;
}
@media screen and (max-width: 420px) {
  .catalog_list__item {
    max-width: initial;
  }
}
.catalog_list__item a {
  height: auto !important;
}
.catalog_list__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  width: 100%;
  /* padding: 5px 5px 105px; */
}
.catalog_list__item .photo {
  border: 1px solid #898988;
}
.catalog_list__item:hover .photo {
  border-color: transparent;
}
.catalog_list__item img {
  display: block;
}
.catalog_list__item .second-img {
  display: none;
}
.catalog_list__item-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #898988;
  border-top: none;
  padding: 14px 18px 20px;
  width: 100%;
}
.catalog_list__item:hover .catalog_list__item-text {
  background-color: #edf7e2;
  border-color: transparent;
}
.catalog_list__item .characteristics {
  width: 100%;
  max-width: 250px;
  margin: auto auto 10px;
}
#main_header .footer_desc {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
.catalog_list__item .good_name {
  font-size: 18px;
  text-transform: none;
  color: #202020;
  min-height: 50px;
}
.catalog_list__item .price {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
}
.catalog_list__item .buy > .price {
  display: block;
}
.catalog_list__item .price.row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: 100%;
}
.catalog_list__item .price b {
  font-size: 25px;
}
.catalog_list__item .price small {
  font-weight: 400;
  font-size: 13px;
}
.catalog_list__item .buy_btn {
  display: block;
  width: 100%;
  max-width: 220px;
  text-transform: none;
  border: 1px solid #202020;
  padding: 16px 0;
  margin: 30px auto 0;
  border-radius: 5px;
  transition: 0.1s;
}
.catalog_list__item .price + .buy_btn {
  margin-top: 10px;
}
.catalog_list__item .buy_btn:hover {
  background-color: #7db300;
  color: #fff;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .catalog_list__item .good_name {
    font-size: 16px;
  }
  .catalog_list__item .price {
    font-size: 18px;
  }
  .catalog_list__item .price b {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) {
  .catalog_list__item img {
    width: 100%;
  }
}
.footer_desc .adr,
.footer_desc .tel {
  font-family: "GolosTextDemiBold";
  color: #202020;
  margin-left: -30px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .footer_desc .adr,
  .footer_desc .tel {
    font-size: 15px;
  }
}

.custom_nav {
  color: #333333;
}

footer .copy {
  margin-top: 0px;
  padding-top: 15px;
}
.footer_logo img {
  max-width: 209px;
  width: 100%;
}
footer .social img {
  height: 32px;
  width: 32px;
  filter: grayscale(100%);
}
footer .social {
  margin-top: 0px;
}
footer .info {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-bottom: 20px;
}

footer .color_black {
  background: linear-gradient(270deg, #2e2e2f 60%, #434445 40%);
  padding-bottom: 25px;
  padding-top: 10px;
  font-family: "GolosText";
}
.color_black hr {
  background: #898988;
  margin-right: auto;
  margin-left: 0;
  width: 43%;
}
footer .container p.offer {
  color: #7db300;
  text-transform: uppercase;
  text-align: center;
  margin: 10px auto 0;
  font-size: 15px;
}
footer .time_hidden {
  display: none;
}

.footer_desc {
  margin-left: 25px;
  font-family: "GolosText";
  color: #898988;
}
.footer_desc a {
  color: inherit;
}
.footer_creator {
  display: block;
  padding-top: 2px;
}
@media screen and (max-width: 1200px) {
  footer .info {
    flex-wrap: wrap;
  }
  footer .color_black {
    background: linear-gradient(270deg, #2e2e2f 66%, #434445 40%);
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  footer .info {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  footer .info {
    width: 35%;
  }
}
@media screen and (max-width: 992px) {
  .time_visible {
    display: none;
  }
  footer .time_hidden {
    display: block;
  }
  footer .social {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  footer {
    font-size: 14px;
  }
  footer .color_black {
    padding-bottom: 15px;
  }
  footer .container p.offer {
    font-size: 13px;
  }
}
@media (min-width: 1340px) {
  .container {
    width: 1330px;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  font-family: "GolosText";
  font-size: 15px;
  color: #707070;
}
.breadcrumbs a {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
  color: #202020;
}
.breadcrumbs a::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 6px;
  border: 4px solid transparent;
  border-right-width: 0px;
  border-left: 6px solid #c1c1c1;
}
.breadcrumbs i {
  display: none;
}
.breadcrumbs span {
  color: #707070;
}
.catalog-main h1,
.catalog-main h2,
.catalog-page h1,
.catalog-page h2 {
  font-family: "GolosText";
  text-align: center;
  text-transform: none;
  font-size: 50px;
}
.catalog-main h1,
.catalog-main h2 {
  margin-bottom: 40px;
}
.catalog-main .main_catalog_list {
  padding: 0;
}
.catalog-main_floor {
  padding-bottom: 115px;
}
.catalog-main_plumbing {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f1f2f3;
}
@media screen and (max-width: 1080px) {
  .catalog-main h1,
  .catalog-main h2,
  .catalog-page h1,
  .catalog-page h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .catalog-main_floor {
    padding-bottom: 80px;
  }
  .catalog-main_plumbing {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .catalog-main .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-main h1,
  .catalog-main h2,
  .catalog-page h1,
  .catalog-page h2 {
    font-size: 30px;
  }
  .catalog-main_floor {
    padding-bottom: 60px;
  }
  .catalog-main_plumbing {
    padding-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .catalog-main h1 {
    margin-top: 20px;
  }
}
.catalog_floor-page,
.catalog_plumbing-page {
  padding-bottom: 70px;
}

.catalog-page {
  font-family: "GolosText";
}
.catalog-page h1 {
  margin-top: 10px;
}
.catalog-rubrics {
  background-color: #eceeef;
  padding: 35px 0 15px;
}
.rubrics-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0 -25px;
  padding: 0;
  list-style: none;
}
.rubrics-list li {
  width: calc(100% / 8 - 25px);
  margin-left: 25px;
  margin-bottom: 25px;
  font-size: 13px;
}
.rubrics-list li a {
  background-color: #fff;
  border-radius: 5px;
  min-height: 75px;
  position: relative;
  display: block;
  color: inherit;
  height: 100%;
  padding: 30px 15px 10px 15px;
  opacity: 1;
  transition: opacity 0.1s;
}
.rubrics-list li a:hover,
.rubrics-list li a.active {
  opacity: 1;
  box-shadow: 0 3px 6px 0 rgba(134, 202, 8, 0.747);
}
.rubrics-list li a::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #898988;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  .rubrics-list li {
    width: calc(100% / 6 - 25px);
  }
}
@media screen and (max-width: 992px) {
  .rubrics-list {
    margin-left: -20px;
  }
  .rubrics-list li {
    width: calc(100% / 5 - 20px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-page .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rubrics-list {
    margin-left: -15px;
  }
  .rubrics-list li {
    width: calc(100% / 4 - 15px);
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .rubrics-list li {
    width: calc(100% / 3 - 15px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 440px) {
  .rubrics-list li {
    width: calc(100% / 2 - 15px);
  }
}
.rubrics-list li a.num-32::before {
  content: "32";
}
.rubrics-list li a.num-33::before {
  content: "33";
}
.rubrics-list li a.num-34::before {
  content: "34";
}
.rubrics-list li a.de::before {
  background: url("/website/img/flag_de.svg") center center / 100% no-repeat;
}
.rubrics-list li a.pl::before {
  background: url("/website/img/flag_pl.svg") center center / 100% no-repeat;
}
.rubrics-list li a.no::before {
  background: url("/website/img/flag_no.svg") center center / 100% no-repeat;
}
.rubrics-list li a.be::before {
  background: url("/website/img/flag_be.svg") center center / 100% no-repeat;
}
.rubrics-list li a.pt::before {
  background: url("/website/img/flag_pt.svg") center center / 100% no-repeat;
}
.rubrics-list li a.sp::before {
  background: url("/website/img/flag_sp.svg") center center / 100% no-repeat;
}
.rubrics-list li a.ru::before {
  background: url("/website/img/flag_ru.svg") center center / 100% no-repeat;
}
.rubrics-list li a.be-ru::before {
  width: 45px;
  background:
    url("/website/img/flag_be.svg") left center / 45% no-repeat,
    url("/website/img/flag_ru.svg") right center / 45% no-repeat;
}
.rubrics-list li a.cz::before {
  background: url("/website/img/flag_cz.svg") center center / 100% no-repeat;
}
.rubrics-list li a.fr::before {
  background: url("/website/img/flag_fr.svg") center center / 100% no-repeat;
}
.rubrics-list li a.at::before {
  background: url("/website/img/flag_at.svg") center center / 100% no-repeat;
}
.rubrics-list li a.ca::before {
  background: url("/website/img/flag_ca.svg") center center / 100% no-repeat;
}
.rubrics-list li a.fi-ru::before {
  width: 45px;
  background:
    url("/website/img/flag_fi.png") left center / 45% no-repeat,
    url("/website/img/flag_ru.svg") right center / 45% no-repeat;
}
.rubrics-list li a.kr::before {
  background: url("/website/img/flag_kr.png") center center / 100% no-repeat;
}
.rubrics-list li a.ch::before {
  background: url("/website/img/flag_ch.png") center center / 100% no-repeat;
}
.rubrics-list li a.cn::before {
  background: url("/website/img/flag_cn.png") center center / 100% no-repeat;
}
.rubrics-list li a.vn::before {
  background: url("/website/img/flag_vn.png") center center / 100% no-repeat;
}
.rubrics-list li a.tr::before {
  background: url("/website/img/flag_tr.png") center center / 100% no-repeat;
}

.catalog_content {
  padding-bottom: 40px;
}
.catalog_grid {
  display: grid;
  align-items: start;
  grid-template-columns: 260px 1fr;
  column-gap: 50px;
  padding-top: 40px;
}
.catalog_list {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  justify-content: space-between;
  row-gap: 40px;
  margin-bottom: 40px;
}
.catalog_list--sm {
  grid-template-columns: repeat(3, 31%);
}
@media screen and (max-width: 1080px) {
  .catalog_grid {
    column-gap: 35px;
  }
  .catalog_list {
    grid-template-columns: repeat(3, 31.5%);
  }
}
@media screen and (max-width: 992px) {
  .catalog_grid {
    grid-template-columns: 200px 1fr;
    column-gap: 25px;
  }
  .catalog_list--sm {
    grid-template-columns: repeat(2, 48.5%);
  }
}
@media screen and (max-width: 768px) {
  .catalog_grid {
    grid-template-columns: 100%;
  }
  .catalog_list {
    grid-template-columns: repeat(2, 48.5%);
  }
}
@media screen and (max-width: 420px) {
  .catalog_list {
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }
}
.baths-rubrics {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 18px;
}
.baths-rubrics_sub {
  width: 120px;
  flex-shrink: 0;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}
.baths-rubrics__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 24%);
  justify-content: space-between;
  row-gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}
.baths-rubrics__list--double {
  grid-template-columns: repeat(8, 11.5%);
}
.baths-rubrics__list li a {
  display: flex;
  padding: 8px 9px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.5;
  transition: opacity 0.1s;
  color: #202020;
  display: flex;
  align-items: center;
  min-height: 75px;
  column-gap: 20px;
  row-gap: 5px;
}
.baths-rubrics__list--double li a {
  flex-direction: column;
}
.baths-rubrics__list--double li a img {
  margin: auto 0;
}
.baths-rubrics__list li a:hover,
.baths-rubrics__list li a.active {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .baths-rubrics__list {
    grid-template-columns: repeat(3, 31.5%);
  }
  .baths-rubrics__list--double {
    grid-template-columns: repeat(6, 14.5%);
  }
}
@media screen and (max-width: 992px) {
  .baths-rubrics__list {
    grid-template-columns: repeat(2, 49%);
  }
  .baths-rubrics__list--double {
    grid-template-columns: repeat(4, 23.5%);
  }
}
@media screen and (max-width: 768px) {
  .baths-rubrics {
    flex-direction: column;
  }
  .baths-rubrics_sub {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .baths-rubrics__list {
    grid-template-columns: 100%;
  }
  .baths-rubrics__list--double {
    grid-template-columns: repeat(3, 31.5%);
  }
}
@media screen and (max-width: 440px) {
  .baths-rubrics__list--double {
    grid-template-columns: repeat(2, 48.5%);
  }
}
.item_row {
  display: grid;
  grid-template-columns: 47% 27% 1fr;
  column-gap: 40px;
  padding-top: 35px;
  margin-bottom: 28px;
}
.item_gallery {
  max-width: 600px;
}
.item_gallery .column-gallery {
  width: 100%;
}
.item-page {
  padding-bottom: 40px;
}
.item-page h1 {
  margin-top: 34px;
}
.item_specs {
  max-width: 350px;
}
.item_specs__sub {
  font-size: 20px;
  padding-top: 5px;
  margin-bottom: 30px;
}
.item_specs__list p {
  display: grid;
  grid-template-columns: 1fr 40%;
  column-gap: 10px;
  justify-content: space-between;
  margin-bottom: 17px;
}
.item_specs__list b {
  font-weight: normal;
  color: #898988;
}
.item_controls {
  width: 100%;
  max-width: 225px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .item_row {
    column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .item_row {
    grid-template-columns: 60% 36%;
    column-gap: initial;
    justify-content: space-between;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .item_specs {
    order: 1;
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 600px) {
  .item_row {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
  .item_controls {
    max-width: 400px;
    margin-left: 0;
  }
  .item-page h1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.slider-for {
  margin-bottom: 28px;
  max-height: 500px;
  overflow: hidden;
}
.slider-nav .slick-list {
  margin-left: -32px;
}
.slider-nav .slick-track {
  margin: 0;
}
.slider-nav .slick-slide {
  margin-left: 32px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.slider-nav .slick-slide:hover,
.slider-nav .slick-current {
  opacity: 1;
}
.slider-nav .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: 0.2s;
}
.slider-nav .slick-arrow:hover {
  background-color: #fff;
}
.slider-nav .slick-prev {
  left: -10px;
}
.slider-nav .slick-next {
  right: -10px;
}
.slider-nav .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/website/img/arrow.svg") center center / 18px no-repeat;
}
.slider-nav .slick-prev::before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 1200px) {
  .slider-nav .slick-list {
    margin-left: -20px;
  }
  .slider-nav .slick-slide {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .slider-for {
    margin-bottom: 15px;
  }
  .slider-nav .slick-list {
    margin-left: -10px;
  }
  .slider-nav .slick-slide {
    margin-left: 10px;
  }
  .slider-nav .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.item_controls h2 {
  font-size: 35px;
  font-family: "GolosTextDemiBold";
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1em;
}
.item_controls h2 .right {
  font-size: 20px;
  float: none;
  white-space: nowrap;
}
.item_controls h2 b {
  font-size: 35px;
  font-family: "GolosTextDemiBold";
  line-height: 1em;
}
.item_controls h2 .old-price,
.item_controls h2 .new-price {
  font-size: 30px;
}
.item_controls h2 small {
  font-size: 13px;
  color: inherit;
}
.item_controls .right.to-cart {
  font-size: 15px;
  font-family: "GolosTextDemiBold";
  padding: 18px 5px;
  text-transform: none;
  color: #fff;
  border: none;
  border-radius: 8px;
  margin-bottom: 50px;
  background-image: linear-gradient(32deg, rgb(136, 235, 97) 0%, rgb(92, 204, 94) 100%);
}
.item_controls .q-order,
.item_controls .credit_btn {
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid #202020;
  background-color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 5px;
  margin-bottom: 20px;
}
.item_controls .q-order:hover {
  font-weight: 600;
}
.item_controls .q-order span,
.item_controls .credit_btn span {
  display: block;
  width: 100%;
  max-width: 160px;
  position: relative;
  padding-left: 40px;
}
.item_controls .q-order span::before,
.item_controls .credit_btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
.item_controls .q-order span::before {
  background: url("/website/img/clock_icon.svg") center center / 100% no-repeat;
}
.item_controls .credit_btn span::before {
  background: url("/website/img/credit_icon.svg") center center / 100% no-repeat;
}
.item_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_services__delivery,
.item_services__pay {
  width: 47%;
  background-color: #eceeef;
  padding: 65px 10px 10px;
  border-radius: 10px;
  color: #898988;
  text-align: center;
  font-size: 12px;
  margin-bottom: 14px;
}
.item_services__delivery {
  background:
    url("/website/img/item_delivery.svg") center 20px / 30px no-repeat,
    #eceeef;
}
.item_services__pay {
  background:
    url("/website/img/item_pay.svg") center 20px / 30px no-repeat,
    #eceeef;
}
.item_services__sales {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  color: #fff;
  background-color: #f78548;
  font-size: 15px;
  border-radius: 15px;
  padding: 10px 0;
  font-family: "GolosTextDemiBold";
}
.item_services__sales span {
  position: relative;
  padding-right: 70px;
  padding-left: 10px;
}
.item_services__sales span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("/website/img/discount_offer.svg") center center / 100% no-repeat;
  filter: invert(99%) sepia(3%) saturate(0%) hue-rotate(156deg) brightness(118%) contrast(100%);
}
.item_tabs {
  padding-top: 40px;
  margin-bottom: 50px;
}
.item_tabs__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.item_tabs__btns .tab_link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  width: 48%;
  min-height: 70px;
  border: none;
  border-radius: 15px;
  font-size: 20px;
  color: #898988;
  background-color: #eceeef;
  transition: 0.1s;
}
.item_tabs__btns .tab_link:hover,
.item_tabs__btns .tab_link.active {
  color: #fff;
  background-color: #7db300;
}
.item_tabs__blocks .tabs {
  display: none;
}
.item_call {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  width: 100%;
  max-width: 930px;
  margin: 50px auto 50px;
  min-height: 88px;
  border-radius: 15px;
  padding: 10px 20px;
  font-family: "GolosTextDemiBold";
  background-image: linear-gradient(to right, rgb(209, 237, 201) 0%, rgb(92, 204, 94) 23%, rgb(159, 227, 149) 55%, rgb(92, 204, 94) 85%);
}
.item_call a {
  display: block;
  position: relative;
  padding-left: 70px;
  color: #fff;
}
.item_call a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("/website/img/item_call.svg") center center / 100% no-repeat;
}
.item_call a span {
  white-space: nowrap;
}
.item_call a b {
  font-size: 1.25em;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .item_tabs__btns .tab_link {
    min-height: 60px;
    font-size: 18px;
  }
  .item_call {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .item_call a {
    max-width: 600px;
    padding-left: 60px;
    text-align: center;
  }
  .item_controls .right.to-cart {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .item_controls h2 b {
    font-size: 30px;
  }
  .item_controls h2 .old-price,
  .item_controls h2 .new-price {
    font-size: 24px;
  }
  .item_controls .right.to-cart {
    margin-bottom: 20px;
  }
  .item_controls .q-order,
  .item_controls .credit_btn {
    margin-bottom: 15px;
  }
  .item_tabs {
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .item_tabs__btns .tab_link {
    width: 49%;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .item_controls h2 b {
    font-size: 24px;
  }
  .item_controls h2 .old-price,
  .item_controls h2 .new-price {
    font-size: 20px;
  }
  .item_call {
    font-size: 16px;
  }
  .item_call a {
    padding-left: 50px;
    text-align: left;
  }
  .item_call a::before {
    width: 36px;
    height: 36px;
  }
  .item-page .subgoods h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.item_tabs h2 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 25px;
}
.item_tabs table {
  width: 100%;
  font-size: 15px;
  margin-bottom: 30px;
}
.item_tabs table tr:nth-child(odd) td {
  background-color: #f5f6f7;
}
.item_tabs table tr td {
  padding: 10px 5px;
}
.item_tabs table tr:first-child td,
.item_tabs table tr:first-child th {
  font-weight: 600;
  padding: 15px 15px;
  background-color: #eceeef;
}
.item_tabs table tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.item_tabs table tr td:last-child {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1200px) {
  .item_tabs table tr:first-child td,
  .item_tabs table tr:first-child th {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 992px) {
  .item_tabs table {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .item_tabs table {
    font-size: 13px;
  }
  .item_tabs table tr td {
    padding: 5px 2px;
  }
  .item_tabs table tr:first-child td,
  .item_tabs table tr:first-child th {
    padding: 10px 2px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .item_tabs h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .item_tabs table {
    font-size: 12px;
    max-width: calc(100vw - 30px);
    overflow-x: auto;
    display: block;
  }
  .item_tabs table tr:first-child td,
  .item_tabs table tr:first-child th {
    font-size: 11px;
  }
}

.info_item .action-form-link {
  display: inline;
  font-size: inherit;
  border: none;
  width: auto;
  font-size: 16px;
  color: #337ab7;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Ubuntu,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.feedback-banner {
  margin: 10px 0;
  background-image: url("/website/img/feedback-banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.feedback-banner__text {
  text-align: center;
  padding: 25px 0;
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
}
.feedback-banner__text-white {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  background-color: #fff;
  color: #5eb500;
  margin-right: 10px;
  box-shadow: 0px 0px 9.88px 3.12px rgba(0, 0, 0, 0.29);
}
.feedback-banner__link {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  .feedback-banner__text {
    font-size: 32px;
    max-width: 700px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .feedback-banner__text {
    font-size: 24px;
    max-width: 550px;
    padding: 14px 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  .feedback-banner__text {
    font-size: 20px;
    line-height: 1.5;
  }
}
.site-creator {
  padding: 20px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}

.select-box {
  padding: 30px 20px;
}
.select-box__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 60px;
  padding: 0;
  list-style-type: none;
}

.select-box__item {
  display: flex;
  flex-direction: column;
}
.select-box__item.select-box__item--big {
  grid-column: span 2;
}
.select-box__img {
  display: flex;
}
.select-box__img img {
  max-width: 100%;
  height: auto;
}
.select-box__text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 125px;
  padding: 5px;
  background-color: #5db400;
}
.select-box__title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-family: "GolosTextBold";
}
.select-box__list li .select-box__title {
  max-width: 242px;
}
.select-box__list li:nth-child(3) .select-box__title {
  max-width: none;
}
.select-box__list li:nth-child(7) .select-box__title {
  max-width: 650px;
}
.select-image-2 {
  display: none;
}

@media (max-width: 1199px) {
  .select-box__list {
    gap: 30px;
  }
  .select-box__title {
    font-size: 24px;
  }
  .select-box__list li .select-box__title {
    max-width: 208px;
  }
}
@media (max-width: 1080px) {
  .select-box__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .select-box__item.select-box__item--big {
    grid-column: span 1;
  }
  .select-image-1 {
    display: none;
  }
  .select-image-2 {
    display: block;
  }
  .select-box__list li:nth-child(7) .select-box__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .select-box__title {
    font-size: 20px;
  }
  .select-box__list li:nth-child(7) .select-box__title {
    font-size: 18px;
  }
  .select-box__list {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .select-box__list li:nth-child(7) .select-box__title {
    font-size: 15px;
  }
  .select-box__title {
    font-size: 18px;
  }
  .select-box__list li .select-box__title {
    max-width: 150px;
  }
  .select-box__text {
    min-height: 80px;
  }
  .select-box__list li:nth-child(7) .select-box__text,
  .select-box__list li:nth-child(8) .select-box__text {
    min-height: 100px;
  }
}
@media (max-width: 400px) {
  .select-box__list {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .select-box__list li .select-box__title {
    max-width: 160px;
  }
  .select-box__list li:nth-child(2) .select-box__title {
    max-width: 150px;
  }
  .select-box__list li:nth-child(3) .select-box__title {
    max-width: 190px;
  }
  .select-box__list li:nth-child(7) .select-box__title {
    font-size: 17px;
  }
}
.politic-page {
  padding-top: 20px;
  padding-bottom: 30px;
}
.politic-page table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.politic-page table th,
.politic-page table td {
  vertical-align: middle;
  padding: 10px 5px;
  border: 1px solid currentColor;
}
.politic-page table p {
  padding: 0;
  margin: 0;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr a {
  text-decoration: underline;
  color: #0072bc;
}
.gdpr a:hover {
  text-decoration: none;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
.phones-row {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.phones-row img {
  display: block;
}
.phones-row a {
  color: inherit;
  text-decoration: none;
}
.caleo-btn_wrap {
  padding-top: 20px;
  padding-bottom: 10px;
}
.caleo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 10px;
  width: 100%;
  max-width: 380px;
  padding: 10px 5px 10px 30px;
  margin: 0 auto 20px;
  font-family: "GolosTextDemiBold";
  font-size: 20px;
  color: #000;
  background-color: #ffd5b2;
  border: 1px solid #fff;
  box-shadow: 6px 6px 0 0 #f89d53;
}
@media screen and (max-width: 480px) {
  .caleo-btn_wrap {
    padding-top: 0;
  }
  .caleo-btn {
    column-gap: 10px;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
  }
  .caleo-btn img {
    width: 140px;
  }
}
.catalog_empty {
  padding-top: 40px;
  padding-bottom: 60px;
  min-height: 280px;
  font-size: 18px;
}

.agreement label {
  display: flex;
  gap: 10px;
  align-items: center;
}

[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: auto;
}

#buy .agree-row {
  text-align: left;
}