.left {
  float: left;
}
.right {
  float: right;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
}
ul,
p,
nav {
  padding: 0;
  list-style: none;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #151515;
  background: url(../img/main_bg.jpg) center top no-repeat no-repeat fixed #fff;
}
.input {
  border: solid 2px #e1e1e1;
  border-radius: 5px;
  height: 34px;
  text-indent: 10px;
  display: block;
  width: 100%;
}
.button {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  line-height: 15px;
  border: solid 1px #555555;
  color: #555555;
  background: none;
  border-radius: 5px;
  padding: 4px 15px;
}
.button.sm {
  padding: 4px 8px;
}
.button:hover {
  background: #705e9c;
  color: #fff;
  border-color: #705e9c;
}
.button.active,
.button:active {
  background: #88b456;
  color: #fff;
  border-color: #88b456;
}
.button.preorder-btn {
  background: #9b59b6;
  border-color: #9b59b6;
  color: #e1e1e1;
}
.button.preorder-btn:hover {
  background: #705e9c;
  color: #fff;
  border-color: #705e9c;
}
.button.waiting-btn {
  background: #e1e1e1;
  border-color: #e1e1e1;
}
.button.button-notify {
  background: #e1e1e1;
  border-color: #e1e1e1;
  color: #000000;
}
.button.submit {
  background: #705e9c;
  color: #fff;
  border-color: #705e9c;
  text-transform: uppercase;
  padding: 4px 20px;
}
.button.submit:hover {
  background: #555555;
  color: #fff;
  border-color: #555555;
}
.button.social-auth {
  border-color: #e1e1e1;
  border: solid 2px #e1e1e1;
  text-transform: uppercase;
  padding: 4px 20px;
  margin-bottom: 5px;
  width: 100%;
}
.button.social-auth:hover {
  background: #e1e1e1;
  color: #fff;
  border-color: #e1e1e1;
}
.social-auth-icon {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  background: url(../img/authchoice.png) no-repeat;
  margin: 0 auto;
  vertical-align: middle;
}
.social-auth-icon.google {
  background-position: 0 -17px;
}
.social-auth-icon.twitter {
  background-position: 0 -34px;
}
.social-auth-icon.yandex {
  background-position: 0 -51px;
}
.social-auth-icon.vkontakte {
  background-position: 0 -68px;
}
.social-auth-icon.facebook {
  background-position: 0 -85px;
}
.social-auth-icon.linkedin {
  background-position: 0 -102px;
}
.social-auth-icon.github {
  background-position: 0 -119px;
}
.social-auth-icon.live {
  background-position: 0 -136px;
}
.login-separator-row {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
.login-separator-row:before {
  display: table;
  content: "";
}
.login-separator-row .separator-text {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 14px;
  z-index: 1;
  overflow: hidden;
}
.login-separator-row .separator-text:before {
  width: 50%;
  top: 51%;
  overflow: hidden;
  height: 1px;
  background-color: #e1e1e1;
  content: '\a0';
  position: absolute;
  margin-left: -52%;
  text-align: right;
}
.login-separator-row .separator-text:after {
  margin-left: 2%;
  width: 50%;
  top: 51%;
  overflow: hidden;
  height: 1px;
  background-color: #e1e1e1;
  content: '\a0';
  position: absolute;
}
.corner-message {
  position: relative;
  overflow: hidden;
}
.corner-message:before {
  content: attr(message);
  display: block;
  background: #ec202a;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  position: absolute;
  top: 70px;
  left: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  z-index: 10;
  font-size: 10px;
}
.container.type2 {
  background: #fff;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .container.type2 {
    padding: 0 10px;
  }
}
.container.type2:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1e1e1;
}
.build-in-popup {
  display: none;
  width: 350px;
  position: absolute;
  top: 100%;
  border: solid 1px #e1e1e1;
  z-index: 20;
  background: #fff;
  right: -20px;
  padding: 15px;
  color: #151515;
}
@media (max-width: 1300px) and (min-width: 1240px), (max-width: 1020px) and (min-width: 992px), (max-width: 795px) and (min-width: 768px) {
  .build-in-popup {
    right: -5px;
  }
}
@media (max-width: 767px) {
  .build-in-popup {
    right: 0;
    padding: 10px;
  }
}
.build-in-popup h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .build-in-popup h2 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.build-in-popup .table {
  width: 100%;
  position: relative;
}
@media (max-width: 450px) {
  .build-in-popup form {
    display: block;
    width: 100%;
    max-width: unset;
    text-align: center;
  }
}
.build-in-popup form input {
  margin-top: 4px;
  margin-bottom: 10px;
}
.build-in-popup form a {
  display: block;
  color: #151515;
  margin-top: 5px;
}
.build-in-popup .login {
  display: table-cell;
  text-align: center;
  width: 180px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 450px) {
  .build-in-popup .login {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.build-in-popup .login-text {
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
}
.build-in-popup .login .error-summary {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  background: #ec424b;
}
.build-in-popup .login a {
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 450px) {
  .build-in-popup .login a {
    display: inline-block;
    margin-right: 1rem;
  }
}
.build-in-popup .login a:last-child {
  margin-top: 30px;
  font-size: 14px;
}
@media (max-width: 450px) {
  .build-in-popup .login a:last-child {
    margin-top: 0;
  }
}
.login-block .error-summary {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  background: #ec424b;
}
.notification-modal .login:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  margin: 0;
  top: 0;
  left: 13px;
  background: #e1e1e1;
}
#up-header {
  background: #705e9c;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 500px) {
  #up-header {
    text-align: center;
  }
}
#up-header .container {
  background: inherit;
}
#up-header .lang {
  float: left;
  margin-left: 10px;
}
#up-header .lang a {
  color: white;
  position: relative;
  display: inline-block;
}
#up-header .lang a:first-child {
  padding-right: 5px;
}
#up-header .lang a:first-child::after {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 7px;
}
@media (max-width: 1239px) {
  #up-header .lang {
    width: 100%;
    text-align: center;
  }
}
#up-header .social {
  float: left;
}
@media (max-width: 1239px) {
  #up-header .social {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #up-header .social > span {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #up-header .social {
    width: 100%;
    float: none;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #594b7c;
  }
}
#up-header .social span {
  background: #594b7c;
  display: block;
  padding: 0 10px 0 10px;
  position: relative;
  float: left;
  margin-right: 20px;
}
@media (max-width: 1239px) {
  #up-header .social span {
    padding: 0 10px 0 15px;
  }
}
@media (max-width: 500px) {
  #up-header .social span {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 12px;
  }
}
#up-header .social span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  left: 100%;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 11px #594b7c;
}
@media (max-width: 500px) {
  #up-header .social span:after {
    display: none;
  }
}
#up-header .social a {
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  float: left;
}
@media (max-width: 500px) {
  #up-header .social a {
    float: none;
    display: inline-block;
  }
}
#up-header .social a:before {
  content: '';
  background: url(../img/social.png);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
#up-header .social a.fb:before {
  background-position: 0%;
}
#up-header .social a.telegram:before {
  background-position: 33.3%;
}
#up-header .social a.tw:before {
  background-position: 66.6%;
}
#up-header .social a.in:before {
  background-position: 100%;
}
#up-header .social a:hover {
  background: #594b7c;
  border-radius: 50%;
}
#up-header nav {
  float: right;
}
@media (max-width: 1239px) {
  #up-header nav {
    margin: 0 auto;
    float: none;
    width: 95%;
  }
  #up-header nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 15px;
  }
}
@media (max-width: 997px) {
  #up-header nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 997px) {
  #up-header nav ul {
    justify-content: center;
  }
}
#up-header nav li {
  float: left;
}
@media (max-width: 500px) {
  #up-header nav li {
    float: none;
    display: inline-block;
    line-height: 14px;
    vertical-align: top;
  }
}
#up-header nav li a {
  color: #fff;
  padding: 0 5px;
  display: block;
}
@media (max-width: 1239px) {
  #up-header nav li a {
    padding: 0 3px;
    font-size: 13px;
  }
  #up-header nav li a:first-child {
    padding-left: 0;
  }
  #up-header nav li a:last-child {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  #up-header nav li a {
    padding: 5px 10px;
  }
}
#up-header nav li a img {
  display: none;
}
@media (max-width: 500px) {
  #up-header nav li a img {
    display: block;
  }
}
#up-header nav li a span {
  display: block;
}
@media (max-width: 500px) {
  #up-header nav li a span {
    display: none;
  }
}
.container {
  background: #fff;
}
header {
  position: relative;
  z-index: 11;
  padding-top: 15px;
}
@media (max-width: 450px) {
  header {
    padding-top: 5px;
  }
}
header .logo {
  position: relative;
}
@media (max-width: 1239px) {
  header .logo {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  header .logo {
    padding-left: 20px;
  }
}
header .logo img {
  padding-top: 25px;
  padding-left: 20px;
  max-width: 100%;
}
@media (max-width: 991px) {
  header .logo img {
    padding-top: 10px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  header .logo img {
    padding-left: 0px;
    display: block;
    margin: 0 auto;
  }
}
header .info {
  padding-left: 28px;
  padding-right: 23px;
  float: right;
}
@media (max-width: 991px) {
  header .info {
    float: left;
  }
}
@media (max-width: 768px) {
  header .info {
    padding: 0 10px;
  }
}
header .info .worktime {
  padding-left: 10px;
}
@media (max-width: 991px) {
  header .info .worktime {
    text-align: center;
  }
}
header .info .worktime span {
  font-size: 18px;
}
header .info .worktime a {
  color: #151515;
  padding-left: 10px;
}
header .info form {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
header .info form input {
  width: 100%;
  height: 40px;
  border: solid 3px #e3e3e3;
  border-radius: 5px;
  text-indent: 10px;
  font-size: 12px;
  padding-right: 40px;
  position: relative;
}
header .info form button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/search-icon.png) center center no-repeat;
  border: none;
}
header .info .example {
  padding-top: 12px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  header .info .example {
    text-align: center;
  }
}
header .account,
header .cart {
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  display: block;
}
@media (max-width: 1239px) {
  header .account,
  header .cart {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  header .account,
  header .cart {
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  header .account,
  header .cart {
    display: block;
    margin-left: auto;
  }
}
header .account.user-login,
header .cart.user-login {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .account a,
header .cart a {
  font-size: 14px;
  display: block;
  color: #705e9c;
}
header .account img,
header .cart img {
  display: none;
}
@media (max-width: 420px) {
  header .account img,
  header .cart img {
    display: block;
    padding-left: 20px;
  }
}
header .account span,
header .cart span {
  display: block;
}
@media (max-width: 420px) {
  header .account span,
  header .cart span {
    display: none;
  }
}
header .menu-button {
  width: 40px;
  height: 35px;
  display: none;
  border: solid 2px #705e9c;
  background: transparent;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  margin: 10px auto 10px;
}
@media (max-width: 767px) {
  header .menu-button {
    display: block;
  }
}
header .menu-button i {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #705e9c;
  position: absolute;
  left: 5px;
  top: 49%;
  transition: all 0.4s ease;
  transform-origin: 0 50%;
}
header .menu-button i:first-child {
  margin-top: -8px;
}
header .menu-button i:last-child {
  margin-top: 8px;
}
header .menu-button.open i {
  left: 6.5px;
}
header .menu-button.open i:nth-child(2) {
  opacity: 0;
}
header .menu-button.open i:first-child {
  transform: rotate(40deg);
  width: 30px;
  margin-top: -10px;
}
header .menu-button.open i:last-child {
  transform: rotate(-40deg);
  width: 30px;
  margin-top: 10px;
}
header .menu-button.open ~ .menu {
  display: block;
}
header .menu {
  list-style: none;
  margin-top: 20px;
  position: relative;
  border-bottom: solid 1px #e1e1e1;
}
@media (max-width: 767px) {
  header .menu {
    margin-top: 0;
    position: absolute;
    background: #fff;
    display: none;
    top: 100%;
    border-bottom: solid 1px #555555;
    border-top: solid 1px #e1e1e1;
  }
}
header .menu li {
  display: inline-block;
  position: relative;
  z-index: initial;
}
@media (max-width: 767px) {
  header .menu li {
    display: block;
    border-bottom: solid 1px #e1e1e1;
  }
}
header .menu li a {
  font-size: 16px;
  color: #151515;
  padding: 0 22px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  /*&:after{
					content: '';
					background-image: url(../img/arrow-down.png);
					background-size: contain;
					background-repeat: no-repeat;
					background-position: center;
					display: block;
					position: absolute;
					width: 10px;
					height: 20px;
					right: 0px;
					top:16px;
				}*/
}
@media (max-width: 1239px) {
  header .menu li a {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  header .menu li a {
    font-size: 14px;
    line-height: 30px;
  }
}
header .menu li a:only-child:after {
  display: none;
}
@media (min-width: 768px) {
  header .menu li:hover a {
    color: #705e9c;
  }
  header .menu li:hover .sub-menu {
    display: block;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  header .menu li.open a {
    color: #705e9c;
  }
  header .menu li.open a:after {
    transform: rotate(-90deg);
  }
  header .menu li.open .sub-menu {
    display: block;
    z-index: 11;
  }
  header .menu li.open .menu__arrow {
    transform: rotate(-90deg);
  }
}
header .menu__arrow {
  background-image: url(../img/arrow-menu.svg);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 22px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 9;
  transition: all 0.3s;
}
@media (max-width: 1239px) {
  header .menu__arrow {
    right: -6px;
    top: 13px;
  }
}
@media (max-width: 767px) {
  header .menu__arrow {
    top: 4px;
  }
}
header .menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 10px;
  background: #fff;
  border: solid 1px #e1e1e1;
  padding: 15px 0 15px 20px;
  z-index: 15;
}
@media (max-width: 767px) {
  header .menu .sub-menu {
    position: relative;
    left: 0;
    border-bottom: 0;
  }
}
header .menu .sub-menu .table {
  display: table;
}
@media (max-width: 767px) {
  header .menu .sub-menu .table {
    width: 100%;
  }
}
header .menu .sub-menu .table .category {
  display: block;
  width: auto;
  column-count: 2;
}
@media (max-width: 767px) {
  header .menu .sub-menu .table .category {
    display: block;
    width: 100%;
  }
}
@media (max-width: 425px) {
  header .menu .sub-menu .table .category {
    column-count: 1;
  }
}
header .menu .sub-menu .table .interesting {
  display: table-cell;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  header .menu .sub-menu .table .interesting {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
header .menu .sub-menu .table .interesting ul {
  width: auto;
}
header .menu .sub-menu .table .interesting:before {
  content: '';
  display: block;
  width: 1px;
  background: #e1e1e1;
  height: calc(100% - 70px);
  position: absolute;
  left: 0;
  top: 35px;
  bottom: 35px;
}
@media (max-width: 767px) {
  header .menu .sub-menu .table .interesting:before {
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    top: 0;
  }
}
header .menu .sub-menu ul {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  header .menu .sub-menu ul {
    width: 160px;
  }
}
@media (max-width: 450px) {
  header .menu .sub-menu ul {
    width: 100%;
  }
}
header .menu .sub-menu ul li {
  font-size: 14px;
  display: block;
  padding: 0;
}
@media (max-width: 767px) {
  header .menu .sub-menu ul li {
    border-bottom: none;
  }
}
header .menu .sub-menu ul li a {
  line-height: 25px;
  font-size: 14px;
  color: #555555;
  display: block;
  padding-left: 0;
}
@media (max-width: 767px) {
  header .menu .sub-menu ul li a {
    line-height: 20px;
  }
}
header .menu .sub-menu ul li:first-child a {
  font-size: 17px;
  color: #151515;
  padding-bottom: 5px;
}
header .menu .sub-menu ul li:hover a {
  color: #705e9c;
  text-decoration: underline;
}
.main-slider {
  background: #30323e url(../img/header-slider-bg.jpg) center center;
  background-size: cover;
  background-position-x: center;
  text-align: center;
  min-height: 280px;
  max-height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .main-slider {
    min-height: inherit;
    max-height: inherit;
    background-position-x: right;
  }
}
.main-slider .slick-list {
  margin: auto;
}
.main-slider .item {
  display: table;
  margin: 0 auto;
}
.main-slider .item img {
  max-height: 100%;
  width: 100%;
}
@media (max-width: 1230px) {
  .main-slider .item img {
    width: 100vw;
  }
}
.main-slider .slick-dots {
  text-align: center;
  height: 10px;
  margin-top: 5px;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.main-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.main-slider .slick-dots li button {
  display: block;
  overflow: hidden;
  height: 10px;
  width: 10px;
  border: solid 2px #705e9c;
  background: none;
  border-radius: 50%;
  color: transparent;
}
.main-slider .slick-dots li.slick-active button {
  background: #705e9c;
}
.publishers .container {
  background: #fff;
  padding: 20px 15px;
  position: relative;
}
.publishers .owl-carousel:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.publishers .owl-carousel:not(.owl-loaded) > a {
  flex-shrink: 0;
  margin-right: 20px;
}
.publishers a.all {
  background: #705e9c;
  height: 50px;
  color: #fff;
  float: left;
  width: 57px;
  padding-top: 14px;
  font-size: 10px;
  line-height: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 5px;
  position: relative;
}
.publishers a.all:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: -4px;
  right: -4px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  border-right: 14px solid #fff;
  transform: rotate(15deg);
}
.publishers a.all:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  bottom: -4px;
  right: -4px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
  border-right: 14px solid #fff;
  transform: rotate(-15deg);
}
.publishers__img {
  height: 50px;
  object-fit: contain;
}
.catalog .panel {
  display: block;
  padding-top: 10px;
}
.catalog .panel h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  padding-top: 5px;
  float: left;
}
.catalog .panel .switch {
  float: left;
}
.catalog .panel .switch a {
  font-size: 14px;
  line-height: 30px;
  color: #151515;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
}
.catalog .panel .switch a.selected {
  border-bottom: solid 2px #705e9c;
}
.catalog .panel .show-all {
  display: block;
  float: right;
  margin-top: 9px;
  font-size: 14px;
  line-height: 16px;
  padding-left: 24px;
  color: #151515;
  background: url(../img/view-icon.png) 0 60% no-repeat;
}
.catalog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.catalog-item {
  width: 232px;
  padding: 0 10px;
  padding-bottom: 20px;
  height: 100%;
  max-width: 100%;
}
@media (max-width: 1239px) {
  .catalog-item {
    width: 223px;
  }
}
@media (max-width: 991px) {
  .catalog-item {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .catalog-item {
    width: 185px;
  }
}
@media (max-width: 640px) {
  .catalog-item {
    width: 100%;
  }
}
.list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.list .owl-item {
  text-align: center;
}
.list .item {
  color: #151515;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.list .item .link {
  display: block;
  color: inherit;
  cursor: pointer;
}
.list .item .link:hover .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2) url(../img/view2-icon.png) center center no-repeat;
}
.list .item .image {
  display: block;
  width: 100%;
  position: relative;
  height: 200px;
  border: solid 1px #e1e1e1;
}
.list .item .image img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 92%;
  max-width: 95%;
}
.list .item h1,
.list .item h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  padding-top: 8px;
  text-align: left;
}
@media (max-width: 767px) {
  .list .item h1,
  .list .item h3 {
    font-size: 12px;
    text-align: center;
  }
}
.list .item .date {
  font-size: 10px;
  text-align: left;
  display: block;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .list .item .date {
    text-align: center;
  }
}
.list .item .new-price-block {
  position: relative;
  display: inline-block;
}
.list .item .old-price {
  display: block;
  font-size: 12px;
  color: #555555;
  text-decoration: line-through;
  line-height: 1;
}
.list .item .old-price-item b {
  text-decoration: line-through;
}
.list .item .price {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .list .item .price {
    margin-top: 0;
  }
}
.list .item .price b {
  font-size: 15px;
  line-height: 25px;
}
.list .item .price b.new-price {
  color: #ec202a;
  line-height: 1;
  font-size: 13px;
}
.list .item .price .button {
  display: block;
  margin: 0 auto;
}
.list .item .product_sku {
  margin-top: auto;
  text-align: center;
}
.list.large .item {
  width: 270px;
}
@media (max-width: 767px) {
  .list.large .item {
    width: 250px;
  }
}
.list.large .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.text-info {
  padding-bottom: 10px;
}
.text-info h2 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 15px;
}
.text-info p {
  padding-bottom: 15px;
}
footer {
  border-top: 2px solid #705e9c;
  padding: 30px 0;
}
footer .copyright {
  box-sizing: border-box;
  padding: 28px 30px 0;
  text-align: right;
}
footer .copyright span {
  font-size: 12px;
  color: #555555;
}
footer .copyright span.designer {
  display: inline-block;
  padding: 0 0 0 16px;
}
footer .copyright a {
  color: #151515;
  text-decoration: none;
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer h3 {
  font-size: 18px;
  color: #151515;
  padding: 0 0 20px 0;
}
.shop-items {
  box-sizing: border-box;
  padding: 0 30px;
}
.shop-items div {
  float: left;
  width: 50%;
}
.shop-items ul {
  margin: 0;
  padding: 0;
}
.shop-items li:last-child a {
  padding: 0;
}
.shop-items a {
  display: block;
  padding: 0 0 10px 0;
  text-decoration: none;
  color: #555;
}
.shop-items a:hover {
  text-decoration: underline;
}
@media (max-width: 990px) {
  .shop-items {
    margin-bottom: 15px;
  }
  .shop-items:before,
  .shop-items:after {
    content: " ";
    display: table;
  }
  .shop-items:after {
    clear: both;
  }
}
@media (max-width: 480px) {
  .shop-items {
    width: 100%;
  }
}
.footer-social {
  box-sizing: border-box;
  padding: 0;
}
.footer-social ul {
  display: block;
}
.footer-social ul li {
  float: left;
  margin: 0 10px 15px 0;
}
.footer-social ul li:last-child {
  margin: 0 15px 0 0;
}
.footer-social ul a {
  display: block;
  width: 21px;
  height: 20px;
  background: url(../img/footer-social.png);
}
.footer-social ul a.fb {
  background-position: 0 0;
}
.footer-social ul a.telegram {
  background-position: -30px 0px;
}
.footer-social ul a.twiter {
  background-position: -60px 0px;
}
.footer-social ul a.instagram {
  background-position: -90px 0px;
}
.footer-social ul a.youtube {
  background-position: -115px 0px;
}
.footer-social p {
  font-size: 12px;
  color: #555;
  margin: 0 0 15px 0;
}
@media (max-width: 990px) {
  .footer-social {
    width: 50%;
    float: left;
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .footer-social {
    width: 100%;
  }
}
.subscribe {
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 2rem;
}
.subscribe p {
  font-size: 12px;
  color: #555;
  margin: 0 0 18px 0;
}
.subscribe input {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #e1e1e1;
  padding: 6px 8px;
  font-size: 12px;
}
.subscribe button {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  background: #705e9c;
}
.subscribe button:hover {
  background: #594b7c;
}
@media (max-width: 1260px) {
  .subscribe {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .subscribe {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
  }
}
@media (max-width: 480px) {
  .subscribe {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 1239px) and (min-width: 992px) {
  .social-widget {
    float: right;
  }
}
@media (max-width: 1260px) {
  .social-widget {
    box-sizing: border-box;
  }
  .social-widget img {
    width: 100%;
  }
}
@media (max-width: 1260px) and (max-width: 990px) {
  .social-widget {
    width: 100%;
    overflow: hidden;
  }
  .social-widget div {
    padding: 20px 0 0 0;
    width: 300px;
  }
}
.breadcrumbs-block {
  padding: 18px 30px;
  border-bottom: 1px solid #ccc;
}
.breadcrumbs-block li {
  position: relative;
  display: inline-block;
}
.breadcrumbs-block li:before {
  content: "/";
  color: #151515;
  font-size: 12px;
}
.breadcrumbs-block li:first-child:before {
  display: none;
}
.breadcrumbs-block a {
  color: #151515;
  text-decoration: none;
  font-size: 12px;
}
.content-container {
  padding: 30px 30px 50px;
  display: flex;
}
@media (max-width: 640px) {
  .content-container {
    flex-wrap: wrap;
  }
}
.content-container h1,
.content-container h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.catalog-wrap {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}
@media (max-width: 640px) {
  .catalog-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .catalog-wrap .responsive-container {
    padding: 0;
  }
}
.fix-size-aside {
  width: 230px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .fix-size-aside {
    width: 195px;
    padding: 0 15px 0 0;
  }
}
.fix-size-aside li {
  display: block;
  width: 100%;
  padding: 0 0 12px 0;
}
.fix-size-aside li:last-child {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.fix-size-aside a {
  font-size: 14px;
  color: #151515;
  text-decoration: none;
}
.fix-size-aside a.active {
  color: #705e9c;
}
@media (max-width: 640px) {
  .fix-size-aside {
    width: 100%;
  }
}
.responsive-container {
  width: 100%;
}
.responsive-container h1,
.responsive-container h3 {
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .responsive-container {
    width: 100%;
  }
}
.fix-size-aside + .responsive-container {
  width: calc(100% - 230px);
}
@media (max-width: 767px) {
  .fix-size-aside + .responsive-container {
    width: calc(100% - 195px);
  }
}
@media (max-width: 640px) {
  .fix-size-aside + .responsive-container {
    width: 100%;
  }
}
.basket-table {
  padding: 12px 0 0 0;
}
.basket-table .description {
  width: 65%;
}
@media (max-width: 1239px) {
  .basket-table .description {
    width: 52%;
  }
}
@media (max-width: 991px) {
  .basket-table .description {
    width: 100%;
  }
}
.basket-table .description-text {
  width: calc(100% - 120px);
}
.basket-row {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
}
.basket-row:first-child .basket-row {
  margin: 10px;
}
.basket-row:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.basket-row .image {
  width: 80px;
  padding: 2px 10px;
  box-sizing: border-box;
  margin: 0 30px 0 0;
  border: 1px solid #e1e1e1;
}
.basket-row .image img {
  width: 100%;
  height: auto;
}
.basket-row .description-name {
  margin: 0;
  font-size: 16px;
  color: #151515;
}
.basket-row .description-code,
.basket-row .description-size {
  font-size: 14px;
  color: #555555;
}
.basket-row .description-size {
  margin: 0 0 16px 0;
}
.basket-row .info-title {
  font-size: 14px;
  margin: 0 0 20px 0;
}
@media (max-width: 500px) {
  .basket-row .info-title {
    margin: 0 0 10px 0;
  }
}
.basket-row .counter,
.basket-row .price,
.basket-row .total-count {
  width: 100px;
}
@media (max-width: 500px) {
  .basket-row .counter,
  .basket-row .price,
  .basket-row .total-count {
    width: 80px;
  }
}
.basket-row .remove-button {
  text-align: center;
  padding: 40px 0 0 0;
}
.basket-row .remove-button button {
  border: none;
  background: transparent;
}
@media (max-width: 500px) {
  .basket-row .remove-button {
    padding: 12px 0 0 0;
  }
}
@media (max-width: 330px) {
  .basket-row .remove-button {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
}
.basket-row .counter-block {
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  height: 26px;
  width: 46px;
  box-sizing: border-box;
}
.basket-row .counter-block button {
  border: none;
  display: block;
  background-color: #e1e1e1;
  width: 14px;
  height: 12px;
  position: relative;
}
.basket-row .counter-block button:before {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 5px;
  background: url(../img/up-down-buttons.png);
}
.basket-row .counter-block button.plus:before {
  left: 5px;
  top: 4px;
}
.basket-row .counter-block button.minus:before {
  background-position: 0 4px;
  left: 5px;
  bottom: 4px;
}
.basket-row .counter-block button:hover {
  background-color: #d4d4d4;
}
.basket-row .counter-block input {
  text-align: center;
  display: block;
  border: none;
  width: 30px;
  height: 24px;
}
@media (max-width: 1020px) {
  .description {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .info-description {
    padding: 30px 0 0 0;
    float: left;
  }
}
@media (max-width: 991px) {
  .info-description {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .info-description {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (max-width: 400px) {
  .info-description {
    padding: 15px 0 40px 0;
    position: relative;
  }
}
.payment-info {
  padding: 20px 0 0 0;
}
.payment-info button {
  margin: 0 0 0 30px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 30px;
  color: #555555;
  border-radius: 5px;
  border: 1px solid #555555;
  font-size: 12px;
  background: #fff;
}
.payment-info button:hover {
  border-color: #705e9c;
  background: #705e9c;
  color: #fff;
}
@media (max-width: 1000px) {
  .discount {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .payment {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 420px) {
  .payment button {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.payment__sum {
  margin-right: 8px;
}
@media (max-width: 500px) {
  .description-text {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.activate-email-block {
  padding: 20px 20px 20px 80px;
  margin: 0 0 30px 0;
  background: #f6f5f9;
  position: relative;
}
.activate-email-block:before {
  content: "";
  display: block;
  width: 38px;
  height: 31px;
  background: url(../img/email-icon.png);
  position: absolute;
  left: 20px;
}
.activate-email-block p {
  font-size: 20px;
  color: #151515;
}
.activate-email-block .confirm-email {
  font-size: 14px;
}
.activate-email-block button {
  margin: 30px 0 0 0;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 46px;
  border: none;
  font-size: 12px;
  border-radius: 4px;
  background: #705e9c;
}
.activate-email-block button:hover {
  background: #65548c;
}
.user-info,
.discount-info {
  margin: 0 0 30px 0;
}
.user-info span,
.discount-info span,
.user-info p,
.discount-info p {
  font-size: 14px;
}
.user-info p,
.discount-info p {
  color: #151515;
}
.user-info span.title,
.discount-info span.title {
  color: #555555;
}
.user-info a,
.discount-info a {
  display: inline-block;
  text-decoration: none;
  padding-left: 16px;
  color: #705e9c;
}
.user-info a:hover,
.discount-info a:hover {
  text-decoration: underline;
}
.edit {
  padding: 8px 40px;
  text-transform: uppercase;
  color: #705e9c;
  padding: 8px 46px;
  border: 1px solid #705e9c;
  font-size: 12px;
  border-radius: 4px;
  background: transparent;
}
.edit:hover {
  color: #fff;
  background: #705e9c;
}
.help-block {
  padding: 0 0 15px 0;
  color: #ec424b;
}
.help-block p {
  font-size: 20px;
  color: #151515;
}
.help-block span {
  font-size: 14px;
  color: #555555;
}
.info-block {
  padding: 0 0 15px 0;
  font-style: italic;
}
.info-block p {
  font-size: 20px;
  color: #151515;
}
.info-block span {
  font-size: 14px;
  color: #555555;
}
.random-product {
  position: relative;
}
.random-product .product {
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}
.random-product .product a {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 24px;
  box-sizing: border-box;
}
.random-product .product img {
  width: 100%;
}
.random-product .owl-nav div {
  display: block!important;
  width: 15px;
  height: 25px;
  background: #e1e1e1;
  color: transparent;
  position: absolute;
  top: 43%;
}
.random-product .owl-nav div:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  top: 7px;
  left: 3px;
}
.random-product .owl-nav div.owl-prev {
  left: 0;
}
.random-product .owl-nav div.owl-prev:before {
  background: url("../img/prew-arrow.png");
}
.random-product .owl-nav div.owl-next {
  right: 0;
}
.random-product .owl-nav div.owl-next:before {
  background: url("../img/next-arrow.png");
}
.order-block {
  padding: 8px 0 20px;
}
.order-block span {
  font-size: 14px;
}
.order-block .order-number,
.order-block .order-status {
  margin-bottom: 18px;
}
.order-block .order-number {
  color: #555555;
}
.order-block .order-number strong {
  color: #151515;
}
@media (max-width: 998px) {
  .order-block .order-number {
    width: 100%;
  }
}
.order-block .order-status span {
  color: #151515;
}
.order-block .order-status span.done {
  text-transform: uppercase;
  color: #88b456;
  font-weight: 700;
}
.order-block .order-status span.cancel {
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
}
@media (max-width: 998px) {
  .order-block .order-status {
    width: 100%;
    text-align: left;
  }
}
.order-block .more-detail {
  display: none;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding: 18px 0;
}
.order-block .more-detail p {
  padding: 0 0 10px 0;
}
.order-block .more-detail p:last-child {
  padding: 0;
}
.order-block .more-detail span {
  color: #555555;
  font-size: 14px;
}
.order-block .more-detail .more-detail-title {
  color: #151515;
}
.order-block .more-detail.active {
  display: block;
}
.order-block .detail-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #151515;
}
.order-block .detail-button:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background: url("../img/close-info.png");
  position: absolute;
  right: -16px;
  top: 8px;
}
.order-block .detail-button.active {
  font-weight: bold;
}
.order-block .detail-button.active:after {
  background: url("../img/open-detail.png");
}
@media (max-width: 480px) {
  .order-block .detail-button {
    padding: 0;
  }
}
.order-block .basket-table {
  padding: 0;
}
.order-block .payment-status {
  padding: 20px 0;
  border-bottom: 1px solid #555555;
}
.order-block .payment-status p {
  text-align: right;
  color: #151515;
}
.order-block:last-child .payment-status {
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 400px) {
  .order-block .info-description {
    padding: 15px 0 15px 0;
    position: relative;
  }
  .order-block .basket-row {
    padding: 10px 0;
  }
}
.edit-form input,
.edit-form select {
  display: block;
  width: 470px;
  border-radius: 4px;
  border: 2px solid  transparent;
  padding: 0 10px;
  cursor: pointer;
}
.edit-form input:focus,
.edit-form select:focus,
.edit-form input:active,
.edit-form select:active {
  border: 2px solid #e1e1e1;
}
@media (max-width: 991px) {
  .edit-form input,
  .edit-form select {
    width: 320px;
  }
}
@media (max-width: 740px) {
  .edit-form input,
  .edit-form select {
    width: 280px;
  }
}
@media (max-width: 640px) {
  .edit-form input,
  .edit-form select {
    width: 310px;
  }
}
@media (max-width: 469px) {
  .edit-form input,
  .edit-form select {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.edit-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.edit-form select[aria-invalid=true] {
  color: #828282;
}
.edit-form .label {
  color: #555555;
  min-width: 100px;
}
@media (max-width: 460px) {
  .edit-form .label {
    display: inline-block;
    width: 100%;
  }
}
.edit-form .info {
  color: #151515;
}
@media (max-width: 469px) {
  .edit-form .info {
    width: 100%;
  }
}
.edit-form .form-row {
  margin: 0 0 16px 0;
}
.edit-form .form-row.new-number,
.edit-form .form-row.clone,
.edit-form .form-row.new-address {
  display: none;
  position: relative;
}
.edit-form .form-row.new-number input,
.edit-form .form-row.clone input,
.edit-form .form-row.new-address input {
  border: 2px solid #e1e1e1;
  display: inline-block;
  margin-left: 100px;
}
@media (max-width: 460px) {
  .edit-form .form-row.new-number input,
  .edit-form .form-row.clone input,
  .edit-form .form-row.new-address input {
    margin-left: 0;
  }
}
.edit-form .form-row.new-number button,
.edit-form .form-row.clone button,
.edit-form .form-row.new-address button {
  border: none;
  background: transparent;
  vertical-align: top;
}
.edit-form .form-row.new-number button:hover,
.edit-form .form-row.clone button:hover,
.edit-form .form-row.new-address button:hover {
  opacity: 0.8;
}
.edit-form .form-row.new-number select,
.edit-form .form-row.clone select,
.edit-form .form-row.new-address select {
  padding: 0 10px;
  margin: 0;
  background: #fff;
  color: #151515;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}
.edit-form .form-row.new-number label,
.edit-form .form-row.clone label,
.edit-form .form-row.new-address label {
  position: relative;
  display: inline-block;
  width: 470px;
  margin: 0 0 20px 100px;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
}
@media (max-width: 460px) {
  .edit-form .form-row.new-number label,
  .edit-form .form-row.clone label,
  .edit-form .form-row.new-address label {
    margin: 0 0 20px 0;
  }
}
.edit-form .form-row.new-number label:after,
.edit-form .form-row.clone label:after,
.edit-form .form-row.new-address label:after {
  content: '';
  color: #aaa;
  right: 8px;
  top: 7px;
  padding: 0 0 2px;
  width: 10px;
  height: 5px;
  background: url("../img/select-arrow.png");
  position: absolute;
  pointer-events: none;
}
.edit-form .form-row.new-number.active,
.edit-form .form-row.clone.active,
.edit-form .form-row.new-address.active {
  display: block;
}
@media (max-width: 1023px) {
  .edit-form .form-row.new-number input,
  .edit-form .form-row.clone input,
  .edit-form .form-row.new-address input,
  .edit-form .form-row.new-number label,
  .edit-form .form-row.clone label,
  .edit-form .form-row.new-address label {
    width: 320px;
  }
}
@media (max-width: 740px) {
  .edit-form .form-row.new-number input,
  .edit-form .form-row.clone input,
  .edit-form .form-row.new-address input,
  .edit-form .form-row.new-number label,
  .edit-form .form-row.clone label,
  .edit-form .form-row.new-address label {
    width: 220px;
  }
}
.edit-form .remove-number-block {
  display: inline-block;
  margin-left: 26px;
}
@media (max-width: 460px) {
  .edit-form .remove-number-block {
    margin-left: 4px;
  }
}
.edit-form .control button {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid;
  background: transparent;
  margin: 10px 8px 0 0;
  padding: 4px 18px;
}
.edit-form .control button.save {
  text-transform: uppercase;
  border-color: #555555;
  color: #555555;
}
.edit-form .control button.save:hover {
  border-color: #88b456;
  color: #fff;
  background: #88b456;
}
.edit-form .control button.cancel {
  border-color: transparent;
  color: #151515;
}
.edit-form .control button.cancel:hover {
  color: #fff;
  border-color: #ec202a;
  background: #ec202a;
}
.personal-update .has-error .form-control {
  border: 1px solid #ffa6ab;
}
.personal-update .has-error .help-block {
  color: #ec424b;
}
.personal-update .help-block {
  clear: both;
  margin-left: 100px;
}
@media (max-width: 469px) {
  .personal-update .help-block {
    margin-left: 0;
  }
}
#login-full-form .has-error .form-control {
  border: 1px solid #ffa6ab;
}
#login-full-form .has-error .help-block {
  color: #ec424b;
  clear: both;
}
#login-full-form .help-block {
  clear: both;
}
.remove-number-block {
  border: none;
  background: transparent;
}
.result {
  color: #555555;
}
@media (max-width: 991px) {
  .result {
    float: unset;
  }
}
.filter ul,
.filter li {
  display: inline-block;
}
.filter ul {
  padding-left: 10px;
}
.filter li {
  position: relative;
  color: #151515;
  cursor: pointer;
  margin-right: 5px;
}
.filter li:after {
  content: ",";
  position: absolute;
  display: block;
  top: 0;
  right: -5px;
}
.filter li.active {
  color: #705e9c;
}
.filter li:hover {
  text-decoration: underline;
}
.filter li:last-child:after {
  content: "";
}
.filter .reset-filter {
  display: inline-block;
  position: relative;
  color: #151515;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.filter .reset-filter:hover {
  text-decoration: underline;
}
.filter .reset-filter:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 5px;
  top: 5px;
  left: 20px;
  background: url(../img/filter-arrow.png);
}
.category-sort {
  display: inline-block;
}
.sorter {
  display: inline-block;
  margin-left: 0.75em;
}
.sorter li {
  display: inline-block;
  margin-right: 0.75em;
  position: relative;
}
@media (max-width: 767px) {
  .sorter li {
    margin-right: 0.5em;
  }
}
.sorter li:after {
  content: ",";
  position: absolute;
  display: block;
  top: 0;
  right: -5px;
}
.sorter .asc:after {
  content: "";
  background-image: url(../img/up-and-down-arrows.png);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: inline-block;
  width: 7px;
  height: 16px;
  margin: 0 0 0 2px;
  vertical-align: top;
}
.sorter .desc:after {
  content: "";
  background-image: url(../img/up-and-down-arrows.png);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: inline-block;
  width: 7px;
  height: 16px;
  margin: 0 0 0 2px;
  vertical-align: top;
}
@media (max-width: 1170px) {
  .catalog-filter .right {
    width: 100%;
    text-align: left;
    display: block;
    padding: 8px 0;
  }
}
.favorite-block:last-child {
  padding: 0;
}
.favorite-block .owl-nav {
  display: none;
}
@media (max-width: 1240px) {
  .favorite-block .owl-nav {
    display: block;
  }
}
.favorite-block .list {
  padding: 0;
}
.favorite-block .item {
  position: relative;
}
.favorite-block .item .link {
  display: block;
  color: inherit;
  cursor: pointer;
}
.favorite-block .item .link:hover .image:after {
  content: '';
  display: none;
}
.favorite-row.product {
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
.favorite-row:last-child {
  padding: 30px 0 0 0;
  border-bottom: none;
}
.favorite-row .remove-favorite {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border: none;
  top: 8px;
  right: 12px;
  z-index: 20;
  border-radius: 100%;
  overflow: hidden;
}
.catalog-row {
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 640px) {
  .catalog-row {
    flex-direction: column;
  }
}
.catalog-row .owl-nav {
  display: none;
}
@media (max-width: 1240px) {
  .catalog-row .owl-nav {
    display: block;
  }
}
.catalog-row .item h3 {
  text-transform: none;
  text-align: center;
}
.owl-catalog-1 .catalog-item {
  padding: 0;
}
.pagination {
  padding: 30px 0 0 0;
}
.pagination li:not(.prev):not(.next) {
  border: solid 1px #555555;
  color: #555555;
  background: none;
  border-radius: 5px;
  display: inline-block;
  width: 22px;
  text-align: center;
}
.pagination li:not(.prev):not(.next) a {
  width: 100%;
  display: inline-block;
}
.pagination li:not(.prev):not(.next) a:hover {
  text-decoration: none;
}
.pagination li:not(.prev):not(.next).active {
  background: #705e9c;
  border-color: #705e9c;
}
.pagination li:not(.prev):not(.next).active a {
  color: #fff;
}
.pagination li:not(.prev):not(.next):not(.active):hover {
  background: #cec2ea;
}
.show-all a {
  display: inline-block;
  padding-left: 28px;
  position: relative;
  color: #151515;
}
.show-all a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url(../img/show-all-page.png);
}
.pagination-counter ul,
.pagination-counter button,
.pagination-counter li {
  display: inline-block;
}
.pagination-counter button {
  border: none;
  background: transparent;
  margin: 0 5px;
  vertical-align: text-bottom;
}
.pagination-counter a {
  color: #151515;
}
.pagination-counter a.active {
  color: #705e9c;
}
.product-row {
  padding: 30px 0;
  margin: 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.product-row:last-child {
  padding: 30px 0 0 0;
  border-bottom: none;
}
.product-row h4 {
  font-size: 20px;
}
.product-row .list {
  padding-top: 30px;
  padding-bottom: 0;
}
.product-row.description-row h4 {
  color: #151515;
  font-size: 20px;
  padding: 0 0 24px;
}
.product-row.description-row h4 span {
  color: #555555;
}
.product-row.description-row p {
  padding: 0 0 18px 0;
}
.product-row.description-row p:last-child {
  padding: 0;
}
.product-container {
  display: block;
  padding: 0;
}
.show-all-last a {
  position: relative;
  display: inline-block;
  color: #151515;
  padding: 0 0 0 30px;
}
.show-all-last a:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 10px;
  left: 3px;
  top: 5px;
  background: url("../img/view-icon.png");
}
@media (max-width: 400px) {
  .show-all-last {
    width: 100%;
    padding: 5px 0;
  }
}
.add-comments {
  width: 35%;
}
.add-comments h4 {
  padding-bottom: 20px;
}
.add-comments input,
.add-comments textarea {
  display: block;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 6px 10px;
  color: #555555;
  margin: 0 0 16px 0;
}
.add-comments p {
  font-size: 14px;
  color: #151515;
  margin: 0 0 6px 0;
}
.add-comments button {
  color: #fff;
  display: inline-block;
  padding: 8px 35px;
  background: #705e9c;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 1rem;
}
.add-comments button:hover {
  background: #65548c;
}
@media (max-width: 640px) {
  .add-comments {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .add-comments button {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.rating {
  display: inline-flex;
  flex-direction: row-reverse;
  line-height: 0.7;
  cursor: default;
  vertical-align: top;
}
.rating li {
  display: block;
  width: 12px;
  height: 20px;
  background-image: url("../img/star-noactive.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.rating li.active {
  background-image: url("../img/star-active.png");
}
.rating:not(.vote-cast) li:hover,
.rating.vote-cast li.active,
.rating:not(.vote-cast) li:hover ~ li,
.rating.vote-cast li.active ~ li {
  background-image: url("../img/star-active.png");
}
.rating.vote-cast_end li {
  cursor: default;
}
.rating__lg li {
  width: 24px;
  height: 24px;
}
.last-comments {
  width: 63%;
}
@media (max-width: 640px) {
  .last-comments {
    width: 100%;
  }
}
.comments-row {
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}
.comments-row:last-child {
  border-bottom: none;
}
.comments-row p {
  color: #555555;
  font-size: 14px;
  margin: 14px 0;
}
.comments-row a {
  color: #151515;
  font-size: 14px;
  display: block;
}
.comments-row-info .name {
  font-size: 14px;
  color: #151515;
}
.comments-row-info .time {
  font-size: 12px;
  coor: #555555;
  display: inline-block;
  padding-left: 5px;
}
.main-product-slider {
  width: 400px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  .main-product-slider {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .main-product-slider {
    width: 100%;
  }
}
.main-product-description {
  width: calc(100% - 400px);
}
@media (max-width: 740px) {
  .main-product-description {
    width: 100%;
    padding: 35px 0 0 0;
  }
}
.about-product {
  width: 368px;
}
@media (max-width: 996px) {
  .about-product {
    width: 100%;
  }
}
.about-product h1.about-product-title {
  font-size: 24px;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 1.42857143;
}
.about-product-code {
  font-size: 14px;
  color: #555555;
  padding: 0 0 16px 0;
}
.product-price-info {
  font-size: 20px;
  padding: 0 0 20px 0;
}
.product-price-info span {
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 5px;
}
.product-price-info .old-price {
  font-size: 14px;
  color: #555555;
  text-decoration: line-through;
  line-height: 1;
}
.product-price-info .new-price {
  font-size: 20px;
  font-weight: bold;
  color: #ec202a;
  padding: 0;
}
.add-product {
  padding: 8px 22px;
  border: 1px solid #555555;
  background: transparent;
  color: #151515;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  border-radius: 4px;
}
.add-product:hover {
  background: #88b456;
  border-color: #88b456;
  color: #fff;
}
.add-product-preorder {
  padding: 8px 22px;
  background: #9b59b6;
  border-color: #9b59b6;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  border-radius: 4px;
}
.add-product-preorder:hover {
  background: #705e9c;
  border-color: #705e9c;
  color: #fff;
}
.rating-info {
  padding: 0 0 20px 0;
}
.rating-info span {
  color: #555555;
}
.add-wish {
  display: inline-block;
  position: relative;
  background: transparent;
  color: #555555;
  padding: 0 0 0 30px;
  border: none;
  border-radius: 4px;
}
.add-wish:before {
  content: "";
  display: block;
  height: 18px;
  width: 20px;
  position: absolute;
  left: 0;
  background: url("../img/heart.png");
  background-position: 20px 0;
}
.add-wish.active:before {
  background-position: 0 0;
}
.button-disabled {
  background: #e2e2e2;
  border-color: #b8b8b8;
  color: #555555;
}
.button-disabled:hover {
  background: #e2e2e2;
  border-color: #b8b8b8;
  color: #555555;
}
.description-list li {
  display: block;
  position: relative;
  color: #151515;
  padding: 0 0 10px 0;
}
.description-list li:last-child {
  padding: 0;
}
.description-list li span,
.description-list li a {
  color: #555555;
}
.description-list li a {
  text-decoration: underline;
}
.size {
  display: inline-block;
}
.size-title {
  vertical-align: top;
  display: inline-block;
  padding: 0 9px 0 0;
}
.horizontal-share {
  padding: 30px 0 0 0;
}
.horizontal-share img {
  width: 100%;
}
.product-delivery {
  width: calc(100% - 368px);
  padding: 0 0 0 30px;
  position: relative;
}
.product-delivery p {
  padding: 0 0 30px 0;
  color: #555555;
}
.product-delivery p span,
.product-delivery p a {
  color: #151515;
}
.product-delivery:before {
  content: "";
  display: block;
  width: 1px;
  height: 86%;
  background: #e1e1e1;
  left: 0;
  top: 20px;
  position: absolute;
}
@media (max-width: 1250px) {
  .product-delivery {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .product-delivery p {
    padding: 0 0 15px 0;
  }
  .product-delivery:before {
    width: 100%;
    height: 1px;
    top: 20px;
  }
}
.product-payment {
  display: block;
  margin: 30px 0 0 0;
}
.product-payment li {
  display: inline-block;
  height: 31px;
  padding: 0 20px 0 0;
}
.product-payment a {
  display: block;
  height: 31px;
  background: url("../img/banck.png");
}
.product-payment a:hover {
  opacity: 0.8;
}
.product-payment a.visa {
  width: 63px;
  background-position: 0 0;
}
.product-payment a.master {
  width: 53px;
  background-position: 103px 0;
}
.product-payment a.privat {
  width: 32px;
  background-position: 32px 0;
}
.news-row {
  padding: 25px 0;
  border-bottom: 1px solid #e1e1e1;
}
.news-row .news-image {
  width: 300px;
  padding-right: 30px;
  box-sizing: border-box;
}
.news-row .news-image .link {
  display: block;
  color: inherit;
  cursor: pointer;
}
.news-row .news-image .link:hover .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2) url(../img/view2-icon.png) center center no-repeat;
}
.news-row .news-image .image {
  display: block;
  width: 100%;
  position: relative;
  height: 200px;
  border: solid 1px #e1e1e1;
}
.news-row .news-image .image img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.news-row .news-description {
  width: calc(100% - 300px);
}
.news-row .news-description P {
  color: #555555;
  padding-bottom: 16px;
}
.news-row .news-description a {
  color: #151515;
}
@media (max-width: 800px) {
  .news-row .news-description {
    width: 100%;
  }
}
.news-row .news-description img {
  max-width: 100%;
}
.news-title {
  margin-bottom: 14px;
}
.news-title p {
  font-size: 14px;
  color: #151515;
}
.news-title .time {
  padding: 6px 0 0 0;
  color: #555555;
}
.article-row {
  width: 100%;
}
.article-title {
  font-size: 24px;
  font-weight: 700;
}
.article-time {
  font-size: 14px;
  color: #555555;
}
.product-image {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  margin: 20px 0 30px;
}
.product-image img {
  width: 100%;
}
.article-info,
.info-danger {
  color: #555555;
}
.article-info,
.ready-to-buy {
  margin: 0 0 18px 0;
}
.product-to-buy {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #e1e1e1;
}
.last-product-row {
  padding: 30px 0 0 0;
  border-top: 1px solid #e1e1e1;
}
.last-product-row .list {
  padding-bottom: 0;
}
.social-block-horizontal {
  padding: 30px 0;
}
.ordering-block {
  padding: 0 130px 0 0;
}
@media (max-width: 1250px) {
  .ordering-block {
    padding: 0 0;
  }
}
.order-block .order-title {
  font-size: 20px;
  padding: 0 0 16px;
  color: #151515;
  margin: 0;
}
.order-block .order-subtitle {
  font-size: 14px;
  line-height: 1;
  color: #151515;
}
.order-info {
  width: 570px;
}
@media (max-width: 1240px) {
  .order-info {
    width: calc(100% - 400px);
  }
}
@media (max-width: 740px) {
  .order-info {
    width: 100%;
  }
}
.order-info .error-summary {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  background: #ec424b;
}
.order-info-row {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.order-info-row:last-child {
  border-bottom: none;
}
.order-info-row .title {
  font-size: 20px;
  color: #151515;
}
.order-info-row .number-title {
  font-size: 14px;
  color: #151515;
  padding: 0 0 30px 0;
}
.order-info-row .number-title > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 2px solid #705e9c;
  border-radius: 50%;
  margin: 0 15px 0 0;
  color: #705e9c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 4px 0;
}
.order-info-row .order-number {
  color: #555555;
}
.order-info-row .order-number strong {
  color: #151515;
}
.order-info-row .print {
  color: #151515;
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  border: none;
  background: none;
  line-height: 1;
  color: #705e9c;
}
.order-info-row .print:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/print.png);
  width: 15px;
  height: 15px;
  left: 0;
}
.order-info-row .form-row {
  margin: 0 0 20px 0;
}
.order-info-row .form-row:last-child {
  margin: 0;
}
.order-info-row .label-info {
  display: block;
  width: 100px;
  padding: 8px 0;
}
.order-input {
  width: calc(100% - 100px);
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
  color: #151515;
}
.enter-info {
  padding: 0 0 20px 0;
  color: #555555;
}
.enter-info:last-child {
  padding: 0;
}
.enter-info span {
  color: #151515;
}
.more-info {
  display: inline-block;
}
.more-info-title {
  vertical-align: top;
  display: inline-block;
  min-width: 100px;
}
@media print {
  #up-header {
    display: none;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .total-info-row-sum .continue {
    display: none;
  }
  button.print {
    display: none;
  }
}
.form-label {
  cursor: pointer;
  color: #333;
  width: 10px;
  min-height: 10px;
  display: inline-block;
}
.form-label span {
  color: #151515;
}
.form-label > .label-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-label > input[type="checkbox"],
.form-label > input[type="radio"] {
  display: none;
}
.form-label > input[type="checkbox"] + .label-text:before,
.form-label > input[type="radio"] + .label-text:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
/* Checkbox */
/* Radio */
.form-label > input[type="radio"] + .label-text:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 4px solid #705e9c;
  border-radius: 100%;
  transition: border-color 0.3s ease, background-color 0.5s ease;
}
.form-label > input[type="radio"]:checked + .label-text:before {
  content: "";
  background-color: #705e9c;
  transition: border-color 0.3s ease, background-color 0.5s ease;
}
.radio-button {
  display: inline-block;
  position: relative;
  padding: 0 0 10px 0;
}
.more-info .form-label > input[type="radio"] + .label-text:before,
.more-info .form-label > input[type="radio"]:checked + .label-text:before {
  position: relative;
  top: 2px;
  left: -3px;
}
.order-phone {
  padding: 0 0 0 50px;
  position: relative;
}
.order-phone:before {
  content: "";
  display: block;
  background: url("../img/call-icon.png");
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}
.total-info {
  border: 1px solid #705e9c;
  width: 370px;
  padding: 28px;
  margin-left: 15px;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  .total-info {
    width: 100%;
    margin-left: 0;
  }
}
.total-info-row {
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 0;
}
.total-info-row:last-child {
  border-bottom: 2px solid #705e9c;
}
.total-info-row-sum {
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 0;
}
.total-info-row-sum:last-child {
  border-bottom: none;
  padding: 18px 0 0 0;
}
.total-info-row-sum .summary-price-title,
.total-info-row-sum .summary-price {
  color: #555555;
  font-size: 20px;
}
.total-info-row-sum .summary-price {
  font-weight: 700;
}
@media (max-width: 480px) {
  .total-info-row-sum .summary-price {
    width: 100%;
  }
}
.total-info-row-sum .continue {
  color: #151515;
  display: block;
  padding: 30px 0 0 0;
}
.total-info-row-sum.calc-row div {
  color: #151515;
}
.total-info-row-sum.calc-row div.right {
  font-weight: 700;
}
.total-info-title {
  font-size: 20px;
}
.item-title {
  color: #151515;
  padding: 0 0 25px 0;
}
.row-item-info {
  color: #555555;
}
.control-order {
  padding: 30px 0 20px;
}
.control-order .edit-order,
.control-order .done-order {
  background: transparent;
  border-radius: 4px;
  font-size: 12px;
  padding: 6px 0;
  width: 50%;
}
.control-order .done-order {
  border: 1px solid #555555;
  color: #555555;
  text-transform: uppercase;
}
.control-order .done-order:hover {
  color: #fff;
  border-color: #88b456;
  background: #88b456;
}
.control-order .edit-order {
  color: #151515;
  border: 1px solid transparent;
}
.control-order .edit-order:hover {
  border: 1px solid #705e9c;
  color: #fff;
  background: #705e9c;
}
.promo-block {
  padding: 0 0 20px 0;
}
.promo-block .enter-promo {
  border: none;
  background: transparent;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.promo-block .enter-promo:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background: url("../img/close-info.png");
  position: absolute;
  right: -15px;
  top: 8px;
}
.promo-block .enter-promo.active:after {
  background: url("../img/open-detail.png");
}
.promo-block input {
  display: none;
  margin: 20px 0 0 0;
  width: 100%;
  border: 2px solid #e1e1e1;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 4px;
  border-radius: 4px;
}
.promo-block input.active {
  display: block;
}
.make-order {
  display: block;
  width: 170px;
  margin: 0 auto;
  background: transparent;
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 4px;
  padding: 6px 0;
}
.make-order:hover {
  color: #fff;
  border-color: #88b456;
  background: #88b456;
}
.delivery-block {
  width: calc(100% - 100px);
}
.delivery-block .form-label {
  width: auto;
}
.delivery-block .delivery-type {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}
.delivery-block .delivery-type .label-text {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}
.delivery-block .delivery-type .form-label > input[type="radio"] + .label-text:before {
  position: absolute;
  left: 0px;
  top: 2px;
}
.delivery-block .delivery-price {
  margin: 20px 0 0 0;
  color: #555555;
}
.delivery-info {
  display: none;
}
.delivery-info.active {
  display: block;
}
.payment-type {
  width: calc(100% - 100px);
  padding: 10px 0 0 0;
}
.payment-type .label-text {
  display: inline-block;
  padding: 0 0 0 15px;
}
.payment-type .form-label {
  width: 100%;
}
.payment-type .form-label > input[type="radio"] + .label-text:before {
  position: absolute;
  left: -2px;
  top: 2px;
}
.payment-type div {
  position: relative;
  margin: 0 0 10px 0;
}
.payment-type div:last-child {
  margin: 0;
}
.add-order-comment {
  border: none;
  background: transparent;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.add-order-comment:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background: url("../img/close-info.png");
  position: absolute;
  right: -15px;
  top: 8px;
}
.add-order-comment.active:after {
  background: url("../img/open-detail.png");
}
.order-comment {
  display: none;
  margin: 20px 0 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  min-height: 100px;
  resize: none;
  padding: 8px;
}
.order-comment.active {
  display: block;
}
.nav-big-slider {
  width: 100px;
  padding: 0 30px 0 0;
  position: relative;
  box-sizing: border-box;
  /* the parent */
}
.nav-big-slider .item {
  width: 70px;
  border: 1px solid #e1e1e1;
  min-height: 70px;
}
.nav-big-slider .item img {
  display: block;
  padding: 10% 0;
  width: 100%;
}
.nav-big-slider .slick-slide {
  margin: 10px 0;
}
.nav-big-slider .slick-list {
  margin: -10px 0;
}
.nav-big-slider .slick-arrow {
  position: absolute;
  z-index: 9;
}
.nav-big-slider .slick-arrow:before,
.nav-big-slider .slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.nav-big-slider .slick-next {
  top: -24px;
}
.nav-big-slider .slick-next:before {
  left: 29px;
  top: 8px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333 transparent;
}
.nav-big-slider .slick-next:after {
  top: 9px;
  left: 29px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.nav-big-slider .slick-prev {
  bottom: -20px;
}
.nav-big-slider .slick-prev:before {
  left: 29px;
  top: 8px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}
.nav-big-slider .slick-prev:after {
  left: 29px;
  top: 7px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.nav-big-slider .slick-next,
.nav-big-slider .slick-prev {
  height: 20px;
  width: 70px;
  color: transparent;
  background: #e1e1e1;
  border: none;
}
@media (max-width: 400px) {
  .nav-big-slider {
    display: none;
  }
}
.big-slider-product {
  width: 260px;
}
.big-slider-product img {
  width: 100%;
}
@media (max-width: 400px) {
  .big-slider-product {
    width: 100%;
  }
}
/*=========== modal ==========*/
.modal {
  max-width: 465px;
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 1010;
}
.modal .build-in-popup {
  display: block;
  position: static;
}
.modal__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__container {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #fff;
  position: fixed;
  width: 500px;
  min-height: 100px;
}
@media (max-width: 800px) {
  .modal__container {
    width: 350px;
  }
}
.social-enter {
  padding-bottom: 40px;
  padding-left: 20px;
}
.enter-row {
  padding: 24px 0 5px 0;
}
.cancel {
  display: inline-block;
  background: transparent;
  padding: 4px 20px;
  border: none;
}
.registration {
  bottom: 0;
  right: 0;
}
#overlay {
  z-index: 250;
  position: fixed;
  background: rgba(66, 54, 18, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
/*============ form 1==========*/
#modal_form {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #fff;
  position: fixed;
  max-width: 500px;
  max-height: 400px;
  min-height: 100px;
  top: -500px;
  display: none;
  opacity: 0;
  z-index: 300;
}
@media (max-width: 768px) {
  #modal_form {
    max-width: 300px;
  }
}
#modal_form.active {
  display: block;
}
#modal_form.product-image-modal {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #fff;
  position: fixed;
  max-width: 300px;
  min-height: 100px;
  top: -500px;
  display: none;
  opacity: 0;
  z-index: 300;
}
.modal-slide {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.modal-slide .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 100;
  color: transparent;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
}
.modal-slide .slick-arrow:hover {
  opacity: 0.8;
}
.modal-slide .slick-next:after,
.modal-slide .slick-prev:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 13px;
}
.modal-slide .slick-next {
  right: 1px;
}
.modal-slide .slick-next:after {
  right: 9px;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #000;
}
.modal-slide .slick-prev {
  left: 1px;
}
.modal-slide .slick-prev:after {
  left: 10px;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #000 transparent transparent;
}
.modal-slide .item {
  text-align: center;
}
.modal-slide .item img {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .modal-slide .item img {
    max-width: 460px;
  }
}
.modal-slide .slick-dots {
  margin: 30px 0 0 0;
  text-align: center;
}
.modal-slide .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.modal-slide .slick-dots button {
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  color: transparent;
  background: #e1e1e1;
  border: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
@media (max-width: 767px) {
  .registration-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.registration-block h3 {
  font-size: 20px;
}
.registration-block h4 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .registration-block .form-block {
    border-right: none;
  }
}
.form-block {
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 640px) {
  .form-block {
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
  }
}
.form-block .form-group {
  margin-bottom: 20px;
}
.form-block .form-group input {
  width: 100%;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
  color: #151515;
}
.form-block .control-label {
  padding-left: 0;
  font-size: 14px;
  padding-top: 8px;
  color: #151515;
}
.form-block .send-form {
  margin: 10px 0 20px;
  color: #555555;
  border: 1px solid #555555;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
}
.form-block .send-form:hover {
  background: #555555;
  color: #fff;
}
.form-block .registration-info {
  color: #555;
}
.form-block .registration-link {
  color: #222;
  text-decoration: none;
}
.form-block .registration-link:hover {
  text-decoration: underline;
}
.link-block {
  margin: 30px 0;
}
.link-block a {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 20px;
  width: 137px;
  height: 34px;
}
.link-block a.fb {
  background: url(../img/login-fb.png);
}
.link-block a.vk {
  background: url(../img/login-vk.png);
}
.link-block a:hover {
  opacity: 0.9;
}
.left-column {
  width: 350px;
  display: table-cell;
}
@media (max-width: 450px) {
  .left-column {
    display: block;
    width: 100%;
    padding-right: 0;
    border: none;
  }
}
.left-column .inline-span {
  display: inline-block !important;
  font-size: 16px!important;
}
.left-column .inline-span.ml {
  margin-left: 5px;
}
.left-column .remember-password {
  margin-bottom: 10px;
}
.left-column #forgot {
  margin-bottom: 30px;
}
.site-error {
  padding: 0 30px;
}
#enter,
#forgot,
#registration {
  display: none;
}
#enter.active,
#forgot.active,
#registration.active {
  display: block;
}
.popover-title {
  position: relative;
}
.popover-title button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
}
.clone-block .form-row {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
}
.clone-block .form-row.add {
  border-top: none!important;
}
.clone-block .form-row:first-child {
  border-bottom: none;
  padding: 0;
}
.clone-block .form-row:nth-child(2) {
  padding: 6px 0 6px 0;
  border-top: 1px solid #e1e1e1;
}
.clone-block .form-row:last-child {
  border-bottom: none;
}
.list-item-has-child {
  position: relative;
}
.list-item-has-child .item-has-child:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/prew-arrow.png);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: 0.5s all;
  position: absolute;
  right: 0;
  top: 3px;
}
.list-item-has-child.list-item-open .item-has-child:after {
  transform: rotate(90deg);
}
.list-item-child {
  display: none;
  margin-top: 15px;
  margin-left: 20px;
}
.list-item-child li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.wishlist-wrap .item {
  position: relative;
}
.wishlist-wrap .item .product-delete-favorite {
  position: absolute;
  right: 10px;
  padding: 5px;
  z-index: 99;
  height: 32px;
}
.remove-favorite,
.remove-waiting {
  border: none;
  padding: 0;
  background: none;
}
.waitinglist-wrap .item {
  position: relative;
}
.waitinglist-wrap .item .product-delete-waiting {
  position: absolute;
  right: 10px;
  padding: 5px;
  z-index: 99;
  height: 32px;
}
.notification-modal .close {
  opacity: 1;
}
.cart-modal .close {
  opacity: 1;
}
.cart-modal .content {
  text-align: center;
  font-weight: bold;
  margin: 10px;
}
.cart-modal .button-row {
  text-align: center;
}
input.form-control {
  border: solid 2px #e1e1e1;
  border-radius: 5px;
  height: 34px;
  text-indent: 10px;
  display: block;
  width: 100%;
}
.buy-products-slider .owl-stage {
  display: flex;
}
.buy-products-slider .product {
  height: 100%;
}
.buy-products-slider .product a {
  height: 100%;
  display: flex;
  align-items: center;
}
.search-container {
  padding: 18px 30px;
}
@media (max-width: 767px) {
  .search-container {
    padding: 15px;
  }
}
.product-to-buy .owl-stage {
  display: flex;
}
#unregistered_checkout_form {
  width: 100%;
}
span.your-new-password {
  color: black;
  font-weight: bold;
}
.breadcrumbs-block li::before {
  margin-right: 3px;
}
.fade.in {
  opacity: 1;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.promo-block input.invalid-coupon {
  border-color: red;
}
.promo-block input.success-coupon {
  border-color: #88b456;
}
.js-home-products .switch-list .list.is-home-tab-loading {
  min-height: 220px;
  position: relative;
}
.js-home-products .switch-list .list.is-home-tab-loading .home-tab-loader {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  flex-direction: column;
  gap: 12px;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.js-home-products .home-tab-loader__spinner {
  animation: home-tab-loader-spin 0.8s linear infinite;
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  border-top-color: #705e9c;
  height: 34px;
  width: 34px;
}
.js-home-products .home-tab-loader__text {
  color: #555555;
  font-size: 14px;
}
@keyframes home-tab-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */
