html {
  min-height: 100%;
  position: relative;
  -ms-overflow-style: scrollbar;
}
body {
  background: #fff;
  color: #000;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* li{list-style:none}*/
a {
  cursor: pointer;
}
a {
  /* -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; */
  outline: none !important;
}
input {
  outline: none !important;
}
button {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
button:hover {
  opacity: 0.9;
}
.container,
.modal {
  min-width: 290px;
}
#header mark {
  background-color: #6b6b6b;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.dib {
  display: inline-block;
}
.red {
  color: #e11717;
}
.blue {
  color: #215bc6;
}
.turquoise {
  color: #1d7c9b;
}
#before-load {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}
#before-load i {
  color: #6b6b6b;
  font-size: 50px;
  left: 50%;
  margin: -35px 0 0 -35px;
  position: absolute;
  top: 50%;
}
@media (max-width: 480px) {
  #before-load i {
    left: 55%;
    top: 55%;
  }
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .right_product_block_img {
    margin: 0 15px 12px;
  }
}
/*-CANVAS-*/
.mm-listview {
  font-size: 14px;
  color: #fff;
}
.mm-panels > .mm-panel {
  padding: 0;
}
.mm-panels > .mm-panel::before {
  height: 0;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 49px;
}
.mm-vertical .mm-listview > li > .mm-next::after,
.mm-listview > li.mm-vertical > .mm-next::after {
  top: 19px;
}
.mm-vertical .submenu > li > .mm-next,
.submenu > li.mm-vertical > .mm-next {
  height: 32px;
}
.mm-vertical .submenu > li > .mm-next::after,
.submenu > li.mm-vertical > .mm-next::after {
  top: 11px;
  left: 19px;
}
.submenu .mm-next {
  width: 50px;
}
.mm-opened .canvas ul {
  display: block !important;
}
.canvas ul {
  margin: 0 !important;
  padding: 0 !important;
}
.canvas ul li {
  position: relative;
}
.canvas ul li a {
  text-transform: uppercase;
}
.canvas ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  padding-left: 4px;
}
.submenu a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 5px 10px 8px;
  text-transform: none !important;
}
.active_m {
  display: block !important;
}
.submenu_submenu a {
  font-size: 12px;
}
.canvas ul li .canvas_img {
  width: 35px;
  height: 25px;
}
/* .canvas ul li .canvas_sign_img{background:url(../images/sprite_menu.png);background-position:-10px -246px} */
.canvas ul li .canvas_cart_img {
  background: url(../images/sprite_menu.png);
  background-position: -10px -65px;
}
.canvas_how_many {
  background: #1a5fdd;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  line-height: 23px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 24px;
}
.canvas ul li .canvas_catalog_img {
  background: url(../images/sprite_menu.png);
  background-position: -10px -101px;
}
.canvas ul li .canvas_contact_img {
  background: url(../images/sprite_menu.png);
  background-position: -10px -208px;
}
/*-HEADER-*/
#header {
  background: #6b6b6b;
  width: 100%;
}
.fancybox-margin #header {
  padding-right: 17px;
}
/* header_left */
.header_left {
  color: #fff;
  padding: 16px 15px;
  font-size: 15px;
}
.header_left_phone i {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.header_left_phone span {
  color: #d6d6d6;
}
.header_left_phone a {
  /* color:#d6d6d6; */
  color: #fff;
  text-decoration: none;
  margin-left: 1px;
}
.header_left_callback {
  margin-left: 20px;
}
.header_left_callback a {
  border-bottom: 1px dashed #fff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.header_left_callback a:hover {
  border: none;
}
.header_left_time {
  margin-left: 20px;
}
.header_left_time i {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.header_left_time span {
  color: #d6d6d6;
  margin-left: 2px;
}
.header_left_mail {
  margin-left: 20px;
}
.header_left_mail i {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.header_left_mail a {
  color: #d6d6d6;
  margin-left: 2px;
}
/* header_right */
.header_right {
  font-size: 14px;
  text-align: right;
  padding: 0;
  margin: 0;
}
.header_right_catalog {
  background: #ffc000;
  color: #2c2c2c;
  cursor: pointer;
  padding: 16px 10px;
  position: relative;
  z-index: 3;
}
.header_right_catalog:hover {
  color: #2c2c2c;
  text-decoration: none;
}
.header_right_catalog span {
  border-bottom: 1px dashed #2c2c2c;
  text-transform: uppercase;
}
.header_right_catalog.active:after {
  content: '';
  position: absolute;
  left: 43%;
  bottom: -5px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f6f6f6;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_right_catalog:hover span,
.header_right_catalog.active span {
  border: none;
}
.header_right_sign {
  color: #fff;
  cursor: pointer;
  padding: 15px 0px 15px 5px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_right_sign:hover,
.header_right_search:hover,
.header_right_search.active,
.header_right_wishlist:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
}
.header_right_search,
.header_right_wishlist {
  cursor: pointer;
  height: 50px;
  position: relative;
  text-decoration: none; /* padding:15px 15px; */
  padding: 15px 15px 5px 5px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* .header_right_search:hover, .header_right_search.active, .header_right_wishlist:hover{background:#666}
 */ /* .header_right_search span{display:block;height:100%} */
.header_right_search span {
  /* display: block; */
  height: 100%;
  color: #fff;
  cursor: pointer;
}
.header_right_search form {
  position: absolute;
  right: 57px;
  top: -1px;
  z-index: 3;
}
/* .header_right_search .search_input{background:#565656;border:none;color:#fff;font-size:12px;height:52px;opacity:0;outline:none;padding-left:15px;text-transform:uppercase;width:0px;-webkit-transition:0.2s;transition:0.2s} */
.header_right_search .search_input {
  background: #f5f4f4;
  border: none;
  color: #2c2c2c;
  font-size: 12px;
  height: 52px;
  opacity: 0;
  outline: none;
  padding-left: 15px;
  text-transform: uppercase;
  width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
}
.header_right_search .search_input::-webkit-input-placeholder {
  color: #a6a6a6;
  font-size: 12px;
  opacity: 1;
  text-transform: uppercase;
}
/* .header_right_search .search_input::-moz-placeholder{color:#a6a6a6;font-size:12px;opacity:1;text-transform:uppercase} */
.header_right_search .search_input::-moz-placeholder {
  color: #2c2c2cb3;
  font-size: 12px;
  opacity: 1;
  text-transform: uppercase;
}
.header_right_search .search_input.active {
  width: 210px;
  opacity: 1;
}
.header_right_cart {
  cursor: pointer;
  padding: 15px 18px;
  position: relative;
}
.header_right_cart:hover,
.header_right_cart.active {
  background: #666;
}
.header_right_cart .how_many,
.header_right_wishlist .how_many {
  background: #1a5fdd;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 18px;
  padding-top: 2px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 8px;
  width: 18px;
}
.cart_full {
  background: #fff;
  box-shadow: 0px 8px 20px 4px rgba(0, 0, 1, 0.1);
  display: none;
  padding: 10px 15px;
  position: absolute;
  right: 15px;
  text-align: left;
  width: 410px;
  z-index: 3;
}
.cart_full.active {
  display: block;
}
.cart_full_item {
  border-bottom: 1px solid #eaeaea;
  letter-spacing: 0;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.cart_full_item .item_img {
  float: left;
  margin-right: 20px;
}
.cart_full_item .item_img img {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.cart_full_item .item_detail {
  float: left;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 3px;
  width: 180px;
}
.cart_full_item .item_price {
  float: right;
  font-size: 12px;
  margin-top: 10px;
}
.cart_full_item .item_price p {
  display: inline-block;
  margin-left: 8px;
}
.cart_full_item .item_price p.red {
  margin-left: 10px;
}
.cart_full_item .item_price p.red a {
  color: #fe0d0d;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.cart_full_price {
  letter-spacing: 0;
  text-align: right;
  font-size: 14px;
  margin-bottom: 15px;
}
.cart_full_price p span {
  font-weight: 700;
}
.cart_full_button {
  overflow: hidden;
}
.cart_full_button a {
  border-radius: 2px;
  border: none;
  color: #000;
  padding: 3px 8px;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.cart_full_button a:hover {
  opacity: 0.9;
}
.cart_full_button .view_cart {
  background: #dadada;
  float: left;
}
.cart_full_button .form_order {
  background: #ffc000;
  float: right;
}
.full_catalog {
  background: #fcfcfc;
  border-bottom: 1px solid rgba(107, 107, 107, 0.5);
  border-top: 4px solid #ffc000;
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  width: 100%;
}
.full_catalog_list {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.full_catalog.active {
  display: block;
  z-index: 2;
}
.full_catalog_list_block {
  width: 100%;
  margin-bottom: 25px;
  vertical-align: top;
  position: relative;
}
.full_catalog_list_block ul li {
  padding: 0 10px 0 5px;
  line-height: 12px;
  margin-bottom: 10px;
}
.full_catalog_list_block ul li:last-child {
  margin-bottom: 0;
}
.full_catalog_list_block ul li > a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.full_catalog_list_block ul li a:hover {
  color: #1a5fdd;
  border-bottom: 1px dashed #1a5fdd;
}
.full_catalog .catalog_submenu {
  margin-top: 7px;
}
.full_catalog .catalog_submenu li {
  margin-bottom: 10px;
}
.full_catalog .catalog_submenu li a {
  color: #707070;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}
.full_catalog .catalog_submenu li a:hover {
  border: none;
  color: #707070;
  text-decoration: underline;
}
.full_catalog .catalog_submenu .menu3rdlevel_inner ul {
  margin: 0 0 15px 0;
}
.full_catalog .catalog_submenu .menu3rdlevel_inner li {
  padding: 5px 0 5px 10px;
  margin: 0;
}
@media (max-width: 1200px) {
  .header_left {
    font-size: 11px;
  }
  .header_right {
    font-size: 12px; /* width: 323px; */
  }
  .header_right_catalog,
  .header_right_search .search_input {
    height: 51px;
  }
  .header_left {
    color: #fff;
    padding: 15px 15px 9px;
    font-size: 12px;
  }
  .header_left_mail {
    margin-left: 0;
  }
  .header_left_time {
    margin-left: 0;
  }
  
  .christmass-tree {
  display: none;
}
}
.header_right_sign {
  padding: 15px 0px 15px 5px;
}
@media (max-width: 992px) {
  #header {
    display: none;
  }

  iframe {
    max-width: 100%;
  }
}
/*-MENU-*/
#menu {
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.1); /* padding:15px 0 */
  padding: 5px 0;
}
#menu .container {
  position: relative;
}
/* menu_list */
.menu_list {
  text-align: right;
}
.menu_list ul {
  margin-top: 8px !important;
}
.menu_list ul li {
  display: inline-block;
  margin-left: 15px;
}
.menu_list ul li:nth-child(1) {
  margin-left: 0;
}
.menu_list ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #949494;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.menu_list ul li a:hover {
  /* color:#15abba; */
  font-weight: bold;
}
.menu_callback {
  margin-top: 7px;
}
.menu_callback a {
  color: #000;
  border-bottom: 1px dashed #000;
}
.menu_find {
  margin-top: 5px;
}
.menu_find input {
  border: 1px solid #c2c2c2;
  height: 30px;
  max-width: 100%;
  padding-left: 10px;
  vertical-align: top;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu_find input.entry_field:focus {
  border: 2px solid #2678e7;
}
.menu_find button {
  background: #2678e7;
  border: none;
  margin-left: -4px;
  padding: 4px 9px 6px;
  vertical-align: top;
}
#languages {
  background: #0f2441;
  padding: 4px 10px;
  color: #8d9892;
  text-transform: uppercase;
}
#languages a {
  text-transform: uppercase;
  font-size: 15px;
}
#languages .delimit {
  width: 1px;
  background: #404f62;
  padding-right: 0;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 3px;
  margin-left: 3px;
}
/* canvas_button */
.canvas_button {
  position: absolute;
  right: 15px;
  top: 7px;
}
.canvas_button a {
  cursor: pointer;
  height: 30px;
}
.canvas_button a span {
  background: #6e6e6e;
  display: block;
  height: 4px;
  position: relative;
  opacity: 1;
  width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.canvas_button a span:nth-child(1) {
  top: 0;
}
.canvas_button a span:nth-child(2) {
  top: 5px;
}
.canvas_button a span:nth-child(3) {
  top: 10px;
}
.mm-opening .canvas_button a span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.mm-opening .canvas_button a span:nth-child(2) {
  opacity: 0;
}
.mm-opening .canvas_button a span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 2px;
}
@media (min-width: 993px) {
  .canvas_button {
    display: none;
  }
  .menu_callback {
    display: none;
  }
  .menu_find {
    display: none;
  }
  table.pqb-mob {
    display: none;
  }
  nav#canvas {
    display: none !important;
  }
  #before-load {
    display: none !important;
  }
  #blok-header-1 {
    display: none;
  }
  .cena-snizim {
    float: right;
    position: absolute;
    right: 10px;
  }

/*   input[type='text'] {
    border: none !important;
  } */
}
@media (max-width: 992px) {
  #menu {
    padding: 15px 0;
  }
  .menu_list {
    display: none;
  }
  .menu_logo img {
    margin: 0 auto;
    display: inline-block;
  }
  .menu_find img {
    display: none;
  }
  td.pqb-mob {
    display: none;
  }
  .reviews {
    margin: 0 0 0px 0 !important;
  }
  .cena-snizim {
    float: right;
    /* position: absolute; */
    right: 10px;
    width: 50%;
    /* display: none; */
  }
}
@media (max-width: 767px) {
  .menu_logo {
    margin-bottom: 15px;
  }
  .menu_callback {
    text-align: center;
  }
  .shop_page_head_info .price {
    border-bottom: 0px solid #dedede !important;
    padding-bottom: 5px !important;
  }
/*   #slider {
    padding: 4px 0 0 !important;
  }
  #breadcrumbs {
    margin-top: 10px !important;
  } */

  #slider{padding: 130px 0 0!important;}
  /* #slider{padding: 0px 0 0!important;} */
  #breadcrumbs {margin-top: 130px!important;} 
  
  /* logo-down */
  .logo-down {
	left: 65px !important;
	width: 125px !important;
	top: 30px !important;
	height: 30px !important;
	/* /logo-down */
}
  
}
/*-SLIDER-*/

.swiper-slide {
  font-size: 48px; /* padding-bottom:90px; */
  text-align: center;
}
.swiper_info {
  margin-bottom: 40px;
  display: none;
}
.swiper_info h2 {
  font-size: 1em;
  margin-bottom: 10px;
}
.swiper_info h3 {
  font-size: 0.5em;
  line-height: 1.3;
}
.swiper_img img {
  display: block;
  height: auto;
  /* margin:0 auto; */
  max-width: 874px;
  max-height: 568px;
  width: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.swiper-pagination-bullet {
  height: 9px;
  width: 9px;
}
.swiper-pagination-bullet-active {
  background: #ffc000;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 575px) {
  .owl-carousel .owl-item img {
    width: 60% !important;
  }
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc000;
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px 6px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  z-index: -1;
}

.owl-theme .owl-nav button,
.owl-theme .owl-nav button:hover,
.owl-theme .owl-nav button:focus {
  color: #62b6d9 !important;
  outline: none;
}

.owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -26px;
}

.owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: -26px;
}

@media (max-width: 992px) {
  /* .swiper-slide{font-size:44px;padding:70px 0 80px} */
  .swiper-slide {
    font-size: 44px;
  }
  #slider {
	padding: 10px 0 0 0;
	/* margin-top: -20px; */
}
  .timer-product-carousel-area {
    overflow: hidden;
    position: relative;
    width: 92%;
    padding: 0 0 0 3%;
  }
}
@media (max-width: 768px) {
  .swiper-slide {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  /* .swiper-slide{font-size:36px;padding:120px 0;} */
  .swiper-slide {
    font-size: 36px;
  }
.cabinet.opened {
	margin-right: 6px !important;
}
.color-product h4 {
	left: 0px!important;	
}
  /* a.opened img { */
    /* /* margin-right: 6px !important; */ */
	/* margin-right: 45px !important; */
  /* }  */

  }

  /* #breadcrumbs {
     margin-bottom: 4px !important;
    margin-top: 10px; 

   margin-top: 130px !important;
  }*/
  .ocf-offcanvas {top: 80px!important;}
  
  .mob58 {padding: 58px 0 0 0!important;}
  
  #relative .ukrcreditsticker {visibility: hidden !important;}
}
/*-CATEGORY_IMG-*/
#category_img {
  background: #f6f6f6;
  padding: 0;
}
#category_img .container {
  padding: 25px 25px;
}
.category_title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
}
.category_img {
  display: block;
  font-size: 35px;
  margin-bottom: 17px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}
.category_img_overflow {
  overflow: hidden;
  border-radius: 14px;
}
.category_img_txt {
  bottom: 0;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  left: 15px;
  letter-spacing: 0.5px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}
.category_img_txt p {
  /* background:rgba(51, 51, 51, 0.3); */
  display: inline-block;
  padding: 0 10px;
  text-shadow: black 0 0 2px;
}
.category_img_x1 p {
  margin-top: 8%;
}
.category_img_x2 p,
.category_img_x3 p {
  margin-top: 15%;
  font-family: 'PT Sans Narrow' !important;
  font-weight: 700;
  font-size: 30px;
}
.category_img img {
  display: block;
  height: auto;
  width: 100%;
  min-height: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.category_img:hover img {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  /* .category_img_x3 p{margin-top:20%} */
}
@media (max-width: 1080px) {
  #breadcrumbs {
    margin-bottom: 6px !important;
    /* margin-top: -10px !important; */
  }
  .page h3 {
    margin-bottom: 20px !important;
  }
  .left_sidebar {
    margin-bottom: 0px !important;
  }
  .right_content_sorting {
    margin-bottom: 20px !important;
  }
  .header_left {
    top: 7px;
  }
}

@media (max-width: 1190px) {
  #blok-header-0 {
    display: none;
  }
}

@media (width: 1024px) {
  #blok-header-1 {
    width: 150px !important;
    margin: -40px 170px -10px;
    position: absolute;
  }
}

@media (max-width: 768px) {
  /* .category_img_x1 p{margin-top:60px} */
}
/*-FOOTER-*/
#footer {
  background: #eaeaea;
  letter-spacing: 0.5px;
  padding: 50px 0 10px;
  font-family: 'PT Sans Narrow' !important;
}
/* footer_left */
.footer_menu h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer_menu ul li {
  margin-bottom: 5px;
}
.footer_menu ul li a {
  color: #000;
  font-size: 15px !important;
}
/* footer_right */
.footer_contact h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer_contact_block {
  margin-bottom: 15px;
}
.footer_contact_block h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer_contact_block a {
  color: #000;
  display: inline-block;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.footer_worktime h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer_worktime_block h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer_accept {
  font-size: 14px; /* text-align:right */
}
.footer_accept_copyright {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.footer_accept_copyright p {
  text-align: left;
}
.footer_accept_copyright p span {
  color: #888;
  margin-left: 10px;
}
.footer_accept_visa {
  margin-bottom: 11px;
}
.footer_accept_visa p {
  margin-bottom: 10px;
}
.footer_accept_visa img {
  display: inline-block;
  width: 31%;
}
.footer_accept_redlab p {
  color: #858585;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .footer_left,
  .footer_right {
    width: 100%;
  }
  .footer_copyright,
  .footer_menu,
  .footer_contact,
  .footer_worktime,
  .footer_accept {
    margin-bottom: 20px;
  }
  .footer_menu ul li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  #footer {
    padding: 40px 0 0px;
  }
  .footer_copyright,
  .footer_menu,
  .footer_contact,
  .footer_worktime,
  .footer_accept {
    width: 100%;
    text-align: left;
  }
  .footer_accept_visa {
    margin-bottom: 20px;
  }
}
/*-BREADCRUMBS-*/
#breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumbs_list ul {
  padding: 5px 10px 10px;
  background: #f5f4f4;
}
.breadcrumbs_list ul li {
  display: inline-block;
  margin-right: 0;
  color: #878787;
  font-size: 12px;
}
.breadcrumbs_list ul li a {
  font-size: 12px;
  color: #2678e7;
  text-decoration: underline;
}
.breadcrumbs_list ul li a:hover {
  text-decoration: none;
}
.breadcrumbs_list span {
  color: #878787;
  font-size: 12px;
  margin: 2px 4px;
}
.breadcrumbs_list ul li:nth-last-child {
  color: red;
}
/*-DELIVERY-*/
#delivery {
  padding-bottom: 100px;
}
.delivery_content h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.delivery_content_block {
  margin-bottom: 40px;
}
.delivery_content_block h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.delivery_content_block p {
  font-size: 14px;
  margin-bottom: 15px;
}
.delivery_content_block table {
  margin: 20px 0;
  max-width: 400px;
}
/*-PAYMENT-*/
#payment {
  padding-bottom: 100px;
}
.payment_content h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.payment_content_block {
  margin-bottom: 40px;
}
.payment_content_block h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.payment_content_block p {
  font-size: 14px;
  margin-bottom: 15px;
}
/*-GUARANTEE-*/
#guarantee {
  padding-bottom: 100px;
}
.guarantee_content h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.guarantee_content_block {
  margin-bottom: 40px;
}
.guarantee_content_block h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.guarantee_content_block p {
  font-size: 14px;
  margin-bottom: 10px;
}
/*-CERTIFICATES-*/
#certificates {
  padding-bottom: 100px;
}
.certificates_content h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.certificates_content_block {
  margin-bottom: 40px;
}
.certificates_content_block h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.certificates_content_block p {
  font-size: 14px;
  margin-bottom: 10px;
}
/*-CONTACTS-*/
/* #contacts{padding-bottom:100px} */
.contacts_title table {
  text-align: center;
}
.contacts_title h3 {
  font-size: 24px;
  margin: 20px;
}
.contacts_map {
  position: relative;
}
.contacts_map iframe {
  vertical-align: bottom;
  pointer-events: none;
}
.contacts_map_attention {
  padding: 15px;
  background: #f5f4f4;
}
.contact_info {
}
.partners {
  margin: 0;
  padding: 0;
}
.contact_info h3 {
  margin: 25px 0 15px 0 !important;
  padding: 0;
}
.contact_info_block {
  margin-bottom: 30px;
}
.contact_info_block h5 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact_info_block h5 i {
  color: #2678e7;
  margin-right: 5px;
}
.contact_info_block p {
  color: #848484;
}
/*
.contact_info_block a{color:#004eff;text-decoration:underline}
.contact_info_block a:hover{text-decoration:none}
*/
.contact_info_block a {
  color: #004eff;
  border-bottom: 1px dotted #005dff;
}
.contact_info_block a:hover {
  color: #004eff;
  border-bottom: 1px dotted #005dff;
}

.contact_info_block_sub {
  margin-top: 10px;
}
.contact_info_block_sub h6 {
  font-size: 14px;
  font-weight: 700;
}
.contact_info form input {
  border: 2px solid #cccccc;
  display: inline-block;
  padding-left: 15px;
  width: 96%;
  height: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact_info form input:focus {
  border: 2px solid #2678e7;
}
.contact_info form input::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
.contact_info form input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
.contact_info form textarea {
  border: 2px solid #cccccc;
  height: 175px;
  padding-left: 15px;
  padding-top: 10px;
  resize: none;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact_info form textarea:focus {
  border: 2px solid #2678e7;
}
.contact_info form textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
.contact_info form textarea::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
.contact_info form button,
.contact_info .sendform {
  margin-top: 15px;
  background: #2678e7;
  border: none;
  color: #fff;
  padding: 10px 20px;
  display: block;
  float: right;
}
.contact_table table th {
  background: #2678e7;
  border: 1px solid #d9d9d9;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle !important;
  width: 50%;
  text-align: center;
}
.contact_table table td {
  border: 1px solid #d9d9d9;
  padding-left: 15px;
  padding: 2px 15px !important;
}
@media (max-width: 480px) {
  .contact_info form input {
    width: 100%;
    float: none;
  }
}
/*-PAGE_404-*/
#page_404 {
  padding: 70px 0 300px;
}
#page_404 .col-sm-6 {
  padding: 0 40px;
}
.page_404_img img {
  display: inline-block;
}
.page_404_txt h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.page_404_txt p {
  font-size: 14px;
  margin-bottom: 20px;
}
.page_404_txt p span {
  display: block;
  margin-bottom: 10px;
}
.page_404_txt button {
  background: #2678e7;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #page_404 {
    padding: 50px 0 100px;
  }
  #page_404 .col-sm-6 {
    padding: 0 15px;
  }
  .page_404_img {
    margin-bottom: 50px;
  }
  .page_404_img,
  .page_404_txt {
    text-align: center;
  }
}
/*-PAGE_DESCRIPTION-*/
#page_description {
  padding-bottom: 0px;
}
.description_space {
  height: 100px;
}
.page_description_left {
  position: static;
}
.page_description_left_list {
  border-radius: 2px;
  background-color: #f5f4f4;
  box-shadow: 0px 1px 1px 0px rgba(0, 1, 2, 0.2);
}
.page_description_left_list li a {
  border-bottom: 1px solid #e8e6e6;
  color: #959595;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 12px 0;
  text-decoration: none;
  text-indent: 30px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.page_description_left_list li a.active {
  background: #2678e7;
  color: #fff;
}
/* .description_block{margin-bottom:50px;font-size:10px} */
.description_block_img {
  margin-bottom: 20px;
}
.description_block_img img {
  width: 100%;
  display: block;
  height: auto;
}
/* .description_block_title{margin-bottom:20px;font-size:1.5em} */
.description_block_txt {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.description_block_buton {
  background: #2678e7;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page_description_left {
    display: none;
  }
  .description_block {
    /*font-size:9.5px;*/
    margin-bottom: 20px;
  }
  .description_block_title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /* .description_block{font-size:9px} */
  .description_block_title {
    font-size: 14px;
  }
}
/*-FAST_REGISTRATION-*/
#fast_registration {
  padding-bottom: 100px;
}
.fast_registration_title h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.fast_registration_title p {
  font-size: 14px;
}
.fast_registration_title p a {
  color: #0048ff;
  text-decoration: underline;
}
.fast_registration_title p a:hover {
  text-decoration: none;
}
.fast_registration_form {
  margin-top: 50px;
}
.fast_registration_form form {
  overflow: hidden;
}
.fast_registration_form h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
.fast_registration_form .left_form,
.fast_registration_form .middle_form,
.fast_registration_form .right_form {
  float: left;
  vertical-align: top;
  width: 33.3%;
}
.fast_registration_form .middle_form input {
  margin: 0 auto;
}
.fast_registration_form .right_form input {
  float: right;
}
.fast_registration_form .middle_form span {
  padding-left: 5px;
}
.fast_registration_form .right_form span {
  padding-left: 10px;
}
.fast_registration_form span,
.fast_registration_form input {
  display: block;
}
.fast_registration_form span {
  font-size: 14px;
  margin-bottom: 5px;
}
.fast_registration_form input,
.fast_registration_form select {
  border: 1px solid #a8a6a6;
  padding-left: 10px;
  height: 35px;
  margin-bottom: 15px;
  width: 97%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fast_registration_form input:focus {
  border: 1px solid #2678e7;
}
.form_button {
  clear: both;
  margin-top: 10px;
}
.form_button button {
  background: #2678e7;
  border: none;
  color: #fff;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .fast_registration_form .left_form,
  .fast_registration_form .middle_form,
  .fast_registration_form .right_form {
    width: 100%;
  }
  .fast_registration_form span {
    padding-left: 0 !important;
  }
  .fast_registration_form input {
    float: none;
    margin-bottom: 15px !important;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .fast_registration_form .left_form,
  .fast_registration_form .right_form {
    width: 100%;
    vertical-align: top;
  }
}
/*-SHOPPING_CART-*/
#shopping_cart {
  padding-bottom: 100px;
}
.shopping_cart_title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.schopping_cart_content ul {
  border: 1px solid #ebe8e8;
  overflow: hidden;
  margin: -1px -15px 0;
}
.schopping_cart_content li {
  display: block;
  padding: 0;
}
.schopping_cart_content li .title {
  background: #f5f4f4;
  color: #000;
  display: block;
  padding: 5px 0;
}
.schopping_cart_content li:nth-child(3) .title,
.schopping_cart_content li:nth-child(4) .title,
.schopping_cart_content li:nth-child(5) .title {
  font-weight: 700;
}
.schopping_cart_content li .content {
  padding: 15px 0px;
}
.schopping_cart_content li img {
  display: block;
  margin: 0 auto;
}
.schopping_cart_content li a {
  text-decoration: underline;
}
.schopping_cart_content li a:hover {
  text-decoration: none;
}
.schopping_cart_content li.product_photo {
  text-align: center;
}
.schopping_cart_content li.product_quantity input {
  width: 50px;
  padding-left: 10px;
  outline: none;
}
.schopping_cart_price {
  margin-top: 30px;
}
.schopping_cart_price p {
  font-size: 14px;
}
.schopping_cart_price p span {
  font-weight: 700;
}
.shopping_cart_next_step {
  margin-top: 15px;
}
.shopping_cart_next_step button {
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
}
.left_step button,
.left_step_responsive button {
  background: #333;
}
.right_step button {
  background: #2678e7;
}
.left_step_responsive {
  margin-top: 20px;
}
@media (max-width: 992px) {

  .schopping_cart_content li {
    text-align: center;
  }
  .product_quantity {
    clear: both;
  }
  .cart_full {
    position: relative;
    right: 0;
    text-align: left;
    width: 100%;
  }
  .cart_full_button .view_cart,
  .cart_full_button .form_order {
    float: left;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 0 0 8px 0;
    padding: 10px 0;
  }
  .cart_full_item .item_detail {
    float: left;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 3px;
    width: 168px;
    display: block;
    overflow: hidden;
    color: #1c1c1c;
  }
  .cart_full_item .item_price {
    float: right;
    font-size: 18px;
    margin-top: 10px;
    color: #1f1f1f;
  }
  .cart_full_price {
    letter-spacing: 0;
    text-align: right;
    font-size: 14px;
    margin-bottom: 15px;
    color: #494949;
  }
}
@media (min-width: 421px) {
  .left_step_responsive {
    display: none;
  }
}
@media (max-width: 420px) {
  .schopping_cart_price {
    text-align: center;
  }
  .left_step {
    display: none;
  }
  .right_step {
    width: 100%;
    text-align: center;
  }
}
/*-CONFIRM_ORDER-*/
#confirm_order {
  padding-bottom: 100px;
}
.confirm_order_title h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.confirm_order_list ul li {
  overflow: hidden;
  margin-bottom: 30px;
}
.confirm_order_list ul li .step_button {
  background: #f5f4f4;
  padding: 10px 15px;
}
.step_button .step_txt {
  float: left;
  font-size: 14px;
}
.step_button .step_txt span {
  font-weight: 700;
}
.step_button .step_icon {
  background: #ffc000;
  cursor: pointer;
  float: right;
  padding: 0 5px;
}
.confirm_order_list .fast_registration_form {
  margin-top: 15px;
}
.payment_method {
  margin-top: 30px;
}
.payment_method h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
.payment_method p {
  margin-bottom: 10px;
}
.payment_method p input {
  vertical-align: text-top;
  margin-right: 5px;
}
.payment_method textarea {
  height: 100%;
  height: 150px;
  padding-left: 10px;
  padding-top: 10px;
  resize: none;
  width: 100%;
}
.payment_method textarea:focus {
  border: 1px solid #2678e7;
}
.comment_order {
  margin-top: 30px;
}
.comment_order h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
.comment_order textarea {
  border: 1px solid #b5b3b3;
  height: 120px;
  resize: none;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comment_order textarea:focus {
  border: 1px solid #2678e7;
}
.confirm_order_list .schopping_cart_content {
  margin-top: 30px;
}
.confirm_order_list .schopping_cart_content ul li {
  margin-bottom: 0;
}
.payment_method_action {
  background: #f84c0a;
  border-radius: 5px;
  margin-top: 50px;
  padding: 20px;
  text-align: center;
}
.payment_method_action p {
  color: #f9f9f9;
  font-size: 24px;
  font-weight: 400;
}
.payment_method_action p span {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .confirm_order_list .schopping_cart_price,
  .confirm_order_list .right_step {
    text-align: center;
  }
  .payment_method .col-sm-9 {
    margin-top: 20px;
  }
}
/*-SHOP-*/
#shop {
  padding-bottom: 100px;
}
.left_sidebar {
  margin-bottom: 10px;
}
/* .left_sidebar_title h3{font-size:18px;margin-bottom:20px;text-transform:uppercase} */
.left_sidebar_title {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.left_sidebar_block > a {
  background: #f5f4f4;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  text-transform: uppercase;
}
.left_sidebar_block > a:hover {
  background: #e1e1e1;
}
.left_sidebar_block > a.sidebar_button.opened:before {
  background: #2678e7;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
.left_sidebar_block > a.sidebar_button.active_m:before {
  background: #2678e7;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
/*.left_sidebar_block .view_submenu:after{content:"+";background:#ffc000;position:absolute;display:block;font-family:FontAwesome;right:10px;top:10px;width:17px;text-align:center;border-radius:2px}
*/
.left_sidebar_block .view_submenu i {
  background-color: #ffc000;
  font-size: 10px;
  padding: 4px;
  border-radius: 2px;
  float: right;
}
/*.left_sidebar_block .view_submenu.active_m:after{content:"-";background:#ffc000;position:absolute;display:block;font-family:FontAwesome;right:10px;top:10px;width:17px;text-align:center;border-radius:2px}
*/
/*.left_sidebar_block .view_submenu.opened:after{content:"-"}
*/
.top_view_submenu:after {
  content: '+';
  background: #c0c0c0;
  position: absolute;
  display: block;
  font-family: FontAwesome;
  left: -22px;
  color: #fff;
  top: 0px;
  padding: 2px;
  width: 17px;
  text-align: center;
  border-radius: 2px;
}
.left_sidebar_block.active_m span {
  display: block !important;
}
.top_view_submenu.opened:after {
  content: '-';
}
.left_sidebar_block span {
  background: #8a8a8a;
  width: 100%;
}
.left_sidebar_block span li a {
  /* color: #fff; */
  /* display: block; */
  /* font-size: 12px; */
  /* padding: 6px 0 8px 15px; */
  /* color: #191818; */
  /* border-bottom: 1px solid #eee; */
  /* display: block; */
  font-size: 17px !important;
  /* padding: 5px; */
  /* font-weight: 500; */
  /* text-decoration: none; */
  font-family: PT Sans Narrow !important;
}
.left_sidebar_block span a.active_m,
.left_sidebar_block a.active_m {
  text-decoration: underline;
  border-left: 3px solid #107aff;
  background: #707070;
  color: #fff;
}
.right_content_title h3,
h1 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.right_content_sorting {
  overflow: hidden;
  background: #f5f4f4;
  padding: 10px 15px;
}
.sort_1 {
  margin-right: 20px;
}
.sort_1 span {
  margin-right: 10px;
  font-size: 13px;
}
.sort_1 select {
  height: 26px;
  padding-left: 10px;
  width: 200px;
}
.sort_2 span {
  margin-right: 10px;
  font-size: 13px;
}
.sort_2 select {
  height: 26px;
}
.right_content_sorting {
  margin-bottom: 30px;
}
.right_sorting {
  padding-right: 10px;
  padding-top: 3px;
}
.right_sorting a {
  color: #898989;
  font-size: 13px;
  margin-left: 20px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.right_sorting a.opening,
.right_sorting a:hover {
  color: #107aff;
}
.right_sorting a i {
  font-size: 15px;
  vertical-align: middle;
  margin-right: 3px;
}

.right_product {
  overflow: visible;
}

.module_product ul li {
  display: inline-block;
  margin-bottom: 30px;
  width: 33%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.right_product ul li {
  display: inline-block;
  margin-bottom: 30px;
  width: 48%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.related_right_product ul li {
  display: inline-block;
  margin-bottom: 30px;
  overflow: hidden;
  width: 30%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 2% 2% 0;
}
.right_product ul li:nth-child(odd) {
  float: none;
}
.right_product ul li:nth-child(even) {
  float: right;
}
.right_product_block {
    height: 190px;
    position: relative;
    background: #f7f7f7;
    padding: 5px;
    border: 3px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    /* padding-top: 5px; */
}
.right_product_block:hover {
  border: 3px solid #2678e7;
}
.right_product_block:hover a {
  color: #2678e7;
}
.right_product_block_img {
  margin-right: 15px;
}
.right_product_block_img img {
  /* width:100%; */
  height: auto;
  display: block;
  margin: 0 auto;
}
.right_product_title {
    font-weight: 700;
    margin-bottom: 3px;
    height: 40px;
    /* min-height: 40px; */
}
.right_product_title a {
  font-size: 14px;
  color: #000;
}
.right_product_title a:hover {
  color: #2678e7;
}
.right_product_info {
    font-size: 13px;
    margin-bottom: 6px;
    height: 32px;
    overflow: hidden;
    line-height: 1.3;
    /* display: none; */
}
.right_product_buy {
  overflow: hidden;
  display: inline-block;
  padding: 0 0 0 0;
      margin-top: 10px;
}
.right_product_buy .left_buy {
  position: relative;
  top: 10px;
  width: 90px;
}
.right_product_buy span {
  display: block;
}
.right_product_buy span.discount {
  position: absolute;
  top: -12px;
  color: #a3a3a3; /* font-size:12px; */
  text-decoration: line-through;
}
.right_product_buy span.base_price {
  font-size: 14px;
  font-weight: 700;
}
.right_product_buy button {
  border-radius: 2px;
  background: #ffc000;
  color: #000;
  border: none;
  padding: 5px 15px;
  vertical-align: bottom;
}
.right_pagination {
  text-align: center;
  margin-top: 15px;
}
.right_pagination ul li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.right_pagination ul li a {
    color: #000;
    font-size: 20px;
    padding: 0 6px;
    position: relative;
    text-decoration: none;
}
.right_pagination ul li.active span {
  background: #2678e7;
  color: #fff;
  padding: 0 4px;
}
.right_pagination ul li.active span:before {
    background: #2678e7;
    bottom: -10px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 20px !important;
}
.pagination li a {
  border: none !important;
  border-radius: 0 !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border: none !important;
  border-radius: 0 !important;
}

.manufacturer-list:before,
.manufacturer-list:after {
  display: table;
  content: '';
  line-height: 0;
}
.manufacturer-list:after {
  clear: both;
}
.manufacturer-list .manufacturer-heading {
  font-weight: bold;
  color: #000;
  float: left;
  display: block;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 15%;
  height: 50px;
  line-height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.manufacturer-list .manufacturer-content {
  padding: 12px 15px;
  float: left;
  width: 85%;
  border-left: 1px solid #c6c6c6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.manufacturer-list .manufacturer-content a {
  white-space: nowrap;
  line-height: 20px;
  margin: 0px 0 5px 0;
  display: block;
}
.manufacturer-list + .manufacturer-list {
  border-top: 1px solid #c6c6c6;
}
.brands {
  background: #e6eaed;
  padding: 20px;
  margin-bottom: 30px;
}
p.brands a {
  font-weight: 900;
}
.manufacturer-content div,
#content ul.list-unstyled {
  margin: 0;
  list-style-type: none;
}
.manufacturer-content div li + li,
#content ul.list-unstyled li + li {
  margin-top: 10px;
}
.manufacturer-content div a,
#content ul.list-unstyled a {
  position: relative;
}
.manufacturer-content div a:hover {
  text-decoration: none;
}
.manufacturer-content div a:before,
#content ul.list-unstyled a:before {
  content: '\f105';
  margin-right: 10px;
  color: #df4c49;
  font-weight: 400;
  font-size: 20px;
  font-family: 'FontAwesome';
  vertical-align: top;
}
.manufacturer-content div a:before {
  vertical-align: top;
  color: #3fa2c5;
}

@media (max-width: 480px) {
  .right_product ul li {
    width: 100% !important;
  }
  .right_sorting {
    display: none;
  }
}
/*-PRODUCT_PAGE-*/
#shop_page {
  padding-bottom: 100px;
}
.shop_page_head {
  margin-bottom: 0;
}
.shop_page_head_img {
  overflow: hidden;
}
.shop_page_head_img img {
  display: block;
  height: auto;
  width: 100%;
}
.shop_page_head_img .main_img {
  width: 100%;
  /*max-width:286px;*/
  margin-right: 3%;
}
.shop_page_head_img .main_img a {
  /*background:#f5f4f4;*/
  /* border:1px solid #f5f4f4; */
  display: block;
  padding: 1px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.shop_page_head_img .main_img a:hover {
  border: 1px solid #2678e7;
}
.shop_page_head_img .other_img {
  max-width: 66px;
}
.shop_page_head_img .other_img a {
  /* background:#f5f4f4 ;border:1px solid transparent;*/
  display: block;
  margin-bottom: 9px; /* padding: 4px; */
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border: 1px solid rgba(191, 173, 173, 0.2);
}
.shop_page_head_img .other_img a:last-child {
  margin-bottom: 0;
}
.shop_page_head_img .other_img a:hover {
  border: 1px solid #2678e7;
}
.shop_page_head_info .title {
  margin-bottom: 10px;
}
.shop_page_head_info .title h5,
h1 {
  font-size: 20px;
  font-weight: 700; /* padding: 10px 0 0 0; */
}
.shop_page_head_info .price {
  overflow: hidden; /* border-bottom:1px solid #dedede; */
  /* padding-bottom: 30px; */
}
.shop_page_head_info .price p {
  font-size: 16px;
  color: #858585;
  margin-bottom: 10px;
}
.shop_page_head_info .price_left {
     /* margin-right: 50px;*/
    display: flex;
    align-items: center;
	width: 17%;
}
.shop_page_head_info .price_left span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.shop_page_head_info .price_left span.discount {
  /* color:#a4a4a4; */
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 100;
    /*  margin-right: 25px;*/
}
.js-minus,
.js-plus {
  background: #333334;
  border: none;
  color: #fff;
  height: 24px;
  padding: 2px 8px;
  width: 24px;
  display: block;
  cursor: pointer;
}
.js-minus {
  float: left;
}
.js-plus {
  float: right;
}
div#cart {
  float: right;
}
.shop_page_head_info .price_right input {
  border: 1px solid #d7d7d7; /* height:25px */
  text-align: center;
  width: 45px;
}
.shop_page_head_info .cart {
  padding: 20px 0;
}
.shop_page_head_info .cart .re views {
  margin-bottom: 20px;
}
.shop_page_head_info .cart .reviews span {
  color: #ffc000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
.shop_page_head_info .cart .reviews .rating-symbol {
  color: #ffc000;
  cursor: pointer;
}
.shop_page_head_info .cart_info {
  overflow: hidden;
}
.shop_page_head_info .cart_info_left span {
  display: block;
  font-size: 18px;
}
.shop_page_head_info .cart_info_right button {
  border: none;
  text-transform: uppercase;
  color: #fff;
  background: #2678e7;
  padding: 10px 37px; /*padding:10px 20px*/
}
.nav-tabs > li > a {
  border: none;
  color: #0009;
  font-weight: 700;
  margin-right: 2px;
  text-transform: uppercase;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #f5f4f4;
  border: none;
  color: #000;
  font-weight: 700;
}
.tab-content {
  margin-top: 10px;
}
.tab-content .txt_block {
  margin-bottom: 20px;
}
.tab-content .txt_block h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tab-content .txt_block p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .shop_page_head_img {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .shop_page_head_info .cart_info_right {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .nav-tabs > li {
    float: none;
    display: inline-block;
  }
  .nav-tabs > li > a {
    font-size: 11px;
    padding: 10px;
  }
  #button-cart {
    width: 32% !important;
  }
}
/*-FIND-*/
#find {
  padding-bottom: 100px;
}
.find_1 h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.find_1 form input,
.find_1 form select {
  border: 1px solid #c2c2c2;
  height: 35px;
  max-width: 305px;
  padding-left: 15px;
  width: 100%;
  margin-right: 15px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.find_1 form select {
  color: #919090;
  font-size: 14px;
  opacity: 1;
}
.find_1 form input:focus,
.find_1 form select:focus {
  border: 1px solid #2678e7;
}
.find_1 form input::-webkit-input-placeholder {
  color: #919090;
  font-size: 14px;
  opacity: 1;
}
.find_1 form input::-moz-placeholder {
  color: #919090;
  font-size: 14px;
  opacity: 1;
}
.find_1 form button,
.find_1.form button {
  background: #2678e7;
  border: none;
  color: #fff;
  margin-left: 15px;
  padding: 8px 20px;
}
.find_2 {
  margin-top: 50px;
}
.find_2 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.view_more {
  margin-top: 50px;
}
.view_more_content {
  background: #f6f6f6;
  border-radius: 3px;
  color: #2678e7;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  width: 315px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.view_more_content span {
  margin-right: 20px;
}
.view_more_content:hover {
  background: #e1e1e1;
  color: #2678e7;
  text-decoration: none;
}
.view_more_content img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.view_more_content:hover img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .find_1 form {
    text-align: center;
  }
  .find_1 form input,
  .find_1 form select {
    display: block;
    width: 48%;
    max-width: 100%;
    margin-right: 0;
  }
  .find_1 form input {
    float: left;
  }
  .find_1 form select {
    float: right;
  }
  .find_1 form button {
    margin: 20px auto 0;
    max-width: 150px;
    width: 100%;
  }
}
/*-THANK-*/
#thank {
  padding-bottom: 100px;
}
.thank_content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.thank_content p {
  margin-bottom: 10px;
}
.thank_content p a {
  text-decoration: underline;
  color: #1a5fdd;
}
.thank_content p a:hover {
  text-decoration: none;
}
.thank_content button {
  margin-top: 30px;
  background: #333333;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 6px 15px;
}
/*-REMEBER-*/
#remember {
  padding-bottom: 200px;
}
.remember_content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.remember_content p {
  margin-bottom: 10px;
}
.remember_content form {
  margin-top: 20px;
  width: 100%;
}
.remember_content form input {
  border: 1px solid #c2c2c2;
  height: 35px;
  padding-left: 15px;
  width: 80%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.remember_content form input:focus {
  border: 1px solid #2678e7;
}
.remember_content form input::-webkit-input-placeholder {
  color: #919090;
  font-size: 14px;
  opacity: 1;
}
.remember_content form input::-moz-placeholder {
  color: #919090;
  font-size: 14px;
  opacity: 1;
}
.remember_content form button {
  background: #2678e7;
  border: none;
  color: #fff;
  padding: 7.5px 0px;
  width: 19%;
}
/*-BACK-TOP-*/
#catalog_page {
  padding-bottom: 100px;
}
.catalog_page_title h3 {
  font-size: 24px;
  border-bottom: 1px solid #ebe8e8;
  padding-bottom: 20px;
}
.catalog_page_content {
  margin-top: 50px;
}
.cpc_block {
  margin-bottom: 50px;
  vertical-align: top;
  width: 49.5%;
}
.cpc_block .section_item_inner {
  margin-right: 45px;
}
.cpc_block .section_item_inner td {
  vertical-align: top;
}
.cpc_block .image {
  height: 90px;
  padding-right: 20px;
  width: 90px;
}
.cpc_block .image img {
  display: block;
  height: auto;
  width: 100%;
}
.cpc_block .section_info ul {
  overflow: hidden;
}
.cpc_block .section_info ul li.name {
  display: block;
  margin-bottom: 8px;
}
.cpc_block .section_info ul li a {
  color: #1a5fdd;
}
.cpc_block .section_info ul li.name a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.cpc_block .section_info li.txt {
  color: #6f6f6f;
  line-height: 1.5;
}
.cpc_block .section_info li.sect {
  display: inline-block;
  padding-right: 5px;
  white-space: nowrap;
}
.cpc_block .section_info ul li.name a:hover {
  color: #000;
}
.cpc_block .desc .desc_wrapp {
  color: #6f6f6f;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .cpc_block {
    width: 100%;
  }
  .cpc_block .section_item_inner {
    margin-right: 0;
  }
}

 @media (width: 768px), (width: 810px), (width: 820px),(width: 1024px) {
  .logo-down {
    display:none;
  }
 }

/*-BACK-TOP-*/
#back-top {
  bottom: 10%;
  display: block;
  position: fixed;
  right: 3%;
  z-index: 1000;
}
#back-top a {
  color: #239bcd;
  display: block;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}
/*-MODAL-*/
.modal-dialog {
  margin: 10% auto;
  width: 390px;
}
.modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.modal-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}
.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #6e6d6d;
}
.modal-body {
  padding: 30px;
}
.modal-body input.entry_field {
  background: #f3f3f3;
  border: 2px solid transparent;
  height: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modal-body input.entry_field:focus {
  border: 2px solid #2678e7;
}
.modal-body input.entry_field::-webkit-input-placeholder {
  color: #7d7d7d;
  font-size: 14px;
  opacity: 1;
  text-transform: uppercase;
}
.modal-body input.entry_field::-moz-placeholder {
  color: #7d7d7d;
  font-size: 14px;
  opacity: 1;
  text-transform: uppercase;
}
.modal-body input[type='checkbox'],
.modal-body input[type='radio'] {
  margin: 0;
}
.modal-body p {
  overflow: hidden;
}
.modal-body p a {
  text-decoration: underline;
}
.modal-body p a:hover {
  text-decoration: none;
}
.modal-body p.remember {
  margin-bottom: 20px;
}
.modal-body p.remember input {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.modal-body p.remember span {
  float: left;
}
.modal-body p.remember a {
  float: right;
  color: #000;
}
.modal-body p.registr a {
  font-weight: 700;
}
.modal-footer {
  padding: 0;
  text-align: center;
}
.modal-footer button {
  background: #2678e7;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  width: 100%;
  border: none;
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modal-footer button:hover {
  opacity: 0.95;
}
.modal-footer a:hover {
  text-decoration: none;
}
@media (max-width: 420px) {
  .modal-dialog {
    margin: 23% 15px;
    width: auto;
  }
  .cart_full {
    position: relative;
    right: 0;
    text-align: left;
    width: 100%;
  }
  .cart_full_button .view_cart,
  .cart_full_button .form_order {
    float: left;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 0 0 8px 0;
    padding: 10px 0;
  }
  .cart_full_item .item_detail {
    float: left;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 3px;
    width: 168px;
    display: block;
    overflow: hidden;
    color: #1c1c1c;
  }
  .cart_full_item .item_price {
    float: right;
    font-size: 18px;
    margin-top: 10px;
    color: #1f1f1f;
  }
  .cart_full_price {
    letter-spacing: 0;
    text-align: right;
    font-size: 14px;
    margin-bottom: 15px;
    color: #494949;
  }
}
@media (max-width: 360px) {
  /* .contact_info_1,.contact_info_2{width:100%} */

  #contacts .col-sm-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  ul.col-right.thumbnails {
    float: none !important;
    overflow: hidden; /* max-height:275px; */
    margin-left: auto;
    margin-right: auto;
    width: 274px;
  }
  .shop_page_head_img .other_img {
    float: left !important;
  }

  #button-ukrcredits {
    padding:0px 1px !important;
  }

  #button-cart {
    width: 31% !important;
  }
  #ogolosha p {
    font-size: 14px !important;
  }
}
@media (max-width: 380px) {
  #button-cart {
    width: 25% !important;
  }
}

/* modal_add */
#modal_add .modal-content {
  border: 12px solid rgba(0, 0, 0, 0.3);
}
#modal_add .modal-header {
  border: none;
  padding: 10px;
}
#modal_add .modal-body {
  padding: 20px;
}
#modal_add .modal-body img {
  margin-bottom: 30px;
}
#modal_add .modal-body p {
  font-size: 18px;
}
#modal_add .modal-body p a {
  color: #2678e6;
  text-decoration: underline;
}
#modal_add .modal-body p a:hover {
  text-decoration: none;
}
/*** No-Zoom IOS ***/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
.page {
  margin-bottom: 10px;
}
.page h3,
h1 {
  font-size: 20px;
  margin-bottom: 16px; /* margin-top: 16px; font-weight: 100; */
}
.page_404 {
  padding: 80px 0 100px 0;
}
.img404 {
  padding: 0 50px 0 0;
}
.reviews {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px 0;
}
.reviews span.txt {
  color: #333 !important;
  display: inline-block;
  letter-spacing: 0 !important;
  margin: 0 0 0 10px !important;
}
.reviews a:hover {
  text-decoration: none;
}
.remove_cart_btn {
  background: none;
  border: none;
  font-weight: 700;
}
.payment.clearfix {
  width: 100%;
  padding: 0 15px;
}
.payment input {
  background: #2678e7;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  float: right;
}
.payment input:hover {
  opacity: 0.9;
}
div#payment-address-new .radio input {
  width: 14px;
  float: left;
  margin: -6px 10px 0 -18px;
}
div#payment-address-new .checkbox label,
div#payment-address-new .radio label {
  padding: 0 16px 0px 24px;
}
.shipping-methods {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.shipping-methods .left_form select,
.shipping-methods .left_form input,
.shipping-methods .left_form span {
  width: 100%;
  height: 34px;
}
.shop_page_head_img .other_img {
  max-width: 64px;
  float: none;
  /*display:block;*/
}
li.other_img.dib {
  margin: 0 0 3px 0;
}
ul.col-right.thumbnails {
  /*float:right;*/
  overflow: hidden; /* max-height:275px */
}
.rating a:hover {
  text-decoration: none;
}
.imag img {
  margin: 25px 0 5px 0;
  border: 2px solid;
  border-radius: 2px;
}
.form-control {
  border-radius: 0;
}
.fa.fa-stack {
  color: #ffc000;
}
/*dop color img*/
.color-foto {
  width: 200px;
  overflow: hidden;
  position: absolute; /*overflow:hidden;*/
  height: 66px;
  margin: 0 0 10px 0; /*display:inline-block;*/
  right: 20px; /*top: 56px;*/
  top: 106px;
}
.color-foto img {
    height: 45px;
    margin: 1px 1px;
}
.color-foto:hover {
  height: 100%;
  z-index: 10001;
  overflow: visible;
  width: 266px;
  right: 5px;
}
.dop-color {
  float: left;
  width: 46px;
  height: auto;
  margin: 0 3px 2px 1px;
  display: inline-block;
}
.dop-color img {
  border: 1px solid #999;
  width: 46px;
  height: auto;
}
.prod-color {
  float: left;
}
.prod-color {
  width: calc(20% - 6px);
  margin: 7px 0 0 2px;
}
.prod-color img {
  width: 100%;
  border-bottom: 3px solid #fff;
}
.prod-color img:hover {
  border-bottom: 3px solid #2678e7;
}
/*.color-product{*/
/*height:154px;*/
/*}
*/
.next-colors {
  float: none;
  display: block;
  border: none;
  color: #2678e7;
  border-bottom: 1px dashed;
  margin: 0 auto 0 auto;
  background: #fff;
  outline: none;
}
.next-colors:hover {
  border-bottom: 1px dashed #fff;
}
.hidden-color {
  display: none;
}
@media screen and (max-width: 1200px) {
  .right_product_block {
    height: auto;
  }
  .color-foto {
    /*width:86%;*/
    display: block;
    float: none;
    margin: 0 auto 15px auto;
    height: 48px;
    top: 173px;
    right: 66px;
  }
  .color-foto img {
    height: 40px;
    margin: 2px;
  }
  .dop-color {
    width: calc(20% - 4px);
  }
  .dop-color img {
    width: 100%;
  }
  .right_product_block_img {
    margin: 0 15px 12px !important;
  }
}
@media screen and (max-width: 991px) {
  .color-foto {
    /*right: 27px; */
    top: 70px;
    height: 53px;
  }
  .color-foto img {
    height: auto;
  }
  .left_sidebar .panel-heading {
    display: none;
  }
  .left_sidebar .panel-body {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .color-foto {
    right: 0;
  }
  .right_product_buy {
    padding: 0;
  }
}
@media screen and (max-width: 807px) {
  .color-foto {
    right: 10%;
    top: 173px;
  }
  .right_product_buy {
    padding: 63px 0 0 0;
  }
}
@media screen and (max-width: 502px) {
  .color-foto {
    top: 223px;
  }
}
@media screen and (max-width: 470px) {
  .color-foto {
    right: 0;
    top: 70px;
    height: 53px;
  }
}
@media screen and (max-width: 410px) {
  .color-foto {
    right: 0;
    top: 170px;
    height: 53px;
  }
}
@media screen and (max-width: 480px) {
  .footer_contact_block a {
    display: block;
    width: 100%;
  }
  .footer_accept_visa img {
    width: 19%;
  }

  .cart_info_right button.wishlist {
    padding: 8px 8px !important;
    /* width: 30%; */
    min-width: 77px;
  }
  #button-cart {
    padding: 11px 11px !important;
    width: 100%!important;
	    display: initial;
  }
  .shop_item_description {
    padding-top: 17px;
}
.pod {
    margin-top: 0px!important;
    margin-left: 0px!important;
}
  #content .ukrcreditsticker {
    top: 97px;
    left: 70px;
  }
  .shop_page_head_info .cart_info_right {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .nav-tabs > li {
    float: none;
    display: inline-block;
  }
  .nav-tabs > li > a {
    font-size: 11px;
    padding: 10px;
  }
#button-ukrcredits {
    padding: 0px 26px!important;
    margin-top: 7px;
    width: 100%;
    text-transform: uppercase;
}
}
@media screen and (max-width: 991px) {
  .list-group {
    /*display:none*/
  }
  .list-group-category {
    display: none;
  }
}

/* partner_form */
.menu3rdlevel_inner ul li {
  padding: 0 0 0 10px;
}
.color_item {
  float: left;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
}
.color_item:hover {
  border: 1px solid #2678e7;
}
.color_item .image_block {
  /*border: 1px solid rgba(192, 192, 192, 0.51);*/
  background-color: #fff;
}
/*.color_item .image_block:hover {*/
/*border: 1px solid;*/
/*}*/

@media screen and (max-width: 600px) {
  .shop_page_head_img .main_img a {
    padding: 3px;
  }
}
.cart_info_right.right.mobile_statemant {
  padding: 23px 0 0 0;
  display: none;
}
@media screen and (max-width: 752px) {
  .cart_info_right.right.mobile_statemant {
    display: block;
  }
  .cart_info_right.right.desctop_statement_btn {
    display: none;
  }
}

@media screen and (max-width: 752px) {
  .cart.mobile-carts {
    display: block;
  }
  /* .cart.desktop-items {
        display: none;
    } */
}
@media screen and (max-width: 1124px) {
  .right_product_buy {
    padding: 58px 0 0 0;
  }
  .right_product_block_img {
    float: none;
  }
  .color-foto {
    top: /* 358 */ 220px;
  }
}

@media screen and (max-width: 882px) {
  .right_product_block {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
  }
  .color-foto {
    top: 0;
    display: block;
    position: relative;
    padding: 10px 0 0 0;
        height: 100%;
		    margin: 0px 21%;
  }
  .right_product_buy {
    padding: 0;
  }

  p img {
    max-width: 100%;
  }
  #truba td {
    text-align: center;
    vertical-align: middle !important;
    max-width: 120px;
  }
  #truba img {
    width: 100px !important;
    height: 100px !important;
  }
}
.new_article_tovar {
  display: block;
    margin-bottom: 0px;
    margin-left: 5px;
}
span.new_article_tovar.gd {
        margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
}
@media screen and (max-wdith: 992px) {
  .right_product ul li:nth-child(odd) {
    float: none;
  }
}
.related_right_product {
  width: 100%;
  overflow: hidden;
}

.form-group-input.required {
  overflow: hidden;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0 0 15px 0;
}
span.text-danger {
  font-size: 12px;
  float: left;
  margin: 3px 0 0 15px;
}
.right_product {
  position: relative;
}

button.wishlist {
  background: none !important;
  color: #ddd !important;
  border: 2px solid #ddd !important;
  padding: 8px 28px !important;
  margin-right: -5px; /* padding: 8px 16px!important; */
}
button.wishlist:hover {
    color: #2678e7 !important;
    border: 2px solid #2678e7 !important;
    background: #2678e700 !important;
}

/* ÐžÐ¿Ð¸ÑÐ°Ð½Ð¸Ðµ */
span.opis_z {
  font-weight: bolder;
  color: #104e8b;
}

span.opis_h {
  font-weight: bold;
  color: #4f4f4f;
}

/* ÐŸÐ¾Ð³Ñ€ÐµÐ± */

th.pqb {
  background: #fc0;
  text-align: left;
}
td.pqb {
  background: #fff;
  text-align: center;
}
th.pqb,
td.pqb1,
td.pqb2,
td.pqb3,
td.pqb4,
td.tabp1,
td.tabp2 {
  border: 1px solid black;
  padding: 4px;
}
table.pqb {
  border-collapse: collapse; /* border: 2px solid; */
  width: 100%;
}
td.pqb1 {
  width: 20%;
  vertical-align: middle;
}
td.pqb2,
td.pqb4 {
  width: 20%;
  vertical-align: middle;
  text-align: center;
}
td.pqb3 {
  width: 10%;
}
td.pqb3,
td.pqb3 {
  vertical-align: middle;
  text-align: center;
}
td.pqb4 {
  height: 30px;
  vertical-align: middle;
  text-align: center;
}
td.tabp1 {
  width: 23%;
  vertical-align: middle;
}
td.tabp2 {
  width: 15%;
  vertical-align: middle;
  text-align: center;
}

.owl-item {
  float: left;
  text-align: center;
  width: 20%;
}

.image-pg {
  height: 70px;
}
.name_pg_1 {
  font-size: 16px;
  font-weight: bold;
}

.owl-pog {
  /* float: left; */
  text-align: center;
  border: 1px solid rgba(16, 75, 134, 0.6);
  border-radius: 8px;
  /* width: 32%; */
  position: relative;
  margin: 5px;
}

.product-pog {
  text-align: center;
}
.m-l-3 {
  margin-left: 3%;
}

.image-pog img {
  /* height: 350px; */
  width: 100%;
  max-height: 350px;
}
.name_pog {
  font-size: 20px;
}
.price-button.all-caps {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  border-radius: 0px 0px 6px 6px;
  background: transparent none repeat scroll 0% 0%;
  color: #ed420a;
  font-size: 18px;
}
table.text {
  width: 100%;
}
td.tabtext {
  width: 45%;
  text-align: justify;
}
td.tabtextc {
  width: 1%;
}

table.pog_map {
  width: 100%;
}
td.pog_map {
  width: 70%;
}
td.pog_map1 {
  width: 30%;
}

.price_pog {
  font-weight: bold;
}

.media > .pull-left {
  margin-right: 20px;
}
.contact-info i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 2px 0px;
  background: #0c0c0c none repeat scroll 0% 0%;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
}

.pull-left {
  float: left !important;
  margin-right: 20px;
}

.media-body p {
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  vertical-align: middle;
  color: #000;
  margin: 10px;
}

.media,
.media-body {
  overflow: hidden;
}

.col-sm-8 {
  /*     width: 66.6667%; */
  float: left;
  /* margin-top: 17px; */
  padding-right: 15px;
  padding-left: 15px;
}

#conatcat-info {
  background: #fff url('/image/catalog/pogreb/foto/contact.png') no-repeat scroll 100% 0px;
  padding: 32px 0px;
  height: 100px;
}

hr.pog {
  border: medium none;
  background-color: rgb(111, 103, 103);
  height: 2px;
}
p.ots-pog1 {
  height: 130px;
}

.owl-wrapper1 {
  height: 380px;
}

.shop_page_head_info .price_left .no-pdv {
	margin-left: 30px;
    font-size: 18px;
    color: #bdbdbd;
    font-weight: 400;
	padding-top: 5px;
}

.footer_left li,
.shop_page_head_img li,
.full_catalog_list_block li,
.submenu li,
.color_option.photos,
.page_description_left_list {
  list-style: none;
}
#tab-description ul {
  /* list-style-image: url(/catalog/view/theme/default/images/blt_01.gif); */
  margin: 0 1.5em 1.5em 1.5em;
  list-style: square outside;
}

#content ol {
  margin: 0 1.5em 1em -25px;
}

span.dostavka_b {
  font-weight: bold;
  font-size: 12pt;
  color: #000;
}
p.dostavka_text {
  /* padding-left: 15px; */
}
.slide-content {
  background: #fff;
}
#tab-description p {
  margin: 0 0 1.5em !important;
}
#reviewStars-input input:checked ~ label,
#reviewStars-input label,
#reviewStars-input label:hover,
#reviewStars-input label:hover ~ label {
  background: url('../image/star.png') no-repeat;
}
#reviewStars-input {
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1; /*end of fix floating problems*/
  position: relative;
  float: left;
  width: 120px;
  padding: 12px 0;
}
#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  z-index: 0;
}
#reviewStars-input input:checked ~ label {
  background-position: 0 -20px;
  height: 20px;
  width: 20px;
}
#reviewStars-input label {
  background-position: 0 0;
  height: 20px;
  width: 20px;
  float: right;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
  z-index: 1;
}
#reviewStars-input label:hover,
#reviewStars-input label:hover ~ label {
  background-position: 0 -20px;
  height: 20px;
  width: 20px;
}
#reviewStars-input #star-1 {
  left: 2px;
}
#reviewStars-input #star-2 {
  left: 26px;
}
#reviewStars-input #star-3 {
  left: 50px;
}
#reviewStars-input #star-4 {
  left: 74px;
}
#reviewStars-input #star-5 {
  left: 97px;
}

/* Галерея_погреб */
#thumbs {
  padding-top: 10px;
  overflow: hidden;
}
#thumbs img,
#largeImage {
  border: 1px solid gray;
  padding: 4px;
  background-color: white;
  cursor: pointer;
}
#thumbs img {
  float: left;
  margin-right: 6px;
}
#description {
  background: black;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  width: 525px;
  margin: 5px;
}
#panel {
  position: relative;
}

/* /Галерея_погреб */

.show-hidden-values.opened {
  color: #0087ff;
}
@media only screen and (min-width: 320px) {
  fieldset {
    padding: 1px !important;
  }
}
.col-sm-10 {
  width: 100%;
}
.description_block {
  margin-bottom: 20px;
}

/*cashe*/
.sc-flex-block.sc-jetcache-heading {
  display: none;
}
.sc-jetcache-bottom-heading {
  background-color: #6b6b6b;
}
#httpsfix_cache_remove {
  background-color: #2053b3;
}

/* .cart_info_right span {
  font-weight: 700;
  text-transform: uppercase;
} */

.cart_info_right span {
	font-size: 19px!important;
	font-weight: bold;
	text-transform: inherit;
	color: #63bd64;
}

/* .category_img_txt p {display: none;}
.category_img_txt:hover p {display: block;} */

#truba td {
  text-align: center;
}

/* Фильтр */
.ocfilter-option label:hover {
  color: #fb3f4c;
}

#content .btn-danger {
  background-color: red !important;
  border-color: red !important;
  opacity: 0.65 !important;
}

.btn-danger {
  background-color: #2678e7 !important;
  border-color: #6078e7 !important;
  opacity: 0.65 !important;
}

.btn-danger:hover {
  background-color: #286090 !important;
  border-color: #204d74 !important;
}
.btn-primary {
  background-color: #2678e7 !important;
  opacity: 0.65 !important;
}
.btn-primary:hover {
  background-color: #286090 !important;
  border-color: #204d74 !important;
}

.opis_zel {
  color: green;
}
.button-z {
  background: #6b6b6b99 !important;
}
@media (min-width: 992px) {
  #tab-specification .table {
    max-width: 50%;
  }
  .right_product_block:hover .product_attributes {
    display: block;
    border-top: 0;
  }
#ogolosha p {
	font-size: 20px !important;
	height: 7px;
}
}
.product_attributes {
  display: none;
  width: calc(100% + 6px);
  clear: both;
  background: #f7f7f7;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding: 5px 15px;
  left: -3px;
  border: 3px solid #2678e7;
  transition: 0.1s;
}

#tab-specification .table {
  border: 0 !important;
}
#tab-specification .table td {
  padding: 1px;
  border: 0 !important;
}

.checkout-mode-block {
  padding: 0 40px 40px 40px;
}

.checkout-mode-block .row h1 {
  font-size: 22px;
}

.checkout-mode-block .row h2 {
  font-size: 18px;
  padding: 15px;
  background: #f6f6f6;
}

.checkout-mode-form {
  margin-top: 22px;
  line-height: 2;
}

.checkout-mode-row input {
  margin-right: 8px;
}

.checkout-mode-form h4,
.checkout-mode-form h3 {
  margin-bottom: 8px;
}

.form-horizontal .control-label {
  text-align: left !important;
}

.right_product_title.category-tile {
/* margin-top: 60px; */
text-align: center;
text-transform: uppercase;
font-weight: 100;
display: flex;
align-items: center;
justify-content: center;
height: 150px;
}


.right_product_title.category-tile a {
  font-size: 20px;
}
#new-year {
  margin-top: 1px;
}

.base_price_red {
  color: red;
  font-weight: 700;
}

#ogolosha {
  color: #2678e7;
  font-weight: 500; 
  /* height: 8px; */
}
/* #ogolosha {margin-left: 372px;} */
/* .lnk #languages { */
/* position: absolute; */
/* left: 0; */
/* bottom: -27px; */
/* font-size: 14px; */
/* padding: 2px 8px; */
/* } */

.lnk #languages {
  position: absolute;
  right: 0;
  bottom: -28px;
  font-size: 14px;
  padding: 2px 8px;
  font-weight: bold;
}

.lnk #languages a {
  font-size: 14px;
}

.delivery h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1px;
}
.image-delivery img {
  max-width: 200px;
  width: 50%;
}
.image-delivery {
  text-align: center;
}
input[type='text'] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /*border: none;*/
  padding: 4px;
}

input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #09597a !important;
}
.black_bg {
  position: absolute;
  width: 96.5%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100400;
  border-radius: 14px;
}
.go_button {
  position: absolute;
  margin: auto;
  top: 55%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100500;
  display: none;
}
.go_button_b {
  color: #fff;
  background: orange;
  width: 143px;
  text-transform: uppercase;
  font-size: 21px;
  text-shadow: none !important;
  padding: 4px;
  border-radius: 5px;
  font-family: 'PT Sans Narrow' !important;
}
.header_right_sign2 {
  padding: 5px 44px 5px 5px !important;
}
td a:hover {
  opacity: 0.5;
}
.col-xs-6.footer_menu ul li a:hover {
  opacity: 0.5;
}
a.opened img:hover {
  opacity: 0.5;
}
a.category_img.category_img_x3.col-sm-4 {
  padding: 0 7px;
}
li.backgr a {
  color: white;
}
li.backgr {
  display: block;
  background: #526069;
}
input#customer_firstname,
input#customer_telephone,
input#customer_field20,
input#customer_email {
  width: 310px;
  border-radius: 3px;
}
span.wrapper-count > input[type='text'] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
}

.btn.btn-block {
  font-weight: bold;
}

#footer {
  background: #171932;
  color: #aaa9bb;
  font-size: 15px;
}
#footer h3 {
  color: #fff;
}
#footer a {
  color: #aaa9bb;
  font-size: 15px;
}
.footer_line {
  height: 50px;
  background: #787785;
}
.copyright_1 {
  font-size: 15x;
}
.footer_accept_visa {
  font-size: 15px;
}
.fa.fa-home {
  font-size: 20px;
}
.dostavka-product {
  margin-top: 65px;
  text-transform: uppercase;
}
.dostavka-product img {
  margin-top: -20px;
}
.mfp-figure:after {
  background: #fff !important;
}
#button-ukrcredits {
  /* margin-right: 3px; */
  /* width: 15px; */
    text-transform: uppercase;
    padding: 0px 10px;
  background: none !important;
  color: #333 !important;
  border: 0px solid #ddd;
}
#button-ukrcredits:hover {
    color: #fff !important;
    border: 0px solid #2678e7 !important;
    background: #2678e7 !important;
}
/* 2021-12-22 */
.christmass-tree {
  position: absolute;
	left: -170px;
	top: 55px;
  height: 100px;
  display: none-;
}

.col-sm-12 {
  position: static !important;
}

#homemenu .uq-sub-menu .uq-sub-menu .uq-flyout ul li,
#homemenu #sub-menu ~ .uq-sub-menu .uq-flyout ul li {
  margin-right: -30px !important;
  width: 185px !important;
}
#homemenu .uq-sub-menu .uq-sub-menu,
#homemenu #sub-menu ~ .uq-sub-menu {
  padding: 5px 0px !important;
}

.home_down_title {
  font-size: 26px;
  text-transform: uppercase;
  /* margin-bottom: px; */
  letter-spacing: 0.5px;
}
.right_product_block:hover .ukrcreditsticker img {
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1.05,1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.cart_info_right.stts {
    margin-top: 5px;
}
.right_buy.right span.button_text {
    display: inherit;
}
#owl-demo .owl-stage-outer {
    margin-left: 29px!important;
    max-width: 89%!important;
}
.mobile_model {
    display: none;
}
.options .form-group {
    margin-bottom: 0px;
    /* padding: 10px 37px; */
    height: 33px;
  margin-top: 12px;
  /* margin-bottom: 5px; */
}
.options .form-group select.form-control {
    padding: 10px 0px;
    height: auto;
    border: 1px solid #ccc;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align-last: center;
    FONT-SIZE: 15PX;
}
.options {
    margin-right: 11px;
}
option {
    TEXT-ALIGN: left;
}
.shop_page_head_info .cart {
    padding: 20px 0;
    display: flex;
}
.cart.desktop-items .wishlist {
    border: none !important;
    font-size: 30px;
    padding: 0 10px !important;
}
.ukrcreditsticker {
    position: absolute;
    text-align: left;
    color: #000;
    bottom: 0px!important;
    left: 4px!important;
    z-index: 1;
}
.product_attributes {
    font-size: 13px;
    color: grey;
}
.shop_page_head_info .price_left {
    /* margin-right: 50px; */
    display: flex;
    align-items: center;
    width: 17%;
    flex-direction: column;
}
.shop_page_head_info .price_left span {
    width: 100%;
}
.shop_page_head_info .price_left .no-pdv {
    margin-left: 0px;
    font-size: 16px;
    color: #9d9b9b;
    padding-top: 0px;
    width: 100%;
    /* text-align: center; */
}
#supportUhoMyChat {
   top: auto!important;
    right: 9px !important;
    margin-right: 0px;
    background-image: linear-gradient( #71A6EF , #427BB4 );
    background-image: url(/image/chat.svg);
   height: 53px;
    background-color: white!important;
    width: 53px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    bottom: 108px!important;
    border: 1px solid #ffff!important;
}
.supportUho, .supportUho:visited {
    position: fixed;
    border: 0px solid #FFF!important;
    border-radius: 40px!important;
    padding: 15px 10px 3px 10px;
    color: #fff0!important;
    text-shadow: 0!important;
    -moz-box-shadow: 0 0 0px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    box-shadow: 0 0 0px rgb(0 0 0 / 0%)!important;
	    text-shadow: none!important;
    cursor: pointer;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 14pt;
    display: block;
    zoom: 1;
    /* width: 170px; */
    z-index: 10000;
    background-color: #ffffff00!important;
}
.uhoPosition_1, .uhoPosition_2, .uhoPosition_3 {
    -moz-transform: rotate(0deg)!important;
    -webkit-transform: rotate(0deg)!important;
    -o-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    /* writing-mode: tb-rl; */
    padding: 5px 10px 15px 10px;
    margin-right: -85px;
    background-image: linear-gradient( #7ABFEE /*{b-bup-background-start}*/, #427BB4 /*{b-bup-background-end}*/);
}
img.supportUhoIMG {
    display: none;
}
#back-top {
        bottom: 17%!important;
    right: 16px!important;
}
.header_left_callback.dib a.opened svg {
    max-width: 43pt;
    max-height: 43pt;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: white;
}
.optionssss .dropdown {
    position: unset;
}
.optionssss .dropdown .dropdown-menu {
   left: 16%;
    top: 80%;
  
}
.optionssss ul.dropdown-menu.show a:focus {
    color: red;
}
a.showing_ups {
    color: #585858;
    padding: 12px 15px;
    height: auto;
    border: 1px solid #ccc;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align-last: center;
    FONT-SIZE: 15PX;
}
a.showing_ups {
    color: #585858;
}
.optionssss i.fa.fa-angle-down {
    margin-left: 3px;
}
ul.dropdown-menu.show a .text-center {
    padding: 0 4px 0 4px;
    text-align: center;
    width: 100%;
}
.optionssss ul.dropdown-menu.show a {
    display: flex;
    align-items: center;
	font-size: 16px;
}
.optionssss ul.dropdown-menu.show a:visited {
    color: red;
}
.right_product_buy.mob58 .right_buy.right button {
    display: flex;
    flex-direction: row;
	justify-content: center;
}
.right_product_buy.mob58 .right_buy.right button i.fa.fa-shopping-cart {
    line-height: 20px;
    margin-right: 4px;
}
@media (max-width: 600px) {
	.optionssss .dropdown .dropdown-menu {
    left: 0%;
}
ul.dropdown-menu.show a .text-center {
    padding: 0 4px 0 4px;
    text-align: center;
    width: 15%;
}
.optionssss ul.dropdown-menu.show a {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}
	.optionssss .dropdown .dropdown-menu {
    top: 70%;
    width: 100%;
    padding: 0px;
    margin-left: 0.5%;
    /* margin-right: 1%; */
}
a.showing_ups {
    color: #585858;
        padding: 7px 12px;
    height: auto;
    border: 1px solid #ccc;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align-last: center;
    FONT-SIZE: 15PX;
    width: 100%;
    display: block;
}
.options {
    margin-right: 0px;
    margin-top: 3em;
    margin-bottom: 0em;
}
.price .cart_info_right .wishlist {
    position: absolute;
    right: 0px;
    margin-top: -40px;
}
.shop_page_head_info .price_left .no-pdv {
    margin-left: 0px;
    font-size: 12px;
}
.shop_page_head_info .price_left {
    /* margin-right: 50px; */
    display: flex;
    flex-direction: initial;
}
.shop_page_head_info .price {
    display: block  !important;
    align-items: baseline;
    width: 100% !important;
    flex-direction: column;
}
li.other_img.dib a img {
    width: 100% !important;
}
.shop_page_head_info .price_left .no-pdv {
    margin-left: 20px;
    font-size: 15px;
}
.left_sorting, .right_sorting {
    width: 100%;
    text-align: center;
    float: none;
}
}
@media (max-width: 780px) {
	.related_right_product.col-sm-12 h3 {
    margin-left: 2%;
}
		.related_right_product {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}
.related_right_product.col-sm-12 li {
    width: 49%;
    margin: 0 0% 0% 0;
}
span.rec {
    display: none;
}
	.right_content_sorting {
    padding: 10px 20px;
}
ul.submenu.mm-listview.mm-vertical li a::after {
    top: 40%;
    left: 19px;
}
.mm-vertical .submenu > li > .mm-next, .submenu > li.mm-vertical > .mm-next {
    height: 40px;
}
ul.submenu_submenu.mm-listview.mm-vertical li.mm-vertical a.mm-next {
    height: 40px;
} 
.shop_page_head_info .price_left {
    width: 100%;
}
button#button-ukrcredits {
    width: 15%;
}
.cart.mobile-carts {
    display: flex;
	    width: 100%;
}
.options {
    margin-right: 0px;
}
.options .form-group select.form-control {
    padding: 10px 0px;
    height: auto;
    border: 2px solid #ccc;
    text-align: center!important;
    display: flex;
    justify-content: center;
    align-items: center;
	    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
	text-align-last: center;
}
select.form-control option {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center!important;
	    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
	text-align-last: center;
}
.left_sorting {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sort_1,
  .sort_2 {
    margin-bottom: 10px;
  }
  .sort_2.dib {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
}
#content .ukrcreditsticker {
    top: 97px;
    left: 2px;
    max-width: 35px;
    height: 35px;
}
.ukrcreditsticker>div {
    height: 35px!important;
    width: 35px!important;
}
.right_product ul li {
   /* width: 48% !important;*/
}
.color-foto {
    margin: 0px 0%;
}
.color-foto {
    top: 0;
    display: none;
    position: relative;
    padding: 10px 0 0 0;
    height: 100%;
    max-width: 100%;
}
.color_item {
    float: left;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    max-width: 100%;
}
.color-foto img {
    width: 100%;
	height: 35px;
    margin: 2px;
	max-width:100%;
}
.right_buy.right span.button_text {
    display: none;
}
.right_product_buy button {
    border-radius: 2px;
    background: #bbb9b200;
    color: #000;
    border: 1px solid #d5c326;
    padding: 6px 19px;
    vertical-align: bottom;
}
.right_buy.right button i.fa.fa-shopping-cart {
    font-size: 24px;
}
.right_product_buy .left_buy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    position: relative;
    top: 0px;
    width: 90px;
	height:39px;
}
.right_product_buy span.discount {
    position: relative;
    top: 3px;
    color: #a3a3a3;
    font-size: 12px;
    text-decoration: line-through;
}
.right_product_buy span.base_price {
    font-size: 19px;
    font-weight: 700;
}
.base_price_red {
    color: red;
    font-weight: 700;
    font-size: 19px;
}
#owl-demo .owl-stage-outer {
    margin-left: 35px!important;
    max-width: 90%!important;
    margin-right: 35px!important;
}
.right_product_title {
    height: 90px;
    /* min-height: 40px; */
    text-align: left;
    margin-bottom: 10px;
}
.mobile_model {
    display: block;
    font-size: 12px;
    margin: 3px 0 5px;
    max-height: 53px;
    overflow: hidden;
	color: grey;
}
.right_product_title a {
    font-size: 15px;
    color: #000;
    /* font-weight: inherit; */
    max-height: 45px;
    overflow: hidden;
    width: 100%;
    display: block;
}
.mobile_model span{
    font-size: 12px;
}
.right_product_title a {
    font-size: 15px;
    color: #000;
        min-height: 3em;
}
.cart.mobile-carts button.wishlist {
    padding: 0px 8px !important;
 
  }
  .cart.mobile-carts .wishlist {
       right: 0px;
    margin-top: 8px;
    border: none !important;
    font-size: 33px;
}
#button-ukrcredits {
    padding: 0px 0px!important;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
}
.options button#wishing {
    float: right;
    margin-right: 0px;
}
.options button.wishlist {
   padding: 8px 8px !important;
    right: 0px;
    border: none !important;
    font-size: 30px;
    padding: 0 22px !important;
    margin-top: -19px;
  }
  .tmb-wrap-table div:after {
    height: 5px!important;
}
.tmb-wrap-table div {
    opacity: 1!important;
}
.tmb-wrap {
    position: relative!important;
    z-index: 2;
    top: 155px!important;
}
.right_product_buy {
    display: flex;
    justify-content: center;
    align-items: center;
}
.options .form-group select.form-control {
    padding: 10px 0px;
    height: auto;
    border: 2px solid #ccc;
    text-align: center;
}
.right_product_title.category-tile a {
    max-height: 100%;
}
.right_product_title.category-tile {
    /* margin-top: 60px; */
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.right_product_title.category-tile a {
    font-size: 15px;
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
    border-color: rgb(23, 25, 50);
    width: 0;
    height: 0;
      border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #191b31;
    border-bottom: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* border-color: #3f51b5!important; */
    width: 0;
    height: 0;
       border-left: 5px solid transparent;
    border-right: 5px solid transparent;
   border-top: 8px solid #ec1b22;
    border-bottom: 0px;
}
.mm-next:after, .mm-arrow:after {
    right: 21px;
}
.button-z {
    background: #6b6b6b8f !important;
    border: 1px solid #c1c1c1!important;
}
.right_product_info {
    display: none;
}
.menu_callback {
    position: fixed;
    bottom: 30px;
    z-index: 99999;
    float: right;
    right: 9px;
}
.menu_callback svg {
    width:34pt;
    height: 34pt;
	  max-width: 43pt;
    max-height: 43pt;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: white;
}
.menu_callback svg g {
    fill: #171932;
}
#supportUhoMyChat {
    height: 45px;
    width: 45px;
	bottom: 95px!important;
}
#back-top {
    bottom: 23%!important;
    right: 10px!important;
}
}
.color-foto:hover {
    height: 100%;
    z-index: 10001;
    overflow: visible;
    width: 246px;
    right: 0px;
}
.color-foto {
    width: 246px;
    overflow: hidden;
    position: absolute;
    /* overflow: hidden; */
    height: 49px;
    margin: 0 0 7px 0;
    /* display: inline-block; */
    right: 0px;
    /* top: 56px; */
    top: 133px;
}
button#button-ukrcredits img {
    max-width: 33px!important;
}
.header_left_callback.dib {
    position: fixed;
    bottom: 30px;
    float: right!important;
    right: 9px;
	
}
.header_left_callback.dib a{
    border-bottom: 0px dashed #fff;
}
.header_left_callback.dib a.opened svg {
       max-width: 53px;
    max-height: 53px;
}
.header_left_callback a g {
    fill: #171932;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .options .form-group select.form-control {
    padding: 10px 0px;
    height: auto;
    border: 2px solid #ccc;
    text-align: center!important;
    display: flex;
    justify-content: center;
    align-items: center;
	    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
	text-align-last: center;
}
select.form-control option {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center!important;
	    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
	text-align-last: center;
}
}
.timer-product-carousel-area .right_product_block {
   /* height: 167px;*/
}
div#relative .right_product_buy.mob58 {
    padding: 28px 0 0 0!important;
}
.modal-open {
    padding-right: 0px!important;
	overflow: auto!important;
}
.right_product_block_img {
    margin-right: 15px;
    margin-top: 3%;
    margin-bottom: 3%;
}
.options select.form-control option:visited {
    color: red!important
}
.uq-sub-menu button {visibility: hidden;}
@media(max-width:780px){
#content .ukrcreditsticker {
    top: 38%;
}
}
@media(max-width:414px){
	#content .ukrcreditsticker {
    top: 39%;
}
}
@media(max-width:414px){
#content .ukrcreditsticker {
    top: 37%;
}
}
@media(max-width:375px){
	#content .ukrcreditsticker {
    top: 35%;
}
}
@media(max-width:340px){
	#content .ukrcreditsticker {
    top: 33%;
}
}
@media(max-width:305px){
#content .ukrcreditsticker {
    top: 69px;
    left: 2px;
    max-width: 35px;
    height: 35px;
    left: 4px!important;
}
.ukrcreditsticker>div {
    height: 30px!important;
    width: 30px!important;
}
.ukrcreditsticker .ukrcreditPP {
    background-size: 20px!important;
}
}
@media(max-width:768px){
    table a img {
      width: 30px;
    }


}

@media(max-width:1200px){
    div#menu div.container div.row div table tbody tr td.uq-menu {
      display: none;
    }
  .header-table {
    position: relative;
  }
  .menu_list.col-md-9 {
    position: absolute;
  }
  div#menu div.container div.row div.menu_list.col-md-9 ul ul li {
    position: absolute;
    right: 0;
    top: -112px;
  }

}
@media (max-width: 610px) {
  div.header-table table tbody tr td form {
/*    position: absolute;
    width: 83vw;
    background-color: #f7f7f7;
    transform: translateX(-50%);
    left: -50%;
    top: 46px;
    right: 10%;*/
    display: none;

  }
  .header-table{
    margin-top: 8px !important;
  }

  div#menu div.container div.row div.header-table table tbody tr td form input:nth-child(1) {
    width: 330px;
    border: 2px solid #848383;
  }
}
@media (max-width: 1200px) {
  div#menu div.container div.row div.col-xs-6.col-sm-2 {
    margin-left: 39px;

  }
  div.header-table table tbody tr td form input:nth-child(1) {
    width: 350px;

  }
}
@media (max-width: 992px) {
  div#menu div.container div.row div.col-xs-6.col-sm-2 {
    margin-left: 39px;
    margin-top: -22px;
  }
}
@media (max-width: 920px) {

  div.header-table table tbody tr td form input:nth-child(1) {
    width: 250px;

  }
}
@media (min-width: 1200px) {

  div.header-table table tbody tr td form input:nth-child(1) {
    width: 475px;

  }

}
@media (max-width: 500px) {
  div#menu div.container div.row div.lnk {
    right: 10px !important;
  }
  div#mm-0.mm-page.mm-slideout div div table tbody tr td:nth-child(1) {
       width: 100% !important;
  }
}

@media (max-width: 393px) {
  div#menu div.container div.row div.lnk {
    right: 17px !important;
  }
  /*div#menu div.container div.row div.col-xs-6.col-sm-2 img.img-responsive2 {
    margin-left: 0px;
    margin-top: -8px;
  }*/
  /*div#menu div.container div.row div.col-xs-6.col-sm-2 a.opened img.logo-down {
    left: 17px !important;
    top: 51px !important;
  }*/
}

@media (max-width: 360px) {
  div#menu div.container div.row div.header-table table tbody tr {
    margin-right: -20px !important;
  }
}




@media (max-width: 768px) {
  div#menu div.container div.row div.col-xs-6.col-sm-2 {
    margin-left: 0;
    margin-top: 0;
  }
  div.header-table table tbody tr td form input:nth-child(1) {
    width: 200px;

  }
}
#menu-languages {
  display: flex;
  justify-content: end;
}
#menu-languages:nth-last-child(1) {
  padding-right: 30px;
}
#menu-languages * {
  color: #0a6ebd;
  font-weight: bold;
}
@media(max-width:440px){
.right_product ul li {
    /* width: 48% !important; */
    max-width: 50%;
    padding: 3px;
    margin-bottom: 10px;
    width: 100%!important;
}

.btn-primary {
  /* background-color: #2678e7 !important; */
  opacity: 0.65 !important;
}
.btn-primary:hover {
  /* background-color: #286090 !important; */
  background-color: red !important;
  border-color: #204d74 !important;
}

.popover {
left: 60px !important;
}

.popover.bottom {
  left: 73px !important;
}

.popover-content {
padding: 0px 0px!important;
}

}

@media (max-width: 768px) {
li.mm-vertical > a[href="https://komandor2000.ua/ua/promotion/"]:not(img) {
    display: none;
  }
}

@media (max-width: 768px) {
li.mm-vertical > a[href="https://komandor2000.ua/promotion/"]:not(img) {
    display: none;
  }
}