@charset "UTF-8";
@import url(fontello.css);
@font-face {
  font-family: 'Inter';
  src: url("../fonts/subset-Inter-Regular.eot");
  src: url("../fonts/subset-Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Inter-Regular.woff2") format("woff2"), url("../fonts/subset-Inter-Regular.woff") format("woff"), url("../fonts/subset-Inter-Regular.ttf") format("truetype"), url("../fonts/subset-Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("../fonts/subset-Inter-Bold.eot");
  src: url("../fonts/subset-Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Inter-Bold.woff2") format("woff2"), url("../fonts/subset-Inter-Bold.woff") format("woff"), url("../fonts/subset-Inter-Bold.ttf") format("truetype"), url("../fonts/subset-Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* -------------------------------
	Global
------------------------------- */
html, body {
  height: 100%; }

html {
  background: #eaeaea;
  /* z-index бывает нужен не всегда. Если проблемы с видимостью шапки (она уплывает под слайдер) то включить */
  /*z-index: 200;*/ }

body {
  min-width: 320px;
  font: 16px/1.5 Inter, sans-serif; }
  body.header__fixed {
    padding-top: 145px; }

body,
dl, dd,
blockquote, fieldset, legend {
  margin: 0;
  padding: 0; }

fieldset {
  border: none; }

table {
  border: none;
  border-collapse: collapse; }

th, td {
  vertical-align: top; }

th {
  text-align: left;
  font-weight: normal; }

address {
  font-style: normal; }

p, ul, ol {
  margin: 0 0 1.5em 0; }

img {
  max-width: 100%;
  vertical-align: top; }

iframe[src="//t.insigit.com/nsapi/static/partners.html"] {
  display: none; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*::before,
*::after {
  transition: all 0.3s ease; }

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0; }

#wrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1740px;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.in {
  width: 100%;
  max-width: 1542px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative; }

/* -------------------------------
	Txt
------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  line-height: 1.3; }

.tbl_hide,
.tbl_hide th,
.tbl_hide td {
  border: none; }

.tbl_border,
.tbl_border th,
.tbl_border td {
  border: 1px solid #333; }

.tbl_overflow {
  position: relative;
  overflow: auto; }

.tbl_overflow table {
  min-width: 640px; }

/* -------------------------------
	Links
------------------------------- */
:focus {
  outline: none; }

a img {
  border: none; }

a {
  color: #666666;
  transition: all 0.3s ease;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a[href^="tel"] {
  color: inherit;
  white-space: nowrap;
  text-decoration: none; }

.lnk_v1 {
  color: #000;
  border-bottom: 1px solid #bdbdbd; }

.lnk_v1:hover {
  border-bottom-color: transparent; }

/* .link1 {
   text-decoration: none;
   color: #666666;
  } */
/* -------------------------------
	Forms
------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  background: #fff;
  /*width: 100%;*/
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none; }

textarea {
  height: 100px;
  overflow: auto;
  resize: none;
  vertical-align: top; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

input[type="submit"],
input[type="button"],
button {
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn {
  background: #56c5a1;
  display: inline-block;
  padding: 21px 77px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  /* text-transform: uppercase; */
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none; }

/* -------------------------------
	Header
------------------------------- */
#header {
  position: relative;
  border-bottom: 1px solid silver; }

#header .in {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.h_menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.h_menu li {
  padding: 0; }

.h_menu a:hover {
  color: #000;
  text-decoration: none; }

.h_menu_element2 {
  display: none; }

/* .search_form {}
    .search_form input[type="search"] {
        font-size:;
        line-height:;
        color: #5d5d5d;
    }
    .search_form button {
        background: url(s_btn.png) center no-repeat;
        width:;
        height:;
        padding: 0;
    } */
/* Header menu - begin */
/* Dropdown Button */
.dropbtn {
  background-color: #972d3b;
  color: white;
  padding: 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 300px;
  text-align: left;
  position: relative; }

.drop-down-angle {
  position: absolute;
  height: 7px;
  width: 24px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto; }

.drop-down-angle img {
  width: 16px;
  padding: 0 !important;
  transition: 0.3s; }

.drop-down-angle.inverse img {
  transform: rotate(180deg); }

/* Dropdown button on hover & focus */
/* .dropbtn:hover, .dropbtn:focus {
  background-color: #972d3b;
  color: white;
} */
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  min-width: 297px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #b2ecd9; }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block; }

/* Header menu - end  */
button.dropbtn > img {
  padding-right: 21px; }

.h_menu1 img {
  padding-right: 11px; }

.h_menu_ico1 {
  position: relative;
  top: 3px; }

.h_menu_ico2 {
  position: relative;
  padding-left: 117px;
  left: 15px;
  bottom: -5px; }

.h_menu2 {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
  text-decoration: none;
  margin-left: 39px; }

.h_menu2.active, .f_menu li.active a, .h_mob_m_dop1.active a {
  color: #972d3b !important;
  text-decoration: underline; }

.h_binfo2 {
  display: flex;
  padding-bottom: 10px;
  position: relative; }

.h_binfo2 .h_bi2:nth-child(1) a {
  color: rgba(0, 0, 0, 0.6); }

.h_binfo2 .h_bi2:nth-child(2) {
  margin-left: 43px;
  margin-right: 48px; }

.h_binfo2 .h_bi2:nth-child(3) {
  position: relative; }

.h_info1 {
  min-width: 16px;
  min-height: 13px;
  position: absolute;
  top: -6px;
  right: 6px;
  background-color: #56c5a1;
  border-radius: 50%;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px; }

.order_wr .h_info1 {
  top: -6px;
  right: 2px; }

.bi2 .product__promo {
  bottom: 30px;
  top: auto;
  left: -10px;
  position: absolute;
  right: 0;
  width: max-content; }
.bi2 .product__title {
  min-height: 65px;
  display: block; }

.call_cart {
  position: relative; }
  .call_cart .icon-cart-1 {
    margin-right: .2em; }

.h_bi2 .icon-cart-1 {
  color: #000;
  font-size: 25px;
  line-height: 1; }

.h_binfo2 .h_bi2 {
  cursor: pointer; }

.h_binfo2 .h_bi2:nth-child(4) {
  padding-left: 18px;
  color: #000;
  font-weight: bold; }

/* burger-button */
.m_ctrl {
  background: #fff;
  display: none;
  width: 45px;
  height: 35px;
  padding: 10px;
  cursor: pointer;
  z-index: 30;
  /* if want to be fixed on page */
  /* position: fixed;
  top: 96px; */
  margin-bottom: 50px; }

.m_ctrl span {
  background: #000;
  display: block;
  height: 2px;
  /* border-radius: 2px; */ }

.m_ctrl span + span {
  margin-top: 5px; }

/* wrapper and mobile menu in head_m */
.h_menu_mob_wr {
  display: none;
  width: 100%;
  max-width: 320px;
  height: 100%;
  overflow: auto;
  padding: 100px 25px 25px 5px;
  position: fixed;
  top: 0;
  /* right: 0; */
  left: 0;
  background-color: #fff;
  z-index: 210; }

.h_menu_mob {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  right: 30px; }

.h_menu_mob > li {
  border-top: 1px solid #d8d8d8;
  position: relative; }

/* .h_menu_mob > li:nth-child(9) {
	border-bottom: 1px solid #d8d8d8;
	position: relative;
} */
.h_menu_mob > li > a {
  color: #000;
  font-size: 15px;
  /* line-height: 1.3; */
  line-height: 2;
  text-decoration: none;
  /* text-transform: uppercase; */
  display: block;
  padding: 12px 15px; }

.h_menu_mob > li:hover > a,
.h_menu_mob > li.active > a {
  color: #000;
  font-size: 15px;
  font-weight: 500; }

.h_menu_mob .ddown {
  width: 100%;
  border: 3px solid #ffffff;
  padding: 20px 30px;
  background-color: #ededed;
  list-style: none;
  margin: 0;
  position: static;
  display: none; }

.h_menu_mob .ddown li {
  border-bottom: 1px solid #decdcd; }

.h_menu_mob .ddown li:last-child {
  border: 0; }

.h_menu_mob .ddown a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 7px 0 7px 0; }

.h_menu_mob > li:hover .ddown {
  display: block; }

.h_menu_mob .ddown a:hover {
  color: #ff8a00; }

.h_menu_wrap {
  display: inline; }

.fog {
  background: rgba(45, 44, 44, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 209; }

.product__new {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 70px;
  right: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center; }

#header.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  background-color: white; }
  #header.header__fixed .in {
    padding-top: 0; }

#header.header__fixed .logo img {
  width: 94px; }

li.h_menu_item1 {
  border: none;
  /* line-height: 1; */ }

li.h_menu_item1 a {
  font-size: 12px;
  position: relative;
  top: -35px;
  right: -150px;
  padding: 0; }

li.h_mob_m_dop1 {
  border-top: 1px solid #d8d8d8;
  padding-top: 25px; }

li.h_mob_m_dop2 {
  border: 0; }

li.h_mob_m_dop1 a,
li.h_mob_m_dop2 a {
  font-size: 12px;
  /* line-height: 1; */
  /* padding: 0; */ }

/* -------------------------------
	Main
------------------------------- */
#main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none; }

.breadcrumbs li {
  margin-bottom: 0.2em; }

.breadcrumbs li::after {
  content: "\002F";
  margin: 0 8px; }

.breadcrumbs li:last-child::after {
  display: none; }

.breadcrumbs a {
  color: inherit; }

.slick-arrow {
  /* background: rgba(68, 187, 68, 0.8); */
  background: rgba(0, 0, 0, 0.15);
  width: 40px;
  min-width: auto;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  color: #fcfbfb; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-prev::before,
.slick-next::before {
  font-family: "fontello";
  font-weight: normal;
  font-size: 40px;
  line-height: 1; }

.slick-prev::before {
  content: "\E85D"; }

.slick-next::before {
  content: "\E85E"; }

.slick-arrow.slick-disabled {
  color: #ccc; }

/* hide prev slide arrow  */
button.slick-prev {
  /* display: none !important; */
  visibility: hidden; }

.slick-dots {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px; }

.slick-dots button {
  background: none;
  width: 10px;
  min-width: auto;
  height: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.slick-dots button::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0.9; }

.slick-dots li.slick-active button::before {
  background: #197317;
  width: 10px;
  height: 10px; }

.tabs .ui-helper-clearfix::before,
.tabs .ui-helper-clearfix::after {
  display: none; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: inherit; }

.ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  float: none;
  white-space: normal; }

.ui-tabs .ui-tabs-nav li:last-child {
  margin-right: 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0;
  float: none;
  color: inherit;
  text-decoration: none; }

.ui-tabs .ui-tabs-panel {
  padding: 0; }

.tabs_wr {
  padding: 0; }

.tabs_wr .ui-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px; }

.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #5c677b;
  text-transform: uppercase; }

.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background: #f05725;
  color: #fff; }

.fancybox-bg {
  /*background:;*/ }

.fancybox-is-open .fancybox-bg {
  /*opacity:;*/ }

.fancybox-content {
  /*background:;*/
  /*padding:;*/ }

.popup {
  background: #fff;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  position: relative; }

.slider {
  width: calc(100% - 40px);
  max-width: 1631px;
  margin: 0 auto 0 0;
  /* position: relative; */
  /* top: -15px; */ }

/* для корректного отображения изображения слайда */
.slider .item {
  vertical-align: top;
  position: relative;
  overflow: hidden; }

/* чтобы изображение слайда не перекрывало надписи */
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.slider .in {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 701px;
  /* для позиционирования надписи */
  padding-top: 103px;
  /* отступ для кнопки/другого элемента */
  padding-bottom: 50px; }

/* позиционирование второй надписи на слайде */
.slider .descr {
  width: 47%;
  /* max-width: 580px; */
  padding: 0 5px;
  /*position: absolute;*/
  /* text-align: center; */
  /* text-align: right; */ }

.txt3 {
  font-family: 'Inter';
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  padding: 0;
  margin: 0;
  line-height: 1.2; }

.txt4, .txt4 p {
  font-family: 'Inter';
  font-size: 16px;
  line-height: 1.625;
  padding-right: 88px;
  padding-top: 15px; }

.c_wr2 .in {
  padding-top: 70px; }

.b_info1 {
  display: flex;
  justify-content: space-between; }

.txt1 {
  font-size: 30px;
  color: black;
  font-weight: bold;
  line-height: 1.6; }

.mb12 {
  margin-bottom: 12px; }

.txt2 {
  font-size: 16px;
  color: #838383;
  line-height: 1.625; }

.bi1:nth-child(2) {
  position: relative;
  top: 20px;
  /* text-decoration: underline; */ }

.bi1:nth-child(2) span {
  color: #000;
  border-bottom: 1px solid #bdbdbd;
  white-space: nowrap; }

.b_info2 {
  display: flex;
  flex-wrap: wrap; }

.search-page .bi2 {
  width: calc(100% / 5 - 36px); }
  .search-page .bi2 p {
    text-align: center; }

.bi2 {
  width: calc(100% / 4 - 36px);
  /* max-width: 277px; */
  margin: 0 18px 72px 18px;
  position: relative; }

.bi2_thumb {
  width: 100%;
  max-width: 277px;
  max-height: 246px;
  background-color: #ffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 240px; }

.bi2_thumb img {
  max-height: 100%; }

.bi2_cart_mobile {
  /* display: block; */
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  background-color: #56c5a1;
  color: #ffffff; }

.bi2_cart_mobile i {
  line-height: 2.2;
  padding-left: 6px; }

.bi2_thumb + p {
  min-height: 53px; }

.bi2_thumb + p > a {
  color: #000;
  /* font-weight: bold; */
  line-height: 1.625; }

.btn.v2 {
  padding: 7px 14px; }

.btn.v2 i {
  margin-right: 11px; }

.mb20 {
  margin-bottom: 20px; }

.c_wr3 {
  background-color: #ffff;
  background-image: url(../img/bkg1.png);
  background-repeat: no-repeat;
  background-position: 100% 55px; }

.c_wr3 .in {
  padding-top: 88px;
  padding-bottom: 123px; }

.b_info5 {
  display: none; }

.bi5_thumb {
  float: right;
  padding: 5px; }

.bi5_p {
  font-size: 14px;
  color: black;
  line-height: 1.5; }

.txt6 {
  font-size: 18px;
  color: black;
  font-weight: bold;
  line-height: 1.2; }

.mb25 {
  margin-bottom: 25px; }

.cols1 {
  display: flex;
  flex-wrap: wrap; }

.col {
  width: 50%; }

.col:nth-child(1) {
  padding-right: 50px; }

.col:nth-child(1) img {
  box-shadow: 40px 40px 0 0 #972d3b; }

.col:nth-child(2) {
  padding-top: 60px; }

.mb35 {
  margin-bottom: 35px; }

.b_info3_wr {
  display: none; }

.b_info3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }

.logo2 {
  border-right: 1px solid #cecece;
  padding-right: 25px; }

.logo2 img {
  width: 100%; }

.logo2 + p {
  padding: 27px 0 0 27px;
  max-width: 250px;
  margin-bottom: 0; }

.txt5 {
  max-width: 698px;
  margin-bottom: 43px; }

.c_wr4 {
  background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 50%, #ffffff 50%, #ffffff 100%);
  color: #fff; }

.c_wr4 .in {
  background: url(../img/bkg2.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  padding: 69px 130px 69px 97px; }

.b_info4 {
  display: flex; }

.category__item {
  position: relative; }
  .category__item:hover .categories__menu {
    display: block; }
  .category__item .categories__menu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: white;
    display: none;
    border: 1px solid silver; }

.bi4 {
  margin-left: 33px; }

.products__empty {
  min-height: 450px; }
  .products__empty p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: max-content;
    height: max-content;
    margin: auto;
    font-size: 64px; }

.bi4_thumb {
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 39px; }

.bi4_thumb img {
  margin-right: 31px; }

.bi4_thumb + p {
  padding-right: 20px;
  line-height: 1.8; }

.c_wr_c .in {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 128px;
  background-color: #fff; }

/* fkn line - begin */
.c_wr5 {
  display: flex;
  justify-content: flex-end; }

.c_wr5 .in {
  display: flex; }

.c_wr5 .empty.v1 {
  width: 8%; }

.c_wr5 .empty.v2 {
  border-top: 1px solid #d8d8d8;
  width: 92%; }

/* fkn line - begin */
.tac {
  text-align: center; }

.c_wr6 {
  display: flex;
  align-items: flex-end;
  background: url(../img/bkg_about_1.jpg) no-repeat;
  max-height: 701px;
  height: 100vh;
  background-size: cover; }

.desc2 {
  max-width: 745px; }

.desc2 .txt3 {
  padding-bottom: 30px; }

.info2 {
  color: #ffffff; }

.c_wr7 .in {
  padding-top: 100px; }

.txt7 {
  font-size: 21px;
  color: black;
  line-height: 1.714;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.cwr7_thumb {
  margin-top: 100px; }

.info1 {
  display: none; }

.c_wr7.v2 {
  background: url(../img/bkg_catalog1.jpg) no-repeat;
  background-size: contain;
  min-height: 468px;
  background-position: center; }

.desc3 {
  max-width: 565px;
  margin: 75px auto 0 auto;
  position: relative;
  left: -50px; }

.txt3.v2 {
  margin-bottom: 30px; }

/* select on catalog page */
.c_wr1 form {
  display: grid; }

.c_wr1 .f_txt {
  /* display: inline-block; */
  color: #838383;
  font-size: 16px;
  position: relative;
  top: -2px; }

.c_wr1 .btn.v2 {
  position: relative;
  top: 2px;
  font-size: 18px; }

.c_wr1.v2 .btn.v2 {
  padding-right: 0; }

.f_row_wr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column-gap: 20px;
  width: 100%; }

.f_row_wr.v2 {
  margin-right: 10px; }

.f_row_wr.v3 {
  width: 100px;
  margin-right: 20px; }

.f_row_wr.v3 .f_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0.9;
  flex-shrink: 0.9; }

.f_row_wr.v3 a {
  color: #ababab;
  font-size: 18px; }

.f_row_wr.v3 input[type="search"],
.f_row_wr.v3 select,
.f_row_wr.v3 textarea {
  width: 100%;
  border: none;
  color: #ffffff;
  font-size: 18px; }

.f_row_wr.v4 {
  display: flex;
  flex-wrap: wrap; }

/* select on catalog page */
.c_wr1.v2 {
  padding-top: 50px; }

.c_wr2.v2 .in {
  padding: 40px 0 0 0; }

.b_info1.v2 {
  display: block; }

.c_wr8 {
  background-color: #ffff; }

.c_wr8 .in {
  min-height: 157px;
  display: flex;
  align-items: center; }

.b_info6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.b_info6 a {
  color: #000000; }

.b_info6 a,
.b_info6 a {
  font-size: 21px; }

.b_info6 a .icon-arrow-left-1,
.b_info6 a .icon-arrow-right-1 {
  font-size: 30px;
  position: relative;
  bottom: -5px;
  color: #9c9c9c; }

/* pagination */
.pagination2 {
  display: flex;
  justify-content: center; }

.pagination2 a {
  width: 45px;
  height: 45px;
  margin: 5px 18px 5px 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.2;
  font-weight: bold;
  color: #000000;
  background-color: #ffff;
  text-decoration: none; }

.pagination2 a:hover {
  text-decoration: none; }

.pagination2 .active {
  background-color: #972d3b;
  color: #fff; }

/* pagination - end */
.mb80 {
  margin-bottom: 80px; }

.c_wr9 {
  padding: 65px 0; }

.c_wr9 .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 70px; }

.c_wr9_thumb {
  align-items: center;
  max-width: 705px;
  width: 100%;
  margin-right: 50px; }
  .c_wr9_thumb > a.thumb {
    display: block;
    width: max-content;
    margin: auto; }

.c_wr9_thumb_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px; }

.carousel1 {
  width: 100%;
  min-width: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.carousel1 img {
  margin: 0 auto; }

.carousel2 {
  width: 100%; }

.carousel2 .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 126px;
  margin: 7px 0;
  padding: 10px;
  border: none;
  border-left: 2px solid transparent;
  cursor: pointer; }

.carousel2 img {
  max-height: 100%;
  margin: auto;
  opacity: 0.4; }

.carousel2 .slick-current {
  border-color: #972d3b; }

.carousel2 .slick-current img {
  opacity: 1; }

.c_wr9_descr {
  background: #fff;
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 700px;
  padding: 60px 70px 40px 70px;
  border-bottom: 4px solid #972d3b;
  position: relative;
  line-height: 1.3; }

.c_wr9_art {
  margin-bottom: 1em;
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 14px;
  color: #838383; }

.title1 {
  margin-bottom: 0.65em;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  color: #281c15; }

.table1 {
  width: 100%;
  margin-bottom: 1.9em;
  line-height: 1.3; }

.table1 tr {
  border-bottom: 1px solid #e5e5e5; }

.table1 tr:last-child {
  border-bottom: none; }

.table1 th,
.table1 td {
  padding-top: 0.5em;
  padding-bottom: 0.45em; }

.c_wr9_price {
  margin-bottom: 1.6em;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  color: #281c15; }
  .c_wr9_price.new_price {
    color: #56c5a1; }

.product__promo {
  color: #ff0000;
  position: absolute;
  right: -40px;
  top: -5px;
  line-height: 30px; }
  .product__promo span {
    font-size: 22px;
    font-weight: 700; }

.pos-r {
  position: relative;
  display: inline-block;
  width: 100%; }
  .pos-r.min-height {
    width: 100%;
    min-height: 185px; }

.c_wr9_avail {
  margin-bottom: 1em; }

.c_wr9_avail [class^="icon-"] {
  margin-right: 6px;
  font-size: 16px;
  line-height: 1; }

.c_wr9_avail.v1 [class^="icon-"] {
  color: #56c5a1; }

.c_wr9_avail.v2 [class^="icon-"] {
  color: #972d3b; }

.c_wr9_descr .b_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.buy {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 156px;
  min-height: 55px;
  padding: 10px 20px;
  font-size: 16px; }

button.b_ord2 {
  width: 185px;
  height: 43px;
  padding: 10px 15px;
  margin: 20px auto auto;
  background-color: #56c5a1;
  color: white;
  font-size: 17px; }

.buy [class^="icon-"] {
  margin-right: 10px;
  font-size: 20px;
  line-height: 1; }

.c_wr9_descr .b_btn .buy {
  margin-right: 20px; }

.c_wr9_info {
  color: #666; }

.c_wr9_info a {
  color: #000; }

.rc_wr1 {
  background: #fff url(../img/bkg_contacts1.jpg) no-repeat;
  background-size: cover; }

.rc_wr1 .in {
  /* height: 100vh; */
  min-height: 701px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.rinfo1_wr {
  padding-bottom: 95px; }

.txt3.rv1 {
  padding-bottom: 60px; }

.order_item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
  padding: 20px;
  height: 300px;
  box-shadow: 0 0 4px #00000036;
  text-align: center; }

.order_id {
  width: max-content;
  padding: 20px 60px;
  background-color: #56C5A0;
  margin: auto;
  color: white;
  font-size: 32px;
  border-radius: 5px; }

.order_item h2 {
  font-size: 48px; }

.rtbl1,
.rinfo2,
.rtbl1 a {
  color: #ffffff; }

.rtbl1 td {
  padding-bottom: 35px; }

.rtbl1 td:nth-child(2) {
  padding-left: 64px; }

.rtxt1 {
  font-size: 30px;
  font-family: "Inter";
  color: white;
  font-weight: bold;
  line-height: 1.2; }

.rtxt1.v1 {
  margin-bottom: 20px; }

.rinfo2_wr {
  padding-right: 130px;
  align-self: center; }

.rinfo2_wr input[type="text"],
.rinfo2_wr textarea {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  max-width: 360px;
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
  padding-left: 0; }

.b_form {
  margin-top: 60px; }

.r_row.v2 {
  height: 145px; }

.b_btn2 button {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  max-width: 232px;
  max-height: 55px;
  line-height: 1; }

/* -------------------------------
	Footer
------------------------------- */
#footer {
  position: relative; }

#footer .in {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 35px;
  padding-left: 128px; }

.f_menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px; }

.f_menu a {
  color: #000;
  text-decoration: none; }

.f_menu a:hover {
  color: #000;
  text-decoration: none; }

.f_cwr1 {
  display: flex; }

.f_cwr1 a {
  color: #000000; }

.f_cols {
  width: 50%;
  border-right: 1px solid #d8d8d8;
  margin-bottom: 20px; }

.f_wr1 {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding-left: 145px; }

.f_info2 {
  text-align: right; }

.f_mail {
  padding: 30px 0 30px; }

.f_soc a:nth-child(2) {
  padding: 0 30px; }

.f_cwr2 {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #818383; }

.order_wr {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 400;
  top: 0; }

.order_in {
  width: 100%;
  max-width: 727px;
  height: 100vh;
  background-color: #ffff;
  margin-left: auto;
  padding-top: 32px;
  position: relative;
  left: 100%;
  /* margin-right: 50px; */ }

.cross_x {
  font-size: 25px;
  color: #9e9e9e;
  position: absolute;
  top: 50px;
  right: 70px;
  cursor: pointer; }

.b_cart1 {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  margin-right: 50px; }

.cart {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px; }

.cart .h_bi2 {
  position: relative; }

.cart .h_bi2 .h_info1 {
  position: absolute; }

.goods_count1 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2; }

.bc1_item {
  background-color: #fff;
  padding: 29px 36px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 5px; }

.bc1_item .inf {
  padding-right: 20px;
  padding-top: 15px; }

.bc1_item .inf:last-child {
  border: 0;
  padding-top: 20px; }

.bc1_item .inf:nth-child(3) {
  padding-right: 30px; }

.inf2_2 {
  font-weight: bold; }

.h_bi2.v2 i {
  font-size: 32px;
  color: #999999; }

.info3 {
  padding-left: 90px;
  padding-right: 90px; }

.order_in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  overflow: auto; }

/* form on page order2 */
.rinfo2_wr.v2 {
  background-color: #fff;
  padding: 70px 76px; }

.rinfo2_wr.v2 input,
.rinfo2_wr.v2 textarea {
  color: #000;
  border-bottom: 1px solid #000; }

.rinfo2_wr.v2 input,
.rinfo2_wr.v2 textarea {
  max-width: 453px; }

.rinfo2_wr.v2 .rinfo2 {
  color: #000000; }

.rinfo2_wr.v2 .r_row a {
  color: #56c5a1;
  text-decoration: underline; }

.rinfo2_wr.v2 .b_form {
  margin-top: 0; }

.rinfo2_wr.v2 .r_cols.v2 {
  margin-bottom: 27px; }

.rinfo2_wr.v2 .btn {
  padding: 21px 55px; }

.delete-item {
  cursor: pointer; }

.item-price {
  display: block;
  font-size: 24px;
  color: #56c5a1;
  position: absolute;
  bottom: 0px;
  /* width: 100%; */
  right: 0; }
  .item-price.old_price {
    color: black;
    font-size: 16px;
    position: absolute;
    top: -20px;
    text-decoration: line-through; }

.product__sticker-new {
  position: absolute;
  top: 0;
  right: 0; }
  .product__sticker-new img {
    width: 64px; }

.item-price small {
  color: #666666;
  font-size: 14px; }

/* form on page order2 - end */
/* @media queries */
@media screen and (max-width: 1600px) {
  .c_wr6 {
    background-size: cover; }

  .c_wr7 {
    background-size: cover; }

  .c_wr7.v2 {
    background-size: cover; } }
@media screen and (max-width: 1400px) {
  .c_wr1 form {
    justify-content: center; }

  .c_wr9 .in {
    padding-right: 10px; }

  .c_wr9_thumb {
    margin-right: 30px; } }
@media screen and (max-width: 1300px) {
  .c_wr_c .in {
    padding-left: 10px; }

  .c_wr5 .in {
    padding: 0; }

  .c_wr5 .empty.v1 {
    /* width: 0; */
    display: none; }

  .c_wr5 .empty.v2 {
    width: 100%; }

  #footer .in {
    padding-left: 10px; } }
@media screen and (max-width: 1200px) {
  .h_menu1 {
    display: none; }

  .m_ctrl {
    display: block;
    z-index: 220;
    margin: auto 0; }

  /* прячем всё кроме значка корзины */
  .h_bi2:not(:nth-child(4)) {
    display: none; }

  /* отступ для значка корзины */
  .h_bi2:nth-child(3) {
    margin-right: 45px; }

  /* на странице order значок показываем */
  .cart .h_bi2 {
    display: block; }

  .slider {
    width: 100%;
    margin: 0; }

  .slider .descr {
    width: 100%; }

  .txt4, .txt4 p {
    padding-right: 60px; }

  .cols1 {
    flex-direction: column;
    /* justify-content: center; */ }

  .col {
    width: 100%;
    /* padding: 0;
    margin: 0; */ }

  .col1_thumb {
    text-align: center; }

  .b_info3 {
    justify-content: center; }

  .txt5 {
    max-width: none; }

  /* switch show block with logo */
  .b_info3_wr {
    display: block; }

  .col .b_info3,
  .col .txt1 {
    display: none; }

  .c_wr2 .in {
    padding-bottom: 20px; }

  .c_wr3 .in {
    padding-bottom: 13px; }

  .b_info4 {
    flex-direction: column;
    flex-wrap: wrap; }

  .f_cols {
    width: 65%; }

  .f_wr1 {
    width: 35%;
    padding-left: 0; }

  .rinfo2_wr {
    padding-right: 0; } }
@media screen and (max-width: 1000px) {
  .bi2 {
    width: calc(100% / 3 - 36px); } }
@media screen and (max-width: 980px) {
  .c_wr9 .in {
    display: block; }

  .c_wr9_thumb {
    max-width: 700px;
    margin: 0 auto 30px auto; }

  .c_wr9_descr {
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px; } }
@media screen and (max-width: 900px) {
  .bi2 {
    width: calc(100% / 2 - 36px);
    max-width: 276px; }

  .b_info2 {
    justify-content: center; }

  .f_cwr2 {
    margin-top: 20px; }

  .f_cwr1 {
    display: block; }

  .f_cols {
    width: 100%;
    border: 0; }

  .f_wr1 {
    width: 50%; }

  .f_menu li {
    padding: 0 0 10px 0; } }
.search {
  opacity: 0;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: -225px;
  z-index: 3;
  width: 450px;
  height: 35px;
  transition: 0.3s;
  box-shadow: 0px 0px 4px #000000ad;
  cursor: default; }
  .search-list {
    max-height: 480px;
    overflow-y: auto; }
  .search.show {
    opacity: 1;
    display: block; }
  .search .search__field-input {
    width: 100%;
    height: 35px;
    border: none; }
  .search .search__autocomplete {
    background-color: white;
    border-top: 1px solid silver;
    box-shadow: 0 0 3px #0000008a; }
  .search__item {
    display: flex;
    align-items: center;
    padding: 20px;
    transition: background-color 0.3s;
    position: relative;
    margin-top: 20px;
    cursor: pointer; }
    .search__item:hover {
      background-color: rgba(222, 222, 222, 0.37); }
    .search__item:not(:last-of-type):after {
      content: '';
      display: block;
      height: 1px;
      background-color: silver;
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      width: 90%;
      margin: auto; }
    .search__item-img {
      width: 96px;
      margin-right: 20px; }
    .search__item-price {
      color: #56C5A1;
      font-size: 18px; }
  .search__total {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #56c5a1 !important; }

@media screen and (max-width: 800px) {
  .logo {
    width: 128px; }

  .search {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    z-index: 439;
    width: 289px;
    height: 35px;
    transition: 0.3s;
    box-shadow: 0px 0px 4px #000000ad;
    cursor: default;
    margin: auto; } }
@media screen and (max-width: 780px) {
  .c_wr4 .in {
    height: 64vh; }

  .bi4_thumb {
    border: none; }

  .bi4_thumb + p {
    display: none; } }
@media screen and (max-width: 768px) {
  .rc_wr1 .in .txt3 {
    font-size: 40px; }

  .rc_wr1 .in {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center; }

  .rc_wr1 {
    background-size: cover; } }
@media screen and (max-width: 730px) {
  .desc3 {
    left: auto; }

  .title1 {
    font-size: 30px; }

  .bc1_item {
    background-color: #fff;
    padding: 1px 1px 10px 10px; }

  .bc1_item .inf:nth-child(3) {
    padding-top: 22px; }

  .bc1_item .inf:last-child {
    padding-top: 30px; } }
@media screen and (max-width: 600px) {
  .txt3 {
    font-size: 40px; }

  .bi2 {
    width: calc(100% / 2 - 36px);
    margin: 5px 9px 50px 9px; }

  .f_cwr1 a {
    font-size: 12px; }

  .f_cwr2 {
    font-size: 12px; }

  .b_info6 span {
    display: none; }

  .bc1_item {
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: center;
    padding: 10px 0 20px; }

  .bc1_item .inf {
    border: 0;
    text-align: center; }

  .nbsp1 {
    display: none; }

  .goods_count1 {
    font-size: 14px; }

  .order_in {
    overflow: scroll;
    padding-bottom: 40px;
    padding-left: 5px; }

  .cross_x {
    right: 20px; }

  .rinfo2_wr.v2 {
    padding: 70px 16px; }

  .order_in .info3 {
    padding-left: 10px;
    padding-right: 0; } }
@media screen and (max-width: 550px) {
  body {
    font-size: 14px; }

  .c_wr4 .in {
    height: 54vh;
    padding: 10px 10px 10px 0; }

  .title1 {
    font-size: 25px; }

  .c_wr9_thumb_head {
    margin-bottom: 30px; }

  .c_wr9_descr {
    padding: 20px; }

  .c_wr9_art {
    position: static; }

  .c_wr9_descr .b_btn {
    display: block; }

  .c_wr9_descr .b_btn .buy {
    margin-right: 0; }

  .c_wr9_info {
    margin-top: 1em; }

  .rinfo2_wr input[type="text"],
  .rinfo2_wr textarea,
  .btn {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  .f_menu,
  .f_phone,
  .f_mail {
    display: none; }

  .f_wr1 {
    width: 100%;
    justify-content: center;
    display: grid;
    text-align: center; }

  .f_soc a {
    font-size: 16px; }

  .f_cwr2 {
    flex-direction: column;
    align-items: center; }

  .copy {
    padding-bottom: 20px; }

  .rtbl1 td:nth-child(2) {
    padding-left: 14px; } }
@media screen and (max-width: 420px) {
  .slider .in {
    height: auto; }

  .txt3 {
    font-size: 24px; }

  .txt4, .txt4 p {
    font-size: 14px;
    padding-bottom: 15px; }

  .txt1.v1 {
    font-size: 27px; }

  .bi1 p.txt2 {
    font-size: 14px; }

  .title1 {
    font-size: 20px; }

  .c_wr9_price {
    font-size: 20px; }

  .carousel2 {
    width: 100%; } }
.categories__thumb {
  min-height: 170px; }

@media screen and (max-width: 360px) {
  .txt1 {
    font-size: 25px; } }
@media screen and (max-width: 320px) {
  .bi1 .txt1 {
    font-size: 18px; }

  .bi1 p.txt2 {
    display: none; }

  .bi1 .txt2 {
    font-size: 14px; }

  .bi1:nth-child(2) span {
    font-size: 12px; }

  .bi1:nth-child(2) {
    top: 0; }

  .bi2_cart_mobile {
    display: block; }

  .h_bi2:nth-child(3) {
    margin-right: 5px;
    top: -40px; }

  .c_wr2 .in {
    padding-bottom: 20px; }

  .bi2 {
    width: 135px; }

  .bi2_thumb {
    height: 114px; }

  .bi2_thumb + p {
    margin: 0;
    font-size: 12px;
    text-align: center; }

  .bi2 .btn.v2 {
    display: none; }

  .b_info5 {
    display: block; }

  .c_wr3 {
    background-image: none; }

  .c_wr3 .in {
    padding-top: 48px; }

  .b_info3_wr {
    display: none; }

  .txt5 {
    font-size: 14px;
    margin-bottom: 23px; }

  .col .txt5.v2,
  .col .txt5.v3 {
    display: none; }

  .info1 {
    display: inline-block;
    font-size: 12px;
    font-family: "Inter";
    color: black;
    line-height: 1.5;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 30px; }

  .info1 a {
    color: #000000; }

  .c_wr4 .in {
    padding-top: 54px;
    padding-bottom: 25px;
    height: 42vh; }

  .bi4_thumb {
    padding: 0 0 35px 0;
    margin: 0 0 0 0; }

  .bi4_thumb span {
    font-size: 14px; }

  .order_in .b_cart1 {
    margin-right: 17px; } }
.c_wr9_old_price {
  margin-bottom: 5px;
  text-decoration: line-through; }

.product__variables {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 999;
  display: none; }
  .product__variables-list {
    width: 480px;
    height: max-content;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    padding: 20px 40px; }
  .product__variables-item {
    display: grid;
    grid-template-columns: 0.5fr 0.4fr 0.7fr;
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 10px 0; }
    .product__variables-item:not(:last-of-type) {
      border-bottom: 1px solid silver; }
    .product__variables-item .btn {
      width: 100%;
      min-width: 80px;
      padding: 10px; }
      .product__variables-item .btn i {
        margin-right: 10px; }
  .product__variables .close {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer; }
    .product__variables .close:before, .product__variables .close:after {
      content: '';
      width: 16px;
      background-color: black;
      height: 1px;
      position: absolute;
      top: 11px;
      left: 4px; }
    .product__variables .close:before {
      transform: rotate(-45deg); }
    .product__variables .close:after {
      transform: rotate(45deg); }

.c_wr9_thumb {
  position: relative; }

.product__image img {
  max-height: inherit; }
.product__color:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%; }
.product__color img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%; }
.product__colors {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 700px; }
  .product__colors-item .jq-radio {
    display: none !important; }
  .product__colors-item .jq-radio.checked + label {
    border: 2px solid #56C5A1; }
  .product__colors-item label {
    border: 2px solid silver;
    display: block;
    padding: 20px 20px 0;
    transition: 0.3s;
    cursor: pointer;
    height: 100%; }
  .product__colors-item .title {
    margin: 10px 0;
    text-align: center;
    display: block; }

.characters {
  display: block;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 14px;
  float: left;
  width: 100%; }

.characters__item {
  border-bottom: 1px dashed silver;
  max-height: 25px;
  float: left;
  display: block;
  width: 100%;
  padding-top: 5px; }
  .characters__item-title {
    float: left;
    background-color: white;
    padding-left: 3px;
    width: max-content;
    margin-bottom: -6px; }
  .characters__item-value {
    float: right;
    background-color: white;
    margin-left: auto;
    padding-left: 3px;
    display: block;
    margin-bottom: -6px; }

.page__settings {
  margin-bottom: 20px;
  width: 66%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto; }
  .page__settings-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 0 15px; }
    .page__settings-item:first-of-type {
      border-right: 1px solid silver; }
    .page__settings-item .jq-selectbox__trigger {
      right: -15px; }

#filters.fixed {
  position: fixed;
  top: 65px;
  z-index: 1; }
  #filters.fixed .f_row_wr {
    width: 395px; }
#filters .f_row_wr {
  width: 100%; }

.jq-selectbox__dropdown {
  z-index: 999; }

.jq-selectbox__select-text {
  width: 185px !important; }

@media (max-width: 1200px) {
  .page__settings {
    width: 100%;
    grid-template-columns: 1fr; }
    .page__settings-item:first-of-type {
      border-right: none; }

  .f_menu {
    display: block; }
    .f_menu.f__categories {
      text-align: center;
      columns: 2; } }
.product__item .bi2_thumb {
  min-height: 265px; }
.product__item .min-height {
  min-height: 215px; }

.b_info1.v2 {
  max-width: 1523px;
  margin: auto; }

@media (max-width: 576px) {
  .bi2 {
    width: 100%; } }
@media (max-width: 768px) {
  .product__colors {
    grid-template-columns: repeat(2, 1fr); } }

/*# sourceMappingURL=css.css.map */
