@charset "UTF-8";
.jGrowl {
  z-index: 999999 !important;
}
.fancybox-can-drag .fancybox-content {
  cursor: default;
  border: 1px solid #0d144b;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
  article {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
button,
button:active,
button:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
.oi-star {
  color: #c2c2c2;
}
p {
  font-size: 14px;
}
body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: #303030;
  position: relative;
}
#jGrowl {
  z-index: 10001;
}
#jGrowl .m-Error {
  padding: 10px;
  font-size: 0.9rem !important;
  background-color: #f00 !important;
}
#jGrowl .af-message-success {
  font-size: 1rem !important;
}
.jGrowl-closer {
  font-size: 0.8rem !important;
  background-color: #36b240 !important;
}
#carouselExampleIndicators .carousel-item {
  cursor: pointer;
}
#overlay-search {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.modal-backdrop {
  z-index: 999999;
}
.modal {
  z-index: 9999999;
}
.modal-footer {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
a:hover {
  color: #303030;
}
.top-info {
  background: red;
}
.top-info p {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
.top-info a {
  color: #fff !important;
}
.top-info a::after {
  content: "\00bb";
  position: absolute;
  margin: -2px 0 0 5px;
  font-weight: normal;
}
.product-item {
  height: 400px;
  min-width: 235px;
  width: 25%;
  padding-bottom: 30px;
  border: 1px solid #f3f3f3;
  position: relative;
}
.product-item_content {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  background-color: #fff;
}
.product-item:hover .product-item_content {
  z-index: 1000;
  box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.5);
}
.product-item h3 {
  margin-bottom: 0;
}
.product-item_img {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
  height: 220px;
  width: 100%;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.product-item_img a {
  display: flex;
  height: 100%;
  align-items: center;
}
.product-item_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.product-item_credit-count-text {
  font-size: 10px;
  color: white;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 300;
}
.product-item_credit-count {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: #1bbd2e;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-item_credit-count-num {
  font-size: 27px;
  color: white;
  font-weight: bold;
}
.product-item_title {
  font-size: 15px;
  color: #303030;
  margin: 10px 0 30px 0;
  min-height: 30px;
}
.product-item_price {
  font-size: 18px;
  color: #303030;
  font-weight: bold;
}
.product-item_star-rating .oi {
  color: #c2c2c2;
}
.product-item_star__active.oi {
  color: #ffc000;
}
.product-item .oi {
  font-size: 11px;
}
.product-item_credit-type,
.product-item_hit-sell,
.product-item_new-product {
  font-size: 13px;
  color: white;
  background-color: #1bbd2e;
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 11;
  padding: 7px 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 90px;
  text-align: center;
}
.product-item_hit-sell {
  background-color: #f9711e;
  top: 10px;
}
.product-item_new-product {
  background-color: #2b77f5;
  top: 53px;
}
.product-item_fast-view {
  display: none;
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(14, 14, 14, 0.8);
  text-align: center;
  padding: 10px 0;
  z-index: 12;
  border-radius: 4px;
}
.product-item:hover .product-item_fast-view {
  display: block;
}
.product-item_more {
  display: none;
  text-align: center;
}
.product-item_more .product__button-buy {
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-item_more h5 {
  text-align: left;
  font-size: 14px;
  color: gray;
}
.product-item:hover .product-item_more {
  display: block;
}
.product__button-buy {
  border: 0;
  color: white;
  border-radius: 4px;
  padding: 5px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  cursor: pointer;
  background-image: linear-gradient(-90deg, #11aa23 0, #34bf04 100%);
}
.product__button-buy_main:hover {
  background-image: linear-gradient(90deg, #11aa23 0, #34bf04 100%);
}
.a_credit {
  font-size: 14px;
  color: #36b240;
  font-weight: bold;
  text-decoration: underline;
}
.a_credit:hover {
  color: #36b240;
  text-decoration: none;
}
.product__filter {
  display: flex;
  justify-content: flex-start;
  height: 36px;
  margin-bottom: 29px;
}
.product__filter label {
  display: block;
  height: 100%;
  width: 54px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 100;
  color: #303030;
  text-align: center;
  padding: 8px 0;
  margin-right: 16px;
}
.product__filter input[type="radio"] {
  display: none;
}
.product__filter input[type="radio"]:checked + label,
.product__filter label:hover {
  border: 1px solid #9773da;
}
.product__filter_color {
  margin-bottom: 23px;
}
.product__filter_color label {
  border: 1px solid #b9b9b9;
  padding: 5px 7px;
}
.product__filter_color label div {
  display: block;
}
.product__filter_color label .black-back {
  background: #000;
}
.product__filter_color label .purple-back {
  background: #f9f;
}
.product__filter_color label .silver-back {
  background: #e1d2c5;
}
.product__filter_color label .rose-gold-back {
  background: #f9f;
}
.product__filter_color label .yellow-back {
  background: #ffcb99;
}
.product__filter_color label .grey-back {
  background: #666;
}
.product__filter_color label .blue-back {
  background: #33f;
}
.product__filter_color label .white-back {
  background: #fff;
  border: 1px solid gray;
}
.product__filter_color label .Black-back {
  background: #000;
}
.product__filter_color label .Rose-back {
  background: #f9f;
}
.product__filter_color label .Gold-back {
  background: #ffcb99;
}
.product__filter_color label .Rose-Gold-back {
  background: #f9f;
}
.product__filter_color label .Grey-back {
  background: #666;
}
.product__filter_color label .Silver-back {
  background: #e1d2c5;
}
.product__filter_color label .White-back {
  background: #fff;
  border: 1px solid gray;
}
.product__filter_color label .Blue-back {
  background: #33f;
}
.product__filter_color label .Black-back {
  background: #000;
}
.product__filter_color label .Gold-back {
  background: #fc9;
}
.product__filter_color label .RoseGold-back {
  background: #f99;
}
.product__filter_color label .Blue-back {
  background: #33f;
}
.product__filter_color label .Red-back {
  background: #c00;
}
.product__filter_color label .Purple-back {
  background: #990199;
}
.product__filter_color label .Cooper-back {
  background: #d0856e;
}
.product__filter_color label .Green-back {
  background: #390;
}
.product__filter_color label .White-back {
  background: #f9f9f9;
}
.product__filter_color label .Violet-back {
  background: #63c;
}
.product__filter_color label .RaspberryRose-back {
  background: #c36;
}
.product__filter_color label .Pink-back {
  background: #f9f;
}
.product__filter_color label .Silver-back {
  background: #ccc;
}
.product__filter_color label .CherryBlack-back {
  background: #300;
}
.product__filter_color label .Mint-back {
  background: #006665;
}
.product__filter_color label .Yellow-back {
  background: #ffff02;
}
.product__filter_color label .Orange-back {
  background: #fe6501;
}
.product__filter_color label .JetBlack-back {
  background: #292929;
}
.product__filter_color label .Cocoa-back {
  background: #584c4c;
}
.product__filter_color label .LightBlue-back {
  background: #02b1c8;
}
.product__filter_color label .Lilac-back {
  background: #c7a1c7;
}
.product__filter_color label .DarkOlive-back {
  background: #524f44;
}
.product__filter_color label .DarkGrey-back {
  background: #48535d;
}
.product__filter_color label .RoseRed-back {
  background: #c36;
}
.product__filter_color label .SeaBlue-back {
  background: #65cccc;
}
.product__filter_color label .RedRaspberry-back {
  background: #d5444b;
}
.product__filter_color label .DenimBlue-back {
  background: #557ca1;
}
.product__filter_color label .MidnightBlue-back {
  background: #003365;
}
.product__filter_color label .Lemonade-back {
  background: #f5e987;
}
.product__filter_color label .PinkSand-back {
  background: #e1c9c7;
}
.product__filter_color label .CosmosBlue-back {
  background: #365c68;
}
.product__filter_color label .Peach-back {
  background: #fc9575;
}
.product__filter_color label .MarineGreen-back {
  background: #b9ded6;
}
.product__filter_color label .SkyBlue-back {
  background: #e3ecf3;
}
.product__filter_color label .BlueCobalt-back {
  background: #4b5e7c;
}
.product__filter_color label .UltraViolet-back {
  background: #4e377c;
}
.product__filter_color label .ProductRed-back {
  background: #c23137;
}
.product__filter_color label .BrightOrange-back {
  background: #e45932;
}
.product__filter_color label .SpringYellow-back {
  background: #ebd960;
}
.product__filter_color label .ElectricBlue-back {
  background: #4e79c7;
}
.product__filter_color label .SoftPink-back {
  background: #f4aaa1;
}
.product__filter_color label .Taupe-back {
  background: #8e847a;
}
.product__filter_color label .CharcoalGrey-back {
  background: #474642;
}
.product__filter_color label .DarkAubergine-back {
  background: #3d313d;
}
.product__filter_color label .PinkFuchsia-back {
  background: #b44964;
}
.product__filter_color label .SaddleBrown-back {
  background: #a56a50;
}
.product__filter_color label .OceanBlue-back {
  background: #3a5777;
}
.tab-cont {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav.nav-tabs {
  width: 100%;
  border-bottom: 2px solid #33a83c;
}
.nav.nav-tabs .nav-link {
  background-color: #fff;
  color: #33a83c;
  border: 0;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 14px;
}
.nav.nav-tabs .nav-link.active.show {
  background-color: #33a83c;
  color: #fff;
}
.nav.nav-tabs .nav-item {
  margin-right: 20px;
  border: 2px solid #33a83c;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 0;
}
.tab-content {
  padding-top: 50px;
}
.multi-level li.dropdown-submenu {
  border-bottom: 1px solid #e8e8e8;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-menu.show {
  display: block;
}
.multi-level {
  top: 67px;
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.header .le-button {
  background: #36b240;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 103%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0;
}
.multi-level .dropdown-submenu a {
  color: #303030;
  font-size: 13px;
  padding: 11.8px 40px;
  width: 100%;
  height: auto;
  display: block;
}
.multi-level .dropdown-submenu:hover {
  background-color: #f9f9f9;
}
.multi-level .dropdown-submenu a:hover {
  text-decoration: none;
}
.header .le-button a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.search {
  background: 0;
  position: relative;
  width: calc(100% - 530px);
  z-index: 100000;
}
.search .ok-glass {
  background: #36b240 url(../img/search.png);
  display: inline-block;
  padding: 25px;
  margin: -1px 0 0 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.search input,
.search button {
  outline: 0;
  background: transparent;
  border: 0;
}
.search input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  background: #fff;
}
.search button {
  border: 0;
  height: 100%;
  width: 42px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  line-height: 0;
}
.ui-widget-content {
  min-width: 360px !important;
  z-index: 99999 !important;
}
.ui-widget-content .ui-state-active {
  background: #f1ecfa;
}
.ui-widget-content .mse2-ac-item {
  display: flex;
}
.ui-widget-content .mse2-ac-item .product__img,
.ui-widget-content .mse2-ac-item .product__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-left: 20px;
}
.ui-widget-content .mse2-ac-item .product__img {
  width: 90px;
}
.header {
  background: #0d144b;
  height: 70px;
}
.navbar {
  padding: 0;
}
.navbar img {
  width: 154px;
}
.navbar-nav a {
  font-weight: bold;
  font-size: 14px;
  color: #303030;
}
.navbar-nav a:hover {
  color: #36b140;
}
nav .phone a {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
nav .oi-phone {
  color: #895cdc;
}
nav .lang a {
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.808;
  padding: 0;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  background-color: #fff;
  color: #c2c2c2;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3eb;
  border-radius: 6px;
  background-image: -moz-linear-gradient(90deg, #f8f9fc 0, white 100%);
  background-image: -webkit-linear-gradient(90deg, #f8f9fc 0, white 100%);
  background-image: -ms-linear-gradient(90deg, #f8f9fc 0, white 100%);
}
nav .lang a.active {
  background: #895cdc;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #36b240;
  border-radius: 6px;
  background-image: -moz-linear-gradient(90deg, #36b240 0, #8c5fde 100%);
  background: #36b240;
  background-image: -ms-linear-gradient(90deg, #36b240 0, #8c5fde 100%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.header .can_compare {
  background-color: #36b240;
}
.header .can_compare .oi {
  color: #fff !important;
}
.fancybox-container {
  z-index: 999999;
}
.user-activeted {
  width: 210px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.user-activeted_item {
  display: block;
  height: 100%;
  width: 33%;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}
.user-activeted_item:hover .can_compare {
  background-color: #36b240;
  color: #fff;
}
.user-activeted .oi {
  color: #36b240;
}
.user-activeted_item:hover .oi {
  color: #fff;
}
.user-activeted_countMiniCart {
  width: 17px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background: #36b240;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 2px;
  line-height: 1.4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.user-activeted_item:hover .user-activeted_countMiniCart {
  background: #33a83c;
}
.user-activeted_miniCart {
  position: relative;
}
.ok_menu {
  width: 270px;
}
.header .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ok-phone {
  position: relative;
  top: 12px;
  transform: translateY(-50%);
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url(../img/phone-receiver.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.callback {
  width: 100% !important;
  border-radius: 5px !important;
  margin: 20px 0 0;
}
#ok_callback {
  padding: 0;
}
#ok_callback .btn {
  margin-top: 20px;
}
.top_phone_wrapp {
  position: relative;
  height: 20px;
  z-index: 999999;
  padding: 0;
  box-sizing: content-box;
}
.top_phone {
  line-height: 1;
  text-align: right;
  position: relative;
  min-width: 170px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 5px;
}
.phone_item {
  display: inline-block;
}
.top_tel {
  font-size: 14px;
  color: #161616;
  font-weight: 700;
  text-decoration: none;
}
.more_phone {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("../img/down-arrow-purple.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -3px;
}
.sales.container {
  margin-top: 75px;
  margin-bottom: 75px;
}
.sales.container .tab-content {
  padding-top: 10px;
}
.sales.container {
  margin-top: 50px;
  margin-bottom: 0;
}
.sales_slide_container {
  margin-top: 50px;
  margin-bottom: 0;
}
.pros img {
  float: left;
  margin: 10px 25px 4px 0;
}
.pros h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}
.pros p {
  color: #989898;
  font-size: 12px;
}
.ok_title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #303030;
  width: 100%;
}
.container.ok_blog .row,
.container.ok_seo_wrapp .row {
  margin-right: 0;
  margin-left: 0;
}
.news-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-item {
  width: 33%;
}
.news-item p {
  font-size: 15px;
  color: #858585;
}
.news-item__img {
  overflow: hidden;
}
.news-item__img img {
  width: 100%;
  height: auto;
}
.news-item__title {
  margin-top: 12px;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #303030;
}
.seo-text__hided p {
  height: 0;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.seo-text__hided_active p {
  height: auto;
  font-size: 15px;
}
.seo-text__button {
  color: #33a83c;
  text-decoration: underline;
}
.seo-text__button:hover {
  color: #33a83c;
  text-decoration: none;
}
.slick-track {
  min-width: 100%;
}
.rating-wrapper .rating {
  float: left;
  border: 0;
}
.rating-wrapper .rating label {
  width: 1em;
}
.rating-wrapper .rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.rating-wrapper .rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.2;
}
.rating-wrapper .icon-star {
  width: 1em;
  height: 1em;
  fill: #ccc;
  transition: all 0.3s;
}
.rating-wrapper .rating > input:checked ~ label .icon-star {
  fill: #fc0;
}
.rating-wrapper .rating:not(:checked) > label:hover .icon-star,
.rating-wrapper .rating:not(:checked) > label:hover ~ label .icon-star {
  fill: #bbb;
}
.rating-wrapper .rating > input:checked + label:hover .icon-star,
.rating-wrapper .rating > input:checked + label:hover ~ label .icon-star,
.rating-wrapper .rating > input:checked ~ label:hover .icon-star,
.rating-wrapper .rating > input:checked ~ label:hover ~ label .icon-star,
.rating-wrapper .rating > label:hover ~ input:checked ~ label .icon-star {
  fill: #fd0;
}
.rating-wrapper .rating > label:active {
  position: relative;
  top: 1px;
  left: 1px;
}
.product__pre-buy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.product__pre-buy .ms2_form {
  width: 100%;
}
.product__pre-buy p,
.product__pre-buy a {
  line-height: 1;
}
.product__rating-image {
  margin-bottom: 17px;
  width: 78px;
}
.product__rating-image img {
  margin-top: -15px;
}
.product__reviews {
  height: 12px;
  margin: 5px 150px 0 27px;
  color: #36b140 !important;
  font-size: 12px;
}
.product__in,
.product__compare {
  height: 20px;
  width: 50%;
  margin: 15px 0 25px;
  color: #1db119;
  font-size: 14px;
  font-weight: 300;
}
.product__compare {
  position: relative;
  text-align: right;
  color: #89878d;
}
.product__compare a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border: 0;
}
.ms2_form {
  display: flex;
  flex-wrap: wrap;
}
.product__price-block,
.product__button-buy {
  width: 50%;
  margin-bottom: 10px;
}
.product__price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product__price {
  font-size: 16px;
  font-weight: 300;
  color: #1e1e1e;
}
.product__price span {
  font-size: 24px;
  font-weight: bold;
}
.product__price_old {
  font-size: 12px;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.product__price_old span {
  font-size: 16px !important;
}
.product__price_new {
  color: #1bbd2e !important;
}
.product__price_new span {
  color: #1bbd2e !important;
}
.product__price_credit,
.product__button-buy_credit {
  width: 50%;
  margin-bottom: 10px;
}
.product__button-buy_credit {
  background: #f4eefd;
  color: #89878d;
  font-size: 15px;
  font-weight: normal;
  height: 35px;
  line-height: 15px;
  padding: 10px 0;
  border-radius: 3px;
}
.product__button-buy_credit a {
  color: #89878d;
}
.product__filter-heading {
  height: 15px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #1e1e1e;
  margin-bottom: 15px;
}
.product__filter {
  display: flex;
  justify-content: flex-start;
  height: 36px;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
.product__filter label {
  display: block;
  height: 100%;
  width: 76px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-weight: 100;
  color: #303030;
  text-align: center;
  padding: 0;
  margin-right: 16px;
}
.product__filter label div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
}
.product__filter input[type="radio"] {
  display: none;
}
.product__filter input[type="radio"]:checked + label,
.product__filter label:hover,
.product__filter .active {
  border: 1px solid #31a33a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.product__filter_color {
  margin-bottom: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product__filter_color label {
  border: 1px solid #b9b9b9;
  padding: 5px 7px;
  margin-right: 8px;
  height: 36px;
}
.product__filter_color label div {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
.product__filter_color label .black-back {
  background: #000;
}
.product__filter_color label .purple-back {
  background: #f9f;
}
.product__filter_color label .yellow-back {
  background: #ffcb99;
}
.product__filter_color label .grey-back {
  background: #666;
}
.product__filter_color label .blue-back {
  background: #33f;
}
#vOdin {
  display: flex;
}
.product__order {
  position: relative;
  font-size: 18px;
  height: 22px;
  width: 100%;
  padding-left: 37px;
  margin-bottom: 12px;
}
.product__order:before {
  content: url("../img/order-icon.png");
  display: block;
  position: absolute;
  left: 0;
}
.product__client-phone {
  height: 45px;
  width: calc(100% - 107px);
  border: 1px solid #e6e6e6;
  border-radius: 5px 0 0 5px;
  color: #303030;
  font-weight: 300;
  text-align: center;
}
.product__button-buy_order {
  width: 107px;
  border-radius: 0 5px 5px 0;
  background: #0d144b;
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal;
}
.product__button-buy_order:hover {
  background: #2b77f5;
}
.primary__heading {
  margin-left: auto;
  margin-right: 20px;
  font-size: 18px;
}
.fast-buy .col-main {
  width: calc(100% - 230px);
  border-right: 1px solid #d8d8d8;
  padding-right: 15px;
  overflow-y: hidden;
}
.fast-buy .col-second {
  margin-left: 30px;
}
.fast-buy .product__filter {
  margin-bottom: 20px;
}
.product__image .fotorama__stage {
  border: 1px solid #e7eaee;
}
.product__image img {
  max-width: 100%;
  max-height: 440px;
}
.product__image .product__stock {
  display: block;
  position: absolute;
  height: 30px;
  width: 85px;
  border-radius: 3px;
  background: #1bbd2e;
  left: 0;
  bottom: 20%;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: normal;
  color: white;
}
p,
a {
  margin-bottom: 0;
}
#characteristics .product__additional-content {
  max-width: 800px;
}
#characteristics .product__additional-content .product__block_technical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#characteristics
  .product__additional-content
  .product__block_technical
  .product__block-heading {
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 45px;
}
#characteristics .product__additional-content .product__block_technical p {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  color: #101010;
  font-size: 13px;
}
#characteristics .product__additional-content .product__block_technical p em {
  width: 40%;
  font-weight: 600;
  font-style: unset;
  z-index: 10;
  padding-right: 10px;
}
#characteristics
  .product__additional-content
  .product__block_technical
  p
  strong {
  width: 60%;
  font-weight: 300;
  z-index: 10;
  padding-left: 10px;
}
#product {
  margin-top: 30px;
  margin-bottom: 30px;
}
.product__content.product__content_secondary {
  display: block;
  width: 100%;
}
.product__content.product__content_secondary .tab-content {
  padding-top: 0;
}
.product__block_technical .product__characteristic {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.product__block_technical
  .product__characteristic
  .product__characteristic-name {
  display: inline-block;
  width: 370px;
}
.product__sidebar {
  display: block;
  background: #f6f6f6;
}
.product__sidebar p,
.product__sidebar a {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}
.product__sidebar .product__sidebar-element {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 22px 0 22px 73px;
}
.product__sidebar .product__sidebar-heading {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 5px;
}
.product__sidebar .product__sidebar-heading span {
  color: #36b240;
}
.product__sidebar .product__sidebar-element_garant {
  border-top: 1px solid #d5cee2;
  border-bottom: 1px solid #d5cee2;
}
.product__sidebar .product__sidebar-element:before {
  position: absolute;
  left: 3px;
}
.product__sidebar .product__sidebar-element_delivery:before {
  content: url("../img/delivery-truck1.png");
}
.product__sidebar .product__sidebar-element_garant:before {
  content: url("../img/shield.png");
}
.product__sidebar .product__sidebar-element_puy:before {
  content: url("../img/credit-card.png");
}
.product__sidebar .product__sidebar-subheading {
  font-size: 13px;
  font-weight: 600;
}
.product__sidebar .product__sidebar-subheading_middle {
  margin-top: 15px;
}
.product__sidebar .product__sidebar-description_middle {
  margin-bottom: 15px;
}
.primery_list_slider {
  width: 100%;
}
.product__reviews-block {
  padding: 40px 0;
}
.product__reviews-block .review {
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
}
.product__reviews-block .review p,
.product__reviews-block .review a,
.product__reviews-block .review h3 {
  margin: unset;
}
.product__reviews-block .review .review__heading-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.product__reviews-block .review .review__heading-block .review__heading {
  font-size: 16px;
  font-weight: bold;
}
.product__reviews-block .review .review__heading-block .review__date {
  font-size: 14px;
  font-weight: 300;
  color: #b7b7b7;
}
.product__reviews-block .review .review__rating {
  margin-bottom: 18px;
}
.product__reviews-block .review .review__body {
  font-size: 16px;
  font-weight: 300;
}
.product__reviews-block .product__nav-wrapper {
  display: flex;
  justify-content: center;
}
.product__reviews-block .product__nav-wrapper .product__page-nav {
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 110px;
  margin: 0 53px;
}
.product__reviews-block
  .product__nav-wrapper
  .product__page-nav
  .product__nav-button {
  height: 27px;
  width: 27px;
  text-align: center;
  border: 1px solid #dee3eb;
  border-radius: 2px;
  color: #3c236b;
}
.product__reviews-block
  .product__nav-wrapper
  .product__page-nav
  .product__nav-button:hover {
  background: #36b140;
  color: white;
}
.product__block-heading {
  width: 100%;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 40px 0;
}
.product__block_reviews-add {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}
.product__block_reviews-add .product__block-heading_review {
  margin-bottom: 30px;
}
.product__block_reviews-add .product__rating {
  width: 100%;
  margin: 0 30px 15px 0;
}
.product__block_reviews-add label {
  width: 150px;
}
.product__block_reviews-add .rating {
  display: flex;
  width: 100%;
}
.product__block_reviews-add .text__area-wrapper {
  width: calc(100% - 150px);
}
.product__block_reviews-add .product__reviews-header,
.product__block_reviews-add .product__reviews-body {
  position: relative;
  height: 30px;
  width: calc(100% - 150px);
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
}
.product__block_reviews-add .product__reviews-body {
  resize: none;
  height: 140px;
}
.product__block_reviews-add .product__button-buy_review {
  height: 45px;
  width: 170px;
  margin-left: auto;
  background: #36b240;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0;
}
.product__block_reviews-add .product__button-buy_review:hover {
  background-image: -webkit-linear-gradient(90deg, #8c5fde 100%, #36b240 0);
}
.product__reviews-block {
  padding: 40px 0;
}
.product__reviews-block .review {
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
}
.product__reviews-block .review .review__heading-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.product__reviews-block .review .review__heading-block .review__heading {
  font-size: 16px;
  font-weight: bold;
}
.product__reviews-block .review .review__heading-block .review__date {
  font-size: 14px;
  font-weight: 300;
  color: #b7b7b7;
}
.product__reviews-block .review .review__rating {
  margin-bottom: 18px;
  height: 24px;
}
.product__reviews-block .review .review__body {
  font-size: 16px;
  font-weight: 300;
}
.product__reviews-block .product__nav-wrapper {
  display: flex;
  justify-content: center;
  margin: 43px 0 70px;
}
.product__reviews-block .product__page-nav {
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 110px;
  margin: 0 53px;
}
.product__reviews-block .product__nav-button {
  height: 27px;
  width: 27px;
  text-align: center;
  border: 1px solid #dee3eb;
  border-radius: 2px;
  color: #3c236b;
  cursor: pointer;
}
.product__reviews-block .product__nav-button:hover {
  background: #36b140;
  color: white;
}
.product__reviews-block .product__next {
  font-weight: 300;
  font-size: 16px;
}
.product__reviews-block .product__prev {
  font-weight: 300;
  font-size: 16px;
  color: #acacac;
}
.comments {
  width: 100%;
}
.comments #comments {
  padding: 0;
}
.comments .markItUp {
  width: calc(100%-150px);
}
.order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
}
.order .step {
  display: block;
  float: right;
  margin: 8px 0 0 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #36b240;
  font-family: "Open Sans";
  font-size: 14px;
  color: #fefeff;
  text-align: center;
  padding: 17px 0;
}
.order__contact,
.order__payments {
  width: 42.75%;
}
.order__contact .msnp-address-set,
.order__payments .msnp-address-set {
  width: 100%;
}
.order__contact .msnp-address-set .order__element,
.order__payments .msnp-address-set .order__element {
  flex-wrap: wrap;
}
.order__contact .msnp-address-set input,
.order__payments .msnp-address-set input {
  margin-left: auto;
}
.order__contact #deliveries,
.order__payments #deliveries {
  display: none;
}
.order__heading {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 700;
}
.authInOrder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.authInOrder a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #36b240;
  border-radius: 3px;
  background: #36b240;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-family: "Montserrat";
  width: 200px;
  height: 40px;
  color: white;
  font-weight: bold;
  margin-right: 20px;
}
.authInOrder a:hover {
  background-image: -webkit-linear-gradient(90deg, #8c5fde 100%, #36b240 0);
}
.authInOrder p {
  color: #c2c2c2;
}
.order__subheading {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 22px 0 29px;
}
.order__element {
  display: flex;
  justify-content: space-between;
}
.order__element label {
  padding-top: 7px;
  max-width: 170px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.order__element select,
.order__element input,
.order__element textarea {
  max-width: 270px;
  margin-bottom: 30px;
}
.order__element .checkbox .payment {
  max-width: 100%;
}
.order__element .checkbox .small {
  margin-left: 37px;
  font-size: 90%;
}
.order__element input[type="radio"] {
  margin: 5px 5px 5px 15px;
}
.order__element textarea {
  height: 110px;
  resize: none;
}
.order__element_address {
  display: none;
}
.order__element_address:first-child {
  display: flex;
}
#msOrder .order .required-star {
  display: inline;
  color: black;
}
.btn {
  height: 50px;
}
.order__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.order__bottom .btn-default {
  background-image: unset;
  background-color: #c2c2c2;
  border: 0;
}
.order__bottom .btn-primary {
  background-image: linear-gradient(-90deg, #11aa23 0, #34bf04 100%);
  border-color: #11aa23;
}
.getOrder {
  max-width: 1170px;
  margin: 0 auto;
  min-height: calc(100vh - 485px);
}
.getOrder h1 {
  text-align: center;
  padding: 20px 0;
}
.getOrder p {
  text-align: center;
}
.getOrder a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.getOrder a:hover {
  color: #36b240;
}
.msnp-marker--right {
  right: auto !important;
  bottom: auto !important;
  margin: 29px 0 0 190px !important;
}
.textField {
  margin: 0 auto;
}
.comparison-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  overflow-x: scroll;
}
.comparison-wrapper a {
  color: black;
  border: 0;
}
.comparison-wrapper .table {
  border: 1px solid #dee2e6;
}
.comparison-wrapper .table a:hover,
.comparison-wrapper .table .active {
  color: #36b240;
  font-weight: 700;
  border: 0;
  background: unset;
}
.comparison-wrapper .comparison-corner {
  text-align: left !important;
}
.comparison-wrapper .comparison-corner a {
  padding-left: 20px;
  position: relative;
  border: 0;
}
.comparison-wrapper thead {
  background: #36b24045;
}
.comparison-wrapper .comparison-head {
  position: relative;
  text-align: center;
}
.comparison-wrapper .comparison-head img {
  font-weight: bold;
  marfin-bottom: 20px;
}
.comparison-wrapper .comparison-head .comparison-remove {
  position: absolute;
  right: 10px;
  top: 0;
  border: 0;
  font-size: 20px;
  font-weight: normal;
  background: 0;
  color: #36b240;
}
.comparison-wrapper .comparison-param,
.comparison-wrapper .comparison-cell {
  min-width: 290px;
  padding: 10px 20px;
}
.product__content_popup {
  display: block;
  width: 100%;
}
.product__content_popup h2 {
  margin-bottom: 35px;
}
.product__content_popup h4 {
  margin-bottom: 25px;
}
.product__content_popup .product__filter_color {
  margin-bottom: 10px;
}
.product__content_popup .product__filter_color label {
  padding: 13px;
  border-radius: 5px;
}
.product__code_popup {
  margin: 40px 0;
}
.product__price_popup {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.post {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.post .post__main-img img {
  width: 100%;
  height: auto;
}
.post p:first-of-type {
  max-width: 1170px;
}
.post p:first-of-type img {
  width: 100%;
  height: auto;
}
.post p img {
  width: 100%;
  height: auto;
}
.post p,
.post a,
.post h3 {
  margin: 0 auto;
  color: #303030;
  line-height: 28px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
}
.post h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 35px auto 25px;
}
.banners {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 24.4vw;
  max-height: 390px;
  padding: 0;
}
.banners a {
  height: calc(50% - 15px);
  width: calc(50% - 15px);
}
.banners a img {
  height: 100%;
  width: 100%;
}
.banners a:last-child {
  height: 100%;
}
.blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 100px auto;
}
.blog p,
.blog a {
  line-height: 1;
  color: #303030;
  text-decoration: none;
}
.blog .blog__heading-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blog .blog__heading-block .blog__heading {
  font-size: 33px;
  font-weight: 600;
}
.blog .blog__heading-block .blog__devide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #878787;
  width: 305px;
  font-size: 15px;
  font-weight: 300;
  padding: 12px 3px 5px;
}
.blog .blog__heading-block .blog__devide span {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.blog .blog__heading-block .blog__devide .blog__devide-element_active,
.blog .blog__heading-block .blog__devide span:hover {
  text-decoration: none;
  color: #36b240;
}
.blog .blog__sidebar {
  max-width: 215px;
  margin-right: 75px;
}
.blog .sidebar p {
  line-height: 19px;
}
.blog .sidebar .sidebar__devide-heading {
  font-size: 21px;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 20px;
}
.blog .sidebar .sidebar__devide-heading_top-line {
  border-top: 1px solid #f3f3f3;
}
.blog .sidebar .sidebar__devide-element {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 12px;
  cursor: pointer;
}
.blog .sidebar .sidebar__active-element,
.blog .sidebar .sidebar__devide-element:hover {
  color: #36b240;
}
.blog .blog__content {
  width: 100%;
}
.blog .blog__content p,
.blog .blog__content a {
  margin-bottom: 0;
}
.blog .post {
  display: flex;
  margin-bottom: 60px;
}
.blog .post .post__image {
  border-radius: 5px;
  margin-right: 30px;
}
.blog .post .post__heading {
  font-size: 18px;
  font-weight: 600;
}
.blog .post .post__inform {
  display: flex;
  margin: 10px 0 15px;
}
.blog .post .post__date {
  font-size: 12px;
  font-weight: 500;
  color: #d9d9d9;
}
.blog .post .post__category {
  font-size: 12px;
  font-weight: 500;
  color: #36b240;
  margin-left: 30px;
  cursor: pointer;
}
.blog .post .post__description {
  color: #858585;
  font-size: 15px;
  line-height: 21px;
  cursor: pointer;
  margin-bottom: 14px;
}
.blog .post .post__more {
  display: block;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  width: 124px;
}
.basket {
  max-width: 1170px;
  margin: 0 auto;
}
.basket p {
  margin-bottom: 0;
}
.basket .basket__heading {
  font-weight: 600;
  font-size: 33px;
}
.basket .basket__pre-production {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 30px;
}
.basket .basket__pre-production .basket__product {
  margin-left: 90px;
  width: 50%;
}
.basket .basket__pre-production .basket__count {
  width: 120px;
}
.basket .basket__pre-production .basket__price {
  margin-left: 30px;
}
.basket .product {
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  align-items: center;
  height: 125px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.basket .product .product__icon {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 90px;
}
.basket .product .product__icon img {
  max-width: 100%;
  max-height: 100px;
}
.basket .product .product__heading {
  width: 50%;
  position: relative;
  padding-left: 20px;
}
.basket .product .product__heading .product__code {
  position: absolute;
  top: -20px;
  color: #898989;
}
.basket .product .btn[value="cart/remove"] {
  background-image: -webkit-linear-gradient(
    90deg,
    transparent 0,
    transparent 100%
  );
  background-color: unset;
  height: unset;
  border: 0;
  box-shadow: none;
}
.basket .product .btn[value="cart/remove"]:hover {
  background: #36b240;
}
.basket .product .product__counter {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 130px;
}
.basket .product .product__counter input {
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #dee3eb;
  border-radius: 2px;
  font-weight: 100;
  color: #303030;
  background: #fafbfd;
}
.basket .product .product__counter .btn-default {
  display: none;
}
.basket .product .product__price {
  width: 23%;
  margin-left: 30px;
}
.basket .product .product__price span {
  font-size: 21px;
  font-weight: bold;
}
.basket .product .product__delete {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 70px;
}
.basket .basket__under-production {
  display: flex;
  justify-content: space-between;
  align-content: center;
  height: 45px;
  margin-top: 20px;
}
.basket .basket__under-production .basket__general-price {
  align-self: center;
}
.basket .basket__under-production .basket__general-price span {
  font-weight: bold;
  font-size: 21px;
  margin-left: 10px;
}
.basket .basket__under-production .basket__button {
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 44px;
}
.basket .basket__under-production .basket__button_continues {
  margin: 0 25px 0 auto;
  border: 1px solid #cfcfcf;
  background: transparent;
  color: #0b0b0b;
  width: 235px;
}
.basket .basket__under-production .basket__button_buy {
  background: #36b240;
  border: 1px solid #36b240;
  color: #fff;
  width: 170px;
}
.basket_pop {
  background-color: white;
  max-width: 830px;
  margin: 100px auto;
  padding: 30px;
}
.basket_pop .basket__heading_popup {
  text-align: center;
  line-height: 1;
  margin: 20px 0 40px;
}
.basket_pop .product .product__heading_popup {
  width: auto;
  max-width: 300px;
  margin-left: 10px;
  margin-right: auto;
}
.basket_pop .product .product__counter input {
  background: #fafbfd;
}
.basket_pop .product .product__price_popup {
  width: 150px;
  margin-left: 25px;
}
.basket_pop .product .product__price_popup span {
  font-size: 21px;
  font-weight: bold;
}
.basket_pop .product .product__price_popup .product__delete_popup {
  width: 40px;
}
.basket .product:last-of-type {
  border-bottom: 1px solid #e6e6e6 !important;
}
.contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact p,
.contact a {
  display: block;
  line-height: 25px;
  color: #303030;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  width: 100%;
  margin-bottom: 0;
}
.contact svg,
.contact i {
  font-size: 25px;
  margin-top: 5px;
  margin-right: 15px;
  color: #d5d5d5;
}
.contact .fa-phone {
  transform: scaleX(-1);
}
.contact .contact__inform-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.contact .contact__heading {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 40px;
}
.contact .contact__element-heading {
  font-size: 17px;
  font-weight: 600;
}
.contact .contact__inform {
  display: flex;
  max-width: 25%;
}
.contact #map {
  width: 100%;
  height: 400px;
  background-color: grey;
}
.button_right {
  display: none !important;
  position: fixed;
  top: 60%;
  left: 20px;
  color: #3c236b;
  font-size: 50px;
  z-index: 12;
}
.lk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
}
.lk .lk__heading {
  font-size: 33px;
  font-weight: 700;
  line-height: 49px;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.lk .lk__sidebar {
  display: block;
  width: 275px;
}
.lk .lk__sidebar .cancel {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  color: #3c236b;
  font-size: 30px;
}
.lk .lk__sidebar p,
.lk .lk__sidebar a {
  display: block;
  font-size: 14px;
  color: #303030;
  font-weight: 300;
  line-height: 21px;
}
.lk .lk__sidebar .logout {
  margin-top: 25px;
  padding: 7px;
  width: 120px;
  background-color: #33a83c;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.lk .lk__sidebar .lk__sidebar-tab {
  display: block;
  width: 265px;
  border: 1px solid #e8e8e8;
  padding-left: 15px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.lk .lk__sidebar .lk__sidebar-tab p {
  font-size: 16px;
  font-weight: 400;
}
.lk .lk__sidebar .lk__sidebar-welcome {
  margin-top: 30px;
}
.lk .lk__sidebar .lk__sidebar-welcome span {
  font-size: 17px;
  font-weight: 600;
}
.lk .lk__sidebar .lk_sidebar-text {
  margin: 20px 0;
}
.lk .lk__sidebar .current-tab,
.lk .lk__sidebar .lk__sidebar-tab:hover {
  position: relative;
  color: white;
  background: #36b240;
  border-color: #36b240;
  border-right: unset;
}
.lk .lk__sidebar .current-tab:after,
.lk .lk__sidebar .lk__sidebar-tab:hover:after {
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  content: url("../img/Polygon_2.png");
  height: inherit;
  width: 20px;
}
.lk .lk__content {
  display: flex;
  height: auto;
  width: calc(100% - 370px);
  padding-top: 15px;
}
.lk .lk__content .lk__content-element {
  display: none;
  width: 100%;
}
.lk .lk__content .current-content {
  display: block;
}
.lk .lk__content #tab-4 #mse2_results {
  justify-content: space-between;
}
.lk .lk__content #tab-4 .product-item {
  width: 260px;
}
.lk .lk__content #tab-4 .product__button-buy {
  width: 100%;
  border-color: #11aa23;
  background-image: linear-gradient(-90deg, #11aa23 0, #34bf04 100%);
}
.lk .user-inform .user-inform__heading {
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
}
.lk .user-inform .user-inform__element {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  width: 100%;
  min-height: 25px;
  margin-bottom: 15px;
}
.lk .user-inform .user-inform__element .user-inform__element-heading {
  font-size: 14px;
  font-weight: 600;
  width: 200px;
}
.lk .user-inform .user-inform__element .user-inform__show {
  position: relative;
  font-size: 14px;
  font-weight: 300;
}
.lk .user-inform .user-inform__element .user-inform__edit {
  display: none;
  width: 280px;
  height: 30px;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0 10px;
  color: #848484;
  box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.1);
}
.lk .user-inform .user-inform__element .user-inform__setting {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c2c2c2;
  height: 25px;
  width: 25px;
  border: 1px solid #dee3eb;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
}
.lk .user-inform .user-inform__element .user-inform__setting:hover {
  border: 1px solid #36b240;
  background: #8051d6;
  box-shadow: 0 10px 18px -1px rgba(0, 0, 0, 0.37);
}
.lk .user-inform .save-inform {
  width: 90px;
  height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #36b240;
  border-radius: 0;
  padding: 5px 0;
  margin-bottom: 20px;
}
.lk .user-inform .user-inform__social {
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
}
.lk .user-inform .user-inform__social .user-inform__social-heading {
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0;
}
.lk .user-basket {
  margin: 0;
}
.lk .user-basket .basket__pre-production {
  margin-top: 0;
}
.lk .user-basket .basket__pre-production p {
  font-size: 15px;
  font-weight: 600;
}
.lk .user-basket .basket__pre-production .basket__product {
  margin-left: 10px;
  margin-right: 20px;
}
.lk .product {
  height: 95px;
}
.lk .product .product__heading {
  font-size: 15px;
  font-weight: 300;
}
.lk .product .product__heading span {
  font-size: 13px;
  font-weight: 300;
}
.lk .product .product__counter {
  flex-wrap: nowrap;
}
.lk .product .product__price {
  font-size: 14px;
}
.lk .user-order {
  margin: 0;
}
.lk .user-order .basket__pre-production {
  margin-top: 0;
}
.lk .user-order .basket__pre-production p {
  font-size: 15px;
  font-weight: 600;
}
.lk .user-order .basket__pre-production .basket__product {
  margin-left: 10px;
}
.lk .user-order .basket__pre-production .basket__price {
  margin-left: auto;
  width: 110px;
}
.lk .user-order .product .product__heading {
  font-size: 15px;
  font-weight: 300;
}
.lk .user-order .product .product__heading a {
  color: #303030;
  text-decoration: none;
}
.lk .user-order .product .product__heading span {
  font-size: 13px;
  font-weight: 300;
}
.lk .user-order .product .product__counter {
  flex-wrap: nowrap;
}
.lk .user-order .product .product__price {
  font-size: 14px;
  margin-left: auto;
  width: 110px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#footer-wrapper {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 20px;
  background-color: #0f164d;
  background-repeat: no-repeat;
  background-position: 200px bottom;
  padding-top: 50px;
  padding-bottom: 20px;
  z-index: 13;
}
#footer-wrapper .footer {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
}
#footer-wrapper .footer a,
#footer-wrapper .footer p {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
#footer-wrapper .footer .copyrate {
  margin-top: 50px;
  font-size: 12px;
  color: #fff;
}
#footer-wrapper .footer .copyrate a {
  font-size: 12px;
  color: #fff;
}
#footer-wrapper .graph {
  position: relative;
  width: 270px;
}
#footer-wrapper .graph .graph__heading {
  font-weight: 700;
}
#footer-wrapper .graph p {
  display: block;
  margin-bottom: 5px;
}
#footer-wrapper .menu {
  display: flex;
  flex-direction: column;
  width: 170px;
}
#footer-wrapper .menu a {
  margin-bottom: 5px;
}
#footer-wrapper .menu a:hover {
  text-decoration: none;
  color: #33a83c;
}
#footer-wrapper .inform-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  width: 200px;
}
#footer-wrapper .inform-block__pay {
  display: flex;
  justify-content: center;
  border: 1px solid #bdb6b4;
  border-radius: 2px;
  width: 90px;
  height: 40px;
  margin: 14px 0 18px;
}
#footer-wrapper .inform-block__pay img {
  align-self: center;
}
#footer-wrapper .inform-block p {
  display: inline;
  height: 21px;
  width: 100%;
  font-weight: 600;
}
#footer-wrapper .inform-block .social-block {
  width: 100%;
  display: block !important;
  margin-top: 15px;
}
#footer-wrapper .inform-block .social-block svg,
#footer-wrapper .inform-block .social-block i {
  color: #c2c2c2;
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
#footer-wrapper .inform-block .social-block svg:hover {
  color: #33a83c;
}
#footer-wrapper .subscribe {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 300px;
}
#footer-wrapper .subscribe .subscribe__heading {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  font-size: 12px;
}
#footer-wrapper .subscribe input {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: #8c5fde;
  width: 165px;
  height: 33px;
  padding: 5px 10px;
  margin-right: 10px;
}
#footer-wrapper .subscribe .subscribe__button {
  background: #36b140;
  border: 1px solid #36b140;
  border-radius: 2px;
  color: #e3dcf5;
  width: 100px;
  height: 33px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}
#footer-wrapper .subscribe .subscribe__button:hover {
  background: #36b140;
}
#footer-wrapper .subscribe .subscribe__space,
#footer-wrapper .subscribe .subscribe__space a {
  font-size: 12px;
  font-weight: 300;
  color: #c2c2c2;
  text-decoration: none;
  margin-top: 20px;
}
.carousel_wrapp {
  padding: 0;
  overflow: hidden;
  height: 350px;
}
.carousel_wrapp img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.carousel-indicators {
  margin-left: 0;
  margin-right: 25%;
  bottom: 0;
}
.carousel-indicators li {
  height: 20px;
  width: 20px;
}
.btn {
  background-color: #33a83c;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: white;
  font-weight: bold;
}
.carousel-item {
  font-family: "Montserrat";
  padding: 70px 0 70px 0;
  background-size: cover;
  background-position: center;
}
.carousel-item h3,
.carousel-item .price {
  font-size: 38px;
  color: #36b240;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-item p,
.carousel-item .ot {
  font-size: 20px;
  color: #141414;
}
.carousel-item .currency {
  font-size: 22px;
  color: #36b240;
  font-weight: bold;
}
.carousel-item .btn {
  margin-top: 25px;
}
.ok_arrow_bottom {
  background-image: url("../img/down-arrow.png");
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
.breadcrumbs {
  font-size: 13px;
  color: #303030;
}
.breadcrumbs ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 20px;
}
.breadcrumbs a {
  color: #303030;
  position: relative;
}
.breadcrumbs a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  right: -15px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #cbcbcb;
  vertical-align: middle;
  border-bottom: 0;
  transform: rotate(-90deg);
}
.catalog_title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
.catalog_title .ok_title {
  margin: 0;
  width: auto;
}
.catalog_title .sort {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog_title .sort .sort_text {
  padding-right: 15px;
}
.catalog_title .sort select {
  width: 250px;
}
#catalog {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#primery {
  width: calc(100% - 255px);
}
.primery_list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0;
}
.button_right {
  display: none;
}
#secondary {
  width: 225px;
}
#secondary .cancel {
  display: none;
}
#secondary #mse2_mfilter {
  width: 100%;
  margin: 0;
}
#secondary #mse2_mfilter fieldset:first-child {
  border-top: 1px solid #f3f3f3;
}
#secondary #mse2_mfilter fieldset {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  transition: 1s;
}
#secondary #mse2_mfilter .active-filter {
  height: 40px;
  transition: 1s;
}
#secondary #mse2_mfilter .filter_title {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  height: 43px;
  margin: 0;
  cursor: pointer;
}
#secondary #mse2_mfilter .filter_title:before {
  content: url("../img/triangle.png");
  height: auto;
  margin-right: 17px;
  transition: 1s;
}
#secondary #mse2_mfilter .active-heading:before {
  transform: rotate(-90deg);
  transition: 1s;
}
#secondary #mse2_mfilter input[type="checkbox"] {
  display: none;
  position: relative;
}
#secondary #mse2_mfilter input[type="checkbox"] + label {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding-left: 30px;
}
#secondary #mse2_mfilter .childCategories li {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding-left: 30px;
  margin-bottom: 5px;
}
#secondary #mse2_mfilter .childCategories li a {
  color: #000;
}
#secondary #mse2_mfilter .childCategories li a:hover {
  color: #33a83c;
}
#secondary #mse2_mfilter input[type="checkbox"] + label:before {
  display: block;
  position: absolute;
  left: 0;
  padding: 0 3px;
  width: 16px;
  height: 16px;
  content: "";
  background: #e6e6e6;
}
#secondary #mse2_mfilter input[type="checkbox"]:checked + label {
  color: #36b240;
  font-weight: 600;
}
#secondary #mse2_mfilter input[type="checkbox"]:checked + label:before {
  content: url("../img/checked.png");
}
.mse2_number_inputs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.msearch2 .form-group {
  display: block;
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 43%;
  flex: 0 0 43%;
}
.msearch2 .form-group:first-of-type:after {
  display: block;
  content: "";
  height: 1px;
  width: 25px;
  background-color: #333;
  position: absolute;
  right: -29px;
  top: 42%;
  transform: translateY(-50%);
}
.input-sm {
  font-size: 13px;
  color: black;
}
.form-control {
  padding: 4px 10px;
}
body #mse2_mfilter .ui-widget.ui-widget-content {
  border: 0;
  background-color: #e6e6e6;
  margin-left: 5px;
  z-index: 0 !important;
}
body #mse2_mfilter .ui-slider-horizontal {
  height: 3px;
  min-width: 100px !important;
}
body #mse2_mfilter .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 14px;
  cursor: default;
  background-image: url("../img/ui-slider-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  outline: 0;
  cursor: pointer;
}
body #mse2_mfilter .ui-state-active {
  background-color: transparent;
}
body #mse2_filters {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 200px;
}
body #mse2_filters .btn {
  width: 80%;
  display: inline-block;
  font-size: 14px;
}
.form-control,
select {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.custom_slider {
  width: 100%;
  min-width: 800px;
}
#recomendet {
  width: 100%;
}
.slick-slide img {
  display: inline-block;
}
.slider_nav_btns {
  float: right;
}
.slider_nav_btns .ok_slider {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3eb;
  border-radius: 2px;
  background-image: linear-gradient(90deg, #f8f9fc 0);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.slider_nav_btns .ok_slider:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("../img/arrow_slider_recomend.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slider_nav_btns .ok_slider:hover,
.slider_nav_btns .ok_slider_prev:hover {
  background: #36b240;
}
.recomendet_title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.recomendet_title .ok_title {
  width: auto;
}
.ok_slider_next {
  transform: scale(-1);
}
.ok_slider {
  cursor: pointer;
}
#recomendet .slick-next,
#recomendet .slick-prev {
  display: none;
}
.Rectangle_10_copy {
  position: absolute;
  left: 941px;
  top: 1919px;
  width: 26px;
  height: 26px;
  z-index: 136;
}
.pagination {
  text-align: center;
  padding: 20px 0;
}
.pagination .pagination {
  margin: auto;
}
.pagination .pagination li {
  margin-right: 10px;
}
.pagination .pagination li a {
  border-style: solid;
  border-width: 1px;
  border-color: #dee3eb;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #f8f9fc 0, white 100%);
  font-size: 18px;
  color: #c2c2c2;
  display: inline-block;
  width: 27px;
}
.pagination .pagination .control a {
  width: unset;
  min-width: 27px;
}
.pagination .pagination li a:hover {
  color: #3c236b;
}
.pagination .pagination li.current a,
.pagination .pagination li:first-of-type.current a,
.pagination .pagination li:last-of-type.current a {
  color: #fff;
  background-image: none;
  background-color: #36b140;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3eb;
  border-radius: 3px;
}
.pagination .pagination.fl li:first-of-type,
.pagination .pagination li:first-of-type a,
.pagination .pagination li:last-of-type,
.pagination .pagination li:last-of-type a {
  font-size: 16px;
  color: #acacac;
  background-image: none;
  border: 0;
  line-height: 27px;
}
.pagination .pagination .page-item.fl a {
  line-height: normal;
  width: 30px;
  padding: 2px 0 6px 0;
}
.pagination .pagination .page-item.pn a {
  line-height: normal;
  padding: 0 0 2px 0;
}
.dropdown-submenu > .dropdown-menu {
  display: none;
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0;
}
.tab-content {
  width: 100%;
}
.product__compare {
  position: relative;
}
.product__compare:before {
  content: url("../img/to_compair.png");
  display: block;
  position: absolute;
  left: 30px;
}
.fancybox-content {
  max-width: 1029px;
  width: 100%;
}
.col-second {
  text-align: center;
  width: 200px;
}
.col-second .product__button-buy {
  width: 100%;
  line-height: 45px;
  margin-bottom: 4px;
}
.col-second .product__button-buy_order {
  width: 100%;
  padding: 10px 0;
  display: block;
  border-radius: 4px;
  line-height: 24px;
  color: #fff;
}
.ok_compair_btn {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  height: auto;
  border-radius: 3px;
  background-color: #f9711e;
  padding: 10px 20px;
  width: 100%;
  border: 0;
  margin-top: 20px;
}
.ok_compair_btn:before {
  content: "";
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background: url(../img/to_compair.png) no-repeat;
}
.fancybox-content .ok_compair_btn {
  padding: 0;
  border: 1px solid #b95619;
}
.fancybox-content .comparison-link {
  display: block;
  height: 50px;
  width: 100%;
  padding: 20px 15px;
  border: none !important;
}
.fancybox-content .ok_compair_btn:before {
  top: 15px;
}
.product__price span {
  font-size: 24px;
  color: #1e1e1e;
  line-height: 0.833;
}
.product__price_new {
  color: #1e1e1e;
}
.col-main {
  width: calc(100% - 200px);
}
.col-main h2 {
  font-size: 20px;
}
.col-main h4 {
  font-size: 16px;
}
.product__pre-buy.fast-buy .phone {
  display: none;
  width: 100%;
  height: 35px;
  text-align: center;
  border: 1px solid #dee3eb;
  border-radius: 2px;
  font-weight: 100;
  color: #303030;
  background: #f4eefd;
  margin-bottom: 5px;
}
.product__pre-buy.fast-buy .btn__send-v-odin-click {
  display: none;
  width: 100%;
  border-radius: 4px;
  color: white;
  background: #36b240;
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal;
  border: 0;
}
button {
  cursor: pointer;
}
.sales_slider_ul {
  position: relative;
}
.sales_slider_ul .slider_nav_btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom_slider {
  overflow: hidden;
}
.custom_slider:hover {
  overflow: visible;
}
.custom_slider .product-item,
.custom_slider .primery_list {
  border: 0;
}
.custom_slider .slick-slider .slick-list {
  margin-bottom: -200px;
  height: 680px;
  z-index: 11111;
}
.custom_slider .slick-slider .slick-list {
  max-width: 1200px !important;
  width: 100%;
}
.product__rating-edit {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0 30px 0;
}
.product__rating-edit p {
  margin-right: 35px;
}
.product__rating-edit label {
  margin: 0;
}
.product__counter {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.product__counter input {
  width: 35px;
  height: 35px;
  text-align: right;
  background: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: #303030;
  margin: 0 5px;
}
.product__counter .minus,
.product__counter .plus {
  border-style: solid;
  border-width: 1px;
  border-color: #dee3eb;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #f8f9fc 0, white 100%);
  display: inline-block;
  width: 35px;
  line-height: 32px;
  height: 35px;
  text-align: center;
  font-size: 24px;
  color: #939393;
}
.product__counter .minus:hover,
.product__counter .plus:hover {
  text-decoration: none;
  color: white;
  background-image: linear-gradient(90deg, #36b240 0, #8c5fde 100%);
}
.tab-ok_content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tab-ok_content[ok-tabs="#main"] #slider_tab {
  display: flex;
  width: 100%;
}
.tab-ok_content[ok-tabs="#main"] #accesoris_product {
  display: flex;
}
.tab-ok_content[ok-tabs="#characteristics"] #slider_tab,
.tab-ok_content[ok-tabs="#characteristics"] #characteristics {
  display: flex;
}
.tab-ok_content[ok-tabs="#characteristics"] #slider_tab {
  order: 1;
}
.tab-ok_content[ok-tabs="#characteristics"] #characteristics {
  order: 0;
}
#slider_tab {
  display: flex;
}
#slider_tab {
  order: 3;
}
#otzivi {
  order: 1;
}
#product__reviews {
  order: 2;
}
.tab-ok_content[ok-tabs="#otzivi"] #product__content_main {
  margin-bottom: -80px;
}
.tab-ok_content[ok-tabs="#otzivi"] #otzivi,
.tab-ok_content[ok-tabs="#otzivi"] #product__reviews {
  display: flex;
  width: 100%;
}
.tab-ok_content[ok-tabs="#accesoris"] #slider_tab,
.tab-ok_content[ok-tabs="#accesoris"] #accesoris_product {
  display: flex;
}
.tab-ok_content[ok-tabs="#accesoris"] #slider_tab {
  order: 3;
}
.tab-ok_content[ok-tabs="#accesoris"] #accesoris_product {
  order: 1;
}
.tab-ok_content[ok-tabs="#media"] #slider_tab,
.tab-ok_content[ok-tabs="#media"] #media {
  display: flex;
  justify-content: center;
}
.tab-ok_content[ok-tabs="#media"] #slider_tab {
  order: 3;
}
.tab-ok_content[ok-tabs="#media"] #media {
  order: 1;
}
.product__content_secondary #media {
  margin-top: 50px;
}
.product__content_secondary #media img {
  max-width: 100%;
}
.product_articul {
  margin-left: -15px;
}
.product_articul {
  margin: 20px 0 30px 0;
  font-size: 14px;
  color: #303030;
}
.product_title {
  font-size: 33px;
  font-weight: bold;
}
.modal-dialog {
  display: flex;
  align-items: center;
  max-width: 470px;
  height: 100%;
  margin: 0 auto;
}
.modal-content {
  position: relative;
  overflow: unset;
  padding: 40px 50px;
  border-radius: 2px;
  border: 0;
}
.modal-content .modal-header {
  position: relative;
  border: 0;
  padding: 0;
}
.modal-content .modal-header h4 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.modal-content .modal-header .close {
  position: absolute;
  color: white;
  top: -80px;
  right: -100px;
  padding: 0;
  margin: 0;
}
.modal-content .modal-header .close span {
  font-size: 50px;
  font-weight: 300;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-body .btn-go_register:first-child {
  margin-top: 20px;
}
.modal-content .modal-body .btn-go_register {
  display: block;
  height: auto;
  width: 100%;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  color: black;
}
.modal-content .modal-body .btn-go_register:hover {
  background-color: unset;
  color: #36b240;
}
.modal-content input[type="submit"],
.modal-content input[type="text"],
.modal-content input[type="password"],
.modal-content input[type="email"],
.modal-content input[type="phone"] {
  width: 100%;
  height: 45px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  padding: 5px 10px;
  margin: 20px 0;
}
.modal-content .loginLoginButton input[type="submit"],
.modal-content .pull-right {
  width: 170px;
  height: 45px;
  border: 0;
  color: white !important;
  border-radius: 4px;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background: #36b240;
}
.modal-content .loginLoginButton input[type="submit"]:hover,
.modal-content .pull-right:hover {
  background: #36b240;
}
.modal-content label {
  display: block !important;
}
.modal-content .rememberme {
  margin: 25px 0 0;
}
.modal-content .rememberme label {
  margin: 0;
}
.modal-content .pull-right {
  width: 100%;
}
.product__block_technical-popup {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
  height: 135px;
  overflow-y: scroll;
  justify-content: space-around;
}
.product__block_technical-popup h4 {
  width: 100% !important;
  margin-bottom: 15px;
}
.product__block_technical-popup p {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  color: #101010;
}
.product__block_technical-popup p em {
  background: white;
  font-weight: 400;
  font-style: unset;
  z-index: 10;
  padding-right: 10px;
}
.product__block_technical-popup p strong {
  background: white;
  font-weight: 300;
  z-index: 10;
  padding-left: 10px;
}
.product__block_technical-popup p:after {
  display: block;
  position: absolute;
  bottom: 3px;
  content: "";
  width: inherit;
  font-size: 13px;
  border-bottom: 1px dotted #aeaeae;
}
.comments-tpanel {
  display: none;
}
.phone_item:first-of-type ~ .phone_item {
  display: inline-block;
}
.more_phone_wrapp {
  bottom: -5px;
  right: -5px;
  text-align: center;
  transform: translateY(100%);
  position: absolute;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.2);
  padding: 14px;
  display: none;
}
.top_phone.active .more_phone_wrapp {
  display: block;
}
.more_phone_wrapp .phone_item {
  margin-bottom: 5px;
  background-image: none;
}
.more_phone_wrapp button[type="submit"].phone_item {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #36b140;
  background-color: transparent;
  border-width: 1px;
  border-color: #36b140;
  border-style: solid;
  border-radius: 3px;
  transition: all 0.2s linear;
  margin-bottom: 0;
}
.more_phone_wrapp button[type="submit"].phone_item:hover {
  color: #fff;
  background-color: #36b140;
}
body #mse2_filters .btn-success {
  display: none;
}
#comments-tpanel {
  display: none !important;
}
.oi:empty:before {
  font-size: 18px;
}
.container .row .seo-text {
  margin-left: 15px;
  margin-right: 15px;
}
.proses {
  margin: 70px auto;
  height: 231px;
  background: #0d144b;
}
.proses .row {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  margin: 0;
}
.textField {
  min-height: 265px;
}
.product-item_more .comparison {
  width: 60%;
  min-width: 200px;
  margin: 0 auto;
  padding: 5px;
  height: auto;
}
.product-item_more .comparison a {
  border: none !important;
  color: #36b140;
}
.product-item_more .comparison a:hover {
  color: #36b240;
}
.alert-warning {
  background-color: unset;
  border: unset;
  color: unset;
  padding: 0;
}
.alert-warning a {
  color: #31a43b;
}
.comments-tpanel {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #product__content_main {
    margin-bottom: 20px;
  }
  .lk {
    position: relative;
  }
  .lk .lk__sidebar {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    height: 100vh;
    padding: 20px;
    left: 0;
    top: 0;
    background: white;
    border-right: 1px solid #e8e8e8;
    z-index: 999999;
  }
  .lk .lk__sidebar .cancel {
    display: block;
  }
  .lk .lk__content {
    width: 80%;
    margin: 0 auto;
  }
  .navbar-toggler {
    margin-left: 36px;
  }
  .navbar-toggler-icon {
    background-color: transparent;
    background-image: url("../img/burger-menu.png");
    background-size: contain;
  }
  .primery_list {
    justify-content: space-between;
    border: 0;
  }
  .basket {
    max-width: 900px;
  }
  .basket .basket__heading {
    padding: 0 20px;
  }
  .basket .basket__under-production {
    padding: 0 20px;
  }
  .product-item {
    width: 300px;
    border: 1px solid #f3f3f3;
    margin: 20px auto;
  }
  #product__content_main .product__sidebar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: unset;
  }
  #product__content_main .product__sidebar .product__sidebar-heading {
    width: 100%;
  }
  #product__content_main .product__sidebar .product__sidebar-element {
    margin: 20px auto;
    width: 33%;
    border-top: 1px solid #d5cee2;
    border-bottom: 1px solid #d5cee2;
  }
  .button_right {
    display: flex !important;
    align-items: center;
    word-break: break-all;
    color: white;
    letter-spacing: 23px;
    line-height: 1;
    text-align: center;
    padding: 0 25px;
    font-size: 18px;
    background-color: #33a83c;
    height: 160px;
    width: 60px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 12;
  }
  body #mse2_mfilter {
    height: 90%;
  }
  body #mse2_filters {
    position: relative;
  }
  body #mse2_filters .btn {
    bottom: 0;
  }
  body #mse2_filters .btn-default {
    left: 0;
  }
  body #mse2_filters .btn-success {
    right: 0;
  }
  .basket .product .product__heading {
    padding-left: 20px;
  }
  .ms2_form .order {
    max-width: 960px;
    justify-content: space-around;
  }
  .ms2_form .order .order__contact,
  .ms2_form .order .order__payments {
    width: 46%;
  }
  .ms2_form .order .order__contact .msnp-address-set,
  .ms2_form .order .order__payments .msnp-address-set {
    width: 100%;
  }
  #secondary {
    display: none;
    position: fixed;
    background: white;
    height: 100vh;
    overflow-y: scroll;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    width: 325px;
    z-index: 100;
  }
  #secondary .cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 40px;
    line-height: 0;
    height: 40px;
    top: 12%;
    font-weight: bold;
    left: 260px;
    background-color: #33a83c;
    color: white;
    font-size: 25px;
    border-radius: 10px;
  }
  #secondary #mse2_mfilter {
    position: relative;
    top: 17%;
    height: auto;
    padding: 0 20px;
  }
  .post {
    padding: 0 50px;
  }
  #primery {
    width: 100%;
  }
}
@media only screen and (max-width: 1124px) {
  .navbar .menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 55%;
  }
  .navbar .menu a {
    font-size: 14px;
  }
  .navbar .lang {
    flex: 0 0 90px;
    max-width: 90px;
  }
  .navbar .top_phone_wrapp {
    max-width: 170px;
    margin-left: auto;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .header .container {
    max-width: 100%;
  }
  .header .search {
    min-width: 320px;
  }
  .nav.nav-tabs .nav-item {
    margin-right: 5px;
  }
  .nav.nav-tabs .nav-item .nav-item {
    padding: 0;
  }
  .pro-btn.quick-view {
    display: none;
  }
  .navbar .menu {
    order: 3;
    flex: 0 0 100%;
    flex-direction: row;
    max-width: 100%;
  }
  .navbar .menu li {
    width: auto;
  }
  .navbar .navbar-nav {
    flex-direction: row;
    justify-content: space-around;
  }
  .basket_pop .product {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  }
  .basket_pop .product .product__icon {
    justify-content: center;
    padding: 0;
  }
  .basket_pop .product .product__heading {
    width: 100%;
    max-width: 200px;
    margin: 40px 0 20px;
  }
  .basket_pop .product .product__counter {
    order: 2;
  }
  .basket_pop .product .ms2_form {
    order: 3;
  }
  #footer-wrapper {
    padding: 30px 20px;
  }
  #footer-wrapper .footer {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer-wrapper .footer__subscribe {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
  }
  #footer-wrapper .subscribe .subscribe__heading {
    margin-bottom: 0;
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .multi-level .dropdown-submenu {
    display: block;
    padding: 15px 20px;
    width: auto;
  }
  .multi-level .dropdown-submenu a {
    display: inline;
    padding: 0;
  }
  .custom_slider {
    min-width: 525px;
  }
  .basket .product .product__price {
    width: 80px;
  }
  .basket .product .ms2_form {
    margin: auto;
  }
  .oi-cart:before {
    margin-left: -30px;
  }
  .contact__inform-wrapper {
    flex-wrap: wrap;
  }
  .contact__inform-wrapper .contact__inform {
    max-width: 50%;
  }
  .nav.nav-tabs .nav-link {
    padding: 5px;
  }
  .product__general-content {
    height: unset;
    flex-wrap: wrap;
  }
  #product__content_main .product__sidebar .product__sidebar-element {
    margin: 20px auto;
    width: 100%;
  }
  .post {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ms2_form .order {
    flex-direction: column;
    align-items: center;
  }
  .ms2_form .order .order__contact,
  .ms2_form .order .order__payments {
    width: 90%;
  }
  .ms2_form .order .order__heading {
    width: 90%;
  }
  .ms2_form .order .order__bottom {
    width: 90%;
    flex-wrap: wrap;
  }
  .ms2_form .order .order__bottom .primary__heading {
    width: 100%;
    order: -1;
  }
  .ms2_form .order .order__bottom .btn {
    margin-bottom: 10px;
    margin-left: auto;
  }
  #footer-wrapper .footer {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer-wrapper .footer__subscribe {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
  }
  #footer-wrapper .subscribe .subscribe__heading {
    margin-bottom: 0;
    height: auto;
  }
}
@media only screen and (max-width: 780px) {
  .header .search-min {
    background-image: url(../img/search.png);
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    margin-left: 18px;
  }
  .header .search {
    display: none;
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #33a83c;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 99999;
  }
  .header .search button {
    width: auto;
    right: -10px;
    z-index: 100001;
  }
  .search .ok-glass {
    margin: 0 -6px 0 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  body #mse2_mfilter {
    height: 90%;
    max-width: unset;
  }
  .slick-slider {
    margin-bottom: 0;
    height: 600px;
  }
  .header .container {
    width: calc(100% - 20px);
    padding: 0;
  }
  .header .ok_menu {
    width: 220px;
  }
  .product__general-content {
    height: unset;
  }
  .banners {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    height: auto;
    max-height: 100%;
    padding: 0;
  }
  .banners a {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .banners a img {
    height: 100%;
    width: 100%;
  }
  .product-item {
    height: auto;
  }
  .product-item_content {
    margin: 0 auto;
  }
  .product-item_more {
    display: block;
  }
  .header .ok_menu a {
    font-size: 14px;
  }
  .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
  .nav.nav-tabs .nav-link {
    padding: 7px 10px;
    font-size: 14px;
  }
  .proses .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }
  .proses .col-3 img {
    float: none;
    height: 51px;
    margin: 10px 25px 4px 0;
  }
  .news-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .banners {
    flex-direction: row;
    height: auto;
  }
  .banners a:last-of-type {
    height: auto;
    width: 100%;
  }
  .logo {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .contact .contact__inform-wrapper {
    flex-wrap: wrap;
  }
  .contact .contact__inform-wrapper .contact__inform {
    margin-bottom: 30px;
  }
  .basket_pop {
    padding: 25px 0;
  }
  .logout {
    margin-top: 20px;
  }
  #footer-wrapper .footer__inform {
    min-height: 150px;
    width: 250px;
    align-content: space-around;
  }
  #footer-wrapper .footer__inform .inform-block__pay {
    margin: 0;
  }
  #footer-wrapper .footer__inform p {
    text-align: center;
  }
  #footer-wrapper .footer__subscribe {
    min-height: 150px;
    width: calc(100% - 250px);
    flex-wrap: wrap;
    align-content: space-around;
  }
  .top_phone_wrapp {
    margin-right: 0;
  }
  .proses {
    height: auto;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 600px) {
  .modal-content .modal-header .close {
    top: -30px;
    right: -30px;
    color: black;
  }
  .custom_slider {
    min-width: 468px;
  }
  .basket .basket__pre-production {
    display: none;
  }
  .basket .product {
    flex-wrap: wrap;
    height: 120px;
    align-content: center;
  }
  .basket .product .product__heading {
    width: 100%;
    text-align: center;
    order: -1;
  }
  .basket .product .product__counter {
    margin-left: auto;
  }
  .basket .product .product__price {
    margin-left: 20px;
  }
  .basket .basket__under-production {
    flex-wrap: wrap;
    height: unset;
  }
  .basket .basket__under-production .basket__button {
    margin-left: auto;
    margin-right: 25px;
    margin-bottom: 10px;
  }
  .nav.nav-ok_tabs {
    justify-content: space-around;
    align-content: space-between;
    border-bottom: 0;
  }
  .nav.nav-ok_tabs .nav-item {
    border-bottom: 2px solid #33a83c;
    padding: 0;
  }
  .nav.nav-ok_tabs .nav-item .nav-link {
    text-align: center;
    font-size: 11px;
  }
  .product__reviews {
    margin: 0 40px 17px auto;
  }
  .custom_slider .slick-slider {
    height: 660px;
  }
  .custom_slider .slick-slider .slick-list {
    margin-bottom: 0;
  }
  .tab-pane {
    width: 100%;
  }
  .tab-cont {
    width: 100%;
  }
  .header .user-activeted {
    width: calc(100% - 250px);
  }
  .lk-inner {
    max-width: 320px;
  }
  .lk-inner .fancybox-close-small {
    right: -20px;
  }
  .lk-inner .login_wrapper {
    width: auto;
  }
  .lk-inner .login_wrapper .user-activeted_item {
    width: 100%;
  }
  .post {
    padding: 0 30px;
  }
  .carousel_wrapp {
    height: 89px;
  }
  .carousel_wrapp .carousel-item {
    height: fit-content !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 60px 0 20px 0;
  }
  .product-item {
    padding: 0 20px;
  }
  .header .user-activeted {
    width: 210px;
  }
  .basket_pop .basket__under-production {
    flex-wrap: wrap;
    height: auto;
  }
  .basket_pop .basket__under-production .basket__general-price {
    order: 2;
    width: 100%;
  }
  .basket_pop .basket__under-production .basket__button_continues {
    margin: 0 auto 0 0;
  }
  h3 {
    padding: 0 30px;
  }
  .news-list {
    padding: 0 30px;
  }
  .news-list .news-item {
    width: 100%;
  }
  .ms2_form .order .order__heading {
    text-align: center;
  }
  .authInOrder {
    justify-content: center;
    height: 90px;
  }
  .fancybox-slide--complete #msCart .basket__button {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 520px) {
  .navbar .top_phone_wrapp {
    order: 2;
    width: 190px;
  }
  .navbar .navbar-nav {
    flex-direction: column;
  }
  .navbar .menu {
    flex-direction: column;
  }
  .navbar .menu li {
    text-align: center;
  }
  .navbar .menu li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 478px) {
  .top-info p {
    font-size: 18px;
    line-height: normal;
    padding: 7px 10px;
  }
  .button_right {
    text-align: center;
    padding: 0 16px;
    font-size: 14px;
    height: 110px;
    width: 40px;
  }
  .order__payments .msnp-address-set input {
    margin-right: auto;
  }
  #product__reviews,
  #review-none,
  .product__reviews {
    display: none !important;
  }
  .top_phone_wrapp {
    display: none;
  }
  h3 {
    padding: 20px;
  }
  .custom_slider {
    min-width: unset;
  }
  .basket .product {
    height: 140px;
  }
  .basket .basket__under-production .basket__general-price,
  .basket .basket__under-production .basket__button {
    margin-left: auto;
    margin-right: auto;
  }
  .order__element {
    flex-wrap: wrap;
    justify-content: center;
  }
  .order__element label {
    width: 100%;
    text-align: center;
  }
  .product__block_reviews-add .text__area-wrapper {
    width: 100%;
  }
  .ok_title {
    font-size: 20px;
  }
  .header .container {
    width: 100%;
  }
  .header .ok_menu {
    width: 50%;
  }
  .header .ok_menu a {
    padding-left: 10px;
  }
  .header .ok_menu .dropdown-menu {
    width: 100vw;
    padding-left: 0;
    z-index: 99999;
  }
  .header .ok_menu .dropdown-menu a {
    font-size: 14px;
  }
  .header .ok_menu .dropdown-menu .multi-level {
    left: -18px;
    margin: 5px 0 10px;
    position: relative;
    background: #c3c3c3;
  }
  .header .ok_menu .dropdown-menu .multi-level .dropdown-submenu {
    background: #e0e0e0;
  }
  .contact .contact__inform-wrapper {
    flex-wrap: wrap;
  }
  .contact .contact__inform-wrapper .contact__inform {
    max-width: 100%;
    width: 100%;
  }
  #footer-wrapper .footer .graph,
  #footer-wrapper .footer .menu,
  #footer-wrapper .footer .inform-block,
  #footer-wrapper .footer .subscribe {
    width: 100%;
  }
  #footer-wrapper .footer .inform-block {
    min-height: 170px;
  }
  #footer-wrapper .footer .inform-block .social-block {
    width: auto;
  }
  #footer-wrapper .footer .subscribe {
    display: flex;
    justify-content: space-around;
    min-height: 170px;
  }
  #footer-wrapper .footer .subscribe .social-block {
    width: auto;
  }
  .nav.nav-ok_tabs .nav-item .nav-link {
    font-size: 9px;
  }
  #myBtn {
    bottom: 100px !important;
  }
}
@media only screen and (max-width: 400px) {
  .order__bottom .btn-default {
    width: 190px;
  }
  #secondary {
    width: 100%;
  }
  li:first-of-type,
  li:first-of-type a,
  li:last-of-type,
  li:last-of-type a {
    font-size: 14px;
  }
  .order__heading {
    font-size: 28px;
    text-align: center;
  }
  .slider_nav_btns .ok_slider {
    width: 25px;
  }
  .basket .product .product__icon img {
    height: auto;
    width: 100px;
  }
  .basket .product .product__counter {
    width: 115px;
    margin-left: 10px;
  }
  .basket .product .product__price {
    width: 100px;
    margin-left: 5px;
  }
  .primary__heading {
    margin-right: 0;
  }
  .ms2_form .order .order__bottom .btn {
    margin-right: auto;
  }
  .nav.nav-ok_tabs .nav-item .nav-link {
    font-size: 8px;
  }
}
#mse2_mfilter .pagination {
  display: flex;
  justify-content: center;
}
::-webkit-scrollbar {
  width: 0.6em;
  height: 0.6em;
}
::-webkit-scrollbar-thumb {
  background: #36b240;
}
::-webkit-scrollbar-track {
  background: #b8c0c8;
}
body {
  scrollbar-face-color: #36b240;
  scrollbar-track-color: #dae3eb;
}
.button_lk {
  z-index: 15 !important;
}
.errorContent {
  max-width: 1170px;
  height: calc(100vh - 407px);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.errorContent .err404 {
  color: #fb5b66;
  font-size: 26px;
}
.errorContent h1 {
  font-size: 46px;
  margin-bottom: 20px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 1px;
  z-index: 20000;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  background-image: url(/templates/img/up.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 11px;
}
#product .product__content_secondary .seoTextProduct h3 {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 15px 0 7px;
}
#product .product__content_secondary .seoTextProduct h4 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 0 5px;
}
#product .product__content_secondary .seoTextProduct p {
  padding-bottom: 14px;
}
#product .product__content_secondary .seoTextProduct ul {
  margin: 0;
  padding: 0 0 14px 17px;
  font-size: 14px;
}
#product .product__content_secondary .seoTextProduct ul li {
  padding-bottom: 5px;
}
#product .product__content_secondary .seoTextProduct ul ul {
  margin: 7px 0 0 0;
  padding-bottom: 0;
}
#product .product__content_secondary .seoTextProduct table {
  margin-bottom: 25px;
  width: 100%;
  font-size: 14px;
}
#product .product__content_secondary .seoTextProduct td,
#product .product__content_secondary .seoTextProduct th {
  border: 1px solid #e1e1e1;
  padding: 5px 9px;
}
#product .product__content_secondary .seoTextProduct table ul,
#product .product__content_secondary .seoTextProduct table ul li {
  padding-bottom: 0;
}
.b24-widget-button-position-bottom-right {
  right: 8px;
  bottom: 64px;
}
.product__price_old span {
  color: #f00 !important;
}
.product__price_old {
  color: #dc3545 !important;
}
.sales.container {
  margin-top: 2px !important;
}
@media screen and (min-width: 401px) and (max-width: 600px) {
  body .sales.container {
    margin-top: 46px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 758px) {
  .carousel_wrapp {
    height: 245px;
  }
  .slick-initialized .slick-slide {
    height: 245px !important;
  }
  body .sales.container {
    margin-top: 124px !important;
  }
}
@media screen and (max-width: 769px) and (min-width: 759px) {
  .slick-initialized .slick-slide {
    padding: 0 !important;
    height: 296px !important;
  }
  .carousel_wrapp {
    height: 290px;
  }
  body .sales.container {
    margin-top: 170px !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 800px) {
  .slidermobile {
    display: none !important;
  }
  .carousel_wrapp {
    height: 180px;
  }
}
@media screen and (min-width: 801px) and (max-width: 990px) {
  .slidermobile {
    display: none !important;
  }
  .carousel_wrapp {
    height: 266px;
  }
}
@media screen and (max-width: 1197px) and (min-width: 1000px) {
  .carousel_wrapp {
    height: 264px;
  }
}
@media only screen and (max-width: 768px) {
  .product-item_content {
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sales.container {
    margin-top: 29px !important;
  }
  .primery_list .product-item {
    margin: 10px auto !important;
  }
}
@media screen and (max-width: 900px) {
  .product__in,
  .product__compare {
    margin: -30px 0 0;
  }
  .product_articul {
    margin: -5px 0 10px 0;
  }
  dl,
  ol,
  ul {
    margin-bottom: 0;
  }
  .product__in,
  .product__compare {
    margin: -30px 0 0;
  }
  .product__filter-heading {
    margin-bottom: 6px;
  }
  .product__filter_color {
    margin-bottom: 5px;
  }
  .product__filter {
    margin-bottom: 12px;
  }
  .product__sidebar .product__sidebar-heading {
    padding: 10px 0 5px;
  }
  #product__content_main .product__sidebar .product__sidebar-element {
    margin: 5px auto;
  }
  .product__sidebar .product__sidebar-element {
    padding: 10px 0 10px 73px;
  }
  h3.detail-tabs-i-title {
    display: none;
  }
  .sales.container {
    margin-top: 25px;
  }
  .product-item_img {
    margin-bottom: 0;
  }
  .custom_slider .slick-slider .slick-list {
    height: 550px;
  }
  .sales_slide_container.custom_slider .slick-slider {
    height: 520px;
  }
  .catalog_title {
    padding-bottom: 0;
  }
  .product-item {
    margin: 10px auto;
  }
  .container#mse2_mfilter {
    margin-bottom: 20px !important;
  }
  .ok_title {
    margin-top: 10px;
    margin-bottom: 0;
  }
  h2 {
    margin-top: 10px;
  }
  .catalog_title .ok_title {
    margin: 10px 0;
  }
  .sales.container {
    margin-top: 30px !important;
  }
  .proses {
    margin: 25px auto 0 auto;
  }
  .banners a {
    margin-bottom: 2px;
  }
  #footer-wrapper .subscribe .subscribe__space,
  #footer-wrapper .subscribe .subscribe__space a {
    margin-top: 0;
  }
  .post p,
  .post a,
  .post h3 {
    line-height: 22px;
  }
  .contact .contact__inform-wrapper .contact__inform {
    margin-bottom: 10px;
  }
  .contact .contact__inform-wrapper {
    margin-bottom: 10px;
  }
}
.fotorama__wrap {
  width: 100% !important;
}
.b24-widget-button-position-bottom-right {
  right: 8px;
  bottom: 53px;
}
#breadcrumb li.active {
  color: #36b240;
}
.product_articul {
  margin: -5px 0 10px 0;
}
dl,
ol,
ul {
  margin-bottom: 0;
}
.product__in,
.product__compare {
  margin: 10px 0 0;
}
.product__filter-heading {
  margin-bottom: 6px;
}
.product__filter_color {
  margin-bottom: 5px;
}
.product__filter {
  margin-bottom: 12px;
}
.product__sidebar .product__sidebar-heading {
  padding: 10px 0 5px;
}
#product__content_main .product__sidebar .product__sidebar-element {
  margin: 5px auto;
}
.product__sidebar .product__sidebar-element {
  padding: 10px 0 10px 60px;
}
h3.detail-tabs-i-title {
  display: none;
}
.sales.container {
  margin-top: 25px;
}
.product-item_img {
  margin-bottom: 0;
}
.custom_slider .slick-slider .slick-list {
  height: 550px;
}
.sales_slide_container.custom_slider .slick-slider {
  height: 520px;
}
.catalog_title {
  padding-bottom: 0;
}
.product-item {
  margin: 10px auto;
}
.container#mse2_mfilter {
  margin-bottom: 20px !important;
}
.ok_title {
  margin-top: 10px;
  margin-bottom: 0;
}
h2 {
  margin-top: 10px;
}
.catalog_title .ok_title {
  margin: 10px 0;
}
.product__price_old span {
  color: #f00 !important;
}
.product__price_old {
  color: #dc3545 !important;
}
.sales.container {
  margin-top: 29px !important;
}
.primery_list .product-item {
  margin: 10px 0;
}
.p_liqpay_one {
  color: red;
}
.p_liqpay_two {
  color: #8b00ff;
}
.post-block {
  border: 1px solid #eee;
  display: block;
}
.post-block div {
  padding: 10px 15px;
}
.post-block div > a {
  font-weight: 600;
  font-size: 13px;
}
.post-block span i {
  color: #d3d3d3;
}
.sidebar-menu a {
  display: block;
  color: #000;
}
.sidebar-menu a:hover {
  color: #33a83c;
}
