header .logo a, footer .logo a {
  font-size: 55px;
  font-style: italic;
}
.text-about-us .ex-button {
  text-align: center;
  color: #6fa93f;
}
.listMenu a, .listMenu i {
  transition: 0.5s;
}
.listMenu a:hover, .listMenu i:hover {
  color: #000;
}
header .logins .list_items {
  display: none;
  right: 0;
}
header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
header .header-wrapper .topLine, header .header-wrapper .middleLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
header .header-wrapper .topLine {
  background-color: rgba(124, 124, 124, 0.1);
  min-height: 40px;
}
header .header-wrapper .topLine a {
  color: rgba(124, 124, 124, 0.7);
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
header .header-wrapper .topLine a:hover {
  color: rgba(124, 124, 124, 1);
}
header .header-wrapper .topLine a span {
  font-size: 17px;
}
header .header-wrapper .topLine li.active a {
  color: rgba(124, 124, 124, 1);
}
header .header-wrapper .topLine .navigation, header .header-wrapper .topLine .currency, header .header-wrapper .topLine .personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
header .header-wrapper .topLine .currency {
  color: rgba(0, 108, 216, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 215px;
  top: 10px;
}
header .header-wrapper .topLine .personal {
  min-height: inherit;
}
header .header-wrapper .topLine .personal .fast-links {
  min-height: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap {
  z-index: 300;
  min-height: inherit;
  display: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  white-space: nowrap;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap:hover {
  background-color: #fff;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  min-height: inherit;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_title {
  min-height: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_title .comparison {
  margin: 0 10px;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .comparison_count {
  margin-top: 7px;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_items {
  right: -1px;
  top: 35px;
  width: auto;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison a i::before {
  content: "\f057";
  font-family: Fontawesome;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison a span.count {
  margin-left: 5px;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .open {
  border-left: 1px solid rgba(111, 169, 63, 0.5);
  border-right: 1px solid rgba(111, 169, 63, 0.5);
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .open .list_title {
  background-color: #fff;
  z-index: 999;
}
header .header-wrapper .topLine .navigation .openSubmenu {
  display: block;
  height: 100%;
  z-index: 5;
}
header .header-wrapper .topLine .navigation ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 30px;
}
header .header-wrapper .topLine .navigation:after {
  z-index: 2;
}
header .header-wrapper .topLine .personal .networks {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
header .header-wrapper .topLine .personal .followLink {
  display: none;
}
header .header-wrapper .topLine .personal .fast-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
}
header .header-wrapper .topLine .personal .fast-links .cart {
  display: none;
}
header .header-wrapper .topLine .personal .fast-links .like-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
header .header-wrapper .topLine .personal .fast-links .like-list .number-of-items-in-wishList, header .header-wrapper .topLine .personal .fast-links .like-list .likesCount {
  font-size: 12px;
}
header .header-wrapper .topLine .personal .fast-links .like-list i {
  padding-left: 0;
}
header .header-wrapper .topLine .personal .fast-links .login .fa.user-icon {
  margin-left: 5px;
}
header .header-wrapper .topLine .personal .fast-links #user-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
header .header-wrapper .topLine .personal .fast-links #user-menu li:after {
  content: "\f007";
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  color: #7c7c7c;
  font-size: 16px;
}
header .header-wrapper .topLine .personal .fast-links #user-menu li a {
  padding-right: 5px;
}
header .header-wrapper .topLine .personal .fast-links .list_wrapp.comparison_list {
  position: relative;
}
header .header-wrapper .topLine .personal .fast-links .list_wrapp.comparison_list .list_items {
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  transition: 0.3s;
}
header .header-wrapper .topLine .personal .fast-links .list_wrapp.comparison_list .list_items a {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
header .header-wrapper .topLine .personal .fast-links .list_wrapp.comparison_list i {
  padding-left: 5px;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_title .comparison span {
  margin-right: 5px;
}
header .header-wrapper .topLine .personal .fast-links .like-wrapper {
  margin: 0 20px;
  white-space: nowrap;
}
header .header-wrapper .topLine .personal .fast-links .like-wrapper .like-list span {
  margin-right: 5px;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-webkit-box-align:end;
   -webkit-align-items:flex-end;
   -ms-flex-align:end;
   -ms-grid-row-align:flex-end;
   align-items:flex-end;*/
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_count {
  font-size: 12px;
  color: rgba(124, 124, 124, 0.7);
}
header .header-wrapper .topLine .personal .fast-links .personal-login.user-auth-infoblock {
  padding: 0;
  margin-left: 20px;
  white-space: nowrap;
}
header .header-wrapper .topLine .dropDownList.phoneNumbers {
  display: none;
}
header .header-wrapper .middleLine {
  height: 120px;
}
header .header-wrapper .middleLine .logo a {
  font-size: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
header .header-wrapper .middleLine form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
}
header .header-wrapper .middleLine form input {
  width: 390px;
  height: 48px;
  border: 1px solid rgba(111, 169, 63, 0.2);
  padding-right: 50px;
  text-indent: 10px;
  color: #006cd8;
  font-size: 20px;
}
header .header-wrapper .middleLine form input:focus, header .header-wrapper .middleLine form input:active {
  border: 1px solid rgba(111, 169, 63, 1);
}
header .header-wrapper .middleLine form .select2-container .select2-choice {
  background: rgba(111, 169, 63, 0.1);
  color: #6fa93f;
}
header .header-wrapper .middleLine form .submit-block {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 45px;
  height: 100%;
}
header .header-wrapper .middleLine form .submit-block .submit-button {
  background: none;
  border: medium none;
  font-size: 25px;
  color: rgba(111, 169, 63, 0.8);
  cursor: pointer;
  height: 100%;
}
header .header-wrapper .middleLine form .submit-block .submit-button:hover {
  color: #6fa93f;
}
header .header-wrapper .middleLine .cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers {
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number {
  color: rgba(111, 169, 63, 0.8);
  font-size: 28px;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 3px;
  margin-top: 3px;
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number a {
  text-decoration: none;
  color: rgba(0, 108, 216, 0.8);
  transition: 0.3s;
  white-space: nowrap;
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number a:hover {
  color: rgba(0, 108, 216, 1);
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number a span {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
header .header-wrapper .middleLine .cart-wrapper #small-cart:last-child {
  display: none;
}
header .header-wrapper .middleLine .cart-wrapper .ajax-cart {
  display: none;
}
header .header-wrapper .middleLine .cart-wrapper #small-cart {
  text-decoration: none;
}
header .header-wrapper .middleLine .cart-wrapper #small-cart .cart {
  font-size: 20px;
  color: rgba(124, 124, 124, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
  white-space: nowrap;
}
header .header-wrapper .middleLine .cart-wrapper #small-cart .cart:hover {
  color: rgba(124, 124, 124, 1);
}
header .header-wrapper .middleLine .cart-wrapper #small-cart .cart:hover i {
  color: #6fa93f;
}
header .header-wrapper .middleLine .cart-wrapper #small-cart .cart i {
  font-size: 45px;
  margin-left: 10px;
  color: rgba(111, 169, 63, 0.8);
}
header .header-wrapper .middleLine .cart-wrapper #small-cart .cart .quantity {
  align-items: center;
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #6fa93f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 17px;
  width: 18px;
  bottom: 5px;
}
header .header-wrapper .bottomLine .hideExcess {
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
}
header .header-wrapper .bottomLine .hideExcess.open .show_all::after {
  transform: rotateX(180deg);
}
header .header-wrapper .bottomLine ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 0;
}
header .header-wrapper .bottomLine ul li {
  text-align: center;
}
header .header-wrapper .bottomLine ul li a {
  text-align: center;
  background-color: rgba(0, 108, 216, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
header .header-wrapper .bottomLine ul li a:hover {
  background-color: rgba(0, 108, 216, 1);
}
header .header-wrapper .bottomLine ul .show_all {
  position: relative;
  background-color: rgba(0, 108, 216, 0.8);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
header .header-wrapper .bottomLine ul .show_all:hover {
  background-color: rgba(0, 108, 216, 1);
}
header .header-wrapper .bottomLine ul .show_all::after {
  display: block;
  position: absolute;
  content: "\f107";
  right: 0;
  left: 0;
  top: 70px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}
header .header-wrapper .bottomLine ul .show_all span {
  white-space: nowrap;
}
header .header-wrapper .bottomLine ul li:last-child a {
  border: none;
  text-transform: capitalize;
}
header .header-wrapper .bottomLine ul li.active a {
  background-color: rgba(0, 108, 216, 1);
  text-shadow: 1px 1px 2px rgba(0, 108, 216, 0.8);
}
ul.ui-menu {
  width: 477px;
  z-index: 100 !important;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li {
  background-color: rgba(255, 255, 255, 1);
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 80px;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li a .ui-ac-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li a .ui-ac-img-wrapper img {
  max-height: 60px;
  max-width: 100%;
  padding: 10px;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li a .ui-ac-name-wrapper .ui-ac-name {
  font-size: 14px;
  color: #006cd8;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li a .ui-ac-name-wrapper .ui-ac-price {
  font-size: 14px;
  color: #6fa93f;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li a:hover .ui-ac-name {
  color: #6fa93f;
}
.select2-dropdown-open .select2-choice .select2-arrow::after {
  transform: rotateX(180deg);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  header .header-wrapper .topLine .currency {
    display: none;
  }
  header .header-wrapper .user-auth-infoblock {
    display: none;
  }
  header .header-wrapper .topLine {
    z-index: 252;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  header .header-wrapper .topLine .personal .fast-links {
    margin-left: 0;
  }
  header .header-wrapper .topLine .personal .fast-links .like-list {
    display: none;
  }
  header .header-wrapper .topLine .personal .fast-links .like-wrapper {
    display: none;
  }
  header .header-wrapper .topLine .personal .fast-links .like-wrapper .like-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 22px;
    margin: 0 10px;
  }
  header .header-wrapper .topLine .personal .fast-links .like-wrapper .like-list span {
    display: none;
  }
  header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap {
    display: none;
  }
  header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_title .comparison {
    font-size: 22px;
  }
  header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_list .list_title .comparison span {
    display: none;
  }
  header .header-wrapper .topLine .personal .fast-links a:nth-of-type(1) .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    font-size: 22px;
    line-height: 20px;
  }
  header .header-wrapper .topLine .personal .fast-links a:nth-of-type(1) .cart span {
    display: none !important;
  }
  header .header-wrapper .topLine .personal .fast-links a:nth-of-type(1) .cart .quantity {
    font-size: 15px;
    line-height: 15px;
  }
  header .header-wrapper .topLine .personal .fast-links a:nth-child(5), header .header-wrapper .topLine .personal .fast-links a:nth-child(6) {
    display: none;
  }
  header .header-wrapper .topLine .personal .social-network .networks {
    display: none;
  }
  header .header-wrapper .topLine .personal .social-network .list_wrapp .networks {
    display: block;
  }
  header .header-wrapper .topLine .personal .social-network .followLink {
    display: none;
  }
  header .header-wrapper .topLine .navigation:hover .headerNaviation {
    max-width: 260px;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers {
    display: block;
    font-size: 22px;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_items {
    left: 0;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_items .list_indent .number a {
    font-size: 22px;
    text-align: left;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_items .list_indent .number a span {
    margin-right: 5px;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_title .number a {
    font-size: 22px;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_title .number a span {
    margin-right: 5px;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers::after {
    content: "\f078";
    display: block;
    height: 20px;
    position: absolute;
    right: -25px;
    top: 5px;
    width: 20px;
    font-size: 16px;
    font-family: FontAwesome;
    color: rgba(124, 124, 124, 0.7);
    transition: 0.3s;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers.open::after {
    transform: rotateX(180deg);
  }
  header .header-wrapper .topLine .personal .fast-links .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 22px;
  }
  header .header-wrapper .topLine .personal .fast-links .cart span {
    display: none;
  }
  header .header-wrapper .middleLine form:hover input, header .header-wrapper .middleLine form input:focus {
    width: 100%;
  }
  header .header-wrapper .middleLine .logo a {
    font-size: 55px !important;
  }
  header .header-wrapper .bottomLine {
    z-index: 251;
  }
  header .header-wrapper .bottomLine .hideExcess ul {
    display: block;
    transition: all 0.7s;
    overflow: hidden;
    z-index: 5;
  }
  header .header-wrapper .bottomLine .hideExcess li {
    text-align: left;
    display: block !important;
    width: 50% !important;
  }
  header .header-wrapper .bottomLine .hideExcess li a, header .header-wrapper .bottomLine .hideExcess li span {
    padding: 25px;
    height: 90px;
  }
  header .header-wrapper .bottomLine .hideExcess li.show_all {
    cursor: pointer;
    width: 100% !important;
  }
  header .header-wrapper .bottomLine .hideExcess li.show_all span {
    background-color: rgba(0, 108, 216, 0.9);
    color: #fff;
    display: block;
    font-size: 20px;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .header-wrapper .bottomLine .hideExcess ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0, 108, 216, 0.9);
  }
  header .header-wrapper .bottomLine .hideExcess ul .show_all {
    position: relative;
  }
  header .header-wrapper .bottomLine .hideExcess ul .show_all::after {
    display: block;
    position: absolute;
    content: "\f107";
    right: 25px;
    top: 30px;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
    transition: 0.3s;
    left: auto;
    margin: 0;
  }
  header .header-personal-drop .personal-drop .list_title a::after {
    content: "\f007";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    margin-left: 10px;
  }
  .fast-links .personal-login.user-auth-infoblock, header .header-wrapper .middleLine .cart-wrapper {
    display: none;
  }
  header .header-wrapper .middleLine .cart-wrapper .phoneNumbers {
    display: none;
  }
  header .header-wrapper .topLine .personal .fast-links #user-menu li:last-child {
    display: none;
  }
  header .header-wrapper .bottomLine ul li a {
    background-color: transparent;
  }
  header .header-wrapper .bottomLine ul li a:nth-child(2n-1) {
    border-right: 0.5px solid rgba(255, 255, 255, 0.5);
  }
  body header .header-wrapper .middleLine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  body .headerSearchWrapp {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body header .header-wrapper .middleLine .headerSearchWrapp:not([class="headerSearchWrapp open"]) #search-form .ui-autocomplete-input {
    width: 100% !important;
  }
  body header .header-wrapper .middleLine .headerSearchWrapp form input {
    border: 1px solid rgba(0, 108, 216, 0.2);
  }
  body header .header-wrapper .middleLine form {
    width: auto;
  }
  body .headerSearchWrapp .mobile_fix {
    display: none;
  }
  body header .header-wrapper .bottomLine .hideExcess li a, body header .header-wrapper .bottomLine .hideExcess li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  body header .header-wrapper .bottomLine .hideExcess li a {
    height: 100%;
  }
  body header .header-wrapper .bottomLine .hideExcess {
    height: 60px !important;
  }
  body header .header-wrapper .bottomLine .hideExcess.open {
    height: auto !important;
  }
  body header .header-wrapper .bottomLine .hideExcess li.show_all span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    height: 60px;
    padding: 0 25px;
    padding-left: 20px;
  }
  body header .header-wrapper .bottomLine .hideExcess ul .show_all::after {
    top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  header .header-wrapper .bottomLine ul li a {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: start;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  header .header-wrapper .topLine .navigation {
    background-color: transparent;
    height: 20px;
    position: relative;
    width: 20px;
    cursor: pointer;
  }
  header .header-wrapper .topLine .navigation .openSubmenu {
    width: 100%;
  }
  header .header-wrapper .topLine .navigation .linksBlock {
    display: none;
  }
  header .header-wrapper .topLine .navigation:hover::after {
    color: #6fa93f;
  }
  header .header-wrapper .topLine .navigation .headerNaviation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: 20px;
    height: 0;
    padding: 0;
    width: auto;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
  }
  header .header-wrapper .topLine .navigation .headerNaviation li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .header-wrapper .topLine .navigation .headerNaviation li a {
    color: rgba(255, 255, 255, 0.7);
  }
  header .header-wrapper .topLine .navigation .headerNaviation li a:hover {
    color: rgba(255, 255, 255, 1);
  }
  header .header-wrapper .topLine .navigation::after {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    display: block;
    content: "\f0c9";
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    color: #7c7c7c;
    font-size: 22px;
  }
  header .header-wrapper .middleLine .cart-wrapper .phoneNumbers {
    margin-left: 0;
    margin-right: 0;
  }
  header .header-wrapper .middleLine form {
    height: 50px;
    width: 55px;
  }
  header .header-wrapper .middleLine form:hover input {
    border: 1px solid rgba(124, 124, 124, 0.2);
  }
  header .header-wrapper .middleLine form input {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    border: 1px solid transparent;
    transition: 0.3s;
  }
  header .header-wrapper .middleLine form input:focus, header .header-wrapper .middleLine form input:active {
    border: 1px solid rgba(124, 124, 124, 0.2);
  }
  .forselect_2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number {
    font-size: 22px;
  }
  header .header-wrapper .topLine .personal .networks {
    display: none;
  }
  header .header-wrapper .topLine .personal .list_wrapp .networks {
    display: block;
  }
  header .header-wrapper .topLine .personal .list_wrapp .list_items {
    background-color: rgba(255, 255, 255, 1);
  }
  header .header-wrapper .topLine .personal .followLink {
    display: block;
  }
  header .header-wrapper .middleLine .cart-wrapper #small-cart .cart span {
    display: none;
  }
  header .list_wrapp.followLink {
    position: relative;
  }
  header .list_wrapp.followLink .list_items {
    /*height:0;
     overflow:hidden;
     position:absolute;
     top:0;
     left:0;*/
  }
  header .header-wrapper .bottomLine ul li a {
    font-size: 16px;
  }
  header .header-wrapper .middleLine .logo a {
    font-size: 55px;
  }
  header .header-wrapper .middleLine .logo a img {
    max-width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  header .header-wrapper .topLine .personal .fast-links #user-menu li:last-child {
    display: none;
  }
  header .logo a, footer .logo a {
    font-size: 50px;
  }
  header .header-wrapper .bottomLine ul li {
    min-width: 105px;
  }
  header .header-wrapper .bottomLine ul li a {
    min-height: 100px;
    font-size: 18px;
  }
  header .header-wrapper .bottomLine {
    background: rgba(111, 169, 63, 1) none repeat scroll 0 0;
  }
  header .header-wrapper .middleLine .headerSearchWrapp {
    margin: auto;
    width: 8%;
  }
  header .header-wrapper .middleLine .headerSearchWrapp #search-form .ui-autocomplete-input {
    background-color: transparent;
  }
  header .header-wrapper .middleLine .open #search-form .ui-autocomplete-input {
    background-color: white;
  }
  header .header-wrapper .middleLine .cart-wrapper {
    width: 59%;
  }
  header .header-wrapper .middleLine .cart-wrapper a:nth-child(4) {
    display: none;
  }
  header .header-wrapper .middleLine .cart-wrapper .ajax-cart {
    display: none;
  }
  header .header-wrapper .middleLine .headerSearchWrapp {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  header .header-wrapper .topLine .currency {
    left: 55px;
    right: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-wrapper .middleLine .logo {
    max-width: 290px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  header .header-wrapper .topLine .currency {
    left: 37%;
    right: auto;
  }
  header .header-wrapper .middleLine .headerSearchWrapp {
    margin-left: auto;
    margin-right: auto;
  }
  header .logo a, footer .logo a {
    font-size: 50px;
  }
  header .header-wrapper .middleLine .cart-wrapper .phoneNumbers {
    margin-left: 40px;
    margin-right: 40px;
  }
  header .header-wrapper .middleLine {
    position: relative;
  }
  header .header-wrapper .middleLine form input {
    width: 100%;
  }
  header .header-wrapper .middleLine .cart-wrapper a:nth-child(4) {
    display: none;
  }
  header .header-wrapper .middleLine .cart-wrapper .ajax-cart {
    display: none;
  }
  header .header-wrapper .topLine .navigation ul li {
    padding-right: 20px;
  }
  header .header-wrapper .topLine .navigation ul li:last-child {
    padding: 0;
  }
  header .header-wrapper .topLine a {
    font-size: 16px;
  }
  header .logo img {
    max-width: 240px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1025px) {
  header .header-wrapper .middleLine form .submit-block {
    right: 10px !important;
  }
}
footer .subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: start;
  width: 200px;
}
footer .subscription .info-text {
  font-size: 15px;
  margin-bottom: 10px;
  max-width: 175px;
}
footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: rgba(129, 129, 112, 0.1);
  padding-bottom: 50px;
  padding-top: 50px;
  color: rgba(0, 108, 216, 0.7);
}
footer .footer-wrapper a {
  color: rgba(0, 108, 216, 0.7);
  text-decoration: none;
  transition: 0.3s;
}
footer .footer-wrapper a:hover {
  color: rgba(0, 108, 216, 1);
}
footer .footer-wrapper span i {
  color: rgba(111, 169, 63, 0.8);
  font-size: 26px;
  transition: all 0.3s ease 0s;
}
footer .footer-wrapper span:hover i {
  color: rgba(111, 169, 63, 1);
}
footer .footer-wrapper .f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
  border-right: 1px solid rgba(129, 129, 112, 0.5);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 1);
}
footer .footer-wrapper .f-logo .footerBrands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  height: 100%;
}
footer .footer-wrapper .f-logo .footerBrands .homeLink {
  font-family: "Colonna MT";
  font-size: 80px;
  text-decoration: none;
  font-style: italic;
  color: rgba(111, 169, 63, 0.7);
  padding: 8px;
  transition: 0.3s;
}
footer .footer-wrapper .f-logo .footerBrands .homeLink:hover {
  color: rgba(111, 169, 63, 1);
}
footer .footer-wrapper .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 25%;
  border-right: 1px solid rgba(129, 129, 112, 0.5);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 1);
  padding-top: 20px;
}
footer .footer-wrapper .f-menu .navigationFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
footer .footer-wrapper .f-menu .navigationFooter li {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .footer-wrapper .f-menu .navigationFooter li a {
  font-size: 20px;
}
footer .footer-wrapper .f-menu .navigationFooter li.active a {
  color: #7c7c7c;
}
footer .footer-wrapper .f-menu .hotline-rating-informer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}
footer .footer-wrapper .f-menu .hotline-rating-informer img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 65px;
}
footer .footer-wrapper .f-menu .hotline-rating-informer:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
footer .footer-wrapper .f-worktime, footer .footer-wrapper .f-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 25%;
  color: rgba(0, 108, 216, 0.8);
  padding-top: 20px;
}
footer .footer-wrapper .f-worktime a, footer .footer-wrapper .f-phones a {
  color: rgba(0, 108, 216, 0.8);
}
footer .footer-wrapper .f-worktime a i, footer .footer-wrapper .f-phones a i {
  padding-right: 5px;
}
footer .footer-wrapper .f-worktime {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid rgba(129, 129, 112, 0.5);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 1);
}
footer .footer-wrapper .f-worktime .workTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 22px;
}
footer .footer-wrapper .f-worktime .workTime li {
  margin-bottom: 20px;
}
footer .footer-wrapper .f-worktime .workTime li span, footer .footer-wrapper .f-worktime .workTime li sup {
  font-size: 15px;
}
footer .footer-wrapper .f-worktime .socialNetwork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 215px;
  width: 100%;
}
footer .footer-wrapper .f-worktime .socialNetwork .followLink {
  display: none;
}
footer .footer-wrapper .f-worktime .socialNetwork .networks {
  font-size: 24px;
}
footer .footer-wrapper .f-worktime .numberFooter.contacts {
  width: 200px;
  margin-bottom: 20px;
}
footer .footer-wrapper .hideblock-pc {
  display: none;
}
footer .footer-wrapper .f-phones {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer .footer-wrapper .f-phones .numberFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
footer .footer-wrapper .f-phones .numberFooter li {
  margin-bottom: 20px;
}
footer .footer-wrapper .f-phones .numberFooter li.skypeFotter {
  margin: 0;
}
footer .footer-wrapper .f-phones .numberFooter li.adress {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
  max-width: 190px;
  padding-left: 0;
  padding-right: 0;
}
footer .footer-wrapper .f-phones .numberFooter .phone {
  width: 220px;
}
footer .footer-wrapper .f-phones .numberFooter .phone a {
  font-size: 24px;
}
footer .footer-wrapper .f-phones .numberFooter .emailFotter a, footer .footer-wrapper .f-phones .numberFooter .skypeFotter a {
  font-size: 18px;
}
footer .footer-wrapper .f-phones .numberFooter .emailFotter i, footer .footer-wrapper .f-phones .numberFooter .skypeFotter i {
  padding-right: 10px;
}
footer .footer-wrapper .f-phones .numberFooter.contacts {
  padding-left: 25px;
}
footer .footer-wrapper a {
  transition: 0.3s;
}
footer .footer-wrapper a i {
  font-size: 26px;
  color: rgba(111, 169, 63, 0.8);
  transition: 0.3s;
}
footer .footer-wrapper a:hover i {
  color: rgba(111, 169, 63, 1);
}
footer .footer-wrapper .logoSoftUa {
  display: block;
}
footer .footer-wrapper .logoSoftUa > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-wrapper .logoSoftUa > div {
  color: rgba(129, 129, 112, 0.5);
  font-size: 15px;
  transition: 0.3s;
  width: 100%;
}
footer .footer-wrapper .logoSoftUa:hover div {
  color: rgba(129, 129, 112, 1);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hidden-pc {
    display: none;
  }
  .sub-button {
    width: 100%;
  }
  footer .footer-wrapper .f-worktime .subscription .info-text {
    max-width: none;
  }
  footer .footer-wrapper .f-worktime .numberFooter.contacts {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  footer .footer-wrapper .f-phones .numberFooter li.adress {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  footer .footer-wrapper .f-logo, footer .footer-wrapper .f-menu, footer .footer-wrapper .f-worktime, footer .footer-wrapper .f-phones {
    width: 50%;
  }
  footer .footer-wrapper .f-menu {
    padding-bottom: 20px;
  }
  footer .footer-wrapper .f-worktime {
    padding-bottom: 0;
  }
  footer .footer-wrapper .hideblock-mob, footer .footer-wrapper .hotline-rating-informer {
    display: none;
  }
  footer .footer-wrapper .f-worktime .hidden-pc {
    margin-top: 30px;
  }
  footer .footer-wrapper .f-worktime .numberFooter.contacts {
    padding-bottom: 20px;
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .footer-wrapper .f-logo .footerBrands li:first-child {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1600px) {
  footer .footer-wrapper .f-logo .footerBrands .homeLink {
    font-size: 120px;
  }
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body .label-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
body .label-wrapper .img-label {
  max-height: 33%;
}
body .label-wrapper .img-label img {
  max-height: 200px;
}
.flash-success {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
html, body {
  min-height: 100%;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  flex: 1 1 auto;
  overflow: hidden;
  -webkit-box-flex: 1;
  overflow-x: hidden;
  max-width: 100%;
  background-color: #fff;
}
main {
  flex: 1 0 auto;
  -webkit-box-flex: 1;
}
footer {
  flex: 0 0 auto;
}
body .ui-dialog {
  max-width: 100%;
}
.justifyFix {
  vertical-align: top;
}
form .assessments input + label::before {
  color: darkorange;
}
.bingc-phone-button.bingc-show {
  left: auto !important;
  bottom: 5% !important;
  right: 0;
}
.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-left {
  display: none !important;
}
html, body, main, nav, section, article, header, footer, .page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Tahoma, "Geneva CY", sans-serif;
  font-size: 16px;
}
footer {
  margin-top: 100px;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
  position: fixed;
}
.ui-autocomplete {
  height: 100%;
}
main {
  position: relative;
}
.page-wrapper {
  min-height: 50%;
}
.info_text {
  font-size: 22px;
  text-align: center;
}
header .logo img {
  max-height: 80px;
}
article {
  padding: 0 20px;
}
article p:nth-child(1) {
  padding: 0 10%;
  font-size: 22px;
  color: #888;
  line-height: 120%;
}
article p:nth-child(2) {
  padding: 0 10%;
  font-size: 19px;
  line-height: 120%;
  color: #888;
}
article p:nth-child(3) {
  padding: 0 10%;
  font-size: 19px;
  line-height: 120%;
  color: #888;
}
article p:nth-child(4) {
  padding: 0 10%;
  font-size: 19px;
  line-height: 120%;
  color: #888;
}
article p:nth-child(5) {
  padding: 0 10%;
  font-size: 19px;
  line-height: 120%;
  color: #888;
}
h1, h2, h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Tahoma, "Geneva CY", sans-serif;
  color: rgba(0, 108, 216, 0.9);
  line-height: 110%;
  text-align: center;
  padding: 40px 0 30px 0;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
}
h1::before, h2::before, h3::before, h1::after, h2::after, h3::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(0, 108, 216, 0.2);
  content: "";
  height: 50%;
  width: 20px;
  min-height: 40px;
}
h3::before, h3::after {
  display: none;
}
h1 {
  font-size: 40px;
}
h2, h3 {
  font-size: 32px;
  padding: 50px 0 30px;
}
.logo a {
  font-family: "Colonna MT";
  font-size: 65px;
  text-decoration: none;
  color: rgba(111, 169, 63, 0.7);
  font-style: normal;
  height: 82px;
  line-height: 120%;
  display: block;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
  color: #6fa93f;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.breadcrumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
}
.breadcrumbs-wrapper .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  line-height: 120%;
}
.breadcrumbs-wrapper .breadcrumbs .dots {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  color: #006cd8;
  padding: 0 5px;
}
.breadcrumbs-wrapper .breadcrumbs a {
  color: #6fa93f;
  text-decoration: none;
  padding: 0 0 0 5px;
}
.breadcrumbs-wrapper .breadcrumbs a:hover {
  color: #006cd8;
}
.listMenu .bodyBlock .socialNetwork {
  padding-bottom: 0;
  padding-right: 0;
}
.justify-block.hide {
  display: none;
}
.fullWidth {
  width: 100%;
}
.justify-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: rgba(124, 124, 124, 0.1);
}
.justify-block .content_block.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  color: #006cd8;
}
.justify-block .content_block.catalog span.text {
  font-size: 24px;
  line-height: 120%;
}
.justify-block .content_block.catalog a {
  font-size: 28px;
  margin-top: 20px;
  transition: 0.3s;
  text-decoration: none;
}
.justify-block .content_block.catalog a:hover i {
  color: rgba(0, 108, 216, 1);
}
.justify-block .content_block.catalog a i {
  color: rgba(0, 108, 216, 0.8);
}
.justify-block .content_block.catalog a .lowSpace {
  font-size: 18px;
}
.justify-block .content_block.main {
  background-color: rgba(111, 169, 63, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  margin: 40px;
  width: 100%;
  max-height: 250px;
  transition: background 0.3s ease;
}
.justify-block .content_block.main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  min-height: 250px;
}
.justify-block .content_block.main:hover {
  background-color: rgba(111, 169, 63, 0.5);
}
.entry-title {
  font-size: 32px !important;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.selection-about-us .container-about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  padding-bottom: 85px;
}
.selection-about-us .container-about-us .text-about-us {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  font-size: 22px;
  line-height: 120%;
  text-shadow: 0 1px 0 #fff;
  color: #006cd8;
}
.selection-about-us .container-about-us .text-about-us p, .selection-about-us .container-about-us .text-about-us span {
  font-size: 22px;
  line-height: 120%;
  margin: 0;
}
.selection-about-us .container-about-us .fa.arrow-down.catalog-role {
  display: block;
  font-size: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: 0.3s;
  color: rgba(0, 108, 216, 0.4);
}
.selection-about-us .container-about-us .fa.arrow-down.catalog-role:hover {
  color: rgba(0, 108, 216, 1);
}
.selection-about-us .container-about-us .fa.arrow-down.catalog-role.expanded {
  transform: rotateX(180deg);
}
.sort_block {
  margin: 20px 0;
  padding: 0 20px;
  transition: 0.3s;
}
.sort_block .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #006cd8;
}
.sort_block .pager a {
  color: #006cd8;
}
.sort_block .pager i {
  transition: 0.3s;
}
.sort_block .pager .dropDown.filters {
  position: relative;
  cursor: pointer;
  margin-right: 40px;
}
.sort_block .pager .dropDown.filters .dropDownList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  background-color: #6fa93f;
  width: auto;
}
.sort_block .pager .dropDown.filters .dropDownList a {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sort_block .pager .dropDown.filters:hover .dropDownList {
  height: auto;
  overflow: auto;
  padding: 10px;
  z-index: 350;
}
.sort_block .pager .dropDown.filters:hover i {
  transform: rotateX(180deg);
}
.sort_block .pager .currentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-size: 16px;
}
.sort_block .pager .currentItem .sorting {
  padding-right: 30px;
}
.sort_block .pager .page_elements {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 20px;
}
.sort_block .pager .page_elements .sorting i {
  padding-left: 30px;
}
.sort_block .pager .page_elements nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  background-color: #6fa93f;
  width: 100%;
}
.sort_block .pager .page_elements nav a {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sort_block .pager .left-side-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sort_block .pager .paginator .wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sort_block .pager .result-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.sort_block .pager .result-pager .hidden {
  display: none;
}
.sort_block .pager .result-pager li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.sort_block .pager .result-pager li a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-shadow: 0 1px 0 #fff;
}
.sort_block .pager .result-pager li:hover a {
  color: #6fa93f;
}
.sort_block .pager .result-pager li.selected {
  background-color: rgba(0, 108, 216, 0.1);
}
.sort_block .pager .result-pager li.selected a {
  color: #6fa93f;
}
.sort_block .pager .filters.list_wrap.open .currentItem i, .sort_block .pager .page_elements.list_wrap.open .currentItem i, .sort_block .pager .filters.list_wrap.open .sorting i, .sort_block .pager .page_elements.list_wrap.open .sorting i {
  transform: rotateX(180deg);
}
.sort_block .pager .list_wrap {
  margin-right: 40px;
}
.sort_block .pager .list_items {
  width: 100%;
}
input.chBox, input[type="checkbox"] {
  display: none;
}
.chBox + label::before, input[type="checkbox"] + label::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #7c7c7c;
  border-radius: 0;
  color: transparent;
  content: "\f00c";
  display: inline-block;
  font: 19px/1 FontAwesome;
  height: 26px;
  margin: 2px;
  padding: 2px;
  position: relative;
  text-align: center;
  text-rendering: auto;
  text-shadow: none;
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  width: 26px;
}
.chBox + label:hover::before, .chBox + label:focus::before, .chBox + label.focus::before, input.chBox:checked + label::before, input[type="checkbox"]:checked + label::before {
  color: rgba(0, 108, 216, 0.7);
}
.auth_dialog {
  padding: 40px 25px;
  border: 1px solid #006cd8;
  border-radius: 0;
  font-family: Tahoma, "Geneva CY", sans-serif;
  min-width: 400px;
}
.auth_dialog .ui-dialog-titlebar.ui-widget-header {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  text-align: center;
}
.auth_dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
  float: none;
  margin: 0;
  font-family: Tahoma, "Geneva CY", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #006cd8;
}
.auth_dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
  margin: 0;
  position: absolute;
  right: -10px;
  top: -30px;
}
.auth_dialog .ui-dialog-content.ui-widget-content {
  padding: 0;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-prev-text {
  font-size: 15px;
  color: rgba(0, 108, 216, 0.6);
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .formGroup {
  margin-top: 20px;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .remember-field {
  margin-top: 20px;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .form-row {
  position: relative;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .form-row .auth-btn.remind-btn.fix-float.btnLink {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 15px;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .remember_me_chech span {
  font-size: 15px;
  text-transform: lowercase;
  color: rgba(0, 108, 216, 0.6);
  padding-left: 5px;
  cursor: pointer;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .remember_me_chech span:hover {
  color: rgba(0, 108, 216, 1);
}
.auth_dialog .popup-add-btn {
  text-align: right;
}
.auth_dialog .ui-dialog-titlebar-close.ui-corner-all {
  opacity: 0.7;
  transition: 0.3s;
}
.auth_dialog .ui-dialog-titlebar-close.ui-corner-all:hover {
  background: transparent;
  border: none;
  margin: 0;
  padding: 1px;
  opacity: 1;
}
#add-photo {
  position: relative;
}
.form-row.row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.errorMessage, .formError {
  color: red;
  font-size: 14px;
  text-align: left;
}
.formLabel {
  color: rgba(111, 169, 63, 0.7);
  font-size: 14px;
  margin-bottom: 8px;
}
input.formInput, .formInput input, .formInput textarea, .dynamic-row input, form input, .form-field-input input, .form-field-input textarea {
  width: 100%;
  border: 1px solid rgba(124, 124, 124, 0.2);
  color: rgba(0, 108, 216, 0.8);
  font-size: 16px;
  padding: 10px 15px;
  font-family: Tahoma, "Geneva CY", sans-serif;
}
input.formInput:hover, .formInput input:hover, .formInput textarea:hover, .dynamic-row input:hover, form input:hover, .form-field-input input:hover, .form-field-input textarea:hover, input.formInput:focus, .formInput input:focus, .formInput textarea:focus, .dynamic-row input:focus, form input:focus, .form-field-input input:focus, .form-field-input textarea:focus, input.formInput:active, .formInput input:active, .formInput textarea:active, .dynamic-row input:active, form input:active, .form-field-input input:active, .form-field-input textarea:active {
  border: 1px solid rgba(124, 124, 124, 1);
}
textarea {
  resize: vertical;
  min-height: 120px;
}
.alert.alert-warning, .message {
  color: #006cd8;
  font-size: 24px;
  margin-bottom: 95px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.popup-cart .ajax-cart-wrapper, .basket-table .ajax-cart-wrapper, .popup-cart .table-cart, .basket-table .table-cart {
  color: #7c7c7c;
}
.popup-cart .ajax-cart-wrapper .table, .basket-table .ajax-cart-wrapper .table, .popup-cart .table-cart .table, .basket-table .table-cart .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px 20px;
  font-size: 16px;
  color: #7c7c7c;
}
.popup-cart .ajax-cart-wrapper .table > span, .basket-table .ajax-cart-wrapper .table > span, .popup-cart .table-cart .table > span, .basket-table .table-cart .table > span {
  text-align: center;
}
.popup-cart .ajax-cart-wrapper .table .number, .basket-table .ajax-cart-wrapper .table .number, .popup-cart .table-cart .table .number, .basket-table .table-cart .table .number {
  width: 5%;
}
.popup-cart .ajax-cart-wrapper .table .photo, .basket-table .ajax-cart-wrapper .table .photo, .popup-cart .table-cart .table .photo, .basket-table .table-cart .table .photo {
  width: 15%;
}
.popup-cart .ajax-cart-wrapper .table .name, .basket-table .ajax-cart-wrapper .table .name, .popup-cart .table-cart .table .name, .basket-table .table-cart .table .name {
  width: 30%;
  padding-left: 16px;
  text-align: left;
}
.popup-cart .ajax-cart-wrapper .table .count, .basket-table .ajax-cart-wrapper .table .count, .popup-cart .table-cart .table .count, .basket-table .table-cart .table .count {
  width: 15%;
}
.popup-cart .ajax-cart-wrapper .table .price, .basket-table .ajax-cart-wrapper .table .price, .popup-cart .table-cart .table .price, .basket-table .table-cart .table .price {
  width: 15%;
}
.popup-cart .ajax-cart-wrapper .table .sum, .basket-table .ajax-cart-wrapper .table .sum, .popup-cart .table-cart .table .sum, .basket-table .table-cart .table .sum {
  width: 15%;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block, .basket-table .ajax-cart-wrapper .item-row .product-cart-block, .popup-cart .table-cart .item-row .product-cart-block, .basket-table .table-cart .item-row .product-cart-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  height: 220px;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data, .popup-cart .table-cart .item-row .product-cart-block .data, .basket-table .table-cart .item-row .product-cart-block .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
  padding: 10px;
  height: 100%;
  width: 5%;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data .number, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data .number, .popup-cart .table-cart .item-row .product-cart-block .data .number, .basket-table .table-cart .item-row .product-cart-block .data .number {
  font-size: 22px;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data .pppp i, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data .pppp i, .popup-cart .table-cart .item-row .product-cart-block .data .pppp i, .basket-table .table-cart .item-row .product-cart-block .data .pppp i {
  font-size: 22px;
  color: #7c7c7c;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .korzina-image-wrapper, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .korzina-image-wrapper, .popup-cart .table-cart .item-row .product-cart-block .korzina-image-wrapper, .basket-table .table-cart .item-row .product-cart-block .korzina-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .korzina-image-wrapper img, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .korzina-image-wrapper img, .popup-cart .table-cart .item-row .product-cart-block .korzina-image-wrapper img, .basket-table .table-cart .item-row .product-cart-block .korzina-image-wrapper img {
  max-width: 100%;
  height: auto;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info, .popup-cart .table-cart .item-row .product-cart-block .name-info, .basket-table .table-cart .item-row .product-cart-block .name-info {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 10px 12px 10px;
  text-align: left;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name, .popup-cart .table-cart .item-row .product-cart-block .name-info span.name, .basket-table .table-cart .item-row .product-cart-block .name-info span.name {
  position: relative;
  padding: 15px 10px 15px 0;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a, .popup-cart .table-cart .item-row .product-cart-block .name-info span.name a, .basket-table .table-cart .item-row .product-cart-block .name-info span.name a {
  text-decoration: none;
  color: #7c7c7c;
  font-size: 22px;
  line-height: 120%;
  transition: color 0.3s;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a:hover, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a:hover, .popup-cart .table-cart .item-row .product-cart-block .name-info span.name a:hover, .basket-table .table-cart .item-row .product-cart-block .name-info span.name a:hover {
  color: rgba(111, 169, 63, 0.7);
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info .information-bottom .code, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info .information-bottom .code, .popup-cart .table-cart .item-row .product-cart-block .name-info .information-bottom .code, .basket-table .table-cart .item-row .product-cart-block .name-info .information-bottom .code {
  padding-right: 5px;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller, .popup-cart .table-cart .item-row .product-cart-block .count-roller, .basket-table .table-cart .item-row .product-cart-block .count-roller {
  max-width: 15%;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div a, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div a, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div a, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div a {
  text-decoration: none;
  color: #7c7c7c;
  font-size: 24px;
  margin: 0 20px;
  transition: color 0.3s;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div a:hover, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div a:hover, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div a:hover, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div a:hover {
  color: rgba(111, 169, 63, 0.7);
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input {
  height: 60px;
  width: 60px;
  border: 1px solid rgba(124, 124, 124, 0.2);
  color: #7c7c7c;
  text-align: center;
  font-size: 22px;
  transition: border 0.3s;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input:hover, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input:hover, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input:hover, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input:hover, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input:focus, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input:focus, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input:focus, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input:focus, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input:active, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input:active, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input:active, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input:active {
  border: 1px solid rgba(124, 124, 124, 1);
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
  font-size: 22px;
  width: 15%;
  height: 100%;
  max-height: 60px;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval span, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval span, .popup-cart .table-cart .item-row .product-cart-block .priceval span, .basket-table .table-cart .item-row .product-cart-block .priceval span, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval span, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval span, .popup-cart .table-cart .item-row .product-cart-block .sumval span, .basket-table .table-cart .item-row .product-cart-block .sumval span {
  font-size: 18px;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
  padding-right: 0;
}
.popup-cart .ajax-cart-wrapper > div, .basket-table .ajax-cart-wrapper > div, .popup-cart .table-cart > div, .basket-table .table-cart > div {
  border-bottom: 1px solid #818170;
  color: #006cd8;
}
.popup-cart .ajax-cart-wrapper .product-result-block, .basket-table .ajax-cart-wrapper .product-result-block, .popup-cart .table-cart .product-result-block, .basket-table .table-cart .product-result-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 30px 20px 20px 20px;
  font-size: 19px;
  border: none;
}
.popup-cart .ajax-cart-wrapper .product-result-block label, .basket-table .ajax-cart-wrapper .product-result-block label, .popup-cart .table-cart .product-result-block label, .basket-table .table-cart .product-result-block label {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  padding-left: 15px;
}
.popup-cart .ajax-cart-wrapper .product-result-block label span, .basket-table .ajax-cart-wrapper .product-result-block label span, .popup-cart .table-cart .product-result-block label span, .basket-table .table-cart .product-result-block label span {
  font-size: 20px;
  padding-left: 0;
}
.popup-cart .ajax-cart-wrapper button, .basket-table .ajax-cart-wrapper button, .popup-cart .table-cart button, .basket-table .table-cart button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  height: 70px;
  padding: 10px 20px;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background-color: rgba(111, 169, 63, 0.7);
  border: 1px solid #6fa93f;
}
.popup-cart .ajax-cart-wrapper button:hover, .basket-table .ajax-cart-wrapper button:hover, .popup-cart .table-cart button:hover, .basket-table .table-cart button:hover {
  background-color: #6fa93f;
}
.ui-dialog {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.popup-cart {
  border-radius: 0px;
}
.popup-cart .ui-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 20px 0;
}
.popup-cart .ui-widget-header .ui-dialog-title {
  margin: 0;
  font-size: 30px;
  font-family: Tahoma, "Geneva CY", sans-serif;
  line-height: 120%;
  color: #7c7c7c;
}
.popup-cart .ui-widget-header .ui-corner-all {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 20px;
}
.popup-cart .ui-widget-header .ui-corner-all span {
  font-size: 22px;
  color: #7c7c7c;
}
.popup-cart .ajax-cart-wrapper {
  background-color: #f2f2f2;
  padding: 10px;
}
.popup-cart .ajax-cart-wrapper .test-buy {
  margin-bottom: 20px;
}
.popup-cart .ajax-cart-wrapper button.test-buy {
  font-size: 23px;
  height: 60px;
}
.popup-cart .ui-dialog-buttonpane {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 18px 0;
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset {
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #f2f2f2;
  position: relative;
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(1) {
  font-size: 16px;
  order: 2;
  height: 60px;
  margin: 0;
  background-color: #fff;
  text-transform: lowercase;
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(2) {
  order: 1;
  font-size: 23px;
  text-transform: uppercase;
  text-decoration: none;
  width: 370px;
  background-color: rgba(111, 169, 63, 0.7);
  height: 70px;
  color: #fff;
  transition: 0.5s;
  margin: 20px auto 30px;
  font-weight: normal;
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(2):hover {
  background-color: rgba(111, 169, 63, 1);
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button {
  border: medium none;
  background-color: initial;
  color: #006cd8;
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  text-decoration: none;
}
.work-area .info-block > :nth-child(n+2) {
  font-size: 19px;
  line-height: 120%;
}
.continue-button {
  padding: 50px 0;
}
.basket-table {
  margin-left: 0px;
  margin-right: 0px;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.ui-dialog-titlebar-close.ui-corner-all {
  margin: 0 0 0 auto;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
}
.ui-dialog-titlebar-close.ui-corner-all:hover {
  padding: 0;
  margin: 0 0 0 auto;
  background: none;
  border: none;
}
.popup-cart .ui-widget-header .ui-dialog-title {
  margin-left: auto;
}
.popup-cart .ui-widget-header .ui-corner-all {
  margin: 0 0 0 auto;
  right: 35px;
  position: relative;
}
.fullScreen {
  width: 100%;
}
.popular-product-block .main-price {
  border: 2px solid rgba(124, 124, 124, 1);
  font-size: 26px;
}
.popular-product-block .main-price span {
  font-size: 18px;
}
/* mobile devices */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .justify-block {
    display: none;
  }
  footer .homeLink > img {
    max-height: 70px;
  }
  .entry-title {
    font-size: 25px !important;
  }
  main h1 {
    font-size: 26px;
    padding: 10px 0 20px;
  }
  main h2 {
    font-size: 22px;
    line-height: 120%;
  }
  main h3 {
    font-size: 20px;
    line-height: 120%;
  }
  .balance.product-button a, .balance.product-button a {
    padding-left: 0;
    padding-right: 0;
  }
  .hideExcess.open .show_all::after {
    transform: rotateX(180deg);
  }
  .selection-about-us h2 {
    text-align: center;
  }
  .text-about-us .tabs-block li > a, .text-about-us .tabs-block li.active > a {
    position: relative;
    text-align: center;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #6fa93f;
    font-size: 18px;
    margin: 0 auto;
    width: 280px;
  }
  .text-about-us .tabs-block li > a span, .text-about-us .tabs-block li.active > a span {
    display: none;
  }
  .text-about-us .tabs-block li > a::before {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    content: "\f078";
    font-family: FontAwesome;
    color: #6fa93f;
    transition: 0.3s;
  }
  .text-about-us .tabs-block li.active > a {
    border-bottom: 1px solid #6fa93f;
  }
  .text-about-us .tabs-block li.active > a::before {
    transform: rotateX(180deg);
  }
  .text-about-us .tab-pane {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    color: #006cd8;
    font-size: 19px;
    line-height: 120%;
  }
  .text-about-us .news_block .title {
    padding: 10px 0;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .text-about-us .news_block .title .date {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .text-about-us .news_block .title .name {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-about-us .news_block .content .description.half, .text-about-us .news_block .content .description, .text-about-us .news_block .content .description > p, .text-about-us .news_block .content .description > span {
    font-size: 18px;
    line-height: 120% !important;
  }
  .text-about-us li.active .news_block a.detail {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #006cd8;
  }
  .more-button-wrapper, .more-wrapper {
    background: transparent none repeat scroll 0 0;
  }
  .text-about-us .text-wrap {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .text-about-us .text-wrap > div {
    height: 280px;
    width: 280px;
    margin-bottom: 30px;
  }
  .text-about-us .text-wrap > div div:last-child {
    font-size: 18px;
    padding: 10px;
  }
  footer .footer-wrapper {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px;
  }
  footer .footer-wrapper .f-logo, footer .footer-wrapper .f-menu, footer .footer-wrapper .f-worktime, footer .footer-wrapper .f-phones {
    width: 100%;
    box-shadow: none;
  }
  footer .footer-wrapper .f-logo, footer .footer-wrapper .f-menu, footer .footer-wrapper .f-worktime, footer .footer-wrapper .f-phones {
    padding-bottom: 10px;
    border-bottom: 1px solid #818170;
    border-right: none;
  }
  footer .footer-wrapper .f-menu {
    padding-bottom: 20px;
  }
  footer .footer-wrapper .f-menu .navigationFooter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  footer .footer-wrapper .f-menu .navigationFooter li a {
    font-size: 18px;
  }
  footer .footer-wrapper .f-worktime {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .footer-wrapper .f-worktime .workTime {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-size: 18px;
  }
  footer .footer-wrapper .f-worktime .workTime li {
    margin-bottom: 10px;
  }
  footer .footer-wrapper .f-worktime .subscription {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  footer .footer-wrapper .f-phones {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .footer-wrapper .f-phones .numberFooter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  footer .footer-wrapper .f-phones .numberFooter .phone a {
    font-size: 20px;
  }
  footer .footer-wrapper .f-phones .numberFooter .phone a i {
    font-size: 20px;
  }
  footer .footer-wrapper .f-phones .numberFooter.contacts {
    padding-left: 0;
  }
  footer .footer-wrapper .f-phones .numberFooter.contacts .hideblock-pc {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
  }
  footer .footer-wrapper .hideblock-mob {
    display: none;
  }
  .container #registration-form, .reduced-edit {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 100%;
  }
  .container #registration-form .block-side, .reduced-edit .block-side, .container #registration-form .contragent-about, .reduced-edit .contragent-about {
    margin: 0 !important;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100% !important;
  }
  .container #registration-form .block-side .form-field-name, .reduced-edit .block-side .form-field-name, .container #registration-form .contragent-about .form-field-name, .reduced-edit .contragent-about .form-field-name {
    font-size: 16px;
  }
  .container #registration-form .block-side input, .reduced-edit .block-side input, .container #registration-form .contragent-about input, .reduced-edit .contragent-about input, .container #registration-form .block-side textarea, .reduced-edit .block-side textarea, .container #registration-form .contragent-about textarea, .reduced-edit .contragent-about textarea {
    font-size: 16px;
  }
  .container #registration-form .block-side .req-fields, .reduced-edit .block-side .req-fields, .container #registration-form .contragent-about .req-fields, .reduced-edit .contragent-about .req-fields, .container #registration-form .block-side .form-row label, .reduced-edit .block-side .form-row label, .container #registration-form .contragent-about .form-row label, .reduced-edit .contragent-about .form-row label {
    font-size: 12px;
  }
  .container #registration-form #uploadAvatar, .reduced-edit #uploadAvatar, .container #registration-form .contragent-logo-block, .reduced-edit .contragent-logo-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 290px;
    max-width: 290px;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .container #registration-form .info-block, .reduced-edit .info-block {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    height: 290px;
    max-width: 290px;
    width: 100% !important;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .container #registration-form .info-block div, .reduced-edit .info-block div {
    font-size: 24px;
    line-height: 120%;
  }
  .container #registration-form .info-block div span, .reduced-edit .info-block div span {
    font-size: 50px;
    padding-top: 20px;
  }
  .container #registration-form input[type="checkbox"] + label::before, .reduced-edit input[type="checkbox"] + label::before {
    font: 20px/1 FontAwesome;
    height: 20px;
    width: 20px;
  }
  .container #registration-form .button-wrap, .reduced-edit .button-wrap {
    font-size: 20px;
    padding: 12px 30px;
  }
  form#remind-form .recovery, #login-form, .auth-form-wrapper {
    max-width: 320px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  form#remind-form .recovery .text_rec, #login-form .text_rec, .auth-form-wrapper .text_rec {
    text-align: center;
  }
  form#remind-form .recovery .text_rec .message-parol, #login-form .text_rec .message-parol, .auth-form-wrapper .text_rec .message-parol {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  form#remind-form .recovery .text_rec .page-wrapper p, #login-form .text_rec .page-wrapper p, .auth-form-wrapper .text_rec .page-wrapper p {
    margin-top: 0;
  }
  form#remind-form .recovery .btn.bDef.myBtStyleReg, #login-form .btn.bDef.myBtStyleReg, .auth-form-wrapper .btn.bDef.myBtStyleReg {
    font-size: 20px;
    padding: 12px 20px;
  }
  form#remind-form .recovery .auth-add-btn.auth-buttons, #login-form .auth-add-btn.auth-buttons, .auth-form-wrapper .auth-add-btn.auth-buttons {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  form#remind-form .recovery .auth-add-btn.auth-buttons a, #login-form .auth-add-btn.auth-buttons a, .auth-form-wrapper .auth-add-btn.auth-buttons a {
    display: inline-table;
    margin-bottom: 10px;
  }
  .slick-prev, .slick-next {
    margin-top: 0;
  }
  .all-categories, .all-categories.main {
    padding-top: 0;
  }
  .all-categories .wrapper-content, .all-categories.main .wrapper-content {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .all-categories .wrapper-content .wrapper-content-category, .all-categories.main .wrapper-content .wrapper-content-category {
    width: 100% !important;
    height: auto;
  }
  .all-categories .wrapper-content .wrapper-content-category:hover, .all-categories.main .wrapper-content .wrapper-content-category:hover {
    border-color: transparent;
  }
  .all-categories .wrapper-content .wrapper-content-category a, .all-categories.main .wrapper-content .wrapper-content-category a {
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .all-categories .wrapper-content .wrapper-content-category a .photo, .all-categories.main .wrapper-content .wrapper-content-category a .photo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 0;
    margin-right: 10px;
    max-height: 60px;
    width: 80px;
  }
  .all-categories .wrapper-content .wrapper-content-category a .name_category, .all-categories.main .wrapper-content .wrapper-content-category a .name_category {
    font-size: 18px;
    line-height: 120%;
  }
  .page-wrapper .product-button a {
    max-width: 50px;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
  }
  .page-wrapper .product-button a span {
    display: none;
  }
  .more-button-wrapper .more-button, .more-wrapper .more-button, .more-button-wrapper .more-about-us, .more-wrapper .more-about-us {
    font-size: 20px;
    padding: 10px 50px;
  }
  .text-about-us .tabs-block {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .text-about-us .tabs-block li.active::after {
    display: none;
  }
  .text-about-us .tab-content {
    max-width: 280px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .text-about-us .tab-content #about {
    font-size: 19px;
    line-height: 120%;
  }
  .selection-about-us .container-about-us {
    padding-bottom: 30px;
  }
  .selection-about-us .container-about-us .text-about-us {
    max-width: 280px;
    font-size: 19px;
    line-height: 120%;
  }
  .static-section .contacts-wrapper {
    padding-bottom: 30px;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .static-section .contacts-wrapper > div {
    width: 100%;
  }
  .static-section .contacts-wrapper .c-left-side {
    border: none;
    padding: 0;
  }
  .static-section .contacts-wrapper .c-left-side .c-title {
    margin-bottom: 10px;
  }
  .static-section .contacts-wrapper .c-left-side .c-left-info {
    margin-bottom: 35px;
  }
  .static-section .contacts-wrapper .c-right-side {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
  }
  .static-section .contacts-wrapper .c-right-side .contactForm {
    max-width: 240px;
    padding-top: 10px;
  }
  .static-section .contacts-wrapper .c-right-side .contactForm .formInput input, .static-section .contacts-wrapper .c-right-side .contactForm .formInput textarea {
    font-size: 16px;
  }
  .static-section .contacts-wrapper .c-right-side .contactForm .formInput {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .static-section .contacts-wrapper .c-right-side .contactForm .formInput img {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #catalog-filter {
    width: 100%;
  }
  #catalog-filter .dropdown-filters-block, #catalog-filter .filter-block-name .filter-block-bg a {
    font-size: 18px;
  }
  #catalog-filter .filter-block-values li label {
    font-size: 16px;
  }
  #catalog-filter.absolute {
    position: relative;
  }
  .catalog-page {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-page.closeFilters .sort_block {
    padding: 0;
  }
  .sort_block .pager .left-side-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #006cd8;
  }
  .sort_block .pager .left-side-wrapper .dropDown.filters {
    margin-left: auto;
    margin-right: auto;
  }
  .sort_block .pager .left-side-wrapper {
    border-bottom: none;
    width: auto;
    padding-bottom: 0;
  }
  .sort_block .pager .page_elements {
    font-size: 16px;
  }
  .sort_block .pager .page_elements .sorting i {
    padding-left: 5px;
  }
  .sort_block .pager .result-pager li {
    height: 30px;
    width: 30px;
  }
  .sort_block .pager .result-pager li a {
    font-size: 15px;
  }
  .auth_dialog {
    min-width: 290px;
  }
  .auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .form-row .auth-btn.remind-btn.fix-float.btnLink {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    margin-left: 43px;
    margin-top: 10px;
  }
  .comments-page {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comments-page .comments-wrapper, .comments-page .comment-form {
    width: 100%;
  }
  .product-main-info .product-short-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-main-info .product-short-info .product-buttons-wrapper, .product-main-info .product-short-info .product-detail {
    width: 100%;
    padding: 20px 15px;
  }
  .buy-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-slick-slides, .product-main-info {
    min-width: 320px;
    width: 100%;
  }
  .product-slick-slides .small-slick .slick-arrow .fa {
    font-size: 40px;
  }
  .breadcrumbs-wrapper .breadcrumbs {
    display: inline;
    width: 100%;
    padding: 0 25px;
  }
  .breadcrumbs-wrapper .breadcrumbs .dots {
    float: left;
  }
  .breadcrumbs-wrapper .breadcrumbs .dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 15px;
  }
  .breadcrumbs-wrapper .breadcrumbs .dots ul li {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #818170;
    margin: 2px;
  }
  .breadcrumbs-wrapper .breadcrumbs a {
    float: left;
  }
  .breadcrumbs-wrapper .breadcrumbs a:nth-of-type(1) {
    padding-left: 0;
  }
  .breadcrumbs-wrapper .breadcrumbs span {
    padding: 2px 5px 0 5px;
    clear: left;
  }
  .popup-cart .ajax-cart-wrapper, .basket-table .ajax-cart-wrapper, .popup-cart .table-cart, .basket-table .table-cart {
    margin-left: 0px;
    margin-right: 0px;
  }
  .popup-cart .ajax-cart-wrapper .table, .basket-table .ajax-cart-wrapper .table, .popup-cart .table-cart .table, .basket-table .table-cart .table {
    display: none;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block, .basket-table .ajax-cart-wrapper .item-row .product-cart-block, .popup-cart .table-cart .item-row .product-cart-block, .basket-table .table-cart .item-row .product-cart-block {
    padding: 0 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data, .popup-cart .table-cart .item-row .product-cart-block .data, .basket-table .table-cart .item-row .product-cart-block .data {
    width: 5%;
    height: 100px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .korzina-image-wrapper, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .korzina-image-wrapper, .popup-cart .table-cart .item-row .product-cart-block .korzina-image-wrapper, .basket-table .table-cart .item-row .product-cart-block .korzina-image-wrapper {
    width: 20%;
    height: 100px;
    padding: 5px;
    padding-bottom: 0;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .korzina-image-wrapper img, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .korzina-image-wrapper img, .popup-cart .table-cart .item-row .product-cart-block .korzina-image-wrapper img, .basket-table .table-cart .item-row .product-cart-block .korzina-image-wrapper img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline-block;
    vertical-align: top;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info, .popup-cart .table-cart .item-row .product-cart-block .name-info, .basket-table .table-cart .item-row .product-cart-block .name-info {
    width: 65%;
    height: 100px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller, .popup-cart .table-cart .item-row .product-cart-block .count-roller, .basket-table .table-cart .item-row .product-cart-block .count-roller {
    width: 40%;
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    max-height: 20px;
    width: 64%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval::before, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval::before, .popup-cart .table-cart .item-row .product-cart-block .priceval::before, .basket-table .table-cart .item-row .product-cart-block .priceval::before, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval::before, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval::before, .popup-cart .table-cart .item-row .product-cart-block .sumval::before, .basket-table .table-cart .item-row .product-cart-block .sumval::before {
    content: "ЦЕНА:";
    font-family: 'Open Sans', sans-serif;
    color: rgba(52, 52, 52, .6);
    font-size: 12px;
    width: 80px;
    padding: 0 10px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval .currency, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval .currency, .popup-cart .table-cart .item-row .product-cart-block .priceval .currency, .basket-table .table-cart .item-row .product-cart-block .priceval .currency, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval .currency, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval .currency, .popup-cart .table-cart .item-row .product-cart-block .sumval .currency, .basket-table .table-cart .item-row .product-cart-block .sumval .currency {
    font-size: 15px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval label, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval label, .popup-cart .table-cart .item-row .product-cart-block .priceval label, .basket-table .table-cart .item-row .product-cart-block .priceval label, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval label, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval label, .popup-cart .table-cart .item-row .product-cart-block .sumval label, .basket-table .table-cart .item-row .product-cart-block .sumval label {
    width: 100%;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval {
    margin-bottom: 45px;
    max-height: 20px !important;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval::before, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval::before, .popup-cart .table-cart .item-row .product-cart-block .priceval::before, .basket-table .table-cart .item-row .product-cart-block .priceval::before {
    content: "СУММА:";
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
    margin-bottom: 15px;
    max-height: 20px !important;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block, .basket-table .ajax-cart-wrapper .item-row .product-cart-block, .popup-cart .table-cart .item-row .product-cart-block, .basket-table .table-cart .item-row .product-cart-block {
    height: 170px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name, .popup-cart .table-cart .item-row .product-cart-block .name-info span.name, .basket-table .table-cart .item-row .product-cart-block .name-info span.name {
    padding: 5px 5px 5px 0;
    max-height: 75px;
    overflow: hidden;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a, .popup-cart .table-cart .item-row .product-cart-block .name-info span.name a, .basket-table .table-cart .item-row .product-cart-block .name-info span.name a {
    font-size: 14px;
    line-height: 120%;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data .number, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data .number, .popup-cart .table-cart .item-row .product-cart-block .data .number, .basket-table .table-cart .item-row .product-cart-block .data .number {
    font-size: 16px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input {
    width: 40px;
    height: 40px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
    max-height: 40px;
  }
  .popup-cart .ajax-cart-wrapper .information-bottom, .basket-table .ajax-cart-wrapper .information-bottom, .popup-cart .table-cart .information-bottom, .basket-table .table-cart .information-bottom {
    font-size: 13px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div a, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div a, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div a, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div a {
    margin: 10px;
  }
  .popup-cart .ajax-cart-wrapper button, .basket-table .ajax-cart-wrapper button, .popup-cart .table-cart button, .basket-table .table-cart button {
    font-size: 17px;
    height: 40px;
    padding: 0 15px;
  }
  .popup-cart .ui-widget-header {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .basket-table .table-cart .product-result-block label {
    font-size: 25px;
  }
  .ui-dialog .ui-dialog-content {
    padding: 0;
  }
  .popup-cart .ajax-cart-wrapper button.test-buy {
    font-size: 15px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .popup-cart .ajax-cart-wrapper .product-result-block label {
    font-size: 18px;
  }
  .popup-cart .ajax-cart-wrapper .product-result-block {
    padding-bottom: 0px;
  }
}
body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: 1px solid rgba(124, 124, 124, 0.2);
  border-top: none;
}
body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .autocompleteWrapper.ui-menu-item.scroll-content > li {
  margin-bottom: 5px;
}
body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-ac-img-wrapper > img {
  padding: 0;
}
body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-ac-name {
  line-height: 120%;
}
/* Общие стили для моб и планшета */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  main h1 {
    padding: 15px 0 10px;
  }
  h2, h3 {
    padding: 40px 0 10px;
  }
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-ac-price {
    font-size: 18px;
  }
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-ac-price .currency {
    font-size: 16px;
  }
  .sort_block .pager .dropDown.filters .currentItem, .sort_block .pager .page_elements, .sort_block .pager .result-pager li a {
    font-size: 16px;
  }
  .sort_block .pager .currentItem .sorting {
    font-size: 16px;
  }
  .sort_block .pager .page_elements.list_wrap {
    display: none;
  }
  .product-main-info-wrapper .product-slick-slides .small-slick {
    padding: 0 20px;
  }
  .product-main-info-wrapper .product-short-info .product-buttons-wrapper {
    padding: 30px 20px;
  }
  .product-main-info-wrapper .product-short-info .product-buttons-wrapper .price-wrapper {
    display: block;
  }
  .product-main-info-wrapper .product-short-info .product-buttons-wrapper .price-wrapper .main-price {
    float: left;
  }
  .product-main-info-wrapper .product-short-info .product-buttons-wrapper .price-wrapper .old-price {
    float: right;
    width: auto;
    line-height: 120%;
    padding: 0;
  }
  .product-main-info-wrapper .product-short-info .product-buttons-wrapper .product-buttons {
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
  }
  .popup-cart .ui-dialog-buttonpane {
    margin: 0 0 20px;
  }
  .popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(1) {
    height: 40px;
  }
  .popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(2) {
    font-size: 15px;
    width: 270px;
    height: 40px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1199px) {
  button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    border-radius: 50px;
    height: 50px;
    width: 50px;
  }
  button.slick-prev.slick-arrow::before, button.slick-next.slick-arrow::before {
    font: 50px/1 FontAwesome;
    top: -2px;
  }
  .all-categories.main .wrapper-content .wrapper-content-category {
    width: 33.333%;
  }
  .info_text {
    font-size: 16px;
  }
}
/* tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all-categories.main {
    padding-top: 10px;
  }
  .all-categories.main .wrapper-content {
    padding-top: 0;
  }
  .all-categories.main .wrapper-content .wrapper-content-category {
    height: 300px;
  }
  .all-categories.main .wrapper-content .wrapper-content-category a .name_category {
    font-size: 22px;
    line-height: 120%;
  }
  main h1 {
    font-size: 28px;
  }
  .product-main-info-wrapper .product-slick-slides, .product-main-info-wrapper .product-main-info {
    min-width: 380px;
  }
  .all-categories .wrapper-content .wrapper-content-category {
    width: 33.333%;
  }
  .selection-about-us .container-about-us .text-about-us {
    max-width: 740px;
  }
  .static-section .contacts-wrapper .c-left-side, .static-section .contacts-wrapper .c-right-side {
    padding: 30px 20px;
  }
  .static-section .contacts-wrapper .c-left-side .c-left-info {
    margin-bottom: 40px;
  }
  .static-section .contacts-wrapper .c-right-side .contactForm {
    max-width: 320px;
    padding-top: 10px;
  }
  .static-section .contacts-wrapper .c-right-side .contactForm .formRow.code .formInput {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .static-section .contacts-wrapper .c-right-side .contactForm .formRow.code .formInput input#CallbackForm_verifyCode {
    width: 100%;
  }
  .static-section .contacts-wrapper .c-right-side .contactForm .formRow.code .formInput #captch-image, .static-section .contacts-wrapper .c-right-side .contactForm .formRow.code .formInput .fa.refresh-icon {
    margin-top: 10px;
  }
  .container #registration-form #uploadAvatar, .reduced-edit #uploadAvatar, .container #registration-form .contragent-logo-block, .reduced-edit .contragent-logo-block, .container #registration-form .info-block, .reduced-edit .info-block {
    max-height: 180px;
    max-width: 180px;
  }
  .container #registration-form .info-block, .reduced-edit .info-block {
    padding: 10px;
  }
  .container #registration-form .info-block div, .reduced-edit .info-block div {
    font-size: 14px;
    line-height: 120%;
  }
  .container #registration-form .info-block div span, .reduced-edit .info-block div span {
    font-size: 30px;
    padding-top: 20px;
  }
  .container #registration-form input[type="checkbox"] + label::before, .reduced-edit input[type="checkbox"] + label::before {
    font: 20px/1 FontAwesome;
    height: 20px;
    width: 20px;
  }
  .block-side, .contragent-about {
    width: 330px;
  }
  .block-side .button-wrap, .contragent-about .button-wrap {
    font-size: 20px;
    padding: 12px 45px;
  }
  .block-side input, .contragent-about input, .block-side textarea, .contragent-about textarea {
    font-size: 16px;
  }
  .block-side .req-fields, .contragent-about .req-fields, .block-side .form-row label, .contragent-about .form-row label {
    font-size: 12px;
  }
  .message-parol, .formGroup label, .form-row label, .photo-link {
    font-size: 16px;
  }
  .buy-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buy-buttons .buy-buttons .add-buttons {
    margin: 0;
    padding: 15px 0 0;
  }
  .buy-buttons .buy-buttons .add-buttons .wishlist-wrapper {
    margin: 10px 0 0;
  }
  .buy-buttons .buy-buttons .add-buttons .comparison-wrapper {
    margin: 10px 10px 0 10px;
  }
  .credit-button a {
    font-size: 16px;
  }
  .popup-cart .ajax-cart-wrapper .table, .basket-table .ajax-cart-wrapper .table, .popup-cart .table-cart .table, .basket-table .table-cart .table {
    font-size: 14px;
  }
  .popup-cart .ajax-cart-wrapper .table .name, .basket-table .ajax-cart-wrapper .table .name, .popup-cart .table-cart .table .name, .basket-table .table-cart .table .name {
    padding-left: 7px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block, .basket-table .ajax-cart-wrapper .item-row .product-cart-block, .popup-cart .table-cart .item-row .product-cart-block, .basket-table .table-cart .item-row .product-cart-block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a, .popup-cart .table-cart .item-row .product-cart-block .name-info span.name a, .basket-table .table-cart .item-row .product-cart-block .name-info span.name a {
    font-size: 16px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data .number, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data .number, .popup-cart .table-cart .item-row .product-cart-block .data .number, .basket-table .table-cart .item-row .product-cart-block .data .number {
    font-size: 18px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input {
    width: 50px;
    height: 50px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
    max-height: 50px;
  }
  .popup-cart .ajax-cart-wrapper .information-bottom, .basket-table .ajax-cart-wrapper .information-bottom, .popup-cart .table-cart .information-bottom, .basket-table .table-cart .information-bottom {
    font-size: 13px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div a, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div a, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div a, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div a {
    margin: 10px;
  }
  .popup-cart .ajax-cart-wrapper button, .basket-table .ajax-cart-wrapper button, .popup-cart .table-cart button, .basket-table .table-cart button {
    font-size: 22px;
    height: 60px;
  }
  .justify-block .content_block.main a {
    font-size: 24px;
  }
}
/* Избегаем дубляжа (tablet devices + netbook devices) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #catalog-filter, .catalog-page {
    width: 100%;
  }
  #catalog-filter {
    z-index: 350;
  }
  #catalog-filter .filters-blocks .f-wrapper {
    width: 33.333%;
  }
  #catalog-filter .dropdown-filters-block {
    padding: 15px 20px;
    font-size: 16px;
  }
  #catalog-filter .filter-block-name {
    margin-left: 20px;
    margin-right: 20px;
  }
  #catalog-filter .filter-block-name .filter-block-bg a {
    font-size: 16px;
    line-height: 120%;
  }
  #catalog-filter .filter-block-values {
    margin: 5px 20px 15px;
  }
  .sort_block .pager .dropDown.filters .currentItem, .sort_block .pager .page_elements, .sort_block .pager .result-pager li a {
    font-size: 16px;
  }
  .sort_block .pager .currentItem .sorting {
    font-size: 16px;
  }
  .headerSearchWrapp {
    margin-right: auto;
  }
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-ac-price {
    font-size: 18px;
  }
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-ac-price .currency {
    font-size: 16px;
  }
}
/* netbook devices */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .all-categories.main {
    padding-top: 30px;
  }
  .all-categories.main .wrapper-content {
    padding-top: 0;
  }
  .text-about-us .tab-content {
    padding-top: 10px;
    max-width: 880px;
    margin-bottom: 0;
  }
  .text-about-us .tab-content .text-wrap > div {
    height: 270px;
    width: 270px;
  }
  .text-about-us .tab-content .text-wrap > div div:last-child {
    font-size: 19px;
    padding: 20px;
  }
  .all-categories .wrapper-content .wrapper-content-category {
    width: 33.333%;
  }
  .selection-about-us .container-about-us .text-about-us {
    max-width: 950px;
  }
  .product-buttons-wrapper .product-buttons .buy-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-buttons-wrapper .product-buttons .buy-buttons .add-buttons {
    margin: 0;
    padding: 15px 0 0;
  }
  .product-buttons-wrapper .product-buttons .credit-button a {
    font-size: 16px;
  }
  .container #registration-form #uploadAvatar, .container #registration-form .contragent-logo-block, .container #registration-form .info-block {
    max-height: 295px;
    max-width: 295px;
  }
  .container #registration-form .info-block div {
    font-size: 22px;
    line-height: 120%;
  }
  .container #registration-form .info-block div span {
    font-size: 50px;
    padding-top: 30px;
  }
  .container #registration-form .block-side {
    max-width: 340px;
  }
  .container #registration-form .block-side .button-wrap {
    font-size: 20px;
    padding: 12px 45px;
  }
  .container #registration-form .block-side input.formInput, .container #registration-form .block-side .formInput input, .container #registration-form .block-side .formInput textarea {
    font-size: 16px;
  }
  .message-parol, .formGroup label, .photo-link {
    font-size: 16px;
  }
  .product-main-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .presence {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .price-wrapper {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .price-wrapper .main-price {
    width: auto;
    padding: 5px 10px;
    font-size: 26px;
  }
  .price-wrapper .old-price {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    width: 80%;
    padding: 10px 0;
    font-size: 22px;
  }
  .popup-cart .ajax-cart-wrapper .table, .basket-table .ajax-cart-wrapper .table, .popup-cart .table-cart .table, .basket-table .table-cart .table {
    font-size: 14px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name a, .popup-cart .table-cart .item-row .product-cart-block .name-info span.name a, .basket-table .table-cart .item-row .product-cart-block .name-info span.name a, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data .number, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data .number, .popup-cart .table-cart .item-row .product-cart-block .data .number, .basket-table .table-cart .item-row .product-cart-block .data .number {
    font-size: 18px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .count-roller .p-num div input, .popup-cart .table-cart .item-row .product-cart-block .count-roller .p-num div input, .basket-table .table-cart .item-row .product-cart-block .count-roller .p-num div input {
    width: 50px;
    height: 50px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval, .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
    max-height: 50px;
  }
  .popup-cart .ajax-cart-wrapper .information-bottom, .basket-table .ajax-cart-wrapper .information-bottom, .popup-cart .table-cart .information-bottom, .basket-table .table-cart .information-bottom {
    font-size: 14px;
  }
  .hidden-pc {
    display: none;
  }
}
/* notebook devices */
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  .all-categories.main .wrapper-content .wrapper-content-category {
    width: 25%;
  }
  .all-categories.main {
    padding-top: 30px;
  }
  .all-categories.main .wrapper-content {
    padding-top: 0;
  }
  .text-about-us .tab-content {
    padding-top: 10px;
    max-width: 1140px;
  }
  .all-categories .wrapper-content .wrapper-content-category {
    width: 25%;
  }
  #catalog-filter .dropdown-filters-block {
    font-size: 18px;
  }
  #catalog-filter .dropdown-filters-block .filter-block-name .filter-block-bg a {
    font-size: 18px;
    line-height: 120%;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper, .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper {
    width: 33%;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper {
    width: 33%;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price .product-price-wrap {
    min-width: 50px;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper {
    width: 33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper:nth-child(3n+1) {
    max-width: 45%;
    width: 45%;
    margin-left: 0px;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper:nth-child(3n+1) .total-complect-price {
    margin: 0 10px 0 0;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .symbol {
    position: absolute;
    left: 0;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .total-complect-price {
    margin: 0 115px 0 0;
    font-size: 26px;
  }
  .complects-wrapper .complects .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a {
    font-size: 20px;
  }
  .product-buttons-wrapper {
    width: 50%;
  }
  .product-buttons-wrapper .product-buttons .fa {
    font-size: 30px;
  }
  .product-detail .ex-wrapper {
    padding-left: 10px;
  }
  .product-detail .ex-wrapper .ex-block {
    font-size: 16px;
    line-height: 150%;
  }
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    max-width: 470px;
    border: 1px solid rgba(124, 124, 124, 1);
    border-top: none;
  }
  .hidden-pc {
    display: none;
  }
}
@media only screen and (min-width: 1590px) {
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    border: 1px solid rgba(124, 124, 124, 1);
    border-top: none;
  }
  .hidden-pc {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  body .label-wrapper .img-label img {
    max-height: 100px;
  }
}
.big-arrow-left:after {
  content: "\f137";
}
.big-arrow-right:after {
  content: "\f138";
}
.big-arrow-up:after {
  content: "\f139";
}
.big-arrow-down:after {
  content: "\f13a";
}
.arrow-left:after {
  content: "\f104";
}
.arrow-right:after {
  content: "\f105";
}
.arrow-up:after {
  content: "\f106";
}
.arrow-down:after {
  content: "\f107";
}
.comparison-icon:after {
  content: "\f24e";
}
.wishlist-icon:after {
  content: "\f08a";
}
.like .wishlist-icon:after {
  content: "\f004";
}
.basket-icon:after {
  content: "\f291";
}
.check-icon:after {
  content: "\f00c";
}
.close-icon:after {
  content: "\f057";
}
.arrow-back:after {
  content: "\f060";
}
.print-icon:after {
  content: "\f02f";
}
.user-icon:after {
  content: "\f007";
}
.del-icon:after {
  content: "\f00d";
}
.phone-icon:after {
  content: "\f095";
}
.delivery-icon:after {
  content: "\f0d1";
}
.card-icon:after {
  content: "\f283";
}
.bars-icon:after {
  content: "\f0c9";
}
.soc-tw-icon:after {
  content: "\f099";
}
.soc-fb-icon:after {
  content: "\f09a";
}
.soc-gp-icon:after {
  content: "\f1a0";
}
.soc-vk-icon:after {
  content: "\f189";
}
.mail-icon:after {
  content: "\f0e0";
}
.skype-icon:after {
  content: "\f17e";
}
.search-icon:after {
  content: "\f002";
}
.refresh-icon:after {
  content: "\f021";
}
a {
  text-decoration: none;
}
*:focus {
  outline: none;
}
input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data .pppp i, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data .pppp i, .popup-cart .table-cart .item-row .product-cart-block .data .pppp i, .basket-table .table-cart .item-row .product-cart-block .data .pppp i {
  transition: color 0.3s;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data .pppp i:hover, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .data .pppp i:hover, .popup-cart .table-cart .item-row .product-cart-block .data .pppp i:hover, .basket-table .table-cart .item-row .product-cart-block .data .pppp i:hover {
  color: #006cd8;
}
.product-button a, .product-button.basket a {
  height: 50px;
}
body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu {
  z-index: 500;
  left: -140px;
  top: -80px;
}
body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.remove-comparison, body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.crossing, body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.remove-like-product {
  background-color: #fff;
  font-size: 16px;
  text-transform: lowercase;
  width: 180px;
  text-align: center;
}
body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.remove-comparison:hover, body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.crossing:hover, body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.remove-like-product:hover {
  background-color: #6fa93f;
}
body .context-menu {
  display: none;
  position: absolute;
  z-index: 300;
  left: 5px;
  top: 90%;
}
body .context-menu a.remove-comparison, body .context-menu a.crossing, body .context-menu a.remove-like-product {
  background-color: #fff;
  font-size: 16px;
  text-transform: lowercase;
  width: 180px;
  text-align: center;
}
body .novelty .context-menu {
  left: 0;
}
.open .button-cup {
  display: none;
}
.button-cup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body .similar-products-wrapper .viewItems .context-menu {
  bottom: 90%;
  top: auto;
}
.compare-button.product-button:hover, .compare-button.product-button.open {
  cursor: pointer;
}
.compare-button.product-button:hover .context-menu, .compare-button.product-button.open .context-menu {
  display: block;
}
.wishlist-button.product-button:hover, .wishlist-button.product-button.open {
  cursor: pointer;
}
.wishlist-button.product-button:hover .context-menu, .wishlist-button.product-button.open .context-menu {
  display: block;
}
.btnCallMe, .sub-button, .btnAddItem {
  color: #6fa93f;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #6fa93f;
  font-size: 16px;
  padding: 10px 20px;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.btnCallMe:hover, .sub-button:hover, .btnAddItem:hover {
  color: #fff;
  background-color: #6fa93f;
}
.continue-button {
  text-align: center;
  width: 100%;
}
.continue-button a, .continue-shopping {
  display: inline-block;
  text-transform: uppercase;
  color: rgba(124, 124, 124, 0.4);
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid rgba(124, 124, 124, 0.4);
  transition: 0.3s;
}
.continue-button a:hover, .continue-shopping:hover {
  color: rgba(124, 124, 124, 1);
  border-bottom: 2px solid rgba(124, 124, 124, 1);
}
.toShop {
  margin-bottom: 55px;
  margin-top: 40px;
  text-align: center;
}
.main-price {
  border: 2px dashed rgba(111, 169, 63, 0.6);
  font-size: 30px;
  padding: 6px 15px;
  color: #6fa93f;
}
.product-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px;
  position: relative;
}
.product-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border: 1px solid #6fa93f;
  font-size: 24px;
  padding: 8px 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(111, 169, 63, 0.7);
  transition: 0.3s;
  text-decoration: none;
}
.product-button a .fa {
  color: rgba(255, 255, 255, 0.7);
}
.product-button a i {
  font-size: 30px;
}
.product-button a:hover {
  background-color: rgba(111, 169, 63, 1);
  color: #fff;
}
.product-button a:hover .fa {
  color: rgba(255, 255, 255, 1);
}
.product-button.basket a {
  text-shadow: 0 1px 2px #6fa93f;
}
.product-button.basket a i {
  padding-left: 15px;
}
.main-history .basket a i {
  padding-left: 0;
}
.wishlist-button.product-button a, .compare-button.product-button a {
  border: 1px solid rgba(0, 108, 216, 0.5);
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #6fa93f;
}
.wishlist-button.product-button a .fa, .compare-button.product-button a .fa {
  color: rgba(0, 108, 216, 0.5);
}
.wishlist-button.product-button a:hover, .compare-button.product-button a:hover {
  background-color: rgba(111, 169, 63, 1);
  color: #fff;
}
.wishlist-button.product-button a:hover .fa, .compare-button.product-button a:hover .fa {
  color: rgba(255, 255, 255, 1);
}
a.like .fa.wishlist-icon, a.added .fa.comparison-icon {
  color: rgba(111, 169, 63, 1);
}
.addToComparsion, .aLikeBtn {
  text-decoration: none;
}
.popular-product-block .main-price {
  border-color: rgba(0, 108, 216, 0.4);
  font-size: 26px;
}
.popular-product-block .main-price span {
  font-size: 18px;
}
.more-button-wrapper, .more-wrapper {
  background-color: rgba(111, 169, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.more-button-wrapper .more-button, .more-wrapper .more-button, .more-button-wrapper .more-about-us, .more-wrapper .more-about-us {
  background-color: #fff;
  box-shadow: 1px 1px 3px #7c7c7c;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 30px 70px;
  font-size: 20px;
  color: rgba(124, 124, 124, 0.7);
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid;
  position: relative;
}
.more-button-wrapper .more-button.load, .more-wrapper .more-button.load, .more-button-wrapper .more-about-us.load, .more-wrapper .more-about-us.load {
  width: 250px;
  height: 70px;
  min-height: 50px;
  display: block;
  position: relative;
  text-align: center;
  line-height: 30px;
  padding: 0;
}
.more-button-wrapper .more-button.load .loader, .more-wrapper .more-button.load .loader, .more-button-wrapper .more-about-us.load .loader, .more-wrapper .more-about-us.load .loader {
  display: inline-block;
  position: static;
}
.more-button-wrapper .more-button.load .info, .more-wrapper .more-button.load .info, .more-button-wrapper .more-about-us.load .info, .more-wrapper .more-about-us.load .info {
  display: none;
}
.more-button-wrapper .more-button.load:hover, .more-wrapper .more-button.load:hover, .more-button-wrapper .more-about-us.load:hover, .more-wrapper .more-about-us.load:hover {
  background-color: #fff;
}
.more-button-wrapper .more-button .loader, .more-wrapper .more-button .loader, .more-button-wrapper .more-about-us .loader, .more-wrapper .more-about-us .loader {
  bottom: auto;
  clear: both;
  display: none;
  left: 0;
  margin: auto;
  position: static;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.more-button-wrapper .more-button .loader .cssload-container, .more-wrapper .more-button .loader .cssload-container, .more-button-wrapper .more-about-us .loader .cssload-container, .more-wrapper .more-about-us .loader .cssload-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 100%;
  background: #fff none repeat scroll 0 0;
}
.more-button-wrapper .more-button:hover, .more-wrapper .more-button:hover, .more-button-wrapper .more-about-us:hover, .more-wrapper .more-about-us:hover {
  background-color: #6fa93f;
  color: #fff;
}
.formSubmtBtn, .w-button.f_sub_btn, .popup-add-btn button {
  background-color: rgba(111, 169, 63, 0.7);
  transition: 0.3s;
  font-size: 24px;
  color: #fff;
  border: 1px solid #6fa93f;
  text-transform: uppercase;
  padding: 15px 30px;
  cursor: pointer;
}
.formSubmtBtn:hover, .w-button.f_sub_btn:hover, .popup-add-btn button:hover {
  background-color: rgba(111, 169, 63, 1);
}
.login-button, .login-button.btn.bDef, .button-wrap, .btn.bDef.myBtStyleReg, .save.btn.bDef {
  background: rgba(111, 169, 63, 0.7);
  border: 1px solid #6fa93f;
  cursor: pointer;
  transition: 0.3s;
  font-family: Tahoma, "Geneva CY", sans-serif;
  font-size: 24px;
  padding: 12px 60px;
  color: #fff;
  text-transform: uppercase;
}
.login-button:hover, .login-button.btn.bDef:hover, .button-wrap:hover, .btn.bDef.myBtStyleReg:hover, .save.btn.bDef:hover {
  background-color: rgba(111, 169, 63, 1);
}
.callme_popupform .form-field-error div.ui-coment-content {
  color: red;
  font-size: 12px;
  padding: 0;
}
#subscribe .w-input.f_subscribe_input {
  width: 100%;
  border: 1px solid rgba(124, 124, 124, 0.2);
  color: rgba(0, 108, 216, 0.8);
  font-size: 20px;
  padding: 10px 15px;
  font-family: Tahoma, "Geneva CY", sans-serif;
}
#subscribe .w-input.f_subscribe_input:hover, #subscribe .w-input.f_subscribe_input:focus, #subscribe .w-input.f_subscribe_input:active {
  border: 1px solid rgba(124, 124, 124, 1);
}
#subscribe .w-button.f_sub_btn {
  /* @include flexbox();
   @include justify-content(center); */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 0;
  text-align: center;
}
.add-field-btn {
  text-decoration: underline;
}
.add-field-btn:hover {
  text-decoration: none;
}
.likedProds .product-block {
  position: relative;
}
.likedProds .product-block .delete-from-wish {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  z-index: 300;
  color: transparent;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 10px;
}
.likedProds .product-block .delete-from-wish:hover::before {
  color: rgba(124, 124, 124, 1);
}
.likedProds .product-block .delete-from-wish::before {
  content: "\f057";
  font-family: fontawesome;
  color: rgba(124, 124, 124, 0.4);
  opacity: 0;
  font-size: 25px;
}
.likedProds .product-block:hover .delete-from-wish {
  opacity: 1;
}
.likedProds .product-block:hover .delete-from-wish::before {
  opacity: 1;
}
/* mobile devices */
@media only screen and (min-width: 0) and (max-width: 767px) {
  .more-button-wrapper, .more-wrapper {
    margin-top: 0;
  }
  main .product-main-info-wrapper .product-short-info .product-buttons-wrapper .product-buttons noindex .product-button a {
    max-width: 263px;
    font-size: 16px;
  }
  .more-button-wrapper .more-button, .more-wrapper .more-button, .more-button-wrapper .more-about-us, .more-wrapper .more-about-us {
    padding: 12px 35px;
    font-size: 16px;
  }
  .product-button a, .product-button.basket a {
    padding: 0;
    width: 50px;
    min-height: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product-button a span, .product-button.basket a span {
    display: none;
  }
  .product-button a i, .product-button.basket a i {
    padding: 0;
  }
  body .context-menu {
    left: 5px;
    top: 55px;
  }
  body .context-menu noindex a.remove-like-product, body .context-menu noindex a.crossing, body .context-menu noindex a.remove-comparison {
    width: 150px;
    height: auto;
  }
  body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu {
    z-index: 500;
    left: -45px;
    top: -90px;
  }
  body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.remove-comparison, body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.crossing, body .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button .context-menu a.remove-like-product {
    width: 90px;
  }
  input.formInput, .formInput input, .formInput textarea, .dynamic-row input, form input, .form-field-input input, .form-field-input textarea, #OrderForm_comment {
    font-size: 16px;
  }
}
/* Общие стили для моб и планшета */
/* tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .continue-button a, .continue-shopping {
    font-size: 12px;
    line-height: 140%;
  }
  .container #registration-form #uploadAvatar .photo-link, .personal-info-wrapper #registration-form #uploadAvatar .photo-link, .container .reduced-edit #uploadAvatar .photo-link, .personal-info-wrapper .reduced-edit #uploadAvatar .photo-link, .container #registration-form .contragent-logo-block .photo-link, .personal-info-wrapper #registration-form .contragent-logo-block .photo-link, .container .reduced-edit .contragent-logo-block .photo-link, .personal-info-wrapper .reduced-edit .contragent-logo-block .photo-link {
    font-size: 14px;
  }
  .edit-pass-btn.act-btn.right, .add-field-btn {
    font-size: 13px;
  }
  .product-button {
    height: 100%;
  }
  .product-button span {
    display: none;
  }
  .product-button a, .product-button.basket a {
    padding: 0;
    width: 50px;
    height: 50px;
  }
  .product-button a i, .product-button.basket a i {
    padding: 0;
  }
}
/* Избегаем дубляжа (tablet devices + netbook devices) */
/* netbook devices */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .continue-button a, .continue-shopping {
    line-height: 120%;
  }
}
/* notebook devices */
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  .product-button a {
    padding: 8px 12px;
  }
  .product-button a i {
    font-size: 26px;
  }
}
.comments-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.comments-page-wrapper .comments-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
}
#addCommentForm {
  display: none;
}
.comments-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 50%;
  max-height: 620px;
}
.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
.none-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.show-feedback-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: none;
}
.items {
  padding: 0 20px;
}
.items .comment-wrapper {
  margin-bottom: 40px;
}
.items .comment-wrapper .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px;
  color: #7c7c7c;
  background-color: rgba(111, 169, 63, 0.05);
  position: relative;
}
.items .comment-wrapper .head .hidden {
  display: none;
}
.items .comment-wrapper .head .author {
  font-size: 24px;
  padding: 15px 0;
}
.items .comment-wrapper .head .assessment, .items .comment-wrapper .head .date {
  font-size: 22px;
  padding: 16px 0;
}
.items .comment-wrapper .head .assessment {
  margin: 0 25px;
}
.items .comment-wrapper .head .date {
  position: absolute;
  right: 20px;
}
.items .comment-wrapper .comment-block {
  padding: 0 20px;
  background-color: rgba(111, 169, 63, 0.05);
}
.items .comment-wrapper .comment-block .comment-content {
  color: #7c7c7c;
  font-size: 20px;
  padding: 10px 0;
}
.items .comment-wrapper .comment-block .logo {
  float: left;
  margin: 0 15px 15px 0;
}
.items .comment-wrapper .comment-block[data-role="ex-block"] {
  height: 120px;
}
.items .comment-wrapper .comment-block div[data-role="ex-gradient"] {
  height: 30px;
}
.items .comment-wrapper .full-comment {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  font-size: 60px;
  opacity: 1;
  position: relative;
}
.items .comment-wrapper .full-comment .fa {
  position: absolute;
  top: -15px;
  display: inline-block;
  font: normal normal normal FontAwesome;
  text-rendering: auto;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  color: #7c7c7c;
}
.items .comment-wrapper .full-comment .fa:hover {
  color: #7c7c7c;
}
.items .comment-wrapper .expanded .fa {
  transform: rotate(180deg);
}
.none-comments {
  font-size: 20px;
  padding: 15px 20px;
  color: #7c7c7c;
}
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
form .create-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 30px;
  border-left: 3px solid #818170;
}
form .assessments, form .author-wrapper, form .comment-wrapper, form .verify-wrapper, form .send-wrapper, form .enter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
form .assessments .form-group, form .author-wrapper .form-group, form .comment-wrapper .form-group, form .verify-wrapper .form-group, form .send-wrapper .form-group, form .enter-wrapper .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
form .assessments .input-group, form .author-wrapper .input-group, form .comment-wrapper .input-group, form .verify-wrapper .input-group, form .send-wrapper .input-group, form .enter-wrapper .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 5px;
  width: 100%;
}
form .assessments .inputName, form .author-wrapper .inputName, form .comment-wrapper .inputName, form .verify-wrapper .inputName, form .send-wrapper .inputName, form .enter-wrapper .inputName {
  padding: 10px;
}
form .assessments input, form .author-wrapper input, form .comment-wrapper input, form .verify-wrapper input, form .send-wrapper input, form .enter-wrapper input, form .assessments .form-control, form .author-wrapper .form-control, form .comment-wrapper .form-control, form .verify-wrapper .form-control, form .send-wrapper .form-control, form .enter-wrapper .form-control {
  color: rgba(0, 108, 216, 0.5);
  border: 1px solid rgba(0, 108, 216, 0.2);
  font-size: 20px;
  padding: 10px;
  font-family: Tahoma, "Geneva CY", sans-serif;
}
form .assessments .text-danger, form .author-wrapper .text-danger, form .comment-wrapper .text-danger, form .verify-wrapper .text-danger, form .send-wrapper .text-danger, form .enter-wrapper .text-danger, form .assessments .errorMessage, form .author-wrapper .errorMessage, form .comment-wrapper .errorMessage, form .verify-wrapper .errorMessage, form .send-wrapper .errorMessage, form .enter-wrapper .errorMessage {
  color: red;
  padding: 0 20px 20px 17px;
}
form h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0 10px;
  font-size: 30px;
  border-bottom: 1px solid rgba(111, 169, 63, 0.1);
}
form h3:before {
  content: "\f27b";
  font-family: FontAwesome;
  font-size: 30px;
  margin-right: 20px;
  margin-bottom: 5px;
  background-color: #fff;
}
form .assessments {
  width: 100%;
  align-items: center;
  padding: 15px 0;
}
form .assessments input + label {
  cursor: pointer;
}
form .assessments input:not(checked) {
  position: absolute;
  opacity: 0;
}
form .assessments input + label {
  position: relative;
  padding: 0 0 0 10px;
}
form .assessments input + label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-size: 30px;
}
form .assessments input + label:before:hover {
  background-color: #7c7c7c;
}
form .assessments input + label.active:before, form .assessments input + label.hover:before {
  content: "\f005";
}
form .author-wrapper, form .comment-wrapper {
  width: 50%;
  padding: 0 10px;
}
form .author-wrapper .form-group .input-group .form-control:focus {
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
}
form .comment-wrapper #Comment_content {
  resize: vertical;
  overflow-x: auto;
}
form .verify-wrapper {
  width: 100%;
}
form .verify-wrapper .wrap-captch {
  padding: 20px 0;
}
form .verify-wrapper .wrap-captch .input-group .form-field-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
form .verify-wrapper .wrap-captch .input-group .captch-block, form .verify-wrapper .wrap-captch .input-group .refresh {
  width: 50%;
  margin: 0 10px;
}
form .verify-wrapper .wrap-captch .input-group .captch-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 5px;
  border: 1px solid rgba(136, 136, 136, 0.2);
}
form .verify-wrapper .wrap-captch .input-group .refresh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
form .verify-wrapper .wrap-captch .input-group .refresh input.verifyCode:focus {
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
}
form .verify-wrapper .wrap-captch .input-group .refresh #captch-refresh-btn {
  width: 75px;
  margin: 10px 0;
  text-decoration: none;
  color: #6fa93f;
  border-bottom: 1px solid #6fa93f;
}
form .verify-wrapper .wrap-captch .input-group .refresh #captch-refresh-btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  font-size: 20px;
  content: "\f021";
  position: absolute;
  margin: 3px 0 0 10px;
}
form .verify-wrapper .wrap-captch .input-group .refresh #captch-refresh-btn:hover {
  color: #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
}
form .send-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
}
form .rules_info {
  padding: 25px 0 20px 0;
  font-size: 17px;
  color: #7c7c7c;
}
form .button-feedback button {
  cursor: pointer;
  width: 250px;
  height: 50px;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  border: 1px solid #6fa93f;
  background-color: rgba(111, 169, 63, 0.7);
  text-transform: uppercase;
}
form .button-feedback button:hover {
  background-color: rgba(111, 169, 63, 1);
}
form .enter-wrapper {
  width: 100%;
  padding: 25px 0 35px 0;
  margin: 0 15px;
  border-bottom: 1px solid rgba(111, 169, 63, 0.1);
}
form .enter-wrapper .href-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
form .enter-wrapper .register-btn, form .enter-wrapper .login-btn {
  color: #6fa93f;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid #6fa93f;
}
form .enter-wrapper .register-btn:hover, form .enter-wrapper .login-btn:hover {
  color: #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
}
form .enter-wrapper .register-btn:after {
  font-family: FontAwesome;
  content: "\f085";
  font-size: 20px;
  position: relative;
  margin-left: 10px;
}
form .enter-wrapper .login-btn {
  margin-right: 25px;
}
form .enter-wrapper .login-btn:after {
  font-family: FontAwesome;
  content: "\f007";
  font-size: 20px;
  position: relative;
  margin-left: 10px;
}
form .input-group span.inputName {
  font-size: 22px;
  color: #7c7c7c;
}
#addCommentForm {
  cursor: pointer;
  width: 250px;
  height: 50px;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  border: 1px solid #6fa93f;
  background-color: rgba(111, 169, 63, 0.7);
  text-transform: uppercase;
}
#addCommentForm:hover {
  background-color: rgba(111, 169, 63, 1);
}
@media only screen and (max-width: 1199px) {
  .comments-page {
    flex-wrap: wrap;
  }
  .addCommentForm {
    padding-top: 50px;
  }
  #addCommentForm {
    display: block;
    margin: auto;
  }
  .comments-wrapper {
    width: 100%;
  }
  .comments-wrapper .items .comment-wrapper {
    margin-bottom: 40px;
  }
  #comment-form .create-feedback {
    height: 0px;
    overflow: hidden;
  }
  .comment-form {
    width: 100%;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .comment-form.open #addCommentForm {
    display: none;
  }
  .comment-form.open #comment-form .create-feedback {
    height: 100%;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .comments-page .items {
    padding: 0;
  }
  .comments-page .items .author-wrapper, .comments-page .items .comment-wrapper {
    width: 100%;
  }
  .comments-page .items .comment-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .comments-page .items .comment-wrapper .head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .comments-page .items .comment-wrapper .head .date {
    position: static;
  }
  .comments-page .items .comment-wrapper .comment-block .logo {
    display: none;
  }
  .comments-page .items form .create-feedback {
    border-left: none;
    padding: 0;
  }
  form .author-wrapper, form .comment-wrapper {
    width: 100%;
  }
  .send-wrapper .mandatory-fields {
    padding-left: 15px;
  }
  form .assessments input, form .author-wrapper input, form .comment-wrapper input, form .verify-wrapper input, form .send-wrapper input, form .enter-wrapper input, form .assessments .form-control, form .author-wrapper .form-control, form .comment-wrapper .form-control, form .verify-wrapper .form-control, form .send-wrapper .form-control, form .enter-wrapper .form-control {
    font-size: 16px;
  }
}
.complects-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 50px 0px;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: 2px dashed rgba(0, 108, 216, 0.4);
  min-height: 500px;
}
.complects-wrapper .title-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.complects-wrapper .title-section::before, .complects-wrapper .title-section::after {
  display: none;
}
.complects-wrapper .numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 50px;
}
.complects-wrapper .numbers-wrapper .number_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.complects-wrapper .numbers-wrapper .number_slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.complects-wrapper .numbers-wrapper .number_slide ul li {
  padding: 0 5px;
}
.complects-wrapper .numbers-wrapper .number_slide ul li span, .complects-wrapper .numbers-wrapper .number_slide ul li a {
  padding: 5px 15px;
  text-decoration: none;
  color: #006cd8;
}
.complects-wrapper .numbers-wrapper .number_slide ul li a {
  font-size: 20px;
}
.complects-wrapper .numbers-wrapper .number_slide ul li.active span {
  background-color: rgba(0, 108, 216, 0.5);
  font-size: 20px;
  color: #6fa93f;
}
.complects-wrapper .numbers-wrapper .number_slide ul li.prev, .complects-wrapper .numbers-wrapper .number_slide ul li.next {
  font-size: 36px;
}
.complects-wrapper .complect-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
.complects-wrapper .complect-slider .complect-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper, .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper, .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  box-sizing: border-box;
  height: auto;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper {
  width: 49%;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .product-image-wrapper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .product-image-wrapper img {
  max-width: 100%;
  height: auto;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper {
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper .product-info, .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper .product-name, .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper .complect-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper .product-name {
  color: #006cd8;
  position: relative;
  padding-bottom: 10px;
  /* IE6-9 */
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper .product-name:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper .complect-price {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  height: 40px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper .complect-price .product-price {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  color: #6fa93f;
  font-size: 20px;
  border: 2px dashed rgba(136, 136, 136, 0.2);
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper .complect-price .product-price span {
  padding: 0 5px;
  font-size: 14px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper {
  width: 49%;
  height: auto;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
  color: #6fa93f;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .product-image-wrapper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .add-product-name {
  color: #7c7c7c;
  position: relative;
  padding-bottom: 10px;
  /* IE6-9 */
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .add-product-name:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .main-price {
  font-size: 16px;
  text-decoration: line-through;
  padding: 0;
  border: none;
  color: #6fa93f;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .main-price span {
  font-size: 14px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price .product-price, .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price .sale-percent {
  padding: 0 10px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price .sale-percent {
  padding: 0;
  margin-left: 5px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price .product-price-wrap {
  min-width: 130px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price .product-price-wrap .product-price {
  display: flex;
  align-items: center;
  color: #6fa93f;
  font-size: 20px;
  border: 2px dashed rgba(136, 136, 136, 0.2);
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price .product-price-wrap .product-price span {
  padding: 0 5px;
  font-size: 14px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .complect-price .sale-percent {
  padding-left: 5px;
  color: #7c7c7c;
  font-size: 30px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper {
  height: auto;
  width: 33%;
  margin: 10px 0;
  padding: 25px 0;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .total-complect-price {
  font-size: 30px;
  border: 2px dashed rgba(0, 108, 216, 0.2);
  margin-right: 10px;
  padding: 5px 15px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .symbol {
  font-size: 50px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-code-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  color: #006cd8;
}
@media screen and (max-width: 1199px) {
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper {
    padding: 10px 5px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .product-image-wrapper {
    height: auto;
    width: auto;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .symbol {
    margin-right: 25px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .itemLInk .product-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .itemLInk .product-card .product-image-wrapper {
    height: auto;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .itemLInk .product-card .info-wrapper {
    height: inherit;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper {
    width: auto;
    margin: 10px 0;
    padding: 0;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .symbol {
    margin-right: 25px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a {
    padding: 8px 20px;
    width: auto;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a span {
    display: block;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a i {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1590px) {
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper, .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper {
    width: 31%;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper {
    width: 35%;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .symbol {
    margin-right: 10px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .total-complect-price {
    font-size: 28px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a {
    font-size: 21px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .plus {
    margin: 20px;
  }
}
@media screen and (max-width: 1589px) {
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .product-image-wrapper {
    width: 200px;
    height: 85%;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .plus {
    margin: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper {
    padding: 10px 5px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper {
    width: 50%;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .product-image-wrapper {
    height: auto;
    width: auto;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .symbol {
    margin: 0 20px 0 0;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .itemLInk .product-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .itemLInk .product-card .product-image-wrapper {
    height: auto;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .itemLInk .product-card .info-wrapper {
    height: inherit;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper {
    width: auto;
    margin: 10px 0;
    padding: 0;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .symbol {
    margin-right: 25px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a {
    padding: 8px 20px;
    width: auto;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a span {
    display: block;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a i {
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .product-image-wrapper {
    width: 120px;
    height: 120px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper {
    max-width: 260px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .plus {
    margin: 0 12px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .symbol {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper {
    width: 100%;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .product-image-wrapper {
    width: auto;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .main-product-wrapper .info-wrapper {
    max-width: inherit;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper .itemLInk {
    width: 100%;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .total-complect-price {
    margin: 10px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a span {
    font-size: 20px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a i {
    font-size: 25px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-code-wrapper {
    padding: 10px;
  }
}
.cssload-container {
  width: 100%;
  height: 49px;
  text-align: center;
}
.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #000;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.personalMenu .list_items .list_indent {
  padding: 10px;
}
.personalMenu .list_items .list_indent .tab-wrapper {
  margin: 10px 0;
}
.personalMenu .list_items .list_indent .tab-wrapper a {
  margin: 0;
  border: 1px solid #000;
}
.personalMenu .list_items .list_indent .tab-wrapper a:hover {
  color: #fff;
}
.list_wrap {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.list_wrap .list_indent a {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  transition: color 0.3s;
}
.list_wrap .list_indent a:hover {
  color: #6fa93f;
}
.list_wrap .list_cap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.list_wrap.open .list_items {
  z-index: 350;
  visibility: visible;
}
.list_wrap.open .list_cap {
  display: none;
}
.list_wrap.open .list_indent {
  border: 1px solid #888;
  transform: translateY(0%);
}
.list_wrap.open .list_name:before {
  display: none;
}
.list_wrap.open.bottom .list_indent {
  transform: translateY(0%);
}
.list_wrap.bottom .list_items {
  top: 0;
  transform: translateY(-100%);
}
.list_wrap.bottom .list_indent {
  transform: translateY(100%);
}
.list_wrap.left .list_items {
  right: 0;
}
.list_wrap .list_name {
  position: relative;
}
.list_wrap .list_name:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.list_wrap .list_items {
  height: auto;
  min-width: 100%;
  overflow: hidden;
  transition: height 0.5s;
  position: absolute;
  visibility: hidden;
  z-index: 200;
}
.list_wrap .list_items.push {
  position: relative;
}
.list_wrap .list_indent {
  border: 1px solid transparent;
  padding: 10px;
  transition: all 0.5s;
  margin: auto;
  transform: translateY(-100%);
  background-color: white;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.list_wrap .list_indent .menu-link {
  border: 1px solid #7c7c7c;
}
.list_wrap .list_indent > * {
  display: block;
}
/* mobile devices */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sort_block .pager .list_items {
    min-width: 280px;
  }
}
.listMenu {
  display: block;
  padding: 25px;
  z-index: 256;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
  background-color: rgba(241, 241, 241, 1);
}
.listMenu.open {
  transform: translateX(0%);
}
.listMenu a, .listMenu i {
  color: #006cd8;
  text-decoration: none;
}
.listMenu i {
  cursor: pointer;
}
.listMenu .bodyBlock {
  font-size: 18px;
}
.listMenu .bodyBlock > div, .listMenu .bodyBlock > ul {
  border-bottom: 1px solid #006cd8;
  padding: 20px 0 20px 0px;
}
.listMenu .bodyBlock a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.listMenu .bodyBlock a:hover {
  border-color: #006cd8;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap {
  position: relative;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list {
  width: 100%;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: static;
  border-left: 1px solid transparent;
  height: 40px;
  z-index: 400;
  position: relative;
  float: left;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_title .comparison {
  margin: 0;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_title .comparison .comparison_count {
  float: right;
  margin-top: 8px;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_title .comparison span {
  margin-right: 0;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_items {
  left: 0;
  top: 34px;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_items .list_indent {
  padding: 0;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison a {
  margin: 10px;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison a i::before {
  content: "\f057";
  font-family: Fontawesome;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison a:nth-of-type(2):hover {
  border-color: transparent;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .open .list_title {
  background-color: #fff;
  border-left: 1px solid rgba(111, 169, 63, 0.5);
  z-index: 400;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .open .list_title .comparison {
  margin: 0 10px;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .open .list_title .comparison .comparison_count {
  float: right;
  margin-top: 8px;
}
.listMenu .bodyBlock .likeAndComparison .comparison_list_wrap .comparison_count {
  font-size: 12px;
}
.listMenu .bodyBlock .likeAndComparison .like-wrapper {
  margin: 10px 0;
}
.listMenu .bodyBlock .likeAndComparison .like-wrapper .like-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.listMenu .bodyBlock .likeAndComparison .like-wrapper .like-list span:first-child {
  margin-right: 5px;
}
.listMenu .bodyBlock .likeAndComparison .like-wrapper .like-list .number-of-items-in-wishList {
  position: static;
  background-color: transparent;
  padding: 0;
  font-size: 12px;
}
.listMenu .headerBlock {
  margin-bottom: 10px;
  font-size: 20px;
}
.listMenu .linksBlock li {
  margin-bottom: 8px;
}
.listMenu .linksBlock li.active a {
  border-bottom: 1px solid #006cd8;
  color: #6fa93f;
}
.listMenu .linksBlock:last-child {
  margin-bottom: 0;
}
.listMenu .bodyBlock .socialNetwork {
  text-align: justify;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.listMenu .bodyBlock .socialNetwork:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
}
.listMenu .bodyBlock .socialNetwork a {
  display: inline-block;
}
.listMenu .likeAndComparison a {
  position: relative;
  display: inline-block;
}
.listMenu .likeAndComparison .likesCount {
  display: block;
  position: absolute;
  z-index: 2;
  right: -3px;
  font-size: 10px;
  top: 8px;
  color: #006cd8;
  background-color: white;
  border-radius: 10px;
  padding: 0px 4px;
}
.listMenu .login_block i {
  margin-left: 10px;
}
.listMenu .personal-login.user-auth-infoblock {
  padding-left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .listMenu.open {
    width: 100%;
    overflow-y: auto;
  }
}
.ajax-cart-wrapper .label-wrapper {
  display: none;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
  padding: 20px;
  max-width: 500px;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable #subscribe {
  padding-bottom: 30px;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-content {
  padding-bottom: 40px;
  background-color: #f2f2f2;
  margin: 0;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-content #email-form {
  padding: 0 20px;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-titlebar {
  background-color: #f2f2f2;
  border-radius: 0;
  margin: 0;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup {
  padding-bottom: 0;
  border-radius: 0;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup #callme_popup {
  padding-bottom: 30px;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap {
  padding-bottom: 20px;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text {
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text textarea {
  border-color: #888;
  padding: 10px;
  color: rgba(136, 136, 136, 0.8);
  font-family: Tahoma, "Geneva CY", sans-serif;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text .text_info {
  margin: 10px 0;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text .text_info .error-text {
  border: 1px solid #888;
  padding: 10px;
  margin: 10px 0 5px 0;
  color: #888;
  background-color: #fff;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text .text_info .error-text div {
  color: #7c7c7c;
  font-size: 20px;
  font-family: Tahoma, "Geneva CY", sans-serif;
  text-align: left;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text .text_info h2 {
  font-size: 30px;
  display: inline-block;
  text-align: center;
  color: #7c7c7c;
  font-family: Tahoma, "Geneva CY", sans-serif;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text .text_info h2::after, body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text .text_info h2::before {
  display: none;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text .contact_form {
  width: 100%;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .ui-dialog-buttonpane {
  padding: 0 0 20px;
  border-width: 0;
  margin: 0;
  background-color: #f2f2f2;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .ui-dialog-buttonpane .merror_btns .ui-dialog-buttonset .ErrorBtn {
  width: auto;
  height: auto;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  cursor: pointer;
  border: none;
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: bold;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .ui-dialog-buttonpane .merror_btns .ui-dialog-buttonset .ErrorBtn:hover {
  background-color: rgba(0, 0, 0, 1);
}
body .auth_dialog .ui-dialog-titlebar.ui-widget-header {
  margin: 0;
  background-color: #fff;
  border-radius: 0;
}
body .auth_dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
  top: -25px;
  right: -10px;
}
body .auth_dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close:hover {
  padding: 0 !important;
}
body .auth_dialog .ui-dialog-content {
  margin: 0;
  background-color: #fff;
}
body .orderSucessDialogWrap {
  max-width: 600px;
}
body .orderSucessDialogWrap .ui-dialog-titlebar {
  margin: 20px 18px 0;
  border-radius: 0;
}
body .orderSucessDialogWrap .ui-dialog-content {
  padding: 5px 10px;
  margin: 0 18px 20px;
}
body .ui-dialog-buttons .ui-dialog-titlebar {
  background-color: #fff;
  margin: 20px 0;
  border-radius: 0;
}
body .ui-dialog-buttons .ui-dialog-titlebar .ui-dialog-title {
  text-transform: uppercase;
}
body .ui-dialog-buttons .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: -25px;
}
body .popup-cart .result.product-result-block.js-total-price {
  background-color: #f2f2f2;
  font-size: 15px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  color: #006cd8;
  margin-left: 18px;
  margin-right: 18px;
}
body .popup-cart .result.product-result-block.js-total-price label {
  font-size: 24px;
}
body .popup-cart .result.product-result-block.js-total-price label .currency {
  font-size: 17px;
}
body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block {
  height: auto;
}
body .popup-cart .ui-dialog-content.ui-widget-content {
  padding: 0;
  margin-left: 18px;
  margin-right: 18px;
}
.delete-product .ajax-cart-wrapper .result.product-result-block.js-total-price {
  display: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  font-size: 13px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 5px 10px;
  margin: 20px 18px 0;
  min-height: 46px;
  background-color: #f2f2f2;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::after {
  font-size: 20px;
}
.ui-dialog .ui-dialog-content {
  text-align: center;
  background-color: #f2f2f2;
  margin: 0 18px 20px;
}
.ui-dialog .ui-dialog-content .orderDialogTitle {
  font-size: 30px;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-content .orderDialogContent {
  font-size: 30px;
  margin: 20px 0 10px 0;
}
.ui-dialog .ui-dialog-content .orderDialogLink {
  font-size: 18px;
  margin: 10px 0 30px 0;
  text-decoration: underline;
  cursor: pointer;
}
.ui-dialog .ui-dialog-content .orderDialogLink:hover {
  text-decoration: none;
}
.ui-dialog .delete-product {
  margin-bottom: 0;
}
.ui-dialog-titlebar {
  background: none;
  border: none;
}
.f_form {
  display: block;
}
.callme_popupform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.callme_popupform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.callme_popupform .form-label {
  display: none;
}
.form-content, .popup-add-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 20px 90px;
}
.form-content {
  padding: 10px 0 20px;
}
.form-content .ui-coment-content {
  color: #7c7c7c;
  padding: 0 0 30px;
}
.form-content .form-label {
  color: #006cd8;
  padding: 0 0 10px;
}
.form-content .phone input {
  border: 1px #006cd8 solid;
  padding: 10px;
  width: 100%;
}
.active-elements-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 350px;
}
.active-elements-wrapper .enter-from-social {
  color: #7c7c7c;
  font-size: 15px;
  display: none;
}
.active-elements-wrapper .auth-service {
  margin: 0 15px 0 0;
  width: 30px;
}
.active-elements-wrapper .auth-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 0;
}
.active-elements-wrapper .auth-services .auth-service a {
  width: auto;
  filter: grayscale(100%);
}
.active-elements-wrapper .auth-services .auth-service a:hover, .active-elements-wrapper .auth-services .auth-service a:focus {
  filter: grayscale(0%);
}
.active-elements-wrapper .popup-add-btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  padding: 0;
}
.active-elements-wrapper .popup-add-btn .auth-btn.register-btn.btnLink {
  text-decoration: underline;
}
.active-elements-wrapper .popup-add-btn .auth-btn.register-btn.btnLink:hover {
  text-decoration: none;
}
.active-elements-wrapper .auth-service .auth-link .auth-title {
  display: none;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .form-row .auth-btn.remind-btn.fix-float.btnLink {
  font-size: 15px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0px;
  position: relative;
  right: 0;
  top: 7px;
  text-decoration: underline;
  margin-left: 35px;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .form-row .auth-btn.remind-btn.fix-float.btnLink:hover {
  text-decoration: none;
}
.auth_dialog .ui-dialog-titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
  background: none;
}
.ui-dialog-titlebar-close.ui-corner-all::after {
  content: "\f057";
  color: rgba(0, 108, 216, 0.6);
  font: 26px/1 FontAwesome;
  text-rendering: auto;
  display: block;
  position: static;
  transition: 0.3s;
}
.ui-dialog-titlebar-close.ui-corner-all:hover::after {
  color: rgba(0, 108, 216, 1);
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
  padding-bottom: 30px;
  padding-top: 0;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .ui-dialog-title, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .ui-dialog-title, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-title {
  float: none;
  margin: 35px 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-family: Tahoma, "Geneva CY", sans-serif;
  color: #006cd8;
  font-size: 24px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .form-label, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .form-label, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-label {
  text-align: left;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .form-content, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .form-content, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-content, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .popup-add-btn, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .popup-add-btn, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .popup-add-btn {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .form-content .ui-coment-content, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .form-content .ui-coment-content, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-content .ui-coment-content {
  padding: 0 0 10px;
  font-size: 16px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .form-content, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .form-content, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-content, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .popup-add-btn, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .popup-add-btn, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .popup-add-btn {
  padding: 0;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .form-content button, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .form-content button, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-content button, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .popup-add-btn button, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .popup-add-btn button, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .popup-add-btn button {
  margin-top: 10px;
  font-size: 20px;
  padding: 15px 15px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .ui-dialog-titlebar-close.ui-corner-all, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .ui-dialog-titlebar-close.ui-corner-all, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-titlebar-close.ui-corner-all {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .errorMessage, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .errorMessage, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .errorMessage {
  text-align: left;
  font-size: 16px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background-image: none;
  border-width: 0;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix .ui-dialog-titlebar-close.ui-corner-all {
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 0;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix .ui-dialog-titlebar-close.ui-corner-all:hover {
  top: 5px;
  right: 10px;
  margin: 0;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.auth_dialog.ui-draggable .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.auth_dialog.ui-draggable .errorMessage, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .errorMessage {
  text-align: left;
  font-size: 16px;
}
.auth_dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
  margin: 0 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block {
    height: 140px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info {
    padding-right: 0 !important;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info .name {
    padding: 0 !important;
    padding-top: 10px !important;
  }
  .ui-dialog-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup.ui-draggable .errorMessage, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .errorMessage, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .errorMessage {
    font-size: 14px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.auth_dialog.ui-draggable .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .form-field-error, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.auth_dialog.ui-draggable .errorMessage, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .errorMessage {
    font-size: 14px;
  }
  .auth_dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.auth_dialog.ui-draggable .w-button.f_sub_btn, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .w-button.f_sub_btn {
    font-size: 20px;
    padding: 15px 15px;
    width: 100%;
  }
  .auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .active-elements-wrapper .auth-services {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .active-elements-wrapper .auth-service {
    margin: 0 15px 15px 0;
  }
  .active-elements-wrapper .popup-add-btn .auth-btn.register-btn.btnLink {
    margin-bottom: 15px;
  }
  .popup-cart .ajax-cart-wrapper > div, .basket-table .ajax-cart-wrapper > div, .popup-cart .table-cart > div, .basket-table .table-cart > div {
    border-bottom: 1px solid rgba(0, 108, 216, 0.5);
  }
  .item-row {
    min-height: 170px;
  }
  body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block {
    height: 160px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .popup-cart .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval {
    margin-bottom: 5px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .popup-cart .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
    margin-bottom: 35px;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info span.name, .popup-cart .table-cart .item-row .product-cart-block .name-info span.name, .basket-table .table-cart .item-row .product-cart-block .name-info span.name {
    max-height: 65px;
  }
  body .popup-cart .ui-widget-header .ui-dialog-title {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content .orderDialogTitle {
    font-size: 20px;
  }
  .ui-dialog .ui-dialog-content .orderDialogContent {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
  .ui-dialog .ui-dialog-content .orderDialogLink {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
    padding: 10px;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-titlebar {
    margin: 0;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable #subscribe {
    padding: 0;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-content.ui-widget-content {
    padding: 10px;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-content {
    padding: 0 15px 40px;
    margin: 0;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-content #email-form .w-button {
    margin: 20px 0;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    margin: 0;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup {
    padding: 10px;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup #callme_popup {
    padding: 0 10px 30px;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup #callme_popup .callme_popupform #callme_popup_form .popup-add-btn button {
    padding: 15px 12px;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.callme_popup .ui-dialog-titlebar {
    margin: 0;
  }
  body .auth_dialog .ui-dialog-titlebar.ui-widget-header {
    background-color: #fff;
  }
  body .auth_dialog .ui-dialog-content #auth_form #popuo-login-form .auth-form-data .form-row .remember-field .remember_me_chech::before {
    width: 17px;
    height: 17px;
  }
  body .auth_dialog .active-elements-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .auth_dialog .active-elements-wrapper .enter-from-social {
    width: auto;
  }
  body .auth_dialog .active-elements-wrapper .popup-add-btn {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .orderSucessDialogWrap .ui-dialog-titlebar {
    margin: 10px 10px 0;
  }
  body .orderSucessDialogWrap .ui-dialog-content {
    padding: 5px 10px;
    margin: 0 10px 10px;
  }
  body .ui-dialog-buttons .ui-dialog-titlebar {
    margin: 10px 0;
  }
  body .ui-dialog-buttons .ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: -15px;
  }
  .ui-dialog .ui-dialog-titlebar {
    margin: 20px 0 0;
  }
  .ui-dialog .ui-dialog-content {
    margin: 0;
  }
  body .popup-cart .ui-widget-header .ui-corner-all {
    right: 0;
  }
  body .popup-cart .ui-widget-header .ui-dialog-title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
  }
  body .popup-cart .ajax-cart-wrapper .table {
    display: none;
  }
  body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block {
    padding: 5px;
  }
  body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data {
    height: auto;
  }
  body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .data .number {
    padding: 0;
    margin: 0;
  }
  body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .information {
    padding: 5px;
  }
  body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .information .main-part {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .information .main-part .name {
    width: 100%;
    padding: 0;
  }
  body .popup-cart .ajax-cart-wrapper .item-row .product-cart-block .information .main-part .name a {
    font-size: 15px;
    line-height: 120%;
  }
  body .popup-cart .ui-dialog-content.ui-widget-content {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  body .popup-cart .result.product-result-block.js-total-price {
    margin-left: 0;
    margin-right: 0;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons {
    max-width: 300px;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    padding: 0 5px;
  }
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .message-wrap #error_message_text .text_info h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .auth_dialog .ui-dialog-content #auth_form #popuo-login-form .auth-form-data .form-row .remember-field .remember_me_chech::before {
    width: 18px;
    height: 18px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.popup-cart.ui-dialog-buttons .product-cart-block .name > a {
    font-size: 16px;
    line-height: 120%;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.popup-cart.ui-dialog-buttons .product-cart-block .count-roller .num-input {
    height: 40px;
    width: 40px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.popup-cart.ui-dialog-buttons .product-cart-block .priceval.value, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.popup-cart.ui-dialog-buttons .product-cart-block .sumval.value {
    font-size: 16px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.popup-cart.ui-dialog-buttons .product-cart-block .priceval.value .currency, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.popup-cart.ui-dialog-buttons .product-cart-block .sumval.value .currency {
    font-size: 14px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.popup-cart.ui-dialog-buttons .product-cart-block .information-bottom {
    font-size: 16px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.popup-cart.ui-dialog-buttons .product-cart-block .information-bottom .code {
    padding-right: 10px;
  }
  body .popup-cart .ui-widget-header .ui-corner-all {
    right: 0;
  }
  .popup-cart .ajax-cart-wrapper .item-row .product-cart-block {
    height: 140px;
  }
}
@media only screen and (min-width: 992px) {
  body .auth_dialog .ui-dialog-content #auth_form #popuo-login-form .auth-form-data .form-row .remember-field .remember_me_chech::before {
    width: 18px;
    height: 18px;
  }
  body .popup-cart .ui-widget-header .ui-corner-all {
    right: 0;
  }
}
.container-all-categories.novelty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.container-all-categories.novelty .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.container-all-categories.novelty .block .pictures, .container-all-categories.novelty .block .content {
  width: 50%;
}
.container-all-categories.novelty .block .content {
  position: relative;
  z-index: 150;
}
.container-all-categories.novelty .block .pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container-all-categories.novelty .block .pictures .name {
  display: none;
}
.container-all-categories.novelty .block .pictures .images {
  width: 90%;
  text-align: center;
}
.container-all-categories.novelty .block .pictures .images .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.container-all-categories.novelty .block .pictures .images .navigation .icons, .container-all-categories.novelty .block .pictures .images .navigation .slick-list.draggable {
  width: 100%;
}
.container-all-categories.novelty .block .pictures .images .navigation .icons .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-width: 100%;
}
.container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide {
  align-items: center;
  background: transparent;
  display: flex;
  height: 100px;
  transition: 0.3s;
}
.container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide:hover {
  background: rgba(0, 108, 216, 0.2);
}
.container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide img {
  height: auto;
  width: auto;
  max-height: 90px;
}
.container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide.slick-current.slick-active {
  background: rgba(0, 108, 216, 0.2);
}
.container-all-categories.novelty .block .pictures .images .navigation .fa.arrow-left, .container-all-categories.novelty .block .pictures .images .navigation .fa.arrow-right {
  font-size: 40px;
  color: rgba(111, 169, 63, 0.6);
  cursor: pointer;
  transition: 0.3s;
}
.container-all-categories.novelty .block .pictures .images .navigation .fa.arrow-left:hover, .container-all-categories.novelty .block .pictures .images .navigation .fa.arrow-right:hover {
  color: rgba(111, 169, 63, 1);
}
.container-all-categories.novelty .block .pictures .images img {
  margin-left: auto;
  margin-right: auto;
  max-height: 400px;
  cursor: pointer;
}
.container-all-categories.novelty .block .pictures .images .slick-slide {
  text-align: center;
}
.container-all-categories.novelty .block .content .name {
  max-width: 800px;
}
.container-all-categories.novelty .block .content .name a {
  font-size: 22px;
  color: rgba(124, 124, 124, 0.8);
  transition: 0.3s;
  line-height: 31px;
  text-decoration: none;
}
.container-all-categories.novelty .block .content .name a:hover {
  color: rgba(124, 124, 124, 1);
}
.container-all-categories.novelty .block .content .code {
  font-size: 16px;
  color: #006cd8;
  padding-bottom: 25px;
  padding-top: 25px;
}
.container-all-categories.novelty .block .content .presence {
  display: inline-block;
  padding-bottom: 25px;
  color: #6fa93f;
  font-size: 22px;
}
.container-all-categories.novelty .block .content .availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
.container-all-categories.novelty .block .content .availability .main-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  margin-right: 10px;
  height: 100%;
}
.container-all-categories.novelty .block .content .availability .main-price .currency {
  padding-left: 10px;
  font-size: 20px;
}
.container-all-categories.novelty .block .content .availability > noindex {
  height: 100%;
}
.container-all-categories.novelty .block .content .availability > noindex .product-button {
  padding: 0;
  height: 100%;
}
.container-all-categories.novelty .block .content .availability .special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 10px;
  width: 120px;
  height: 100%;
}
.container-all-categories.novelty .block .content .availability .special div {
  padding: 0;
}
.container-all-categories.novelty .block .content .description {
  padding-top: 25px;
  max-width: 800px;
}
.container-all-categories.novelty .block .content .description, .container-all-categories.novelty .block .content .description span, .container-all-categories.novelty .block .content .description p, .container-all-categories.novelty .block .content .description p span {
  font-size: 16px !important;
  line-height: 120% !important;
  color: #7c7c7c !important;
  background: transparent !important;
}
.container-all-categories.novelty .noveltySlider {
  padding-top: 40px;
  position: relative;
}
.container-all-categories.novelty .noveltySlider .slick-list .slick-dots {
  display: none !important;
}
.container-all-categories.novelty .noveltySlider .slick-dots {
  background: rgba(124, 124, 124, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  bottom: 0;
  margin-top: 15px;
}
.container-all-categories.novelty .noveltySlider .slick-dots li {
  background: transparent;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  border: 1px solid rgba(111, 169, 63, 0.6);
  transition: 0.3s;
  cursor: pointer;
  margin: 0 12px;
}
.container-all-categories.novelty .noveltySlider .slick-dots li button::before {
  color: transparent;
}
.container-all-categories.novelty .noveltySlider .slick-dots li:hover {
  background: rgba(111, 169, 63, 0.6);
}
.container-all-categories.novelty .noveltySlider .slick-dots li.slick-active {
  background: rgba(111, 169, 63, 0.6);
  border: 1px solid rgba(111, 169, 63, 0.3);
}
.container-all-categories.novelty .noveltySlider-wrap {
  position: relative;
}
.container-all-categories.novelty .noveltySlider-wrap .prev-slide-big {
  left: 25px;
  position: absolute;
  top: 45%;
  z-index: 250;
}
.container-all-categories.novelty .noveltySlider-wrap .next-slide-big {
  position: absolute;
  right: 25px;
  top: 45%;
  z-index: 250;
}
.container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-left, .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-right {
  color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-size: 70px;
  text-rendering: auto;
}
.container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-left:hover, .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-right:hover {
  color: rgba(0, 0, 0, 0.3);
}
.container-all-categories.novelty .prev-slide-big.new-arrow-prev.slick-arrow.slick-hidden.slick-disabled, .container-all-categories.novelty .next-slide-big.new-arrow-next.slick-arrow.slick-hidden.slick-disabled {
  visibility: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body .novelty .context-menu {
    top: auto;
    bottom: 55px;
    right: 0;
    left: auto;
  }
  .container-all-categories.novelty .noveltySlider {
    padding-top: 0;
  }
  .container-all-categories.novelty .block {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .container-all-categories.novelty .block .pictures {
    width: 100%;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .container-all-categories.novelty .block .pictures .name {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
  .container-all-categories.novelty .block .pictures .name a {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
  }
  .container-all-categories.novelty .block .pictures .images img {
    max-height: 210px;
  }
  .container-all-categories.novelty .block .pictures .images .navigation {
    display: none;
  }
  .container-all-categories.novelty .block .content {
    width: 100%;
  }
  .container-all-categories.novelty .block .content .name, .container-all-categories.novelty .block .content .description {
    display: none;
  }
  .container-all-categories.novelty .block .content .code {
    padding: 0 25px;
  }
  .container-all-categories.novelty .block .content .presence {
    padding: 0 25px 10px;
  }
  .container-all-categories.novelty .block .content .availability {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-all-categories.novelty .block .content .availability .main-price {
    font-size: 24px;
    margin-right: -2px;
    padding: 9px 15px;
  }
  .container-all-categories.novelty .block .content .availability .main-price span {
    font-size: 18px;
  }
  .container-all-categories.novelty .block .content .availability .special {
    width: 110px;
    margin-left: 8px;
  }
  .container-all-categories.novelty .block .content .availability {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-all-categories.novelty .block .content .availability .main-price {
    padding: 9px 10px;
  }
  .container-all-categories.novelty .block .content .availability .main-price .currency {
    padding: 0;
  }
  .container-all-categories.novelty .noveltySlider-wrap .prev-slide-big, .container-all-categories.novelty .noveltySlider-wrap .next-slide-big {
    top: 30%;
  }
  .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-left, .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-right {
    font-size: 40px;
  }
  .container-all-categories.novelty .noveltySlider .slick-dots li {
    height: 26px;
    width: 26px;
    margin: 0 8px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .container-all-categories.novelty .block .content .name {
    max-width: 95%;
  }
  .container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide {
    padding: 10px;
  }
  .container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-all-categories.novelty .noveltySlider {
    padding-top: 0;
  }
  .container-all-categories.novelty .block .content .name a {
    font-size: 18px;
    line-height: 26px;
  }
  .container-all-categories.novelty .block .content .presence {
    font-size: 20px;
    line-height: 24px;
  }
  .container-all-categories.novelty .block .content .availability {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-all-categories.novelty .block .content .availability .main-price {
    margin-bottom: 15px;
    margin-right: 100%;
  }
  .container-all-categories.novelty .block .content .description {
    padding-top: 20px;
  }
  .container-all-categories.novelty .block .content .description, .container-all-categories.novelty .block .content .description span {
    font-size: 16px;
    line-height: 19px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-all-categories.novelty .block .content .availability {
    height: auto;
  }
  .main-price {
    min-width: 173px;
  }
  .container-all-categories.novelty .noveltySlider .slick-dots {
    margin-top: 0;
  }
  .container-all-categories.novelty .block .content .description {
    max-height: 210px;
    overflow: hidden;
    padding-right: 60px;
    margin-bottom: 35px;
    position: relative;
  }
  .container-all-categories.novelty .block .content .description::after {
    display: block;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0;
    /* IE6-9 */
    left: 0;
    position: absolute;
    content: " ";
    height: 30px;
  }
  .container-all-categories.novelty .block .content .description p, .container-all-categories.novelty .block .content .description span, .container-all-categories.novelty .block .content .description p span, .container-all-categories.novelty .block .content .description div {
    font-size: 16px !important;
    line-height: 120% !important;
  }
  .container-all-categories.novelty .block .pictures {
    padding-left: 60px;
  }
  .basket.product-button.product-button-checked > a {
    width: 50px;
    height: 50px;
  }
  .container-all-categories.novelty .block .content .availability .special {
    width: 110px;
  }
  .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-left, .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-right {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-all-categories.novelty .noveltySlider {
    padding-top: 10px;
  }
  .container-all-categories.novelty .block .pictures {
    padding-left: 90px;
  }
  .container-all-categories.novelty .block .content {
    padding-right: 90px;
  }
  .container-all-categories.novelty .block .content .availability .special {
    width: 120px;
  }
  .container-all-categories.novelty .block .content .availability .special > div {
    margin-right: 10px;
  }
  .basket.product-button.product-button-checked > a {
    width: 50px;
    padding: 0;
    height: 50px;
  }
  .basket.product-button.product-button-checked > a span {
    display: none;
  }
  .basket.product-button.product-button-checked > a i {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1589px) {
  .container-all-categories.novelty .block .content .description {
    max-height: 230px;
    overflow: hidden;
    position: relative;
  }
  .container-all-categories.novelty .block .content .description::after {
    display: block;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0;
    /* IE6-9 */
    left: 0;
    position: absolute;
    content: " ";
    height: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  .container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide {
    padding: 10px;
  }
  .container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container-all-categories.novelty .block .pictures {
    padding-left: 100px;
  }
  .container-all-categories.novelty .block .content {
    padding-right: 100px;
  }
  .container-all-categories.novelty .block .content .availability .special {
    width: 110px;
  }
}
.progress-bar {
  width: 100%;
  height: 20px;
}
.progress-bar .progress {
  display: block;
  height: 100%;
  width: 0px;
  background-color: rgba(0, 108, 216, 0.05);
}
.mainSlider-container .slick-dots {
  bottom: 45px;
  padding-right: 30px;
  text-align: right;
}
.mainSlider-container .slick-dots li {
  background: transparent;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  border: 1px solid #fff;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 12px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.mainSlider-container .slick-dots li button::before {
  color: transparent;
}
.mainSlider-container .slick-dots li:hover {
  background: #fff;
}
.mainSlider-container .slick-dots li.slick-active {
  background: #fff;
}
.mainSlider {
  height: auto;
  position: relative;
  overflow: hidden;
}
.mainSlider .prev-slide-big {
  left: 25px;
  position: absolute;
  top: 45%;
  z-index: 250;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainSlider .prev-slide-big:hover {
  opacity: 1;
}
.mainSlider .next-slide-big {
  position: absolute;
  right: 25px;
  top: 45%;
  z-index: 250;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainSlider .next-slide-big:hover {
  opacity: 1;
}
.mainSlider .slick-track {
  min-height: 100px;
  height: 100%;
}
.mainSlider .slick-slide {
  min-height: 100px;
  position: relative;
}
.mainSlider .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.mainSlider .slick-slide .info-banner-text {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
}
.mainSlider .slick-slide .info-banner-text .titleSlider {
  color: rgba(111, 169, 63, 0.75);
  font-family: Tahoma, "Geneva CY", sans-serif;
  font-size: 70px;
  line-height: 84px;
  text-shadow: 0 0 1px #888;
  text-transform: uppercase;
  padding-right: 100px;
  padding-left: 100px;
}
.mainSlider .fa {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: inline-block;
  font-size: 70px;
  text-rendering: auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mainSlider .slick-slide .info-banner-text {
    text-align: center;
    width: 100%;
  }
  .mainSlider .slick-slide .info-banner-text .titleSlider {
    font-size: 26px;
    line-height: 36px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mainSlider {
    height: auto;
  }
  .mainSlider .fa {
    font-size: 35px;
  }
  .mainSlider .prev-slide-big, .mainSlider .next-slide-big {
    top: auto;
    bottom: 20px;
  }
  .mainSlider .prev-slide-big {
    left: 15px;
  }
  .mainSlider .next-slide-big {
    right: 15px;
  }
  .mainSlider-container .slick-dots {
    padding-right: 70px;
    padding-left: 70px;
    bottom: 20px;
    text-align: center;
  }
  .mainSlider-container .slick-dots li {
    height: 28px;
    width: 28px;
  }
  .mainSlider .slick-slide .info-banner-text {
    top: 30px;
    bottom: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1589px) {
  .mainSlider .slick-slide .info-banner-text {
    text-align: left;
    top: 0;
    bottom: 0;
  }
  .mainSlider .slick-slide .info-banner-text .titleSlider {
    margin: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .mainSlider .slick-slide img {
    width: 100%;
    max-height: 680px;
  }
  .mainSlider {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mainSlider {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainSlider .slick-slide .info-banner-text {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    -ms-grid-row-align: end;
    align-items: end;
    width: 100%;
  }
  .mainSlider .slick-slide .info-banner-text .titleSlider {
    font-size: 44px;
    line-height: 53px;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: auto;
    margin-top: auto;
    width: 100%;
  }
  .mainSlider .fa {
    font-size: 45px;
  }
  .mainSlider .prev-slide-big, .mainSlider .next-slide-big {
    top: 43%;
  }
  .mainSlider {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .mainSlider-container .slick-dots {
    display: none !important;
  }
  .mainSlider .slick-slide img {
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainSlider .slick-slide .info-banner-text .titleSlider {
    font-size: 56px;
    line-height: 66px;
  }
  .mainSlider {
    height: auto;
  }
  .mainSlider .slick-slide img {
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  .mainSlider .slick-slide .info-banner-text .titleSlider {
    font-size: 56px;
    line-height: 67px;
  }
  .mainSlider {
    height: auto;
  }
  .mainSlider .slick-slide img {
    width: auto;
    height: auto;
    max-height: 480px;
    max-width: 100%;
  }
}
#page-wrapper .topProductWindget {
  display: none;
}
.topProductWindget, .accessory_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.topProductWindget .wrapper, .accessory_wrapper .wrapper, .topProductWindget .content-accessory, .accessory_wrapper .content-accessory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topProductWindget .wrapper.spec_items .product-block.popular-product-block {
  min-height: 520px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popular .product-block {
    width: 50%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .more-button-wrapper, .more-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body .topProductWindget .wrapper .context-menu {
    top: auto;
    bottom: 55px;
    right: auto;
    left: 5px;
  }
  body .topProductWindget .wrapper .context-menu noindex .remove-like-product, body .topProductWindget .wrapper .context-menu noindex .crossing {
    width: 150px;
  }
  .topProductWindget .wrapper {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .topProductWindget .wrapper .product-block {
    width: 100%;
  }
  .topProductWindget .wrapper .product-block .product-buttons-wrapper {
    width: 170px;
  }
  .topProductWindget .wrapper .product-block .name {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    display: block;
    z-index: 250;
    overflow: visible;
  }
  .topProductWindget .wrapper .product-block .product-image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1589px) {
  .topProductWindget .wrapper, .accessory_wrapper .wrapper, .topProductWindget .content-accessory, .accessory_wrapper .content-accessory {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .topProductWindget .wrapper.spec_items .product-block.popular-product-block:nth-child(4) {
    display: none;
  }
}
.product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  border: 1px solid transparent;
  width: 25%;
  max-width: 25%;
  min-width: 350px;
  position: relative;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  text-align: center;
  padding: 0;
  margin-left: 0;
  z-index: 230;
}
.product-block:hover {
  background-color: #fff;
  border: 1px solid rgba(0, 108, 216, 0.4);
  z-index: 350;
}
.product-block:hover .name {
  z-index: 290;
}
.product-block .product-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
}
.product-block .product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.product-block a {
  text-decoration: none;
}
.product-block .name {
  font-size: 16px;
  line-height: 120%;
  color: rgba(124, 124, 124, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 20px 20px 10px;
  width: 100%;
  z-index: 300;
}
.product-block .product-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  height: 240px;
}
.product-block .presence {
  font-size: 16px;
  color: #006cd8;
  padding-bottom: 15px;
}
.product-block .product-buy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.product-block .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 5px;
}
.product-block .main-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
  color: #6fa93f;
}
.product-block .currency-price {
  font-size: 19px;
  color: rgba(0, 108, 216, 0.7);
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-block .product-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: auto;
  width: 100%;
}
.product-block .comments-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-block .comments-wrapper-block .assessment {
  font-size: 22px;
  color: rgba(0, 108, 216, 0.5);
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.product-block .comments-wrapper-block .count-comments {
  font-size: 16px;
  color: #006cd8;
  padding-left: 10px;
}
.product-block .char-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff none repeat scroll 0 0;
  height: 0;
  opacity: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 250;
  border-bottom: 1px solid rgba(0, 108, 216, 0.4);
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.product-block .char-wrapper td {
  padding: 0 7px 10px;
  width: 50%;
}
.product-block .char-wrapper td:first-child {
  text-align: right;
  font-size: 14px;
  color: rgba(0, 108, 216, 0.7);
}
.product-block .char-wrapper td:last-child {
  text-align: left;
  font-size: 16px;
  color: #006cd8;
}
.product-block .char-wrapper a {
  color: rgba(0, 108, 216, 0.6);
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-block .char-wrapper a:hover {
  color: rgba(0, 108, 216, 1);
  text-decoration: none;
}
.product-block .char-wrapper::before, .product-block .char-wrapper::after {
  background: rgba(0, 108, 216, 0.4);
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.product-block .char-wrapper::before {
  left: -1px;
}
.product-block .char-wrapper::after {
  right: -1px;
}
.product-block:hover .char-wrapper {
  height: auto;
  opacity: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  min-height: 120px;
  visibility: visible;
}
.product-block .main-price {
  border: 2px dashed rgba(111, 169, 63, 0.2);
  font-size: 18px;
  padding: 5px 15px;
}
.product-block .main-price span {
  font-size: 22px;
}
.product-block .product-buttons-wrapper {
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.product-block .product-buttons-wrapper noindex .product-button a {
  font-size: 20px;
}
.product-block .product-buttons-wrapper noindex .product-button a .basket-icon {
  font-size: 30px;
}
.main-history .product-block {
  max-width: none;
}
.main-history .sliderItems .viewItems .product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 50px;
  padding: 20px;
}
.main-history .sliderItems .viewItems .product-block .product-image-wrapper {
  margin-top: 35px;
}
.main-history .sliderItems .viewItems .product-block .product-buy-block {
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.main-history .sliderItems .viewItems .product-block .product-buttons-wrapper {
  width: auto;
}
.main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button a {
  padding: 0;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button a span {
  display: none;
}
.main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button a i {
  font-size: inherit;
}
.main-history .sliderItems .viewItems .product-block .name {
  padding: 0;
  font-size: 16px;
  max-width: 240px;
  background-color: rgba(0, 0, 0, 0);
}
.main-history .sliderItems .viewItems .product-block .product-image-wrapper {
  width: 250px;
}
.main-history .sliderItems .viewItems .product-block .main-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
  font-size: 18px;
  padding: 8px 12px;
}
.main-history .sliderItems .viewItems .product-block .product-buttons-wrapper {
  margin: 10px 0;
}
.main-history .sliderItems .viewItems .product-block .comments-wrapper-block {
  display: none;
}
.main-history .sliderItems .viewItems .product-block .char-wrapper {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button a {
    width: 45px;
    height: 45px;
  }
  .product-block {
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-block .name {
    font-size: 16px;
    line-height: 120%;
  }
  .product-block .product-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    height: 210px;
    z-index: 260;
  }
  .product-block .product-image-wrapper img {
    max-height: 210px;
  }
  .product-block .product-button {
    height: 100%;
  }
  .product-block .char-wrapper {
    display: none;
  }
  .product-block:hover .char-wrapper {
    display: none;
  }
  .product-block .product-price {
    padding: 0;
  }
  .product-block .presence {
    padding-bottom: 5px;
  }
  .catalog-page .products .product-block, .catalog-page.closeFilters .products .product-block {
    width: 100%;
    max-width: 100%;
  }
  .product-block .product-buttons-wrapper {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-block {
    width: 50%;
    max-width: 50%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product-block .name {
    width: 100%;
    max-width: 100%;
  }
  .product-block .product-buttons-wrapper {
    width: 290px;
  }
  .catalog-page .products .product-block {
    width: 33.333%;
    max-width: 33.333%;
  }
  .catalog-page .products .product-block .name {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popular .product-block {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 33.333%;
    max-width: 33.333%;
    min-width: auto;
  }
  .product-block {
    width: 33.333%;
    max-width: 33.333%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  .product-block {
    width: 25%;
    max-width: 25%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 300px;
  }
  .product-block .name {
    font-size: 16px;
    line-height: 24px;
  }
  .product-block .product-buttons-wrapper {
    width: 280px;
  }
  .product-block .product-buttons-wrapper noindex .product-button a {
    font-size: 22px;
  }
  .product-block .product-buttons-wrapper noindex .product-button a .basket-icon {
    font-size: 28px;
    padding-left: 10px;
  }
  .product-block .product-buttons-wrapper .balance.product-button, .product-block .product-buttons-wrapper .balance.product-button {
    max-width: 50px;
  }
  .product-block .product-buttons-wrapper .basket.product-button.product-button-checked {
    max-width: 160px;
  }
  .catalog-page .product-block .product-buttons-wrapper {
    width: 170px;
  }
  .main-history .sliderItems .viewItems .product-block {
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1560px) {
  .likes-block .product-block {
    width: auto;
    min-width: 20%;
    max-width: 20%;
  }
}
.main-history {
  margin-bottom: 50px;
}
.main-history .history-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.main-history .heading-numerosity {
  display: none;
}
.main-history .sliderItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0;
}
.main-history .sliderItems .viewItems {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.main-history .sliderItems .viewItems .draggable {
  width: 100%;
}
.main-history .sliderItems .viewItems .draggable .slick-track {
  margin: auto;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper .product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper .product-link .name {
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block {
  margin: 5px 0;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price {
  padding: 0;
  margin-right: 5px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price .main-price {
  padding: 4px 7px;
  font-size: 22px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price .main-price span {
  font-size: inherit;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper {
  min-width: inherit;
  margin: 0;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper noindex {
  margin-right: 7px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper noindex .basket-icon {
  padding: 0;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper .product-button {
  padding: 0;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper .product-button a {
  font-size: 22px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper .product-button .context-menu {
  top: -100px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper .product-button .context-menu noindex a {
  font-size: 16px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .name {
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: hidden;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-image-wrapper {
  z-index: 350;
  margin: 75px 0 0 0;
  height: 165px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-image-wrapper .image {
  max-height: 150px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block:hover .name {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.main-history .sliderItems .number {
  margin: 20px;
}
.main-history .sliderItems .number .fa {
  font-size: 50px;
  color: rgba(111, 169, 63, 0.2);
  text-rendering: auto;
  display: inline-block;
  font: FontAwesome;
  cursor: pointer;
}
.main-history .sliderItems .number .fa:hover {
  color: rgba(111, 169, 63, 0.4);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-history .sliderItems {
    position: relative;
    padding-bottom: 0;
  }
  .main-history .sliderItems .prev-icon {
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 10;
  }
  .main-history .sliderItems .prev-icon .fa {
    font-size: 45px;
  }
  .main-history .sliderItems .next-icon {
    position: absolute;
    bottom: -10px;
    right: 0;
  }
  .main-history .sliderItems .next-icon .fa {
    font-size: 45px;
  }
  .main-history .sliderItems .viewItems {
    display: block;
  }
  .main-history .sliderItems .viewItems .slick-dots {
    position: static;
    margin: 22px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: 60%;
  }
  .main-history .sliderItems .viewItems .slick-dots li {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    margin: 0;
  }
  .main-history .sliderItems .viewItems .slick-dots li button::before {
    display: none;
  }
  .main-history .sliderItems .viewItems .slick-dots .slick-active {
    background-color: rgba(111, 169, 63, 0.4);
  }
  .main-history .sliderItems .viewItems .draggable {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block {
    margin: 0;
    padding: 0;
    min-width: inherit;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper {
    min-height: auto;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper .product-link .name {
    font-size: 12px;
    z-index: 0;
    height: 75px;
    line-height: 150%;
    max-width: 140px;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper .product-link .product-image-wrapper {
    width: auto;
    height: 90px;
    margin-top: 80px;
    z-index: 300;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper .product-link .product-image-wrapper .image {
    height: 90px;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price {
    margin: 5px 0;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price .main-price {
    padding: 5px 7px;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper {
    margin: 5px 0;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper .product-button .context-menu {
    top: -90px;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper a {
    min-height: inherit;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper noindex {
    margin: 0;
    width: auto;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper noindex .basket {
    padding: 0;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper .wishlist-button {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-history .sliderItems .viewItems {
    display: block;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block {
    margin: 1px;
    min-width: inherit;
    max-width: inherit;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper .product-link .name {
    min-height: 80px;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper {
    min-width: inherit;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper > noindex {
    margin: 0;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price {
    margin: 0;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price .main-price {
    min-width: inherit;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-image-wrapper {
    width: auto;
  }
  .main-history .sliderItems .slick-arrow {
    margin: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-history .sliderItems {
    padding: 0;
  }
  .main-history .sliderItems .viewItems {
    display: block;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block {
    margin: 2px;
    min-width: inherit;
    max-width: inherit;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper {
    min-width: inherit;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-buttons-wrapper > noindex {
    margin: 0;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price {
    margin: 0;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block .product-price .main-price {
    padding: 4px 7px;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-image-wrapper {
    width: auto;
  }
  .main-history .sliderItems .slick-arrow {
    margin: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-history .sliderItems .number .fa {
    font-size: 40px;
  }
  .main-history .sliderItems {
    padding: 0;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block {
    margin: 1px;
    min-width: auto;
  }
}
.likes-block.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comparsion-container .char-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.comparsion-container .characteristic-cell {
  white-space: normal;
  overflow: hidden;
}
.comparsion-container .characteristic-block .scroll-element.scroll-x.scroll-scrollx_visible {
  display: none;
}
.comparsion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.comparsion-container .title {
  color: #006cd8;
  display: block;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}
.comparsion-container .characteristics-group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.conR .comparsion-wrapper, .likedProds .comparsion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 430px;
  overflow: hidden;
}
.conR .comparsion-wrapper .comparsion-products, .likedProds .comparsion-wrapper .comparsion-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.conR .comparsion-wrapper .comparsion-menu, .likedProds .comparsion-wrapper .comparsion-menu {
  width: 240px;
  min-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-top: 20px;
}
.conR .comparsion-wrapper .comparsion-menu a, .likedProds .comparsion-wrapper .comparsion-menu a {
  font-family: Tahoma, "Geneva CY", sans-serif;
  max-width: 210px;
}
.conR .comparsion-wrapper .comparsion-menu a:hover, .likedProds .comparsion-wrapper .comparsion-menu a:hover {
  text-decoration: underline;
}
.conR .comparsion-wrapper .comparsion-menu a, .likedProds .comparsion-wrapper .comparsion-menu a, .conR .comparsion-wrapper .comparsion-menu a.dAll i, .likedProds .comparsion-wrapper .comparsion-menu a.dAll i {
  color: rgba(124, 124, 124, 0.6);
  font-size: 17px;
  transition: 0.3s;
}
.conR .comparsion-wrapper .comparsion-menu a:hover, .likedProds .comparsion-wrapper .comparsion-menu a:hover, .conR .comparsion-wrapper .comparsion-menu a.dAll i:hover, .likedProds .comparsion-wrapper .comparsion-menu a.dAll i:hover {
  color: rgba(111, 169, 63, 1);
}
.conR .comparsion-wrapper .comparsion-menu a i, .likedProds .comparsion-wrapper .comparsion-menu a i, .conR .comparsion-wrapper .comparsion-menu a.dAll i i, .likedProds .comparsion-wrapper .comparsion-menu a.dAll i i {
  margin-right: 10px;
  font-size: 27px;
}
.conR .comparsion-wrapper .comparsion-menu a.dAll:hover i, .likedProds .comparsion-wrapper .comparsion-menu a.dAll:hover i {
  color: rgba(111, 169, 63, 1);
}
.conR .comparsion-wrapper .comparsion-menu a.dAll i, .likedProds .comparsion-wrapper .comparsion-menu a.dAll i {
  font-size: 27px;
}
.conR .comparsion-wrapper .comparsion-menu a.btnAddItem, .likedProds .comparsion-wrapper .comparsion-menu a.btnAddItem {
  color: #6fa93f;
  text-shadow: none;
}
.conR .comparsion-wrapper .comparsion-menu a.btnAddItem:hover, .likedProds .comparsion-wrapper .comparsion-menu a.btnAddItem:hover {
  color: #fff;
  text-decoration: none;
}
.conR .comparsion-wrapper .comparsion-products .product-block, .likedProds .comparsion-wrapper .comparsion-products .product-block {
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 380px;
  width: 240px;
  min-width: 240px;
  margin-left: 1px;
  margin-right: 1px;
}
.conR .comparsion-wrapper .comparsion-products .product-block > a, .likedProds .comparsion-wrapper .comparsion-products .product-block > a, .conR .comparsion-wrapper .comparsion-products .product-block .fa-times-circle, .likedProds .comparsion-wrapper .comparsion-products .product-block .fa-times-circle {
  position: absolute;
  font-size: 20px;
  margin-left: auto;
  margin-right: 0;
  right: 10px;
  margin-top: 10px;
  color: rgba(124, 124, 124, 0.4);
  opacity: 0;
  transition: 0.3s;
  z-index: 350;
}
.conR .comparsion-wrapper .comparsion-products .product-block > a:hover, .likedProds .comparsion-wrapper .comparsion-products .product-block > a:hover, .conR .comparsion-wrapper .comparsion-products .product-block .fa-times-circle:hover, .likedProds .comparsion-wrapper .comparsion-products .product-block .fa-times-circle:hover {
  color: rgba(124, 124, 124, 1);
}
.conR .comparsion-wrapper .comparsion-products .product-block > a::before, .likedProds .comparsion-wrapper .comparsion-products .product-block > a::before, .conR .comparsion-wrapper .comparsion-products .product-block .fa-times-circle::before, .likedProds .comparsion-wrapper .comparsion-products .product-block .fa-times-circle::before {
  content: "\f057";
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-link, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-link, .conR .comparsion-wrapper .comparsion-products .product-block .product-image-wrapper, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-image-wrapper {
  height: auto;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-image-wrapper, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-image-wrapper {
  margin-top: 70px;
  min-height: 180px;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-image-wrapper img, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-image-wrapper img {
  max-height: 90px;
}
.conR .comparsion-wrapper .comparsion-products .product-block .name, .likedProds .comparsion-wrapper .comparsion-products .product-block .name {
  font-size: 16px;
  line-height: 120%;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-buy-block {
  display: block;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price {
  display: inline-table;
  padding: 0;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price .currency-price, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price .currency-price {
  text-align: left;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price .main-price, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price .main-price {
  height: 50px;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper {
  display: inline-table;
  float: right;
  width: auto;
  height: 50px;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper .product-button, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper .product-button {
  padding: 0;
  height: 100%;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper .product-button a, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper .product-button a {
  width: 50px;
  padding: 0;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper .product-button a i, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper .product-button a i {
  padding: 0;
}
.conR .comparsion-wrapper .comparsion-products .product-block .product-button span, .likedProds .comparsion-wrapper .comparsion-products .product-block .product-button span {
  display: none;
}
.conR .comparsion-wrapper .comparsion-products .product-block .char-wrapper, .likedProds .comparsion-wrapper .comparsion-products .product-block .char-wrapper, .conR .comparsion-wrapper .comparsion-products .product-block:hover .char-wrapper, .likedProds .comparsion-wrapper .comparsion-products .product-block:hover .char-wrapper {
  display: none;
}
.conR .comparsion-wrapper .comparsion-products .product-block:hover > a, .likedProds .comparsion-wrapper .comparsion-products .product-block:hover > a {
  opacity: 1;
}
.conR .comparsion-wrapper .product-block .comments-wrapper-block, .likedProds .comparsion-wrapper .product-block .comments-wrapper-block {
  display: none;
}
.comparsion-container .comparison-characteristics .char-name:nth-of-type(2n+1), .comparsion-container .comparison-characteristics .characteristic-cell:nth-of-type(2n+1) {
  background: rgba(0, 108, 216, 0.1);
}
.comparsion-container .comparison-characteristics .char-name:nth-of-type(2n), .comparsion-container .comparison-characteristics .characteristic-cell:nth-of-type(2n) {
  background: rgba(111, 169, 63, 0.1);
}
.comparsion-container .characteristic-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.comparsion-container .characteristic-naming {
  margin-right: 1px;
  width: 240px;
  min-width: 240px;
}
.comparsion-container .characteristic-col {
  margin-left: 1px;
  margin-right: 1px;
}
.comparsion-container .char-name, .comparsion-container .characteristic-cell {
  padding: 15px 30px;
  text-shadow: 0 1px 0 #fff;
  font-size: 16px;
}
.comparsion-container .characteristic-cell {
  color: #7c7c7c;
  width: 240px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comparsion-container .characteristic-naming-button {
  cursor: pointer;
  margin-bottom: 45px;
  margin-left: 30px;
  margin-top: 10px;
  transition: 0.3s;
  color: #006cd8;
  text-transform: lowercase;
  text-decoration: underline;
  display: none;
}
.comparsion-container .characteristic-naming-button::after {
  content: "\f101";
  font-family: Fontawesome;
  transform: rotateY(180deg);
  transition: 0.3s;
}
.comparsion-container .characteristic-naming-button:hover {
  text-decoration: none;
}
.comparsion-container .characteristic-naming-button.open::after {
  transform: rotateY(0deg);
}
section.comparsion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
section.comparsion-wrapper .comparsion-products {
  width: 240px;
}
section.comparsion-wrapper .comparsion-products .product-card a:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
section.comparsion-wrapper .comparsion-products .product-card a:last-child .name {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, );
  font-size: 22px;
  left: 0;
  line-height: 26px;
  margin: auto;
  padding: 20px 20px 10px;
  position: absolute;
  right: 0;
  transition: background-color 0.3s linear 0s;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
}
section.comparsion-wrapper .comparsion-products .product-card a:last-child .image-wrapper {
  margin: 70px auto 15px;
  min-height: 180px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.comparsion-wrapper .characteristics-group-wrapper > div {
  float: left;
  min-width: 240px;
}
section.comparsion-wrapper .characteristic-block {
  height: 100%;
  min-width: 240px;
  overflow: visible !important;
}
section.comparsion-wrapper [data-role="name-row"]:nth-of-type(2n+1), section.comparsion-wrapper .characteristic-row:nth-of-type(2n+1) .characteristic-cell {
  background: rgba(0, 108, 216, 0.1);
}
section.comparsion-wrapper [data-role="name-row"]:nth-of-type(2n), section.comparsion-wrapper .characteristic-row:nth-of-type(2n) .characteristic-cell {
  background: rgba(111, 169, 63, 0.1);
}
section.comparsion-wrapper .char-name, section.comparsion-wrapper .characteristic-cell {
  padding: 15px 30px;
  text-shadow: 0 1px 0 #fff;
  font-size: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-block .product-link-wrapper {
    width: 90%;
  }
  .product-block .product-link-wrapper .product-link {
    width: 100%;
  }
  .comparsion-container .characteristic-naming-button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 45px;
    margin-left: 30px;
    margin-top: 10px;
    transition: 0.3s;
    color: #006cd8;
    text-transform: lowercase;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.4);
  }
  .comparsion-container .characteristic-naming-button::after {
    content: "\f101";
    font-family: Fontawesome;
    margin-left: 10px;
    font-size: 20px;
  }
  .comparsion-container .characteristic-naming-button:hover {
    text-decoration: none;
  }
  .conR .comparsion-wrapper {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }
  .conR .comparsion-wrapper .comparsion-menu {
    padding-left: 0;
    width: 100%;
  }
  .conR .comparsion-wrapper .main-price {
    min-width: auto;
    max-width: 50%;
  }
  .conR .comparsion-wrapper .comparsion-menu {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .conR .comparsion-wrapper .comparsion-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    font-size: 12px;
    width: 50%;
    min-width: 50%;
    margin-bottom: 15px;
  }
  .conR .comparsion-wrapper .comparsion-menu a i {
    font-size: 20px;
  }
  .conR .comparsion-wrapper .comparsion-menu a.btnAddItem {
    width: auto;
    font-size: 19px;
    margin-top: 0;
    min-width: auto;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block {
    min-width: 160px;
    width: 160px;
    margin-bottom: 30px;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .name {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    z-index: 300;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .product-image-wrapper {
    min-height: 100px;
    margin-top: 60px;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .presence, .conR .comparsion-wrapper .comparsion-products .product-block .currency-price {
    display: none;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .main-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    max-width: none;
    width: auto;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price {
    display: block;
    margin-top: 5px;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper {
    float: none;
    margin-top: 10px;
  }
  .comparsion-container .characteristic-cell {
    width: 160px;
  }
  .comparsion-container .characteristic-naming-button {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
    background: rgba(0, 108, 216, 0.1) none repeat scroll 0 0;
    text-decoration: none;
    text-align: center;
  }
  .comparsion-container .characteristics-group-wrapper .scroll-element.scroll-x.scroll-scrollx_visible {
    display: none;
  }
  .comparsion-container .characteristic-naming {
    width: 50%;
    min-width: 160px;
  }
  .comparsion-container .char-name, .comparsion-container .characteristic-cell {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 20px;
    text-align: center;
    text-overflow: ellipsis;
  }
  .comparsion-container .characteristic-col {
    min-width: 160px;
  }
  .conR .comparsion-wrapper .comparsion-products .comments-wrapper-block {
    display: none;
  }
  .product-block::after {
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .conR .comparsion-wrapper .comparsion-menu {
    min-width: 180px;
  }
  .conR .comparsion-wrapper .comparsion-menu a {
    font-size: 14px;
  }
  .conR .comparsion-wrapper .comparsion-menu a i, .conR .comparsion-wrapper .comparsion-menu a.dAll i i {
    font-size: 20px;
    margin-right: 5px;
  }
  .conR .comparsion-wrapper .comparsion-menu a.btnAddItem {
    max-width: 150px;
    padding: 10px 15px;
    font-size: 12px;
  }
  .main-price {
    min-width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .conR .comparsion-wrapper .comparsion-menu, .conR .comparsion-wrapper .comparsion-products .product-block, .comparsion-container .characteristic-naming, .comparsion-container .characteristic-col, .comparsion-container .characteristic-cell {
    width: 195px;
    min-width: 195px;
  }
  .comparsion-container .char-name, .comparsion-container .characteristic-cell {
    white-space: nowrap;
    overflow: hidden;
  }
  .comparsion-container .characteristics-group-wrapper .scroll-element.scroll-x.scroll-scrollx_visible {
    display: none;
  }
  .conR .comparsion-wrapper .comparsion-products .comments-wrapper-block, .conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price .currency-price {
    display: none;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .product-image-wrapper {
    min-height: 140px;
  }
  .conR .comparsion-wrapper .comparsion-products .product-block .product-buy-block .product-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: none;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .conR .comparsion-wrapper .comparsion-menu a.btnAddItem {
    font-size: 16px;
    max-width: 175px;
    padding: 10px 15px;
  }
  .conR .comparsion-wrapper .comparsion-menu, .conR .comparsion-wrapper .comparsion-products .product-block, .comparsion-container .characteristic-naming, .comparsion-container .characteristic-col, .comparsion-container .characteristic-cell {
    width: 200px;
    min-width: 200px;
  }
  .comparsion-container .char-name, .comparsion-container .characteristic-cell {
    white-space: nowrap;
    overflow: hidden;
  }
  .comparsion-container .characteristics-group-wrapper .scroll-element.scroll-x.scroll-scrollx_visible {
    display: none;
  }
  .conR .comparsion-wrapper .comparsion-products .comments-wrapper-block {
    display: none;
  }
}
#search-form .select2-container .select2-choice > .select2-chosen {
  max-width: 100%;
}
.headerSearchWrapp {
  position: relative;
}
.headerSearchWrapp .mobile_fix {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
}
.headerSearchWrapp.open .mobile_fix {
  display: none;
}
header .header-wrapper .middleLine .headerSearchWrapp.open form input {
  border: 1px solid rgba(124, 124, 124, 0.2);
}
.scroll-wrapper.select2-results.scrollbar-vista {
  margin: 0;
}
.select2-drop.select2-display-none.mainSearch.select2-drop-active {
  border: 1px solid #006cd8;
  width: 560px !important;
  padding-bottom: 20px;
  padding-top: 10px;
}
.select2-results-dept-0.select2-result.select2-result-selectable.select2-highlighted {
  background: rgba(0, 108, 216, 0.5);
}
.select2-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  max-height: 230px !important;
}
.mainSearch li.select2-results-dept-0.select2-result.select2-result-selectable {
  width: 50%;
}
body .select2-container-active .select2-choice, body .select2-container-active .select2-choices {
  border: none;
  box-shadow: none;
}
body .select2-drop-active {
  border: 1px solid rgba(124, 124, 124, 1);
  border-top: none;
  border-radius: 0;
}
body .select2-drop-active .select2-results {
  margin: 0;
  padding: 0;
}
body .select2-drop-active .select2-results .select2-result-label {
  padding: 7px 17px 6px;
}
body ul.ui-menu {
  width: 564px;
}
.autocompleteWrapper > div.scroll-wrapper.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista {
  border: 1px solid rgba(124, 124, 124, 1);
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible {
  /* padding-top:20px;
   padding-bottom:20px;*/
  padding-right: 25px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item {
  padding: 0;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-img-wrapper {
  display: inline-table;
  width: 30%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  text-align: center;
  padding: 15px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-img-wrapper img {
  max-height: 100px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-name-wrapper {
  display: inline-table;
  vertical-align: top;
  width: 70%;
  padding-top: 15px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-name {
  color: rgba(111, 169, 63, 0.5);
  font-size: 14px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-price {
  color: rgba(0, 108, 216, 1);
  font-size: 16px;
  padding-top: 10px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item:hover .ui-ac-img-wrapper {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item:hover .ui-ac-name, .autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item:hover .ui-ac-price {
  color: rgba(111, 169, 63, 1);
}
.autocompleteWrapper a.ui-state-focus {
  background: transparent;
  border: 1px solid transparent;
}
.autocompleteWrapper .scroll-element_outer {
  z-index: 9999;
}
.autocompleteWrapper .scroll-element_outer::after {
  background: #888;
  content: " ";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
  opacity: 0.5;
}
.autocompleteWrapper .scroll-element_outer .scroll-bar {
  background-color: #006cd8;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .autocompleteWrapper {
    display: none !important;
  }
  header .header-wrapper .middleLine .headerSearchWrapp.open form input {
    border: 1px solid rgba(124, 124, 124, 0.2);
    background-color: white;
  }
  header .header-wrapper .middleLine form .submit-block {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .header-wrapper .middleLine .headerSearchWrapp.open form input {
    border: 1px solid rgba(124, 124, 124, 0.2);
  }
}
@media (max-width: 479px) {
  header .header-wrapper .middleLine .logo a {
    font-size: 60px;
  }
}
@media (max-width: 1369px) {
  .middleLine .headerSearchWrapp .select2-container .select2-choice > .select2-chosen {
    display: none;
  }
  .middleLine .headerSearchWrapp .select2-container .select2-choice .select2-arrow {
    position: static;
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .headerSearchWrapp .mobile_fix {
    display: block;
  }
  header .header-wrapper .middleLine .headerSearchWrapp:not([class="headerSearchWrapp open"]) #search-form .ui-autocomplete-input {
    width: 0 !important;
  }
}
#search-form .select2-container .select2-choice > .select2-chosen {
  max-width: 100%;
}
.headerSearchWrapp {
  position: relative;
}
.headerSearchWrapp .mobile_fix {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
}
.headerSearchWrapp.open .mobile_fix {
  display: none;
}
header .header-wrapper .middleLine .headerSearchWrapp.open form input {
  border: 1px solid rgba(124, 124, 124, 0.2);
}
.scroll-wrapper.select2-results.scrollbar-vista {
  margin: 0;
}
.select2-drop.select2-display-none.mainSearch.select2-drop-active {
  border: 1px solid #006cd8;
  width: 560px !important;
  padding-bottom: 20px;
  padding-top: 10px;
}
.select2-results-dept-0.select2-result.select2-result-selectable.select2-highlighted {
  background: rgba(0, 108, 216, 0.5);
}
.select2-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  max-height: 230px !important;
}
.mainSearch li.select2-results-dept-0.select2-result.select2-result-selectable {
  width: 50%;
}
body .select2-container-active .select2-choice, body .select2-container-active .select2-choices {
  border: none;
  box-shadow: none;
}
body .select2-drop-active {
  border: 1px solid rgba(124, 124, 124, 1);
  border-top: none;
  border-radius: 0;
}
body .select2-drop-active .select2-results {
  margin: 0;
  padding: 0;
}
body .select2-drop-active .select2-results .select2-result-label {
  padding: 7px 17px 6px;
}
body ul.ui-menu {
  width: 564px;
}
.autocompleteWrapper > div.scroll-wrapper.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista {
  border: 1px solid rgba(124, 124, 124, 1);
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible {
  /* padding-top:20px;
   padding-bottom:20px;*/
  padding-right: 25px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item {
  padding: 0;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-img-wrapper {
  display: inline-table;
  width: 30%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  text-align: center;
  padding: 15px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-img-wrapper img {
  max-height: 100px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-name-wrapper {
  display: inline-table;
  vertical-align: top;
  width: 70%;
  padding-top: 15px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-name {
  color: rgba(111, 169, 63, 0.5);
  font-size: 14px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item .ui-ac-price {
  color: rgba(0, 108, 216, 1);
  font-size: 16px;
  padding-top: 10px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item:hover .ui-ac-img-wrapper {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item:hover .ui-ac-name, .autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content.scroll-scrolly_visible li.ui-menu-item:hover .ui-ac-price {
  color: rgba(111, 169, 63, 1);
}
.autocompleteWrapper a.ui-state-focus {
  background: transparent;
  border: 1px solid transparent;
}
.autocompleteWrapper .scroll-element_outer {
  z-index: 9999;
}
.autocompleteWrapper .scroll-element_outer::after {
  background: #888;
  content: " ";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
  opacity: 0.5;
}
.autocompleteWrapper .scroll-element_outer .scroll-bar {
  background-color: #006cd8;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .autocompleteWrapper {
    display: none !important;
  }
  header .header-wrapper .middleLine .headerSearchWrapp.open form input {
    border: 1px solid rgba(124, 124, 124, 0.2);
    background-color: white;
  }
  header .header-wrapper .middleLine form .submit-block {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .header-wrapper .middleLine .headerSearchWrapp.open form input {
    border: 1px solid rgba(124, 124, 124, 0.2);
  }
}
@media (max-width: 479px) {
  header .header-wrapper .middleLine .logo a {
    font-size: 60px;
  }
}
@media (max-width: 1369px) {
  .middleLine .headerSearchWrapp .select2-container .select2-choice > .select2-chosen {
    display: none;
  }
  .middleLine .headerSearchWrapp .select2-container .select2-choice .select2-arrow {
    position: static;
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .headerSearchWrapp .mobile_fix {
    display: block;
  }
  header .header-wrapper .middleLine .headerSearchWrapp:not([class="headerSearchWrapp open"]) #search-form .ui-autocomplete-input {
    width: 0 !important;
  }
}
body .bottom-menu .headerSearchWrapp {
  width: auto !important;
}
.bottom-menu .headerSearchWrapp .submit-button {
  cursor: pointer;
}
.bottom-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 450;
  background: #fff;
  /* Поиск */
  /* Ссылки и выпадающие списки */
}
.bottom-menu .hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(124, 124, 124, 0.3);
  color: white;
  font-size: 30px;
  padding: 1px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.bottom-menu .hide i {
  color: rgba(111, 169, 63, 0.7);
}
.bottom-menu .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(129, 129, 112, 0.1);
  overflow: hidden;
  padding: 15px 20px;
  height: 61px;
}
.bottom-menu .navigation a, .bottom-menu .navigation div.to-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.bottom-menu .navigation a:hover .fa, .bottom-menu .navigation div.to-top:hover .fa {
  opacity: 1;
}
.bottom-menu .navigation div.to-top {
  display: inline-block;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bottom-menu .navigation div.to-top span {
  float: left;
  line-height: 30px;
  margin-left: 10px;
  color: #6fa93f;
}
.bottom-menu .navigation div.to-top .arrow-up {
  width: 32px;
  border-radius: 64px;
  height: 32px;
  text-align: center;
  background-color: rgba(111, 169, 63, 1);
  font-weight: bold;
  font-size: 25px;
  padding: 0;
  float: right;
  margin-left: 5px;
}
.bottom-menu .navigation div.to-top .arrow-up::after {
  color: white;
  line-height: 30px;
}
.bottom-menu .navigation a.cart span, .bottom-menu .navigation .login span {
  float: left;
  line-height: 30px;
}
.bottom-menu .navigation a.cart i, .bottom-menu .navigation .login i {
  padding-left: 5px;
}
.bottom-menu .navigation .fa {
  font-size: 30px;
  opacity: 0.7;
  cursor: pointer;
  padding-left: 5px;
}
.bottom-menu .headerSearchWrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.bottom-menu .headerSearchWrapp .select2-dropdown-open.select2-drop-above .select2-choice {
  /* Фикс стилей с библиотеки */
  border: none;
}
.bottom-menu .headerSearchWrapp .select2-container .select2-choice > .select2-chosen {
  margin-right: 30px;
}
.bottom-menu .headerSearchWrapp .select2-container .select2-choice {
  padding: 0 30px 0 15px;
  background: rgba(111, 169, 63, 0.1);
  color: rgba(111, 169, 63, 0.8);
}
.bottom-menu .headerSearchWrapp .ui-autocomplete-input {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 50px 10px 15px;
  border: 1px solid rgba(111, 169, 63, 0.2);
}
.bottom-menu .headerSearchWrapp .ui-autocomplete-input:hover, .bottom-menu .headerSearchWrapp .ui-autocomplete-input:focus, .bottom-menu .headerSearchWrapp .ui-autocomplete-input:active {
  border: 1px solid rgba(111, 169, 63, 1);
}
.bottom-menu .headerSearchWrapp .submit-block {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.bottom-menu .headerSearchWrapp .submit-button {
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 0;
  color: rgba(111, 169, 63, 0.8);
}
.bottom-menu .headerSearchWrapp .submit-button:hover {
  color: #6fa93f;
}
.bottom-menu .open .submit-block {
  right: 0;
}
.bottom-menu .list_wrap.open .list_indent {
  padding-bottom: 12px;
}
.bottom-menu .navigation .fast-links {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bottom-menu .navigation .fast-links > div, .bottom-menu .navigation .fast-links > a {
  margin-left: auto;
}
.bottom-menu .navigation .fast-links .like-wrapper .like-list {
  margin: 0 10px;
}
.bottom-menu .navigation .fast-links .personal-login .login {
  margin: 0 10px;
}
.bottom-menu .navigation .fast-links #small-cart .cart {
  margin: 0 10px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap {
  z-index: 450;
  min-height: inherit;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap:hover .comparison_list.list_wrap {
  background: #fff;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  min-height: inherit;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .list_title {
  min-height: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .list_title .comparison {
  margin: 0 10px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .list_title:hover {
  background-color: #fff;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .comparison_count {
  margin-top: 7px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .list_items {
  z-index: 400;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison a i::before {
  content: "\f057";
  font-family: Fontawesome;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .list_items .list_indent .category_comparirison a span.count {
  margin-left: 5px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .list_title {
  line-height: 38px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .open {
  position: relative;
  border-left: 1px solid rgba(111, 169, 63, 0.5);
  border-right: 1px solid rgba(111, 169, 63, 0.5);
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .open::before {
  background-color: #006cd8;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .open .list_items {
  top: 42px;
  right: -1px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .open::after {
  background: #fff;
  bottom: 2px;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 500;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .bottom:hover {
  border-left: 1px solid rgba(111, 169, 63, 0.5);
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .bottom .list_title {
  z-index: 999;
  line-height: 38px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .bottom .list_title:hover {
  background-color: #fff;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .bottom .list_items {
  z-index: 998;
  top: 1px;
  right: -1px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .bottom.open::before {
  background: #006cd8;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 9999;
}
.bottom-menu .fast-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bottom-menu .fast-links .user-auth-infoblock, .bottom-menu .fast-links .cart, .bottom-menu .fast-links .to-top {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.bottom-menu .fast-links .user-auth-infoblock:hover, .bottom-menu .fast-links .cart:hover, .bottom-menu .fast-links .to-top:hover {
  opacity: 1;
}
.bottom-menu .fast-links .comparison-icon, .bottom-menu .fast-links .wishlist-icon, .bottom-menu .fast-links .user-icon, .bottom-menu .fast-links .basket-icon {
  padding-left: 5px;
  padding-right: 2px;
}
.bottom-menu .fast-links div, .bottom-menu .fast-links a {
  font-size: 18px;
  white-space: nowrap;
}
.bottom-menu .fast-links div a, .bottom-menu .fast-links a a {
  color: rgba(111, 169, 63, 0.8);
}
.bottom-menu .fast-links #small-cart:nth-of-type(2), .bottom-menu .fast-links .ajax-cart {
  display: none;
}
.bottom-menu.open .hide i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: rgba(111, 169, 63, 0.7);
}
.bottom-menu.open .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bottom-menu.absolute {
  position: absolute;
  z-index: 200;
}
.comparison_list_wrap, .like-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-menu .navigation .fast-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navigation {
    position: relative;
  }
  .navigation .open form .submit-block {
    margin: auto 5px auto auto;
  }
  .navigation .open form .submit-block .submit-button i::before {
    display: none;
  }
  .navigation .headerSearchWrapp {
    bottom: 0;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    width: auto;
  }
  .navigation .headerSearchWrapp form {
    width: 75px;
  }
  .navigation .headerSearchWrapp form .forselect_2 {
    display: none;
  }
  .navigation .headerSearchWrapp form .ui-autocomplete-input {
    display: none;
  }
  .navigation .headerSearchWrapp form .submit-block {
    position: static;
  }
  .navigation .headerSearchWrapp form .submit-block .submit-button {
    padding: 0;
  }
  .navigation .headerSearchWrapp form .submit-block .submit-button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .navigation .headerSearchWrapp form .submit-block .submit-button i::before {
    content: "Поиск";
    font-family: Tahoma, "Geneva CY", sans-serif;
    font-size: 16px;
    margin-right: 10px;
  }
  .navigation .headerSearchWrapp form .ui-autocomplete-input {
    width: 100%;
  }
  .navigation .fast-links span {
    display: block;
  }
  .navigation .fast-links .user-auth-infoblock {
    padding: 0;
  }
  .navigation .fast-links .cart {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .bottom-menu .fast-links div, .bottom-menu .fast-links a {
    font-size: 16px;
  }
  .bottom-menu .navigation .fa {
    font-size: 20px;
  }
  .bottom-menu .navigation .fast-links .comparison_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 1199px) {
  /* Стили для респонсива поиска */
  .navigation {
    position: relative;
  }
  .navigation .fast-links {
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-menu .headerSearchWrapp .submit-block {
    right: 0;
  }
  .navigation .fast-links .comparison_list_wrap, .navigation .fast-links .like-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 1590px) {
  .bottom-menu .headerSearchWrapp {
    max-width: 800px;
    width: 50%;
  }
  .bottom-menu .navigation .fast-links {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bottom-menu .headerSearchWrapp .select2-container .select2-choice > .select2-chosen {
    display: none;
  }
  .bottom-menu .headerSearchWrapp {
    bottom: 0;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    width: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
  }
  .bottom-menu .headerSearchWrapp form {
    width: 95px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bottom-menu .headerSearchWrapp form .forselect_2 {
    display: none;
  }
  .bottom-menu .headerSearchWrapp form .ui-autocomplete-input {
    display: none;
  }
  .bottom-menu .headerSearchWrapp form .submit-block {
    position: absolute;
    left: 0;
  }
  .bottom-menu .headerSearchWrapp form .submit-block .submit-button {
    padding: 0;
  }
  .bottom-menu .headerSearchWrapp form .submit-block .submit-button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 0;
  }
  .bottom-menu .headerSearchWrapp form .submit-block .submit-button i::before {
    content: "Поиск";
    font-family: Tahoma, "Geneva CY", sans-serif;
    font-size: 18px;
    margin-right: 5px;
  }
  .bottom-menu .headerSearchWrapp form .ui-autocomplete-input {
    width: 100%;
  }
  .bottom-menu .headerSearchWrapp.open {
    background-color: white;
    border-color: rgba(200, 200, 200, 0.2);
    z-index: 500;
  }
  .bottom-menu .headerSearchWrapp.open form {
    width: 600px;
  }
  .bottom-menu .headerSearchWrapp.open form .ui-autocomplete-input {
    display: block;
  }
  .bottom-menu .headerSearchWrapp.open form .submit-block {
    margin-right: 15px;
    right: 0;
    left: inherit;
  }
  .bottom-menu .headerSearchWrapp.open form .submit-block .submit-button i {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bottom-menu .headerSearchWrapp.open form .submit-block .submit-button i::before {
    display: none;
  }
  .bottom-menu .navigation .fast-links {
    margin-left: auto;
    margin-right: 0;
    width: 90%;
  }
  .bottom-menu .navigation .fast-links div {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-menu .navigation .headerSearchWrapp {
    position: absolute;
    width: auto;
    z-index: 500;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bottom-menu .navigation .headerSearchWrapp .select2-container .select2-choice {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .bottom-menu .navigation .headerSearchWrapp .ui-autocomplete-input {
    background-color: transparent;
    border-color: transparent;
  }
  .bottom-menu .navigation .headerSearchWrapp.open {
    background-color: white;
    border-color: rgba(200, 200, 200, 0.2);
  }
  .bottom-menu .navigation .headerSearchWrapp.open form {
    width: 400px;
  }
  .bottom-menu .navigation .headerSearchWrapp.open form .ui-autocomplete-input {
    display: block;
  }
  .bottom-menu .navigation .headerSearchWrapp.open form .submit-block {
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 15px;
  }
  .bottom-menu .navigation .headerSearchWrapp.open form .submit-block .submit-button i {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bottom-menu .navigation .headerSearchWrapp form {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 95px;
  }
  .bottom-menu .navigation .headerSearchWrapp form .submit-block {
    position: absolute;
    left: 0;
    right: auto;
  }
  .bottom-menu .navigation .headerSearchWrapp form .submit-block .submit-button i {
    padding: 0;
  }
  .bottom-menu .navigation .headerSearchWrapp form .submit-block .submit-button i::before {
    font-size: 16px;
  }
  .bottom-menu .navigation .fast-links {
    width: 90%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
  }
  .bottom-menu .navigation .fast-links > div.to-top, .bottom-menu .navigation .fast-links .comparison_list_wrap {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .bottom-menu .navigation .headerSearchWrapp.open form {
    width: 280px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bottom-menu .navigation {
    padding: 15px;
    position: relative;
  }
  .bottom-menu .navigation .headerSearchWrapp {
    cursor: pointer;
    left: 15px;
    top: 9px;
    position: absolute;
    z-index: 500;
  }
  .bottom-menu .navigation .headerSearchWrapp .mobile_fix {
    display: block;
  }
  .bottom-menu .navigation .headerSearchWrapp form {
    width: 40px;
  }
  .bottom-menu .navigation .headerSearchWrapp form .ui-autocomplete-input {
    background-color: transparent;
    border-color: transparent;
  }
  .bottom-menu .navigation .headerSearchWrapp form .submit-block {
    right: inherit;
    left: 0;
  }
  .bottom-menu .navigation .headerSearchWrapp form .submit-block .submit-button {
    padding: 0;
  }
  .bottom-menu .navigation .headerSearchWrapp form .submit-block .submit-button .fa {
    padding: 0;
  }
  .bottom-menu .navigation .headerSearchWrapp.open {
    background-color: white;
    border-color: rgba(200, 200, 200, 0.2);
  }
  .bottom-menu .navigation .headerSearchWrapp.open .mobile_fix {
    display: none;
  }
  .bottom-menu .navigation .headerSearchWrapp.open form {
    width: 280px;
  }
  .bottom-menu .navigation .headerSearchWrapp.open form .submit-block {
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 15px;
  }
  .bottom-menu .navigation .headerSearchWrapp.open form .submit-block .submit-button {
    margin-left: auto;
    width: auto;
  }
  .bottom-menu .navigation .headerSearchWrapp.open form .submit-block .submit-button i {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bottom-menu .navigation .fast-links {
    margin-left: auto;
    margin-right: 0;
    width: 94%;
  }
  .bottom-menu .navigation .fast-links > div, .bottom-menu .navigation .fast-links > a {
    margin-left: auto;
  }
  .bottom-menu .navigation .fast-links span {
    display: none !important;
  }
  .bottom-menu .navigation .fast-links .user-auth-infoblock {
    padding: 0;
    display: block;
  }
  .bottom-menu .navigation .fast-links .cart {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .bottom-menu .navigation .fast-links .to-top {
    margin-left: auto;
  }
  .bottom-menu .navigation .fast-links .like-wrapper .like-list {
    margin: 0 2px;
  }
  .bottom-menu .navigation .fast-links .personal-login .login {
    margin: 0 2px;
  }
  .bottom-menu .navigation .fast-links #small-cart .cart {
    margin: 0 2px;
  }
  .bottom-menu .navigation .fast-links .comparison_list_wrap .comparison_list .list_title .comparison {
    margin: 0 2px;
  }
  .bottom-menu .fast-links div, .bottom-menu .fast-links a {
    font-size: 16px;
  }
  .bottom-menu .navigation .fa {
    font-size: 20px;
  }
  .bottom-menu .navigation div.to-top {
    width: auto;
  }
  .bottom-menu .navigation .fast-links .number-of-items-in-wishList {
    display: block !important;
  }
}
.news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.news_page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.news_page .sort_block {
  padding: 0;
}
.news_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: rgba(0, 108, 216, 0.1);
  margin-bottom: 15px;
}
.news_block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
}
.news_block .title .date {
  padding: 0 10px;
  background-color: rgba(111, 169, 63, 0.1);
  font-size: 25px;
  color: rgba(111, 169, 63, 0.6);
  text-shadow: 0 1px 0 #fff;
  min-width: 145px;
}
.news_block .title .name {
  font-size: 30px;
  color: #006cd8;
  display: block;
  padding: 5px 0 0;
  text-shadow: 0 1px 0 #fff;
}
.news_block .title .name::before, .news_block .title .name::after {
  display: none;
}
.news_block .content {
  padding: 0 10px;
}
.news_block .content .image.half, .news_block .content .image {
  padding-right: 25px;
  text-align: center;
  width: 30%;
  padding-top: 25px;
  float: left;
}
.news_block .content .description, .news_block .content .description.half {
  padding-top: 20px;
}
.news_block .content .description.half, .news_block .content .description, .news_block .content .description > p, .news_block .content .description > span {
  font-size: 20px;
  line-height: 1.5em !important;
  text-shadow: 0 1px 0 #fff;
  color: #006cd8;
}
.news_block .detail {
  display: block;
  color: #006cd8;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
  text-decoration: underline;
  text-transform: lowercase;
  width: auto;
  transition: 0.3s;
}
.news_block .detail:hover {
  text-decoration: none;
}
.news-detail-container {
  background-color: rgba(0, 108, 216, 0.1);
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.news-detail-container .slider-wrapper {
  float: left;
  max-width: 50%;
  padding: 20px 15px 0;
  width: auto;
}
.news-detail-container .slider-wrapper .nav-wrapper {
  display: none;
}
.news-detail-container .row-items-block {
  width: 100%;
}
.news-detail-container .sublinks-block {
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: right;
  width: 100%;
}
.news-detail-container .sublinks-block a {
  color: #006cd8;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
  text-decoration: underline;
  text-transform: lowercase;
  width: auto;
  transition: 0.3s;
}
.news-detail-container .sublinks-block a:hover {
  text-decoration: none;
}
.news-detail-container .item-description {
  font-size: 20px;
  line-height: 1.5em !important;
  text-shadow: 0 1px 0 #fff;
  color: #006cd8;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .news-detail-container .item-description {
    font-size: 19px;
    line-height: 120%;
  }
  .news-detail-container .slider-wrapper {
    width: 100%;
    padding: 20px 15px 0;
  }
  .news-detail-container .row-items-block {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .news_page .sort_block {
    display: none;
  }
  .news_block .content .description.half, .news_block .content .description, .news_block .content .description > p, .news_block .content .description > span {
    font-size: 19px;
    line-height: 120%;
  }
  .news_page {
    max-width: 100%;
  }
  .news_block .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_block .content .image.half, .news_block .content .image {
    width: 100%;
  }
  .news_block .title .date, .news_block .title .name {
    font-size: 16px;
  }
}
.fast_subscribe {
  display: none;
  position: fixed;
  right: 0;
  bottom: 180px;
  z-index: 380;
}
.fast_subscribe > div {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(111, 169, 63, 0.8);
  border: 1px solid rgba(111, 169, 63, 1);
  margin-top: 8px;
  margin-bottom: 8px;
}
.fast_subscribe > div i {
  font-size: 30px;
}
.fast_subscribe > div:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(111, 169, 63, 1);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fast_subscribe {
    bottom: 100px;
  }
}
.scroll-element.scroll-x.scroll-scrollx_visible > div::before {
  background: rgba(124, 124, 124, 0.2);
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.scroll-element.scroll-x.scroll-scrollx_visible > div .scroll-bar {
  background: #006cd8;
  height: 20px;
  top: 0;
  z-index: 250;
}
.page-title .w-section .w-container .w-tabs .w-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane {
  width: 100%;
  color: #006cd8;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history {
  background-color: rgba(111, 169, 63, 0.05);
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #818170;
  padding: 15px 50px;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order > div {
  font-size: 30px;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #818170;
  padding: 20px 50px;
  width: 100%;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .orderImg {
  width: 16%;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history > .w-clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .the-price-and-the-product-code-in-history {
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 45%;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .the-price-and-the-product-code-in-history .product-name-in-history {
  font-size: 26px;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history {
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 35%;
  font-size: 22px;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-price-of-one-item-in-the-history {
  width: 33%;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-total .block-price-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-total .block-price-summary div:nth-child(1) {
  font-size: 20px;
  margin: 0 5px;
  line-height: 52px;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-total .block-price-summary div:nth-child(2) {
  font-size: 35px;
  margin: 0 5px;
}
@media screen and (max-width: 1199px) {
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order {
    padding: 15px 30px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order .the-date-and-order-number {
    font-size: 25px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history {
    padding: 15px 30px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .the-price-and-the-product-code-in-history .product-name-in-history {
    font-size: 18px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history {
    font-size: 18px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .orderImg {
    width: 15%;
    min-height: 160px;
  }
}
@media screen and (max-width: 991px) {
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order {
    padding: 10px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order .the-date-and-order-number {
    font-size: 22px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history {
    padding: 10px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .the-price-and-the-product-code-in-history {
    width: 50%;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .the-price-and-the-product-code-in-history .product-name-in-history {
    font-size: 17px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history {
    width: 28%;
    font-size: 17px;
    position: relative;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-price-of-one-item-in-the-history {
    width: 50%;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price {
    display: inline-block;
    width: 45%;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price .signs-mathematics {
    float: left;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price .multiplication {
    float: right;
    margin: 0 15px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price .equal {
    position: absolute;
    top: 70px;
    left: 60px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price > span:last-child {
    position: absolute;
    top: 70px;
    left: 80px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .orderImg {
    width: 18%;
    min-height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order {
    padding: 10px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order .the-date-and-order-number {
    font-size: 14px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history {
    padding: 10px;
    display: inline-block;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .the-price-and-the-product-code-in-history {
    width: 62%;
    display: inline-block;
    float: right;
    padding: 0;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .the-price-and-the-product-code-in-history .product-name-in-history {
    font-size: 14px;
    float: left;
    width: 100%;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .the-price-and-the-product-code-in-history .product-code-in-history {
    font-size: 12px;
    float: left;
    clear: left;
    width: 100%;
    margin: 25px 0 10px 0;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history {
    width: 100%;
    font-size: 17px;
    float: left;
    clear: left;
    padding: 5px 0;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-price-of-one-item-in-the-history {
    width: 33%;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 67%;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price .signs-mathematics {
    width: 15%;
    float: none;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price .multiplication {
    margin: 0;
    width: 15%;
    float: none;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price .equal {
    position: static;
    width: 15%;
    float: none;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history .the-number-of-products-and-total-price > span:last-child {
    position: static;
    width: 90px;
    float: none;
    text-align: right;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .orderImg {
    width: 35%;
    min-height: 80px;
    display: inline-block;
    float: left;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-total .block-price-summary div:first-child {
    font-size: 14px;
    line-height: 40px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-total .block-price-summary div:last-child {
    font-size: 25px;
  }
  .discount {
    text-align: center;
    padding: 50px 10px;
  }
  .discount .title {
    font-size: 25px;
  }
  .discount div:last-child {
    font-size: 16px;
  }
}
