/*** Custom code ***/

body {
  font-family: "TT Norms Pro", sans-serif;
}

h2,
h3,
h4 {
  font-weight: 600;
}

h4.modal-title {
  color: #49575c;
}

h3 {
  margin: 18px 0 12px;
  color: #49575c;
  font-size: 1.3em;
}

h2 {
  padding: 25px 0 10px;
  /*position: relative;
    display: inline-block;
    background: #fff;
    z-index: 1;*/
  margin-bottom: 0;
}

/*.html-module h2,
.category-info h2 {
    display: inline;
    background: none;
}*/

h4 {
  margin: 8px 0 10px;
}

/*h2:after {
    content: '';
    position: absolute;
    border-bottom: solid 2px rgba(0, 0, 0, .1);
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}*/

h4 {
  margin: 5px 0 10px;
}

.align-r {
  float: right;
  clear: both;
}

.align-l {
  float: left;
  clear: both;
}

.align-c {
  margin: 3px auto;
}

.t-align-center {
  text-align: center;
}

footer .socials {
  height: auto;
}

.center-img {
  margin: 15px auto !important;
  display: block;
}

.product-data div:nth-child(odd):after {
  border-bottom: 0;
}

.product-thumb .rating {
  margin: 0;
}

#phone .phone span,
.home_banners .item .text strong,
h5.heading,
p.heading {
  font-weight: 600 !important;
}

/*** Admin Panel ***/

.cke_source {
  overflow-x: hidden !important;
  white-space: pre-wrap !important;
}

/*** Header ***/

#top .visible-xs .fa-search:before {
  color: #e35760;
}

#phone ul.dropdown-menu.dropdown-menu-right li:nth-child(2) span {
  display: none;
}

#phone ul.dropdown-menu.dropdown-menu-right li:nth-child(2) a:after {
  content: "skype SLEMZ";
  color: #54676c;
}

/*** Footer ***/

footer .h5-head i {
  margin: 0 8px 0 0;
}

footer .h5-head {
  color: #f5f5f5;
  margin: 0 0 10px;
  font-size: 1.1em;
  font-weight: 500;
}

/*** Menu ***/

header .first-row {
  padding: 15px 0 18px;
}

#menu_wrap #account button i,
#menu_wrap #cart > button i {
  color: #6f849c;
}

#phone .additional-phone span {
  font-size: 1em;
}

#phone .additional-phone {
  margin-top: 3px;
  display: none;
}

#phone .phone .main-phone,
#phone .additional-phone span,
#search_phrase a {
  border-bottom: none;
}

#phone .phone .main-phone {
  font-size: 1.15em;
}

#phone .phone .main-phone-new {
  font-size: 1.15em;
  font-weight: 500;
  color: #405b79;
  display: block;
  margin-top: 3px;
}

.show #phone .phone .main-phone-new {
  display: none;
}

#fly-menu.show .menu-block-m i,
#fly-menu.show .account-block i,
#fly-menu.show .cart-block i {
  color: #81989d;
}

#fly-menu .cart-block > span {
  background: #81989d;
}

#menu .nav .second-level li a:before {
  margin: 5px 0 0 -20px;
  content: "\f111";
  font-size: 0.5em;
}

#menu .nav .third-level li a:before {
  margin: 5px 0 0 -19px;
  font-weight: 500;
  font-size: 0.4em;
  content: "\f111";
}

.navbar-nav .has-children .second-level .list-unstyled > li a {
  font-size: 1em;
  margin-bottom: 5px !important;
}

/*** Contact Page ***/

#contact-page .list-unstyled {
  font-size: 16px;
  font-weight: 500;
}

#contact-page .contact-list li i {
  width: 25px;
  color: #6f849c;
  margin-right: 5px;
}

.comment-requisites p {
  margin: 0 0 3px;
  font-size: 12px;
}

.comment-contact {
  margin-bottom: 10px;
}

#contact-page .col-sm-4 .img-responsive {
  float: left;
}

/*** SITE MAIN ***/

.panel-body table,
table {
  width: auto;
  /* Ширина таблицы */
  /* Цвет фона таблицы */
  /* Цвет текста */
  border-spacing: 1px;
  /* Расстояние между ячейками */
  margin: 15px auto;
}

.table-left {
  float: left;
  margin: 0 15px 10px;
}

.panel-body table td,
.panel-body table th,
td,
th {
  padding: 7px 12px;
  border: 1px solid #7e7e7e;
  text-align: center;
}

table thead td {
  background: rgb(218, 218, 218);
  font-weight: 500;
}

table td p {
  margin: 0;
}

caption {
  padding-top: 0;
  padding-bottom: 3px;
  text-align: right;
  font-style: italic;
  font-size: 1.2rem;
}

.list-group a {
  line-height: 20px;
  padding: 10px 15px;
}

.category-list a {
  word-wrap: break-word;
  padding: 10px 5px 0;
}
.category-list p {
  color: #b60000;
}
.category-info h2,
.category-info h3,
.category-info h4,
#tab-description h2,
#tab-description h3,
#tab-description h2 {
  text-align: center;
}
.category-info-top {
  overflow: auto;
  margin: 0 0 10px;
  padding: 15px 15px 5px;
  background: #f8f8f8;
  border-radius: 4px;
  line-height: 1.5em;
  font-size: 0.95em;
}
.breadcrumb li + li:before {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  font-size: 0.75em;
  content: "\f054";
}

.category-page.category-info .image {
  max-width: 350px;
}

/*** Flex in product ***/

.row-flex-2 {
  display: flex;
  justify-content: space-around;
}

.align-items-c {
  align-items: center;
}

.row-flex-2 img {
  display: block;
  margin: 15px auto;
}

.row-flex-2 table {
  margin: 15px 10px;
}

/*** Img margin ***/

.news_page img {
  margin: 10px auto;
  display: block;
}
.news_page .image img {
  margin: 0;
}
.article_description img,
.tab-content img,
.category-page img,
.html-module img {
  margin: 3px 15px;
}

/*** Arrows ***/

#uni-slideshow-0 .fa-chevron-left::before {
  left: 0;
  position: relative;
}

#uni-slideshow-0 .fa-chevron-right::before {
  position: relative;
  right: 0;
}

/*** Product ***/

.product-thumb .rating i {
  font-size: 0.7em;
}

.rating i {
  color: #ffdc06;
  font-size: 1.2em;
}

.rating sup a {
  color: #ffdc06;
}

ol.breadcrumb li,
ul.breadcrumb li {
  color: #54676c;
}

ol.breadcrumb li a,
ul.breadcrumb li a {
  color: #a4a4a4;
}

#product .additional a.selected::after {
  border-color: rgba(0, 0, 0, 0.08);
}

#product .option-image img {
  width: 60px;
}

.prod-stock {
  color: #2ac64d;
  font-weight: 500;
}

.small-txt-price {
  font-size: 11px;
  font-weight: 400;
  color: #656666;
  line-height: 0;
}

.small-txt-price::before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.img-70 {
  width: 70%;
  margin: 3px auto;
}

.grey-bg {
  background-color: #efeeee;
  border: 2px solid #828181;
  padding: 15px;
  margin: 15px 0;
  display: inline-block;
}

.grey-bg b {
  color: #006a7d;
  font-size: 16px;
  font-weight: 500;
}

.grey-bg ol,
.grey-bg ul {
  display: table;
}

.grid-col-3 {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5vw;
  margin: 15px 0;
}

.grid-col-3 > div {
  text-align: left;
  border: 2px solid #596d73;
  background: #f3f3f3;
}

div.grid-col-3 > div > h3 {
  background: #596d73;
  margin: 0;
  padding: 7px 8px;
  color: #fff;
}

div.grid-col-3.num-baners > div > p {
  padding: 15px;
}

.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1vw;
  margin: 10px 0;
}
.grey-txt {
  color: #7d7d7d;
  text-align: center;
}

.row-flex-2.half-50 div {
  flex-basis: 100%;
  margin: 10px;
}

.row-flex-2.half-50 div img,
.row-flex-2.half-50 div table {
  margin: 0 auto 10px;
}

.align-items-c,
.grey-bg img {
  margin: 3px 15px !important;
}

.row-flex-2.half-50.tx-left div {
  text-align: left;
}

#dop-info .row-flex-2 div {
  flex-basis: 100%;
  margin: 10px;
}

#dop-info .row-flex-2 div:first-child {
  text-align: left;
}

#dop-info .row-flex-2 div img {
  margin: 10px auto;
}

#dop-info {
  padding-top: 25px;
  border-top: 2px solid #d4d4d4;
  margin-top: 25px;
}

.row-flex-2.items-end {
  align-items: flex-end;
}

.tab-content .tab-pane img.img-responsive {
  margin: 0 auto;
}

#product .product-block .add_to_cart .plus-cart {
  display: none;
}

#product .rating .review-col {
  border-bottom: dotted 1px;
  text-decoration: none;
  color: #e35760;
  cursor: pointer;
  margin-left: 8px;
}

.product-data {
  width: 100%;
  border: 0;
  margin-left: 0;
}

.product-data td,
.product-data th {
  border: none;
  text-align: left;
  padding-left: 0;
}

/*
#product .thumbnails .owl-carousel .owl-item img {
    width: 74px;
    height: 74px;
}
*/

.entry-pieces {
  margin: 0 15px 2px;
  position: absolute;
  font-size: 9px;
  bottom: 0;
  color: #fff;
  line-height: 10px !important;
}

#product .quantity {
  position: relative;
}

.text-buy {
  font-size: 0.95em;
  margin-bottom: 6px;
}

/** Prod kran **/

.row-flex-2.info-middle-bl div {
  text-align: center;
  padding: 15px 20px;
  max-width: 400px;
}

.row-flex-2.info-middle-bl div img {
  margin: 5px auto 25px;
  max-width: none;
}

.row-flex-2.info-middle-bl div .big-info {
  font-size: 26px;
  background: #f5f5f5;
  margin: 25px auto 10px;
  font-weight: 500;
}

.block-img {
  display: inline-block;
}

.width-100 {
  width: 100%;
  margin: 15px auto !important;
}

/*** Pop Up modal ***/

#quick_order .contact-in-modal .exp-name.mobi,
#quick_order .display-no,
#quick_order .image .sticker,
#quick_order .add_quick_order .add_to_cart i,
.modal-header .mobi-title {
  display: none;
}

#quick_order .name .product-data div {
  font-size: 12px;
}

.contact-in-modal .img-manager,
#quick_order .center-heading {
  text-align: center;
}

#quick_order .center-heading span {
  padding: 0 15px;
  color: #313131;
  font-weight: 400;
}

#quick_order .center-heading span.size-16 {
  font-size: 16px;
}

.contact-in-modal {
  max-width: 420px;
  display: grid;
  grid-template-columns: 160px 1fr;
  margin: 10px auto;
  background: rgba(248, 248, 248, 0.28);
  padding: 10px 15px;
  border: solid 2px rgba(154, 154, 154, 0.1);
  align-items: center;
  grid-gap: 0 1em;
}

.contact-in-modal img {
  margin: 0 auto;
  display: block;
}

.exp-name {
  font-size: 1.1em;
  font-weight: 600;
  margin: 15px 0 0;
  grid-column-end: 3;
  grid-column-start: 1;
  text-align: center;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}

.phone-contact {
  display: flex;
  flex-direction: column;
}

.phone-contact img {
  padding-bottom: 0;
  max-width: 25px;
  margin: 0 5px;
}

.phone-contact p {
  display: flex;
  justify-items: center;
  align-items: center;
  margin: 8px 0;
  font-size: 16px;
  font-weight: 400;
}

label.small-txt {
  font-size: 12px;
}

label.small-txt a {
  color: #7b7b7b;
}

.big-txt-c {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: 500;
  margin: 15px 5px 10px;
}

/*** Catalog ***/

.compare-block > .anchor {
  margin-right: 10px;
}

.compare-block > a {
  color: #595959;
}

.compare-block > a:hover {
  color: #00a9c8;
}

.products-block .no-prod {
  color: #e35760;
  font-size: 16px;
  font-weight: 600;
}

/*** Prod Thumb ***/

.product-thumb .cart .quantity {
  display: none;
}

/*** Home Page ***/

.home-page .html-module .column-right ul {
  padding-left: 15px;
}

.home-page .html-module .column-right {
  height: 295px;
}

ul.list-with-img {
  list-style: none;
}

ul.list-with-img li img {
  max-width: 35px;
}

.uni-slideshow .title {
  text-shadow: 1px 1px 0 #abaaaa78, 2px 2px 0px rgba(187, 187, 187, 0);
}

/*** News Page ***/

h2.news-link {
  color: #333333;
  font-size: 1.2em;
  margin: 0 0 10px;
}
.news_page ol,
.news_page ul {
  display: grid;
  padding: 0 0 0 15px;
  clear: none;
}
.news_page ol.count-list,
.news_page ul.count-list {
  display: block;
  margin: auto;
}

/*** ***/

.payment .well {
  display: none;
}

.payment h2 {
  font-size: 16px;
  text-align: right;
  padding: 10px 0;
  color: #666;
}

.payment h2::before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

/*** CHECKOUT Cart ***/

.cart-checkout-btn a.btn {
  margin: 0 8px;
}

.buttons-cart {
  display: flex;
  float: right;
  margin-bottom: 15px;
}

.buttons-cart a {
  padding: 5px 15px;
  height: auto;
  font-weight: 500;
  margin: 0 5px;
}

.buttons-cart a:hover {
  opacity: 0.86;
}

.buttons-cart a.btn-grey {
  background: #b5b5b5;
  color: #484848;
}

.buttons-cart a.btn-green {
  background: #30a234;
  color: #ffffff;
}

.buttons-cart a.btn-viber {
  background: #665cac;
  color: #ffffff;
}

#unicheckout .call-cart p {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 8px;
  font-weight: 500;
}

#unicheckout .call-cart span {
  color: #e35760;
}

#unicheckout .padding-xl {
  margin-bottom: 35px;
}

#unicart .quantity span {
  float: none;
}

#unicheckout #unicart .quantity {
  line-height: 2px;
}

#unicart .head-table-cart .mobi,
#unicheckout #unicart .total_table div:last-child {
  display: none;
}

#unicheckout #unicart .total_table .block {
  font-size: 18px;
  margin-bottom: 8px;
}

#unicart .head-table-cart .desct {
  display: block;
}

/*{
    margin: 15px auto;
    display: block;
    font-size: 16px;
}*/

/*** About Us ***/

.sectn-about-section {
  display: flex;
  align-items: flex-end;
}

.sectn-about-section .img-responsive {
  max-width: none !important;
}

/*** Module ***/

.option .option-image img {
  margin: 0;
}

.home_banners .item.has_link .text * {
  border-bottom: 0 !important;
}

/*** Filter ***/

.filter-default #button-filter {
  margin: 15px auto;
  display: block;
  font-size: 16px;
}

#filter-group1 {
  column-count: 2;
}

#close-filter-x {
  display: none;
}

/*** Ocfilter ***/
#option-5001 .ocf-option-values {
  column-count: 2;
}
.ocf-theme-light .ocf-filter-header,
.ocf-theme-light .ocf-module-page-header {
  color: #777;
  text-transform: inherit;
  font-weight: 500;
  font-size: 0.98em;
}

.ocf-header .ocf-brand {
  display: none;
}

/*** NOT Mobile ***/

.desctop-v {
  display: block;
}

.mobile-v {
  display: none;
}

/*** LIghtbox ***/

img.mfp-img {
  padding: 0;
  border-radius: 0;
}

/*** Page Zadvishki ***/

.grid-col-3.grid-col-2 {
  grid-template-columns: 1fr 1fr;
}

/*** Menu list on page ***/

ul.menu-list-flex {
  margin: 2px 0;
  display: flex;
  list-style: none;
  padding: 10px 0;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}

ul.menu-list-flex li {
  margin: 0 0 10px;
  border-right: 1px solid rgba(42, 147, 255, 0.2);
  padding: 0 8px;
  line-height: 1em;
  align-self: center;
}

ul.menu-list-flex li:first-child {
  padding-left: 0;
}

ul.menu-list-flex li:last-child {
  border-right: 0;
}

ul.menu-list-flex li a {
  text-decoration: none;
  font-size: 12px;
}

/*** Tables ***/

.small-table {
  font-size: 12px;
}

.small-table td {
  padding: 5px 4px;
}

/*** Product Hover ***/

.products-block .product-grid .product-thumb {
  transition: 0.5s all;
}

.products-block .product-grid .product-thumb:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s all;
}

.sticker,
.product-thumb .wishlist,
.product-thumb .compare {
  z-index: 0;
}

/*** Category product thumb ***/

.products-block .product-thumb .add_to_cart.in_cart:hover,
.products-block .product-thumb:hover .add_to_cart.in_cart {
  background: 0 !important;
}

.products-block .product-thumb .add_to_cart.in_cart .plus-cart {
  display: none;
}

.product-thumb .cart > .btn {
  height: 34px;
  margin-left: auto;
}

.product-thumb .image {
  border-bottom: 0;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.06);
}

/*** Pumps Page ***/

.category-list-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin: 25px 0;
  grid-gap: 1em;
}

.category-list-links .links-list {
  padding: 15px 6px;
  background: #fff;
  transition: 0.5s all;
}

.category-list-links .links-list:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s all;
  cursor: pointer;
}

.category-list-links .links-list a {
  background: #6ab344;
  padding: 8px 25px;
  margin: 8px auto 0;
  display: inline-block;
  color: #fff;
}

.category-list-links .links-list:hover a {
  background: #30a234;
}

.category-list-links .links-list h3 {
  min-height: 40px;
}

.category-list-links .links-list p {
  min-height: 130px;
}

/*** galery grid ***/

.galery-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 70vw;
  margin: 15px auto;
  text-align: center;
  grid-gap: 0.5em;
}

.galery-grid-3 div {
  border: 1px solid #f5f5f5;
}

.galery-grid-3 img {
  max-height: 200px;
  padding: 8px;
  margin: auto;
}

.galery-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 70vw;
  margin: 15px auto;
  text-align: center;
  grid-gap: 0.5em;
}

.galery-grid-4 div {
  border: 1px solid #f5f5f5;
}

.galery-grid-4 img {
  max-height: 200px;
  padding: 8px;
  margin: auto;
}

/*** Main page slider ***/

#uni-slideshow-0.uni-slideshow img {
  object-fit: cover;
  min-height: 323px;
}

.uni-slideshow_v2__description.text-over-image {
  position: absolute;
  z-index: 999;
  right: 55px;
  top: 15%;
  background: rgba(0, 0, 0, 0.54);
  padding: 35px 20px;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.61);
  border-radius: 4px;
}

#uni-slideshow-0 .owl-stage .owl-item .item .image {
  width: 100%;
}

.uni-slideshow .item {
  position: relative;
}

.uni-slideshow .item .description:before {
  background: #fff0;
}

.uni-slideshow_v2__title,
.uni-slideshow_v2__text {
  color: #ffffff;
  box-shadow: none !important;
  letter-spacing: 1px;
}

.uni-slideshow_v2__btns {
  margin: 0 10px 0;
  text-align: left;
}

/*** Custom menu ***/

#custom_menu .dropdown-menu .custom-menu-drop-title {
  font-size: 18px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  padding: 15px 0;
  margin-bottom: 10px;
}

#custom_menu .dropdown-menu .custom-menu-drop-title img {
  width: 20px !important;
  position: relative;
  top: -2px;
}

#custom_menu .navbar-nav > li > .dropdown-menu {
  top: -58px;
  padding-bottom: 10px !important;
}

#custom_menu .nav > li .dropdown-menu > .dropdown-inner ul.column > li {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  margin-right: 20px;
}

#custom_menu .nav > li > .dropdown-menu > div > ul > li > a {
  font-weight: 400;
  color: #777777;
  font-size: 1.1em;
}

#custom_menu .nav > li:hover > a,
#custom_menu .nav > li:hover > .visible-xs i {
  color: #00a9c8;
}

#custom_menu .nav > li > .dropdown-menu > .dropdown-inner > ul > li > a {
  border-bottom: solid 1px rgba(220, 220, 220, 0.78);
  margin: 10px 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

#custom_menu .nav > li .dropdown-menu > .dropdown-inner ul.column > li,
#custom_menu .nav > li .dropdown-menu > .dropdown-inner ul.column > li {
  border-top: none;
}

#custom_menu .nav li > a {
  min-height: 30px;
}

/*
#custom_menu .nav>li .dropdown-menu li .dropdown-menu {
    position: absolute;
    display: none;
    left: 100%;
    padding: 25px 15px !important;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    top: -25px;
}
*/

#custom_menu .nav > li > .dropdown-menu > .dropdown-inner > ul > li > a > i {
  transform: rotate(0);
  position: inherit;
  color: #00a9c8;
  margin-right: 5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  font-size: 12px;
  position: relative;
  top: -1px;
  right: 0;
}

#custom_menu .nav > li ul li ul > li > a {
  color: #7d7d7d;
}

/*** Related Products ***/

/*
.uni-module.product-autorelated .product-thumb .sticker,
.uni-module.product-autorelated .product-thumb .rating,
.uni-module.product-autorelated .product-thumb .price,
.uni-module.product-autorelated .product-thumb .cart {
    display: none;
}

.uni-module.product-autorelated .product-thumb .caption {
    text-align: center;
}
*/

.product-autorelated .owl-stage-outer .product-thumb .cart .add_to_cart,
.featured-mod .owl-stage-outer .product-thumb .cart .add_to_cart,
.product-viewed .owl-stage-outer .product-thumb .cart .add_to_cart {
  position: absolute;
  bottom: 23px;
  right: 60px;
}

.product-autorelated .owl-stage-outer .product-thumb .cart .quick_order,
.featured-mod .owl-stage-outer .product-thumb .cart .quick_order,
.product-viewed .owl-stage-outer .product-thumb .cart .quick_order {
  position: absolute;
  right: 10px;
  bottom: 23px;
}

/*** Youtube frame ***/

iframe.center-video {
  margin: 35px auto 25px;
  display: block;
  max-width: 560px !important;
  width: 100%;
  min-height: 315px;
}

/*** Search ***/

.drop-search {
  padding: 4px 8px;
  font-size: 0.9em;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

/* Lazyload iframe YOUtube */

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.youtube-width {
  max-width: 560px;
  margin: auto;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
  margin: 0;
}

.youtube .play-button {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 21px;
  border-color: transparent transparent transparent #fff;
}

.youtube:hover .play-button {
  background: #ff0000;
  opacity: 1;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*** Category product thumb ***/
.products-block .product-thumb .add_to_cart {
  margin-left: auto;
  display: block;
  font-size: 23px;
}

.uni-module .product-thumb__add-to-cart,
.grid-view .product-thumb__add-to-cart {
  flex: 0;
}

.product-thumb__add-to-cart span {
  display: none;
}

.product-page__add-to-cart.add_to_cart span,
.products-block .product-thumb .add_to_cart span {
  display: none;
}

.products-block .product-thumb .add_to_cart .plus-cart {
  position: relative;
  left: 5px;
}
.product-thumb .price {
  font-size: 1.12em;
}

.product-thumb__model {
  margin: 0;
}
.price-tax {
  display: none;
}

.product-thumb__price {
  margin: 5px 0;
}

.product-thumb__wishlist + .product-thumb__compare {
  top: 10px;
}

/*** MEDIA ***/

@media (min-width: 1600px) {
  .products-block .product-grid.col-xxl-5 {
    width: 20% !important;
  }
}

@media (max-width: 1440px) {
  .small-txt-price {
    line-height: 1.2;
  }
}

@media (max-width: 1200px) {
  .product-thumb__add-to-cart i {
    display: block;
  }
  .product-thumb__quick-order span {
    margin: 0 0 0 7px !important;
  }
  .product-thumb__quick-order i {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .products-block .product-grid.col-lg-4 {
    width: 25%;
    padding: 0 3px;
  }
  .products-block .product-grid .product-thumb .wishlist {
    top: 48px;
  }
  .products-block .product-grid .sticker {
    left: -10px;
  }
  .products-block .product-grid .sticker div {
    font-size: 0.73em;
    white-space: nowrap;
    z-index: 999;
  }
  .count-list {
    padding: 10px;
    column-count: 4 !important;
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .menu2 .menu__level-1-li {
    flex: 0 auto;
  }
}

@media (min-width: 768px) {
  /*** Category list ***/
  .category-list .category.col-xxl-2-1 {
    padding: 0 4px;
  }
  #menu.menu2 .nav .column-1 {
    width: 30%;
  }
  .content-float-r {
    float: right;
  }
  .count-list {
    column-count: 2;
  }
  .news_page img.note-float-left {
    float: left;
    margin: 0 10px 10px 0;
  }

  .news_page img.note-float-right {
    margin: 0 0 10px 10px;
    float: right;
  }
  /*** OcFilter ***/
  .ocf-filter-list {
    display: flex;
    flex-direction: column;
  }
  .ocf-theme-light .ocf-module-page {
    order: 15;
  }
}

@media (max-width: 1024px) {
  .home-page #column-left .html-module .column-right {
    height: auto;
  }
  .home-page #column-left .html-module h1 {
    font-size: 1.2em;
    margin: 0 0 10px;
  }
  ul.menu-list-flex li:first-child {
    padding-left: 8px;
  }
  ul.menu-list-flex li {
    border-right: 0;
    padding: 3px 8px;
    line-height: 1.4em;
  }
  ul.menu-list-flex {
    display: block;
    padding: 20px 10px;
    column-count: 2;
  }
  ul.menu-list-flex li a {
    font-size: 16px;
  }
  ul.menu-list-flex li:before {
    content: "•";
    padding-right: 7px;
    color: rgba(171, 171, 171, 0.5);
  }
  .product-thumb .sticker,
  #product .sticker {
    display: none;
  }
  .category-list-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .home-page #column-left > * {
    display: block !important;
  }
  .home-page #column-left {
    position: relative;
    left: 0;
    width: 100%;
    display: block !important;
  }
  .table-left {
    float: none;
  }
  .img-70 {
    width: 100%;
  }
  .row-flex-2 {
    flex-direction: column;
  }
  .row-flex-2 table {
    margin: 15px auto;
  }
  .grid-col-3 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  #menu .navbar-collapse.in {
    z-index: 99;
  }
  #tab-description img,
  #tab-description iframe {
    height: auto !important;
  }
  .product-page__cart.row-flex .product-page__quick-order i,
  .product-page__cart:not(.row-flex) .product-page__quick-order span {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  h1.heading {
    font-size: 1.5em;
  }
  h1.heading:after {
    display: none;
  }
  .nav-tabs {
    margin: 0 0 5px;
    border: 0;
  }
  .nav-tabs > li {
    margin: 0;
  }
  .nav-tabs li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    border: solid 1px #ddd !important;
    border-radius: 4px;
  }
  .nav-tabs li a i {
    margin: 0 10px 0 0;
  }
  .nav-tabs li a:after {
    display: none;
  }
  .html-module img,
  .category-info img,
  .tab-content .tab-pane img {
    width: auto !important;
    margin: 10px auto;
    float: none !important;
    max-width: 100%;
  }
  .category-info .image {
    float: none;
    display: grid;
  }
  table {
    display: block;
    overflow-y: auto;
    max-width: 100%;
    width: max-content !important;
    height: 100% !important;
  }
  ul,
  ol {
    padding-left: 15px;
  }
  .heading-h1 h1 {
    text-align: center;
    width: auto;
    font-size: 2.45em;
  }
  .small-txt-price {
    display: none;
  }
  .product-thumb .option .input {
    font-size: 18px;
  }
  .option .option-image img {
    width: 45px;
  }
  #phone .additional-phone span {
    font-size: 1.2em;
  }
  #phone .additional-phone {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .align-items-c,
  .grey-bg img {
    margin: 10px auto !important;
    display: block;
  }
  #product .option label.input {
    font-size: 16px;
    display: inline-block;
    margin: 0 5px 5px 0;
  }
  #product .option label.input.option-image {
    display: inline-block;
  }
  .buttons-cart,
  .align-r,
  .align-l {
    float: none;
  }
  .buttons-cart,
  #fly-block .fly-callback,
  .fly-callback2 {
    display: block !important;
  }
  .add_to_cart.btn,
  .quick_order.btn {
    font-size: 18px;
  }
  .cart-checkout-btn a.btn {
    margin: 10px auto;
  }
  .buttons-cart a {
    margin: 10px auto;
    min-width: 220px;
  }
  .buttons-cart {
    text-align: center;
  }
  .sectn-about-section {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .filter-default-open i {
    color: #ffffff !important;
    background: #0c8e10 !important;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.49);
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 38px;
  }
  .filter-default-open .fa-filter:before {
    content: "Фильтр";
    font-family: "Rubik", "Tahoma", sans-serif;
    letter-spacing: 0.9px;
    font-weight: 500;
  }
  .filter-default-open {
    top: 60%;
    z-index: 999;
  }
  #close-filter-x {
    position: relative;
    top: 0;
    display: block !important;
    left: 0;
    float: right;
    font-size: 24px;
    line-height: 0.5;
    background: #fff;
    padding: 5px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #e35760;
    border-radius: 50%;
    cursor: pointer;
  }
  #product .option label input + span {
    height: auto;
    line-height: 24px;
    padding: 0 10px;
  }
  #contact-page .col-sm-4 .img-responsive {
    float: none;
  }
  /*** NOT Mobile ***/
  .desctop-v {
    display: none !important;
  }
  .mobile-v {
    display: block !important;
  }
  .contact-in-modal.mobile-v .phone-contact img,
  #quick_order .contact-in-modal .phone-contact img {
    max-width: 25px;
  }
  #logo img {
    display: inline;
    max-width: 40%;
  }
  header .first-row {
    padding: 15px 0 0;
  }
  #quick_order .image-after img {
    max-width: 60%;
  }
  #quick_order .description,
  #quick_order h5.heading,
  #quick_order p.heading,
  #quick_order .contact-in-modal > img,
  #quick_order .contact-in-modal .exp-name,
  #quick_order .big-txt-c {
    display: none !important;
  }
  #quick_order .contact-in-modal .exp-name.mobi {
    display: block !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-top: 0;
    padding: 0 0 10px;
  }
  .home-page #column-left {
    z-index: 0 !important;
  }
  #quick_order {
    display: table;
  }
  #quick_order .contact-in-modal {
    display: table-header-group;
  }
  #quick_order .contact-in-modal .phone-contact {
    align-items: center;
    margin: 10px auto 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #quick_order .row_input.row {
    margin-top: 15px;
  }
  h4.modal-title {
    text-align: center;
  }
  .compare-block #compare-total {
    display: none;
  }
  .breadcrumb > li + li:before {
    padding: 0 2px;
  }
  .breadcrumb li + li:before {
    content: "\f0da";
  }
  .breadcrumb {
    margin-bottom: 8px;
    white-space: nowrap;
    font-size: 0.75em;
    overflow: hidden;
  }
  .mfp-bottom-bar .mfp-title {
    line-height: 20px;
  }
  .mfp-bottom-bar .mfp-counter {
    display: none;
  }
  .form-group .quantity {
    display: none;
  }
  .nav-tabs li a i {
    display: none;
  }
  .nav-tabs li a {
    margin: 0 5px 10px 0;
    padding: 5px;
    font-size: 12px;
  }
  #cart > .btn i {
    font-size: 2em;
  }
  .news_page img {
    width: 100% !important;
    margin: 5px auto !important;
  }
  ul.list-with-img li img {
    margin-right: 10px !important;
  }
  .contact-list.list-unstyled .open_callback {
    display: none;
  }
  .product-thumb .option {
    height: auto !important;
  }
  /*
    .products-block .product-thumb .quick_order {
        background-color: #bd0d22 !important;
    }
    .products-block .product-thumb .add_to_cart {
        color: #30a234 !important;
        background: 0;
        font-size: 23px;
    }
    .products-block .product-thumb .add_to_cart .plus-cart {
        position: relative;
        left: 5px;
    }
    .products-block .product-thumb .add_to_cart:hover {
        color: #2ebf33 !important;
    }
    .products-block .product-thumb .quick_order:hover {
        background-color: #e35760 !important;
    }
    */
  .galery-grid-3 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
  .galery-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  #unicart table {
    width: 100% !important;
    display: inline-table;
  }
  #unicart .head-table-cart .desct,
  #unicart table.total_table {
    display: none;
  }
  #unicheckout .padding-xl {
    margin-bottom: 0;
  }
  #unicheckout .call-cart span {
    display: block;
    font-size: 18px;
  }
  #unicheckout .call-cart p {
    text-align: center;
  }
  #unicheckout #unicart .total_table .block {
    font-size: 16px;
    text-align: center;
  }
  #unicart .head-table-cart td {
    text-align: center !important;
  }
  #unicart .head-table-cart .mobi {
    display: block;
  }
  .ocf-header.heading:after {
    display: none;
  }
}

@media (max-width: 690px) {
  .contact-in-modal img {
    float: none;
    margin: 10px auto;
  }
  .contact-in-modal {
    text-align: center;
  }
  .phone-contact img {
    margin: 0 10px;
  }
  .phone-contact {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    font-size: 16px;
  }
  .option label input[type="radio"] + span,
  .option label input[type="checkbox"] + span {
    white-space: pre-wrap;
    height: auto;
  }
  .grid-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  .uni-slideshow_v2__description {
    flex: 0 0 100%;
    width: 80%;
    min-width: 100%;
    max-width: 100%;
    right: 0 !important;
    top: 50% !important;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    margin: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.54) !important;
    border-radius: 4px !important;
    min-height: 170px;
  }
  .uni-slideshow_v2__text {
    margin: 0 0 15px;
    font-size: 0.95em;
    display: block;
  }
  .uni-slideshow_v2__btns {
    display: block;
    margin: 15px auto !important;
    text-align: center !important;
  }
  .uni-slideshow_v2__btns {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
  }
  .product-page__add-to-cart.add_to_cart span {
    display: inline-block;
  }

  .uni-module .product-thumb__add-to-cart,
  .grid-view .product-thumb__add-to-cart {
    flex: 1;
  }
}

@media (max-width: 480px) {
  .compare-block > a {
    display: inline-block;
  }
  /*
    .products-block .product-grid .product-thumb {
        display: grid;
        grid-template-columns: 35% 1fr;
        grid-gap: 5px 15px;
    }
    .products-block .product-grid .product-thumb .image {
        margin: 0;
        grid-row-end: 3;
        grid-row-start: 1;
        border-bottom: 0;
        box-shadow: none;
        align-self: center;
    }
    */
  /*
    .products-block .product-grid .product-thumb .image .sticker {
        display: none;
    }
    .products-block .product-grid .product-thumb .cart {
        grid-column-start: 2;
        grid-column-end: 3;
    }
   
    .products-block .product-grid .product-thumb .price {
        margin-bottom: 0;
    }
     */
  #product .thumbnail > img {
    max-width: 72%;
  }
  #product .product-block .product-data > .col-xs-7 {
    width: 45%;
  }
  #product .product-block .product-data > .col-xs-5 {
    width: 55%;
  }
  /*** Header Mobi ***/
  .first-row .cart-mobi {
    width: 15%;
  }
  .first-row .phone-mobi {
    width: 55%;
  }
  .first-row .logo-mobi {
    width: 30%;
  }
  #phone .phone .main-phone,
  #phone .phone .main-phone-new {
    font-size: 4.1vw;
  }
  #logo img {
    max-width: 100%;
    position: relative;
    top: 10px;
  }
  .category-list-links {
    grid-template-columns: repeat(1, 1fr);
  }
  .cart-mobi #cart > .btn i {
    font-size: 1.5em;
  }
  .cart-mobi #cart #cart-total {
    right: -11px;
    bottom: -3px;
  }
  #top .pull-left #top-links .dropdown-toggle > .fa-info:before {
    content: "Слобожанский завод";
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 600;
    font-size: 12px;
  }
  #top .pull-left #top-links.btn-group > .btn {
    position: relative;
    left: -10px;
  }
  .products-block .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 0.7em;
  }
  .products-block .row .product-layout.product-grid {
    padding: 0;
  }
  .products-block .product-grid .product-thumb {
    text-align: center;
    margin: 0 0 8px;
  }
  .products-block .product-thumb .caption > a {
    min-height: 32px;
    margin-bottom: 0;
  }
  .products-block .product-thumb .price {
    font-size: 1.15em;
  }
  .products-block,
  nav.category-list,
  nav.category-list .category {
    padding: 0 5px;
  }
  .category-list .category > a {
    margin: 0 0 8px;
  }
  .grid-col-3.grid-col-2 {
    grid-template-columns: 1fr;
  }
  /* product */
  .products-block .row:before,
  .product-thumb .compare,
  .modal-header .modal-title,
  #product .products-block .form-group .add_to_cart.btn span {
    display: none;
  }
  .modal-header .mobi-title {
    display: block;
    color: #616161;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
  }
  #product .option label input + span {
    width: 100%;
    text-align: center;
  }
  #product .option label.input {
    display: block;
    margin: 0 0 10px;
  }
  #modal-request-form .modal-dialog {
    position: relative;
    top: 125px;
  }
  .count-list {
    line-height: 40px;
  }
  .count-list li {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

@media (max-width: 420px) {
  .uni-module .product-thumb__add-to-cart,
  .grid-view .product-thumb__add-to-cart {
    flex: 1;
  }
  .product-thumb .rating {
    margin: 5px auto;
  }
  .product-thumb__price {
    margin: 0 auto 10px;
  }
  .product-thumb__name {
    text-align: center;
  }
  .product-thumb__model {
    text-align: center;
  }
}

@media (max-width: 380px) {
  .grid-col-3 {
    display: block;
  }
  .grid-col-3 > div {
    margin: 10px auto;
    word-wrap: break-word;
  }
  /*
    .products-block .product-grid .product-thumb .cart {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .products-block .product-grid .product-thumb .image {
        grid-row-end: 1;
        grid-row-start: 1;
    }
    .products-block .product-grid .product-thumb {
        grid-gap: 8px 10px;
    }
    */
  #product .quantity input {
    width: 30px;
  }
  #modal-request-form .modal-dialog {
    top: 85px;
  }
  .text-buy {
    font-size: 0.9em;
  }
}

@media (max-width: 340px) {
  .product-autorelated .owl-stage-outer .product-thumb .cart .quick_order,
  .featured-mod .owl-stage-outer .product-thumb .cart .quick_order,
  .product-viewed .owl-stage-outer .product-thumb .cart .quick_order,
  .product-autorelated .owl-stage-outer .product-thumb .cart .add_to_cart,
  .featured-mod .owl-stage-outer .product-thumb .cart .add_to_cart,
  .product-viewed .owl-stage-outer .product-thumb .cart .add_to_cart {
    position: inherit;
  }
  #product .product-block .form-group .add_to_cart,
  #product .product-block .form-group .quick_order {
    min-width: 90px;
  }
  .btn-call-us-prod {
    display: none;
  }
  #modal-request-form .modal-dialog {
    top: 25px;
  }
}
