@charset "UTF-8";
@font-face {
  font-family: "Myriad Pro";
  src: url("fonts/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"), url("fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MyriadPro-Regular.woff") format("woff"), url("fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu Light";
  src: url(fonts/ubuntu/Ubuntu-Light.ttf);
}
@font-face {
  font-family: "Ubuntu Medium";
  src: url(fonts/ubuntu/Ubuntu-Medium.ttf);
}
@font-face {
  font-family: "Ubuntu Bold";
  src: url(fonts/ubuntu/Ubuntu-Bold.ttf);
}
@font-face {
  font-family: "m light";
  src: url(fonts/Montserrat/Montserrat-Light.ttf);
}
@font-face {
  font-family: "m bold";
  src: url(fonts/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "m med";
  src: url(fonts/Montserrat/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "m SemiBold";
  src: url(fonts/Montserrat/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "m Regular";
  src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "e Bold";
  src: url(fonts/Montserrat/Montserrat-ExtraBold.ttf);
}
.main-category-header {
  font-weight: 700;
}

.ad-category {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.ad-category.container-reviews {
  padding: 0;
}

.container.pagination {
  margin-top: 35px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
  border-radius: 0.25rem;
  flex-flow: row wrap;
}

.pagination li {
  width: 80px;
  height: 55px;
  border: 1px solid #dddddd;
}
.pagination li.active {
  background: #f2f2f2;
}
.pagination li a {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 55px;
}
.pagination li span {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 55px;
}
@media (max-width: 767px) {
  .pagination li {
    width: 40px;
    height: 33px;
  }
  .pagination li a {
    line-height: 33px;
  }
  .pagination li span {
    line-height: 33px;
  }
}

button:focus {
  outline: unset;
  outline: unset;
}

li.disabled {
  display: none;
}

a:hover {
  color: #b38e00;
  text-decoration: underline;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 141, 0, 0.25);
}

a {
  color: inherit;
}

.border-top {
  border-bottom: 2px solid #dddddd;
}

.container, .container-fluid {
  padding: 0;
}

body {
  font-family: "m light";
}

:focus {
  outline: none;
}

.owl-carousel .owl-item img {
  min-height: 247px;
  height: 247px;
}

@media (max-width: 1349px) {
  .container, .container-fluid {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1152px !important;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px !important;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 0px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
img {
  width: auto;
}

a, a:hover {
  text-decoration: none;
}

.breadcrumb {
  padding-left: 0;
  padding-top: 0;
  padding-right: 25px;
  margin-bottom: 0;
  font-size: 12px;
  background-color: unset;
  position: relative;
  top: 13px;
  white-space: nowrap;
  display: inline-flex;
  flex-wrap: nowrap;
}

#wrapper-scroll {
  position: relative;
  overflow: hidden;
}

span {
  font-size: 14px;
}

.breadcrumb > li + li::before {
  content: "";
  font-family: LineAwesome;
  padding: 0 2px 0 2px;
  position: relative;
  top: 0;
}

.breadcrumb li a {
  text-decoration: none;
  color: unset;
}

.breadcrumb li.active span {
  font-weight: normal;
}

.pre-breadcrumb {
  padding-right: 14px !important;
}

@media screen and (max-width: 768px) {
  #wrapper-scroll {
    margin-bottom: 10px;
  }
}
.page-header {
  /*MENU*/
}
.page-header .mobile-container-button-search {
  display: none;
}
.page-header li.nav-item.dropdown.active > a {
  color: #fca230 !important;
}
.page-header .dropdown-item.active, .page-header .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.page-header .strip-orange {
  height: 0;
  border: 2px solid #f9ac34;
  background-color: #f9ac34;
}
.page-header .row.first {
  padding: 0;
}
.page-header .row.first .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-header .row.first .logo a {
  display: block;
}
.page-header .row.first .logo a img {
  max-width: 100%;
  height: auto;
}
.page-header .row.first .header-search-container {
  position: relative;
  color: #9f9fa0;
  margin: 12px 0;
}
.page-header .row.first .header-search-container input {
  border: 0;
  font-size: 16px;
  font-family: "m light";
  color: #9f9fa0;
  padding-left: 10px;
  position: relative;
  border-bottom: 1px solid #9f9fa0;
  border-radius: 4px;
}
.page-header .row.first .header-search-container .header-job-search.header-search {
  position: relative;
}
.page-header .row.first .header-search-container .header-search-button {
  cursor: pointer;
  z-index: 100;
  top: 0;
  width: 60px;
  height: 100%;
  border-width: 0;
  position: absolute;
  right: 0;
  color: #9895B4;
  background: transparent;
}
.page-header .row.first .header-search-container .header-search-button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 50%;
  top: 25%;
  left: 0px;
  border-left: solid 1px #E5E5E5;
}
.page-header .row.first .plus {
  width: 100%;
  position: relative;
  text-align: center;
  padding-right: 5px;
  padding-top: 16px;
  top: 0;
}
.page-header .row.first .plus a {
  white-space: nowrap;
  font-family: "m med";
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-bottom: dashed 1px #fff;
}
.page-header .row.first .plus .plus-circle {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  border: 2px solid #404041;
  border-radius: 50%;
  position: relative;
}
.page-header .row.first .plus .plus-circle .m {
  width: 12px;
  height: 2px;
  position: absolute;
  top: 47%;
  left: 25%;
  background-color: #404041;
}
.page-header .row.first .plus .plus-circle .p {
  width: 12px;
  height: 2px;
  position: absolute;
  top: 48%;
  left: 25%;
  background-color: #404041;
  transform: rotate(90deg);
}
.page-header .bg-menu {
  background-color: #404041;
}
.page-header .bg-menu .navbar {
  padding: 0;
}
.page-header .bg-menu .navbar ul.navbar-nav {
  width: 100%;
  font-family: "m SemiBold";
  padding-bottom: 11px;
  justify-content: space-between;
}
.page-header .bg-menu .navbar ul.navbar-nav a {
  color: white;
  padding-top: 15px;
}
.page-header .bg-menu .navbar .dropdown-menu .block-container-dropdown-menu-items {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  overflow: hidden;
}
.page-header .bg-menu .navbar .dropdown-menu .block-container-dropdown-menu-items .block-dropdown_one {
  float: left;
}
.page-header .bg-menu .navbar .dropdown-menu .block-container-dropdown-menu-items .block-dropdown_one .block-dropdown-menu-item:not(:first-child) {
  clear: both;
}
.page-header .bg-menu .navbar .dropdown-menu .block-container-dropdown-menu-items .op {
  float: left;
}
.page-header .bg-menu .navbar .dropdown-menu .block-container-dropdown-menu-items .op:nth-child(2n) {
  float: right;
}
.page-header .bg-menu .navbar .dropdown-menu .block-container-dropdown-menu-items .block-dropdown-menu-item a.dropdown-item {
  white-space: pre-wrap;
  padding: 0;
  font-family: "m Regular";
  padding-bottom: 10px;
  font-family: "m Regular";
  font-size: 14px;
  color: black;
}
.page-header .bg-menu .navbar .dropdown-menu a.dropdown-item {
  color: #9f9fa0;
}
.page-header .bg-menu .navbar .dropdown-menu .dropdown-item:hover, .page-header .bg-menu .navbar .dropdown-menu .dropdown-item:focus {
  text-decoration: none;
  background-color: unset;
}
.page-header .bg-menu .navbar .dropdown-menu + show {
  position: absolute;
}
.page-header .dropdown-toggle::after, .page-header .dropdown-toggle-sub::after {
  display: inline-block;
  width: 20px;
  height: 0;
  content: "";
  vertical-align: 0;
  border: 0;
  font-size: 20px;
  font-family: FontAwesome;
  padding-left: 5px;
}
.page-header .nav-item.dropdown {
  padding-right: 10px;
}
.page-header .dropup, .page-header .dropright, .page-header .dropdown, .page-header .dropleft {
  position: static;
}

.dropdown-menu.container-sub {
  width: 100%;
}

.navbar-nav-sub {
  list-style: none;
  padding-left: 0;
}

header .bg-menu .navbar ul.navbar-nav .dropdown-toggle-sub {
  color: black;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

@media screen and (max-height: 560px) {
  .dropdown-item {
    white-space: normal;
  }
}
section.footer {
  margin-top: 70px;
  background-color: #404041;
  padding-bottom: 65px;
}

footer {
  width: 100%;
  color: white;
  font-family: "m med";
  font-size: 16px;
}
footer .logo {
  display: flex;
  flex-flow: column;
  margin-top: 70px;
  float: left;
}
footer .logo img {
  width: auto;
}
footer .logo p {
  margin-top: 15px;
  font-family: "m Regular";
  font-size: 14px;
  text-align: right;
  color: #b5b5b5;
}
footer .logo p a {
  color: inherit;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer li:before {
  content: "›";
  padding-right: 8px;
  font-family: "m Regular";
  font-size: 20px;
}
footer .category {
  float: left;
  padding-left: 150px;
  padding-top: 40px;
  margin-right: 150px;
}
footer .nav-bottom {
  float: right;
  padding-top: 40px;
  margin-right: 40px;
}
footer .container-category {
  display: flex;
  flex-flow: row wrap;
}
footer .container-category ul:not(:last-child) {
  margin-right: 70px;
}

.article-block-container {
  width: min-content;
  width: 70%;
  min-width: 70%;
  color: black;
  font-family: "m Regular";
  font-size: 14px;
}

aside.articles-container.right .item {
  position: relative;
  margin-bottom: 20px;
}
aside.articles-container.right .item img {
  width: 100%;
}
aside.articles-container.right .item .inner_text {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 10px;
  padding-left: 25px;
  color: white;
}
aside.articles-container.right .item .inner_text a {
  font-size: 18px;
  font-family: "m SemiBold";
  text-decoration: underline;
}
aside.articles-container.right .item .inner_text p {
  margin-bottom: 0;
  font-size: 12px;
}

.slider-main-container, .articles-page-container {
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.slider-main-container .item, .slider-main-container .owl-item, .articles-page-container .item, .articles-page-container .owl-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.slider-main-container .inner_text, .articles-page-container .inner_text {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 20px;
  padding-left: 25px;
  color: white;
}
.slider-main-container .inner_text a, .articles-page-container .inner_text a {
  cursor: pointer;
  font-size: 24px;
  font-family: "m SemiBold";
  text-decoration: underline;
}
.slider-main-container .inner_text p, .articles-page-container .inner_text p {
  margin-bottom: 0;
}

.articles-page-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.articles-page-container .item {
  min-width: 357px;
  margin-bottom: 25px;
  width: 32%;
  min-height: 247px;
}
.articles-page-container .item img {
  max-width: 100%;
  min-height: 247px;
}

.dots-users-container {
  bottom: -1%;
  height: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  margin-top: 25px;
}
.dots-users-container .dots-users {
  cursor: pointer;
  position: relative;
  background-color: white;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.dots-users-container .owl-dot {
  display: inline-block;
  margin: 0 17px;
}
.dots-users-container .owl-dot:not(.active) span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #a0a0a0;
  border-radius: 50%;
}
.dots-users-container .owl-dot.active span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 3px solid #a0a0a0;
  border-radius: 50%;
}

.deserve-attention-container.brand-title {
  margin-top: 30px;
}
.deserve-attention-container.brand-title .deserve-attention-title h3 {
  padding-left: 0;
}

.deserve-attention-container {
  width: 100%;
  margin-bottom: 15px;
}
.deserve-attention-container.product {
  margin-bottom: 5px;
}
.deserve-attention-container.product .deserve-attention-title .left {
  display: block;
}
.deserve-attention-container.product-title {
  margin-bottom: 0;
}
.deserve-attention-container.page-manufacturer {
  margin-top: 35px;
}
.deserve-attention-container .deserve-attention-title .left {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #fff;
  z-index: 10;
}
.deserve-attention-container .deserve-attention-title .left .stars-rating {
  white-space: nowrap;
  display: inline-block;
  margin-right: 15px;
}
.deserve-attention-container .deserve-attention-title .left .stars-rating .stars-container {
  display: inline-block;
  vertical-align: super;
}
.deserve-attention-container .deserve-attention-title .orange-circle {
  float: left;
  width: 53px;
  height: 53px;
  text-align: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #ffb637 0%, #fa992c 53%, #f57b21 100%);
  background-image: -webkit-linear-gradient(0deg, #ffb637 0%, #fa992c 53%, #f57b21 100%);
  background-image: -ms-linear-gradient(0deg, #ffb637 0%, #fa992c 53%, #f57b21 100%);
}
.deserve-attention-container .deserve-attention-title .orange-circle .fa {
  color: #FFFFFF;
  line-height: 53px;
}
.deserve-attention-container .deserve-attention-title .orange-circle .la {
  color: #FFFFFF;
  line-height: 53px;font-size:2.6em;
}
.deserve-attention-container .deserve-attention-title .orange-circle .la.la-tags, .deserve-attention-container .deserve-attention-title .orange-circle .la-comment {
  font-size: 40px;
  color: white;
  line-height: 53px;
}
.deserve-attention-container .deserve-attention-title h3.main-category {
  padding-left: 0;
}
.deserve-attention-container .deserve-attention-title h2 {
  font-family: "m med";
  font-size: 24px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 53px;
  display: inline-block;
}
.deserve-attention-container .deserve-attention-title h1, .deserve-attention-container .deserve-attention-title h3 {
  font-family: "m med";
  font-size: 29px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 53px;
  display: inline;
}
.deserve-attention-container .line {
  width: 100%;
  z-index: -1;
  float: right;
  position: relative;
  top: -25px;
  height: 0;
  border-top: 3px solid #404041;
}
.deserve-attention-container .pre-breadcrumb {
  padding-left: 0 !important;
}

.deserve-attention {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: stretch;
}
/*
.block-card.home-page:nth-child(n+21) {
  display: none;
}

.main-category-container .block-card.category:nth-child(n+9) {
  display: none;
}
*/
.block-card {
  width: 250px;
  padding: 30px 15px 25px 12px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #dddddd;
  box-shadow: 0.682px 0.731px 3px 0px rgba(0, 0, 0, 0.25);
}
.block-card.home-page {
  padding: 15px 15px 25px 12px;
  width: 23.3333333333%;
  min-width: 250px;
  justify-content: flex-start;
}
.block-card.home-page h6 {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: left;
}
.block-card.home-page a {
  text-align: center;
  display: flex;
  flex-flow: column;
}
.block-card.home-page .content {
  min-height: 105px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.block-card a {
  text-align: center;
}
.block-card a img {
  width: auto;
  margin: 0 auto;
  max-width: 240px;
}
.block-card a h6 {
  font-family: "m bold";
  word-break: break-word;
  text-align: left;
  font-size: 16px;
  color: #404041;
  margin-top: 20px;
  margin-bottom: 0;
}
.block-card .stars-rating {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #dddddd;
}
.block-card .stars-rating i:before {
  padding-right: 8px;
}
.block-card .stars-rating i {
  color: #b5b5b5;
  float: right;
  font-size: 20px;
}
.block-card .stars-rating.home-page {
  text-align: left;
  padding: 0 0 15px 0;
}
.block-card .company-product {
  display: flex;
  flex-flow: row wrap;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between;
  font-family: "m Regular";
}
.block-card .company-product span {
  font-size: 12px;
}
.block-card .company-product img {
  width: auto;
}
.block-card .company-product.home-page {
  justify-content: space-between;
}
.block-card .company-product.home-page img {
  width: auto;
  max-height: 25px;
}

.popular {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}
.popular a {
  width: 23.4375%;
  min-width: 270px;
}
.popular .item {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.popular .item img {
  width: 100%;
  max-width: 100%;
}
.popular .item .popup-container:hover {
  background-color: unset;
  opacity: 0.8;
}
.popular .item .popup-container {
  width: 99%;
  height: 99%;
  background-color: #404041;
  opacity: 0.6;
  transition: all 2s;
  position: absolute;
  top: 0;
  left: 0;
}
.popular .item .popup-container .popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: 20%;
}
.popular .item .popup-container .popup h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
}
.popular .item .popup-container .popup span {
  padding-right: 5px;
}
.popular .item .popup-container .popup p {
  font-size: 14px;
}
.popular .item .popup-container .popup h3, .popular .item .popup-container .popup p {
  font-family: "m med";
  text-align: center;
  color: white;
}
.popular .item .popup-container .popup img, .popular .item .popup-container .popup object {
  display: block;
  width: auto;
  margin: 0 auto;
}

.manufacturer {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}
.manufacturer .show-all.comments.manufacturer {
  margin-bottom: 30px;
}
.manufacturer .item {
  display: block;
  text-align: center;
  line-height: 73px;
  width: 15.4166666667%;
  min-width: 160px;
  height: 73px;
  background-color: white;
  box-shadow: 0.682px 0.731px 3px 0px rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.manufacturer .item img {
  max-height: 65px;
  max-width: 100%;
  padding: 0 15px;
}

.filters-content {
  padding: 13px 0;
  margin-bottom: 30px;
  font-family: "m light";
  box-shadow: 0.682px 0.731px 3px 0px rgba(0, 0, 0, 0.25);
}
.filters-content form {
  display: inline-block;
}
.filters-content form label {
  position: relative;
  cursor: pointer;
}
.filters-content form span.filter-review label {
  margin-left: 70px;
}
.filters-content form span.filter-filters {
  display: none;
  margin-left: 50px;
}
.filters-content form span.filter-filters i.la.la-angle-down {
  padding-right: 5px;
}
.filters-content form span.filter-features label {
  margin-left: 115px;
}
.filters-content form span.filter-price label {
  margin-left: 80px;
}
.filters-content form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #393354;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filters-content form input:checked ~ .checkmark:after {
  display: block !important;
}
.filters-content form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.filters-content form .checkmark {
  position: absolute;
  top: 3px;
  left: -33px;
  height: 20px;
  width: 20px;
  border: 1px solid #ff8d2c;
  border-radius: 2px;
  background-color: #ffffff;
}
.filters-content span {
  font-size: 16px;
}
.filters-content .title {
  margin-left: 30px;
  font-family: "m med";
}
.filters-content .filters-form {
  display: inline-block;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .filters-content .filters-form {
    padding-left: 15px;
  }
}
.filters-content .filters-form > span label {
  margin-left: 45px !important;
}
.filters-content .filters-form span.filter-filters {
  margin-left: 15px;
}
.filters-content .filters-form a {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-weight: bold;
  font-size: 14px;
  margin-right: 86px;
}
.filters-content .filters-form a:last-child {
  margin-right: 0;
}
.filters-content .filters-form a:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0px;
  height: 20px;
  width: 20px;
  border: 1px solid #ff8d2c;
  border-radius: 2px;
  background-color: #ffffff;
  display: block;
}
.filters-content .filters-form a.active:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #393354;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.comments {
  display: flex;
  margin-bottom: -20px;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}
.comments.home-page .left.reviews.features {
  max-width: 23.75%;
  min-width: 214px;
}
.comments.home-page .simple-reviews {
  flex-flow: column wrap;
  flex-basis: 49%;
}
.comments.home-page .images-comtainer-full {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comments.home-page article:nth-child(n+8) {
  display: none;
}
.comments article.simple-features {
  position: relative;
  display: block;
  padding: 20px 120px 35px 0px;
  padding-right: 80px;
}
.comments article.simple-reviews {
  position: relative;
  display: block;
  padding: 20px 20px 20px 0px;
}
.comments article.simple-price {
  position: relative;
  padding: 20px 120px 35px 0px;
  display: block;
  width: 49%;
  padding-right: 5px;
}
.comments article.simple-price .title {
  padding-left: 35px;
}
.comments article.simple-price .title a h1 {
  font-size: 20px;
  text-transform: uppercase;
}
.comments article.simple-price .right .description-review {
  max-height: unset;
  padding-right: 10px;
}
.comments article.simple-price .bottom-section.buy-section {
  position: absolute;
  bottom: 0;
  margin-bottom: 40px;
}
.comments article.simple-price .content {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-bottom: 60px;
}
.comments article {
  display: flex;
  margin-bottom: 25px;
  flex-flow: row nowrap;
  width: 100%;
  box-shadow: 0.682px 0.731px 3px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #dddddd;
}
.comments .content.reviews.features.price {
  min-height: 300px;
}
.comments .content {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.comments .content.reviews.price {
  min-height: 240px;
}
.comments .buy-section span.price {
  width: 230px;
  display: inline-block;
  padding-left: 55px;
  font-family: "m med";
  font-size: 26px;
  line-height: 36px;
  vertical-align: middle;
}
.comments .buy-section i.la.la-rub {
  color: #b2b2b2;
}
.comments .buy-section span.comment-bottom {
  font-family: cursive;
  color: grey;
}
.comments .buy-section.simple {
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
}
.comments .buy-section.simple .price {
  padding: 0;
  text-align: center;
}
.comments .buy-section.mobile {
  display: none;
}
.comments .button-href.buy {
  width: 145px;
  height: 40px;
  line-height: 30px;
  margin: 0;
  font-family: "m Regular";
  color: #0064c2;
  margin-right: 10px;
}
.comments .button-href {
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  width: 150px;
  height: 33px;
  border: 1px solid #4c1e87;
  border-radius: 10px;
  font-family: "m Regular";
  font-size: 16px;
  line-height: 29px;
  color: #3a4180;
  margin: 0 auto;
  margin-top: 20px;
}
.comments .button-href.mobile {
  display: none;
}
.comments .title {
  padding-left: 0px;
  margin-bottom: 0px;
}
.comments .title a {
  text-decoration: none;
}
.comments .title a h1 {
  padding: 0 0 15px 0;
}
.comments .title .stars-rating {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 0px;
}
.comments .title .stars-rating .stars-container {
  display: inline-block;
}
.comments .title .stars-rating i:before {
  padding-right: 8px;
}
.comments .title .stars-rating i {
  color: #b5b5b5;
  float: right;
  font-size: 20px;
}
.comments .left {
  width: 225px;
  min-height: 200px;
  position: relative;
  display: flex;
  flex: none;
}
.comments .left.reviews {
  border-right: unset;
}
.comments .left.feature {
  border-right: unset;
}
.comments .left.features.reviews .button-href {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.comments .left.features.reviews.price .price {
  margin-bottom: 30px;
}
.comments .left.features.reviews.price .button-href {
  position: static;
  margin: 0 auto;
}
.comments .left.price {
  width: 230px;
  flex: none;
  border-right: unset;
}
.comments .right {
  position: relative;
  padding: 30px 20px 40px 25px;
  width: 100%;
}
.comments .right.price, .comments .right.reviews, .comments .right.feature {
  padding: 0px 0px 0px 0px;
}
.comments .right.reviews.features {
  padding-left: 10px;
  width: 100%;
}
.comments .right.reviews.features ul {
  column-count: 2;
}
.comments .right .description-review-container {
  height: 100%;
  justify-content: space-between;
}
.comments .right .description-review {
  max-height: 275px;
  overflow: hidden;
  position: relative;
}
.comments .right .description-review.collapsed .fog {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 12%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0px;
  display: block;
  height: 60px;
  position: absolute;
  width: 100%;
}
.comments .right .description-review .header {
  font-family: "m bold";
  font-size: 13px;
}
.comments .right .description-review .desc {
  font-family: "m Regular";
  word-break: break-word;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0px;
}
.comments .right .description-review ul {
  color: gray;
  list-style: none;
  padding-left: 0px;
  font-family: "m med";
  font-size: 12px;
}
.comments .right .description-review ul li:before {
  font-family: LineAwesome;
  content: "";
  padding-right: 10px;
}
.comments .right .description-review.mobile {
  display: none;
}
.comments .right a {
  font-family: "m bold";
  font-size: 16px;
  text-decoration: underline;
  color: #b4b4b4;
}
.comments .right .container-reviews {
  border: 0px;
  box-shadow: unset;
  margin: 0;
  padding: 0;
}

.block-card-comment {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.block-card-comment .fa.fa-comment {
  color: #b5b5b5;
}
.block-card-comment.product {
  padding-bottom: 15px;
}
.block-card-comment.product a {
  text-align: center;
}
.block-card-comment.product a img {
  width: auto;
  margin: auto;
  max-width: 240px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: static;
}
.block-card-comment.product a h1 {
  font-family: "m bold";
  text-align: left;
  font-size: 26px;
  color: #404041;
  margin-bottom: 0;
}
.block-card-comment a {
  text-align: center;
}
.block-card-comment a img {
  width: auto;
  margin: auto;
  max-width: 240px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.block-card-comment a h1 {
  font-family: "m bold";
  text-align: left;
  font-size: 26px;
  color: #404041;
  margin-bottom: 0;
}

.title a img {
  width: auto;
  margin: 0 auto;
  max-width: 240px;
}
.title a h1 {
  font-family: "m bold";
  text-align: left;
  font-size: 20px;
  padding-left: 20px;
  color: #404041;
  margin-bottom: 0;
}

.show-all.attention-button, .show-all.deserve-attention, .show-all.manufacturer, .show-all.deserve-attention-main-category {
  margin-bottom: 40px;
  margin-top: 0;
}

.show-all.button-ajax {
  margin-bottom: 40px;
}

.show-all {
  display: flex;
  cursor: pointer;
  margin-top: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
}
.show-all a {
  font-size: 18px;
  font-family: "m med";
  color: #404041;
}
.show-all.comments.home-page {
  margin-top: 20px;
}

.header-search-options {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
  padding: 20px;
  position: absolute;
  right: 0;
  left: 0;
  top: 42px;
  max-width: 100%;
  z-index: 15;
}

.header-search-options {
  display: none;
}

.header-search-options.visible {
  display: block;
}

.images-comtainer {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

.images-comtainer-full {
  position: relative;
  height: calc(100% - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .articles-page-container {
    justify-content: space-around;
  }

  .article-block-container {
    width: 100%;
    min-width: unset;
    text-align: center;
  }
  .article-block-container img {
    max-width: 100% !important;
    height: auto !important;
  }

  .filters-content form span.filter-filters {
    display: inline-block;
  }

  form .filter-features {
    display: none;
  }

  .slide-r {
    display: none;
  }

  .slide-r {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 70%;
    right: 0;
  }

  .ll {
    display: none;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.8;
  }

  .container-sections {
    background: white;
  }
}
@media (max-width: 992px) {
  .header-search-options {
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .container.pagination {
    margin-bottom: 40px;
  }

  .pagination {
    margin: 0 auto;
  }

  .comments article.simple-price {
    width: 100%;
  }

  .filters-content {
    padding: 7px 0;
  }

  .filters-content .title {
    display: none;
  }

  .comments .right .description-review.desktop {
    display: none;
  }
  .comments .right .description-review.mobile {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .deserve-attention-container .deserve-attention-title h1, .deserve-attention-container .deserve-attention-title h3 {
    line-height: 35px;
    font-size: 20px;
    display: inline;
  }

  .deserve-attention-container .deserve-attention-title h2 {
    line-height: 30px;
    font-size: 20px;
  }

  .images-comtainer-full {
    height: auto;
  }

  article {
    position: relative;
  }

  .comments article {
    margin-bottom: 10px;
  }

  .comments article {
    padding: 20px 0px 35px 0px;
  }

  .deserve-attention-container .deserve-attention-title .left h3 {
    text-align: center;
  }

  .comments article.simple-price .content {
    flex-flow: column;
  }

  .comments .right.price {
    padding: 0px 0px 0px 0px;
  }

  .comments article.simple-price .content {
    margin-bottom: 20px;
  }

  .comments article.simple-price .bottom-section.buy-section {
    position: static;
    text-align: center;
    margin-bottom: 0px;
  }
  .comments article.simple-price .bottom-section.buy-section .price {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .comments .content {
    flex-flow: column;
  }
  .comments .content .button-href.desktop {
    display: none;
  }
  .comments .content .right.reviews.features {
    padding-top: 0;
  }
  .comments .content .button-href.mobile {
    display: block;
  }

  .comments .content.reviews.price {
    flex-flow: column;
  }
  .comments .content.reviews.price .left.reviews {
    width: 100%;
  }
  .comments .content.reviews.price .left.reviews .buy-section.simple {
    display: none;
  }
  .comments .content.reviews.price .left.reviews .buy-section.simple.mobile {
    display: block;
  }
  .comments .content.reviews.price .right {
    width: 100%;
  }
  .comments .content.reviews.price .right .description-review ul {
    padding-left: 25px;
  }
  .comments .content.reviews.price .buy-section.simple {
    position: static;
  }
  .comments .content.reviews.price .buy-section.mobile {
    display: block;
  }
  .comments .content.reviews.price .buy-section.mobile .button-href {
    margin-left: 10px;
  }

  .comments .left, .comments .right {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }

  .title a h1 {
    font-size: 16px;
  }

  .comments .title {
    padding-left: 10px;
    margin-bottom: 25px;
  }

  .deserve-attention-container .deserve-attention-title h3 {
    font-size: 20px;
  }

  svg {
    width: 20px;
    height: 20px;
  }

  .comments .right .description-review ul {
    font-size: 12px;
  }

  .comments .right .description-review .header {
    font-size: 13px;
  }

  .block-card-comment a img {
    top: -30px;
  }

  .title a h1 {
    padding-left: 0;
  }

  .block-card-comment a img {
    position: static;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .articles-page-container .item {
    min-width: 280px;
  }

  .slider-main-container .inner_text, .articles-page-container .inner_text {
    padding-left: 10px;
  }

  .comments .content.reviews.price {
    flex-flow: column;
  }
  .comments .content.reviews.price .left.reviews {
    width: 100%;
  }
  .comments .content.reviews.price .left.reviews .buy-section.simple {
    display: none;
  }
  .comments .content.reviews.price .left.reviews .buy-section.simple.mobile {
    display: block;
  }
  .comments .content.reviews.price .right {
    width: 100%;
  }
  .comments .content.reviews.price .right .description-review ul {
    padding-left: 25px;
  }
  .comments .content.reviews.price .buy-section.simple {
    position: static;
  }
  .comments .content.reviews.price .buy-section.mobile {
    display: flex;
    flex-flow: column;
  }
  .comments .content.reviews.price .buy-section.mobile .button-href {
    display: block;
    margin: 0 auto;
    order: 2;
    margin-top: 20px;
  }
  .comments .content.reviews.price .buy-section.mobile .price {
    display: block;
    text-align: center;
    width: 100%;
    order: 1;
  }
}
.category-center-menu {
  overflow: hidden;
  margin: 0 -10px;
}
.category-center-menu ul {
  padding: 0;
  margin: 0 0px 30px 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.category-center-menu ul li {
  margin: 0;
  padding: 0;
  width: 25%;
}
.category-center-menu ul li a {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .category-center-menu ul li {
    width: 33%;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .category-center-menu ul li {
    width: 50%;
  }
}
@media (max-width: 1199px) and (max-width: 767px) and (max-width: 575px) {
  .category-center-menu ul li {
    width: 100%;
  }
}
.category-center-menu ul li.show-all2 a {
  display: inline-block;
  cursor: pointer;
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  margin: 4px 10px;
  padding: 0;
}

.container-sections {
  /*padding-left: 25px;*/
  padding-right: 25px;
}

aside.sections-category.main {
  margin-bottom: 30px;
}

aside.sections-category:nth-child(1) {
  margin-bottom: 30px;
}

.sections-category {
  border: 1px solid #dddddd;
  box-shadow: 0.682px 0.731px 3px 0px rgba(0, 0, 0, 0.25);
}
.sections-category.manufacrurer.page {
  margin-top: 40px;
}
.sections-category header {
  border-bottom: 2px solid #dddddd;
  height: 65px;
  display: flex;
  align-items: center;
}
.sections-category header h3.category {
  color: #f8a744;
}
.sections-category header h3 {
  padding-left: 25px;
  text-transform: unset;
  margin: 0;
  color: black;
  font-family: "m bold";
  font-size: 16px;
}
.sections-category .content {
  font-family: "m Regular";
  padding: 30px 40px 30px 0;
}
.sections-category .content ul {
  list-style: none;
}
.sections-category .content ul li.manufacturer-show-more:nth-child(n+13) {
  display: none;
}
.sections-category .content ul li.section-category-show-more:nth-child(n+5) {
  display: none;
}
.sections-category .content ul li.section-category-main-show-more:nth-child(n+4) {
  display: none;
}
.sections-category .content ul li {
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
}
.sections-category .content ul li span {
  padding-left: 5px;
  color: #b4b4b4;
}
.sections-category .content ul li:before {
  position: absolute;
  left: -20px;
  top: 2px;
  line-height: 20px;
  vertical-align: bottom;
  content: "";
  font-family: LineAwesome;
  padding-right: 5px;
}
.sections-category footer {
  color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #dddddd;
  height: 80px;
}

.categories-container {
  display: block;
  overflow: hidden;
  width: 100%;
}
.categories-container.brands {
  margin-top: 0;
}
.categories-container .items.index {
  column-count: unset;
}
.categories-container .items {
  display: block;
  column-count: 4;
}
.categories-container ul.brand {
  padding-inline-start: unset;
}
.categories-container ul.brand li:nth-child(1) a {
  color: #f8a744;
  font-family: "m bold";
  text-transform: uppercase;
}
.categories-container ul.brand li:nth-child(1) {
  margin-bottom: 0;
}
.categories-container ul.expand-container {
  column-count: 4;
}
.categories-container ul {
  padding-inline-start: unset;
  list-style: none;
  page-break-inside: avoid;
  font-family: "m Regular";
}
.categories-container ul li {
  margin-bottom: 25px;
  font-size: 16px;
}
.categories-container ul li:not(.expand):nth-child(1) a {
  color: #f8a744;
  font-family: "m bold";
}
.categories-container ul a {
  color: #404041;
  padding: 0;
  padding-bottom: 25px;
}

.container > .catalog {
  padding-top: 30px;
}

.categories-list-all.child-cats {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.block-categoryes {
  margin-bottom: 30px;
  padding-right: 30px;
}
.block-categoryes .categories-list-all-item h5 {
  font-weight: 700;
  display: inline-flex;
}
.block-categoryes .categories-list-all-item h5 a {
  padding-left: 15px;
  display: inline-block;
}
.block-categoryes .categories-list-all-item h5 img {
  align-self: flex-start;
  transform: scale(1.3);
}

.child-categories-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.child-categories {
  font-size: 14px;
  font-family: "m Regular";
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 7px;
}

.teapot svg {
  position: relative;
  top: 7px;
  left: 2px;
}

.teapot-container {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .container-sections {
    padding-left: 0px;
	padding-right: 0px;
    padding-top: 50px;
  }

  .container.catalog .block-categoryes {
    margin-bottom: 30px;
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .categories-container .items {
    column-count: 3;
  }
}
@media screen and (max-width: 599px) {
  .categories-container .items {
    column-count: 2;
  }

  .container.catalog .block-categoryes {
    margin-bottom: 30px;
    width: 100%;
    padding-right: 0;
  }
  .container.catalog .main-category-header {
    display: inline-block;
    font-weight: 700;
    padding: 0 5%;
    white-space: unset;
  }
}
.catalog header.main-category {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
  align-items: center;
}
.catalog header.main-category .main-category-header {
  display: inline-block;
  font-weight: 700;
  padding: 0 70px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .catalog header.main-category {
    display: block;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .catalog header.main-category .main-category-header {
    padding: 0 10px;
  }
}
.catalog .line {
  width: 100%;
  position: relative;
  height: 0;
  border-top: 3px solid #404041;
}
@media (max-width: 575px) {
  .catalog .line {
    display: none;
  }
}

.collapsible-body.video-reviews-container {
  text-align: center;
}

button.close {
  position: absolute;
  right: 12px;
  top: 13px;
}
button.close span {
  font-size: 45px;
  color: black;
  font-family: "m bold";
}

.review-rating-stars svg {
  cursor: pointer;
}

.modal-header span {
  font-size: 30px;
}

.modal-content {
  padding: 35px;
}

.modal-header {
  border-bottom: 0px;
}

form .form-group.row.condition-container {
  display: flex;
  flex-flow: row;
}
form .form-group.row.condition-container > div {
  width: auto;
  margin-top: 10px;
}
form .form-group.row {
  margin-bottom: 20px;
}
form textarea::placeholder {
  padding-top: 8px;
  color: #676767;
}
form .form-control {
  font-size: 14px;
}
form #review-block {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
}
form #review-block label {
  width: auto;
  padding-right: 30px;
}
form .button-review {
  border: unset;
  width: 258px;
  height: 40px;
  cursor: pointer;
  padding: 0;
}
form .button-review.review-sent:hover {
  color: #b38e00;
}
form .bottom-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
form .bottom-container > div {
  width: 48%;
}
form label.col-form-label {
  width: 100%;
  color: black;
}
form .form-group > div {
  width: 100%;
}
form .person-data {
  justify-content: space-between;
}
form .person-data > div {
  width: 48%;
}
form textarea.form-control {
  height: 55px;
}
form #review-text {
  height: 140px;
}
form .condition {
  font-family: "m SemiBold";
  font-size: 12px;
  padding-left: 10px;
}

.review-rating-stars {
  display: inline-block;
}

span.label-date-add {
  line-height: 37px;
  padding: 0 10px;
  width: 100%;
  display: inline-block;
  text-align: right;
}

.col-form-label {
  font-family: "m bold";
  font-size: 16px;
}

.help-block {
  font-size: 12px;
}

h5.modal-title, h4.modal-title {
  color: black;
  font-size: 24px;
  font-family: "m bold";
}
h5.modal-title span, h4.modal-title span {
  font-size: inherit;
  font-family: "m med";
  text-decoration: underline;
  color: #cf121f;
}

h4.modal-title {
  font-size: 18px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 970px;
  }

  .label-date-add {
    text-align: left;
  }

  .modal-content {
    padding: 50px 100px 0px 85px;
  }
}
div.left-big {
  width: 71.8%;
}

.product-block-container {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  box-shadow: 0.682px 0.731px 3px 0px rgba(0, 0, 0, 0.25);
}
.product-block-container .show-all.main-prod-reviews {
  margin-bottom: 50px;
}
.product-block-container .images-product-container {
  display: flex;
}
.product-block-container .container-indicator {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 45px 20px 45px 15px;
}
.product-block-container .container-indicator .image {
  width: 30%;
  text-align: center;
}
.product-block-container .container-indicator .image .product {
  width: auto;
  margin-top: 20px;
}
.product-block-container .container-indicator .description {
  width: 50%;
}
.product-block-container .container-indicator .description ul {
  list-style: none;
  padding-left: 0px;
  font-family: "m med";
  font-size: 13px;
}
.product-block-container .container-indicator .description li {
  margin-bottom: 13px;
}
.product-block-container .container-indicator .description li:before {
  font-family: LineAwesome;
  content: "";
  padding-right: 10px;
}
.product-block-container .container-indicator .indicator {
  width: 22%;
  display: none;
  flex-flow: column wrap;
  padding-left: 20px;
}
.product-block-container .container-indicator .indicator .wrap {
  display: flex;
  flex-flow: row nowrap;
}
.product-block-container .container-indicator .indicator .num {
  line-height: 17px;
  font-size: 14px;
  font-family: "m med";
  color: #b5b5b5;
}
.product-block-container .container-indicator .indicator .item {
  margin-right: 25px;
  border-radius: 3px;
  width: 100px;
  height: 20px;
  margin-bottom: 15px;
}
.product-block-container .container-indicator .indicator .a {
  background: linear-gradient(to right, #6bad05 0%, #6bad05 100%, #6bad05 100%, #e7e7e7 100%, #e7e7e7 100%);
}
.product-block-container .container-indicator .indicator .b {
  background: linear-gradient(to right, #afca00 0%, #afca00 50%, #afca00 50%, #e7e7e7 50%, #e7e7e7 100%);
}
.product-block-container .container-indicator .indicator .c {
  background: linear-gradient(to right, #eedf1f 0%, #eedf1f 50%, #eedf1f 50%, #e7e7e7 50%, #e7e7e7 100%);
}
.product-block-container .container-indicator .indicator .d {
  background: linear-gradient(to right, #fca230 0%, #fca230 30%, #fca230 30%, #e7e7e7 30%, #e7e7e7 100%);
}
.product-block-container .container-indicator .indicator .i {
  background: linear-gradient(to right, #f96049 0%, #f96049 10%, #f96049 10%, #e7e7e7 10%, #e7e7e7 100%);
}
.product-block-container .container-indecator-bottom {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-top: 2px solid #dddddd;
}
.product-block-container .container-indecator-bottom .count-container {
  height: 20px;
  display: inline-block;
  font-family: "m med";
  font-size: 16px;
  color: #404041;
  padding-left: 25px;
}
.product-block-container .container-indecator-bottom .left {
  width: 78.3%;
  color: #b4b4b4;
  font-family: "m SemiBold";
  font-size: 14px;
}
.product-block-container .container-indecator-bottom .left ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding: 15px 85px 15px 70px;
  margin-bottom: 0;
}
.product-block-container .container-indecator-bottom .left ul li:not(:nth-child(1)) {
  color: #404041;
}
.product-block-container .container-indecator-bottom .left ul li {
  position: relative;
}
.product-block-container .container-indecator-bottom .left ul li.active {
  color: #404041;
}
.product-block-container .container-indecator-bottom .left ul li.active:before {
  content: "";
  position: absolute;
  top: 36px;
  height: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #ffb637, #f57b21);
}
.product-block-container .container-indecator-bottom .left ul li a {
  color: inherit;
}
.product-block-container .container-indecator-bottom .left .count {
  padding-left: 5px;
}
.product-block-container .container-indecator-bottom .right {
  width: 21.7%;
  padding-left: 5px;
  display: flex;
  flex-flow: row nowrap;
}
.product-block-container .container-indecator-bottom .right .stars-container {
  padding: 15px 0;
}

.deserve-attention-title.review {
  display: inline-block;
}
.actual_date{float:right;padding-top:15px;}

.button-review {
  cursor: pointer;
  padding-left: 20px;
  border-radius: 3px;
  background-image: -moz-linear-gradient(0deg, #ffb637 0%, #fa992c 53%, #f57b21 100%);
  background-image: -webkit-linear-gradient(0deg, #ffb637 0%, #fa992c 53%, #f57b21 100%);
  background-image: -ms-linear-gradient(0deg, #ffb637 0%, #fa992c 53%, #f57b21 100%);
  box-shadow: 0.682px 0.731px 3px 0px rgba(173, 86, 21, 0.62);
  width: 205px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  float: right;
  position: relative;
  top: 6px;
  color: white;
}
.button-review span {
  font-size: 16px;
  font-family: "m SemiBold";
  padding-left: 5px;
}
.button-review i.la.la-pencil-square {
  font-size: 26px;
  position: relative;
  top: 2px;
}

.container-reviews:nth-child(n+11) {
  /*display: none;*/
}

.show-all.main-prod-reviews {
  margin-top: 0;
  margin-bottom: 50px;
}

.container-reviews {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  box-shadow: 0.682px 0.731px 3px 0px rgba(0, 0, 0, 0.25);
  color: #404041;
  font-family: "m med";
  font-size: 14px;
  padding: 25px 40px 25px 30px;
  max-width:100%;overflow-x:auto;
}
.container-reviews h5 {
  font-family: "m SemiBold";
  margin-bottom: 25px;
  margin-top: 15px;
}
.container-reviews .description ul {
  list-style: none;
  padding-left: 35px;
  font-family: "m med";
  font-size: 14px;
}
.container-reviews .description li {
  margin-bottom: 15px;
}
.container-reviews .description li:before {
  font-family: LineAwesome;
  content: "";
  padding-right: 10px;
}
.container-reviews .author {
  font-size: 14px;
  color: #b4b4b4;
}
.container-reviews .author .date {
  margin-right: 5px;
}
.container-reviews .description {
  margin-bottom: 25px;
  word-break: break-word;
}
.container-reviews h4 {
  font-family: "m bold";
  font-size: 16px;
}

.container-block {
  width: 100%;
  margin-bottom: 35px;
}
.container-block .blocks {
  border: 1px solid #dddddd;
  box-shadow: 0.682px 0.731px 3px 0px rgba(0, 0, 0, 0.25);
}
.container-block .blocks.manufacturer {
  height: 85px;
  margin-bottom: 25px;
}
.container-block .blocks.manufacturer header {
  width: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-block .blocks header.container-block-header {
  text-align: center;
  padding-left: 0;
}
.container-block .blocks header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 13px;
  padding-left: 35px;
  border-bottom: 2px solid #dddddd;
}
.container-block .blocks header a {
  align-items: center;
  flex-flow: row;
}
.container-block .blocks header img {
  max-height: 65px;
  max-width: 100%;
  padding: 0 15px;
}
.container-block .blocks header h3 {
  text-transform: unset;
  margin: 0;
  color: black;
  font-family: "m bold";
  font-size: 16px;
  padding-left: 0;
}
.container-block .blocks header h4 {
  font-family: "m bold";
  font-size: 18px;
  margin-bottom: 0;
  color: black;
}
.container-block .blocks .content {
  font-family: "m Regular";
  font-size: 14px;
  color: #404041;
}
.container-block .blocks .content ul {
  list-style: none;
  padding-left: 45px;
}
.container-block .blocks .content ul li {
  margin-bottom: 10px;
  position: relative;
}
.container-block .blocks .content ul li:before {
  position: absolute;
  left: -20px;
  top: 2px;
  line-height: 20px;
  vertical-align: bottom;
  content: "";
  font-family: LineAwesome;
  padding-right: 5px;
}
.container-block .blocks .content ul li a {
  color: inherit;
}
.container-block .blocks .content ul li a span {
  padding-left: 5px;
  color: #b4b4b4;
}

.show-all-prod.show-all-prod.brand {
  border-top: 2px solid #dddddd;
}

.show-all-prod {
  display: flex;
  padding: 19px 0;
  justify-content: center;
  align-items: center;
  font-family: "m med";
  font-size: 18px;
  color: #404041;
}

aside.right {
  width: 25.5%;
  margin-left: auto;
}
aside.right .similar .stars-container {
  margin-right: 20px;
}
aside.right .similar .stars-rating {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
aside.right .similar article {
  border-bottom: 2px solid #dddddd;
}
aside.right .similar article:nth-child(n+3) {
  display: none;
}
aside.right .similar article:last-of-type {
  border-bottom: 0px solid #dddddd;
}

.container-block .content .manufacturer {
  justify-content: center;
  padding: 25px 0;
}
.container-block .content .item:nth-child(n+5) {
  display: none;
}

table.product-options-table {
  width: 100%;
  font-family: "m Regular";
}

td.product-option-list-value {
  text-align: right;
}

td.product-option-list-name {
  font-family: "m SemiBold";
}

.container-reviews table tr td {
  padding: 3px 0px;
  border-bottom: 1px dotted;
}

@media (max-width: 1200px) {
  div.left-big {
    width: 100%;
    margin-bottom: 20px;
  }

  aside.right {
    width: 100%;
    margin-left: unset;
  }

  .product-block-container .container-indecator-bottom .right {
    width: 50%;
  }

  .product-block-container .container-indecator-bottom .left {
    width: 100%;
  }

  .product-block-container .container-indecator-bottom .left ul li {
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .product-block-container .container-indecator-bottom .left ul {
    padding: 15px 15px 15px 15px;
    justify-content: space-around;
  }

  .modal-content {
    padding: 20px;
  }

  form .bottom-container {
    flex-flow: column;
  }

  form .bottom-container > div {
    width: 100%;
  }

  form #review-block {
    flex-flow: column;
  }

  .button-review {
    float: unset;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  span.label-date-add {
    text-align: left;
    padding: 0;
  }

  .modal-content {
    padding: 20px;
  }

  h5#exampleModalCenterTitle {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .product-block-container .container-indecator-bottom .left ul li:nth-child(3) {
    display: none;
  }

  .product-block-container .container-indecator-bottom .left ul {
    flex-flow: row nowrap;
    padding: 15px 15px 15px 35px;
  }

  .product-block-container .container-indecator-bottom .left ul li {
    margin-right: 10px;
  }

  .product-block-container .container-indecator-bottom .left ul li:last-child {
    margin-right: 0;
  }

  iframe {
    height: 100% !important;
  }

  .deserve-attention-title.review {
    margin: 0 auto;
    display: block;
  }

  .product-block-container .container-indecator-bottom .right {
    width: 100%;
  }

  .product-block-container .container-indecator-bottom .left {
    width: 100%;
  }

  .product-block-container .container-indecator-bottom .right .stars-container {
    margin: 0 auto;
  }

  .product-block-container .container-indicator {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    padding: 15px;
  }

  .product-block-container .container-indicator .description {
    margin-top: 25px;
  }

  .product-block-container .container-indicator .image,
.product-block-container .container-indicator .description,
.product-block-container .container-indicator .indicator {
    width: 100%;
  }

  .product-block-container .container-indicator .description li {
    margin-bottom: 5px;
    text-align: left;
  }

  .product-block-container .container-indicator .description ul {
    padding-left: 20px;
  }

  .container-block .blocks header {
    flex-flow: column;
    padding: 5px;
  }

  .container-block .blocks header h4 {
    margin-bottom: 10px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .product-block-container .container-indicator .indicator .wrap {
    justify-content: center;
  }
}
@media (max-width: 630px) {
  .popular a {
    width: auto;
  }
}
@media (max-width: 576px) {

  .container-reviews {padding-left:20px;padding-right:20px;}
  .product-block-container .container-indecator-bottom .left ul {
    flex-flow: row nowrap;
    padding: 15px 5px 15px 5px;
  }
  .product-block-container .container-indecator-bottom .left ul span {
    white-space: nowrap;
    font-size: 12px;
  }

  form .person-data > div {
    width: 100%;
  }

  form #review-block label {
    padding-right: 10px;
  }

  .condition {
    width: 95% !important;
    padding-left: 10px !important;
  }

  form .bottom-container {
    flex-flow: column;
  }

  .sent-container {
    width: 100%;
    text-align: center;
  }
}
.category-menu {
  width: 100%;
}

.description.brands {
  display: flex;
  flex-flow: row nowrap;
}
.description.brands .description {
  padding-left: 60px;
}
.description.brands .description p {
  font-size: 0.9rem;
}
.description.brands .container-brand-logo {
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.description.brands .container-brand-logo img {
  width: auto;
  height: auto;
  margin-top: auto;
  max-width: 150px;
}
.description.brands .container-brand-logo a {
  margin-top: auto;
  color: #1919bd;
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: bold;
}

.category-menu-row {
  display: table;
  padding-left: 0;
  margin-right: auto;
  padding-bottom: 15px;
  border-radius: 0;
  margin-bottom: 0;
}
.category-menu-row li {
  display: inline;
}
.category-menu-row li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #484f5a;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  margin-left: -1px;
}
.category-menu-row li:hover a {
  z-index: 3;
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.category-menu-row li.active a {
  color: #fff;
  background-color: #484f5a;
  border-color: #428bca;
  cursor: pointer;
}

.container-alphabet {
  display: flex;
  align-items: flex-start;
}

.flags {
  display: inline-block;
  float: left;
  position: relative;
  top: 2px;
}
.flags svg {
  width: 32px;
}

.items.index {
  width: 100%;
  clear: both;
  padding: 0;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 0 solid #e8e8e8 !important;
}
.items.index a {
  float: left;
  width: 20%;
  min-width: 170px;
  position: relative;
  border: 1px solid #e8e8e8;
}
.items.index a img {
  max-height: 65px;
  max-width: 100%;
  padding: 0 15px;
}
.items.index a:hover {
  opacity: 0.8;
}

figure {
  padding: 20px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .description.brands {
    flex-flow: column;
  }

  .description.brands .description {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .categories-container ul.expand-container {
    column-count: 2;
  }
}
@media (max-width: 478px) {
  .categories-container ul.expand-container {
    column-count: 1;
  }

  .description.brands .container-brand-logo a {
    margin-top: 15px;
  }

  .description.brands .container-brand-logo img {
    width: 100%;
  }
}
.search-dropdown-list-item-ico img {
  max-width: 60px;
}

span.category-title-bold {
  font-size: inherit;
  font-weight: bold;
  color: black;
}

ul.search-dropdown-list.with-ico {
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
ul.search-dropdown-list.with-ico .search-dropdown-list-item.block-link-container:hover {
  background: #fcff91;
}
ul.search-dropdown-list.with-ico p {
  padding: 0;
  margin: 0;
}
ul.search-dropdown-list.with-ico li.main {
  margin-bottom: 5px;
  text-align: left;
  font-size: 0.8rem;
}

li.search-dropdown-list-item.block-link-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.search-dropdown-list-item-ico {
  padding-right: 15px;
  text-align: center;
}

.products-list.search p {
  text-align: center;
}

@media (max-width: 1350px) {
  header {
    height: auto;
  }

  header .bg-menu .navbar ul.navbar-nav {
    height: auto;
  }

  header .dropdown-toggle::after, .dropdown-toggle-sub::after {
    display: inline-block;
    width: 20px;
    border: 0;
    position: static;
    margin: 0;
  }

  header .bg-menu .navbar .dropdown-menu .block-container-dropdown-menu-items {
    width: 100%;
  }

  header .bg-menu .navbar .dropdown-menu .block-container-dropdown-menu-items {
    flex-flow: row wrap;
  }

  container-dropdown-menu-items .op:nth-child(2n) {
    float: left;
  }

  .dropdown-menu.show {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  footer .category {
    margin-right: 20px;
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .logo {
    text-align: center;
  }
  .logo img {
    width: auto !important;
  }

  header .row.first .header-search-container {
    margin: 0;
  }

  header .row.first .header-search-container .header-job-search.header-search {
    height: 100%;
    margin: 0 auto;
  }

  header .row.first .header-search-container .header-search-button {
    top: 5px;
  }

  header .row.first .header-search-container input {
    top: 0;
  }

  header .row.first .plus {
    top: 19px;
    margin-bottom: 20px;
  }
  header .row.first .plus a {
    display: block;
    width: 150px;
    margin: 0 auto;
  }

  footer .logo {
    float: none;
    display: block;
  }
  footer .logo p {
    text-align: center;
  }

  footer .category, footer .nav-bottom {
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
  }

  footer .nav-bottom {
    margin-left: 20px;
    float: left;
    display: flex;
    flex-flow: column;
  }

  footer .container-category ul:nth-child(1) {
    margin: 0;
    margin-right: 20px;
  }

  .nav-cat {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .comments .block-card-comment .stars-rating .stars-container {
    display: flex;
    justify-content: center;
  }

  .comments .block-card-comment .stars-rating i {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }

  .dropdown-menu.show {
    width: 550px;
  }
}
@media (max-width: 630px) {
  .comments.home-page {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  .comments.home-page .simple-reviews {
    flex-basis: unset;
    width: 100%;
  }
  .comments.home-page .simple-reviews .description-review-container {
    align-items: center;
    justify-content: center;
  }
  .comments.home-page .right.price, .comments.home-page .right.reviews, .comments.home-page .right.feature {
    padding: 10px 20px 0 10px;
  }

  .deserve-attention, .popular {
    justify-content: center;
    flex-flow: column wrap;
    align-items: center;
  }
}
@media (max-width: 590px) and (min-width: 528px) {
  .popular {
    justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .header-search-options {
    top: 65px;
  }

  .deserve-attention-container {
    margin-bottom: 10px;
  }

  header .mobile-container-button-search {
    display: block;
  }

  header .row.first .header-search-container input {
    height: 90%;
  }

  header .row.first {
    padding-bottom: 5px;
  }

  .deserve-attention-container .line {
    display: none;
  }

  .deserve-attention-container .deserve-attention-title .orange-circle {
    float: none;
  }

  .deserve-attention-container .deserve-attention-title h3 {
    padding: 0;
    margin: 0;
    padding-left: 10px;
  }

  .deserve-attention, .popular, .manufacturer {
    justify-content: space-around;
  }
  .deserve-attention .block-card, .popular .block-card, .manufacturer .block-card {
    width: 49%;
  }

  .dropdown-menu.show {
    width: 470px;
  }

  .logo {
    text-align: left;
    padding-left: 15px;
  }
}
@media (max-width: 519px) {
  .popular {
    justify-content: center;
  }
}
@media (max-width: 470px) {
  footer .logo img {
    width: 100% !important;
  }

  .comments .left, .comments .right {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }

  .comments article {
    flex-flow: row wrap;
  }

  .dropdown-menu.show {
    width: 300px;
  }

  header .dropdown-item.header-item {
    padding: 0;
    padding-left: 5px;
    white-space: normal;
  }

  .deserve-attention, .popular, .manufacturer {
    justify-content: center;
  }
  .deserve-attention .block-card, .popular .block-card, .manufacturer .block-card {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .dropdown-menu.show {
    width: 250px;
  }
}
@media (min-width: 1100px) {
  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
  }

  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}
.pgwSlider {
  display: flex;
  width: 50%;
  justify-content: flex-start;
}

ul.pgwSlider, .pgwSlider ul {
  float: unset;
  width: 100% !important;
}

.pgwSlider .ps-current {
  max-width: 100%;
  order: 2;
  float: unset;
  width: 235px !important;
  height: auto !important;
  margin: auto !important;
  overflow: unset;
}
.pgwSlider .ps-current img {
  max-height: 235px;
  margin: 0 auto;
  display: block !important;
  width: auto !important;
  min-height: inherit !important;
  min-width: auto !important;
}
.pgwSlider .ps-current ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.ps-list li.current {
  border: 3px solid orange;
}

ul.ps-list li {
  line-height: 60px;
  cursor: pointer;
  border: 2px solid lightgray;
  border-radius: 3px;
  height: 69px !important;
  width: 100% !important;
  margin-bottom: 10px;
  text-align: center;
}
ul.ps-list li img {
  max-height: 65px;
  max-width: 100%;
  padding: 5px;
}

.test {
  margin-top: 10px;
  height: 235px;
  overflow: hidden;
  order: 1;
  float: unset;
  width: 69px;
}

img.fancybox {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .product-block-container .container-indicator {
    flex-flow: column;
  }
  .product-block-container .container-indicator .pgwSlider {
    width: 100%;
  }
  .product-block-container .container-indicator .description {
    width: 100%;
  }
  .actual_date{float:none;padding-top:0;padding-bottom:10px;}
}
@media screen and (max-width: 576px) {
  .product-block-container .container-indicator .test {
    display: none;
  }
  .product-block-container .container-indicator .pgwSlider .ps-current {
    width: auto !important;
    margin: 0 auto !important;
  }
  .product-block-container .container-indicator .pgwSlider .ps-current img {
    max-height: 220px;
  }
}
.product-block-container .images-product-container {
  width: 500px;
}
.product-block-container .images-product-container #big {
  width: 300px;
  order: 2;
}
.product-block-container .images-product-container #big .owl-item img {
  max-width: 100%;
  height: auto;
  min-height: unset;
}
.product-block-container .images-product-container div#thumbs {
  width: 100px;
  order: 1;
  transform: rotate(0deg) !important;
}
.product-block-container .images-product-container div#thumbs .owl-stage-outer {
  transform: rotate(-90deg) !important;
}
.product-block-container .images-product-container div#thumbs .owl-item img {
  max-width: 100px;
  height: 100px;
  min-height: unset;
}
.product-block-container .images-product-container div#thumbs .owl-item {
  transform: rotate(90deg) !important;
}

#marketWidget-bok{width:100%;}
.resp_tables{max-width:100%;overflow:auto;}

/*# sourceMappingURL=style.css.map */
