

/* Start:/local/templates/main/css/style.css?173462172664432*/
@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slick-dots li button, .content__list button:active {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.stocks .slick-list {overflow: hidden;padding: 20px 0 0;}
.stocks .slick-prev {left: -70px;top: 34%;}
.stocks .slick-next {right: -70px;top: 34%;}


@media (max-width: 1024px) {
  .stocks .slick-prev {left: -40px;}
  .stocks .slick-next {right: -40px;}
}


.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body {
  padding: 0;
  margin: 0 auto;
  min-width: 320px;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  background-color: #ffffff;
  position: relative;
}


*:focus,
input:focus {
  outline: none;
}

*:focus-visible {
  outline: 1px solid #000000;
}

a,
a:link,
a:hover,
a:visited {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

p,
h1,
h2,
h3 {
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}
header {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  z-index: 99;
}
main {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.dumb {
  position: relative;
  display: block;
  width: 100%;
  height: 145px;
  margin: 0 auto;
  padding: 0;
}
.wrap {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.button, a.button, .button:active, a.button:active {
  font-size: 15px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#179d91), to(#1db1a7));
  background: linear-gradient(180deg, #179d91 0%, #1db1a7 100%);
  width: 235px;
  min-height: 52px;
  border:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 415px) {
  .button:hover, a.button:hover {width: 245px;}
}
a.link,
.link {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 470px) {
  a.link,
  .link {
    font-size: 10px;
  }
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li.slick-active {
  border-radius: 5px;
  background-color: #40c6bb;
  width: 75px;
  height: 11px;
}
.slick-dots li {
  border-radius: 5px;
  background-color: #ffffff;
  width: 43px;
  height: 11px;
}
.arrow-black::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 3px;
  top: 3px;
}
.title {
  font-size: 39px;
  font-weight: bold;
  color: #000000;
  line-height: 1.051;
  position: relative;
}
.title.line::after {
  content: "";
  display: block;
  border-radius: 3px;
  background-color: #19a298;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 55px;
  height: 7px;
}
.slick-next:before,
.slick-prev:before {
  font-size: 30px;
  color: #19a298;
}
.slick-next,
.slick-prev {
  top: -100px;
}
.slick-next {
  right: 54px;
}
.slick-prev {
  left: auto;
  right: 130px;
}
@media (max-width: 440px) {
  .slick-next:before,
  .slick-prev:before {
    font-size: 30px;
  }
  .slick-next,
  .slick-prev {
    top: -50px;
  }
  .slick-next {
    right: 18px;
  }
  .slick-prev {
    left: auto;
    right: 54px;
  }
}
.top {
  background: #323434;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top__block {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
}
.top__button {
  display: none;
}
.top__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: #323434;
  z-index: 12;
}
.top__elements a {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 19px;
}
.top__elements a:hover {
  text-decoration: underline;
}
@media (max-width: 620px) {
  .top__block {padding: 2px 0;}
  .top__button {
    display: block;
    background: #323434;
    border: none;
    width: 200px;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    padding-right: 20px;
  }
  .top__button::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 7px;
  }
  .top__elements {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 180px;
    padding: 5px;
    padding-left: 13px;
    position: absolute;
  }
  .top__elements.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  //position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head__logo {
  width: 160px;
  height: 78px;
  display: block;
  position: relative;
}
.head__logo::after {
  content: "";
  display: block;
  width: 160px;
  height: 169px;
  background: url("/local/templates/main/css/../img/icons/logo.png") no-repeat top left;
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.head__leng {
  margin-left: 10px;
  display: block;
  position: relative;
}
.head__leng-lists {
  position: absolute;
  top: -5px;
  left: -5px;
  margin: 0;
  width: 100%;
  list-style-type: none;
  padding: 24px 15px 5px 5px;
  display: none;
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  border-radius: 5px;
  background: #fff;
  z-index: 0;
}
.head__leng-lists.active {
  display: block;
}
.head__language {
  position: relative;
}
.head__catalog, .head__catalog:hover, .head__catalog:active {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.105;
  letter-spacing: 0.03em;
  border: none;
  color: #000;
  background: transparent;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
  outline: none;
  border: none;
}
.head__catalog::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: url('/local/templates/main/css/../img/burger.svg') center no-repeat;
  background-size: 20px;
}
.head__form {
  position: relative;
  width: 257px;
}
.head__form input {
  border-radius: 22px;
  background-color: #f6f6f6;
  width: 100%;
  height: 45px;
  border: none;
  padding-left: 22px;
  padding-right: 40px;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
}
.head__search {
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("/local/templates/main/css/../img/icons/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
.head__search--position {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.head__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
}
.head__link {
  position: relative;
  font-size: 11px;
  line-height: 1.273;
  display: block;
}
.head__link--phone,
.head__link--search {
  display: none;
}
.head__link::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.head__link--compare::before {
  background-image: url("/local/templates/main/css/../img/icons/arrows-left-and-right.svg");
}
.head__link--cart::before {
  background-image: url("/local/templates/main/css/../img/icons/cart.svg");
}
.head__link--welcom::before {
  width: 20px;
  background-image: url("/local/templates/main/css/../img/icons/user.svg");
}
.head__link--search::before {
  background-image: url("/local/templates/main/css/../img/icons/loupe.svg");
}
.head__link--phone::before {
  background-image: url("/local/templates/main/css/../img/icons/telephone.svg");
}
.head__links .count {
  position: absolute;
  display: block;
  right: 10px;
  top: -3px;
  width: 12px;
  height: 12px;
  padding: 2px;
  border-radius: 50%;
  background-color: #19a298;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
.head__link.head__link--compare .count {display: none;}
.head__link--search {
  border: none;
  background-color: transparent;
}
.head__tel {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.105;
}
.head__leng {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
  width: 35px;
}
.head__language a.primary {
  background: url("/local/templates/main/css/../img/icons/arrow.down.svg") right 0 top 3px no-repeat;
  background-size: 10px;
  z-index: 2;
}
@media (max-width: 970px) {
  .head__link--search {
    display: block;
  }
  .head__links {
    width: 220px;
  }
  .head__form {
    display: none;
  }
  .head__form.active {
    display: block;
    position: absolute;
    width: calc(100% - 200px);
    max-width: none;
    top: 62px;
    right: 0;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .head__link--phone {
    display: block;
  }
  .head__links {
    width: 300px;
  }
  .head__link::before {
    width: 20px;
    height: 20px;
  }
  .head__tel {
    display: none;
  }
  .head__tel.active {
    display: block;
    position: absolute;
    right: 0;
    top: 66px;
  }
}
@media (max-width: 630px) {
  .head__links {
    width: 155px;
  }
  .head__link {
    font-size: 0;
  }
  .head__leng {
    margin-left: 10px;
  }
  .head__catalog {
    font-size: 0;
    width: 30px;
    height: 20px;
    margin-left: 10px;
  }
}
@media (max-width: 430px) {
  .head__logo {
    height: 45px;
    width: 30%;
  }
  .head__form.active {
    top: 75px;
    width: calc(100% - 35%);
    z-index: 3;
  }
  .head__tel.active {
    top: 42px;
  }
  .head__logo::after {
    width: 100%;
  }
}
.menu {
  background: #19a298;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: calc(100% - 200px);
  margin-left: auto;
}
.menu__block a {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 10px;
}
.menu__block a:hover {
  text-decoration: underline;
}
@media (max-width: 740px) {
  .menu__block {
    max-width: calc(100% - 170px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu__block a {
    font-size: 12px;
    padding: 5px;
  }
}
@media (max-width: 430px) {
  .menu__block {
    max-width: calc(100% - 30%);
  }
  .menu__block a {
    font-size: 10px;
  }
}
.footer {
  background: #2a2a31;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.footer::before {
  content: "";
  width: 90%;
  height: 16px;
  border-top-left-radius: 20px;
  background-color: #19a298;
  position: absolute;
  top: -16px;
  right: 0;
}
.footer__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__block:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 184px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social a {
  display: block;
}
.footer__social a img {
  width: 25px;
  height: 25px;
}
.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
}
.footer__title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  margin-bottom: 40px;
}
a.footer__link {
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
  line-height: 1.6;
  margin-bottom: 20px;
  display: block;
}
.footer__address p,
.footer__address a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.302);
  line-height: 1.6;
  text-align: right;
}
.footer__address p {
  margin-bottom: 40px;
}
.footer__copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.2;
}
@media (max-width: 782px) {
  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__lists {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  a.footer__link {
    display: block;
  }
  .footer__address p,
  .footer__address a {
    text-align: left;
  }
  .footer__address p {
    margin-bottom: 0;
  }
  .footer__address p br {
    display: none;
  }
}
@media (max-width: 610px) {
  .footer__block:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .footer__copy {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  a.footer__link {
    display: block;
  }
}
@media (max-width: 530px) {
  .footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__lists li {
    height: auto;
    overflow: hidden;
	margin-right: 0;
  }
  .footer__lists li.show {
    -webkit-animation: heightShow 1s forwards;
            animation: heightShow 1s forwards;
  }
  .footer__lists li.hide {
    -webkit-animation: heightHide 1s forwards;
            animation: heightHide 1s forwards;
  }
  @-webkit-keyframes heightShow {
    from {
      height: 50px;
    }
    to {
      height: 210px;
    }
  }
  @keyframes heightShow {
    from {
      height: 50px;
    }
    to {
      height: 210px;
    }
  }
  @-webkit-keyframes heightHide {
    from {
      height: 210px;
    }
    to {
      height: 50px;
    }
  }
  @keyframes heightHide {
    from {
      height: 210px;
    }
    to {
      height: 50px;
    }
  }
  .footer__title {
    font-size: 19px;
    position: relative;
	margin-bottom:0;
	padding: 0 0 50px 0;
  }
  .footer__title::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 7px;
  }
}
.error404 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  font-size: 300px;
  line-height: 270px;
  font-weight: 700;
  color: #19a298;
}
.sale_order_full_table {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 auto 20px;
  padding: 30px 20px;

}
.bggray {
  background-color: #f2f5f7;
  border-radius: 10px;
  margin-bottom: 60px;
}
.pga-payform-container input[type="submit"]{
  font-size: 15px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#179d91), to(#1db1a7));
  background: linear-gradient(180deg, #179d91 0%, #1db1a7 100%);
  width: 235px;
  min-height: 52px;
  border:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  outline: none;
  cursor: pointer;
}
.banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.banner__slick {
  margin: 20px auto 0;
}
.banner__elem {
  margin: 0 7px;
  border-radius: 10px;
  background-color: #f2f2f2;
  height: 438px;
}
.banner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 250px;
  max-width: 490px;
  padding-left: 52px;
  margin-top: 90px;
}
.banner__bg {
  background-image: url("/local/templates/main/css/../img/globe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__meta {
  font-size: 13px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.banner__info {
  font-size: 41px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.bunner__text {
  font-size: 19px;
  color: #5e5e5e;
  line-height: 1.447;
  text-align: left;
}
@media (max-width: 670px) {
  .new__books .books {margin-bottom: 30px;}
  .banner__block {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .banner__elem {
    height: 348px;
  }
  .banner__meta {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.502);
    text-transform: uppercase;
    line-height: 1.2;
  }
  .banner__info {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
  }
  .bunner__text {
    font-size: 14px;
  }
}
.offers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 40px;
}
.offers__lists {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
}
.offers__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offers__list span {
  font-size: 15px;
  font-weight: 500;
  color: #0f0f0f;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}
.offers__img {
  border-radius: 10px;
  background-color: #f2f2f2;
  width: 136px;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offers__img img {
  width: 80px;
  height: 80px;
}
@media (max-width: 780px) {
  .offers__list span {
    font-size: 12px;
  }
  .offers__img {
    width: 80px;
    height: 80px;
  }
  .offers__img img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 520px) {
  .offers__lists {
    margin: 0 -8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .offers__list {
    width: 19%;
  }
  .offers__list span {
    font-size: 10px;
  }
  .offers__img {
    width: 50px;
    height: 50px;
  }
  .offers__img img {
    width: 30px;
    height: 30px;
  }
}
.search {
  margin-top: 20px;
  background: #19a298;
}
.search__container {
  padding-top: 23px;
  padding-bottom: 23px;
}
.search__block {
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 20px 40px 10px 30px;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
}
.search__title {
  font-size: 19px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
}
.search__block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.serch__form {
  width: 100%;
  position: relative;
}
.serch__form input {
  width: 100%;
  border-radius: 26px;
  background-color: #eaeaea;
  height: 41px;
  border: none;
  padding-right: 50px;
  padding-left: 30px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
}
.serch__form input::-webkit-input-placeholder {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.serch__form input::-ms-input-placeholder {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.serch__form input::placeholder {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.serch__form input.btn.btn-themes {
  max-width: 200px;
  background-color: #19a298;
  margin: 10px auto 0;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.serch__form input.btn.btn-themes:hover {max-width: 220px;}
.search__icon {
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("/local/templates/main/css/../img/icons/search.svg");
  background-repeat: no-repeat;
  border: none;
}
.search__icon--position {
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
.search__all {
  display: none;
  font-size: 15px;
  color: #000000;
  text-decoration: underline;
  line-height: 1.2;
  width: 190px;
  border: none;
  background: transparent;
  max-height: 30px;
  position: relative;
  text-align: right;
  cursor: pointer;
}
.search__container .search__all#show_filter {display:block;}

.search__container.active .search__all#del_filter {display:block;}
.search__container.active .search__all#show_filter {display:none;}

.search__container #smartfilter_form {display: none;}
.search__container.active #smartfilter_form {display: block;}
@media (max-width: 520px) {
  .search__block-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search__all {
    text-align: left;
    padding: 0;
  }
  .serch__form {
    width: 100%;
    position: relative;
  }
  .serch__form input {
    width: 100%;
    border-radius: 26px;
    background-color: #eaeaea;
    height: 41px;
    border: none;
    padding-right: 50px;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
  }
  .serch__form input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .serch__form input::-ms-input-placeholder {
    font-size: 12px;
  }
  .serch__form input::placeholder {
    font-size: 12px;
  }
}


.personal {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
  padding: 0;
  }

.personal .sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(21% - 30px);
  height: auto;
  margin: 0 30px 0 0;
  padding: 0;
  }

.personal .sidebar .sideMenu {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  height: auto;
  margin: 0 0 20px 0;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 50px 0 rgba(0,0,0,0.18);
  }

.personal .sidebar .sideMenu a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  }

.personal .sidebar .sideMenu a:hover {text-decoration: underline;}

.personal .sidebar .sideMenu a.selected {color: #19a298;}

.personal .mainContent {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(78% - 10px);
  height: auto;
  margin: 0;
  padding: 0;
  }

.personal .mainContent .form-group {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 10px;
  padding: 0;
  }

.personal .mainContent .form-group input[type=text],
.personal .mainContent .form-group input[type=password] {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Montserrat', sans-serif;
  }

.main-profile-form-password-annotation {font-size: 13px;color: #999;}

.personal .mainContent input[type=submit] {
  font-size: 15px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#179d91), to(#1db1a7));
  background: linear-gradient(180deg, #179d91 0%, #1db1a7 100%);
  width: 185px;
  min-height: 42px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 26px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  }

.personal .mainContent input[type=submit]:hover {width: 195px;}

.personal .mainContent .sale-order-history-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  padding: 7px 16px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #19a298;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.personal .mainContent .sale-order-history-link:hover {padding: 7px 24px;}

table.sale-personal-profile-list-container {
  width: 100%;
}

table.sale-personal-profile-list-container td {
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}

.sale-personal-profile-list-change-button, .sale-personal-profile-list-change-button:hover {border: 0;}



.new {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 40px;
  padding-bottom: 35px;
}
.new__books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

.new__button {
  margin: 0 auto;
}
.books {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
}
.new__books .books {
  width: 16%;
  margin-right: 4.5%;
}
.new__books .books:nth-child(5n) {
  margin-right: 0;
}
.new__books .books .favorite, .catalog-inner__img .favorite {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 0;
  z-index: 9;
}

.discount {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: -4px;
  top: 15px;
  width: 65px;
  height: 24px;
  padding: 3px 5px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  text-align:center;
  color: #fff;
  background: url('/local/templates/main/css/../img/icons/discount_icon.svg') center no-repeat;
  background-size: 90%;
  z-index: 9;
}
.new__books .books .favorite a, .catalog-inner__img .favorite a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url('/local/templates/main/css/../img/icons/like.white.svg') center no-repeat;
  background-size: contain;
}

.new__books .books .favorite a.active,
.catalog-inner__img .favorite a.active {
    background: url('/local/templates/main/css/../img/icons/like.svg') center no-repeat;
    background-size: contain;
}
.books .book {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.books .book:hover {
  margin-top:-5px;
  margin-bottom:25px;
}
.books .books__sale {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  width: auto;
  height: auto;
  margin: 0 0 20px;
  padding: 2px 5px;
  background: #FF0000;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
  z-index: 7;
}
.books__img__front {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #efefef;
  box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.1);
  z-index: 2;
}
.books__img__front img {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  object-fit: cover;
}
.stocks .books .books__img__front img {height: 300px;}

.catalog-inner__img img {
  max-width: 360px;
	min-width: 300px;
	height: 430px;
	object-fit: cover;
	}

.catalog-inner__img ul.fiveColumns {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 30px auto 0;
    padding: 0;
    list-style-type: none;
    }

.catalog-inner__img ul.fiveColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(19% - 4px);
    height: auto;
    margin: 0 1.25% 10px 0;
    padding: 0;
    }

.catalog-inner__img ul.fiveColumns li:nth-child(5n) {margin: 0 0 10px;}
.catalog-inner__img ul.fiveColumns li img {height: auto;object-fit: fill;min-width:0;transition: all 0.3s ease-in-out;}
.catalog-inner__img ul.fiveColumns li img:hover {opacity: 0.5;}
.books__img__back {
  position: absolute;
  display: block;
  left: 8px;
  top: 7px;
  bottom: -7px;
  right: -8px;
  width: 100%;
  height: auto;
  background: #efefef;
  z-index: 0;
}
.books__img__back img {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  transform: rotateX(180deg);
  object-fit: cover;
  opacity: 0.7;
}
.catalog-inner__block .books__img__back img { height: 430px;}
.stocks .books .books__img__back img {height: 300px;}
.books__img__right {
  position: absolute;
  display: block;
  right: -5px;
  top: 6px;
  bottom: -5px;
  width: 5px;
  height: calc(100% - 4px);
  background: #efefef;
  transform: skewY(45deg);
  z-index: 1;
}
.books__img__left {
  position: absolute;
  display: block;
  left: 0;
  top: 6px;
  bottom: -1px;
  width: 8px;
  height: calc(100% - 2px);
  background: #444;
  transform: skewY(39deg);
  z-index: 1;
}
.books__img__bottom {
  position: absolute;
  display: block;
  left: 4px;
  bottom: -4px;
  width: calc(100% - 1px);
  height: 6px;
  background: #cfcfcf;
  transform: skewX(45deg);
  z-index: 1;
}

.books.suveniry .books__img__back,
.catalog-inner__img.suveniry .books__img__back {display: none;}

.books.suveniry .books__img__left,
.catalog-inner__img.suveniry .books__img__left {display: none;}

.books.suveniry .books__img__right,
.catalog-inner__img.suveniry .books__img__right {display: none;}

.books.suveniry .books__img__bottom,
.catalog-inner__img.suveniry .books__img__bottom {display: none;}

.books.suveniry .books__img__front,
.catalog-inner__img.suveniry .books__img__front {background: #fff;box-shadow:none;border: 0;}

._books.suveniry .books__img__front img {height: 200px;}
.catalog-inner__img.suveniry .books__img__front img {height: 300px;}
.stocks__slider .books.suveniry .books__img__front img {height: 300px;}


.books__title {
  position: relative;
  display: block;
  widows: 100%;
  height: 58px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  color: #000;
}
.books__autor {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 17px;
  overflow: hidden;
  height: 18px;
  width: 110%;
}
.books__footer {
  position: relative;
  display: block;
}
.books__footer a.button {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  min-height: 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
}
.books__price {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  width: 52%;
}
.books__price__old {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: -15px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 19px;
  text-decoration: line-through;
}
@media (max-width: 1220px) {
  .books__title {
    font-size: 17px;
    height: 58px;
  }
  .books__footer a.button {
    width: 76px;
  }
  .books__price {
    font-size: 21px;
  }
}
@media (max-width: 920px) {
  .new__books .books {
    width: 23%;
  }
  .new__books .books:nth-child(5n) {
    margin-right: 2.5%;
  }
  .new__books .books:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 740px) {
  .new__books .books {
    width: 31.5%;
  }
  .new__books .books:nth-child(4n) {
    margin-right: 2.5%;
  }
  .new__books .books:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .new__books .books {
    width: 48.5%;
  }
  .new__books .books:nth-child(3n) {
    margin-right: 2.5%;
  }
  .new__books .books:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 365px) {
  .books__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .books__price {
    margin-bottom: 10px;
  }
}
.sale {
  background: #19a298;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sale .title {
  color: #ffffff;
  margin-bottom: 65px;
}
.sale .slick-dots {
  bottom: -65px;
}
.sale__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 48%;
  height: 186px;
  border-radius: 10px;
  padding: 80px 45px ;
  margin: 0 20px;
  background-size: cover;
  background-color: #efefef;
  background-position:center;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
  transition: margin 0.3s ease-in-out;
}
.sale__item:hover {
  margin-top: -5px;
  margin-bottom: 5px;
}
.sale__slider-inner .sale__item {display: inline-block;vertical-align: middle;width: calc(49% - 92px); margin:0 2% 0 0;}
.sale__slider-inner .sale__item:nth-child(2n) {display: inline-block;vertical-align: middle;width: calc(49% - 92px); margin:0;}
.sale__item .banner__info {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 56%;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
}

.sale__item--bg1 .link {
  color: #0989a2;
}
.sale__item--bg2 .link,
.sale__item--bg2 .banner__info,
.sale__item--bg2 .banner__meta {
  color: #ffffff;
}
@media (max-width: 470px) {
  .sale__item--bg1 {
    //background-position: 114px center;
  }
  .sale__item--bg2 {
    //background-position: right center;
  }
  .sale__item .banner__info {
    font-size: 20px;
  }
}
@media (max-width: 340px) {
  .sale__item--bg2 {
    background-position: 150px center;
  }
}
.collection {
  padding-top: 80px;
  padding-bottom: 80px;
}
.collection .title {
  margin-bottom: 65px;
}
.collection .slick-dots {
  bottom: -65px;
}
.collection .slick-dots li.slick-active {
  background-color: #40c6bb;
}
.collection .slick-dots li {
  background-color: #e4eaea;
}
.collection__item {
  background-color: #efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  transition: box-shadow 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.collection__item:hover {
  box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
}
.collection__item .banner__info {
  font-size: 39px;
  line-height: 44px;
  display: block;
  margin-top: 45px;
  color: #fff;
}
@media (max-width: 540px) {
  .collection__item {
    padding: 20px;
  }
  .collection__item .banner__info {
    font-size: 29px;
    margin-top: 20px;
  }
}
.stocks {
  background: #eaeff1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.stocks .title {
  margin-bottom: 65px;
}
.stocks .slick-dots {
  bottom: -65px;
}
.stocks .books {
  margin: 0 40px 60px 0;
}
.category {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.2);
  z-index: 2;
}
.category .title {
  margin-bottom: 65px;
}
.category__lists {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.category__title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
}
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  width: 23.5%;
}
.category__list img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.category__lists.categoryZ img{
	width: 90px;
	height: auto;
}
/*.category__list:nth-last-child(-n + 2) {
  width: 49%;
}*/
@media (max-width: 1020px) {
  .category__list:nth-last-child(-n + 2),
  .category__list {
    width: 32.5%;
  }
}
@media (max-width: 540px) {
  .category__title {
    font-size: 15px;
  }
  .category__list img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .category__list {
    margin-bottom: 30px;
  }
}
.about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
}
.about .title {
  margin-bottom: 65px;
}
.about__info {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 40px;
}
.about__text {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 30px;
}
.about__block2 {
  background: #19a298;
  border-radius: 10px;
  width: 355px;
  height: 418px;
  overflow: hidden;
  padding-bottom: 40px;
  box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
}
.about__block2 .link {
  color: #ffffff;
  margin-left: 30px;
}
.about__img {
  background: url("/local/templates/main/css/../img/ticket.jpg") no-repeat;
  background-position: center -70px;
  background-size: cover;
  width: 100%;
  height: 255px;
}
.about__title {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  margin: 30px;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__block {
  width: calc(100% - 380px);
}
@media (max-width: 1100px) {
  .about__block2 {
    width: 255px;
  }
  .about__block {
    width: calc(100% - 320px);
  }
}
@media (max-width: 970px) {
  .about__block {
    width: calc(100% - 265px);
  }
}
@media (max-width: 768px) {
  .about__info {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .about__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .about__block {
    width: 100%;
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 10;
  top: 0;
  left: -1000%;
  height: 100%;
  background: #ffffff;
  padding: 180px 50px 180px 50%;
  -webkit-box-shadow: 0 30px 33px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 33px 0 rgba(0, 0, 0, 0.2);
  width: calc(50% + 304px);
  display: block;
  transition: all 0.3s ease-in-out;
}
.nav.active {
  left: -40%;
}
.nav__wrap {
  position: absolute;
  display: block;
  top: 200px;
  left: auto;
  right: 50px;
  bottom: 0;
  width: 250px;
  height: calc(100% - 240px);
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.nav__wrap::-webkit-scrollbar {
  display: none;
}
.nav__logo {
  position: absolute;
  display: block;
  top: 30px;
  width: 160px;
  height: 169px;
  background: url("/local/templates/main/css/../img/icons/logo.png") no-repeat top left;
  background-size: contain;
  z-index: 11;
}
.nav__lists {
  position: relative;
  display: block;
  padding: 0 0 10px;
  margin: 0;
  list-style-type: none;
}
.nav__lists li .nav__title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
}
.nav__lists li .nav__sub a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.393;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
}
.nav__close {
  border: none;
  background: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.nav__close::after,
.nav__close::before {
  display: block;
  content: "";
  background: #19a298;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 2px;
  left: 2px;
}
.nav__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 430px) {
  .nav {
    width: 100%;
    padding-top: 100px;
  }
}







.filter__fieldset {
  border: none;
  position: relative;
}
.filter-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-min input {
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  width: 65%;
}
.filter-min input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.filter-min input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.filter-min input::placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.filter-min input.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-min__select {
  position: relative;
  width: 19%;
}
.filter-min .bx-filter-select-text.arrow-black::after{
  top: 12px;
  right: 20px;
  width: 10px;
  height: 10px;
}
.filter-min .bx-filter-parameters-box-container .bx-left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(49% - 7px);
  height:auto;
  margin-right: 10px;
}
.filter-min .bx-filter-parameters-box-container .bx-right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(49% - 7px);
  height:auto;
  margin-right: 0;
}
.filter-min .bx-filter-parameters-box-container input {
  width: calc(100% - 30px);
  padding-left: 20px;
  padding-right: 10px;
}
.popup-window {
  max-height: 200px;
  padding: 0;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
  overflow-y: scroll;
}
.popup-window#popup-message {max-height: 500px;}

.bx-filter-select-popup {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.bx-filter-select-popup ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.bx-filter-select-popup ul li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.bx-filter-select-popup ul li:hover {background: #efefef;}
.bx-filter-select-popup ul label {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 auto;
  padding: 7px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
.filter-min .bx-ui-slider-track-container {display: none;}
.filter-min__option {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 8;
}
.filter-min__option input {
  border-radius: 0;
}
.filter-min__option input:hover {
  background: #dcdcdc;
}
.filter-min__option.active {
  display: block;
}
.filter-min .bx-filter-select-text {
  position: relative;
  width: calc(100% - 40px);
  height: 43px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  border-radius: 10px;
  background-color: #eaeaea;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 43px;
}
.filter-min .bx-filter-parameters-box-title {height: 30px; display: block;overflow: hidden;}
ul.breadcrumbs__lists {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}
ul.breadcrumbs__lists li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs__list a {
  font-size: 13px;
  color: #999;
  text-decoration: none;
  line-height: 18px;
}
.breadcrumbs__list a:hover {
  text-decoration: none;
}
.breadcrumbs__list span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.502);
  line-height: 18px;
  margin: 0 10px 0 0;
}
.head-page {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  padding-top: 45px;
}
.head-page .title {
  margin-top: 25px;
  margin-bottom: 0;
}
.head-page__block {
  max-width: calc(100% - 270px);
  margin-left: auto;
  margin-top: -20px;
  margin-bottom: 30px;
}
.catalog-inner .head-page__block {margin-bottom: 0;}
@media (max-width: 1100px) {
  .head-page__block {
    max-width: calc(100% - 230px);
  }
}
.choice {
  padding: 0;
  margin: 0 0 0 -20px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choice__item a {
  font-size: 14px;
  font-weight: 500;
  color: #090909;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 20px;
  text-align: left;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .choice__item a:hover {
    padding: 10px 25px;
    background-color: #efefef;
  }
}
.choice__item.action a {
  color: #ffffff;
  text-decoration: none;
  background-color: #1aa79c;
  -webkit-box-shadow: 0px 34px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 34px 40px 0px rgba(0, 0, 0, 0.08);
}
.catalog__sort {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog__sort-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__sort-label {
  font-size: 11px;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-right: 20px;
}
.catalog__sort-button {
  border-radius: 20px;
  background-color: #f0f0f0;
  width: 192px;
  height: 42px;
  border: none;
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  line-height: 16px;
  text-transform: uppercase;
  padding-right: 20px;
  position: relative;
}
.catalog__sort-button.arrow-black::after {
  top: 15px;
  right: 17px;
}
.catalog__sort-button-min {
  border-radius: 20px;
  background-color: #f0f0f0;
  width: 72px;
  height: 42px;
}
.catalog__sort-items {
  position: absolute;
  left: 135px;
  top: 45px;
  display: none;
  width: auto;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
  border-radius: 10px;
  z-index: 99;
}
.catalog__sort-items.catalog__sort-button-min {left:115px;}

.catalog__sort-items a {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  padding: 5px 20px;
  margin: 0;
  white-space: nowrap;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.catalog__sort-items a:hover {background-color: #efefef;}
.catalog-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.catalog-inner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-inner__img {
  position: relative;
  margin-right: 80px;
  margin-left: 180px;
  max-height: 430px;
}
.catalog-inner__info {
  width: calc(100% - 487px);
}
.catalog-inner__hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-inner__hash a {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  text-align: center;
  background-color: #e5ebed;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  height: 14px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.catalog-inner__hash a:hover {
  background: #179d91;
  color: #ffffff;
}
.catalog-inner__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
  margin-top: 34px;
  margin-bottom: 15px;
}
.catalog-inner__list {
  margin-bottom: 16px;
  width: 40%;
}
.catalog-inner__title {
  font-size: 12px;
  color: #797979;
  line-height: 17px;
}
.catalog-inner__text {
  font-size: 16px;
  line-height: 21px;
}
.catalog-inner__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          position: relative;
}
.catalog-inner__price {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-right: 38px;
}
.catalog-inner__bottom {
  padding-top: 95px;
  padding-bottom: 61px;
  margin-left: 270px;
}
.catalog-inner__bottom .text h2, .catalog-inner__bottom .text .h2 {
  margin-bottom: 20px;
}
.catalog-inner__bottom .text h3, .catalog-inner__bottom .text .h3 {
  margin-bottom: 20px;
}
.catalog-inner__bottom .text p {
  margin-bottom: 20px;
}

.content {
  background-color: #eff3f4;
  padding-top: 50px;
  padding-bottom: 70px;
}
.content__lists {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.content__list {
  height: 50px;
  overflow: hidden;
}
.content__list.active {
  height: auto;
  padding-bottom: 50px;
}
.content__list button, .content__list button:active, .content__list button:focus {
  border: none;
  border-bottom: 1px solid #b7bcbd;
  background: transparent;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.content__list button svg {
  width: 32px;
  height: 20px;
}
.content__list button.hidden-icon svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.content__list button.show-icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content__items {
  list-style-type: none;
  padding-left: 0;
}
.content__item {
  padding-left: 22px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
.content__item::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
@-webkit-keyframes closeSlide {
  from {
    height: 300px;
  }
  to {
    height: 50px;
  }
}
@keyframes closeSlide {
  from {
    height: 300px;
  }
  to {
    height: 50px;
  }
}
@-webkit-keyframes openSlide {
  from {
    height: 50px;
  }
  to {
    height: 300px;
  }
}
@keyframes openSlide {
  from {
    height: 50px;
  }
  to {
    height: 300px;
  }
}
.similar {
  background: #ffffff;
}

.stocks-page .sale__item {
  display: inline-block;
  width: 38%;
  margin-bottom: 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.stocks-page .sale__item:hover {
  margin-top: 0;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1222px) {
  .stocks-page .sale__item {
    width: 37%;
  }
  .stocks-page .sale__item .banner__info {
    width: 70%;
  }
}
@media (max-width: 1222px) {
  .stocks-page .sale__item {
    width: 36%;
  }
}
.pages-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pages-button__stocks {
  margin-top: 55px;
  margin-bottom: 130px;
}
.pages-button a {
  font-size: 19px;
  color: #000000;
  line-height: 1.842;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin: 10px;
}
.pages-button a.active, .pages-button a:hover {
  background-color: #1aa79c;
  color: #ffffff;
}
.map {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/local/templates/main/css/../img/map.jpg") no-repeat;
  background-position: center;
  height: 490px;
}
.map::after {
  content: "";
  width: 90%;
  height: 16px;
  border-bottom-left-radius: 20px;
  background-color: #19a298;
  position: absolute;
  bottom: -16px;
  right: 0;
}
.contacts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 48px;
  padding-bottom: 24px;
}
.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contacts__title {
  font-size: 19px;
  color: #434343;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.622;
}
.contacts__text {
  font-size: 16px;
  color: #434343;
  font-weight: 400;
  line-height: 21px;
}
.contacts__text:not(:first-child) {
  margin-top: 10px;
}
.contacts__lists {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contacts__lists li:nth-child(n+2) {
  margin-bottom: 20px;
}
.contacts__lists:last-child {
  padding-top: 30px;
}
.contacts__lists:last-child li:first-child {
  margin-bottom: 20px;
}
.form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 63px;
  padding-top: 24px;
}
.form::before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  background: #1aa69b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.form form {
  width: 85%;
  margin: 0 auto;
  padding: 44px 54px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 95px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 15px 95px 0px rgba(0, 0, 0, 0.14);
}
.form form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 585px;
}
.form form fieldset input,
.form form fieldset textarea {
  background-color: #ebf1f3;
  width: 100%;
  min-height: 8px;
  border: none;
  border-radius: 40px;
  margin-bottom: 26px;
  padding: 23px;
  font-size: 18px;
  color: #434343;
  line-height: 1.2;
}
.form form fieldset input::-webkit-input-placeholder,
.form form fieldset textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(67, 67, 67, 0.502);
  line-height: 1.2;
}
.form form fieldset input::-ms-input-placeholder,
.form form fieldset textarea::-ms-input-placeholder {
  font-size: 18px;
  color: rgba(67, 67, 67, 0.502);
  line-height: 1.2;
}
.form form fieldset input::placeholder,
.form form fieldset textarea::placeholder {
  font-size: 18px;
  color: rgba(67, 67, 67, 0.502);
  line-height: 1.2;
}
.form form fieldset textarea {
  height: 217px;
}
.form form fieldset input:nth-of-type(-n+2) {
  width: 41%;
}
.form__meta {
  font-size: 14px;
  color: rgba(27, 27, 27, 0.502);
  text-transform: uppercase;
  line-height: 1.2;
}
.form__title {
  font-size: 33px;
  color: #3c3c3c;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 30px;
}
.form__info {
  font-size: 20px;
  color: #272727;
  line-height: 1.45;
  margin-bottom: 42px;
}
.form__check {
  font-size: 14px;
  color: rgba(67, 67, 67, 0.502);
  line-height: 1.2;
  width: 100%;
  margin-bottom: 36px;
  position: relative;
  padding-left: 40px;
  top: 0;
  left: 2px;
  cursor: pointer;
}
.form__check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.form__check-input + label {
  position: relative;
  padding-left: 40px;
  top: 0;
  left: 2px;
  cursor: pointer;
}
.form__check-input + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #ebf1f3;
  border-radius: 5px;
}
.form__check-input:checked + label::after {
  opacity: 1;
}
.form__check-input + label::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 8px;
  height: 12px;
  border-bottom: 1px solid #0f0f0f;
  border-right: 1px solid #0f0f0f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


/* PERSONAL */
.sale-order-list-title-container {
  padding: 5px 10px;
  width: calc(100% - 20px);
  background-color: #19a298;
}

.sale-order-list-title {
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.sale-order-list-inner-row-body .sale-order-list-button {
  float: none;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease-in-out;
  background: #19a298;
  color: #fff;
  border-radius: 50px;
}
.personal .sale-order-payment-change-pp .sale-order-payment-change-pp-company {max-width: 160px}
.personal .sale-order-list-cancel-payment {text-decoration: underline; color:#19a298;}
.bx-filter-select-block {display:block;overflow:hidden;}
.basket-checkout-block-total-description {display: none;}


/*GRID FIVE COLUMNS*/
ul.fiveColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.fiveColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(19% - 4px);
    height: auto;
    margin: 0 1.25% 10px 0;
    padding: 0;
    }

ul.fiveColumns li:nth-child(5n) {margin: 0 0 10px;}

/*Торговые предложения*/
.property-value img{height:100%}

.suvenir img {

  height: 300px;

}

.suvenir img{

  height: 300px;

}

.suveniry img{

  height: 182px;

}
/* End */


/* Start:/local/templates/main/css/notification.center.css?1669893851884*/
@charset "UTF-8";.notification-area{position:fixed;display:block;right:-300px;top:80px;min-width:260px;height:auto;max-height:96%;margin:0;padding:0 2% 0 0;overflow:hidden;z-index:99999}.notification-area li{position:relative;display:block;background-color:rgba(255,255,255,1);width:200px;height:auto;margin:20px 0 20px 20px;padding:20px 40px 20px 20px;overflow:hidden;color:#000;font-size:12px;line-height:17px;cursor:pointer;-webkit-border-radius:7px;border-radius:7px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2);opacity:1;-webkit-transition-property:top;-webkit-transition-property:margin;-webkit-transition-duration:.5s;-webkit-transition-timing-function:ease}.btn_close{position:absolute;display:block;right:0;top:0;width:10px;height:10px;margin:10px 10px 0 0}.btn_close img{position:relative;display:block;width:100%;height:auto;margin:0}
/* End */


/* Start:/local/templates/main/css/responsive.css?16698938518412*/
@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1220px) {
	.books__footer a.button {
		font-size: 10px;
	}
	.contacts__lists {
		margin-right: 2%;
		width: 32%;
	}
	.contacts__lists:last-child {
		margin-right: 0;
	}

}

@media only screen and (max-width: 1100px) {
	.books__img__front img,
	.books__img__back img {
		height: 240px;
	}
	.books__price {
		width: 55%;
	}
	.books__price {
		font-size: 18px;
	}
	.books__footer {
		display: flex;
		justify-content: space-between;
	}
	.head__tel {
    	font-size: 16px;
	}
	.catalog-inner__bottom,
	.catalog-inner__img {
		margin-left: 0;
	}
	.head__form {
		width: 200px;
	}
	.sale__item {
    	margin: 0 20px 0 0;
	}
	.stocks-page .sale__item {
		width: 35%;
	}
	.category__lists.categoryZ .category__list {width: 32%;}
}
@media (max-width: 991px) {
	.head__link--search {display: none;}
	.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
	    border: none;
	    background-color: #ffffff;
	}
}

@media only screen and (max-width: 960px) {
	.new__books .books {
		width: 21%;
	}	
	.new__books .books:nth-child(4n) {
		margin-right: 0;
	}
	.new__books .books:nth-child(5n) {
		margin-right: 3.5%;
	}
	.books__footer a.button {
		width: 88px;
	}
	.category__list img {
		display: block;
		margin: 0 auto;
	}
	.category__list a {
		margin: 0 auto;
	}
	.category__list {
		margin-bottom: 0;
	}
	.top__elements {
		width: auto;
	}
	.catalog-inner__lists {
		flex-direction: column;
	}
	.catalog-inner__list,
	.catalog-inner__info {
    	width: 100%;
	}
	.catalog-inner__img {
		margin-right: 30px;
	}
	.menu__block a {
		font-size: 14px;
	}

	.personal .sidebar, .personal .mainContent {display:block;width:100%;margin: 0 auto 20px;}
	.basket-item-info-name {
		font-size: 16px;
	}
	.basket-items-list-item-descriptions-inner {
		align-items: center;
	}
	.basket-item-block-info {
		padding: 0;
	}

	.category__lists.categoryZ .category__list {width: 49%;margin-bottom: 30px;}
	.category__lists.categoryZ .category__list .category__title {width: 90%; text-align: center;margin:10px auto 0;display: block;}
}

@media only screen and (max-width: 865px) {
	.stocks-page .sale__item {
		width: 89%;
	}
}

@media only screen and (max-width: 768px) {
	.menu__block a {
		font-weight: 500;
		font-size: 14px;
	}
	.new__books .books {
		width: 29%;
	}
	.new__books .books:nth-child(3n) {
		margin-right: 0;
	}
	.new__books .books:nth-child(4n) {
		margin-right: 3.5%;
	}
	.stocks .books .books__img__front img,
	.stocks .books .books__img__back img {
		height: 300px;
	}
	.filter-min__select {
		position: relative;
		width: 48%;
	}
	.filter-min {
		flex-wrap: wrap;
	}
	.catalog-inner__img,
	.catalog-inner__block .books__img__back img,
	.catalog-inner__img img {
		max-width: 250px;
		min-width: 200px;
		height: 300px;
	}
	.contacts__block {
		flex-direction: column;
	}
	.contacts__lists {
		width: 100%;
		margin-right: 0;
	}
	.form form fieldset input:nth-of-type(-n+2) {
    	width: 100%;
	}
	.form form {
    	width: auto;
	}
	.form__title {
    	font-size: 23px;
	}
	.basket-item-block-info {
    	padding: 10px 0 0;
		text-align: center;
	}
	.basket-item-block-price {
		padding-top: 0;
	}
	.basket-item-block-amount {
    	padding-top: 0;
	}
	.basket-items-list-item-descriptions-inner {
		flex-direction: column;
	}
	.basket-item-block-image {
		margin: 0 auto;
	}

	#bx-soa-order.bx-blue .bx-soa,
	#bx-soa-order.bx-blue .bx-soa-sidebar {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
}


@media only screen and (max-width: 684px) {
	.books__img__front img,
	.books__img__back img {
		height: 400px;
	}
	.new__books .books {
		width: 46%;
	}
	.new__books .books:nth-child(2n) {
		margin-right: 0;
	}
	.new__books .books:nth-child(3n) {
		margin-right: 3.5%;
	}
	.head-page__block {
		margin-left: 0;
		max-width: 100%;
	}
	.choice {
		flex-wrap: wrap;
	}
	.catalog-inner__info .button, .catalog-inner__info a.button, .catalog-inner__info .button:active, .catalog-inner__info a.button:active {
		width: 140px;
	}
	.catalog-inner__prices {
    	justify-content: space-between;
	}
	.stocks-page .sale__item {
		width: 89%;
	}
	.choice__item a {
		padding: 5px 15px;
		font-size: 12px;
		line-height: 15px;
	}
}

@media only screen and (max-width: 630px) {
	.head__catalog, .head__catalog:hover, .head__catalog:active {
		font-size: 0;
	}
}
@media only screen and (max-width: 580px) {
	.basket-items-list-item-amount {
		min-width: auto;
	}
	.basket-items-list-item-price-for-one {
		order: 2;
	}
}

@media only screen and (max-width: 568px) {
	.discount {width: 55px;font-size: 14px;}
	.stocks .slick-prev {display: none!important;}
	.stocks .slick-next {display: none!important;}
	.top__button {font-size: 13px;}
	.sale__item {padding: 30px 45px;height: 176px;}
	.stocks {padding-top: 50px;padding-bottom: 30px;}
	.stocks .title {font-size: 26px;}
	.content__list button svg {width: 22px;height: 10px;}
	.content__list button, .content__list button:active, .content__list button:focus {font-size: 16px;}
	.catalog-inner__info{margin-top: 120px;display: flex;flex-wrap: wrap;}
	.catalog-inner__prices {order: 1;margin-bottom:20px;}
	.catalog-inner__hash {order: 2;}
	.catalog-inner__lists {margin-top: 14px;order: 3;margin-bottom:0;}
	.catalog-inner__prices a.button {min-height: 42px;}
	.catalog-inner__bottom {padding-top: 15px;}
	.head-page .title {font-size: 21px;}
	ul.breadcrumbs__lists,ul.breadcrumbs__lists li {line-height: 10px;}
	.catalog-inner__price {font-size: 26px;}
	.new {padding-top: 10px;}
	.new .new__books {margin-top: 40px;}
	.about {padding-top: 40px;padding-bottom: 40px;}
	.books.suveniry {margin-bottom: 50px;}
	.head-page__block {margin-bottom: 10px;}
	.new__books {margin-top: 20px;}
	.search__container {padding-top: 15px;padding-bottom: 15px;}
	.search__title {font-size: 16px;display: block;margin-bottom: 10px;}
	.search__block {padding: 20px 30px 10px 20px;}
	.nav__logo {left: 100px;}
	.menu__block a {font-size: 12px;}
	.books__footer a.button {width: 100%;}
	.choice {margin: 0;}
	.choice__item a {margin-right: 0;}
	.catalog__sort {
		flex-direction: column;
	}
	.catalog__sort-label {
		width: 117px;
	}
	.catalog__sort-block {
		margin-bottom: 5px;
	}
	.catalog__sort-button {
		width: 150px;
	}
	.catalog-inner__head {
		flex-direction: column;
		align-item: center;
	}
	.books__title {
		font-size: 13px;
	}
	.catalog-inner__img {
		margin: 0 auto;
	}
	.stocks-page .sale__item {
		width: 82%;
	}
	.menu__block {justify-content: flex-start;}

	.stocks.similar .slick-prev {display: none!important}
	.stocks.similar .slick-next {display: none!important}
	p {font-size: 13px;line-height: 19px;}
	.catalog-inner__text {font-size: 13px;line-height: 19px;}

}

@media only screen and (max-width: 430px) {
	.nav.active {
		left: 0;
	}
	.stocks-page .sale__item {
		width: 73%;
	}
}

@media only screen and (max-width: 414px) {
	.sale__item .banner__info {
		width: 86%;
		line-height: 28px;
	}
	.collection__item .banner__info {
		line-height: 34px;
		font-size: 24px;
		margin-top: 30px;
	}
	.books__img__front img,
	.books__img__back img {
		height: 240px;
	}
	.stocks .books .books__img__front img,
	.stocks .books .books__img__back img {
		height: 200px;
	}
	.books__footer {
		flex-wrap: wrap;
	}
	.books__price {
    	width: 100%;
	}
	.dumb {
    	height: 100px;
	}
	.filter-min__select {
		position: relative;
		width: 100%;
	}
	.title {
    	font-size: 30px;
	}
	.head-page .title {
		margin-bottom: 15px;
	}
	.catalog-inner__img .books__img__front img {
		height: 300px;
	}
	.form .button, a.button, .button:active, a.button:active {
		width: 100%;
	}
	.search__block,
	.form form {
		padding: 30px;
	}
	.filter-min {
    	padding: 0;
	}
}
@media only screen and (max-width: 399px) {
	.menu__block a {
		font-size: 10px;
	}
	tr.basket-items-list-item-container {
		flex-direction: column;
		align-items: center;
	}
	.basket-items-list-item-price {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 375px) {
	.stocks .books .books__img__front img, .stocks .books .books__img__back img {height: 180px;}
	.books__img__front img, .books__img__back img {height: 190px;}
	.new__books .books,.new__books .books:nth-child(3n) {margin-right: 9.5%;width: 44%;}
	.new__books .books:nth-child(2n) {margin-right: 0}

}

@media only screen and (max-width: 320px) {

	.stocks .books .books__img__front img, 
	.stocks .books .books__img__back img {height: 150px;}
}

/* End */


/* Start:/local/templates/main/css/jquery.fancybox.min.css?166989385117707*/
@charset "UTF-8";
.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container ~ .fancybox-container {
    z-index: 999992
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current,
.fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px / 20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px / 30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button:after, .fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
    opacity: .3
}

.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close:after, .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left, .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--pause:before, .fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-button--thumbs, .fancybox-thumbs {
    display: none
}

@media (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }

    .fancybox-button--thumbs span {
        font-size: 23px
    }

    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }

    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }

    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .fancybox-thumbs > ul > li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }

    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1
    }
}



/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/cart/style.css?16698938684401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/bitrix/components/niges/holiday/templates/.default/style.css?17670805802945*/
/* NIGES.HOLIDAY / SITE DECORATION */


.nsh-decorate-line.style-1 {
    background-position: center;
    background-repeat: repeat-x;
    /*background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-1.png);*/
	background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-1-2.svg);
    background-size: contain;
}

.nsh-decorate-line.style-2 {
    background-position: center;
    background-repeat: repeat-x;
    /*background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-2.png);*/
	background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-2-2.svg);
    background-size: contain;
}


.nsh-decorate-line.style-3 {
    background-position: center;
    background-repeat: repeat-x;
    /*background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-1.png);*/
	background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-1-2a.svg);
    background-size: contain;
}

.nsh-decorate-line.style-4 {
    background-position: center;
    background-repeat: repeat-x;
    /*background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-2.png);*/
	background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-2-2a.svg);
    background-size: contain;
}


.nsh-decorate-line.style-5 {
    background-position: center;
    background-repeat: repeat-x;
    /*background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-1.png);*/
	background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-1-2a2.svg);
    background-size: contain;
}

.nsh-decorate-line.style-6 {
    background-position: center;
    background-repeat: repeat-x;
    /*background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-2.png);*/
	background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-2-2a2.svg);
    background-size: contain;
}


.nsh-decorate-line.style-7 {
    background-position: center;
    background-repeat: repeat-x;
    /*background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-1.png);*/
	background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-1-2a3.svg);
    background-size: contain;
}

.nsh-decorate-line.style-8 {
    background-position: center;
    background-repeat: repeat-x;
    /*background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-2.png);*/
	background-image: url(/bitrix/components/niges/holiday/templates/.default/images/style-2-2a3.svg);
    background-size: contain;
}




 

@media screen and (min-width:767.01px) {
	.nsm-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nsm-hidden-mobile {display: none !important;}
}
/* End */
/* /local/templates/main/css/style.css?173462172664432 */
/* /local/templates/main/css/notification.center.css?1669893851884 */
/* /local/templates/main/css/responsive.css?16698938518412 */
/* /local/templates/main/css/jquery.fancybox.min.css?166989385117707 */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/cart/style.css?16698938684401 */
/* /bitrix/components/niges/holiday/templates/.default/style.css?17670805802945 */
