header .logo a, footer .logo a {
  font-style: italic;
}
.listMenu a, .listMenu i {
  transition: 0.5s;
}
.listMenu a:hover, .listMenu i:hover {
  color: #fff;
}
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%;
  background: #ff309e;
  /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#51207b+0,6f2e88+20,863991+35,8f3d95+40,964198+50,8f3d95+60,863991+65,6f2e88+80,51207b+100 */
}
header .header-wrapper .btnCallMe {
  display: none;
}
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;
  flex-wrap: nowrap;
  -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;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
header .header-wrapper .topLine {
  min-height: 40px;
  padding-left: 80px;
  padding-bottom: 10px;
}
header .header-wrapper .topLine a {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
header .header-wrapper .topLine a:hover {
  color: rgba(238, 201, 147, 1);
}
header .header-wrapper .topLine a span {
  font-size: 16px;
  line-height: 140%;
}
header .header-wrapper .topLine .open .list_items a {
  color: rgba(87, 40, 146, 0.8);
}
header .header-wrapper .topLine .open .list_items a:hover {
  color: #572892;
  text-decoration: underline;
}
header .header-wrapper .topLine li.active a {
  color: #eec993;
  text-decoration: underline;
}
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 .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;
  min-width: 200px;
}
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: "\f00d";
  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(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 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;
}
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;
  line-height: 120%;
}
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-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: #fff;
  font-size: 16px;
  line-height: 140%;
}
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;
}
header .header-wrapper .topLine .personal .fast-links .comparison_list_wrap .comparison_count {
  font-size: 12px;
  line-height: 120%;
  color: rgba(255, 255, 255, 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: 80px;
  padding-left: 80px;
}
header .header-wrapper .middleLine .logo 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;
}
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: 35px;
  border: 1px solid rgba(87, 40, 146, 1);
  padding-right: 50px;
  color: #572892;
  font-size: 16px;
  line-height: 140%;
}
header .header-wrapper .middleLine form input:focus, header .header-wrapper .middleLine form input:active {
  border: 1px solid rgba(87, 40, 146, 1);
}
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: 16px;
  line-height: 140%;
  color: #572892;
  cursor: pointer;
  height: 100%;
}
header .header-wrapper .middleLine form .search {
  height: 100%;
  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;
}
header .header-wrapper .middleLine form .search:hover i {
  color: #572892;
}
header .header-wrapper .middleLine form button {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
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: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  position: relative;
  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: #fff;
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 3px;
  margin-top: 3px;
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number a:hover {
  color: #eec993;
}
header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number a span {
  font-size: 16px;
  line-height: 140%;
  margin-left: 0;
  margin-right: 5px;
}
header .header-wrapper .middleLine .cart-wrapper *[data-id=small-cart]:last-child {
  display: none;
}
header .header-wrapper .middleLine .cart-wrapper .ajax-cart {
  display: none;
}
header .header-wrapper .middleLine .cart-wrapper *[data-id=small-cart] {
  text-decoration: none;
}
header .header-wrapper .middleLine .cart-wrapper *[data-id=small-cart] .cart {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  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.35s;
  position: relative;
  white-space: nowrap;
}
header .header-wrapper .middleLine .cart-wrapper *[data-id=small-cart] .cart:hover * {
  color: #eec993;
}
header .header-wrapper .middleLine .cart-wrapper *[data-id=small-cart] .cart i {
  font-size: 45px;
  margin-left: 0;
  transition: 0.3s;
}
header .header-wrapper .middleLine .cart-wrapper *[data-id=small-cart] .cart .quantity {
  transition: 0.4s;
  align-items: center;
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  border: 1px solid #572892;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  line-height: 120%;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 13px;
  width: 18px;
  bottom: 5px;
}
header .header-wrapper .middleLine .cart-wrapper *[data-id=small-cart] .cart > span {
  display: none;
}
header .header-wrapper .bottomLine .hideExcess {
  width: 100%;
  background-color: menubg;
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
}
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: #dedede;
  color: #000;
  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: 16px;
  line-height: 140%;
  padding-bottom: 25px;
  padding-top: 25px;
  text-decoration: none;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
}
header .header-wrapper .bottomLine ul li a:hover {
  background-color: #fff;
  color: #000;
}
header .header-wrapper .bottomLine ul .show_all {
  position: relative;
  background-color: #dedede;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  line-height: 140%;
  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(0, 0, 0, 0.2);
}
header .header-wrapper .bottomLine ul .show_all:hover {
  background-color: #fff;
}
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: #fff;
  color: #000;
}
header .header-wrapper .bottomLine ul.submenu-2 li {
  position: relative;
}
header .header-wrapper .bottomLine ul.submenu-2 li img.menu-img {
  position: absolute;
  top: 5px;
  max-height: 70px;
  left: auto;
  right: 5px;
}
header .help {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  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 .help .logo {
  width: 20%;
}
header .help .logo > 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;
}
header .help .wraplines {
  width: 80%;
}
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: 16px;
  line-height: 140%;
  color: #572892;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li a .ui-ac-name-wrapper .ui-ac-price {
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
ul.ui-menu .autocompleteWrapper .autocompleteWrapper li a:hover .ui-ac-name {
  color: #000;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  header {
    border-bottom: 1px solid rgba(238, 201, 147, 0.1);
  }
  header .header-wrapper {
    background: #ff309e;
  }
  header .header-wrapper .topLine .navigation {
    background-color: transparent;
    height: 20px;
    position: relative;
    width: 20px;
    cursor: pointer;
  }
  header .header-wrapper .topLine .navigation .openSubmenu {
    width: 100%;
    position: absolute;
  }
  header .header-wrapper .topLine .navigation .linksBlock {
    display: none;
  }
  header .header-wrapper .topLine .navigation:hover::after {
    color: #000;
  }
  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-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;
    display: block;
    content: "\f0c9";
    height: auto;
    width: auto;
    color: #fff;
    position: relative;
    font-size: 20px;
  }
  header .header-wrapper .middleLine .cart-wrapper .phoneNumbers {
    margin-left: 0;
    margin-right: 0;
  }
  header .header-wrapper .middleLine form {
    height: 50px;
    width: auto;
  }
  header .header-wrapper .middleLine form:hover input {
    border: 1px solid rgba(87, 40, 146, 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(87, 40, 146, 0.2);
  }
  .forselect_2 {
    display: none;
  }
  body .bottomLine .menu-block li ul.submenu-2 {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  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;
    min-height: initial;
    padding-bottom: 0;
  }
  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: 16px;
    line-height: 140%;
    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: 16px;
    line-height: 140%;
  }
  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: 18px;
  }
  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 {
    display: none;
  }
  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: 16px;
    line-height: 140%;
    width: 100%;
    position: absolute;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    right: 103px;
    -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;
    height: 35px;
    top: 7px;
    bottom: auto;
    height: 45px;
    top: 0;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_items {
    left: 0;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_items .list_indent .number {
    float: left;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_items .list_indent .number a {
    font-size: 16px;
    line-height: 140%;
    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_items .list_indent .number.email {
    float: right;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_title .number a {
    font-size: 16px;
    line-height: 140%;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers .list_title .number a span {
    margin-right: 5px;
  }
  header .header-wrapper .topLine .dropDownList.phoneNumbers::after {
    display: none;
  }
  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: 16px;
    line-height: 140%;
  }
  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 {
    height: 100%;
  }
  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, 0, 0, 0.9);
    color: #fff;
    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;
    line-height: 140%;
    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, 0, 0, 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(87, 40, 146, 0.5);
  }
  header .header-wrapper .bottomLine ul li a {
    -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;
  }
  header .header-wrapper .middleLine {
    height: 60px;
  }
  body header .logo img {
    max-height: 50px;
    margin-bottom: 5px;
  }
  .logo {
    height: 60px;
  }
  .wraplines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wraplines .middleLine {
    order: 2;
  }
  .wraplines .topLine {
    order: 1;
  }
  header .header-wrapper .topLine .navigation {
    order: 2;
    position: absolute;
    right: auto;
    left: 10px;
    top: 0;
    height: 100%;
  }
  header .help {
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  header .help .logo {
    width: 100%;
    padding: 5px 0;
    height: 45px;
    position: relative;
  }
  header .help .wraplines {
    width: 100%;
    margin-top: -5px;
  }
  header .header-wrapper .topLine .personal {
    position: absolute;
    bottom: auto;
    right: 10px;
    top: 0;
    height: 100%;
  }
  header .header-wrapper .middleLine {
    padding-left: 0;
    padding-right: 25%;
    height: 50px;
  }
  header .header-wrapper .topLine {
    padding-left: 0;
  }
  body header .logo img {
    margin: 0 auto;
    margin-left: 0;
  }
  body header .header-wrapper .middleLine form input {
    position: inherit;
    width: 100%;
    min-width: 225px;
    transition: none;
  }
  header .header-wrapper .topLine .number.email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 20px;
    height: 100%;
  }
  header .header-wrapper .topLine .number.email a {
    font-size: 0;
  }
  header .header-wrapper .topLine .number.email a::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 18px;
  }
  body .bottomLine .menu-block li a {
    font-size: 16px;
    line-height: 140%;
  }
  header .help .logo > a {
    width: 55px;
    position: absolute;
    height: auto;
    left: 50px;
    right: auto;
    margin: auto;
    display: block;
    top: -34px;
    max-height: 60px;
  }
  body header .logo img {
    width: auto;
    max-width: inherit;
    height: auto;
    max-height: 18px;
  }
  header .header-wrapper .topLine .number {
    width: 20px;
    text-align: center;
    height: 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;
    height: 100%;
  }
  header .header-wrapper .topLine .number a, header .header-wrapper .topLine .number span {
    font-size: 0;
  }
  header .header-wrapper .topLine .number a {
    height: 100%;
    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 .number a::before {
    content: "\f095";
    font-size: 18px;
    font-family: FontAwesome;
  }
  header .header-wrapper .middleLine form input {
    text-indent: 0;
    padding-left: 10px;
  }
  header {
    position: fixed;
    z-index: 99999;
    top: 0;
  }
  header .header-wrapper .middleLine {
    height: auto;
  }
  header .headerSearchWrapp form {
    overflow: hidden;
  }
  header .headerSearchWrapp form input {
    opacity: 0;
    visibility: hidden;
  }
  header .headerSearchWrapp form input:active, header .headerSearchWrapp form input:focus, header .headerSearchWrapp form input:hover {
    opacity: 1;
    visibility: visible;
  }
  header .headerSearchWrapp {
    position: absolute;
    top: 0;
    right: 40px;
    max-width: 50px;
    height: 100%;
    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;
    z-index: 550;
  }
  header .headerSearchWrapp:active, header .headerSearchWrapp:focus, header .headerSearchWrapp:hover {
    max-width: 100%;
  }
  header .headerSearchWrapp:active form input, header .headerSearchWrapp:focus form input, header .headerSearchWrapp:hover form input {
    opacity: 1;
    visibility: visible;
  }
  header .headerSearchWrapp:active form .search, header .headerSearchWrapp:focus form .search, header .headerSearchWrapp:hover form .search {
    color: #572892 !important;
  }
  header .header-wrapper .middleLine form .search {
    color: #fff;
    font-size: 18px;
  }
  header .basket-icon:after, header .header-wrapper .topLine .navigation:hover::after {
    color: #fff;
  }
  body header .header-wrapper .middleLine form {
    height: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  header .header-wrapper .middleLine .headerSearchWrapp {
    margin-left: auto;
    margin-right: 20px;
  }
  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;
    line-height: 140%;
  }
}
@media only screen and (min-width: 1200px) {
  header .help .logo {
    width: auto;
    min-width: 410px;
  }
  header .help .wraplines {
    width: auto;
  }
  body header .logo img {
    max-height: initial;
  }
  body header .header-wrapper .middleLine .cart-wrapper {
    margin-left: 0;
  }
  body header .header-wrapper .middleLine {
    padding: 0;
    padding-left: 5px;
  }
  body header .header-wrapper .middleLine .headerSearchWrapp {
    margin: 0 15px;
    width: auto !important;
    max-width: 260px;
  }
  body header .header-wrapper .middleLine .cart-wrapper .phoneNumbers {
    margin: auto;
  }
  body header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number, body header .header-wrapper .middleLine .cart-wrapper .phoneNumbers .number a span {
    font-size: 16px;
    line-height: 140%;
  }
  body header .header-wrapper .topLine {
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
  body header .help .wraplines {
    margin-left: auto;
  }
  body header .header-wrapper .topLine .personal .fast-links .personal-login.user-auth-infoblock {
    margin: auto;
  }
  body header .header-wrapper .topLine .navigation ul li {
    padding-right: 5px;
    padding-left: 5px;
  }
  body header .social-network {
    margin: 0 30px;
  }
  .cart-wrapper > .lang {
    margin-left: 15px;
    text-transform: lowercase;
    color: #fff;
    padding: 5px;
    height: 45px;
    z-index: 1;
    position: relative;
    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;
  }
  .cart-wrapper > .lang a {
    color: #fff;
  }
  .cart-wrapper > .lang:hover > *:not(.lang) {
    opacity: 1;
    transform: translateY(0);
    background-color: #636;
  }
  .cart-wrapper > .lang:hover .lang::after {
    content: "\f106";
  }
  .cart-wrapper > .lang .lang {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #636;
    min-height: 100%;
    order: 1;
  }
  .cart-wrapper > .lang .lang::after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    margin-left: 5px;
  }
  .cart-wrapper > .lang > *:not(.lang) {
    transition: 0.35s;
    transform: translateY(-100%);
    opacity: 0;
    order: 2;
  }
  .cart-wrapper > .lang > * {
    padding: 8px;
  }
  .cart-wrapper > .lang a:hover {
    color: #eec993;
  }
}
@media all and (orientation: landscape), all and (min-width: 480px) {
  body header .header-wrapper .middleLine form {
    max-width: 300px;
  }
}
footer .help {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .sub-button {
  margin: 0 auto;
}
footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#51207b+0,6f2e88+20,863991+35,8f3d95+40,964198+50,8f3d95+60,863991+65,6f2e88+80,51207b+100 */
  background: #643085;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #fff;
}
footer .footer-wrapper a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
footer .footer-wrapper span i {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  transition: all 0.3s ease 0s;
}
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: 35%;
  border-right: 1px solid rgba(238, 201, 147, 0.2);
}
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: 'Roboto', sans-serif, Arial;
  font-size: 0;
  text-decoration: none;
  font-style: italic;
  color: #fff;
  transition: 0.3s;
}
footer .footer-wrapper .f-logo .footerBrands .homeLink img {
  padding: 0 15px;
}
footer .footer-wrapper .f-menu {
  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-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: 20%;
  border-right: 1px solid rgba(238, 201, 147, 0.2);
}
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: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
footer .footer-wrapper .f-menu .navigationFooter li {
  margin-top: 8px;
  margin-bottom: 8px;
}
footer .footer-wrapper .f-menu .navigationFooter li a {
  font-size: 16px;
  line-height: 140%;
}
footer .footer-wrapper .f-menu .navigationFooter li a:hover {
  color: #eec993;
}
footer .footer-wrapper .f-menu .navigationFooter li.active a {
  color: #fff;
}
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: 22%;
  color: #fff;
}
footer .footer-wrapper .f-worktime a, footer .footer-wrapper .f-phones a {
  color: #fff;
}
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(238, 201, 147, 0.2);
}
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: 16px;
  line-height: 140%;
  width: 100%;
  text-align: center;
}
footer .footer-wrapper .f-worktime .workTime li span, footer .footer-wrapper .f-worktime .workTime li sup {
  font-size: 14px;
}
footer .footer-wrapper .f-worktime .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: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  width: 100%;
  text-align: center;
}
footer .footer-wrapper .f-worktime .subscription .info-text {
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0 40px;
}
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: 16px;
  line-height: 140%;
}
footer .footer-wrapper .f-worktime .numberFooter.contacts {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
footer .footer-wrapper .hideblock-pc {
  display: none;
}
footer .footer-wrapper .f-phones {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
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.skypeFotter {
  margin: 0;
}
footer .footer-wrapper .f-phones .numberFooter li.adress {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 20px;
  max-width: 190px;
  padding-left: 0;
  padding-right: 0;
}
footer .footer-wrapper .f-phones .numberFooter .phone a {
  font-size: 16px;
  line-height: 140%;
}
footer .footer-wrapper .f-phones .numberFooter .emailFotter a, footer .footer-wrapper .f-phones .numberFooter .skypeFotter a {
  font-size: 16px;
  line-height: 140%;
}
footer .footer-wrapper .f-phones .numberFooter .emailFotter i, footer .footer-wrapper .f-phones .numberFooter .skypeFotter i {
  padding-right: 8px;
}
footer .footer-wrapper .f-phones .numberFooter.contacts {
  padding-left: 25px;
}
footer .footer-wrapper .f-phones a:hover {
  color: #eec993;
}
footer .footer-wrapper a {
  transition: 0.3s;
}
footer .footer-wrapper a i {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  transition: 0.3s;
}
footer .footer-wrapper a:hover i {
  color: #eec993;
}
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(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 120%;
  transition: 0.3s;
  width: 100%;
}
footer .footer-wrapper .logoSoftUa:hover div {
  color: rgba(238, 201, 147, 1);
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  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: 10px;
    padding-bottom: 40px;
  }
  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: 8px;
    border-bottom: 1px solid rgba(238, 201, 147, 0.2);
    border-right: none;
  }
  footer .footer-wrapper .f-menu {
    padding: 0;
  }
  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;
    -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: 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;
    width: 100%;
  }
  footer .footer-wrapper .f-menu .navigationFooter li {
    width: 50%;
    text-align: center;
  }
  footer .footer-wrapper .f-menu .navigationFooter li a {
    font-size: 16px;
    line-height: 140%;
  }
  footer .footer-wrapper .f-worktime {
    padding: 10px 0 0 0;
    border-bottom: none;
  }
  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: 16px;
    line-height: 140%;
  }
  footer .footer-wrapper .f-worktime .workTime li {
    margin-bottom: 10px;
  }
  footer .footer-wrapper .f-worktime .workTime li:first-child {
    display: none;
  }
  footer .footer-wrapper .f-worktime .subscription {
    width: 100%;
    -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: 0;
    border-bottom: none;
  }
  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: 16px;
    line-height: 140%;
  }
  footer .footer-wrapper .f-phones .numberFooter .phone a i {
    font-size: 16px;
    line-height: 140%;
  }
  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 {
    position: absolute;
    bottom: 0;
    margin: auto 10px;
    display: flex;
    left: 0;
    right: 0;
    height: 30px;
    -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-top: 1px solid rgba(238, 201, 147, 0.2);
  }
  .hidden-pc {
    display: none;
  }
  .sub-button {
    width: 100%;
  }
  footer .footer-wrapper .f-worktime .subscription .info-text {
    max-width: none;
    padding: 0;
  }
  footer .footer-wrapper .f-worktime .numberFooter.contacts {
    padding-bottom: 10px;
  }
  footer .footer-wrapper .f-phones .numberFooter li.adress {
    margin-bottom: 20px;
  }
  footer .footer-wrapper .f-logo .footerBrands .homeLink img {
    padding: 0;
    max-height: 100px;
  }
  footer .footer-wrapper .f-phones .numberFooter .emailFotter a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  footer .footer-wrapper .f-phones a.networks {
    margin: 0 10px;
  }
  footer .footer-wrapper .f-phones a.networks i {
    padding: 0;
    font-size: 24px;
  }
  footer .footer-wrapper .f-worktime, footer .footer-wrapper .f-logo .footerBrands, footer .footer-wrapper .f-phones {
    padding: 10px 0;
  }
  footer .footer-wrapper .f-logo .footerBrands {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .help {
    padding: 0 15px;
  }
}
body .slick-hidden {
  display: none !important;
}
.hideExcess.main-page > .dropdown-menu-block {
  display: none;
}
.hideExcess.main-page .menu-block > ul > li:first-child a {
  padding: 15px 15px 15px;
  background-color: rgba(87, 40, 146, 0.85);
  color: #eec993;
}
.hideExcess:not(.main-page) .menu-block > ul > li:first-child {
  display: none;
}
.sumval.value, .sum {
  display: none !important;
}
@media only screen and (max-width: 1199px) {
  .sumval.value {
    display: flex !important;
  }
}
body .sort_block .pager .list_items {
  min-width: 230px;
}
.form-row label {
  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;
}
.form-row label::before {
  margin-right: 10px;
  min-width: 26px;
}
.form-row label span.required {
  margin-bottom: auto;
}
span.presence-yes {
  color: #333;
  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;
}
span.presence-yes::before {
  content: "\f058";
  font: normal normal normal 20px/1 FontAwesome;
  color: #008000;
  margin-right: 5px;
}
.presence {
  color: #333;
}
label {
  color: #333;
}
.pay-form input[type="submit"] {
  background-color: rgba(87, 40, 146, 0.8);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.pay-form input[type="submit"]:hover {
  background-color: #572892;
}
form b {
  display: none !important;
}
.flash-success {
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 20px;
  text-align: center;
}
.label-wrapper {
  position: absolute;
  max-width: 100%;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
}
.label-wrapper .img-label {
  height: 100%;
}
.label-wrapper img {
  max-width: 70px;
}
.modal-open {
  padding-right: 0 !important;
}
.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;
  font-family: 'Roboto', sans-serif, Arial;
}
footer {
  margin-top: 100px;
}
.ui-autocomplete {
  height: 100%;
}
article {
  padding: 0 20px;
}
article p {
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 140%;
}
h1, h2, h3, .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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif, Arial;
  text-align: center;
  padding: 20px 0 15px 0;
  margin: 0;
  width: 100%;
  font-weight: normal;
  color: #333;
}
h3::before, h3::after {
  display: none;
}
h1 {
  font-size: 35px;
  line-height: 120%;
}
h2, h3, .block_title {
  font-size: 35px;
  line-height: 120%;
  padding: 15px 0 15px;
}
.logo a {
  font-family: 'Roboto', sans-serif, Arial;
  color: rgba(0, 0, 0, 0.7);
}
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: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#breadcrumb {
  padding-left: 330px;
  padding-top: 5px;
}
.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;
  padding: 15px;
  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: 1.2em;
}
.breadcrumbs-wrapper .breadcrumbs .dots {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  color: #572892;
  padding: 0 5px;
}
.breadcrumbs-wrapper .breadcrumbs a {
  color: #333;
  text-decoration: none;
  padding: 0 0 0 5px;
}
.breadcrumbs-wrapper .breadcrumbs a:hover {
  color: #572892;
}
.breadcrumbs-wrapper .breadcrumbs li:last-child {
  padding: 0 0 0 5px;
}
.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(255, 255, 255, 0.1);
  display: none;
}
.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;
}
.justify-block .content_block.catalog span.text {
  font-size: 16px;
  line-height: 140%;
}
.justify-block .content_block.catalog a {
  font-size: 25px;
  line-height: 120%;
  margin-top: 20px;
  transition: 0.3s;
  text-decoration: none;
}
.justify-block .content_block.catalog a:hover i {
  color: rgba(87, 40, 146, 1);
}
.justify-block .content_block.catalog a i {
  color: rgba(87, 40, 146, 0.8);
}
.justify-block .content_block.catalog a .lowSpace {
  font-size: 16px;
  line-height: 140%;
}
.justify-block .content_block.main {
  background-color: rgba(255, 255, 255, 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: 16px;
  line-height: 140%;
  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(255, 255, 255, 0.5);
}
.entry-title {
  font-size: 35px;
  line-height: 120%;
  margin: 30px 0;
  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: 0 auto;
  max-width: 1150px;
  font-size: 16px;
  line-height: 140%;
  text-shadow: 0 1px 0 #fff;
  color: #000;
}
.selection-about-us .container-about-us .text-about-us p, .selection-about-us .container-about-us .text-about-us span {
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}
.selection-about-us .container-about-us .text-about-us .tabs-block {
  margin-top: 30px;
}
.selection-about-us .container-about-us .fa.arrow-down.catalog-role {
  display: block;
  font-size: 70px;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  color: rgba(87, 40, 146, 0.4);
}
.selection-about-us .container-about-us .fa.arrow-down.catalog-role:hover {
  color: rgba(87, 40, 146, 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: #333;
}
.sort_block .pager a {
  color: #333;
}
.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: #000;
  width: auto;
}
.sort_block .pager .dropDown.filters .dropDownList a {
  color: #fff;
  margin: 5px 0;
}
.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;
  line-height: 140%;
}
.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: 16px;
  line-height: 140%;
}
.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: #000;
  width: 100%;
}
.sort_block .pager .page_elements nav a {
  color: #fff;
  margin: 5px 0;
}
.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: 16px;
  line-height: 140%;
  text-decoration: none;
  display: block;
  text-shadow: 0 1px 0 #fff;
}
.sort_block .pager .result-pager li:hover a {
  color: #000;
}
.sort_block .pager .result-pager li.selected {
  background-color: rgba(87, 40, 146, 0.1);
}
.sort_block .pager .result-pager li.selected a {
  color: #000;
}
.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 rgba(87, 40, 146, 0.2);
  border-radius: 0;
  color: transparent;
  content: "\f00c";
  display: inline-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: 19px/1 FontAwesome;
  height: 26px;
  padding: 2px;
  position: relative;
  text-align: center;
  text-rendering: auto;
  text-shadow: none;
  transition: color 0.3s ease 0s;
  width: 26px;
  min-width: 26px;
  cursor: pointer;
}
.chBox + label:focus::before, .chBox + label.focus::before, input.chBox:checked + label::before, input[type="checkbox"]:checked + label::before {
  color: rgba(87, 40, 146, 0.7);
  border: 1px solid #572892;
}
.auth_dialog {
  padding: 40px 25px;
  border: 1px solid #572892;
  border-radius: 0;
  font-family: 'Roboto', sans-serif, Arial;
  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: 'Roboto', sans-serif, Arial;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 120%;
  color: #572892;
}
.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: 16px;
  line-height: 140%;
  color: rgba(87, 40, 146, 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: 16px;
  line-height: 140%;
}
.auth_dialog .ui-dialog-content.ui-widget-content .auth-form-data .remember_me_chech span {
  font-size: 16px;
  line-height: 140%;
  text-transform: lowercase;
  color: rgba(87, 40, 146, 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(87, 40, 146, 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: 10px 0;
}
.errorMessage, .formError {
  color: red;
  font-size: 12px;
  line-height: 120%;
  text-align: left;
}
.errorMessage > .errorMessage, .formError > .errorMessage {
  margin-bottom: 10px;
}
.formError {
  margin-bottom: 10px;
}
.formLabel {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 120%;
}
input[type="text"]:not(.select2-input), input[type="password"], input.formInput[type="text"], .formInput input[type="text"], .formInput textarea, .dynamic-row input[type="text"], form input[type="text"], .form-field-input input[type="text"], .form-field-input textarea {
  width: 100%;
  border: 1px solid rgba(87, 40, 146, 0.2);
  color: rgba(87, 40, 146, 0.8);
  font-size: 16px;
  line-height: 140%;
  padding: 10px 15px;
  font-family: 'Roboto', sans-serif, Arial;
}
input[type="text"]:not(.select2-input):hover, input[type="password"]:hover, input.formInput[type="text"]:hover, .formInput input[type="text"]:hover, .formInput textarea:hover, .dynamic-row input[type="text"]:hover, form input[type="text"]:hover, .form-field-input input[type="text"]:hover, .form-field-input textarea:hover, input[type="text"]:not(.select2-input):focus, input[type="password"]:focus, input.formInput[type="text"]:focus, .formInput input[type="text"]:focus, .formInput textarea:focus, .dynamic-row input[type="text"]:focus, form input[type="text"]:focus, .form-field-input input[type="text"]:focus, .form-field-input textarea:focus, input[type="text"]:not(.select2-input):active, input[type="password"]:active, input.formInput[type="text"]:active, .formInput input[type="text"]:active, .formInput textarea:active, .dynamic-row input[type="text"]:active, form input[type="text"]:active, .form-field-input input[type="text"]:active, .form-field-input textarea:active {
  border: 1px solid rgba(87, 40, 146, 1);
}
textarea {
  resize: vertical;
}
.alert.alert-warning, .message {
  color: #333;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 95px;
  text-align: center;
  margin: 0 auto;
}
.popup-cart .ajax-cart-wrapper, .basket-table .ajax-cart-wrapper, .popup-cart .table-cart, .basket-table .table-cart {
  color: #000;
}
.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-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.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 span.number, .basket-table .ajax-cart-wrapper .table span.number, .popup-cart .table-cart .table span.number, .basket-table .table-cart .table span.number {
  font-size: 0;
}
.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: 10px;
  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;
}
.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: 16px;
  line-height: 140%;
}
.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: 16px;
  line-height: 140%;
  color: #572892;
}
.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;
  width: 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 0 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: 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: rgba(87, 40, 146, 0.85);
  font-size: 16px;
  line-height: 140%;
  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: #572892;
}
.popup-cart .ajax-cart-wrapper .item-row .product-cart-block .name-info .information-bottom, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .name-info .information-bottom, .popup-cart .table-cart .item-row .product-cart-block .name-info .information-bottom, .basket-table .table-cart .item-row .product-cart-block .name-info .information-bottom {
  display: none;
}
.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: rgba(87, 40, 146, 0.7);
  font-size: 16px;
  line-height: 140%;
  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: #572892;
}
.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(87, 40, 146, 0.2);
  color: #572892;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  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(87, 40, 146, 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: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
  font-size: 16px;
  line-height: 140%;
  width: 15%;
  height: 100%;
  max-height: 60px;
  padding: 0;
}
.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: 16px;
  line-height: 140%;
}
.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 rgba(87, 40, 146, 0.1);
  color: #000;
}
.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;
  font-size: 25px;
  line-height: 120%;
  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: 25px;
  line-height: 120%;
  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;
  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: 25px;
  line-height: 120%;
  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: 50px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background-color: rgba(87, 40, 146, 0.7);
  border: 1px solid #572892;
}
.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: #572892;
}
.ui-dialog {
  width: 100%;
  max-width: 1000px;
  margin: 0 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: 35px;
  line-height: 120%;
  font-family: 'Roboto', sans-serif, Arial;
  color: #fff;
}
.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: 16px;
  line-height: 140%;
  color: #572892;
}
.popup-cart .ajax-cart-wrapper {
  background-color: #fff;
  padding: 10px;
}
.popup-cart .ajax-cart-wrapper .test-buy {
  margin-bottom: 20px;
}
.popup-cart .ajax-cart-wrapper button.test-buy {
  font-size: 16px;
  line-height: 140%;
  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: #fff;
  position: relative;
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(1) {
  font-size: 16px;
  line-height: 140%;
  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: 16px;
  line-height: 140%;
  text-transform: uppercase;
  text-decoration: none;
  width: 370px;
  background-color: rgba(0, 0, 0, 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(0, 0, 0, 1);
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button {
  border: medium none;
  background-color: initial;
  color: #572892;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}
.popup-cart .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  text-decoration: none;
}
.continue-button {
  padding: 50px 0;
}
.basket-table {
  margin: 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(87, 40, 146, 1);
  font-size: 16px;
  line-height: 140%;
}
.popular-product-block .main-price span {
  font-size: 12px;
  line-height: 120%;
}
body main {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 90px;
}
body .logo a, body a.homeLink {
  filter: none;
}
body .select2-container .select2-choice {
  color: #572892 !important;
  text-shadow: none;
  font-size: 16px;
  line-height: 140%;
  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: 44px;
}
body .bottomLine {
  width: 100%;
  max-width: 320px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 120%;
  color: #eec993;
  margin-top: 5px;
  margin-left: 15px;
  z-index: 550;
  box-shadow: 0 0 10px #c1c1c1;
}
body .bottomLine .icon {
  width: 20px !important;
  float: right;
  text-align: center;
  transition: padding-right 0.35s;
}
body .bottomLine .dropdown-menu-block {
  cursor: pointer;
  padding: 15px 15px 15px;
  background-color: rgba(87, 40, 146, 0.85);
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s;
}
body .bottomLine .dropdown-menu-block:hover {
  background-color: #572892;
  color: #fff;
}
body .bottomLine .menu-block ul {
  background-color: #fff;
  max-width: 100%;
}
body .bottomLine .menu-block > ul > li > a[href="/jewelry-/c518/"], body .bottomLine .menu-block > ul > li > a[href="/ua/jewelry-/c518/"] {
  background-color: #ffd000;
  font-weight: bold;
}
body .bottomLine .menu-block li {
  height: auto;
  border-bottom: 1px solid rgba(87, 40, 146, 0.05);
  text-align: left;
  background-color: rgba(222, 222, 222, .6);
}
body .bottomLine .menu-block li.dynamic > a {
  color: white;
  font-weight: bold;
  background-color: red;
}
body .bottomLine .menu-block li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  width: 550px;
  border-left: none;
  top: 27px;
  box-shadow: 0 0 10px #c1c1c1;
  left: 330px;
  z-index: 500;
  margin-left: -11px;
  padding-bottom: 60px;
  padding-top: 10px;
  min-height: 300px;
}
body .bottomLine .menu-block li ul li {
  border: 1px solid #c1c1c1;
  height: 80px;
  width: 45.4%;
  margin: 15px 0 0 15px;
  vertical-align: middle;
  background-color: #fff;
  position: relative;
}
body .bottomLine .menu-block li ul li img {
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  max-height: 70px;
}
body .bottomLine .menu-block li ul li a {
  padding: 10px;
  padding-right: 80px;
  font-size: 12px;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
body .bottomLine .menu-block li ul li:hover {
  background-color: #fff;
  border-color: #572892;
}
body .bottomLine .menu-block 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;
  padding-top: 12px;
  padding-left: 15px;
  padding-bottom: 12px;
  width: 100%;
  padding-right: 20px;
  font-size: 16px;
  line-height: 140%;
}
body .bottomLine .menu-block li a::after {
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  transition: 0.35s;
  opacity: 0;
  margin-left: auto;
  margin-right: 0;
}
body .bottomLine .menu-block li a:hover::after {
  padding-right: 5px;
  opacity: 1;
}
body .bottomLine .menu-block li ul.submenu-2 a::after {
  content: none;
}
body .bottomLine .menu-block li.open ul {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .bottomLine .menu-block li.open {
  background-color: #eec993;
  color: #572892;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body .bottomLine li.show_all {
  display: none !important;
}
body .bottomLine ul.submenu-2 a {
  display: block;
  height: 100%;
  width: 100%;
}
body .bottomLine .hideExcess {
  height: inherit !important;
}
body .mainSlider-container {
  margin-left: 330px;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  body .mainSlider-container {
    display: block;
    margin-left: 0;
    width: 100%;
    height: auto;
    min-height: 175px;
    margin-top: 45px;
  }
  body .mainSlider-container .mainSlider .slick-slide img {
    width: auto;
    object-fit: cover;
  }
  body .mainSlider-container .mainSliderImg, body .mainSlider-container .mainSlider, body .mainSlider-container .mainSlider .slick-track, body .mainSlider-container .mainSlider .slick-slide, body .mainSlider-container .slick-list {
    height: 100%;
    min-height: 100%;
  }
  body .mainSlider-container .mainSlider .prev-slide-big {
    left: 10px;
  }
  body .mainSlider-container .mainSlider .next-slide-big {
    right: 10px;
  }
  body .mainSlider-container .mainSlider .prev-slide-big, body .mainSlider-container .mainSlider .next-slide-big {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 35px;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  body .mainSlider-container .progress-bar {
    display: none;
  }
}
body .mainwrapper .menu-block ul {
  display: block;
}
.continue-button {
  text-transform: lowercase;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
}
.continue-button a {
  cursor: pointer;
}
.continue-button a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .alert.alert-warning, .message {
    font-size: 16px;
    line-height: 140%;
  }
  .basket-table .table-cart .product-result-block {
    padding: 20px;
  }
  .breadcrumbs-wrapper .breadcrumbs li:last-child {
    padding: 0;
  }
  body .topProductWindget .wrapper .product-block .name, body .noveltySlider-wrap .product-block .name {
    font-size: 16px;
    line-height: 140%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 280;
  }
  body .topProductWindget .wrapper .product-block .product-buy-block, body .noveltySlider-wrap .product-block .product-buy-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .topProductWindget .wrapper .product-block .main-price span, body .noveltySlider-wrap .product-block .main-price span, body .topProductWindget .wrapper .product-block .main-price, body .noveltySlider-wrap .product-block .main-price {
    font-size: 16px;
    line-height: 140%;
  }
  body .topProductWindget .wrapper .product-block .main-price, body .noveltySlider-wrap .product-block .main-price {
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 160px;
    margin: 0 auto;
    width: 100%;
  }
  body .topProductWindget .wrapper .product-block .product-image-wrapper, body .noveltySlider-wrap .product-block .product-image-wrapper {
    min-height: inherit;
    height: 175px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 10px 10px 10px;
  }
  body .topProductWindget .wrapper .product-block .product-buy-block .product-price, body .noveltySlider-wrap .product-block .product-buy-block .product-price {
    width: 100%;
    padding: 0 10px;
  }
  body .topProductWindget .wrapper .product-block .product-buy-block .product-buttons-wrapper, body .noveltySlider-wrap .product-block .product-buy-block .product-buttons-wrapper {
    display: none;
  }
  body .container-all-categories.novelty .noveltySlider .slick-dots, body .topProductWindget.spec_weapp .noveltySlider .slick-dots {
    display: none !important;
  }
  body .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-left, body .topProductWindget.spec_weapp .noveltySlider-wrap .fa.big-arrow-left, body .container-all-categories.novelty .sliderItems.popular .fa.big-arrow-left, body .topProductWindget.spec_weapp .sliderItems.popular .fa.big-arrow-left, body .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-right, body .topProductWindget.spec_weapp .noveltySlider-wrap .fa.big-arrow-right, body .container-all-categories.novelty .sliderItems.popular .fa.big-arrow-right, body .topProductWindget.spec_weapp .sliderItems.popular .fa.big-arrow-right {
    font-size: 40px;
  }
  body .product-block .name {
    padding: 0;
  }
  body .container-all-categories.novelty .noveltySlider-wrap .prev-slide-big, body .topProductWindget.spec_weapp .noveltySlider-wrap .prev-slide-big, body .container-all-categories.novelty .sliderItems.popular .prev-slide-big, body .topProductWindget.spec_weapp .sliderItems.popular .prev-slide-big {
    left: 10px;
    top: 60%;
  }
  body .container-all-categories.novelty .noveltySlider-wrap .next-slide-big, body .topProductWindget.spec_weapp .noveltySlider-wrap .next-slide-big, body .container-all-categories.novelty .sliderItems.popular .next-slide-big, body .topProductWindget.spec_weapp .sliderItems.popular .next-slide-big {
    right: 10px;
    top: 60%;
  }
  body .topProductWindget.spec_weapp .sliderItems.popular .prev-slide-big, body .topProductWindget.spec_weapp .sliderItems.popular .next-slide-big {
    top: 50%;
  }
  body .bottomLine .menu-block li a:hover::after {
    padding-right: 0;
  }
  body .container-all-categories.novelty {
    position: relative;
    padding: 0 40px;
  }
  body .container-all-categories.novelty .noveltySlider-wrap {
    position: static;
  }
  body h1, body h2, body h3, body main h1, body .topProductWindget h2, body .topProductWindget .block_title {
    font-size: 25px;
    line-height: 120%;
    text-transform: none;
    padding: 30px 10px 5px 10px;
  }
  body .bottomLine .menu-block ul {
    width: 100% !important;
  }
  body .bottomLine .dropdown-menu-block, .hideExcess.main-page .menu-block ul li:first-child a {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
  }
  body .bottomLine .dropdown-menu-block, body .bottomLine .dropdown-menu-block:hover {
    color: #333;
    background-color: #fc9;
  }
  body .bottomLine .menu-block li {
    background-color: #fff;
    border-bottom: 1px solid rgba(87, 40, 146, 0.08);
  }
  body .bottomLine .dropdown-menu-block:hover .icon {
    padding: 0;
  }
  body .bottomLine .menu-block li a {
    padding: 10px;
  }
  .selection-about-us .container-about-us .text-about-us p, .selection-about-us .container-about-us .text-about-us span {
    font-size: 16px;
    line-height: 140%;
  }
  body .modal.in .modal-dialog {
    transform: translate(0, 10vh);
  }
  .justify-block {
    display: none;
  }
  footer .homeLink > img {
    max-height: 70px;
  }
  .entry-title {
    font-size: 25px;
    line-height: 120%;
  }
  main h1 {
    font-size: 25px;
    line-height: 120%;
  }
  main h2 {
    font-size: 25px;
    line-height: 120%;
  }
  main h3 {
    font-size: 25px;
    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 {
    margin: 2px 0;
  }
  .text-about-us .tabs-block li > a {
    border: 1px solid;
  }
  .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: #000;
    transition: 0.3s;
  }
  .text-about-us .tabs-block li.active > a {
    background-color: #572892;
    color: #fff;
  }
  .text-about-us .tabs-block li.active > a::before {
    transform: rotateX(180deg);
  }
  .text-about-us .tab-pane {
    margin: 0 auto;
    padding: 5px 20px;
    padding-bottom: 10px;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 140%;
    line-height: 140%;
  }
  .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: 16px;
    line-height: 140%;
    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: 16px;
    line-height: 140%;
    line-height: normal !important;
    padding-top: 10px;
  }
  .text-about-us li.active .news_block a.detail {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #572892;
  }
  .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: 16px;
    line-height: 140%;
    padding: 10px;
  }
  .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: 0 auto;
    margin-bottom: 75px;
    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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .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;
    line-height: 140%;
  }
  .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;
    line-height: 140%;
  }
  .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;
    line-height: 120%;
  }
  .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: 0 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: 0 auto;
  }
  .container #registration-form .info-block div, .reduced-edit .info-block div {
    font-size: 16px;
    line-height: 140%;
  }
  .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: 16px;
    line-height: 140%;
    padding: 12px 30px;
  }
  form#remind-form .recovery, #login-form, .auth-form-wrapper {
    max-width: 320px;
    width: 100%;
    padding: 0 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: 0 20px;
    font-size: 16px;
    line-height: 140%;
  }
  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: 16px;
    line-height: 140%;
    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-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  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: 16px;
    line-height: 140%;
  }
  .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: 16px;
    line-height: 140%;
    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: 16px;
    line-height: 140%;
  }
  .selection-about-us .container-about-us {
    padding-bottom: 0;
  }
  .selection-about-us .container-about-us .text-about-us {
    max-width: 280px;
    font-size: 16px;
    line-height: 140%;
  }
  .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 {
    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;
    line-height: 140%;
  }
  .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: 16px;
    line-height: 140%;
  }
  #catalog-filter .filter-block-values li label {
    font-size: 16px;
    line-height: 140%;
  }
  #catalog-filter.absolute {
    position: relative;
  }
  .catalog-page {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .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 #572892;
  }
  .sort_block .pager .left-side-wrapper .dropDown.filters {
    margin-left: auto;
    margin-right: auto;
  }
  .sort_block .pager .page_elements, .sort_block .pager .left-side-wrapper {
    border-bottom: none;
    width: auto;
    padding-bottom: 0;
  }
  .sort_block .pager .page_elements {
    font-size: 16px;
    line-height: 140%;
  }
  .sort_block .pager .page_elements .sorting i {
    padding-left: 5px;
  }
  .sort_block .pager .result-pager li {
    height: 25px;
    width: 25px;
  }
  .sort_block .pager .result-pager li a {
    font-size: 16px;
    line-height: 140%;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 120%;
  }
  .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;
  }
  .breadcrumbs-wrapper .breadcrumbs .dots ul li {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #eec993;
    margin: 2px;
    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;
  }
  .breadcrumbs-wrapper .breadcrumbs a {
    float: left;
  }
  .breadcrumbs-wrapper .breadcrumbs a:nth-of-type(1) {
    padding-left: 0;
  }
  .breadcrumbs-wrapper .breadcrumbs span {
    padding: 0px 0 0 5px;
    clear: left;
    display: block;
  }
  .breadcrumbs-wrapper.open .dots ul {
    margin-right: 5px;
  }
  .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;
    margin: 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: auto;
  }
  .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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-right: 15px;
  }
  .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;
    line-height: 120%;
    width: auto;
    padding: 0 10px;
  }
  .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: auto;
  }
  .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;
    display: none;
  }
  .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, .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: auto;
  }
  .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;
  }
  .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;
    line-height: 140%;
  }
  .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;
    line-height: 140%;
  }
  .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 .information-bottom, .basket-table .ajax-cart-wrapper .information-bottom, .popup-cart .table-cart .information-bottom, .basket-table .table-cart .information-bottom {
    display: none;
  }
  .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: 16px;
    line-height: 140%;
    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: 16px;
    line-height: 140%;
  }
  .ui-dialog .ui-dialog-content {
    padding: 0;
  }
  .popup-cart .ajax-cart-wrapper button.test-buy {
    font-size: 16px;
    line-height: 140%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .popup-cart .ajax-cart-wrapper .product-result-block label {
    font-size: 16px;
    line-height: 140%;
  }
  .popup-cart .ajax-cart-wrapper .product-result-block {
    padding-bottom: 0px;
  }
  .sort_block .pager .currentItem, .catalog-wrapper .list_wrap .list_indent a {
    font-size: 16px;
    line-height: 140%;
  }
  .sort_block .pager .list_wrap {
    margin-right: 10px;
  }
  .sort_block .pager .currentItem .sorting {
    padding-right: 5px;
  }
  .breadcrumbs-wrapper {
    padding: 10px 10px 0 10px;
  }
  .catalog-wrapper .sort_block .pager .page_elements {
    display: none;
  }
  .catalog-page .sort_block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-wrapper .filters {
    max-height: 16px;
  }
  body .noveltySlider-wrap .product-block .char-wrapper, body .noveltySlider-wrap .product-block .product-buy-block {
    display: none;
  }
  body .noveltySlider-wrap .product-block .product-link-wrapper {
    margin: 0;
  }
  .continue-button a {
    font-size: 16px;
    line-height: 140%;
  }
  .container #registration-form .block-side {
    order: 2;
    padding-top: 40px;
    margin: 0 auto;
    max-width: 300px;
  }
  .tabs {
    margin-bottom: 10px;
  }
  .tabs.personalMenu.tabs-block {
    height: 44px;
    overflow: hidden;
    opacity: 0;
  }
  .tabs.personalMenu.tabs-block.list_wrap.left {
    height: auto;
    overflow: visible;
    opacity: 1;
  }
}
body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: 1px solid rgba(87, 40, 146, 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%;
}
div#select2-drop ul.select2-results {
  display: block;
}
div#select2-drop .scroll-element_outer {
  right: 0;
  display: none;
}
@media only screen and (max-width: 1199px) {
  h2, h3 {
    padding: 40px 0 10px;
  }
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-ac-price {
    font-size: 16px;
    line-height: 140%;
  }
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-ac-price .currency {
    font-size: 16px;
    line-height: 140%;
  }
  .sort_block .pager .dropDown.filters .currentItem, .sort_block .pager .page_elements, .sort_block .pager .result-pager li a {
    font-size: 16px;
    line-height: 140%;
  }
  .sort_block .pager .currentItem .sorting {
    font-size: 16px;
    line-height: 140%;
  }
  .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 .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: 16px;
    line-height: 140%;
    width: 270px;
    height: 40px;
    margin: 0 auto 20px;
  }
  .label-wrapper img {
    max-width: 25px;
  }
  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;
    line-height: 140%;
  }
  body .bottomLine {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: none;
  }
  .topProductWindget {
    margin-left: 0;
  }
  #breadcrumb {
    padding: 0;
  }
  footer .footer-wrapper .f-phones .numberFooter li {
    margin: 0;
  }
  footer .footer-wrapper .f-worktime a, footer .footer-wrapper .f-phones a {
    padding: 10px;
  }
  body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body:not(.mainPage) .bottomLine {
    padding-top: 45px;
  }
  body .bottomLine .icon {
    width: auto !important;
    font-size: 20px;
  }
  .continue-button {
    padding: 20px 0;
  }
  .sort_block .pager .result-pager li.next, .sort_block .pager .result-pager li.previous {
    width: auto;
  }
  .sort_block .pager .result-pager li.previous a {
    padding-right: 5px;
  }
  .sort_block .pager .result-pager li.next a {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  body main {
    padding-bottom: 80px;
    min-height: 50vh;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .listMenu, .hidden-pc {
    display: none;
  }
  body .bottomLine .menu-block li ul {
    min-width: 470px;
    min-height: 100%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
  }
}
@media only screen and (min-width: 1590px) {
  body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    border: 1px solid rgba(87, 40, 146, 1);
    border-top: none;
  }
  .hidden-pc {
    display: none;
  }
}
.big-arrow-left:after {
  content: "\f104";
}
.big-arrow-right:after {
  content: "\f105";
}
.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: "\f290";
}
.check-icon:after {
  content: "\f00c";
}
.close-icon:after {
  content: "\f00d";
}
.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;
}
a.auth-btn.register-btn.btnLink:hover, a.auth-btn.remind-btn.fix-float.btnLink:hover, form#remind-form .recovery .auth-add-btn.auth-buttons a:hover, #login-form .auth-add-btn.auth-buttons a:hover, .auth-form-wrapper .auth-add-btn.auth-buttons a:hover {
  text-decoration: none;
  color: #000;
}
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: #572892;
}
.info {
  color: #333;
  cursor: pointer;
  text-align: center;
}
.info:hover {
  color: #000;
  text-decoration: underline;
}
.info span {
  font-weight: bold;
}
.product-button a, .product-button.basket a {
  height: 44px;
  color: #fff;
  min-width: 44px;
}
.product-button a > span, .product-button.basket a > span {
  padding-right: 10px;
}
.product-button a:hover, .product-button.basket a:hover {
  color: #eec993;
}
.noveltySlider-wrap .product-button a > span, .noveltySlider-wrap .product-button.basket a > span {
  display: none !important;
}
.main-history .sliderItems .viewItems .product-block .product-buttons-wrapper .product-button a > span {
  display: none !important;
}
button, input[type="submit"], .basket {
  transition: 0.35s;
  background-color: rgba(87, 40, 146, 0.8);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 140%;
  padding: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
button > a, input[type="submit"] > a, .basket > 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;
}
button:hover, input[type="submit"]:hover, .basket:hover {
  background-color: #572892;
  color: #eec993;
}
.product-button a > span, .product-button.basket a > span {
  display: none !important;
}
button#send-callme_popup_form {
  border: none;
}
.message-wrap .call_me {
  color: #572892;
}
.message-wrap .call_me:hover {
  text-decoration: underline;
}
.message-wrap .call_me::before {
  display: none;
}
@media only screen and (min-width: 1200px) {
  button, input[type="submit"], .basket {
    cursor: pointer;
    max-width: 380px;
  }
  .product-short-info .product-button a, .product-short-info .product-button.basket a {
    padding: 0 16px;
    font-size: 25px;
    line-height: 120%;
  }
  .product-short-info .product-button.basket a > span {
    display: block !important;
  }
}
.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: #572892;
  background-color: rgba(87, 40, 146, 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(87, 40, 146, 0.05);
}
.items .comment-wrapper .comment-block .comment-content {
  color: #572892;
  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 14px/1 FontAwesome;
  text-rendering: auto;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  color: #572892;
}
.items .comment-wrapper .full-comment .fa:hover {
  color: #fff;
}
.items .comment-wrapper .expanded .fa {
  transform: rotate(180deg);
}
.none-comments {
  font-size: 20px;
  padding: 15px 20px;
  color: #000;
}
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 rgba(87, 40, 146, 0.5);
}
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(87, 40, 146, 0.5);
  border: 1px solid rgba(87, 40, 146, 0.2);
  font-size: 20px;
  padding: 10px;
  font-family: 'Roboto', sans-serif, Arial;
}
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(0, 0, 0, 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: #572892;
}
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: #572892;
  border: 1px solid #572892;
}
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: #572892;
  border: 1px solid #fff;
}
form .verify-wrapper .wrap-captch .input-group .refresh #captch-refresh-btn {
  width: 75px;
  margin: 10px 0;
  text-decoration: none;
  color: #572892;
  border-bottom: 1px solid #000;
}
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";
  margin: 3px 0 0 10px;
}
form .verify-wrapper .wrap-captch .input-group .refresh #captch-refresh-btn:hover {
  color: #572892;
  border-bottom: 1px solid #572892;
}
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: #000;
}
form .button-feedback button {
  cursor: pointer;
  width: 250px;
  height: 50px;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  border: 1px solid #000;
  background-color: rgba(87, 40, 146, 0.7);
  text-transform: uppercase;
}
form .button-feedback button:hover {
  background-color: rgba(87, 40, 146, 1);
}
form .enter-wrapper {
  width: 100%;
  padding: 25px 0 35px 0;
  margin: 0 15px;
  border-bottom: 1px solid rgba(87, 40, 146, 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: rgba(87, 40, 146, 0.6);
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid #572892;
}
form .enter-wrapper .register-btn:hover, form .enter-wrapper .login-btn:hover {
  color: #572892;
  border-bottom: 1px solid #572892;
}
form .enter-wrapper .register-btn:after {
  font-family: FontAwesome;
  content: "\f085";
  font-size: 20px;
  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;
  margin-left: 10px;
}
form .input-group span.inputName {
  font-size: 22px;
  color: #000;
}
#addCommentForm {
  cursor: pointer;
  width: 250px;
  height: 50px;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  border: 1px solid #000;
  background-color: rgba(87, 40, 146, 0.7);
  text-transform: uppercase;
}
#addCommentForm:hover {
  background-color: rgba(87, 40, 146, 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 auto;
  -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;
  border: 2px dashed rgba(87, 40, 146, 0.4);
  min-height: 500px;
  max-width: 1090px;
}
.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 h2 {
  padding-top: 0;
}
.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: #572892;
}
.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(87, 40, 146, 0.5);
  font-size: 20px;
  color: #000;
}
.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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 10px;
  max-width: 50%;
}
.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: 50%;
  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;
  height: 100%;
}
.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: #572892;
  position: relative;
  font-size: 14px;
}
.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: #000;
  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;
  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: #000;
}
.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;
  padding: 10px;
  max-width: 50%;
}
.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;
  max-width: 50%;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .add-product-wrapper a .complect-product .info-wrapper .add-product-name {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  font-size: 12px;
}
.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: #000;
}
.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 .product-price {
  display: flex;
  align-items: center;
  color: #000;
  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;
  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: #fff;
  font-size: 20px;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper {
  height: auto;
  width: 35%;
  margin: 10px 0;
  padding: 25px 0;
}
.complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .total-complect-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  border: 2px dashed rgba(87, 40, 146, 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: #572892;
}
@media screen and (max-width: 1199px) {
  .complects-wrapper {
    max-width: 900px;
  }
  .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: 32%;
  }
  .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: 18px;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-info-wrapper .buy-block-wrapper .product-button a {
    font-size: 18px;
  }
  .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 {
    max-width: 700px;
  }
  .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 {
    padding-bottom: 0;
  }
  .complects-wrapper h2 {
    padding-top: 15px;
  }
  .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;
  }
  .complects-wrapper .complect-slider .complect-wrapper .complect-code-wrapper {
    padding-top: 0;
  }
}
.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 {
  transform: rotate(360deg);
  transform: rotate(360deg);
}
@-o-keyframes cssload-spin {
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
@-ms-keyframes cssload-spin {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
@-webkit-keyframes cssload-spin {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@-moz-keyframes cssload-spin {
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.personalMenu .list_items {
  min-width: 230px;
}
.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;
}
.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;
  line-height: 140%;
  transition: color 0.3s;
  color: rgba(87, 40, 146, 0.8);
}
.list_wrap .list_indent a:hover {
  color: #572892;
  text-decoration: underline;
}
.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 #572892;
  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 #fff;
}
.list_wrap .list_indent > * {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sort_block .pager .list_items {
    min-width: 280px;
  }
}
.listMenu {
  display: block;
  padding: 10px;
  z-index: 551;
  position: fixed;
  top: 0;
  left: -120%;
  bottom: 0;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.listMenu .openSubmenu {
  text-align: right;
}
.listMenu ul.submenu-2 {
  display: none;
}
.listMenu.open {
  left: 0;
  width: 100%;
  overflow: scroll;
}
.listMenu a, .listMenu i {
  color: #333;
  text-decoration: none;
}
.listMenu a:hover, .listMenu i:hover {
  color: #572892;
}
.listMenu a {
  font-weight: bold;
}
.listMenu i {
  cursor: pointer;
  font-size: 20px;
  color: rgba(51, 51, 51, 0.8);
  width: 20px;
  text-align: center;
}
.listMenu .bodyBlock {
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
}
.listMenu .bodyBlock > div, .listMenu .bodyBlock > ul {
  padding: 10px 0 10px 0px;
}
.listMenu .bodyBlock > ul {
  padding: 0;
}
.listMenu .bodyBlock > .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.listMenu .bodyBlock > .lang > .lang {
  order: 1;
}
.listMenu .bodyBlock > .lang > *:not(.lang) {
  margin-left: 5px;
  order: 2;
}
.listMenu .bodyBlock > .lang > *:not(.lang) *::before {
  content: "|";
  margin-right: 5px;
}
.listMenu .bodyBlock a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
  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;
}
.listMenu .bodyBlock a:hover {
  border-color: #572892;
  color: #572892;
}
.listMenu .bodyBlock .likeAndComparison {
  display: none;
}
.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: "\f00d";
  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(0, 0, 0, 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;
  line-height: 120%;
}
.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;
  line-height: 120%;
}
.listMenu .headerBlock {
  font-size: 16px;
  line-height: 140%;
}
.listMenu .linksBlock li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.listMenu .linksBlock li.active a {
  border-bottom: 1px solid #000;
  color: #000;
}
.listMenu .linksBlock:last-child {
  margin-bottom: 0;
}
.listMenu .linksBlock a::before {
  margin-right: 10px;
  font: normal normal normal 20px/1 FontAwesome;
  padding-left: 0;
  width: 20px;
  text-align: center;
}
.listMenu .bodyBlock .socialNetwork {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.listMenu .bodyBlock .socialNetwork 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;
  margin-right: 10px;
  width: 24px;
}
.listMenu .likeAndComparison a {
  position: relative;
  display: inline-block;
}
.listMenu .likeAndComparison .likesCount {
  display: block;
  position: absolute;
  z-index: 2;
  right: -3px;
  font-size: 12px;
  line-height: 120%;
  top: 8px;
  color: #572892;
  background-color: white;
  border-radius: 10px;
  padding: 0px 4px;
}
.listMenu .login_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.listMenu .login_block a span {
  order: 2;
}
.listMenu .login_block a i {
  order: 1;
  margin-right: 10px;
}
.listMenu .personal-login.user-auth-infoblock {
  padding-left: 0;
}
.listMenu .catalog i {
  margin-right: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .listMenu.open {
    width: 100%;
    overflow-y: auto;
  }
}
div#ContactForm_phone_em_ {
  color: red;
  font-size: 12px;
  line-height: 120%;
}
a.auth-btn.register-btn.btnLink, a.auth-btn.remind-btn.fix-float.btnLink, 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 {
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
}
.product-cart-block .complect-products {
  padding: 15px;
}
.product-cart-block .complect-img {
  max-width: 70px;
  padding: 10px;
  background: #fff;
  margin-right: 5px;
}
.product-cart-block .complect-name {
  font-size: 16px;
  line-height: 140%;
}
.product-cart-block .complect-wrapper > 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;
}
div#ajax_popup {
  color: #000;
}
div#ajax_popup .product-cart-block span.number {
  display: none;
}
div#ajax_popup a {
  color: rgba(87, 40, 146, 0.8);
}
div#ajax_popup a:hover {
  color: #572892;
}
div#ajax_popup .modal-body > div {
  max-width: 100%;
  margin-bottom: 0;
}
div#ajax_popup a#cart-link {
  display: none;
}
div#ajax_popup .table, div#ajax_popup .product-cart-block {
  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: 10px 15px;
}
div#ajax_popup .table span.number, div#ajax_popup .product-cart-block span.number, div#ajax_popup .table .data, div#ajax_popup .product-cart-block .data {
  width: 5%;
}
div#ajax_popup .table .data, div#ajax_popup .product-cart-block .data {
  font-size: 25px;
  line-height: 120%;
}
div#ajax_popup .table span.photo, div#ajax_popup .product-cart-block span.photo, div#ajax_popup .table span.count, div#ajax_popup .product-cart-block span.count, div#ajax_popup .table span.price, div#ajax_popup .product-cart-block span.price, div#ajax_popup .table .korzina-image-wrapper, div#ajax_popup .product-cart-block .korzina-image-wrapper, div#ajax_popup .table .count-roller, div#ajax_popup .product-cart-block .count-roller, div#ajax_popup .table span.priceval, div#ajax_popup .product-cart-block span.priceval {
  width: 10%;
  text-align: center;
}
div#ajax_popup .table span.sum, div#ajax_popup .product-cart-block span.sum, div#ajax_popup .table span.sumval, div#ajax_popup .product-cart-block span.sumval {
  width: 15%;
  text-align: center;
}
div#ajax_popup .table > span.name, div#ajax_popup .product-cart-block > span.name, div#ajax_popup .table > .name-info, div#ajax_popup .product-cart-block > .name-info {
  width: 40%;
}
div#ajax_popup .data {
  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;
}
div#ajax_popup .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;
  background-color: #fff;
}
div#ajax_popup .td.p-num > * {
  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;
}
div#ajax_popup span.priceval label, div#ajax_popup span.sumval label {
  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-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 140%;
}
div#ajax_popup .td.p-num {
  width: 100%;
}
div#ajax_popup input.num-input {
  max-width: 70%;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #572892;
  padding: 10px;
}
div#ajax_popup input.num-input:focus {
  border: 1px solid #fff;
}
div#ajax_popup .count-roller, div#ajax_popup span.priceval, div#ajax_popup span.sumval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div#ajax_popup span.priceval, div#ajax_popup span.sumval {
  padding: 0 10px;
}
div#ajax_popup .label-wrapper {
  display: none;
}
div#ajax_popup .information-bottom {
  display: none;
}
div#ajax_popup .result.product-result-block.js-total-price, div#ajax_popup .navigation {
  text-align: center;
  padding-bottom: 15px;
}
div#ajax_popup .ajax-cart-wrapper .item-row .product-cart-block {
  height: auto;
}
div#ajax_popup .item-row {
  min-height: inherit;
}
div#ajax_popup a.num-minus.fa.arrow-left, div#ajax_popup a.num-plus.fa.arrow-right {
  font-size: 26px;
  color: #572892;
}
div#ajax_popup a.num-minus.fa.arrow-left:hover, div#ajax_popup a.num-plus.fa.arrow-right:hover {
  color: #572892;
}
div#ajax_popup img {
  display: block;
  margin: auto;
}
div#ajax_popup span.priceval label {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
div#ajax_popup button.continue {
  border: none;
}
@media (max-width: 1199px) {
  div#ajax_popup * {
    font-size: 16px;
    line-height: 140%;
  }
  div#ajax_popup .title {
    font-size: 16px;
    line-height: 140%;
  }
  div#ajax_popup span.modal-close {
    display: none;
  }
  div#ajax_popup .table, div#ajax_popup .product-cart-block {
    padding: 5px 10px;
  }
  div#ajax_popup .table, div#ajax_popup .data {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  div#ajax_popup .title {
    margin: 0;
    padding-bottom: 5px;
  }
  div#ajax_popup .navigation, div#ajax_popup .result.product-result-block.js-total-price {
    border: none;
  }
  div#ajax_popup i.fa.close-icon, div#ajax_popup button.continue {
    font-size: 16px;
    line-height: 140%;
  }
  div#ajax_popup .information-bottom {
    font-size: 16px;
    line-height: 140%;
  }
  div#ajax_popup span.sumval.value, div#ajax_popup span.sum {
    display: none !important;
  }
  div#ajax_popup .table span.name {
    overflow: hidden;
  }
  div#ajax_popup .name-info {
    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;
  }
  div#ajax_popup a.num-minus.fa.arrow-left, div#ajax_popup a.num-plus.fa.arrow-right {
    font-size: 18px;
  }
  div#ajax_popup .table span.photo, div#ajax_popup .product-cart-block .korzina-image-wrapper {
    display: none;
  }
  div#ajax_popup .table span.number, div#ajax_popup .product-cart-block span.number, div#ajax_popup .table .data, div#ajax_popup .product-cart-block .data, div#ajax_popup .table > span.name, div#ajax_popup .table span.price, div#ajax_popup .product-cart-block span.priceval {
    width: auto;
  }
  div#ajax_popup .product-cart-block > .name-info {
    width: auto;
    padding: 0 20px;
  }
  div#ajax_popup .result.product-result-block.js-total-price {
    padding: 10px 0;
  }
  div#ajax_popup .modal-body {
    padding: 15px 0;
  }
  div#ajax_popup button.close {
    margin-right: 10px;
  }
  div#ajax_popup a#cart-link + .navigation {
    padding: 0 10px;
  }
  div#ajax_popup .navigation + .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.callme_popupform .form {
  width: 100%;
}
.modal {
  padding-right: 0 !important;
}
.modal .main-block {
  padding: 0px 20px 20px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.modal .modal-body > div {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.modal .auth-btns {
  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;
}
.modal .auth-btns a {
  margin: 5px;
}
.modal .auth-btns a:hover {
  text-decoration: underline;
}
.modal .remember-field.chbox label {
  cursor: pointer;
}
.modal .auth-form-data .formGroup {
  margin: 10px 0;
}
.modal .auth-form-data .formGroup:first-child {
  margin-top: 0;
}
.modal .chBox + label::before, .modal input[type="checkbox"] + label::before {
  margin-right: 10px;
}
div#order-message-modal {
  text-align: center;
}
.modal .title {
  float: none;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Roboto', sans-serif, Arial;
  color: #572892;
  font-size: 25px;
  line-height: 120%;
}
div#comments-add-message-form .title {
  color: #000;
}
.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: 0;
}
.form-content {
  padding: 10px 0 10px;
}
.form-content .form-label {
  color: #572892;
  padding: 0 0 10px;
}
.form-content .phone input {
  border: 1px solid rgba(87, 40, 146, 0.2);
  padding: 10px;
  width: 100%;
}
.form-content .phone input:hover, .form-content .phone input:focus, .form-content .phone input:active {
  border: 1px solid rgba(87, 40, 146, 1);
}
.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: #fff;
  font-size: 16px;
  line-height: 140%;
}
.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-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-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-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 .enter-from-social, .active-elements-wrapper .auth-service .auth-link .auth-title {
  display: none;
}
.modal button.close {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  margin-right: 0;
  margin-left: auto;
  width: 32px;
  display: block;
  margin-bottom: 0;
}
.modal button.close:hover::after {
  color: rgba(87, 40, 146, 1);
}
.modal button.close::after {
  content: "\f00d";
  color: rgba(87, 40, 146, 0.6);
  font: 32px/1 FontAwesome;
  text-rendering: auto;
  display: block;
  position: static;
  transition: 0.3s;
}
#subscribe .w-button.f_sub_btn {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .modal button.close::after {
    font-size: 25px;
    line-height: 120%;
  }
  .active-elements-wrapper .auth-service {
    margin: 0 15px 15px 0;
  }
  .active-elements-wrapper .popup-add-btn .auth-btn.register-btn.btnLink {
    margin-bottom: 15px;
  }
  .modal .ajax-cart-wrapper > div, .basket-table .ajax-cart-wrapper > div, .modal .table-cart > div, .basket-table .table-cart > div {
    border-bottom: 1px solid rgba(87, 40, 146, 0.1);
  }
  body .modal .ajax-cart-wrapper .item-row .product-cart-block {
    height: 160px;
  }
  .modal .ajax-cart-wrapper .item-row .product-cart-block .priceval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .priceval, .modal .table-cart .item-row .product-cart-block .priceval, .basket-table .table-cart .item-row .product-cart-block .priceval {
    margin-bottom: 5px;
  }
  .modal .ajax-cart-wrapper .item-row .product-cart-block .sumval, .basket-table .ajax-cart-wrapper .item-row .product-cart-block .sumval, .modal .table-cart .item-row .product-cart-block .sumval, .basket-table .table-cart .item-row .product-cart-block .sumval {
    position: initial;
    max-height: none;
    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;
  }
  .modal .main-block {
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
  }
  body .form-content .phone input, .w-input.f_subscribe_input, .formSubmtBtn, .w-button.f_sub_btn, .popup-add-btn button, .message-parol, .formGroup label {
    font-size: 16px;
    line-height: 140%;
  }
  .form-content {
    padding: 10px 0 10px;
  }
  .modal .auth-form-data .formGroup, .form-row.row-btn {
    margin: 10px 0;
  }
  .modal .auth-btns {
    -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;
  }
  .modal .auth-btns a {
    margin: 5px;
  }
  body .product-cart-block .information-bottom span, body .product-cart-block span.currency, body .product-cart-block .complect-name {
    font-size: 12px !important;
  }
  body .product-cart-block .complect-products {
    padding: 5px 0;
  }
  body div#ajax_popup span.priceval, body div#ajax_popup span.sumval {
    padding: 0 1px;
  }
  body .product-cart-block .complect-img {
    padding: 0;
  }
  body .modal-body {
    padding: 10px;
  }
  .modal button.close {
    width: auto;
  }
}
.modal label {
  font-size: 0;
}
.modal label span {
  font-size: 16px;
  line-height: 140%;
}
.auth-form-data {
  width: 100%;
}
div#comments-add-message-form .message {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0;
}
div#comments-add-message-form .title {
  margin-top: 0;
  font-size: 16px;
  line-height: 140%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal .ajax-cart-wrapper .item-row .product-cart-block {
    height: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  body div#ajax_popup .modal-dialog {
    width: 1000px;
  }
}
.selection-all-categories.nov, .topProductWindget.spec_weapp {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.container-all-categories.novelty, .topProductWindget.spec_weapp {
  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%;
  overflow: hidden;
}
.container-all-categories.novelty .slick-slider, .topProductWindget.spec_weapp .slick-slider {
  z-index: 300;
}
.container-all-categories.novelty .block, .topProductWindget.spec_weapp .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.container-all-categories.novelty .block .pictures, .topProductWindget.spec_weapp .block .pictures, .container-all-categories.novelty .block .content, .topProductWindget.spec_weapp .block .content {
  width: 50%;
}
.container-all-categories.novelty .block .content, .topProductWindget.spec_weapp .block .content {
  position: relative;
  z-index: 150;
}
.container-all-categories.novelty .block .pictures, .topProductWindget.spec_weapp .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;
  position: relative;
  overflow: hidden;
}
.container-all-categories.novelty .block .pictures .name, .topProductWindget.spec_weapp .block .pictures .name {
  display: none;
}
.container-all-categories.novelty .block .pictures .images, .topProductWindget.spec_weapp .block .pictures .images {
  width: 90%;
  min-height: 200px;
  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 .images .navigation, .topProductWindget.spec_weapp .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;
  position: relative;
  z-index: 300;
}
.container-all-categories.novelty .block .pictures .images .navigation .icons, .topProductWindget.spec_weapp .block .pictures .images .navigation .icons, .container-all-categories.novelty .block .pictures .images .navigation .slick-list.draggable, .topProductWindget.spec_weapp .block .pictures .images .navigation .slick-list.draggable {
  width: 100%;
}
.container-all-categories.novelty .block .pictures .images .navigation .icons .slick-track, .topProductWindget.spec_weapp .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, .topProductWindget.spec_weapp .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, .topProductWindget.spec_weapp .block .pictures .images .navigation .icons .slick-slide:hover {
  background: rgba(87, 40, 146, 0.2);
}
.container-all-categories.novelty .block .pictures .images .navigation .icons .slick-slide img, .topProductWindget.spec_weapp .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, .topProductWindget.spec_weapp .block .pictures .images .navigation .icons .slick-slide.slick-current.slick-active {
  background: rgba(87, 40, 146, 0.2);
}
.container-all-categories.novelty .block .pictures .images .navigation .fa.arrow-left, .topProductWindget.spec_weapp .block .pictures .images .navigation .fa.arrow-left, .container-all-categories.novelty .block .pictures .images .navigation .fa.arrow-right, .topProductWindget.spec_weapp .block .pictures .images .navigation .fa.arrow-right {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: 0.3s;
}
.container-all-categories.novelty .block .pictures .images .navigation .fa.arrow-left:hover, .topProductWindget.spec_weapp .block .pictures .images .navigation .fa.arrow-left:hover, .container-all-categories.novelty .block .pictures .images .navigation .fa.arrow-right:hover, .topProductWindget.spec_weapp .block .pictures .images .navigation .fa.arrow-right:hover {
  color: rgba(0, 0, 0, 1);
}
.container-all-categories.novelty .block .pictures .images img, .topProductWindget.spec_weapp .block .pictures .images img {
  margin-left: auto;
  margin-right: auto;
  max-height: 400px;
  cursor: pointer;
}
.container-all-categories.novelty .block .pictures .images .slick-slide, .topProductWindget.spec_weapp .block .pictures .images .slick-slide {
  text-align: center;
}
.container-all-categories.novelty .block .content .name, .topProductWindget.spec_weapp .block .content .name {
  max-width: 800px;
}
.container-all-categories.novelty .block .content .name a, .topProductWindget.spec_weapp .block .content .name a {
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  text-decoration: none;
}
.container-all-categories.novelty .block .content .name a:hover, .topProductWindget.spec_weapp .block .content .name a:hover {
  color: rgba(0, 0, 0, 1);
}
.container-all-categories.novelty .block .content .code, .topProductWindget.spec_weapp .block .content .code {
  font-size: 16px;
  line-height: 140%;
  color: #572892;
  padding-bottom: 25px;
  padding-top: 25px;
}
.container-all-categories.novelty .block .content .presence, .topProductWindget.spec_weapp .block .content .presence {
  display: none !important;
  padding-bottom: 25px;
  color: #000;
  font-size: 16px;
  line-height: 140%;
}
.container-all-categories.novelty .block .content .availability, .topProductWindget.spec_weapp .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, .topProductWindget.spec_weapp .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, .topProductWindget.spec_weapp .block .content .availability .main-price .currency {
  padding-left: 10px;
  font-size: 16px;
  line-height: 140%;
}
.container-all-categories.novelty .block .content .availability > noindex, .topProductWindget.spec_weapp .block .content .availability > noindex {
  height: 100%;
}
.container-all-categories.novelty .block .content .availability > noindex .product-button, .topProductWindget.spec_weapp .block .content .availability > noindex .product-button {
  padding: 0;
  height: 100%;
}
.container-all-categories.novelty .block .content .availability .special, .topProductWindget.spec_weapp .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%;
  display: none !important;
}
.container-all-categories.novelty .block .content .availability .special div, .topProductWindget.spec_weapp .block .content .availability .special div {
  padding: 0;
}
.container-all-categories.novelty .block .content .description, .topProductWindget.spec_weapp .block .content .description {
  padding-top: 25px;
  max-width: 800px;
}
.container-all-categories.novelty .block .content .description, .topProductWindget.spec_weapp .block .content .description, .container-all-categories.novelty .block .content .description span, .topProductWindget.spec_weapp .block .content .description span, .container-all-categories.novelty .block .content .description p, .topProductWindget.spec_weapp .block .content .description p, .container-all-categories.novelty .block .content .description p span, .topProductWindget.spec_weapp .block .content .description p span {
  font-size: 16px !important;
  line-height: 140% !important;
  color: #000 !important;
  background: transparent !important;
}
.container-all-categories.novelty .noveltySlider, .topProductWindget.spec_weapp .noveltySlider {
  padding-top: 0;
  position: relative;
}
.container-all-categories.novelty .noveltySlider .slick-list .slick-dots, .topProductWindget.spec_weapp .noveltySlider .slick-list .slick-dots {
  display: none !important;
}
.container-all-categories.novelty .noveltySlider .slick-dots, .topProductWindget.spec_weapp .noveltySlider .slick-dots {
  background: rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  bottom: 0;
  margin-top: 15px;
}
.container-all-categories.novelty .noveltySlider .slick-dots li, .topProductWindget.spec_weapp .noveltySlider .slick-dots li {
  background: transparent;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  cursor: pointer;
  margin: 0 12px;
}
.container-all-categories.novelty .noveltySlider .slick-dots li button::before, .topProductWindget.spec_weapp .noveltySlider .slick-dots li button::before {
  color: transparent;
}
.container-all-categories.novelty .noveltySlider .slick-dots li:hover, .topProductWindget.spec_weapp .noveltySlider .slick-dots li:hover {
  background: rgba(0, 0, 0, 0.6);
}
.container-all-categories.novelty .noveltySlider .slick-dots li.slick-active, .topProductWindget.spec_weapp .noveltySlider .slick-dots li.slick-active {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.container-all-categories.novelty .noveltySlider-wrap, .topProductWindget.spec_weapp .noveltySlider-wrap, .container-all-categories.novelty .sliderItems.popular, .topProductWindget.spec_weapp .sliderItems.popular {
  width: 100%;
  overflow: hidden;
}
.container-all-categories.novelty .noveltySlider-wrap .prev-slide-big, .topProductWindget.spec_weapp .noveltySlider-wrap .prev-slide-big, .container-all-categories.novelty .sliderItems.popular .prev-slide-big, .topProductWindget.spec_weapp .sliderItems.popular .prev-slide-big {
  left: 5px;
  position: absolute;
  top: 45%;
  z-index: 350;
}
.container-all-categories.novelty .noveltySlider-wrap .next-slide-big, .topProductWindget.spec_weapp .noveltySlider-wrap .next-slide-big, .container-all-categories.novelty .sliderItems.popular .next-slide-big, .topProductWindget.spec_weapp .sliderItems.popular .next-slide-big {
  position: absolute;
  right: 5px;
  top: 45%;
  z-index: 350;
}
.container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-left, .topProductWindget.spec_weapp .noveltySlider-wrap .fa.big-arrow-left, .container-all-categories.novelty .sliderItems.popular .fa.big-arrow-left, .topProductWindget.spec_weapp .sliderItems.popular .fa.big-arrow-left, .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-right, .topProductWindget.spec_weapp .noveltySlider-wrap .fa.big-arrow-right, .container-all-categories.novelty .sliderItems.popular .fa.big-arrow-right, .topProductWindget.spec_weapp .sliderItems.popular .fa.big-arrow-right {
  color: rgba(87, 40, 146, 0.5);
  cursor: pointer;
  display: inline-block;
  font-size: 50px;
  text-rendering: auto;
}
.container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-left:hover, .topProductWindget.spec_weapp .noveltySlider-wrap .fa.big-arrow-left:hover, .container-all-categories.novelty .sliderItems.popular .fa.big-arrow-left:hover, .topProductWindget.spec_weapp .sliderItems.popular .fa.big-arrow-left:hover, .container-all-categories.novelty .noveltySlider-wrap .fa.big-arrow-right:hover, .topProductWindget.spec_weapp .noveltySlider-wrap .fa.big-arrow-right:hover, .container-all-categories.novelty .sliderItems.popular .fa.big-arrow-right:hover, .topProductWindget.spec_weapp .sliderItems.popular .fa.big-arrow-right:hover {
  color: rgba(87, 40, 146, 1);
}
.container-all-categories.novelty .noveltySlider-wrap, .topProductWindget.spec_weapp .noveltySlider-wrap {
  position: relative;
}
.container-all-categories.novelty .prev-slide-big.new-arrow-prev.slick-arrow.slick-hidden.slick-disabled, .topProductWindget.spec_weapp .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, .topProductWindget.spec_weapp .next-slide-big.new-arrow-next.slick-arrow.slick-hidden.slick-disabled {
  visibility: hidden;
}
@media only screen and (min-width: 0px) 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: 140%;
    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: 16px;
    line-height: 140%;
    margin-right: -2px;
    padding: 9px 15px;
  }
  .container-all-categories.novelty .block .content .availability .main-price span {
    font-size: 16px;
    line-height: 140%;
  }
  .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;
  }
  .container-all-categories.novelty .noveltySlider-wrap .prev-slide-big {
    left: 15px;
  }
  .container-all-categories.novelty .noveltySlider-wrap .next-slide-big {
    right: 15px;
  }
}
@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: 16px;
    line-height: 140%;
  }
  .container-all-categories.novelty .block .content .presence {
    font-size: 16px;
    line-height: 140%;
  }
  .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: 140%;
    line-height: 140% !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%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    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: 140% !important;
  }
  .container-all-categories.novelty .block .pictures {
    padding-left: 60px;
  }
  .basket.product-button.product-button-checked > a {
    width: 40px;
    height: 40px;
  }
  .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: 40px;
    padding: 0;
    height: 40px;
  }
  .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%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    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;
  }
  .container-all-categories.novelty .noveltySlider .slick-list {
    padding: 10px;
  }
}
.progress-bar {
  width: 100%;
  height: 20px;
}
.progress-bar .progress {
  display: block;
  height: 100%;
  width: 0px;
  background-color: rgba(87, 40, 146, 0.05);
}
.mainSlider-container, .mainSlider {
  min-height: 312px;
}
.mainSlider-container .slick-dots {
  bottom: 45px;
  padding-right: 30px;
  text-align: center;
  z-index: 1;
  display: none !important;
}
.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: 5px;
  position: absolute;
  top: 45%;
  z-index: 250;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainSlider .prev-slide-big:hover {
  opacity: 1;
}
.mainSlider .next-slide-big {
  position: absolute;
  right: 5px;
  top: 45%;
  z-index: 250;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainSlider .next-slide-big:hover {
  opacity: 1;
}
.mainSlider .slick-track {
  min-height: 312px;
  height: 100%;
}
.mainSlider .slick-slide {
  min-height: 100px;
  position: relative;
}
.mainSlider .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: 100%;
}
.mainSlider .slick-slide .info-banner-text .titleSlider {
  color: rgba(0, 0, 0, 0.75);
  font-family: 'Roboto', sans-serif, Arial;
  font-size: 35px;
  line-height: 120%;
  text-shadow: 0 0 1px #572892;
  text-transform: uppercase;
  padding-right: 100px;
  padding-left: 100px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.mainSlider .fa {
  color: rgba(87, 40, 146, 0.5);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: inline-block;
  font-size: 50px;
  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: 25px;
    line-height: 120%;
    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%;
  }
  .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: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    width: 100%;
  }
  .mainSlider .slick-slide .info-banner-text .titleSlider {
    font-size: 25px;
    line-height: 120%;
    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;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainSlider .slick-slide .info-banner-text .titleSlider {
    font-size: 25px;
    line-height: 120%;
  }
  .mainSlider {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  .mainSlider .slick-slide .info-banner-text .titleSlider {
    font-size: 25px;
    line-height: 120%;
  }
  .mainSlider {
    height: auto;
  }
}
#page-wrapper .topProductWindget {
  display: none;
}
.topProductWindget h2 {
  padding: 30px 0 10px;
}
.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;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popular .product-block {
    width: 50%;
  }
  .more-button-wrapper, .more-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .topProductWindget .wrapper.spec_items .product-block.popular-product-block {
    min-height: auto;
  }
  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%;
    max-width: 50%;
  }
  .topProductWindget .wrapper .product-block .product-buttons-wrapper {
    width: auto;
  }
  .topProductWindget .wrapper .product-block .name {
    font-size: 16px;
    line-height: 140%;
    position: relative;
    display: block;
    z-index: 250;
    overflow: visible;
  }
  .topProductWindget .wrapper .product-block .product-image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .topProductWindget .product-block .char-wrapper {
    display: none;
  }
}
@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;
  }
}
@media only screen and (min-width: 1200px) {
  .topProductWindget.spec_weapp .sliderItems.popular {
    position: relative;
  }
}
.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;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  min-width: 350px;
  max-width: 33%;
  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;
  position: relative;
}
.product-block img {
  max-height: 100%;
}
.product-block:hover {
  background-color: #fff;
  box-shadow: 0 0 8px #c9ccd1;
  z-index: 350;
}
.product-block:hover .name {
  z-index: 290;
  background-color: rgba(255, 255, 255, 0.4);
}
.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: 100%;
}
.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: 140%;
  color: rgba(0, 0, 0, 0.8);
  margin: auto;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 0 20px;
  width: 100%;
  z-index: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.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;
  height: 240px;
  width: 100%;
}
.product-block .presence {
  font-size: 16px;
  line-height: 140%;
  color: #572892;
  padding-bottom: 15px;
}
.product-block .product-buy-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;
  margin-bottom: 20px;
  max-width: 100%;
}
.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;
  position: relative;
}
.product-block .product-price .old-price {
  position: absolute;
  bottom: -12px;
  padding: 4px;
  font-size: 14px;
  background-color: white;
  text-decoration: line-through;
  text-decoration-color: currentcolor;
  text-decoration-color: red;
  color: rgba(0, 0, 0, 0.6);
  right: 4px;
  box-shadow: 0 0 8px rgba(87, 40, 146, 0.2);
  border-radius: 8px;
}
.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: #000;
}
.product-block .main-price.new {
  color: red;
}
.product-block .currency-price {
  font-size: 16px;
  line-height: 140%;
  color: rgba(87, 40, 146, 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;
}
.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: 16px;
  line-height: 140%;
  color: rgba(87, 40, 146, 0.5);
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.product-block .comments-wrapper-block .count-comments {
  font-size: 16px;
  line-height: 140%;
  color: #572892;
  padding-left: 10px;
}
.product-block .char-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;
  background: rgba(255, 255, 255, 0.5);
  text-align: left;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 70px;
  z-index: 2500;
  padding-bottom: 0;
  padding-top: 0;
  transition: 0.3s;
}
.product-block .char-wrapper table.main-product-char {
  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;
}
.product-block .char-wrapper td {
  padding: 5px;
  width: 100%;
  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;
}
.product-block .char-wrapper td img {
  margin: 0 auto;
  max-width: 100px;
  display: block;
}
.product-block .char-wrapper td:first-child {
  display: none;
}
.product-block .char-wrapper td:last-child {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  color: #572892;
}
.product-block .char-wrapper a {
  color: rgba(87, 40, 146, 0.6);
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
}
.product-block .char-wrapper a:hover {
  color: rgba(87, 40, 146, 1);
  text-decoration: none;
}
.product-block:hover .char-wrapper {
  background-color: #fff;
}
.conR .comparsion-wrapper .comparsion-products .product-block, .likedProds .comparsion-wrapper .comparsion-products .product-block {
  padding-bottom: 20px;
}
.product-block .main-price {
  border: 2px dashed rgba(87, 40, 146, 0.2);
  font-size: 16px;
  line-height: 140%;
  padding: 5px 10px;
  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;
  min-height: 44px;
}
.product-block .main-price span {
  font-size: 16px;
  line-height: 140%;
}
.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: 16px;
  line-height: 140%;
}
.product-block .product-buttons-wrapper noindex .product-button a .basket-icon {
  font-size: 16px;
  line-height: 140%;
}
.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;
  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;
  line-height: 140%;
  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: 16px;
  line-height: 140%;
  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: 0px) and (max-width: 1199px) {
  .product-block .char-wrapper {
    bottom: 50px;
  }
  .product-block .product-image-wrapper {
    min-height: 90px;
  }
  .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: 140%;
    padding: 0 10px;
    position: relative;
  }
  .product-block .product-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    height: 210px;
    z-index: 260;
  }
  .product-block .product-image-wrapper img {
    max-height: 100%;
  }
  .product-block .product-button {
    height: 100%;
  }
  .product-block .product-price {
    padding: 0;
  }
  .product-block .presence {
    padding-bottom: 5px;
  }
  .catalog-page .products .product-block, .catalog-page.closeFilters .products .product-block {
    width: auto;
    min-width: 300px;
  }
  .product-block .product-buttons-wrapper {
    max-width: 300px;
    margin-left: 5px;
  }
  .product-block .product-image-wrapper {
    height: 175px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .product-block .name {
    height: auto;
  }
  .product-block:hover {
    border: 1px solid transparent;
  }
  .product-block .product-link-wrapper {
    order: 1;
  }
  .product-block .product-link-wrapper .product-image-wrapper {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .product-block .product-buy-block {
    order: 3;
  }
  .product-block .char-wrapper {
    order: 2;
    padding-bottom: 10px;
    bottom: 0;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1589px) {
  .product-block {
    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: 140%;
  }
  .product-block .product-buttons-wrapper noindex .product-button a {
    font-size: 16px;
    line-height: 140%;
  }
  .product-block .product-buttons-wrapper noindex .product-button a .basket-icon {
    font-size: 16px;
    line-height: 140%;
    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: auto;
  }
  .main-history .sliderItems .viewItems .product-block {
    width: 25%;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-page.closeFilters .products .product-block, .catalog-page .products .product-block {
    max-width: 100%;
  }
  .product-block .product-buy-block {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1560px) {
  .likes-block .product-block {
    width: auto;
    min-width: 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catalog-page.closeFilters .products .product-block, .catalog-page .products .product-block {
    max-width: 50%;
    width: 100%;
  }
}
.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 {
  max-width: 100%;
}
.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;
  z-index: 360;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}
.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: 16px;
  line-height: 140%;
  -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 .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 .context-menu noindex a {
  font-size: 16px;
  line-height: 140%;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .name {
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  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-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 165px;
  max-width: 100%;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-image-wrapper .image {
  max-height: 100%;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .label-wrapper {
  padding: 0px;
}
.main-history .sliderItems .viewItems .draggable .slick-track .product-block .label-wrapper img {
  max-width: 40px;
}
.main-history .sliderItems .number {
  margin: 20px;
}
.main-history .sliderItems .number .fa {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.2);
  text-rendering: auto;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  cursor: pointer;
}
.main-history .sliderItems .number .fa:hover {
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .main-history .sliderItems {
    position: relative;
    padding-bottom: 0;
  }
  .main-history .sliderItems .prev-icon {
    position: absolute;
    bottom: 40%;
    left: 0;
    z-index: 10;
  }
  .main-history .sliderItems .prev-icon .fa {
    font-size: 45px;
  }
  .main-history .sliderItems .next-icon {
    position: absolute;
    bottom: 40%;
    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: 50%;
  }
  .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(0, 0, 0, 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: 16px;
    line-height: 140%;
    height: auto;
    max-width: none;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper .product-link .product-image-wrapper {
    width: auto;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 0;
    z-index: 300;
  }
  .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;
  }
  .main-history .sliderItems .number {
    margin: 0px 5px;
    z-index: 2;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .label-wrapper img {
    max-width: 25px;
  }
}
@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: 0px) and (max-width: 1199px) {
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-buy-block {
    display: none;
  }
  .main-history .sliderItems .viewItems .draggable .slick-track .product-block .product-link-wrapper .product-link .product-image-wrapper {
    margin-bottom: 0;
  }
  .main-history .sliderItems .viewItems .slick-dots {
    display: none !important;
  }
}
@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: #572892;
  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 .label-wrapper img, .likedProds .label-wrapper img {
  max-width: 25px;
}
.conR .comparsion-wrapper, .likedProds .comparsion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 380px;
  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;
  padding: 0 20px;
}
.conR .comparsion-wrapper .comparsion-menu > *, .likedProds .comparsion-wrapper .comparsion-menu > * {
  margin: 10px 0;
}
.conR .comparsion-wrapper .comparsion-menu a, .likedProds .comparsion-wrapper .comparsion-menu a {
  font-family: 'Roboto', sans-serif, Arial;
  max-width: 210px;
}
.conR .comparsion-wrapper .comparsion-menu a:last-child, .likedProds .comparsion-wrapper .comparsion-menu a:last-child {
  margin-bottom: 25px;
  margin-top: auto;
}
.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(255, 255, 255, 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(0, 0, 0, 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(0, 0, 0, 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: #000;
  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-menu a:nth-last-of-type(2), .likedProds .comparsion-wrapper .comparsion-menu a:nth-last-of-type(2) {
  display: 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(255, 255, 255, 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(255, 255, 255, 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: "\f00d";
}
.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(87, 40, 146, 0.1);
}
.comparsion-container .comparison-characteristics .char-name:nth-of-type(2n), .comparsion-container .comparison-characteristics .characteristic-cell:nth-of-type(2n) {
  background: rgba(0, 0, 0, 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: #fff;
  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: #572892;
  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, 0.8);
  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(87, 40, 146, 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(0, 0, 0, 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: #572892;
    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(87, 40, 146, 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;
    margin-bottom: 35px;
  }
  .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 {
    max-width: 175px;
    padding: 10px 15px;
    margin-bottom: 35px;
  }
  .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;
  }
  .conR .comparsion-wrapper .comparsion-menu a.btnAddItem, .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 {
    font-size: 14px;
  }
  .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 {
    font-size: 20px;
  }
}
#search-form .select2-container .select2-choice > .select2-chosen {
  max-width: 100%;
}
#search-form .select2-container .select2-choice {
  color: #fff;
}
#search-form .ui-helper-hidden-accessible, #search-form .forselect_2 {
  display: none;
}
form#search-formbottom .select2-container .select2-choice {
  color: #fff;
  border-radius: 0;
  background-color: #572892;
}
.headerSearchWrapp {
  position: relative;
  margin-right: 5px;
}
.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;
}
.headerSearchWrapp .ui-helper-hidden-accessible {
  display: none;
}
header .header-wrapper .middleLine .headerSearchWrapp.open form input {
  border: 1px solid rgba(87, 40, 146, 0.2);
}
.scroll-wrapper.select2-results.scrollbar-vista {
  margin: 0;
}
.select2-drop.select2-display-none.mainSearch.select2-drop-active {
  border: 1px solid #572892;
  width: 560px !important;
  padding-bottom: 20px;
  padding-top: 10px;
}
.select2-results-dept-0.select2-result.select2-result-selectable.select2-highlighted {
  background: rgba(87, 40, 146, 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;
}
.search_page .sort_block .pager .list_wrap {
  display: inline-block;
}
.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(87, 40, 146, 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(87, 40, 146, 1);
  width: 100%;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content {
  padding-right: 25px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content li.ui-menu-item {
  padding: 10px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content li.ui-menu-item .ui-ac-img-wrapper {
  display: inline-table;
  width: 40%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  text-align: center;
  padding: 10px;
  font-size: 0;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content 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 li.ui-menu-item .ui-ac-name-wrapper {
  display: inline-table;
  vertical-align: top;
  width: 60%;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content li.ui-menu-item .ui-ac-name {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 120%;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content li.ui-menu-item .ui-ac-price {
  color: rgba(87, 40, 146, 1);
  font-size: 16px;
  line-height: 140%;
  padding-top: 10px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content 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 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 li.ui-menu-item:hover .ui-ac-price {
  color: rgba(0, 0, 0, 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: #572892;
  content: " ";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
  opacity: 0.5;
}
.autocompleteWrapper .scroll-element_outer .scroll-bar {
  background-color: #572892;
  right: 0;
}
/* fix 4 all */
div#s2id_Search_category b {
  display: none;
}
.autocompleteWrapper ul {
  background-color: #fff;
}
.autocompleteWrapper li a {
  border: none !important;
  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;
}
@media only screen and (max-width: 1199px) {
  header .header-wrapper .middleLine .headerSearchWrapp.open form input {
    border: 1px solid rgba(87, 40, 146, 0.2);
    background-color: #fff;
  }
  header .header-wrapper .middleLine form .submit-block {
    right: 0;
  }
  body .autocompleteWrapper.ui-id-1, body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: none !important;
  }
}
#search-form .select2-container .select2-choice > .select2-chosen {
  max-width: 100%;
}
#search-form .select2-container .select2-choice {
  color: #fff;
}
#search-form .ui-helper-hidden-accessible, #search-form .forselect_2 {
  display: none;
}
form#search-formbottom .select2-container .select2-choice {
  color: #fff;
  border-radius: 0;
  background-color: #572892;
}
.headerSearchWrapp {
  position: relative;
  margin-right: 5px;
}
.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;
}
.headerSearchWrapp .ui-helper-hidden-accessible {
  display: none;
}
header .header-wrapper .middleLine .headerSearchWrapp.open form input {
  border: 1px solid rgba(87, 40, 146, 0.2);
}
.scroll-wrapper.select2-results.scrollbar-vista {
  margin: 0;
}
.select2-drop.select2-display-none.mainSearch.select2-drop-active {
  border: 1px solid #572892;
  width: 560px !important;
  padding-bottom: 20px;
  padding-top: 10px;
}
.select2-results-dept-0.select2-result.select2-result-selectable.select2-highlighted {
  background: rgba(87, 40, 146, 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;
}
.search_page .sort_block .pager .list_wrap {
  display: inline-block;
}
.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(87, 40, 146, 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(87, 40, 146, 1);
  width: 100%;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content {
  padding-right: 25px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content li.ui-menu-item {
  padding: 10px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content li.ui-menu-item .ui-ac-img-wrapper {
  display: inline-table;
  width: 40%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  text-align: center;
  padding: 10px;
  font-size: 0;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content 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 li.ui-menu-item .ui-ac-name-wrapper {
  display: inline-table;
  vertical-align: top;
  width: 60%;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content li.ui-menu-item .ui-ac-name {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 120%;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content li.ui-menu-item .ui-ac-price {
  color: rgba(87, 40, 146, 1);
  font-size: 16px;
  line-height: 140%;
  padding-top: 10px;
}
.autocompleteWrapper ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all.scrollbar-vista.scroll-content 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 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 li.ui-menu-item:hover .ui-ac-price {
  color: rgba(0, 0, 0, 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: #572892;
  content: " ";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
  opacity: 0.5;
}
.autocompleteWrapper .scroll-element_outer .scroll-bar {
  background-color: #572892;
  right: 0;
}
/* fix 4 all */
div#s2id_Search_category b {
  display: none;
}
.autocompleteWrapper ul {
  background-color: #fff;
}
.autocompleteWrapper li a {
  border: none !important;
  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;
}
@media only screen and (max-width: 1199px) {
  header .header-wrapper .middleLine .headerSearchWrapp.open form input {
    border: 1px solid rgba(87, 40, 146, 0.2);
    background-color: #fff;
  }
  header .header-wrapper .middleLine form .submit-block {
    right: 0;
  }
  body .autocompleteWrapper.ui-id-1, body .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: none !important;
  }
}
.bottom-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 501;
  /* Поиск */
  /* Ссылки и выпадающие списки */
}
.bottom-menu .quantity {
  display: none;
}
.bottom-menu .help {
  width: 100%;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
.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: #636;
  color: #fff;
  font-size: 25px;
  line-height: 120%;
  padding: 1px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: color 0.35s;
}
.bottom-menu .hide:hover {
  color: #eec993;
}
.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: #636;
  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;
}
.bottom-menu .navigation div.to-top .arrow-up {
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  padding: 0;
  float: right;
  margin-left: 5px;
  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%;
}
.bottom-menu .navigation div.to-top .arrow-up::after {
  color: #fff;
  height: 100%;
  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 .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: 16px;
  line-height: 140%;
  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;
  max-width: 600px;
  /* Фикс стилей с библиотеки */
}
.bottom-menu .headerSearchWrapp .select2-dropdown-open.select2-drop-above .select2-choice {
  border: none;
  background: #572892;
}
.bottom-menu .headerSearchWrapp .select2-container .select2-choice > .select2-chosen {
  margin-right: 30px;
}
.bottom-menu .headerSearchWrapp .select2-container .select2-choice {
  padding: 0 30px 0 15px;
  display: none;
}
.bottom-menu .headerSearchWrapp .ui-autocomplete-input {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 50px 10px 15px;
}
.bottom-menu .headerSearchWrapp .submit-block {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.bottom-menu .headerSearchWrapp .submit-button, .bottom-menu .headerSearchWrapp button {
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 0;
}
.bottom-menu .headerSearchWrapp .search {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.bottom-menu .headerSearchWrapp .search:hover i {
  color: #000;
}
.bottom-menu .headerSearchWrapp .search button {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.bottom-menu .open .submit-block {
  right: 0;
}
.bottom-menu .list_wrap.open .list_indent {
  padding-bottom: 12px;
}
.bottom-menu .list_wrap.open .list_indent a {
  color: rgba(87, 40, 146, 0.8);
}
.bottom-menu .list_wrap.open .list_indent a:hover {
  text-decoration: underline;
  color: #572892;
}
.bottom-menu .navigation .fast-links {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.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 *[data-id=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 {
  min-width: 200px;
  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: "\f00d";
  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(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .open::before {
  background-color: #572892;
  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;
  left: -1px;
  width: 100%;
  display: block;
  min-width: 200px;
}
.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(0, 0, 0, 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;
  left: auto;
  right: -1px;
}
.bottom-menu .navigation .fast-links .comparison_list_wrap .bottom.open::before {
  background: #572892;
  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 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 140%;
  white-space: nowrap;
}
.bottom-menu .fast-links div a, .bottom-menu .fast-links a a {
  color: rgba(255, 255, 255, 0.8);
}
.bottom-menu .fast-links > div, .bottom-menu .fast-links *[data-id=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);
}
.bottom-menu.open .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bottom-menu.absolute {
  position: absolute;
  z-index: 230;
}
.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: 'Roboto', sans-serif, Arial;
    font-size: 16px;
    line-height: 140%;
    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;
    line-height: 140%;
  }
  .bottom-menu .navigation .fa {
    font-size: 16px;
    line-height: 140%;
  }
  .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;
  }
  .bottom-menu .navigation {
    height: 50px;
  }
  .bottom-menu {
    display: none !important;
  }
}
@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;
  }
  .navigation .fast-links > a span {
    margin-left: 10px;
  }
  .bottom-menu .help {
    padding: 0 15px;
  }
}
@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: 'Roboto', sans-serif, Arial;
    font-size: 16px;
    line-height: 140%;
    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: 10px;
    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;
    line-height: 140%;
  }
}
@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;
    line-height: 140%;
  }
  .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: 0px) and (max-width: 1199px) {
  .bottom-menu .fast-links div.quantity {
    display: none;
  }
  .bottom-menu .help {
    position: relative;
  }
  .bottom-menu .navigation {
    padding: 15px;
    position: relative;
  }
  .bottom-menu .navigation .headerSearchWrapp {
    cursor: pointer;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 500;
    height: 100%;
  }
  .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 *[data-id=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;
    line-height: 140%;
  }
  .bottom-menu .navigation .fa {
    font-size: 16px;
    line-height: 140%;
  }
  .bottom-menu .navigation div.to-top {
    width: auto;
  }
  .bottom-menu .navigation .fast-links .number-of-items-in-wishList {
    display: block !important;
  }
  .bottom-menu .navigation .headerSearchWrapp form {
    color: rgba(255, 255, 255, 0.8);
  }
  .bottom-menu .navigation .headerSearchWrapp.open form {
    color: #000;
  }
  .bottom-menu .hide {
    font-size: 25px;
    line-height: 120%;
  }
}
.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;
  width: 100%;
}
.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;
  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: 0;
  border-bottom: 1px solid rgba(87, 40, 146, 0.2);
}
.news_block .title .date {
  padding: 0 10px;
  background-color: #572892;
  font-size: 25px;
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  height: 50px;
  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;
}
.news_block .title .name {
  font-size: 25px;
  line-height: 120%;
  color: #333;
  display: block;
  padding: 10px;
  text-align: left;
}
.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: 16px;
  line-height: 140%;
  line-height: 140% !important;
  color: #333;
}
.news_block .detail {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 140%;
  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(87, 40, 146, 0.05);
  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: #333;
  font-size: 16px;
  line-height: 140%;
  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;
  color: #000;
}
.news-detail-container .item-description {
  font-size: 16px;
  line-height: 140%;
  line-height: 140% !important;
  text-shadow: 0 1px 0 #fff;
  color: #000;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .news-detail-container .item-description {
    font-size: 16px;
    line-height: 140%;
  }
  .news-detail-container .slider-wrapper {
    width: 100%;
    padding: 20px 15px 0;
  }
  .news-detail-container .row-items-block {
    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: 16px;
    line-height: 140%;
  }
  .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;
    line-height: 140%;
    padding-bottom: 0;
  }
  .news_block .title .date {
    height: 22px;
    font-size: 12px;
    line-height: 120%;
  }
  .news_block .detail, .news-detail-container .sublinks-block a {
    margin-right: 0;
  }
  .news_block {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news_block .content {
    padding: 0;
  }
  .news_block .content .description {
    padding-top: 10px;
  }
  .news-detail-container {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
  .news-detail-container .sublinks-block {
    padding: 0;
  }
  .news_block .title {
    -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;
  }
}
.fast_subscribe {
  display: none;
  position: fixed;
  right: -16px;
  bottom: 180px;
  z-index: 380;
  transition: 0.3s;
}
.fast_subscribe:hover {
  right: 0;
}
.fast_subscribe > div {
  width: 44px;
  height: 44px;
  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(102, 51, 102, 0.8);
  border: 1px solid rgba(238, 201, 147, 0.5);
  margin-top: 8px;
  margin-bottom: 8px;
}
.fast_subscribe > div i {
  font-size: 25px;
  line-height: 120%;
}
.fast_subscribe > div:hover {
  color: rgba(238, 201, 147, 1);
  background: rgba(102, 51, 102, 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(255, 255, 255, 0.2);
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.scroll-element.scroll-x.scroll-scrollx_visible > div .scroll-bar {
  background: #572892;
  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: #333;
}
.page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history {
  margin-bottom: 20px;
}
.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 #eec993;
  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: 16px;
  line-height: 140%;
}
.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 #eec993;
  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: 16px;
  line-height: 140%;
}
.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: 16px;
  line-height: 140%;
}
.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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
}
.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: 16px;
  line-height: 140%;
  margin: 0 5px;
}
.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: 16px;
  line-height: 140%;
  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: 16px;
    line-height: 140%;
  }
  .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: 16px;
    line-height: 140%;
  }
  .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: 16px;
    line-height: 140%;
  }
  .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;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content {
    padding: 0 10px;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-total {
    margin: 10px 0;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history {
    margin-bottom: 0;
  }
}
@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: 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: 16px;
    line-height: 140%;
  }
  .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: 16px;
    line-height: 140%;
  }
  .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: 16px;
    line-height: 140%;
    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: 1199px) {
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .information-about-the-order {
    padding: 10px 0;
  }
  .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: 16px;
    line-height: 140%;
  }
  .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history {
    padding: 10px 0;
    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: 16px;
    line-height: 140%;
    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;
    line-height: 120%;
    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: 16px;
    line-height: 140%;
    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: 16px;
    line-height: 140%;
    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: 16px;
    line-height: 140%;
  }
  .discount {
    text-align: center;
    padding: 50px 10px;
  }
  .discount .title {
    font-size: 16px;
    line-height: 140%;
  }
  .discount div:last-child {
    font-size: 16px;
    line-height: 140%;
  }
}
.product-code-in-history {
  display: none;
}
body .page-title .w-section .w-container .w-tabs .w-tab-content .w-tab-pane .block-order-history .ordering-information-in-history .price-history {
  display: flex;
  justify-content: flex-end;
}
body .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: auto;
  margin-right: 5px;
  display: flex;
}
body .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: auto;
}
body .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, body .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 {
  margin: 0 5px;
}
body .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 {
  width: auto;
  display: flex;
}
