@charset "UTF-8";
/*! Scrollyeah - v0.3.2 - 2014-04-11 * https://github.com/artpolikarpov/scrollyeah * Copyright (c) 2014 Artem Polikarpov;
 Licensed MIT */
.scrollyeah {
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scrollyeah__wrap {
  overflow: hidden;
}

.scrollyeah__shaft {
  float: left;
}

.scrollyeah__parallax, .scrollyeah__shaft {
  left: 0;
  position: relative;
}

.scrollyeah_active .scrollyeah__shaft {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.scrollyeah_active .scrollyeah__shaft_grabbing, .scrollyeah_active .scrollyeah__shaft_grabbing * {
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.scrollyeah__shadow {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 333ms, 333ms;
  transition-duration: 333ms, 333ms;
  -webkit-transition-timing-function: cubic-bezier(.1, 0, .25, 1), cubic-bezier(.1, 0, .25, 1);
  transition-timing-function: cubic-bezier(.1, 0, .25, 1), cubic-bezier(.1, 0, .25, 1);
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.scrollyeah__shadow_prev {
  left: -10px;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .5), transparent);
  background-position: 0 0, 0 0;
}

.scrollyeah__shadow_next {
  right: -10px;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .5), transparent);
  background-position: 100% 0, 100% 0;
}

.scrollyeah_shadow .scrollyeah__shadow_prev {
  left: 0;
}

.scrollyeah_shadow .scrollyeah__shadow_next {
  right: 0;
}

.scrollyeah_shadow_no-left .scrollyeah__shadow_prev {
  left: -10px;
}

.scrollyeah_shadow_no-right .scrollyeah__shadow_next {
  right: -10px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0)!important;
  margin: 0!important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  outline: 0!important;
  border: none!important;
  background: 0 0!important;
}

.selectric-temp-show {
  position: absolute!important;
  visibility: hidden!important;
  display: block!important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}

.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}

.selectric-items .disabled {
  opacity: .5;
  cursor: default!important;
  background: 0 0!important;
  color: #666!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0!important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-max, .irs-min {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-single, .irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}

.irs-disabled {
  opacity: .4;
}

.irs-hidden-input {
  position: absolute!important;
  display: block!important;
  top: 0!important;
  left: 0!important;
  width: 0!important;
  height: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden;
  outline: 0!important;
  z-index: -9999!important;
  background: 0 0!important;
  border-style: solid!important;
  border-color: transparent!important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-max, .irs--flat .irs-min {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-single:before, .irs--flat .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, #fff));
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #428bca), to(#b9d4ec));
  background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, .5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, .3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #b4b9be), to(white));
  background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, .45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919ba5), to(white));
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}

.irs--big .irs-max, .irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, .5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle>i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}

.irs--modern .irs-handle.state_hover>i:nth-child(1), .irs--modern .irs-handle:hover>i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover>i:nth-child(3), .irs--modern .irs-handle:hover>i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-max, .irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-single:before, .irs--modern .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, .5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: #000;
}

.irs--sharp .irs-handle.state_hover>i:first-child, .irs--sharp .irs-handle:hover>i:first-child {
  border-top-color: #000;
}

.irs--sharp .irs-max, .irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-single, .irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-single:before, .irs--sharp .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, .5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-max, .irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-max, .irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, .1);
}

.irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Medium.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-Medium"), url(../fonts/HelveticaNeue/HelveticaNeue-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Medium.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Medium.ttf) format("truetype");
     font-weight: 500;
     font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Heavy.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-Heavy"), url(../fonts/HelveticaNeue/HelveticaNeue-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Heavy.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Heavy.ttf) format("truetype");
     font-weight: 900;
     font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-HeavyItalic.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-HeavyItalic"), url(../fonts/HelveticaNeue/HelveticaNeue-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-HeavyItalic.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-HeavyItalic.ttf) format("truetype");
     font-weight: 900;
     font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Black.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-Black"), url(../fonts/HelveticaNeue/HelveticaNeue-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Black.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Black.ttf) format("truetype");
     font-weight: 900;
     font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic"), url(../fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic.ttf) format("truetype");
     font-weight: 200;
     font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-BlackItalic.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-BlackItalic"), url(../fonts/HelveticaNeue/HelveticaNeue-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-BlackItalic.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-BlackItalic.ttf) format("truetype");
     font-weight: 900;
     font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-ThinItalic.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-ThinItalic"), url(../fonts/HelveticaNeue/HelveticaNeue-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-ThinItalic.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-ThinItalic.ttf) format("truetype");
     font-weight: 100;
     font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-MediumItalic.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-MediumItalic"), url(../fonts/HelveticaNeue/HelveticaNeue-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-MediumItalic.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-MediumItalic.ttf) format("truetype");
     font-weight: 500;
     font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-LightItalic.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-LightItalic"), url(../fonts/HelveticaNeue/HelveticaNeue-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-LightItalic.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-LightItalic.ttf) format("truetype");
     font-weight: 300;
     font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-UltraLight.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-UltraLight"), url(../fonts/HelveticaNeue/HelveticaNeue-UltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-UltraLight.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-UltraLight.ttf) format("truetype");
     font-weight: 200;
     font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-BoldItalic.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-BoldItalic"), url(../fonts/HelveticaNeue/HelveticaNeue-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-BoldItalic.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-BoldItalic.ttf) format("truetype");
     font-weight: 700;
     font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(..fonts/HelveticaNeue/HelveticaNeue-Italic.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-Italic"), url(../fonts/HelveticaNeue/HelveticaNeue-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Italic.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Italic.ttf) format("truetype");
     font-weight: 500;
     font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Roman.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-Roman"), url(../fonts/HelveticaNeue/HelveticaNeue-Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Roman.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Roman.ttf) format("truetype");
     font-weight: 400;
     font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeue/HelveticaNeueCyr-Italic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue/HelveticaNeueCyr-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Bold.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-Bold"), url(../fonts/HelveticaNeue/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Bold.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Bold.ttf) format("truetype");
     font-weight: 700;
     font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Light.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-Light"), url(../fonts/HelveticaNeue/HelveticaNeue-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Light.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Light.ttf) format("truetype");
     font-weight: 300;
     font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Thin.eot);
     src: local("../fonts/HelveticaNeue/HelveticaNeue-Thin"), url(../fonts/HelveticaNeue/HelveticaNeue-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Thin.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Thin.ttf) format("truetype");
     font-weight: 100;
     font-style: normal;
}

@font-face {
  font-family: vs-book-icons;
     src: url(../fonts/Vs-book-icons/vs-book-icons.eot);
     src: url(../fonts/Vs-book-icons/vs-book-icons.eot?40651521#iefix) format("embedded-opentype"), url(../fonts/Vs-book-icons/vs-book-icons.woff) format("woff"), url(../fonts/Vs-book-icons/vs-book-icons.ttf) format("truetype");
     font-weight: 400;
     font-style: normal;
}

:root {
  --color-accent: #1BB5C2;
  --color-accent-hover: #179da9;
  --container-width-full: 100%;
  --container-width: 1170px;
  --transition-loaded: 1s ease;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: var(--color-accent);
}

.preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9999999999999;
}

.preloader.active {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader.active:before {
  content: '';
  position: absolute;
  width: 400px;
  height: 200px;
  background: url(../images/logo.svg) no-repeat center;
  background-size: contain;
  left: 50%;
  top: 50%;
  margin: -150px -200px;
}

.preloader.active:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 25px;
  background: url(../images/preloader.png) no-repeat center;
  left: 50%;
  top: 50%;
  margin: 20px -100px;
}

@media screen and (max-width:980px) {
  .preloader.active:before {
    width: 200px;
    height: 100px;
    margin: -70px -100px;
  }
}

.scroll-top-button {
  position: fixed;
  width: 45px;
  height: 45px;
  background: #646464;
  z-index: 9999;
  bottom: 60px;
  right: 57px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.scroll-top-button:after {
  content: '\e805';
  font-family: vs-book-icons;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 38%;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-size: 10px;
  color: #fff;
}

.scroll-top-button:hover {
  background: var(--color-accent);
}

.scroll-top-button.active {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width:980px) {
  .scroll-top-button {
    right: 15px;
  }
}

.disable-hover {
  pointer-events: none;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

html, body {
	font: 14px/1.25 "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

body {
	overflow: hidden;
	overflow-y: scroll;
}

body.loaded main.main>div {
  -webkit-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
}

body.loaded header {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

body.menu-opened .header-top-menu {
  -webkit-transform: none;
  transform: none;
}

body.menu-opened .button-m-menu {
  background: 0 0;
}

body.menu-opened .button-m-menu:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

body.menu-opened .button-m-menu:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

body.menu-opened .button-book, body.menu-opened .button-favorite, body.menu-opened .button-personal, body.menu-opened .header-phone, body.menu-opened .header-search {
  visibility: visible!important;
  opacity: 1!important;
  pointer-events: all!important;
}

body.menu-opened .header-phone {
  -webkit-transition: opacity .3s ease .25s;
  transition: opacity .3s ease .25s;
}

body.menu-opened .input-search {
  padding-left: 15px!important;
  padding-right: 50px;
}

body.menu-opened .input-button {
  margin-right: 0!important;
}

body.authorized .header-buttons .button-personal:before {
  content: '\e819';
  color: var(--color-accent);
}

main.main {
  overflow: hidden;
  margin-top: 140px;
}


input {
  border: none;
  font-size: 14px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

input::-webkit-input-placeholder {
  font-size: 14px;
}

input::-moz-placeholder {
  font-size: 14px;
}

input:-ms-input-placeholder {
  font-size: 14px;
}

input::-ms-input-placeholder {
  font-size: 14px;
}

input::placeholder {
  font-size: 14px;
}

a {
  color: var(--color-accent);
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  color: rgba(0, 0, 0, .5);
}

em, i {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

button {
  cursor: pointer;
}

ul {
  list-style-type: none;
}

textarea::-webkit-input-placeholder {
  font-family: HelveticaNeue;
  color: #000;
  font-weight: 100;
}

textarea::-moz-placeholder {
  font-family: HelveticaNeue;
  color: #000;
  font-weight: 100;
}

textarea:-ms-input-placeholder {
  font-family: HelveticaNeue;
  color: #000;
  font-weight: 100;
}

textarea::-ms-input-placeholder {
  font-family: HelveticaNeue;
  color: #000;
  font-weight: 100;
}

textarea::placeholder {
  font-family: HelveticaNeue;
  color: #000;
  font-weight: 100;
}

textarea::-webkit-input-placeholder {
  font-family: HelveticaNeue;
  color: #000;
  font-weight: 100;
}

textarea::-moz-placeholder {
  font-family: HelveticaNeue;
  color: #000;
  font-weight: 100;
}

textarea:-ms-input-placeholder {
  font-family: HelveticaNeue;
  color: #000;
  font-weight: 100;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-full {
  width: 100%;
  padding: 0 4%;
}

.container-full-custom {
  padding: 0 0 0 4%;
}

.block-title {
  font-size: 27px;
  font-family: Yeseva One;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width:980px) {
  .block-title {
    font-size: 20px;
  }
}

.button-primary {
  color: #fff;
  height: 48px;
  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;
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
  letter-spacing: .2px;
}

.button-primary:hover {
  background: var(--color-accent-hover);
  color: #fff;
  border-color: var(--color-accent-hover);
}

.button-primary:active {
  -webkit-transform: scale(.92);
  transform: scale(.92);
}

button.button-primary, input.button-primary {
  padding-top: 0;
}

.button-secondary {
  position: relative;
  border: 1px solid #a7afb4;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  width: 190px;
  height: 48px;
  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;
  background: 0 0;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  -webkit-transition: background .2s ease, color .2s ease, -webkit-transform .4s ease;
  transition: background .2s ease, color .2s ease, -webkit-transform .4s ease;
  transition: background .2s ease, color .2s ease, transform .4s ease;
  transition: background .2s ease, color .2s ease, transform .4s ease, -webkit-transform .4s ease;
}

@media screen and (min-width: 980px) {
  .button-secondary:hover {
    color: #fff;
    background: var(--color-accent)!important;
  }
}

.button-secondary:active {
  -webkit-transform: scale(.92);
  transform: scale(.92);
}

.button-more {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

.button-more:before {
  content: '\e80a';
  position: absolute;
  font-family: vs-book-icons;
  width: 13px;
  height: 15px;
  background-size: contain;
  left: 50%;
  top: 50%;
  margin-left: -57px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}

.button-add-to-cart {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}

.button-add-to-cart:before {
  content: '\e808';
  position: absolute;
  font-family: vs-book-icons;
  font-size: 18px;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -55px;
  color: rgba(0, 0, 0, .6);
}

.button-add-to-cart:hover:before {
  color: #fff;
}

.btn-favorite {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.btn-favorite:before {
  content: '\e80d';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  color: var(--color-accent);
}

.btn-favorite:active {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.btn-favorite.active:before {
  content: '\e815';
}

.slick-slider {
  position: relative;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  will-change: opacity;
}

.slick-slide.slick-active {
  opacity: 1;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 100%;
  background: #cecece;
  margin-right: 10px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.slick-dots li.slick-active button {
  background: #949494;
}

.slider-controls {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 50%;
  left: 0;
}

.slider-controls_left, .slider-controls_right {
  width: 44px;
  height: 44px;
  border: 1px solid #cacaca;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  pointer-events: all;
}

@media screen and (min-width: 980px) {
  .slider-controls_left:hover, .slider-controls_right:hover {
    background: var(--color-accent);
    border: none;
  }
}



.slider-controls_left:hover:before, .slider-controls_right:hover:before {
  color: #fff;
  pointer-events: auto;
}

.slider-controls_left {
  margin-left: 15px;
}

.slider-controls_left:before {
  content: '\e801';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 44px;
  color: #7f7f7f;
}

.slider-controls_right {
  margin-right: 15px;
}

.slider-controls_right:before {
  content: '\e804';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 44px;
  color: #7f7f7f;
}

@media screen and (max-width:980px) {
  .block-title {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width:320px) {
  .block-title {
    font-size: 19px;
  }
}

.button-red {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  background: #fe6546;
  padding: 15px 30px;
  border: none;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  overflow: hidden;
}

.button-red:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(#efdc00));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #efdc00 100%);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
  opacity: .5;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.button-red:hover {
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .17);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .17);
}

.button-red:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.text-field-wrap-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-field-wrap-address .text-field-wrap {
  margin-right: 20px;
  overflow: hidden;
}

.text-field-wrap-address .text-field-wrap:last-child {
  margin-right: 0;
}

.text-field-wrap {
  position: relative;
  margin: 0 0 18px 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.text-field-wrap.text-field-wrap_cart {
  max-width: 562px;
  margin: 0 auto;
}

.text-field-wrap .placeholder {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  top: 15px;
  left: 15px;
  color: rgba(0, 0, 0, .25);
  font-weight: 700;
  pointer-events: none;
}

.text-field-wrap .placeholder.star:after {
  content: " *";
  color: red;
}

.text-field {
  border: none;
  background: rgba(0, 0, 0, .06);
  border-radius: 2px;
  padding: 15px 15px;
  -webkit-transition: .4s;
  transition: .4s;
  color: #000;
  resize: none;
  font-size: 14px;
  font-weight: 500;
  font-family: HelveticaNeue-Medium;
  width: 100%;
}

.text-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .25);
  letter-spacing: .5px;
  font-weight: 500;
}

.text-field::-moz-placeholder {
  color: rgba(0, 0, 0, .25);
  letter-spacing: .5px;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, .25);
  letter-spacing: .5px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .25);
  letter-spacing: .5px;
  font-weight: 500;
}

.text-field::placeholder {
  color: rgba(0, 0, 0, .25);
  letter-spacing: .5px;
  font-weight: 500;
}

.text-field:focus {
  background: rgba(208, 208, 208, .2)!important;
  -webkit-transition: .4s;
  transition: .4s;
}

.text-field:focus+.placeholder {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: .4s;
  transition: .4s;
}

.text-field:focus:hover {
  background: #fff;
}

.text-field:hover {
  background: rgba(208, 208, 208, .2)!important;
}

@media (max-width:980px) {
  .text-field {
    font-size: 13px;
  }

  .text-field-wrap {
    margin-bottom: 10px;
  }

  .text-field-wrap .placeholder {
    font-size: 13px;
    top: 16px;
  }

  .text-field-wrap-address .text-field-wrap {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 38%;
  }

  .text-field-wrap-address .text-field-wrap:last-child {
    margin-right: 0;
  }

  .text-field-wrap-address .text-field-wrap:first-child {
    width: 24%;
  }
}

.title-line {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 27px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, .85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.title-line:after, .title-line:before {
  content: '';
  border-top: 1px solid rgba(0, 0, 0, .15);
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
}

.title-line:after {
  margin-left: 20px;
  margin-right: 0;
}

.title-line span {
  position: relative;
}

.title-line .title-line-img {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  top: -75px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  z-index: auto;
  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;
}

.title-line .title-line-img img {
  z-index: -1;
  width: 100%;
  height: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width:980px) {
  .title-line {
    font-size: 20px;
    letter-spacing: 2.5px;
  }
}

@media (max-width:300px) {
  .title-line {
    font-size: 18px;
  }
}

.main-background .title-line-wrap span:after {
  background: #dfeaf1 url(../images/category-1.png) no-repeat center;
}

.bg-title {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  top: -75px;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  z-index: auto;
  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;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.tab {
  color: rgba(0, 0, 0, .5);
  font-size: 15px;
  background: 0 0;
  border-radius: 3px;
  padding: 12px 24px;
  cursor: pointer;
  position: relative;
  max-width: 260px;
  margin-right: 20px;
  width: 200px;
  text-align: center;
}

.tab:last-child {
  margin-right: 0;
}

.tab.tab_active span:after {
  display: none;
}

.tab span {
  position: relative;
}

.tab span:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  right: 0;
  height: 1px;
  border-bottom: 1px dashed rgba(0,0,0,.5);
}

.tab_active {
  color: #fff;
  background: #1bb5c2;
}

.tab_active span {
  border: none;
}

.tab-item {
  display: none;
}

.tab-item.tab-item_active {
  display: block;
}

@media (max-width:980px) {
  .tab {
    font-size: 14px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.subtitle {
  color: #000;
  font-size: 15px;
  letter-spacing: .5px;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 18px;
}

@media (max-width:980px) {
  .subtitle {
    font-size: 13px;
    line-height: 16px;
  }
}

.subtitle-mark {
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
  text-align: center;
}

.subtitle-mark em {
  color: red;
}

.btn-cart {
  display: block;
  position: relative;
  width: 300px;
  background: #1bb5c2;
  text-align: center;
  text-transform: uppercase;
  padding: 21px 0;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.btn-cart span {
  color: rgba(255, 255, 255, .85);
}

.btn-cart img {
  position: absolute;
  left: 55px;
  top: 19px;
}

.btn-more {
  display: block;
  position: relative;
  width: 190px;
  background: #1bb5c2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.btn-more span {
  color: #fff;
  padding-left: 20px;
}

.btn-more img {
  position: absolute;
  left: 28px;
  top: 16px;
}

.blue-arrow {
  position: relative;
}

.blue-arrow:after {
  content: '\e806';
  font-family: vs-book-icons;
  display: block;
  color: #dfeaf1;
  font-size: 18.5px;
  text-align: center;
  position: absolute;
  bottom: -47px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width:980px) {
  .blue-arrow:after {
    font-size: 13.5px;
    bottom: -21px;
  }
}

.circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
  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;
  z-index: 1;
  cursor: pointer;
}

.show-more {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 700;
  max-width: 237px;
  width: 100%;
  color: rgba(255, 255, 255, .85);
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width:980px) {
  .show-more {
    max-width: 288px;
  }
}

.img-round-big {
  position: relative;
  width: 196px;
  height: 196px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-round-big span {
  border-radius: 50%;
  position: relative;
  width: 196px;
  height: 196px;
  overflow: hidden;
  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;
}

.img-round-big img {
  display: block;
  position: absolute;
  width: 115%;
}

.img-round-small {
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-round-small span {
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  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;
}

.img-round-small img {
  display: block;
  position: absolute;
  width: 115%;
}

@media (max-width:980px) {
  .img-round-big {
    width: 100px;
    height: 100px;
  }

  .img-round-big span {
    width: 100px;
    height: 100px;
  }
}

.info {
  text-align: center;
  max-width: 956px;
  margin: 0 auto;
  color: rgba(0, 0, 0, .4);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.info p {
  margin-bottom: 20px;
}

@media (max-width:980px) {
  .info {
    line-height: 21px;
    color: rgba(0, 0, 0, .3);
  }

  .info p {
    margin-bottom: 30px;
  }
}

.title-big {
  font-family: "Yeseva One";
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width:980px) {
  .title-big {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width:300px) {
  .title-big {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.title-medium, .title-small {
  font-family: "Yeseva One";
  font-weight: 400;
  color: rgba(0, 0, 0, .85);
  text-align: center;
}

.title-medium a, .title-small a {
  color: rgba(0, 0, 0, .85);
}

.title-medium {
  font-size: 27px;
}

.title-small {
  font-size: 24px;
}

@media (max-width:980px) {
  .title-medium, .title-small {
    font-size: 20px;
  }
}

.m-top {
  margin-top: 40px;
}

.password-info {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.password-info li {
  list-style: none;
  margin: 8px 0;
}

@media (max-width:980px) {
  .password-info {
    font-size: 12px;
  }

  .password-info li {
    margin: 2px 0;
  }
}

[class*=" icon-"]:after, [class*=" icon-"]:before, [class^=icon-]:after, [class^=icon-]:before {
  font-family: vs-book-icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tooltip {
  position: absolute;
  background: #fff;
  border-radius: 3px;
  padding: 25px 30px;
  top: 0;
  left: 0;
  width: 300px;
  min-height: 244px;
  cursor: auto;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
}

.tooltip:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tooltip:after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  top: -30px;
  left: 0;
}

.tooltip .tooltip-wrap {
  position: relative;
}

.tooltip .tooltip-item {
  display: block;
  text-align: left;
  font-size: 14px;
  letter-spacing: .5px;
  margin-bottom: 11px;
  text-transform: none;
}

.tooltip .tooltip-item:last-child {
  margin-bottom: 0;
}

.tooltip .tooltip-item a {
  -webkit-transition: .2s;
  transition: .2s;
  color: #000;
}

.tooltip .tooltip-item a:hover {
  color: #1bb5c2;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width:768px) {
  .tooltip {
    padding: 20px 15px;
  }

  .tooltip .tooltip-item {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.main-background {
  position: relative;
}

.main-background:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dfeaf1;
  z-index: -2;
  top: 0;
  left: 0;
}

.selectric {
  border: none;
  border-radius: 5px;
  background: #f0f0f0;
}

.selectric .button {
  background-color: #f0f0f0;
}

.irs--flat .irs-line {
  height: 3px;
  background-color: #f0f0f0;
}

.irs--flat .irs-bar {
  background: var(--color-accent);
  height: 3px;
}

.irs--flat .irs-handle {
  top: 16px;
}

.irs--flat .irs-handle>i:first-child {
  background-color: var(--color-accent);
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 100%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .25);
  cursor: pointer;
}

.irs--flat .irs-handle:hover>i:first-child {
  background-color: var(--color-accent);
}

.irs--flat .irs-max, .irs--flat .irs-min {
  background-color: #f0f0f0;
}

.irs--flat .irs-from, .irs--flat .irs-to {
  background: var(--color-accent);
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before {
  border-top-color: var(--color-accent);
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.header.header-fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-animation: headerShow .5s ease alternate forwards;
	animation: headerShow .5s ease alternate forwards;
	z-index: 1900; /* 9999 */
}

.header.header-fixed .header-col-left .header-top-menu {
  display: none;
}

.header.header-fixed .header-col-left .header-logo {
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 64px;
  height: 55px;
}

.header.header-fixed .header-col-left .header-logo a {
  height: 100px;
}

.header.header-fixed .header-col-left .header-logo a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.header.header-fixed .header-col-right {
  width: 24%;
}

.header.header-fixed .header-col-right .header-phone {
  display: none;
}

.header.header-fixed .header-col-right .header-search {
  background: 0 0;
}

.header.header-fixed .header-col-right .header-search .input-search-wrapper {
  background: 0 0;
}

.header.header-fixed .header-col-right .header-search .input-search-wrapper>span {
  display: none;
}

.header.header-fixed .header-col-right .header-search .input-search-wrapper>button {
  background: #fff;
  right: -20px;
}

.header.header-fixed .header-bottom-menu {
  position: absolute;
  z-index: 10;
  top: 6px;
  left: 7%;
}

.header.header-fixed .header-bottom-menu-wrapper {
  border: none;
}

.header.header-fixed .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-fixed .header-buttons li>a {
  height: 40px;
}

.header.header-fixed .header-buttons li>a:before {
  line-height: 40px;
}

.header.header-fixed .header-buttons li>a:after {
  top: -4px;
  right: 4px;
}

.header .container-full {
  -webkit-box-shadow: 0 3px 12px #4f2E0D20;
  box-shadow: 0 3px 12px #4f2E0D20;
  background: #fff;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 73px;
  max-width: var(--container-width-full);
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.header-col-left, .header-col-right {
  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;
}

.header-col-right {
  width: 60%;
}

.header-top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.header-top-menu ul li {
  position: relative;
  padding: 28px 0;
}

.header-top-menu ul li.dropdown-menu:after {
  content: '\e800';
  font-family: vs-book-icons;
  position: relative;
  display: inline-block;
  left: -18px;
  top: -2px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-size: 7px;
  color: #7f7f7f;
}

.header-top-menu ul li a {
  color: #7f7f7f;
  font-size: 14px;
  margin-right: 19px;
}

@media screen and (min-width: 980px) {
  .header-top-menu ul li a:hover {
    color: #000;
  }

  .header-top-menu ul li:hover .header-top-menu-level-2 {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }

  .header-top-menu ul li:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.header-top-menu-level-2 {
  position: absolute;
  top: 100%;
  left: -40px;
  background: var(--color-accent);
  color: #fff;
  padding: 28px 40px 40px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-shadow: 0 1px 10px rgba(79, 46, 13, .2);
  box-shadow: 0 1px 10px rgba(79, 46, 13, .2);
}

.header-top-menu-level-2 .level-2-column h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
  display: block;
}

.header-top-menu-level-2 .level-2-column a {
  display: block;
  white-space: nowrap;
  color: #fff;
  opacity: .8;
  margin-top: 5px;
}

.header-top-menu-level-2 .level-2-column a:hover {
  opacity: 1;
  color: #fff;
}
.header-top-menu-level-2 .level-2-column > ul {
  flex-direction: column;
}
.header-top-menu-level-2 .level-2-column > ul > li {
  padding: 0;
}
.header-top-menu-level-2 .level-2-column > ul > li > ul {
  flex-direction: column;
  margin: 5px 0 10px 10px
}
.header-top-menu-level-2 .level-2-column > ul > li > ul > li {
  padding: 0;
}
.header-top-menu-level-2 .level-2-column > ul > li > ul > li > a {
  font-size: 12px;
}

.header-top-menu-level-2:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 9px;
  background: url(../images/triangle-menu.svg) no-repeat center;
  top: -9px;
  left: 50px;
}

.header-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-logo img {
  width: 100%;
}

.header-phone a {
  color: #7f7f7f;
  font-weight: 500;
}

.header-phone a:hover {
  color: vaar(--color-accent);
}

.header .block-search {
  background: #f0f0f0;
  width: 100%;
  border-radius: 2px;
}

.header .block-search .input-search-wrapper {
  position: relative;
  padding: 15px 9px;
  height: 37px;
  cursor: pointer;
}

.header .block-search .input-search-wrapper span {
  position: absolute;
  color: #7f7f7f;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.header .block-search .input-search-wrapper:after {
  content: '';
  position: fixed;
  width: 170px;
  height: 37px;
  right: calc(4% + 266px);
  top: 18px;
  background: #f0f0f0;
  z-index: 9;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  visibility: hidden;
}

.header .block-search .input-search-wrapper.active:after {
  -webkit-animation: searchScale .3s cubic-bezier(.4, 0, .2, 1) alternate forwards;
  animation: searchScale .3s cubic-bezier(.4, 0, .2, 1) alternate forwards;
}

.header .block-search .input-search-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 0;
}

.header .block-search .input-search-block.active {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity .2s ease .3s, -webkit-transform .4s ease;
  transition: opacity .2s ease .3s, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .2s ease .3s;
  transition: transform .4s ease, opacity .2s ease .3s, -webkit-transform .4s ease;
}

.header .block-search .input-search-block input.input-search {
  background: 0 0;
  padding: 0 70px 0 45px;
  height: 73px;
  width: 100%;
  font-size: 20px;
  color: rgba(0, 0, 0, .25);
  letter-spacing: .71px;
}

.header .block-search .input-search-block .input-search-form {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
}
.header .block-search .input-search-block .input-search-form .placeholder {
  position: absolute;
  width: 100%;
  left: 15px;
  top: 30px;
  color: #777;
  pointer-events: none;
}

.header .block-search .input-search-block .input-search-form .input-button {
  position: absolute;
  width: 43px;
  height: 43px;
  right: 0;
  top: 50%;
  margin: -21px 20px 0 0;
  background: var(--color-accent);
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}

.header .block-search .input-search-block .input-search-form .input-button:after {
  content: '\e810';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 43px;
  color: #fff;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.header .block-search .input-search-block .input-search-form .input-button:hover {
  background: var(--color-accent-hover);
}

.header .block-search .input-search-block .input-search-form .input-button input {
  width: 43px;
  height: 43px;
  background: 0 0;
}

.header .block-search .input-search-block .input-search-form .input-button input::-webkit-input-placeholder {
  color: red;
}

.header .block-search .input-search-block .input-search-form .input-button input::-moz-placeholder {
  color: red;
}

.header .block-search .input-search-block .input-search-form .input-button input:-ms-input-placeholder {
  color: red;
}

.header .block-search .input-search-block .input-search-form .input-button input::-ms-input-placeholder {
  color: red;
}

.header .block-search .input-search-block .input-search-form .input-button input::placeholder {
  color: red;
}

.header .block-search .input-search-block .input-search-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #f7f7f7;
}

.header .block-search .input-search-block .input-search-buttons-option {
  position: relative;
  width: 43px;
  height: 43px;
  margin: 0 20px;
  cursor: pointer;
}

.header .block-search .input-search-block .input-search-buttons-option:after {
  content: '\e80c';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  left: 2px;
  top: -1px;
  font-size: 18px;
  line-height: 47px;
  color: #979797;
}

.header .block-search .input-search-block .input-search-buttons-close {
  position: relative;
  width: 43px;
  height: 43px;
  cursor: pointer;
}

.header .block-search .input-search-block .input-search-buttons-close:after {
  content: '\e809';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  left: 2px;
  top: -1px;
  font-size: 18px;
  line-height: 47px;
  color: #979797;
}

.header .block-search .input-search-block .input-search-buttons-close.active:after, .header .block-search .input-search-block .input-search-buttons-close:hover:after, .header .block-search .input-search-block .input-search-buttons-option.active:after, .header .block-search .input-search-block .input-search-buttons-option:hover:after {
  color: var(--color-accent);
}

.header .block-search .input-search-wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 47px;
  height: 100%;
  background: #f0f0f0;
  cursor: pointer;
  border: none;
}

.header .block-search .input-search-wrapper button:after {
  content: '\e810';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 37px;
  color: #777;
}

.header .block-search .input-search-wrapper button:hover:after {
  color: var(--color-accent);
}

.header .block-search.header-search {
  max-width: 170px;
}

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-buttons li {
  list-style-type: none;
}

.header-buttons li>a {
  width: 50px;
  padding: 0 23px;
  position: relative;
  color: #7f7f7f;
  display: block;
  height: 16px;
  transition: none;
}

.header-buttons li>a:before {
  content: '';
  position: absolute;
  font-family: vs-book-icons;
  left: 0;
  top: -2px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 17px;
}

.header-buttons li>a:hover:before {
  color: var(--color-accent);
}

.header-buttons li>a:fist-child {
  padding-left: 0;
}

.header-buttons li>a:last-child {
  padding-right: 0;
}

.header-buttons .button-favorite:before {
  content: '\e80d';
}

.header-buttons .button-favorite:active {
  content: '\e815';
}

.header-buttons .button-book:before {
  content: '\e807';
}

.header-buttons .button-personal:before {
  content: '\e813';
  font-size: 19px;
}

.header-buttons .button-personal.active:before {
  content: '\e819';
  color: var(--color-accent);
}

.header-buttons .button-cart:after {
  content: attr(data-product-count);
  position: absolute;
  color: #fff;
  background: var(--color-accent);
  border-radius: 100%;
  padding: 3px 3px;
  font-size: 12px;
  min-width: 15px;
  text-align: center;
  top: -12px;
  right: 2px;
}

.header-buttons .button-cart:before {
  content: '\e808';
  font-size: 18px;
  left: -2px;
}

.header-buttons .button-m-menu {
  display: none;
}

.header-bottom-menu-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header-bottom-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.header-bottom-menu-wrapper ul li {
  position: relative;
  padding: 23px 0;
}

.header-bottom-menu-wrapper ul li a {
  letter-spacing: .5px;
  white-space: nowrap;
}

.header-bottom-menu-wrapper ul li a:hover {
  color: var(--color-accent)!important;
}

.header-bottom-menu-wrapper ul li:last-child a {
  margin-right: 0;
}

.header-bottom-menu-wrapper ul li.dropdown-menu .header-top-menu-level-2 {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header-bottom-menu-wrapper ul li.dropdown-menu .header-top-menu-level-2 .level-2-column a {
  color: #000;
  margin-top: 12px;
}

.header-bottom-menu-wrapper ul li.dropdown-menu .header-top-menu-level-2:after {
  content: '\e806';
  position: absolute;
  font-family: vs-book-icons;
  left: 53px;
  top: -10px;
  width: 22px;
  height: 9px;
  text-align: center;
  font-size: 10px;
  background: 0 0;
  color: #fff;
  text-shadow: 0 -4px 7px rgba(0, 0, 0, .1);
  z-index: -1;
}

.header-bottom-menu-wrapper ul li.dropdown-menu:after {
  content: '\e800';
  font-family: vs-book-icons;
  position: relative;
  display: inline-block;
  left: -18px;
  top: -2px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-size: 7px;
  color: #7f7f7f;
}

.header-bottom-menu-wrapper ul li a {
  color: #7f7f7f;
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (min-width: 980px) {
  .header-bottom-menu-wrapper ul li a:hover {
    color: #000;
  }

  .header-bottom-menu-wrapper ul li:hover .header-top-menu-level-2 {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
}

.header-bottom-menu-wrapper ul li:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes headerShow {
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes headerShow {
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes searchScale {
  100% {
    width: 100%;
    height: 73px;
    top: 0;
    right: 0;
    background: #f7f7f7;
    visibility: visible;
  }
}

@keyframes searchScale {
  100% {
    width: 100%;
    height: 73px;
    top: 0;
    right: 0;
    background: #f7f7f7;
    visibility: visible;
  }
}

body.menu-opened .header-bottom-menu {
  visibility: visible!important;
  opacity: 1!important;
  pointer-events: all!important;
}

@media screen and (max-width:1860px) {
  .header.header-fixed .header-col-right {
    width: 38%;
  }
}

@media screen and (max-width:1680px) {
  .header.header-fixed .header-col-right {
    width: 28%;
  }
}

@media screen and (max-width:980px) {
  .header {
    position: fixed;
  }

  .header .container-full {
    border-bottom: 1px solid #e8e8e8;
  }

  .header-top-menu {
    display: block;
    position: fixed;
    top: 136px;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
    left: 0;
    padding: 60px 15px 60px;
    right: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }

  .header-top-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-top-menu ul li {
    padding: 15px 0;
  }

  .header-phone {
    position: absolute;
    top: 400px;
    right: auto;
    left: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .header .block-search.header-search {
    position: absolute;
    max-width: 40px;
    background: 0 0;
    right: 0;
    top: 150px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease .2s;
    transition: opacity .4s ease .2s;
    pointer-events: none;
  }

  .header .block-search.header-search .input-search-wrapper span {
    display: none;
  }

  .header .block-search.header-search .input-search-wrapper button {
    background: #fff;
  }

  .header .block-search.header-search .input-search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 73px;
  }

  .header .block-search.header-search .input-search-block:after, .header .block-search.header-search .input-search-block:before {
    display: none;
  }

  .header .block-search.header-search .input-search-block .search-extended {
    max-height: 500px;
    overflow-y: scroll;
  }

  .header .block-search.header-search .input-search-block .search-extended:before {
    width: 100px;
    height: 100px;
    background-size: cover;
    bottom: -319px;
    z-index: -1;
  }

  .header .block-search.header-search .input-search-block .search-extended-filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .block-search.header-search .input-search-block .search-extended-filter-row.row-price {
    -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;
  }

  .header .block-search.header-search .input-search-block .search-extended-filter-row.row-price input {
    margin-right: 0!important;
    margin-bottom: 10px;
  }

  .header .block-search.header-search .input-search-block .search-extended-filter-col {
    margin-right: 0;
  }

  .header-logo {
    width: 210px;
  }

  .header-buttons {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-buttons .button-book, .header-buttons .button-favorite, .header-buttons .button-personal {
    top: 130px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease .2s;
    transition: opacity .4s ease .2s;
  }

  .header-buttons .button-cart:before {
    font-size: 20px;
  }

  .header-buttons .button-cart:after {
    top: 0;
    right: 5px;
  }

  .header-buttons a {
    height: 40px;
  }

  .header-buttons a:before {
    line-height: 40px;
  }

  .header-buttons .button-m-menu {
    display: block;
    position: absolute;
    left: 5px;
    top: 15px;
    width: 20px;
    height: 2px;
    background: #7f7f7f;
    z-index: 9;
  }

  .header-buttons .button-m-menu:after, .header-buttons .button-m-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -8px;
    left: 0;
    background: #7f7f7f;
    -webkit-transition: .3s cubic-bezier(.79, -1.04, .24, 1.48);
    transition: .3s cubic-bezier(.79, -1.04, .24, 1.48);
  }

  .header-buttons .button-m-menu:after {
    top: 8px;
  }

  .header-bottom-menu {
    background: #fff;
  }

  .header-bottom-menu-wrapper {
    margin: 0 -15px;
  }

  .header-bottom-menu-wrapper ul {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .header-bottom-menu-wrapper ul li {
    padding: 0 15px;
  }

  .header-bottom-menu-wrapper ul li a {
    white-space: nowrap;
    margin-right: 0;
  }

  .header-bottom-menu-wrapper ul li.dropdown-menu:after {
    display: none;
  }
}

@media screen and (max-width:320px) {
  .header .header-logo {
    max-width: 190px;
  }

  .header .header-bottom-menu-wrapper ul li {
    padding: 0 10px;
  }
}

.main-slider {
  position: relative;
}
.main-slider-wrapper .slick-dots {
  position: absolute;
  bottom: 93px;
}
.main-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-slider-item-text {
  max-width: 420px;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transition: -webkit-transform 1s ease .2s;
  transition: -webkit-transform 1s ease .2s;
  transition: transform 1s ease .2s;
  transition: transform 1s ease .2s, -webkit-transform 1s ease .2s;
  will-change: transform;
}

.main-slider-item-img {
  max-width: 700px;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transition: -webkit-transform 1s ease .6s;
  transition: -webkit-transform 1s ease .6s;
  transition: transform 1s ease .6s;
  transition: transform 1s ease .6s, -webkit-transform 1s ease .6s;
  will-change: transform;
}

.main-slider-item-title {
  font-size: 64px;
  font-family: Yeseva One;
  margin-top: 53px;
  line-height: 69px;
}

.main-slider-item-desc {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 24px;
  margin-top: 10px;
}

.main-slider-item-button {
  margin-top: 34px;
  max-width: 190px;
}

.main-slider-item.slick-active .main-slider-item-img, .main-slider-item.slick-active .main-slider-item-text {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width:980px) {
  .main-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-slider-item-img {
    margin-top: 20px;
  }

  .main-slider-item-img img {
    width: 100%;
  }

  .main-slider-item-title {
    font-size: 24px;
    margin-top: 0;
  }

  .main-slider-item-desc {
    max-width: 80%;
  }

  .main-slider-item-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .main-slider-arrows {
    top: auto;
    bottom: -20px;
  }

  .main-slider .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.product-carousel {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}


.product-carousel.block-expect-mounth:before, .product-carousel.block-family:before, .product-carousel.block-for-kids:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f1f2ed;
  z-index: -2;
  top: 0;
  left: 0;
}

.product-carousel.block-expect-mounth .product-carousel-title-text span:after, .product-carousel.block-family .product-carousel-title-text span:after, .product-carousel.block-for-kids .product-carousel-title-text span:after {
  background: #f1f2ed;
}
.product-carousel.novelty {
  padding-top: 32px;
}

.product-carousel.series, .product-carousel.without-title {
  padding-top: 0;
  padding-bottom: 0;
}

.product-carousel.series .product-carousel-wrapper, .product-carousel.without-title .product-carousel-wrapper {
  padding: 0;
}

.product-carousel.series .product-carousel-arrows, .product-carousel.without-title .product-carousel-arrows {
  display: none;
  top: 35%;
}

.product-carousel.noswipe {
  position: relative;
}

.product-carousel.noswipe .product-carousel-wrapper-noswipe .slick-list {
  margin-top: -50px;
  padding-top: 50px;
}

.product-carousel-title {
  position: relative;
}

.product-carousel-title-text {
  position: relative;
  text-align: center;
}

.product-carousel-title-text span {
  position: relative;
}

.product-carousel-title-text span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  top: -80px;
  padding: 0 10px;
  background: #fff url(../images/category-1.png) no-repeat center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.product-carousel-title-separator {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .1);
  left: 0;
  top: 50%;
  z-index: -2;
}

.product-carousel-title-img {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -78px;
  background: #fff;
  z-index: -1;
  padding: 40px;
  width: 200px;
  height: 205px;
}

.product-carousel-title-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: -5px;
}

.product-carousel-desc {
  font-size: 16px;
  letter-spacing: .5px;
  text-align: center;
  margin-top: 14px;
  z-index: 3;
}

.product-carousel-wrapper {
  padding: 74px 0 25px;
}

.product-carousel-wrapper .slick-list {
  margin: -50px;
  padding: 50px;
}

.product-carousel-item {
  text-align: center;
  color: #000;
  padding: 0 10px;
  position: relative;
}

.product-carousel-item--favorite .product-carousel-item-favorite {
  top: 20px;
  right: 38px;
  opacity: 1;
  visibility: visible;
}

.product-carousel-item>a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.product-carousel-item-favorite {
  position: absolute;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: #fff;
  z-index: 5;
  top: -20px;
  right: 22px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.product-carousel-item-bages {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -107px;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}

.product-carousel-item-bages .item-bage {
  width: 100%;
  will-change: transform;
  position: relative;
}

.product-carousel-item-bages .item-bage span {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: rgba(0, 0, 0, .5);
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5.5px;
  padding-right: 10px;
  display: block;
}

.product-carousel-item-bages .item-bage.bage-new {
  background: url(../images/bookmark-new.svg) no-repeat center;
  background-size: 83px 31px;
  width: 83px;
  height: 31px;
}

.product-carousel-item-bages .item-bage.bage-new span {
  padding-right: 15px;
}

.product-carousel-item-bages .item-bage.bage-sale {
  background: url(../images/bookmark-sell-out.svg) no-repeat center;
  background-size: 103px 31px;
  width: 103px;
  height: 31px;
}

.product-carousel-item-bages .item-bage.bage-choice {
  background: url(../images/bookmark-edition.png) no-repeat center;
  background-size: 133px 31px;
  width: 133px;
  height: 31px;
}

.product-carousel-item-img {
  position: relative;
  width: 200px;
  height: 300px;
  margin: 0 auto;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  will-change: transform;
  display: block;
}

.product-carousel-item-img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .25);
}

.product-carousel-item-price {
  font-size: 26px;
  margin-top: 21px;
}

.product-carousel-item-price span i {
  font-family: HelveticaNeue;
  position: relative;
  left: 10px;
}

.product-carousel-item-desc {
  max-width: 250px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .5px;
  color: #7f7f7f;
  margin: 7px auto 0;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.product-carousel-item:hover .product-carousel-item-img {
  -webkit-transform: scale(1.2) translateY(-11px);
  transform: scale(1.2) translateY(-11px);
}

.product-carousel-item:hover .product-carousel-item-bages {
  -webkit-transform: scale(1.2) translate3d(4px, -20px, 0);
  transform: scale(1.2) translate3d(4px, -20px, 0);
}

.product-carousel-item:hover .product-carousel-item-desc {
  color: #000;
}

.product-carousel-item:hover .product-carousel-item-buttons {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(50px) translateX(-50%);
  transform: translateY(50px) translateX(-50%);
}

.product-carousel-item:hover .product-carousel-item-favorite {
  visibility: visible;
  opacity: 1;
}

.product-carousel-item-buttons {
  position: absolute;
  top: 190px;
  width: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(80px) translateX(-50%);
  transform: translateY(80px) translateX(-50%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .2s ease;
  transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
  z-index: 5;
}

.product-carousel-item-buttons button {
  width: 100%;
  padding: 15px 30px;
}

.product-carousel-item-buttons button.product-carousel-item-buy {
  background: #fff;
  color: var(--color-accent);
  border: 1px solid transparent;
  opacity: 0;
  pointer-events: none;
}

.product-carousel-item-buttons button.product-carousel-item-buy:after {
  content: '\e802';
  font-family: vs-book-icons;
  position: relative;
  display: inline-block;
  right: -29px;
  top: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-size: 12px;
  color: var(--color-accent);
}

.product-carousel-item-buttons button.product-carousel-item-buy:hover {
  background: var(--color-accent);
  color: #fff;
}

.product-carousel-item-buttons button.product-carousel-item-buy:hover:after {
  color: #fff;
}

.product-carousel-item-buttons button.product-carousel-item-incart {
  background: #fff;
  color: var(--color-accent);
  border: none;
  margin-top: 5px;
}

.product-carousel-item-buttons button.product-carousel-item-incart:after {
  content: '\e808';
  font-family: vs-book-icons;
  position: relative;
  display: inline-block;
  right: -15px;
  top: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-size: 16px;
  color: var(--color-accent);
}

@media screen and (min-width: 980px) {
  .product-carousel-item-buttons button.product-carousel-item-incart:hover {
    color: #fff;
    border: none;
  }

  .product-carousel-item-buttons button.product-carousel-item-incart:hover:after {
    color: #fff;
  }
}

@media screen and (max-width:980px) {
  .product-carousel {
    padding-top: 85px;
    padding-bottom: 40px;
  }

  .product-carousel-wrapper {
    margin: 105px -15px 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
  }

  .product-carousel-title {
    margin: 0 -15px;
  }

  .product-carousel-item {
    padding: 0 15px;
  }

  .product-carousel-item-buttons {
    position: relative;
    top: auto;
    bottom: 25px;
    visibility: visible;
    opacity: 1;
  }

  .product-carousel-item-buy {
    display: none;
  }

  .product-carousel-arrows {
    display: none;
  }
}

@media (max-width:980px) {
  .product-carousel-item:hover .product-carousel-item-buttons {
    -webkit-transform: translateY(40px) translateX(-50%);
    transform: translateY(40px) translateX(-50%);
  }

  .product-carousel-item:hover .product-carousel-item-favorite {
    -webkit-transform: translatey(0) translateX(0);
    transform: translatey(0) translateX(0);
  }

  .product-carousel-item:hover .product-carousel-item-img {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  .product-carousel-item-buttons button {
    padding: 0 0 2px 0;
    height: 33px;
    font-size: 11px;
  }

  .product-carousel-item-buttons button.product-carousel-item-incart {
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .15);
    text-transform: none;
  }

  .product-carousel-item-buttons button.product-carousel-item-incart:after {
    right: 0;
    top: 2px;
  }

  .product-carousel-item-favorite {
    top: 10px;
    opacity: 1;
    visibility: visible;
  }

  .product-carousel-item-desc {
    font-size: 11px;
    line-height: 16px;
    margin: 10px auto 0;
    max-width: 128px;
  }

  .product-carousel-item-bages {
    opacity: 0!important;
  }

  .product-carousel-item-bages .item-bage span {
    font-size: 10px;
    top: 1.5px;
  }

  .product-carousel-item-bages .item-bage.bage-new {
    background-size: 63px 21px;
    height: 63px;
    height: 21px;
  }

  .product-carousel-item-bages .item-bage.bage-sale {
    background-size: 83px 21px;
    width: 83px;
    height: 21px;
  }

  .product-carousel-item-price {
    margin-top: 15px;
  }
}

.product-series-item .product-series-item-wrap {
  position: relative;
  height: 370px;
  width: 239px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
}

.product-series-item .product-series-item-img img {
  position: absolute;
  left: 0;
  width: 180px;
  height: 260px;
  display: block;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.product-series-item .product-series-item-img img:first-child {
  z-index: 1;
  top: 60px;
}

.product-series-item .product-series-item-img img:nth-child(2) {
  top: 30px;
  left: 30px;
  z-index: 2;
}

.product-series-item .product-series-item-img img:nth-child(3) {
  top: 0;
  left: 60px;
  z-index: 3;
}

.product-series-item .product-series-item-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, .65);
  letter-spacing: .5px;
  text-align: left;
}

@media (max-width:980px) {
  .product-series-item .product-series-item-wrap {
    height: 340px;
  }

  .product-series-item .product-series-item-img img {
    width: 150px;
    height: 215px;
  }
}

.book-mounth {
  background: #dfeaf1 url(../images/dotted-pattern.png) repeat;
}

.book-mounth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 197px 0 120px 0;
  z-index: 3;
}

.book-mounth-title-big {
  font-size: 48px;
  font-family: Yeseva One;
  margin-top: 60px;
}

.book-mounth-author {
  color: #6f7478;
  font-size: 20px;
  margin-top: 20px;
}

.book-mounth-arrow-desc {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-mounth-arrow-desc-item {
  color: rgba(0, 0, 0, .5);
  height: 99px;
  font-size: 17px;
  line-height: 22px;
  position: relative;
}

.book-mounth-arrow-desc-item:nth-child(1) {
  background: url(../images/boot-m-item-1.svg) no-repeat;
  width: 252px;
  padding: 30px 40px;
}

.book-mounth-arrow-desc-item:nth-child(2) {
  background: url(../images/boot-m-item-2.svg) no-repeat;
  width: 196px;
  padding: 30px 40px;
  left: -13px;
}

.book-mounth-arrow-desc-item:nth-child(3) {
  background: url(../images/boot-m-item-3.svg) no-repeat;
  width: 280px;
  padding: 30px 40px;
  left: -26px;
}

.book-mounth-quote {
  margin-top: 88px;
}

.book-mounth-quote-title {
  position: relative;
  font-family: Yeseva One;
  font-size: 18px;
  padding-left: 73px;
}

.book-mounth-quote-title:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 60px;
  background: url(../images/quote.svg) no-repeat center;
  left: 0;
  bottom: -7px;
}

.book-mounth-quote-text {
  color: #6f7478;
  font-size: 16px;
  margin-top: 20px;
}

.book-mounth-buttons {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-mounth-buttons .button-primary {
  max-width: 190px;
}

.book-mounth-buttons .button-secondary {
  margin-left: 12px;
}

.book-mounth-cover {
  position: absolute;
  top: 15px;
  right: 28%;
  z-index: -1;
}

@media screen and (max-width:980px) {
  .book-mounth {
    background: #dfeaf1;
  }

  .book-mounth-title-big {
    margin-top: 30px;
    font-size: 33px;
    max-width: 90%;
  }

  .book-mounth-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }

  .book-mounth-arrow-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .book-mounth-arrow-desc-item {
    height: auto;
    text-align: center;
  }

  .book-mounth-arrow-desc-item:nth-child(1) {
    background: url(../images/boot-m-item-1-mob.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    padding: 30px 50px;
  }

  .book-mounth-arrow-desc-item:nth-child(2) {
    background: url(../images/boot-m-item-2-mob.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    padding: 30px 40px;
    left: 0;
    top: -10px;
  }

  .book-mounth-arrow-desc-item:nth-child(3) {
    background: url(../images/boot-m-item-3-mob.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    padding: 30px 40px;
    left: 0;
    top: -20px;
  }

  .book-mounth-quote {
    margin-top: 50px;
  }

  .book-mounth-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .book-mounth-buttons .button-primary {
    width: 100%;
    max-width: 100%;
  }

  .book-mounth-buttons .button-secondary {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .book-mounth-image img {
    width: 100%;
  }

  .book-mounth-author, .book-mounth-title, .book-mounth-title-big {
    position: absolute;
    top: 40px;
  }

  .book-mounth-title-big {
    top: 60px;
  }

  .book-mounth-author {
    top: 200px;
  }

  .book-mounth-images {
    padding-top: 240px;
  }

  .book-mounth-cover {
    top: 188px;
    right: -15px;
  }
}

.slider-reader {
  position: relative;
  padding: 50px 0 84px;
  overflow: hidden;
  min-height: 804px;
}

.slider-reader .container-full-custom {
  position: relative;
}

.slider-reader .container-full-custom:before {
  content: '';
  position: absolute;
  width: 393px;
  height: 10px;
  -webkit-box-shadow: 13px 13px 18px #00000080;
  box-shadow: 13px 13px 18px #00000080;
  bottom: 0;
}

.slider-reader-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(50px) saturate(2) brightness(.8);
  filter: blur(50px) saturate(2) brightness(.8);
  z-index: -1;
}

.slider-reader-background img {
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  margin-left: -10%;
  margin-top: -2%;
}

.slider-reader-title {
  font-size: 48px;
  color: #fff;
  font-family: 'Amatic SC';
}

.slider-reader-wrapper {
  position: relative;
  margin-top: 60px;
  z-index: 5;
  min-height: 552px;
  overflow: hidden;
  overflow-x: scroll;
}

.slider-reader-image {
  z-index: 4;
  position: absolute;
  -webkit-box-shadow: 13px 13px 18px #00000080;
  box-shadow: 13px 13px 18px #00000080;
  height: 100%;
  width: 392px;
  border-radius: 10px;
}

.slider-reader-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.slider-reader-slider {
  width: 900px;
  height: 552px;
  position: absolute;
  z-index: 1;
  left: 391px;
}

.slider-reader-slider .slick-slide {
  opacity: 1;
}

.slider-reader-slider .slick-slide img {
  width: 100%;
  height: 552px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-reader .slider-controls {
  max-width: 140px;
  top: 0;
  right: 4%;
  left: auto;
}

.slider-reader .slider-controls_left, .slider-reader .slider-controls_right {
  border: none;
  background-color: #ffffff20;
  background-image: none;
}

.slider-reader .slider-controls_left:before, .slider-reader .slider-controls_right:before {
  color: #fff;
}

.slider-reader .slider-controls_left:hover, .slider-reader .slider-controls_right:hover {
  background-color: #ffffff80;
}

.slider-reader .slider-controls_left.disabled, .slider-reader .slider-controls_right.disabled {
  opacity: .3;
  pointer-events: none;
}

@media screen and (max-width:980px) {
  .slider-reader {
    min-height: 515px;
  }

  .slider-reader-title {
    font-size: 35px;
  }

  .slider-reader-wrapper {
    min-height: 275px;
    margin-left: -15px;
  }

  .slider-reader-image {
    width: 185px;
  }

  .slider-reader .container-full-custom:before {
    width: 166px;
  }

  .slider-reader-slider {
    left: 185px;
    width: 400px;
  }

  .slider-reader-slider .slick-slide img {
    height: 274px;
  }
}

@media screen and (max-width:320px) {
  .slider-reader .slider-controls {
    right: -5px;
  }
}

.sendbymail {
  padding: 115px 0;
  background: #f1f2ed;
}

.sendbymail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 60px;
  border: 5px solid #674c8d;
  position: relative;
  z-index: 2;
}

.sendbymail-wrapper:before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(../images/bg-element-1.png) no-repeat center;
  background-size: contain;
  z-index: -1;
  bottom: -33px;
  right: 0;
}

.sendbymail-title {
  text-transform: uppercase;
  max-width: 512px;
}

.sendbymail-desc {
  padding-top: 15px;
  overflow: hidden;
  max-width: 512px;
}

.sendbymail-content {
  width: 100%;
}

.sendbymail-content .input-mail {
  width: 100%;
  max-width: 411px;
  height: 60px;
  display: inline-block;
  position: relative;
  margin-top: 45px;
  overflow: hidden;
}

.sendbymail-content .input-mail input {
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #b4b5b1;
  font-size: 16px;
  background: 0 0;
}

.sendbymail-content .input-mail input:focus~span {
  display: none;
}

.sendbymail-content .input-mail span {
  font-size: 16px;
  color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.sendbymail-content button {
  position: absolute;
  border: none;
  background: 0 0;
  width: 186px;
  height: 147px;
  font-size: 0;
}

.sendbymail-content button:before {
  display: block;
  content: '';
  width: 94px;
  height: 72px;
  background: url(../images/sub-arrow.png) no-repeat center;
  background-size: 100% auto;
  transform: translateX(-40px);
  pointer-events: none;
}

@media screen and (max-width:980px) {
  .sendbymail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 30px;
  }

  .sendbymail-wrapper:before {
    width: 300px;
    height: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    bottom: -5px;
  }

  .sendbymail-image {
    text-align: center;
  }
}

.notes {
  padding: 78px 0;
  background: url(../images/notes-bg.png) repeat center;
  background-size: 105%;
  background-position: -20px center;
}

.notes-title {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.notes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notes-wrapper .slick-dots {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-item {
  display: block;
  width: 100%;
  max-width: 272px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
  margin-right: 27px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  will-change: transform;
}

.notes-item-img {
  overflow: hidden;
}

.notes-item-img img {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
}

.notes-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.notes-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.notes-item-desc {
  padding: 20px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .5px;
}

@media screen and (max-width:980px) {
  .notes-item {
    margin: 0 auto;
  }
}

.instagram {
  padding: 138px 0 100px;
  background: #f1f2ed;
}

.instagram-wrapper-header {
  position: relative;
  max-width: 390px;
  z-index: 2;
  background: #f1f2ed;
  top: 30px;
  margin: 0 auto;
  padding: 0 40px;
}

.instagram-wrapper-title {
  text-transform: uppercase;
  text-align: center;
}

.instagram-wrapper-img {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -78px;
  background: #fff;
  z-index: -1;
  padding: 40px;
}

.instagram-wrapper-content {
  padding: 103px 50px 40px;
  border: 1px solid #b4b5b1;
  display: flex;
  flex-wrap: wrap;
}
.instagram-wrapper-content .inst-column-1 {
    margin-right: 3px;
}
.instagram-wrapper-content .inst-column-1:nth-child(3) {
  margin-left: 2px;
}
.instagram-wrapper-content .inst-column-1 a {
  display: block;
  width: 354px;
  height: 353px;
}
.instagram-wrapper-content .inst-column-2 {
    display: flex;
    flex-direction: column;
}
.instagram-wrapper-content .inst-column-2 a {
    display: block;
    width: 175px;
    height: 175px;
    margin-bottom: 3px;
}

.instagram-wrapper-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.instagram-wrapper-content p {
  font-size: 16px;
  color: #787876;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.instagram-wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.instagram-wrapper-list a {
  color: #000;
  padding: 0 15px;
}
@media screen and (max-width:980px) {
  .instagram-wrapper-content {
    padding: 103px 0px 40px;
    border: none;
  }
  .instagram-wrapper-content .inst-column-1 {
    margin-right: 0;
    margin-bottom: 3px;
  }
  .instagram-wrapper-content .inst-column-2 {
    flex-direction: row;
  }
  .instagram-wrapper-content .inst-column-1 a {
    width: 100%;
    height: 100%;
  }
  .instagram-wrapper-content .inst-column-2 a {
    width: 50%;
  }
  .instagram-wrapper-content .inst-column-2 a:first-child {
    margin-right: 3px;
  }
  .instagram-wrapper-content .inst-column-1:nth-child(3) {
    margin-left: 0;
  }
  .instagram-wrapper-content img {
    object-fit: cover;
  }
}

.authors {
  background: #f1f2ed;
  padding: 20px 0 120px;
}

.authors-title {
  position: relative;
  text-align: center;
  z-index: 2;
}

.authors-title:before {
  content: '';
  position: absolute;
  width: 231px;
  height: 100%;
  padding: 0 40px;
  background: #f1f2ed;
  z-index: -1;
  margin-left: -40px;
}

.authors-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b4b5b1;
  left: 0;
  top: 15px;
  z-index: -2;
}

.authors-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.authors-item {
  position: relative;
  width: 272px;
  height: 374px;
}

.authors-item-image {
  border-radius: 5px;
  overflow: hidden;
}

.authors-item-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: rotate .6s ease, -webkit-transform .6s ease, -webkit-filter 1s ease;
  transition: rotate .6s ease, -webkit-transform .6s ease, -webkit-filter 1s ease;
  transition: transform .6s ease, rotate .6s ease, filter 1s ease;
  transition: transform .6s ease, rotate .6s ease, filter 1s ease, -webkit-transform .6s ease, -webkit-filter 1s ease;
  will-change: transform, rotate;
}

.authors-item-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 60px 30px 30px;
  color: #fff;
}

.authors-item-name {
  font-size: 24px;
  font-family: Yeseva One;
}

.authors-item-pos {
  margin-top: 5px;
}

.authors-item:hover img {
  -webkit-filter: grayscale(.2);
  filter: grayscale(.2);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.authors-button {
  margin-top: 35px;
  text-align: center;
}

.authors-button a {
  margin: 0 auto;
}

@media screen and (max-width:980px) {
  .authors {
    padding: 20px 0 60px;
  }

  .authors-wrapper {
    overflow: hidden;
    overflow-x: scroll;
    margin: 40px -15px 0;
  }

  .authors-item {
    min-width: 302px;
  }
}

@media screen and (max-width:320px) {
  .authors-item {
    min-width: 288px;
    padding-right: 0;
  }
}

.footer {
  background: #3a3b3e;
}

.footer-wrapper {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.footer-copyright, .footer-phone, .footer-time-title {
  font-family: Yeseva One;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.footer-phone, .footer-time-title {
  font-size: 16px;
  line-height: 22px;
}

.footer-list-title {
  font-size: 12px;
  letter-spacing: .85px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-addr, .footer-list a, .footer-time-text {
  color: #b0b0b1;
  margin-top: 10px;
}

.footer-list {
  margin-bottom: 40px;
}

.footer-list a {
  display: block;
}

.footer-list a:hover {
  color: #fff;
}

.footer-col {
  margin-right: 60px;
}

.footer-col:nth-child(1) {
  width: 100%;
  max-width: 380px;
}

.footer-phone, .footer-time-title {
  margin-top: 30px;
}

.footer-bottom {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social a {
  display: block;
  position: relative;
  height: 30px;
  margin-right: 40px;
}

.footer-social a:after {
  content: '';
  font-family: vs-book-icons;
  position: relative;
  display: inline-block;
  left: 0;
  top: 3px;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-size: 24px;
  color: #9299a2;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.footer-social a:hover:after {
  color: var(--color-accent);
}

.footer-social .social-facebook:after {
  content: '\e80b';
}

.footer-social .social-telegram:after {
  content: '\e812';
}

.footer-social .social-youtube:after {
  content: '\e814';
}

*/

.footer-developed-by {
  color: #b0b0b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-developed-by a {
  color: #b0b0b1;
  font-weight: 700;
}

.footer-developed-by a:hover {
  color: var(--color-accent);
}

@media screen and (max-width:980px) {
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-list {
    display: none;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-developed-by {
    margin-top: 50px;
  }
}

.breadcrumbs-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.breadcrumbs-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  overflow-x: scroll;
}

.breadcrumbs-wrapper ul li a, .breadcrumbs-wrapper ul li span {
  position: relative;
  color: #6f7478;
  padding: 0 20px 10px 0;
  display: block;
  white-space: nowrap;
}

.breadcrumbs-wrapper ul li a:hover, .breadcrumbs-wrapper ul li span:hover {
  color: var(--color-accent);
}

.breadcrumbs-wrapper ul li a:after, .breadcrumbs-wrapper ul li span:after {
  content: '\e804';
  position: absolute;
  font-family: vs-book-icons;
  color: rgba(0, 0, 0, .1);
  right: 5px;
}

.breadcrumbs-wrapper ul li:last-child a, .breadcrumbs-wrapper ul li:last-child span {
  color: #6f74787d;
  pointer-events: none;
}

.breadcrumbs-wrapper ul li:last-child a:after, .breadcrumbs-wrapper ul li:last-child span:after {
  display: none;
}

@font-face {
  font-family: HelveticaNeue-Bold;
     font-weight: 700;
     font-style: normal;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Bold.eot);
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Bold.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Bold.ttf) format("truetype");
}

@font-face {
  font-family: HelveticaNeue-Medium;
     font-weight: 500;
     font-style: normal;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Medium.eot);
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Medium.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Medium.ttf) format("truetype");
}

@font-face {
  font-family: HelveticaNeue;
     font-weight: 400;
     font-style: normal;
     src: url(../fonts/HelveticaNeue/HelveticaNeue.eot);
     src: url(../fonts/HelveticaNeue/HelveticaNeue.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue.ttf) format("truetype");
}

@font-face {
  font-family: HelveticaNeue-Light;
     font-weight: 200;
     font-style: normal;
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Light.eot);
     src: url(../fonts/HelveticaNeue/HelveticaNeue-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue/HelveticaNeue-Light.woff) format("woff"), url(../fonts/HelveticaNeue/HelveticaNeue-Light.ttf) format("truetype");
}

@font-face {
  font-family: Qanelas-Bold;
     font-weight: 700;
     font-style: normal;
     src: url(../fonts/Qanelas/Qanelas-Bold.eot);
     src: url(../fonts/Qanelas/Qanelas-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Qanelas/Qanelas-Bold.woff) format("woff"), url(../fonts/Qanelas/Qanelas-Bold.ttf) format("truetype");
}

@font-face {
  font-family: Qanelas;
     font-weight: 400;
     font-style: normal;
     src: url(../fonts/Qanelas/Qanelas.eot);
     src: url(../fonts/Qanelas/Qanelas.eot?#iefix) format("embedded-opentype"), url(../fonts/Qanelas/Qanelas.woff) format("woff"), url(../fonts/Qanelas/Qanelas.ttf) format("truetype");
}

@font-face {
  font-family: GothamPro;
     font-weight: 400;
     font-style: normal;
     src: url(../fonts/GothamPro/GothamPro.eot);
     src: url(../fonts/GothamPro/GothamPro.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro/GothamPro.woff) format("woff"), url(../fonts/GothamPro/GothamPro.ttf) format("truetype");
}

@font-face {
  font-family: Circe;
     font-weight: 400;
     font-style: normal;
     src: url(../fonts/Circe/Circe.eot);
     src: url(../fonts/Circe/Circe.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe/Circe.woff) format("woff"), url(../fonts/Circe/Circe.ttf) format("truetype");
}

.contacts .main-background {
  padding: 55px 0;
}

.contacts .contacts__info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts .leftside__block {
  color: rgba(0, 0, 0, .85);
  font-size: 21px;
  margin-top: 40px;
}

.contacts .leftside__title {
  margin-bottom: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
}

.contacts .leftside__item {
  color: rgba(0, 0, 0, .35);
  font-weight: 700;
  font-size: 14px;
  margin: 6px 0;
  line-height: 19px;
}
/*
.contacts .leftside__item a:first-child, .contacts .leftside__item span:first-child {
  margin-right: 5px;
}

.contacts .leftside__item a {
  color: rgba(0, 0, 0, .35);
}
*/
.contacts .leftside__block:first-child {
  margin-top: 0;
}
/*
.contacts .leftside__block:nth-child(2) a:last-child {
  color: rgba(27, 181, 194, .85);
}

.contacts .leftside__block:nth-child(3) {
  margin-top: 50px;
}

.contacts .leftside__block:nth-child(3) span {
  font-size: 12px;
}
*/
.contacts .leftside__block:last-child .leftside__item {
  width: 80%;
}

.contacts .leftside__block:last-child .leftside__item:nth-child(2) {
  margin-bottom: 25px;
  width: 80%;
}

.contacts .leftside__block:last-child .leftside__item span {
  display: block;
  margin: 9px 0;
}

.contacts .leftside__block:last-child .leftside__title {
  margin-bottom: 30px;
}

.contacts .contacts-info__rightside {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts .rightside__receivingcalls {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: -30px;
}

.contacts .rightside__receivingcalls .content {
  position: absolute;
  top: 127px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.contacts .rightside__receivingcalls .content span {
  display: block;
}

.contacts .rightside__receivingcalls .content span:first-child {
  font-family: HelveticaNeue-Light, sans-serif;
  font-weight: 300;
  font-size: 21px;
}

.contacts .rightside__receivingcalls .content span:last-child {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-top: 25px;
}

.contacts .rightside__block {
  color: rgba(0, 0, 0, .85);
  font-size: 21px;
  margin-top: 40px;
  padding-left: 40px;
}

.contacts .rightside__block:last-child .rightside__item span:first-child {
  max-width: 70%;
}

.contacts .rightside__title {
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 16px;
}

.contacts .rightside__item {
  color: rgba(0, 0, 0, .35);
  font-weight: 700;
  font-size: 14px;
  margin: 7px 0;
  line-height: 1.4;
}

.contacts .rightside__item span {
  display: block;
}

.contacts .contacts__props {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, .85);
  padding: 13px 0;
  border: 1px solid rgba(0, 0, 0, .25);
  width: 235px;
  cursor: pointer;
  border-radius: 2px;
  margin-top: 35px;
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.contacts .contacts__props_block {
  margin-top: 40px;
  max-width: 650px;
  display: none;
}

.contacts .contacts__props_block-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contacts .contacts__props_block-add {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, .35);
}

.contacts .contacts__props_block-add span {
  font-weight: 400;
}

.contacts .contacts__props_block-add:nth-child(3) {
  margin-bottom: 10px;
}

.contacts .contacts__props_block-table {
  margin-top: 20px;
  max-width: 450px;
  color: rgba(0, 0, 0, .35);
}

.contacts .contacts__props_block-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 17px;
  margin-bottom: 5px;
}

.contacts .contacts__props_block-table-col:first-child {
  font-weight: 700;
  width: 80px;
  line-height: 21px;
  font-weight: 700;
  font-size: 14px;
}

.contacts .contacts__props_block-table-col:last-child {
  width: 100%;
  line-height: 21px;
  font-weight: 700;
  font-size: 14px;
}

ymaps[class*='-ground-pane'] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.mapform {
  position: relative;
}

.mapform #map {
  width: 100%;
  height: 760px;
  padding: 0;
  margin: 0;
}

.mapform .mapform__wrapper {
  padding: 30px;
  background: #fff;
  width: 600px;
  position: absolute;
  top: 10px;
  bottom: 10px;
}

.mapform .mapform__wrapper>.text-field-wrap {
  margin: 16px 0;
}

.mapform .mapform__title {
  color: rgba(0, 0, 0, .85);
  font-size: 21px;
}

.mapform .mapform__subtitle-mark {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}

.mapform .mapform__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mapform .mapform__input {
  background: rgba(0, 0, 0, .06);
}

.mapform .mapform__input:hover {
  background: rgba(0, 0, 0, .09);
}

.mapform .mapform__textarea {
  resize: none;
  height: 150px;
  width: 100%;
  background: rgba(0, 0, 0, .06);
}

.mapform .mapform__file {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.mapform .mapform__file label>span {
  color: rgba(0, 0, 0, .5);
}

.mapform .mapform__fileinput {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.mapform .mapform__fileinput+label {
  color: #1bb5c2;
  display: inline-block;
  cursor: pointer;
}

.mapform .control-group-offer {
  color: rgba(0, 0, 0, .5);
}

.mapform .control-group-offer a {
  font-style: normal;
  color: #1bb5c2;
}

.mapform .control-group-offer .control_indicator {
  background: rgba(0, 0, 0, .06);
}

.mapform .mapform__save {
  margin-top: 25px;
  margin-bottom: 20px;
  width: 275px;
  text-align: center;
  height: 58px;
  letter-spacing: 1px;
}

.mapform .mapform__save:before {
  left: 55px;
  top: 48%;
}

.files-names {
  display: block;
  position: absolute;
  color: var(--color-accent);
  margin-top: 5px;
  font-size: 16px;
}

ymaps[class*='-ground-pane'] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.control-group-offer .control {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  padding-top: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 21px;
}

.control-group-offer .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-group-offer .control input:checked~.control_indicator {
  background: #2aa1c0;
}

.control-group-offer .control input:checked~.control_indicator:after {
  display: block;
}

.control-group-offer .control input:disabled~.control_indicator {
  background: #e6e6e6;
  opacity: .6;
  pointer-events: none;
}

.control-group-offer .control.control-checkbox {
  color: rgba(0, 0, 0, .5);
}

.control-group-offer .control.control-checkbox a {
  color: #1bb5c2;
}

.control-group-offer.grey .control_indicator {
  background: rgba(0, 0, 0, .06);
}

.control-group-offer .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 0 solid #000;
  border-radius: 3px;
}

.control-group-offer .control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control-group-offer .control input:checked:focus~.control_indicator, .control-group-offer .control:hover input:not([disabled]):checked~.control_indicator {
  background: #2aa1c0;
}

.control-group-offer .control-checkbox .control_indicator:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control-group-offer .control-checkbox input:disabled~.control_indicator:after {
  border-color: #7b7b7b;
}

.control-group-sort .control {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
  padding-top: 0;
  cursor: pointer;
  font-size: 16px;
  color: rgba(255, 255, 255, .5);
  line-height: 21px;
}

.control-group-sort .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-group-sort .control input:checked~.control_indicator {
  background: #fff;
}

.control-group-sort .control input:checked~.control_indicator:after {
  display: block;
}

.control-group-sort .control input:checked~span {
  color: #fff;
}

.control-group-sort .control input:disabled~.control_indicator {
  background: #e6e6e6;
  opacity: .6;
  pointer-events: none;
}

.control-group-sort.grey .control_indicator {
  background: rgba(0, 0, 0, .06);
}

.control-group-sort .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 2px;
}

.control-group-sort .control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control-group-sort .control input:focus~.control_indicator, .control-group-sort .control:hover input~.control_indicator {
  background: #fff;
}

.control-group-sort .control input:checked:focus~.control_indicator, .control-group-sort .control:hover input:not([disabled]):checked~.control_indicator {
  background: #fff;
}

.control-group-sort .control-checkbox .control_indicator:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #1bb5c2;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control-group-sort .control-checkbox input:disabled~.control_indicator:after {
  border-color: #7b7b7b;
}

.cabinet .main-background {
  padding: 55px 0;
}

.cabinet .cabinet__title {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.cabinet__title:before {
  display: block;
  content: '';
  background: url(../images/css-flags.png) no-repeat center;
  background-size: 659px 187px;
  width: 659px;
  height: 187px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.cabinet .cabinet__tabs {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}

.cabinet__tab {
  padding: 0;
  margin-left: 14px;
}

.cabinet__tab:first-child {
  margin-left: 0;
}

.cabinet__tab a {
  padding: 12px 14px;
  display: block;
}

.cabinet .cabinet__tab:after {
  opacity: 0;
}

.cabinet .cabinet__tab.tab.tab_active a {
  color: #fff;
}

.cabinet .cabinet__main {
  padding: 55px 0;
}

.cabinet .cabinet__title-form {
  text-align: center;
  color: rgba(0, 0, 0, .85);
  font-size: 21px;
}

.cabinet .cabinet__subtitle-form {
  margin-top: 13px;
}

.cabinet .cabinet__form-wrap {
  max-width: 560px;
  margin: 0 auto;
}

.cabinet .cabinet__inputs {
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cabinet .cabinet__input-password {
  width: 250px;
}

.cabinet .cabinet__info {
  margin: 20px auto 0 auto;
}

.cabinet .cabinet__checkbox {
  margin-top: 55px;
}

.cabinet .control-group-offer {
  color: rgba(0, 0, 0, .5);
}

.cabinet .control-group-offer a {
  color: #1bb5c2;
}

.cabinet .cabinet__save {
  margin: 25px auto 0 auto;
  width: 275px;
  text-align: center;
  height: 58px;
}

@media (max-width:980px) {
  .cabinet .main-background {
    padding: 20px 0 26px 0;
  }

  .cabinet .cabinet__tabs {
    margin-bottom: 20px;
  }
}

@media (max-width:580px) {
  .cabinet .main-background {
    padding: 20px 0 26px 0;
  }

  .cabinet .cabinet__title {
    margin-bottom: 35px;
  }

  .cabinet .cabinet__inputs {
    margin: 12px auto 0 auto;
  }

  .cabinet .cabinet__subtitle-form {
    margin-top: 8px;
  }

  .cabinet .cabinet__input-password {
    width: 100%;
  }

  .cabinet .cabinet__info {
    margin: 0 auto;
  }

  .cabinet .cabinet__checkbox {
    margin-top: 18px;
  }

  .cabinet .cabinet__save {
    margin-top: 24px;
  }
}

.history {
  margin-bottom: 50px;
}

.history__table {
  width: 100%;

}

.history__product-quantity,
.history__product-download {
  font-size: 16px;
  color: #888;
  margin-top: 6px;
}

.history__product-download a{
	text-decoration:underline;
}

.history__header {
  font-family: "Yeseva One", sans-serif;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.history__list {
  display: flex;
  flex-wrap: wrap;
  margin: -22px;
  margin-bottom: 0;
}

.history__li {
  width: 154px;
  padding: 22px;
}

.history__item {
  display: flex;
  flex-direction: column;
}

.history__item-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.history__delivery-col {
  margin-top: 40px;
}

.history .history__title {
  color: rgba(0, 0, 0, .85);
  font-size: 21px;
  text-align: center;
}

.history .history__orders {
  margin-top: 70px;
}

.history .history__order em {
  font-style: normal;
}

.history .history__order:last-child .history__order-wrap:before {
  content: '';
  height: 1px;
  width: calc(100% - 40px);
  background: rgba(0, 0, 0, .25);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.history .history__order:last-child .history__order-wrap.history__order-wrap_active {
  border: none;
}

.history__order-wrap p:first-child {
  width: 100%;
  color: rgba(0, 0, 0, .5);
  font-size: 16px;
  text-align: center;
}

.history .history__order-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px;
  -webkit-transition: .4s;
  transition: .4s;
}

.history .history__order-wrap:after {
  content: '';
  height: 1px;
  width: calc(100% - 40px);
  background: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.history .history__order-wrap_active {
  border-radius: 4px 4px 0 0;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border: none;
}

.history .history__order-wrap_active:after {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.history .history__order-wrap_active:before {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.history .history__number {
  font-size: 16px;
  font-weight: 700;
}

.history .history__datecreate {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.history .history__datecreate em {
  color: rgba(0, 0, 0, .85);
}

.history .history__datesupply {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.history .history__datesupply em {
  color: rgba(0, 0, 0, .85);
}

.history .history__status {
  text-align: center;
  width: 200px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  padding: 10px 0;
}

.history__status_delivered_point_of_issue {
  background: #78B04B;
}

.history .history__status_delivered {
  background: #78b14c;
}

.history .history__status_paid {
  background: #f7b500;
}

.history .history__status_new-order {
  background: #32c5ff;
}

.history .history__status_cancel {
  background: #6d7278;
}

.history .history__status_onway {
  background: #4283c0;
}

.history .history__quantity {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.history .history__quantity em {
  color: #000;
}

.history .history__price {
  font-size: 18px;
  font-weight: 700;
}

.history .history__expand {
  color: #1bb5c2;
  cursor: pointer;
  width: 100px;
  position: relative;
}

.history .history__expand span {
  margin-right: 5px;
}

.history .history__expand img {
  position: absolute;
  right: 0;
  top: 0;
}

.history .history__expand:after {
  content: 'Развернуть';
  color: #1bb5c2;
  position: absolute;
  top: -7px;
  left: 3px;
}

.history .history__expand:before {
  content: '';
  display: block;
  width: 10px;
  height: 8.5px;
  background: url(../images/icons/icon-arrow_top_blue.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: -2px;
  transition: transform .4s;
  transform: rotate(180deg);
}

.history .accordion-toggle_active:after {
  content: 'Свернуть';
  left: 14px;
}

.history .accordion-toggle_active:before {
  transform: rotate(0deg);
  -webkit-transition: .4s;
  transition: .4s;
}

.history .history__hide_active {
  border-radius: 0 0 4px 4px;
}

.history .history__hide {
  background: #fff;
  padding: 20px 30px;
  position: relative;
  margin-bottom: -1px;
  display: none;
  overflow: hidden;
  z-index: 5;
}

.history .history__hide:before {
  content: '';
  height: 1px;
  width: calc(100% - 40px);
  position: absolute;
  background: rgba(0, 0, 0, .25);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.history .history__composition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0;
  overflow-y: scroll;
}

.history .history__img {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 71px;
  height: 100px;
  overflow: hidden;
}

.history .history__img img {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  max-width: 100%;
  max-height: 100%;
}

.history .history__item-title {
  color: rgba(0, 0, 0, .75);
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-bottom: 8px;
}

.history .history__item-title:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .15);
}

.history .history__info {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
  margin-top: 8px;
}

.history .history__info span {
  display: block;
  margin: 3px 0;
}

.history .history__item-price {
  font-size: 16px;
  color: var(--color-accent-hover);;
  margin-top: 6px;
}

.history .history__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
  padding-right: 24px;
}

.history .history__total:after, .history .history__total:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, .15);
}

.history .history__total:after {
  left: 0;
  top: 0;
}

.history .history__total:before {
  left: 0;
  bottom: 0;
}

.history .history__total-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.history .history__tel {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.history .history__tel a {
  color: rgba(0, 0, 0, .85);
}

.history .history__face {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  margin-top: 8px;
}

.history .history__face em {
  color: rgba(0, 0, 0, .85);
}

.history .history__pay {
  margin-right: 55px;
}

.history .history__pay span {
  display: block;
}

.history .history__pay span:first-child {
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
  margin-bottom: 3px;
}

.history .history__pay span:last-child {
  color: var(--color-accent-hover);
  text-transform: uppercase;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 52px;
}

.history .history__total-item {
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
  margin: 10px 0;
}

.history .history__total-item em {
  color: #000;
}

.history .history__footer {
  padding: 28px 0 11px 0;
}

.history .history__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.history .history__comment {
  width: 42%;
}

.history .history__comment span {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.history .history__comment-title {
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 23px;
}

.history .history__story {
  width: 47%;
}

.history .history__story span {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  display: block;
  margin: 10px 0;
}

.history .history__story-title {
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.history .history__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.history .history__btn {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  width: 205px;
  padding: 15px 0;
  display: block;
  -webkit-transition: .15s;
  transition: .15s;
}

.history .history__btn:nth-child(2) {
  margin: 0 9px;
}

.history .history__btn:hover {
  background: #1bb5c2;
  color: #fff;
  border: 1px solid transparent;
}

.history .history__btn-pay {
  border: 1px solid transparent;
  color: #fff;
  font-weight: 400;
  line-height: 19px;
  width: 205px;
}

@media (max-width:1200px) {
  .history .history__order-wrap {
    padding: 18px 20px;
  }

  .history .history__number {
    font-size: 14px;
  }

  .history .history__datecreate {
    font-size: 12px;
  }

  .history .history__datesupply {
    font-size: 12px;
  }

  .history .history__status {
    width: 180px;
    font-size: 12px;
  }

  .history .history__quantity {
    font-size: 12px;
  }

  .history .history__price {
    font-size: 16px;
  }

  .history .history__expand:after {
    font-size: 12px;
    top: -6px;
    left: 10px;
  }

  .history .history__expand:before {
    top: -3px;
  }
}

@media (max-width:980px) {
  .history .container {
    padding: 0;
  }

  .history .history__title {
    padding: 0 15px;
  }

  .history .history__hide {
    padding: 20px 14px;
  }

  .history .history__hide:before {
    width: calc(100% - 28px);
  }

  .history .history__hide-title {
    text-align: center;
  }

  .history .history__order-wrap {
    min-height: 110px;
    padding: 0 14px 55px 14px;
  }

  .history .history__order-wrap:after {
    width: calc(100% - 28px);
  }

  .history .history__order-wrap_active {
    -webkit-transition: .4s;
    transition: .4s;
  }

  .history .history__order-wrap_active:before {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .history .history__order:last-child .history__order-wrap:before {
    width: calc(100% - 28px);
  }

  .history .history__orders {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .history .history__number {
    font-size: 14px;
    left: 20px;
  }

  .history .history__composition {
    margin: 26px 0 23px 0;
  }

  .history .history__datecreate {
    font-size: 12px;
    max-width: 110px;
    width: 100%;
  }

  .history .history__datesupply {
    font-size: 12px;
    text-align: center;
    max-width: 125px;
  }

  .history .history__status {
    max-width: 288px;
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: 17px;
    left: 50%;
    -webkit-transform: translateX(-57%);
    transform: translateX(-57%);
    margin: 0 20px 0 20px;
  }

  .history .history__status:after {
    content: '';
    position: absolute;
    margin-right: 20px;
    width: 20px;
    height: 1px;
    right: -20px;
  }

  .history .history__status:before {
    content: '';
    position: absolute;
    margin-right: 20px;
    width: 20px;
    height: 1px;
    left: -20px;
  }

  .history .history__quantity {
    font-size: 12px;
    max-width: 110px;
    width: 100%;
  }

  .history .history__price {
    font-size: 16px;
    right: 50px;
    margin-right: 30px;
  }

  .history .history__expand {
    width: 0;
    position: absolute;
    right: 30px;
  }

  .history .history__expand:after {
    font-size: 12px;
    top: -6px;
    left: 10px;
    display: none;
  }

  .history .history__expand:before {
    top: -3px;
    right: -14px;
  }
}

@media (max-width:768px) {
  .history .history__datecreate {
    display: none;
  }

  .history .history__quantity {
    display: none;
  }

  .history .history__total {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0 24px 0;
  }

  .history .history__total-info {
    width: 100%;
    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;
    margin-bottom: 14px;
  }

  .history .history__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history .history__comment {
    width: 100%;
    margin-bottom: 20px;
  }

  .history .history__comment-title {
    margin-bottom: 16px;
  }

  .history .history__story {
    width: 100%;
  }

  .history .history__btns {
    margin-top: 27px;
  }

  .history .history__footer {
    padding: 16px 0 11px 0;
  }
}

@media (max-width:580px) {
  .history .history__btns {
    -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;
  }

  .history .history__btn, .history .history__btn-pay {
    max-width: 288px;
    width: 100%;
  }

  .history .history__btn-pay:nth-child(2), .history .history__btn:nth-child(2) {
    margin: 10px 0;
  }
}

@media (max-width:450px) {
  .history .history__total-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .history .history__total {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .history .history__pay span:last-child {
    font-size: 24px;
  }
}

.cart-goods {
  background: #fff;
}

.cart-goods .cart-goods__subtitle {
  color: rgba(0, 0, 0, .5);
  font-size: 15px;
  text-align: center;
}

.cart-goods .cart-goods__orders {
  margin-top: 55px;
}

.cart-goods .cart-goods__order {
  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;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 3px;
  padding: 30px 20px;
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-goods .cart-goods__order:last-child:before {
  height: 1px;
}

.cart-goods .cart-goods__order:hover {
  background: rgba(0, 0, 0, .02);
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.cart-goods .cart-goods__order:hover:after, .cart-goods .cart-goods__order:hover:before {
  width: calc(100%);
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-goods .cart-goods__order:after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 40px);
  background: #e7e7e7;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-goods .cart-goods__order:before {
  content: '';
  position: absolute;
  height: .5px;
  width: calc(100% - 40px);
  background: #e7e7e7;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-goods .cart-goods__img {
  width: 71px;
  height: 100px;
  -webkit-box-shadow: 2px 8px 10px rgba(0, 0, 0, .2);
  box-shadow: 2px 8px 10px rgba(0, 0, 0, .2);
  margin-right: 38px;
}

.cart-goods .cart-goods__order-title {
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  flex: 1;
}

.cart-goods .cart-goods__order-title span {
  display: block;
}

.cart-goods__product-name {
  display: block;
  color: #000;
  margin-bottom: 12px;
}

.cart-goods__author {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}

.cart-goods .cart-goods__order-title:hover {
  color: #1bb5c2;
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-goods .cart-goods__info {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  width: 120px;
}

.cart-goods .cart-goods__info span {
  display: block;
  margin-top: 5px;
}

.cart-goods .cart-goods__info span:first-child {
  margin-top: 0px;
}

.cart-goods .cart-goods__discount {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 24px;
}

.cart-goods .cart-goods__discount span {
  display: inline-block;
  width: 90%;
}

.cart-goods .cart-goods__wrap-last, .cart-goods .cart-goods__wrap-title, .cart-goods .cart-goods__wrap-title-with-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.cart-goods .cart-goods__wrap-title-with-img {
  max-width: 621px;
}

.cart-goods .cart-goods__wrap-title {
  width: 521px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.cart-goods .cart-goods__wrap-last {
  max-width: 350px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-goods .cart-goods__wrap-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-goods .cart-goods__price {
  position: relative;
}

.cart-goods .cart-goods__price .old {
  display: inline-block;
  width: 70px;
  text-align: right;
  color: rgba(0, 0, 0, .5);
  text-decoration: line-through;
  position: absolute;
  left: -22px;
  top: 1px;
}

.cart-goods .cart-goods__price .new {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  margin-left: 65px;
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.cart-goods .cart-goods__del {
  color: #1bb5c2;
  font-size: 14px;
  cursor: pointer;
  margin-left: 26px;
  position: relative;
}

.cart-goods .cart-goods__del:after {
  content: 'Удалить';
}

.cart-goods .cart-goods__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 20px 50px 20px;
  position: relative;
}

.cart-goods .cart-goods__footer:after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 40px);
  background: #e7e7e7;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cart-goods .cart-goods__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart-goods .cart-goods__promo .text-field-wrap {
  margin: 0;
}

.cart-goods .cart-goods__promo .text-field {
  border-radius: 3px;
  width: 290px;
  border-radius: 3px 0 0 3px;
  background: rgba(0, 0, 0, .06);
  height: 100%;
}

.cart-goods .cart-goods__promo .text-field:hover {
  background: rgba(0, 0, 0, .09);
}

.cart-goods .cart-goods__apply {
  text-align: center;
  width: 165px;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.cart-goods .cart-goods__total-price {
  margin-right: 25px;
}

.cart-goods .cart-goods__total-price span {
  display: block;
}

.cart-goods .cart-goods__total-price span:first-child {
  color: rgba(0, 0, 0, .5);
  font-size: 16px;
  margin-bottom: 7px;
}

.cart-goods .cart-goods__total-price span:last-child {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
}

.cart-goods .cart-goods__weight {
  color: rgba(0, 0, 0, .5);
  font-size: 16px;
  margin-top: 20px;
}

.cart-goods .options {
  position: static;
  width: 100%;
}

.total-price {
  color: rgba(0, 0, 0, .85);
  text-transform: uppercase;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 47px;
}

@media (max-width:1200px) {
  .cart-goods .options {
    left: 110px;
    bottom: 10px;
  }

  .cart-goods .cart-goods__order {
    padding: 25px 20px;
  }

  .cart-goods .cart-goods__img {
    margin-right: 18px;
  }

  .cart-goods .cart-goods__order-title {
    font-size: 13px;
  }

  .cart-goods .cart-goods__info {
    font-size: 12px;
  }

  .cart-goods .cart-goods__discount {
    font-size: 12px;
  }

  .cart-goods .cart-goods__price .new {
    font-size: 16px;
  }

  .cart-goods .cart-goods__price .old {
    font-size: 12px;
  }

  .cart-goods .cart-goods__del {
    font-size: 13px;
  }
}

@media (max-width:980px) {
  .cart-goods .cart-goods__orders {
    margin-top: 25px;
  }

  .cart-goods .cart-goods__order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22px 20px;
    border: none;
  }

  .cart-goods .cart-goods__order:hover {
    background: #fff;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    border: none;
  }

  .cart-goods .cart-goods__order:hover:after, .cart-goods .cart-goods__order:hover:before {
    width: auto;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .cart-goods .cart-goods__order:after, .cart-goods .cart-goods__order:before {
    width: calc(100%);
  }

  .cart-goods .cart-goods__order:hover:after, .cart-goods .cart-goods__order:hover:before {
    width: calc(100%);
  }

  .cart-goods .options {
    left: 50%;
    margin-left: -170px;
    bottom: 75px;
  }

  .cart-goods .cart-goods__wrap-last {
    max-width: 340px;
    margin-top: 65px;
  }

  .cart-goods .cart-goods__del {
    position: absolute;
    right: 3px;
    top: 16px;
  }

  .cart-goods .cart-goods__del:after {
    content: '\e809';
    font-family: vs-book-icons;
    font-size: 16px;
  }

  .cart-goods .cart-goods__price {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 14px;
  }

  .cart-goods .cart-goods__price .old {
    left: auto;
    top: -20px;
    right: 0;
  }

  .cart-goods .cart-goods__price .new {
    font-family: HelveticaNeue, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-left: 0;
  }

  .cart-goods .final-price-wrap {
    font-size: 16px;
    margin-top: 5px;
  }

  .cart-goods .final-price-wrap span {
    margin-top: 2px;
  }

  .cart-goods .counter {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .cart-goods .cart-goods__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 20px 0;
  }

  .cart-goods .cart-goods__footer:after {
    width: 100%;
  }

  .cart-goods .cart-goods__wrap-total {
    margin-top: 20px;
    max-width: 275px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-goods .cart-goods__weight {
    margin-top: 10px;
  }

  .cart-goods .cart-goods__total-price {
    margin-right: 0;
  }

  .cart-goods .cart-goods__total-price span:first-child {
    font-size: 13px;
  }

  .cart-goods .cart-goods__promo {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
  }

  .cart-goods .cart-goods__promo .text-field-wrap {
    width: 100%;
  }

  .cart-goods .cart-goods__promo .text-field {
    min-width: 170px;
    width: 100%;
  }

  .cart-goods .cart-goods__apply {
    font-size: 12px;
    min-width: 118px;
    max-width: 200px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.total-price {
  font-size: 34px;
}

@media (max-width:580px) {
  .cart-goods .cart-goods__order {
    padding: 22px 0;
  }

  .cart-goods .cart-goods__wrap-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart-goods .cart-goods__wrap-title-with-img {
    max-width: 300px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cart-goods .cart-goods__wrap-last {
    max-width: 300px;
    margin-top: 78px;
  }

  .cart-goods .cart-goods__img {
    margin-right: 24px;
  }

  .cart-goods .cart-goods__del:after {
    font-size: 14px;
  }

  .cart-goods .options {
    left: 50%;
    margin-left: -150px;
    bottom: 85px;
  }

  .cart-goods .options .options_o-book {
    margin-right: -1px;
  }

  .cart-goods .options .options_o-book label p {
    border-radius: 4px 0 0 4px;
  }

  .cart-goods .options .options_e-book label p {
    border-radius: 0 4px 4px 0;
  }

  .cart-goods .options .options_e-book label p, .cart-goods .options .options_o-book label p {
    font-size: 11px;
    padding: 9px 30px 9px 5px;
  }

  .cart-goods .options .options_e-book label p:before, .cart-goods .options .options_o-book label p:before {
    right: 6px;
  }

  .cart-goods .options .options_e-book label p:after, .cart-goods .options .options_o-book label p:after {
    right: 5px;
  }

  .cart-goods .cart-goods__info {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cart-goods .cart-goods__discount span {
    width: auto;
  }
}

@media (max-width:350px) {
  .cart-goods .options {
    margin-left: -130px;
  }
}

.cart-form {

}

.cart-form__star {
  color: #FC4040;
}

.cart-form .main-background {
  padding: 55px 0 75px 0;
}

.cart-form .main-background .title-line:after {
  margin-left: 10px;
}

.cart-form .main-background .title-line:before {
  margin-right: 10px;
}

.cart-form .cart-form__title {
  margin-top: 55px;
  text-align: center;
  font-size: 34px;
}

.cart-form .cart-form__step1-subtitle {
  margin-top: 10px;
}

.cart-form .cart-form__delivery {
  margin: 40px 0 80px;
  justify-content: center;
  align-items: center;
}

.cart-form .cart-form__delivery-item {
  position: relative;
  text-align: center;
}

.cart-form .cart-form__delivery-item a, .cart-form__payment-item a {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  right: 0;
  color: rgba(0,0,0, .5);
  font-size: 12px;
  text-align: center;
}

.cart-form .cart-form__data-item {
  padding: 0 0 60px 0;
}

.cart-form .cart-form__data-title {
  color: rgba(0, 0, 0, .85);
  text-align: center;
  font-size: 21px;
}

.cart-form .cart-form__data-subtitle-mark {
  margin-top: 10px;
  margin-bottom: 40px;
}

.cart-form .cart-form__data-form {
  margin-top: 30px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-form .cart-form__data-form>.text-field-wrap {
  width: 48%;
}

.cart-form .cart-form__data-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
}

.cart-form .text-field-wrap-address {
  margin-bottom: 0;
}

.cart-form .cart-form__input {
  width: 100%;
  position: relative;
  max-width: 562px;
}

.cart-form .cart-form__textarea {
  height: 178px;
}

.cart-form .cart-form__step2-subtitle {
  margin-top: 15px;
}

.cart-form .cart-form__payment {
  justify-content: center;
  align-items: center;
  margin: 25px 0 100px;
}

.cart-form .cart-form__step3-subtitle {
  margin-top: 10px;
}

.cart-form .cart-form__step3-subtitle-mark {
  margin-top: 10px;
}

.cart-form .cart-form__buyer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.cart-form .cart-form__buyer-wrap>.text-field-wrap {
  width: 48%;
}

.cart-form .cart-form__buyer-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
}

.cart-form .cart-form__buyer-inputs .cart-form__input:last-child {
  margin-bottom: 0;
}

.cart-form .cart-form__total {
  margin-top: 80px;
}

.cart-form .cart-form__price {
  text-align: center;
  margin-top: 8px;
}

.cart-form .cart-form__checkbox {
  text-align: center;
  margin-top: 10px;
}

.cart-form .cart-form__btn {
  margin: 30px auto 27px auto;
  width: 275px;
  text-align: center;
  height: 58px;
}

.cart-form .cart-form__btn:before {
  color: #fff;
  margin-left: -95px;
  margin-top: -8px;
}

.cart-form .cart-form__info {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  width: 66%;
  margin: 0 auto;
  line-height: 21px;
}

@media (max-width:980px) {
  .cart-form .main-background {
    padding: 20px 0 30px 0;
  }

  .cart-form .cart-form__title {
    font-size: 20px;
    margin-top: 23px;
  }

  .cart-form .cart-form__data-subtitle-mark {
    margin-top: 8px;
  }

  /* .cart-form .cart-form__delivery {
    width: 90%;
  } */

  .cart-form .cart-form__data-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .cart-form .cart-form__data-form>.text-field-wrap {
    width: 100%;
  }

  .cart-form .cart-form__data-inputs {
    width: 100%;
  }

  .cart-form .cart-form__data-inputs .text-field-wrap-address {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-form .cart-form__data-inputs .text-field-wrap-address .cart-form__input {
    width: 100%;
  }

  .cart-form .cart-form__textarea {
    height: 92px;
  }

  .cart-form .cart-form__payment {
    width: 90%;
  }

  .cart-form .cart-form__buyer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }

  .cart-form .cart-form__buyer-wrap>.text-field-wrap {
    width: 100%;
  }

  .cart-form .cart-form__buyer-inputs {
    width: 100%;
  }

  .cart-form .cart-form__total {
    margin-top: 15px;
  }

  .cart-form .control-group-offer .control.control-checkbox {
    text-align: left;
  }

  .cart-form .cart-form__btn {
    height: 48px;
    width: 100%;
    max-width: 288px;
    margin: 15px auto 15px auto;
  }

  .cart-form .cart-form__info {
    width: 100%;
  }
}

@media (max-width:768px) {
  .cart-form .cart-form__payment {
    max-width: 400px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 120px;
    width: 100%;
    margin: 16px auto 15px auto;
  }

  .cart-form .cart-form__payment .tab {
    padding: 12px 17px;
    font-size: 13px;
  }

  .cart-form .cart-form__payment .tab a {
    white-space: normal;
    max-width: 151px;
    line-height: 18px;
    height: 35px;
    bottom: -40px;
    left: 16px;
  }

  .cart-form .cart-form__payment .tab:first-child {
    margin-left: 18px;
  }

  .cart-form .cart-form__payment .tab:last-child {
    margin-right: 32px;
  }

  .cart-form .cart-form__delivery {
    max-width: 400px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 16px auto 24px auto;
  }

  .cart-form .cart-form__delivery .tab {
    padding: 12px 17px;
    font-size: 13px;
  }

  .cart-form .cart-form__delivery .tab a {
    white-space: normal;
    max-width: 151px;
    line-height: 18px;
    height: 35px;
    bottom: -40px;
    left: 16px;
  }
}

.news .main-background {
  padding: 60px 0 90px 0;
}

.news__main {
  padding: 60px 0 90px 0;
}

.news__layout {
  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;
}

a.news__show-more {
  margin: 5px auto 0 auto;
}

@media (max-width:768px) {
  .news .main-background {
    padding-top: 13px;
    padding-bottom: 55px;
  }

  .news__title {
    font-size: 20px;
  }

  a.news__show-more {
    width: 260px;
    margin: 10px auto 0 auto;
  }
}

.news-open .main-background {
  padding: 75px 0;
}

.news-open .news-open__date {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: rgba(0, 0, 0, .5);
}

.news-open .news-open__title {
  margin-top: 5px;
}

.news-open .news-open__content {
  background: #fff;
  padding: 40px;
  padding-bottom: 50px;
  border-radius: 4px;
}

.news-open .news-open__content p, .news-open .news-open__content span {
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  line-height: 24px;
}

.news-open .news-open__content p {
  margin-bottom: 30px;
}

.news-open .news-open__content p span {
  margin-top: 10px;
}

.news-open .news-open__img {
  width: 600px;
  max-height: 409px;
  float: left;
  margin-right: 33px;
  margin-bottom: 25px;
}

.news-open .news-open__return {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  width: 210px;
  padding: 15px 0;
  color: rgba(0, 0, 0, .85);
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 3px;
  margin-top: 35px;
  cursor: pointer;
  display: block;
}

@media (max-width:768px) {
  .news-open .news-open__content {
    padding: 22px;
  }

  .news-open .news-open__content p, .news-open .news-open__content span {
    color: rgba(0, 0, 0, .85);
  }

  .news-open .news-open__img {
    float: none;
    width: 100%;
    max-height: none;
    height: auto;
    text-align: center;
  }

  .news-open .news-open__title {
    font-size: 27px;
  }

  .news-open .news-open__return {
    margin: 23px auto 0 auto;
    width: 255px;
  }

  .news-open .news-open__bg {
    padding: 25px 0;
  }
}

@media (max-width:520px) {
  .news-open .news-open__title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .news-open .news-open__title:after {
    bottom: -47px;
  }
}

.news__item-wrap {
  margin: 18px 0;
}

.news__item-wrap .news__item {
  width: 380px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news__item-wrap .news__item .news__img {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 208px;
  flex: 0 0 208px;
  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;
}

.news__item-wrap .news__item .news__img img {
  display: block;
  position: absolute;
  width: 100%;
}

.news__item-wrap .news__item .news__content {
  height: 112px;
  padding: 17px 20px;
  border-radius: 0 0 4px 4px;
}

.news__item-wrap .news__item .news__text p:first-child {
  font-size: 16px;
  height: auto;
  color: #000;
}

.news__item-wrap .news__item.news__item-larger {
  width: 774px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news__item-wrap .news__item.news__item-larger .news__img {
  max-height: 320px;
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 445px;
  flex: 0 0 445px;
  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;
}

.news__item-wrap .news__item.news__item-larger .news__img img {
  position: absolute;
  display: block;
  width: 135%;
}

.news__item-wrap .news__item.news__item-larger .news__content {
  height: auto;
  margin-top: 0;
  padding: 33px 30px;
  border-radius: 0 4px 4px 0;
}

.news__item-wrap .news__content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news__item-wrap .news__date {
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
  font-weight: 700;
}

.news__item-wrap .news__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 24px;
  margin-top: 10px;
}

.news__item-wrap .news__text p {
  font-size: 16px;
}

.news__item-wrap .news__text p:first-child {
  margin-bottom: 20px;
  height: 50px;
}

.news__item-wrap .news__text p:last-child {
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
}

.news__item-wrap .news__btn-read {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  pointer-events: none;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
}

.news__item-wrap .news__btn-read span {
  pointer-events: auto;
  color: #000;
}

.news__item-wrap .news__btn-read:after {
  content: '';
  background: url(../images/icons/icon-arrow_right_black.svg) no-repeat center;
  width: 24px;
  height: 15px;
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  pointer-events: auto;
}

@media (max-width:768px) {
  .news__layout {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .news__item {
    width: 260px;
    height: 355px;
    margin: 9px 9px;
  }

  .news__item .news__img img {
    width: 115%;
  }

  .news__item .news__content {
    height: 147px;
  }

  .news__item .news__text {
    max-height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .85);
    margin-top: 7px;
  }

  .news__btn-read {
    margin-top: auto;
  }

  .news__btn-read:after {
    right: -4px;
  }

  .news__item.news__item-larger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    height: auto;
    width: 260px;
  }

  .news__item.news__item-larger .news__img {
    border-radius: 4px 4px 0 0;
    max-height: 208px;
  }

  .news__item.news__item-larger .news__content {
    border-radius: 0 0 4px 4px;
    padding: 18px 23px;
    height: 147px;
  }

  .news__item.news__item-larger .news__text {
    max-height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .85);
    margin-top: 7px;
  }

  .news__btn-read.hide {
    display: block;
    margin-top: auto;
  }
}

.other-news {
  padding: 70px 0;
  background: #f1f2ed;
}

.other-news .other-news__layout {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 53px;
}

.other-news .other-news__layout .news__item-wrap .news__item {
  margin-right: 15px;
}

.other-news .other-news__layout .news__item-wrap:last-child .news__item {
  margin-right: 0;
}

@media (max-width:1200px) {
  .other-news .other-news__layout {
    overflow-x: scroll;
  }
}

@media (max-width:768px) {
  .other-news .other-news__layout {
    padding-top: 60px;
  }

  .

  .other-news .news__btn-read {
    display: none;
  }

  .other-news .news__content {
    height: 120px;
  }
}

.catalog .main-background {
  padding: 125px 0 40px 0;
}

.catalog .catalog__title {
  margin-bottom: 20px;
}

.catalog .catalog__filter {
  background: #fff;
  padding: 0 0 50px 0;
}

.catalog .catalog__genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto 13px auto;
}

.catalog .catalog__genre-item {
  position: relative;
  margin: 0 22px 30px 22px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  padding-right: 24px;
}

.catalog .catalog__genre-item span, 
.catalog .catalog__genre-item>a,
.catalog .catalog__genre-item span>a {
  padding-bottom: 6px;
  color: rgba(0, 0, 0, .85);
}

.catalog__icon-down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .3s;
}

@media screen and (min-width: 980px) {
  .catalog .catalog__genre-item:hover .catalog__icon-down {
    transform: translateY(-50%) rotate(-180deg);
  }
}

.catalog .catalog__genre-item.active span, .catalog .catalog__genre-item.active>a {
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}
@media screen and (min-width: 980px) {
  .catalog .catalog__genre-item.active span, 
  .catalog .catalog__genre-item.active>a, 
  .catalog .catalog__genre-item.active span>a, 
  .catalog .catalog__genre-item:hover span, 
  .catalog .catalog__genre-item:hover>a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #1bb5c2;
    border-bottom: 2px solid #1bb5c2;
  }


  .catalog .catalog__genre-item:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: .2s;
    transition: .2s;
  }
}


.catalog .catalog__tooltip {
  top: 40px;
  left: 50%;
  margin-left: -150px;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
  min-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .13);
  box-shadow: 0 0 15px rgba(0, 0, 0, .13);
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog .catalog__tooltip:after {
  left: 130px;
}

.catalog .catalog__tooltip:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -12px;
  background: 0 0;
}

.catalog .catalog__sort-popup {
  position: relative;
}

.catalog .catalog__sort-title.catalog__sort-title_active {
  padding-bottom: 217px;
  -webkit-transition: .5s;
  transition: .5s;
}

.catalog .catalog__sort-title.catalog__sort-title_active img:last-child {
  transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.catalog .catalog__sort-title {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(0, 0, 0, .85);
  -webkit-transition: .2s;
  transition: .2s;
  padding-bottom: 0;
}

.catalog .catalog__sort-title span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 35px;
}

.catalog .catalog__sort-title img {
  position: absolute;
}

.catalog .catalog__sort-title img:first-child {
  left: -25px;
  top: 1px;
}

.catalog .catalog__sort-title img:last-child {
  right: -40px;
  top: 6px;
  transform: rotate(270deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.catalog .catalog__sort.catalog__sort_active {
  opacity: 1;
  pointer-events: auto;
}

.catalog .catalog__sort-wrap {
  position: absolute;
}

.catalog .catalog__sort {
  padding: 38px;
  background: #1bb5c2;
  position: absolute;
  margin-top: 37px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.catalog .catalog__sort:after {
  content: '';
  border: 20px solid transparent;
  border-bottom: 20px solid #1bb5c2;
  width: 0;
  height: 0;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.catalog .catalog__sort-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog .catalog__sort-item {
  margin: 0 20px;
}

.catalog .catalog__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.catalog .catalog__sort-apply, .catalog .catalog__sort-reset {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 200px;
  margin: 0 10px;
  padding: 15px 0;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.catalog .catalog__sort-apply-wrap {
  position: relative;
}

.catalog .catalog__sort-apply-wrap:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog .catalog__sort-apply {
  background: #1bb5c2;
  color: #fff;
  -webkit-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
  border: 1px solid #fff;
}

.catalog .catalog__sort-apply:hover {
  background: #fff;
  color: #1bb5c2;
  border: 1px solid #fff;
}

.catalog .catalog__sort-apply:active {
  -webkit-transform: scale(.92);
  transform: scale(.92);
}

.catalog .catalog__sort-reset {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
}

.catalog .catalog__sort-reset:hover {
  background: #fff;
  color: #1bb5c2;
}

.catalog .catalog__sort-reset:active {
  -webkit-transform: scale(.92);
  transform: scale(.92);
}

.catalog .catalog__layout-subtitle {
  margin-top: 20px;
  margin-bottom: 75px;
}

.catalog .main-background .product-layout {
  margin-bottom: -15px;
}

.catalog .main-background .product-carousel {
  margin-top: 0;
  margin-bottom: 0;
}

.catalog .main-background .product-carousel:last-child .product-carousel-wrapper, .catalog .main-background .product-carousel:last-child .product-carousel-wrapper-noswipe {
  padding-bottom: 70px;
}

.catalog .main-background .product-carousel-wrapper, .catalog .main-background .product-carousel-wrapper-noswipe {
  padding-bottom: 70px;
}

.catalog .main-background .product-carousel-arrows {
  display: none;
}

.catalog .catalog__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -15px;
}

.catalog .catalog__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
}

.catalog .catalog__numbers>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog .catalog__number {
  margin: 0 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .85);
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog .catalog__number:hover {
  color: #fff;
  background: #1bb5c2;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog .catalog__number-more {
  margin: 0 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .85);
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog .catalog__number-more:hover {
  color: #fff;
  background: #1bb5c2;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog .catalog__show-more {
  margin: 33px auto 25px auto;
}

@media (max-width:768px) {
  .popup-cart {
    display: none;
  }

  .catalog .catalog__title {
    margin-bottom: 0;
  }

  .catalog .catalog__genre {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 70%;
    margin: 0 auto;
  }

  .catalog .catalog__genre-item {
    font-size: 14px;
    margin: 0 6px;
    margin-bottom: 22px;
  }

  .catalog .catalog__genre-item span, .catalog .catalog__genre-item>a {
    padding-bottom: 4px;
    position: relative;
  }

  .catalog .catalog__genre-item:hover {
    opacity: 1;
  }

  .catalog .catalog__sort-title.catalog__sort-title_active {
    padding-bottom: 240px;
  }

  .catalog .catalog__filter {
    padding: 20px 0 45px 0;
  }

  .catalog .catalog__sort {
    padding: 20px;
    width: 93%;
    bottom: -15px;
  }

  .catalog .catalog__layout-title {
    margin-top: 25px;
  }

  .catalog .catalog__layout-subtitle {
    margin-bottom: 50px;
  }

  .catalog .catalog__sort-title span {
    padding-left: 15px;
  }

  .catalog .catalog__sort-title img:last-child {
    top: 5px;
    right: -25px;
  }

  .catalog .catalog__sort-title img:first-child {
    left: -37px;
  }

  .catalog .catalog__sort-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }

  .catalog .catalog__sort-item {
    width: 222px;
    margin-bottom: 15px;
  }

  .catalog .catalog__sort {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  }

  .catalog .control-group-sort .control {
    padding-left: 35px;
  }

  .catalog .catalog__sort-apply, .catalog .catalog__sort-reset {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin: 0 5px;
  }

  .catalog .catalog__btns {
    margin-top: 10px;
  }

  .catalog .catalog__show-more {
    margin: 26px auto 0 auto;
  }

  .catalog .catalog__layout .product-layout {
    margin-bottom: 0;
  }

  .catalog .catalog__numbers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog .catalog__layout {
    padding: 26px 0;
  }
}

@media (max-width:580px) {
  .catalog .catalog__genre {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog .catalog__genre-item {
    text-align: left;
    width: 100%;
  }

  .catalog .catalog__genre-item span:after, .catalog .catalog__genre-item>a:after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
  }

  .catalog .catalog__tooltip {
    position: static;
    opacity: 1;
    pointer-events: auto;
    display: none;
    margin-left: 0;
    max-width: 280px;
    width: 100%;
  }

  .catalog .catalog__tooltip:after, .catalog .catalog__tooltip:before {
    display: none;
  }

  .catalog .catalog__genre-item-active .catalog__tooltip {
    display: block;
    margin-top: 20px;
  }

  .catalog .catalog__genre-item-active span:after, .catalog .catalog__genre-item-active>a:after {
    opacity: 1;
    pointer-events: auto;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.news-open .news-open__slider {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.news-open .news-open__wrap {
  position: relative;
}

.news-open .news-open__slider-title {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, .85);
  margin-bottom: 25px;
}

.news-open .news-open__controls {
  z-index: 10;
  top: 39%;
  pointer-events: none;
  width: 100%;
  left: 0;
}

.news-open .news-open__controls .slider-controls_left, .news-open .news-open__controls .slider-controls_right {
  background-color: #fff;
  border: none;
  margin-left: 0;
  margin-right: 0;
  pointer-events: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.news-open .news-open__controls .slider-controls_left {
  margin-left: -22px;
}

.news-open .news-open__controls .slider-controls_right {
  margin-right: -22px;
}

.news-open .js-news-open-slider {
  overflow: hidden;
}

.news-open .js-news-open-slider .slick-list {
  margin: 0 -20px 0 0;
}

.news-open .js-news-open-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px 0 0;
  opacity: 1;
}

.news-open .js-news-open-slider .slick-slide img {
  width: 100%;
  height: 171px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-open .js-news-open-slider .slick-arrow {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
  box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}

.news-open .js-news-open-slider .arrow-prev {
  left: -20px;
  top: 62px;
}

.news-open .js-news-open-slider .arrow-next {
  right: -20px;
  top: 62px;
}

@media (max-width:768px) {
  .news-open .news-open__slider {
    padding-bottom: 26px;
  }

  .news-open .news-open__controls {
    top: 31%;
    width: 100%;
    left: 0;
  }

  .news-open .news-open__controls .slider-controls_left {
    margin-left: -30px;
  }

  .news-open .news-open__controls .slider-controls_right {
    margin-right: -30px;
  }

  .news-open .js-news-open-slider .slick-slide img {
    width: 160px;
    height: auto;
  }
}

.catalog__slider {
  background: #f1f2ed;
  position: relative;
}

.catalog__slider .container {
  position: static;
}

.catalog__slider .catalog__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__slider .catalog__slider-info {
  padding-top: 70px;
}

.catalog__slider .catalog__slider-title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: rgba(0, 0, 0, .85);
  width: 325px;
  line-height: 38px;
}

.catalog__slider .catalog__slider-subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
  width: 360px;
  line-height: 24px;
  margin-top: 30px;
}

.catalog__slider .catalog__slider-more {
  margin-top: 60px;
}

.catalog__slider .catalog__img-mobile {
  display: none;
}

.catalog__slider .catalog__img {
  margin-right: 70px;
}

.catalog__slider .catalog__img img {
  max-width: 540px;
  height: 450px;
}

.catalog__slider .js-catalog-slider {
  position: static;
}

.catalog__slider .js-catalog-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.catalog__slider .js-catalog-slider .arrow-prev {
  left: 40px;
}

.catalog__slider .js-catalog-slider .arrow-next {
  right: 40px;
}

.catalog__slider .js-catalog-slider .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 44px;
}

.catalog__slider .js-catalog-slider .slick-dots li {
  cursor: pointer;
}

.catalog__slider .js-catalog-slider .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .3);
  border: none;
  display: block;
  cursor: pointer;
}

.catalog__slider .js-catalog-slider .slick-dots li.slick-active button {
  background: rgba(0, 0, 0, .25);
  opacity: .3;
}

.catalog__slider .js-catalog-slider .slick-slide {
  margin: 0 20px;
}

.catalog__slider .js-catalog-slider .slick-list {
  margin: 0 -20px;
}

@media (max-width:768px) {
  .catalog__slider .catalog__img {
    display: none;
  }

  .catalog__slider .catalog__slider-item {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 0 100px;
  }

  .catalog__slider .catalog__img-mobile {
    display: block;
    max-width: 450px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .catalog__slider .catalog__img-mobile img {
    display: block;
    width: 100%;
  }

  .catalog__slider .catalog__slider-info {
    padding-top: 40px;
  }

  .catalog__slider .catalog__slider-title {
    font-size: 24px;
    width: auto;
  }

  .catalog__slider .catalog__slider-subtitle {
    width: auto;
    margin-top: 8px;
  }

  .catalog__slider .catalog__slider-more {
    width: 100%;
    margin-top: 25px;
  }

  .catalog__slider .js-catalog-slider .slick-dots {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog__slider .js-catalog-slider .slick-arrow {
    bottom: 35px;
    top: auto;
  }
}

.scrollyeah__wrap {
  overflow: visible;
}

.scrollyeah__shaft>.item {
  float: left;
  display: inline-block;
}

.js-tape-slider {
  margin-top: -100px;
  padding-top: 100px;
}

.js-tape-slider .product-item-wrap {
  float: left;
  display: inline-block;
  margin: 0 18px;
}

.js-tape-slider .product-item-wrap .product-item {
  margin: 0;
}

.book-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item {
  width: 201px;
  margin: 0 10px;
  margin-bottom: 70px;
}

.product-item .product-img.product-style-blue {
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item .product-img.product-style-blue:hover {
  -webkit-transform: scale(1.12) translateY(-10px);
  transform: scale(1.12) translateY(-10px);
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item .product-img.product-style-blue:hover .product-hover-btns {
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item .product-img.product-style-blue .product-hover-btns {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  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;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item .product-img.product-style-blue .product-hover-btns .product-hover-btn-heart {
  position: absolute;
  top: -158px;
  right: 13px;
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  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;
}

.product-item .product-img.product-style-blue .product-hover-btns .product-hover-btn {
  position: relative;
  width: 155px;
  padding: 16px 0;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  display: block;
}

.product-item .product-img.product-style-blue .product-hover-btns .product-hover-btn img {
  position: absolute;
  right: 19px;
  top: 15px;
}

.product-item .product-img.product-style-blue .product-hover-btns .product-hover-btn:nth-last-child(1) {
  background: #fff;
  color: #1bb5c2;
}

.product-item .product-img.product-style-blue .product-hover-btns .product-hover-btn:nth-last-child(1) span {
  padding-right: 25px;
}

.product-item .product-img.product-style-blue .product-hover-btns .product-hover-btn:nth-last-child(1) img {
  right: 19px;
  top: 16px;
}

.product-item .product-img.product-style-blue .product-hover-btns .product-hover-btn:nth-last-child(2) {
  background: #1bb5c2;
  color: #fff;
  margin-bottom: 5px;
}

.product-item .product-img.product-style-blue .product-hover-btns .product-hover-btn:nth-last-child(2) span {
  padding-right: 20px;
}

.product-item .product-img.product-style-orange {
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item .product-img.product-style-orange:hover {
  -webkit-transform: scale(1.12) translateY(-10px);
  transform: scale(1.12) translateY(-10px);
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item .product-img.product-style-orange:hover .product-hover-btns {
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item .product-img.product-style-orange .product-hover-btns {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  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;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item .product-img.product-style-orange .product-hover-btns .product-hover-btn {
  position: relative;
  width: 170px;
  padding: 16px 0;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  display: block;
}

.product-item .product-img.product-style-orange .product-hover-btns .product-hover-btn:last-child img {
  top: 14px;
  right: 24px;
}

.product-item .product-img.product-style-orange .product-hover-btns .product-hover-btn img {
  position: absolute;
  right: 23px;
  top: 15px;
}

.product-item .product-img.product-style-orange .product-hover-btns .product-hover-btn:first-child {
  color: #ffeb84;
  background: #e4573d;
  margin-bottom: 5px;
}

.product-item .product-img.product-style-orange .product-hover-btns .product-hover-btn:first-child span {
  padding-right: 20px;
}

.product-item .product-img.product-style-orange .product-hover-btns .product-hover-btn:last-child {
  background: #fff;
  color: #e4573d;
}

.product-item .product-img.product-style-orange .product-hover-btns .product-hover-btn:last-child span {
  padding-right: 25px;
}

.product-item .product-img {
  position: relative;
  margin-bottom: 28px;
}

.product-item .product-book {
  width: 200px;
  height: 300px;
  -webkit-box-shadow: 0 25px 40px rgba(0, 0, 0, .2);
  box-shadow: 0 25px 40px rgba(0, 0, 0, .2);
  display: block;
  margin: 0 auto;
}

.product-item .product-bookmarks {
  position: absolute;
  top: 20px;
  left: -6px;
}

.product-item .product-bookmarks img {
  display: block;
  margin-bottom: 6px;
}

.product-item .product-price {
  font-family: Qanelas-Bold, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
  margin-bottom: 10px;
}

.product-item .product-desc {
  font-family: GothamPro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000;
  line-height: 20px;
  height: 105px;
}

.product-item .product-desc.light {
  color: rgba(0, 0, 0, .5);
  font-weight: 700;
  letter-spacing: .5px;
}

.product-item .product-btn-cart {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 9px 0;
  width: 100%;
  color: #1bb5c2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  margin-top: 25px;
}

.product-item .product-btn-cart span {
  position: relative;
  margin-right: 20px;
}

.product-item .product-btn-cart img {
  position: absolute;
  right: -30px;
  top: -3px;
}

@media (max-width:768px) {
  .product-item {
    width: 128px;
    margin: 0 7px;
    margin-bottom: 40px;
  }

  .product-item .product-btn-cart {
    display: block;
    margin-top: 15px;
  }

  .product-item .product-btn-cart img {
    right: -27px;
  }

  .product-item .product-book {
    width: 128px;
    height: auto;
  }

  .product-item .product-bookmarks {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    top: 8px;
    left: -16px;
  }

  .product-item .product-bookmarks img {
    margin-bottom: 3px;
  }

  .product-item .product-img {
    margin-bottom: 20px;
  }

  .product-item .product-desc {
    font-size: 11px;
    line-height: 16px;
    height: 110px;
  }

  .product-item .product-price {
    font-family: "Yeseva One", sans-serif;
    font-weight: 700;
    font-size: 26px;
  }
}

.choice {
  padding: 90px 0 100px 0;
  background: #fff;
}

.choice .choice__title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.choice .choice__title:after, .choice .choice__title:before {
  margin-top: 11px;
}

.choice .choice__subtitle {
  position: relative;
  font-family: Qanelas, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: .5px;
  color: rgba(0, 0, 0, .5);
  margin-top: 15px;
}

.choice .product-carousel.without-title {
  margin-top: 80px;
}

.choice .product-carousel.without-title .product-carousel-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice .js-tape-slider .scrollyeah__shaft {
  margin-top: 60px;
}

.choice .choice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.choice .product-item {
  margin: 0 auto;
}

@media (max-width:768px) {
  .choice {
    padding: 65px 0 100px 0;
  }

  .choice.product-carousel.without-title {
    margin-top: 35px;
  }
}

.authors-page .main-background {
  padding: 100px 0;
}

.authors-page .main-background:after {
  font-size: 13.5px;
  top: -12px;
  bottom: auto;
}

.authors-page .authors__title .bg-title {
  top: -70px;
}

.authors-page .authors__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.authors-page .authors__filter .authors__filter-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.authors-page .authors__filter .letter {
  letter-spacing: normal;
}
.authors-page .authors__filter .letter,
.authors-page .authors__filter .all,
.authors-page .authors__filter .alphabet-toggle {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  padding-bottom: 6px;
  color: rgba(0, 0, 0, .85);
}

.authors-page .authors__filter .all {
  display: block;
  cursor: pointer;
  padding-right: 5px;
  white-space: nowrap;
}

.authors-page .authors__filter .alphabet-toggle {
  white-space: nowrap;
}

.authors-page .authors__filter .alphabet-toggle span {
  cursor: pointer;
  display: none;
}

.authors-page .authors__filter .alphabet-toggle span.active {
  display: block;
}

.authors-page .authors-detailed__others {
  margin-top: 70px;
}

.authors-page .authors__main-subtitle {
  margin-top: 10px;
}

.authors-page .authors__writer {
  margin: 60px auto 0 auto;
}
.authors-page .authors__writer .slider-controls {
  top: 130px
}

.authors-page .authors__writer.writer {
  margin: -15px auto 0 auto;
}

.authors-page .authors__writer.writer:nth-child(2) {
  margin: 75px auto 0 auto;
}

.authors__img_big {
  margin-bottom: 35px;
}

.authors__name {
  margin-bottom: 20px;
  margin-top: 14px;
}

.authors__info {
  margin-bottom: 30px;
  max-width: 900px;
}

.authors__show-more {
  margin: 5px auto 0 auto;
}

.slick-slider {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

@media (max-width:1200px) {
  .authors-page .authors__filter {
    letter-spacing: 2px;
  }

  .authors-page .authors__filter .letter {
    padding: 0 1px;
  }
}

@media (max-width:980px) {
  .authors-page .main-background {
    padding: 40px 0 25px 0;
  }

  .authors-page .authors__filter {
    letter-spacing: 6px;
    margin-bottom: 33px;
  }

  .authors-page .authors__filter .authors__filter-flex {
    line-height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .authors-page .authors__filter .letter {
    padding: 0 6px;
  }

  .authors-page .authors__writer {
    margin: 35px auto 0 auto;
  }

  .authors-page .authors__name {
    margin-bottom: 15px;
  }

  .authors-page .authors__info {
    color: rgba(0, 0, 0, .25);
    margin-bottom: 30px;
  }

  .authors-page .authors-detailed__others {
    margin-top: 20px;
  }

  .authors-page .authors__writer.writer:nth-child(2) {
    margin: 35px auto 0 auto;
  }

  .authors-page .authors__main-subtitle {
    margin-top: 20px;
  }

  .authors-page .authors__show-more {
    margin: -20px auto 0 auto;
  }
}

.who-is-main {
  padding: 90px 0 70px;
  background: url(../images/dotted-pattern.png) repeat;
}

.who-is-main .block-title {
  text-align: center;
  margin-bottom: 90px;
}

.who-is-main-col-title {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Yeseva One';
  letter-spacing: .43px;
  margin-bottom: 30px;
}

.who-is-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.who-is-main-col {
  width: 50%;
}

.who-is-main-col li {
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
  max-width: 80%;
  line-height: 22px;
}

.who-is-main-col li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--color-accent);
  top: 50%;
  margin-top: -3px;
  left: 0;
  border-radius: 5px;
}

.who-is-main-col p {
  font-size: 14px;
  line-height: 26px;
}

@media screen and (max-width:980px) {
  .who-is-main {
    padding: 60px 0 50px;
  }

  .who-is-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .who-is-main-col {
    width: 100%;
  }

  .who-is-main-col-title {
    font-size: 18px;
  }

  .who-is-main-col p {
    font-size: 12px;
  }

  .who-is-main-col li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .who-is-main .block-title {
    margin-bottom: 50px;
  }
}

.authors-detailed .main-background {
  padding: 100px 0 127px 0;
}

.authors-detailed .main-background:after {
  bottom: auto;
  top: -17px;
}

.authors-detailed .authors-detailed__img {
  margin-bottom: 35px;
}

.authors-detailed .authors-detailed__name {
  margin-bottom: 30px;
}

.authors-detailed .authors-detailed__info {
  margin-bottom: 45px;
}

.authors-detailed .authors-detailed__subtitle {
  margin-top: 17px;
  margin-bottom: 60px;
}

.authors-detailed .authors-detailed__subtitle.second {
  margin-bottom: 60px;
}

.authors-detailed .authors-detailed__books {
  margin-top: 160px;
}

.authors-detailed .authors-detailed__catalog {
  margin-top: 60px;
}

.authors-detailed .authors-detailed__catalog .product-item-wrap .product-item {
  margin-bottom: 60px;
}

.authors-detailed .authors-detailed__show-more {
  margin: 0 auto 0 auto;
}

.authors-detailed .product-carousel.series, .authors-detailed .product-carousel.without-title {
  margin-top: 80px;
  margin-bottom: 60px;
}

@media (max-width:980px) {
  .authors-detailed .main-background {
    padding: 45px 0 26px 0;
  }

  .authors-detailed .main-background:after {
    top: -12px;
  }

  .authors-detailed .authors-detailed__img {
    margin-bottom: 12px;
  }

  .authors-detailed .authors-detailed__subtitle {
    margin-bottom: 40px;
  }

  .authors-detailed .authors-detailed__subtitle.second {
    margin-bottom: 110px;
  }

  .authors-detailed .authors-detailed__name {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .authors-detailed .authors-detailed__books {
    margin-top: 20px;
  }

  .authors-detailed .authors-detailed__show-more {
    margin: -20px auto 0 auto;
  }
}

.series-detailed .main-background {
  padding: 110px 0 90px 0;
}

.series-detailed .main-background:after {
  bottom: auto;
  top: -17px;
}

.series-detailed .series-detailed__img {
  margin-bottom: 30px;
}

.series-detailed .series-detailed__name {
  margin-bottom: 20px;
}

.series-detailed .series-detailed__info {
  margin-bottom: 50px;
}

.series-detailed .series-detailed__subtitle {
  margin-top: 15px;
}

.series-detailed .series-detailed__books-series {
  margin-top: 60px;
}

.series-detailed .series-detailed__series {
  margin-top: 20px;
}

.series-detailed .subtitle {
  margin-top: 15px;
  margin-bottom: 80px;
}

.series-detailed .series-detailed__author {
  margin-top: 100px;
}

.series-detailed .series-detailed__author .subtitle {
  margin-bottom: 50px;
}

.series-detailed .series-detailed__author-subtitle {
  margin-top: 12px;
  margin-bottom: 60px;
}

.series-detailed .series-detailed__author-name {
  margin-top: 33px;
}

.series-detailed .series-detailed__author-info {
  width: 500px;
  margin-top: 15px;
}

@media (max-width:980px) {
  .series-detailed .main-background {
    padding: 45px 0 25px 0;
  }
}

.series .main-background {
  padding: 100px 0;
}

.series .main-background .title-line:after {
  margin-left: 10px;
}

.series .main-background .title-line:before {
  margin-right: 10px;
}

.series .series__section {
  margin-bottom: 70px;
}

.series .series__section:nth-last-child(2) {
  margin-bottom: 0;
}

.series .series__section-subtitle {
  margin-top: 11px;
  margin-bottom: 70px;
}

.series .series__show-more {
  margin: 0 auto 0 auto;
}

@media (max-width:980px) {
  .series .main-background {
    padding: 45px 0 25px 0;
  }
}

.popup-forgot-password .popup-form-input .button-primary {
  width: 100%;
  padding: 15px 30px;
  margin: 15px 0;
}

.popup-forgot-password form {
  margin-top: 50px;
}

.popup.popup-state .popup-wrapper {
  max-width: 544px;
  width: 100%;
  min-height: 370px;
  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;
}

.popup.popup-state .popup-img-state.error, .popup.popup-state .popup-img-state.success {
  position: relative;
  height: 100px;
}

.popup.popup-state .popup-img-state.error:after, .popup.popup-state .popup-img-state.success:after {
  content: '\e811';
  font-family: vs-book-icons;
  width: 100px;
  height: 100px;
  font-size: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #1bb5c2;
}

.popup.popup-state .popup-message {
  display: none;
  color: rgba(0, 0, 0, .85);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  max-width: 376px;
}

.popup-message {
  text-align: center;
}

.popup.popup-state .popup-message a, .popup.popup-state .popup-message em {
  color: #1bb5c2;
  font-style: normal;
}

.popup.popup-state .popup-message-error {
  color: #ff9494;
}

.popup.popup-state .popup-message_active {
  display: block;
}

@media (max-width:768px) {
  .popup.popup-state .popup-tab {
    margin-bottom: 40px;
  }
}

.popup-demo {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, .1);
}

.popup-demo .popup {
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  overflow-y: auto;
  overflow-x: auto;
  z-index: auto;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.popup-demo .popup__overlay {
  width: auto;
  height: auto;
  position: static;
  z-index: auto;
}

.popup-cart {
  right: -18px;
  top: 65px;
  width: 715px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  padding-top: 99px;
  padding-bottom: 138px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.popup-cart .triangle {
  position: absolute;
  top: -24px;
  right: 30px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .3));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .3));
}

.popup-cart .popup-cart-wrap {
  height: 100%;
}

.popup-cart .popup-cart-wrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  height: calc(100% - 282px);
  top: 134px;
  right: 4px;
  width: 8px;
  background: rgba(0, 0, 0, .06);
  border-radius: 15px;
}

.popup-cart .popup-cart__header {
  padding: 25px 27px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
}

.popup-cart .popup-cart__title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .85);
}

.popup-cart .popup-cart__total {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, .85);
  margin-top: 9px;
}

.popup-cart .popup-cart__total em {
  font-style: normal;
  color: #1bb5c2;
}

.popup-cart .popup-cart__body {
  position: relative;
  margin-right: 4px;
}

.popup-cart__added {
  max-height: 390px;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup-cart .popup-cart__body::-webkit-scrollbar {
  display: block;
  width: 8px;
}

.popup-cart .popup-cart__body::-webkit-scrollbar-track {
  border-radius: 15px;
  background-color: transparent;
}

.popup-cart .popup-cart__body::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: #1bb5c2;
}

.popup-cart .popup-cart__body::-webkit-scrollbar-track-piece:end {
  margin-bottom: 10px;
  background: 0 0;
}

.popup-cart .popup-cart__body::-webkit-scrollbar-track-piece:start {
  margin-top: 35px;
  background: 0 0;
}

.popup-cart .popup-cart__earlier-title {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.popup-cart .popup-cart__footer {
  padding: 45px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .1);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.popup-cart .popup-cart__continue, .popup-cart .popup-cart__issue {
  width: 280px;
  text-align: center;
  display: block;
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 14px 0;
}

.popup-cart .popup-cart__continue {
  border: 1px solid rgba(0, 0, 0, .25);
  color: #000;
}

.popup-cart .popup-cart__issue {
  background: #1bb5c2;
  color: rgba(255, 255, 255, .85);
}

.popup-cart-item {
  padding: 30px 12px 30px 25px;
  position: relative;
}

.popup-cart-item:after {
  content: '';
  position: absolute;
  width: 105%;
  height: 1px;
  background: rgba(0, 0, 0, .1);
  bottom: 0;
  left: 0;
}

.popup-cart-item:last-child:after {
  height: 0;
}

.popup-cart-item__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.popup-cart-item__options {
  padding-left: 93px;
  position: static!important;
  margin-top: 10px;
}

.popup-cart-item .popup-cart-item__img {
  width: 70px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.popup-cart-item__title-col {
  width: 200px;
  align-self: flex-start;
}

.popup-cart-item .popup-cart-item__title {
  width: 200px;
  font-size: 14px;
  align-self: flex-start;
}

.popup-cart-item__price {
  margin-left: auto;
}

.popup-cart-item__final-price-wrap {
  margin-left: 12px;
}

.popup-cart-item__counter {
  margin-left: 12px;
}

.popup-cart-item__product-name {
  color: #000;
  margin-bottom: 12px;
}

.popup-cart-item__author {
  color: rgba(0,0,0, 0.5);
}

.popup-cart-item .popup-cart-item__price .old {
  color: rgba(0, 0, 0, .5);
  text-decoration: line-through;
  font-size: 14px;
}

.popup-cart-item .popup-cart-item__price .new {
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.popup-cart-item .popup-cart-item__del {
  color: #1bb5c2;
  font-size: 14px;
  cursor: pointer;
  margin-left: 20px;
}

.popup-cart-delivery-desc {
  margin-top: 15px;
}

.popup-cart-delivery-wrapper {
  width: 800px;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.popup-cart-delivery-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  position: relative;
}

.popup-cart-delivery-map .popup-cart-delivery-tab-btns {
  position: absolute;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-cart-delivery-map .popup-cart-delivery-tab-btns a {
  padding: 10px 20px;
  display: block;
  color: rgba(0, 0, 0, .5);
  min-width: 170px;
  text-align: center;
}

.popup-cart-delivery-map .popup-cart-delivery-tab-btns a.active {
  background: var(--color-accent);
  color: #fff;
  border-radius: 3px;
}

.popup-cart-delivery .popup-cart-delivery-listing, .popup-cart-delivery .popup-cart-delivery-wrapper {
  display: none;
}

.popup-cart-delivery .popup-cart-delivery-listing.tab-active, .popup-cart-delivery .popup-cart-delivery-wrapper.tab-active {
  display: block;
}

.popup-cart-delivery-list {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 0 20px 20px;
  max-height: 359px;
  overflow: scroll;
}

.popup-cart-delivery-list-item {
  margin-top: 20px;
}

.popup-cart-delivery-list-item p:nth-child(1) {
  font-size: 16px;
  color: var(--color-accent);
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}

.popup-cart-delivery-list-item p:nth-child(1):before {
  content: '\e80e';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: -3px;
  font-family: vs-book-icons;
}

.popup-cart-delivery-list-item p:nth-child(2) {
  font-size: 13px;
  margin-top: 5px;
}

.popup-cart-delivery-search input {
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  width: 100%;
}

.popup-cart-delivery-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
}

.popup-cart-delivery-current-addr h4 {
  font-size: 20px;
  color: var(--color-accent);
}

.popup-cart-delivery-current-addr p {
  font-size: 17px;
  margin-top: 10px;
  margin-right: 20px;
}

.popup-cart-delivery-button {
  width: 100%;
  max-width: 200px;
}

.popup-cart-delivery-button button {
  width: 100%;
}

.popup-cart-courier .popup-content {
  max-width: 434px;
}

.popup-form {
  padding: 40px 0;
}

.popup-form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
}

.popup-form form .popup-form-input:last-child, .popup-form form .popup-form-input:nth-child(1), .popup-form form .popup-form-input:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.popup-form form textarea {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  background: rgba(0, 0, 0, .06);
  border-radius: 2px;
  padding: 15px 10px;
  -webkit-transition: .4s;
  transition: .4s;
  color: #000;
  resize: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
}

.popup-form form textarea:focus {
  border: 1px solid var(--color-accent);
}

.popup-form-input {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-form-input input {
  border: 1px solid transparent;
}

.popup-form-input input:focus {
  border: 1px solid var(--color-accent);
}

.popup-form-input textarea~span {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 15px;
}

.popup-form-input input:focus~span, .popup-form-input textarea:focus~span {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.popup-form-input span {
  position: absolute;
  margin-left: 10px;
  pointer-events: none;
}

.input-required span:after {
  content: '*';
  position: relative;
  color: red;
  margin-left: 3px;
}

.popup-cart-rmail form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-cart-rmail form .popup-form-input, .popup-cart-rmail form textarea {
  margin-bottom: 18px;
}

.popup-cart-rmail form .popup-form-input:last-child {
  margin-bottom: 0;
}

.popup-tnx-title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
}

.popup-tnx-desc {
  margin-top: 20px;
  max-width: 380px;
}

.popup-delivery-buy {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.popup-tnx-desc p {
  text-align: center;
  font-size: 16px;
}

.popup-tnx-order-num {
  margin-top: 20px;
  text-align: center;
}

.popup-tnx-order-num span {
  display: block;
  font-family: "Yeseva One", sans-serif;
  font-size: 30px;
  color: var(--color-accent);
  margin-top: 10px;
}

.balloon-inner {
  padding: 20px;
}

.balloon-inner h3 {
  color: var(--color-accent);
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  visibility: visible;
  pointer-events: none;
}

.popup textarea.text-field {
  height: 96px;
}

.popup-form-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.popup-form-btns__li {

}

.popup-form-btns__li--submit {
  flex: 1;
}

.popup-form-btns__li--cancel {
  width: 120px;
  margin-left: 20px;
}

.popup .popup-wrapper {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  margin: 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #00000020;
  box-shadow: 0 0 10px #00000020;
  padding: 60px 84px;
  outline: 1px;
  outline-style: dashed;
  outline-color: #d8d8d8;
  outline-offset: -20px;
  z-index: 2;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .4s ease;
  transition: opacity .3s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .3s ease;
  transition: transform .4s ease, opacity .3s ease, -webkit-transform .4s ease;
}

.popup .popup-wrapper .popup-close {
  position: absolute;
  background: #fff;
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
  cursor: pointer;
}

.popup .popup-wrapper .popup-close:before {
  content: '\e809';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 55px;
  color: #848383;
  font-size: 20px;
}

.popup .popup-wrapper .popup-title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.popup .popup-wrapper .popup-title:before {
  content: '';
  position: absolute;
  background: url(../images/title-tree.png) no-repeat center;
  width: 120px;
  height: 125px;
  left: 50%;
  margin-left: -60px;
  top: -30px;
  z-index: -1;
}

.popup .popup-wrapper .popup-desc {
  color: rgba(0, 0, 0, .7);
  font-size: 15px;
  letter-spacing: .5px;
  text-align: center;
  font-weight: 700;
  max-width: 560px;
  margin-bottom: 10px;
}

.popup__rating {
  margin-bottom: 14px;
}

.popup-form-input {
  margin-bottom: 12px;
}

.popup .popup-wrapper .popup-tooltip {
  margin-top: 10px;
}

.popup .popup-wrapper .popup-tooltip span:nth-child(1) {
  color: red;
}

.popup .popup-wrapper .popup-tooltip span:nth-child(2) {
  padding-left: 5px;
}

.popup .popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: auto;
  background: #aeaEAE90;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.popup.popup-active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  position: fixed;
}

.popup.popup-active .popup-wrapper {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.popup.popup-active .popup-overlay {
  opacity: 1;
}

.popup .popup-recovery.popup-forgot-password {
  color: rgba(0, 0, 0, .4);
  font-size: 14px;
  font-weight: 700;
}

.popup .popup-recovery.popup-forgot-password .popup-link {
  display: block;
}

.popup .popup-recovery.popup-forgot-password .popup-link a {
  color: #1bb5c2;
  border-bottom: 1px solid #1bb5c2;
  padding-bottom: 3px;
  font-weight: 400;
}

.popup-login .popup-title, .popup-question .popup-title {
  margin-top: -10px;
}

.popup-login .popup-wrapper, .popup-question .popup-wrapper {
  max-width: 544px;
}

.popup-login .popup-desc, .popup-question .popup-desc {
  margin-top: 20px;
}

.popup-login form, .popup-question form {
  margin-top: 25px;
}

.popup-login .popup-form-input, .popup-question .popup-form-input {
  margin: 18px 0;
}

.popup-login .popup-form-input:last-child, .popup-question .popup-form-input:last-child {
  margin-bottom: 0;
}

.popup-login .popup-form-input .button-primary, .popup-question .popup-form-input .button-primary {
  width: 100%;
  padding: 15px 30px;
}

.popup-login .popup-links, .popup-question .popup-links {
  color: rgba(0, 0, 0, .4);
  font-size: 14px;
  font-weight: 700;
}

.popup-login .link-popup, .popup-question .link-popup {
  display: block;
  margin-bottom: 14px;
}

.popup-login .link-popup span, .popup-question .link-popup span {
  color: #1bb5c2;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.popup-login .link-popup span:hover, .popup-question .link-popup span:hover {
  color: rgba(0, 0, 0, .5);
}

.popup-tab {
  display: none;
}

.popup-tab-active {
  display: block;
}

.popup-click {
  position: relative;
}

.popup-menu.popup-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.popup-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.popup-menu {
  width: 200px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  top: 53px;
  right: -20px;
  z-index: 100;
}

.popup-menu:after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  top: -28px;
  right: 25px;
}

.popup-menu:before {
  content: '';
  position: absolute;
  height: 39px;
  width: 45%;
  top: -39px;
  right: 19px;
}

.popup-menu .popup-menu-item {
  padding: 18px 23px;
  font-size: 14px;
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .85);
}

.popup-menu .popup-menu-item:last-child {
  border: none;
}

.popup-menu .popup-menu-item:hover {
  color: #1bb5c2;
}

@media screen and (max-width:768px) {
  .popup {
    height: 100vh;
  }

  .popup .popup-wrapper {
    outline: 0;
    padding: 60px 24px 24px 24px;
  }

  .popup .popup-wrapper .popup-title {
    font-size: 20px;
  }

  .popup .popup-wrapper .popup-title:before {
    top: -40px;
  }

  .popup .popup-wrapper .popup-desc {
    font-size: 13px;
    line-height: 20px;
  }

  .popup .popup-wrapper .link-popup {
    text-align: center;
  }

  .popup .popup-wrapper .popup-form-input {
    margin: 13px 0;
  }

  .popup-cart-delivery-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.popup-question .popup-form-input textarea {
  height: 130px;
}

.counter {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  width: 104px;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counter .count {
  display: block;
  width: 19px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: 0 0;
}

.counter .minus, .counter .plus {
  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;
  width: 10px;
  padding: 17px 20px;
  cursor: pointer;
}

.counter .minus:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 10px;
  background: #000;
}

.counter .plus:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 10px;
  background: #000;
}

.counter .plus:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 2px;
  background: #000;
}

@media (max-width:980px) {
  .counter {
    width: 125px;
    height: 35px;
  }
}

.final-price-wrap {
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}

.final-price-wrap input {
  background: 0 0;
  border: none;
  width: 60px;
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.final-price-wrap span {
}

.product.first {
  padding: 45px 0 80px 0;
}

.product.first:after {
  content: '';
  position: absolute;
  background: url(../images/bg-noise-blue.png) repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.product.second {
  padding: 95px 0 130px 0;
}

.product {
  position: relative;
}

.product__about-product {
  display: inline-block;
  font-size: 14px;
  color: #1bb5c2;
  position: relative;
  background: none;
  border: none;
  padding: 0;
}

.product__about-product:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  right: 0;
  height: 1px;
  border-bottom: 1px dashed #1bb5c2;
}

.product .product__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product .product__detail .button-primary:before {
  color: #fff;
}

.product .product__rightside {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
  margin-top: -8px;
}

.product .product__title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 29px;
}

.product__anchor-second {
  position: absolute;
  left: 0;
  top: -50px;
}

.product .product__title.product__title-mobile {
  display: none;
}

.product .product__info {
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 13px;
}

.product .product__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

.product .product__info-item--about-product {
  margin-bottom: 20px;
}

.product .product__info-item span.title {
  margin-right: 5px;
}

.product .product__info-item span.title, .product .product__info-item span.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  align-items: center;
}

.product .product__info-item .title {
  color: rgba(0, 0, 0, .5);
}

.product .product__info-item .value {
  margin-right: auto;
}

.product .product__info-item.stars {
  position: relative;
}

.product .product__info-item.stars .rating-stars {
  position: relative;
}

.product .product__info-item.stars .rating-stars span {
  -webkit-transition: .2s;
  transition: .2s;
}

.product .product__info-item.stars .rating-stars span:hover {
  color: rgba(0, 0, 0, .5);
}

.product .product__info-item.stars .sum-voice {
  color: #1bb5c2;
}

.product .product__info-item.stars .sum-voice:after {
  content: ')';
  top: 0;
  left: 0;
  color: #000;
}

.product .product__info-item.stars .sum-voice:before {
  content: '(';
  top: 0;
  left: 0;
  color: #000;
}

.product .product__info-item.title .value {
  width: 310px;
}

.product .product__info-item.author .value a {
  color: #1bb5c2;
  -webkit-transition: .2s;
  transition: .2s;
}

.product .product__info-item.author .value a:hover {
  color: rgba(0, 0, 0, .5);
}

.product .product__book-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  display: flex;
  margin-bottom: 20px;
}

.product .product__book-arrow {
  height: 80px;
  font-size: 16px;
  
  line-height: 20px;
  color: rgba(0, 0, 0, .5);
  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;
  margin-right: -8px;
  line-height: 22px;
}

.product .product__book-arrow i{
	font-size:16px;
	text-decoration:line-through;
	display:block;
	font-style:normal;
}

.product .product__book-arrow span {
  display: inline-block;
  width: 152px;
}

.product .product__book-arrow:first-child {
  background: url(../images/boot-m-item-1-smaller.svg) no-repeat center;
  width: 224px;
}

.product .product__book-arrow:nth-child(2) {
  background: url(../images/boot-m-item-2-smaller.svg) no-repeat center;
  width: 194px;
}

.product .product__book-arrow:nth-child(2) span {
  width: 135px;
}

.product .product__book-arrow:nth-child(3) {
  background: url(../images/boot-m-item-3-smaller.svg) no-repeat center;
  width: 224px;
}

.product .product__book-arrow:nth-child(3) span {
  margin-left: 5px;
}

.product .checkmark {
  position: absolute;
  top: 9px;
  right: 8px;
  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: 50%;
  background: #1bb5c2;
  width: 22px;
  height: 22px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.product .checkmark:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.product .product__rightside-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}

.product .product__rightside-footer-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .product__rightside-footer-item:last-child {
  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;
}

.product .product__type-img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
}

.product .product__type {
  position: relative;
  width: 153px;
  height: 123px;
  border-radius: 5px;
  padding: 10px 13px;
  border: 2px dashed rgba(0, 0, 0, .25);
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  margin-right: 12px;
}

.product .product__type.type-paper .product__type-img {
  background: url(../images/icons/icon-paper.svg) no-repeat center;
  -webkit-transition: .2s;
  transition: .2s;
}

.product .product__type.type-digital .product__type-img {
  background: url(../images/icons/icon-electr.svg) no-repeat center;
  -webkit-transition: .2s;
  transition: .2s;
}

.product .product__type:last-child {
  margin-right: 0;
}

.product .product__type .price {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  margin-top: 5px;
}

.product .product__type.product__type_active {
  border: 2px solid #1bb5c2;
  -webkit-transition: .2s;
  transition: .2s;
}

.product .product__type.product__type_active .checkmark {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.product .product__type.product__type_active.type-paper .product__type-img {
  background: url(../images/icons/icon-paper-active.svg) no-repeat center;
  -webkit-transition: .2s;
  transition: .2s;
}

.product .product__type.product__type_active.type-digital .product__type-img {
  background: url(../images/icons/icon-electr-active.svg) no-repeat center;
  -webkit-transition: .2s;
  transition: .2s;
}

.product .product__count {
  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;
  margin-top: 8px;
}

.product .product__count>span {
  margin-right: 20px;
  font-size: 16px;
}

.product .product__cart {
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  width: 212px;
  margin-left: auto;
}

.product .product__more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(0, 0, 0, .05);
  border-radius: 2px;
  padding: 30px;
  margin-bottom: 29px;
}

.product .product__more-info-col:first-child .product__more-info-item span:first-child {
  width: 140px;
}

.product .product__more-info-col:first-child .product__more-info-item span:last-child {
  max-width: 150px;
  margin-left: 30px;
}

.product .product__more-info-col:last-child .product__more-info-item span:first-child {
  width: 100px;
  margin-right: 20px;
}

.product .product__more-info-col:last-child .product__more-info-item span:last-child {
  display: inline-block;
  max-width: 120px;
}

.product .product__more-info-title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 28px;
}

.product .product__more-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  font-size: 13px;
  line-height: 17px;
  margin-top: 9px;
}

.product .product__more-info-item:first-child {
  margin-top: 0;
}

.product .product__more-info-item span {
  display: block;
}

.product .product__more-info-item span:first-child {
  color: rgba(0, 0, 0, .5);
}

@media (max-width:1200px) {
  .product.second .product__rightside {
    max-width: none;
  }

  .product .product__detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product .product__title {
    font-size: 30px;
    right: -580px;
  }

  .product .product__rightside {
    margin-left: 35px;
    max-width: 550px;
    margin-top: 0;
    padding-top: 75px;
  }

  .product .product__book-arrow {
    height: 65px;
    margin-right: -25px;
  }

  .product .product__book-arrow span {
    width: 145px;
    font-size: 13px;
  }

  .product .product__book-arrow:first-child {
    width: 184px;
    background-size: 200px 65px;
  }

  .product .product__book-arrow:nth-child(2) {
    background-size: auto 65px;
  }

  .product .product__book-arrow:nth-child(2) span {
    width: 125px;
  }

  .product .product__book-arrow:nth-child(3) {
    width: 184px;
    background-size: 200px 65px;
  }

  .product .product__type {
    width: 135px;
    height: 115px;
    padding: 7px 10px;
  }

  .product .product__type .price {
    margin-top: 0;
  }

  .product .product__type:first-child {
    margin-right: 8px;
  }

  .product .product__more-info {
    padding: 20px 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 10px;
  }

  .product .product__more-info-col:first-child .product__more-info-item {
    margin: 4px 0;
  }

  .product .product__more-info-col:first-child .product__more-info-item span:first-child {
    margin-right: 15px;
  }

  .product .product__more-info-col:last-child .product__more-info-item {
    margin: 4px 0;
  }

  .product .product__more-info-col:last-child .product__more-info-item span:first-child {
    margin-right: 10px;
  }

  .product .product__more-info-title {
    margin-bottom: 15px;
  }
}

@media (max-width:980px) {
  .product.first {
    padding: 25px 0 45px 0;
  }

  .product.second {
    padding: 45px 0 28px 0;
  }

  .product {
    padding: 45px 0 90px 0;
  }

  .product .product__detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product .product__count>span {
    margin-right: 5px;
  }

  .product .product__book-arrows {
    margin-bottom: 50px;
  }

  .product .product__title {
    max-width: 412px;
    position: static;
    margin-top: 10px;
  }

  .product .product__title.product__title-mobile {
    display: block;
  }

  .product .product__more-info {
    margin-bottom: 30px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width:768px) {
  .product.product-second .product__title {
    margin-bottom: 20px;
  }

  .product {
    padding: 45px 0 35px 0;
  }

  .product .product__detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product .product__rightside {
    margin-left: 0;
    margin-top: 0;
    padding-top: 55px;
  }

  .product .product__title {
    max-width: 412px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .product .product__info {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .product .product__info-item.title {
    margin-bottom: 20px;
  }

  .product .product__info-item.title .value {
    width: 140px;
  }

  .product .product__info-item.stars .sum-voice {
    left: 0;
    right: auto;
    top: 25px;
  }

  .product .product__gallery-side {
    margin-right: 40px;
  }

  .product .product__book-arrows {
    -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;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .product .product__book-arrow {
    margin-right: 0;
    height: 108px;
    text-align: center;
  }

  .product .product__book-arrow span {
    margin-bottom: 9px;
  }

  .product .product__book-arrow:first-child {
    background: url(../images/boot-m-item-1-mob.svg) no-repeat center;
    width: 290px;
  }

  .product .product__book-arrow:nth-child(2) {
    background: url(../images/boot-m-item-2-mob.svg) no-repeat center;
    width: 290px;
    margin: -23px 0;
  }

  .product .product__book-arrow:nth-child(3) {
    background: url(../images/boot-m-item-3-mob.svg) no-repeat center;
    width: 290px;
  }

  .product .product__book-arrow:nth-child(3) span {
    margin-left: 0;
  }

  .product .product__rightside-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product .product__date {
    display: none;
  }

  .product .product__more-info {
    margin-bottom: 35px;
    -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;
    margin-bottom: 30px;
    padding: 30px 15px;
  }

  .product .product__more-info-col:first-child {
    margin-bottom: 25px;
  }

  .product .product__more-info-col:first-child .product__more-info-item span:first-child {
    width: 150px;
    line-height: 16px;
    margin-right: 15px;
  }

  .product .product__more-info-col:first-child .product__more-info-item span:last-child {
    max-width: 120px;
  }

  .product .product__more-info-col:last-child {
    margin-bottom: 0;
  }

  .product .product__more-info-col:last-child .product__more-info-item span:first-child {
    width: 150px;
    margin-right: 30px;
  }

  .product .product__more-info-col:last-child .product__more-info-item span:last-child {
    display: inline-block;
    max-width: 120px;
  }
}

@media (max-width:580px) {
  .product .product__more-info {
    padding: 23px 7px;
  }

  .product .product__rightside-footer {
    -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;
  }

  .product .product__rightside-footer-item:last-child {
    margin-top: 25px;
  }

  .product .product__title {
    max-width: 280px;
    position: relative;
    right: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .product .product__count {
    width: 285px;
  }

  .product .product__count .counter {
    width: 176px;
    height: 50px;
  }

  .product .product__cart {
    margin-top: 10px;
    width: 100%;
  }

  .product .product__type {
    width: 137px;
  }
}

.product-page {
  overflow-x: hidden;
}

.product-about {
  padding: 95px 0 75px 0;
  background: #fff;
}

.product-about.active .product-about__expand:after {
  content: 'Свернуть';
}

.product-about__list {
  margin: -5px;
  margin-top: 20px;
}

.product-about__li {
  padding: 5px;
}

.product-about p {
  max-width: 944px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
  margin: 0 auto;
}

.product-about .product-about__title {
  text-align: center;
}

.product-about .product-about__desc {
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  line-height: 26px;
  margin: 25px auto 0 auto;
  max-width: 944px;
  overflow: hidden;
}

.product-about .product-about__desc.product-about__desc-hide {
  margin: 0 auto 0 auto;
}

.product-about .product-about__desc-hide {
  max-height: 0;
  -webkit-transition: max-height .6s cubic-bezier(0, 1, 0, 1);
  transition: max-height .6s cubic-bezier(0, 1, 0, 1);
}

.product-about .product-about__desc_active {
  max-height: 1000px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.product-about .product-about__expand.product-about__expand_active {
  width: 71px;
}

.product-about .product-about__expand.product-about__expand_active:after {
  content: 'Свернуть';
}

.product-about .product-about__expand {
  font-size: 16px;
  color: #1bb5c2;
  text-align: center;
  margin-top: 20px;
  position: relative;
  height: 22px;
  width: 85px;
  border-bottom: 2px dashed rgba(27, 181, 194, .4);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-about .product-about__expand:after {
  content: 'Развернуть';
  padding-bottom: 2px;
  color: #1bb5c2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width:768px) {
  .product-about {
    padding: 35px 0 70px 0;
  }

  .product-about .product-about__desc {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .product-about .product-about__expand {
    font-size: 14px;
    width: 75px;
  }

  .product-about .product-about__expand.product-about__expand_active {
    width: 60px;
  }
}

.product-quotes {
  background: #f1f2ed;
  padding: 75px 0 90px 0;
}

.product-quotes__no-text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  margin-top: 40px;
  display: none;
}

.product-quotes__no-text.show {
  display: block;
}

.product-quotes .product-quotes__title {
  text-align: center;
}

.product-quotes .product-quotes__main {
  max-width: 576px;
  margin: 0 auto;
}

.product-quotes .product-quotes__list.product-quotes__list_active .product-quotes__item.product-quotes__item_hide {
  max-height: 1000px;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-quotes .product-quotes__item {
  margin-top: 45px;
  height: auto;
  overflow: hidden;
}

.product-quotes .product-quotes__list-hide {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .6s cubic-bezier(0, 1, 0, 1);
  transition: max-height .6s cubic-bezier(0, 1, 0, 1);
}

.product-quotes .product-quotes__list_active {
  max-height: 1000px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.product-quotes .product-quotes__item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}

.product-quotes .product-quotes__item-desc {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, .5);
}

.product-quotes .product-quotes__show-more {
  margin: 50px auto 0 auto;
  width: 211px;
  height: 48px;
  position: relative;
}

.product-quotes .product-quotes__show-more:after {
  content: 'Показать еще';
}

.product-quotes .product-quotes__show-more_active:after {
  content: 'Свернуть';
}

@media (max-width:768px) {
  .product-quotes {
    padding: 55px 0 70px 0;
  }

  .product-quotes .product-quotes__item {
    margin-top: 25px;
  }

  .product-quotes .product-quotes__item-title {
    font-size: 14px;
    margin-bottom: 13px;
  }

  .product-quotes .product-quotes__item-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .product-quotes .product-quotes__show-more {
    font-size: 12px;
    width: 270px;
    margin: 40px auto 0 auto;
  }
}

.product-reader .slider-reader-slider_item img {
  -o-object-fit: fill;
  object-fit: fill;
}

.product-reader .slick-arrow {
  display: none;
}

.product-reviews {
  padding: 85px 0 60px 0;
  background: #fff;
  position: relative;
}

.product-reviews__become-first {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  margin-bottom: 14px;
}

.product-reviews .product-reviews__title {
  text-align: center;
}

.product-reviews .product-reviews__main {
  margin-top: 40px;
}

.product-reviews .product-reviews__item p {
  margin-bottom: 25px;
}

.product-reviews .product-reviews__item p:last-child {
  margin-bottom: 0;
}

.product-reviews .slider-reviews .slick-list {
  margin: 0 -70px;
  overflow: hidden;
}

.product-reviews .slider-reviews .slick-slide {
  margin: 0 70px;
  opacity: 1;
}

.product-reviews .product-reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-reviews .product-reviews__header-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.product-reviews .product-reviews__body {
  line-height: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
}

.product-reviews .product-reviews__btn-review {
  max-width: 211px;
  width: 100%;
  letter-spacing: 1px;
  margin: 65px auto 0 auto;
  font-weight: 700;
  color: rgba(255, 255, 255, .85);
}



.product-reviews .product-reviews__show-more {
  display: none;
}

@media (max-width:1580px) {
  .product-reviews .product-reviews__controls {
    top: auto;
    bottom: 14%;
  }
}

@media (max-width:1200px) {
  .product-reviews .slider-reviews .slick-list {
    margin-left: -100px;
  }

  .product-reviews .slider-reviews .slick-slide {
    margin-left: 100px;
    opacity: 1;
  }
}


@media (max-width:980px) {

  .product-reviews .product-reviews__controls {
    display: none;
  }

  .product-reviews .product-reviews__wrap-hide {
    display: none;
    overflow: hidden;
    margin-top: 47px;
  }

  .product-reviews .product-reviews__wrap-hide:first-child {
    margin-top: 0;
  }

  .product-reviews .product-reviews__wrap-hide .product-reviews__item-wrap:last-child .product-reviews__item {
    margin-bottom: 0;
  }

  .product-reviews .product-reviews__wrap-hide.product-reviews__wrap-hide-active {
    display: block;
  }

  .product-reviews .product-reviews__btn-review {
    margin: 10px auto 0 auto;
    max-width: 288px;
  }

  .product-reviews .product-reviews__show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0 auto;
    max-width: 288px;
    background: 0 0;
    color: #1bb5c2;
    font-size: 12px;
  }

  .product-reviews .product-reviews__show-more:after {
    content: attr(data-sum);
    margin-left: 3px;
  }

  .product-reviews .product-reviews__show-more:before {
    content: 'Показать еще';
  }

  .product-reviews .product-reviews__show-more:hover {
    color: #fff;
  }
}

@media (max-width:768px) {
  .product-reviews {
    padding: 70px 0 45px 0;
  }

  .product-reviews .product__detail {
    padding-top: 70px;
  }

  .product-reviews .product-reviews__main {
    -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;
    margin-top: 60px;
  }

  .product-reviews .product-reviews__controls {
    top: auto;
    bottom: 79px;
  }

  .product-reviews .product-reviews__item {
    width: 90%;
  }

  .product-reviews .product-reviews__item p {
    margin-bottom: 20px;
  }

  .product-reviews .product-reviews__header-title {
    font-size: 14px;
  }

  .product-reviews .product-reviews__body {
    font-size: 12px;
    line-height: 20px;
  }

  .product-reviews .product-reviews__btn-review {
    font-size: 12px;
    margin: 15px auto 0 auto;
  }
}

@media (max-width:580px) {
  .product-reviews .product-reviews__item {
    width: 100%;
  }
}

.product-videos {
  overflow: hidden;
  position: relative;
  padding: 70px 0 110px 0;
}

.product-videos__hide-text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 23px;
}

.product-videos .product-videos-inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, .7);
  -webkit-filter: blur(0);
  filter: blur(0);
  z-index: -1;
}

.product-videos .product-videos-inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/bg-product-videos.png) no-repeat center;
  background-size: cover;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  background-size: cover;
  z-index: -1;
}

.product-videos .product-videos__title {
  color: #fff;
  text-align: center;
}

.product-videos .product-videos__subtitle {
  color: #fff;
  margin-top: 15px;
}

.product-videos .video-desc {
  color: #fff;
  margin-bottom: 40px;
}

.product-videos .product-videos__controls .slider-controls_left {
  margin-left: 100px;
}

.product-videos .product-videos__controls .slider-controls_right {
  margin-right: 100px;
}

.product-videos .product-videos__controls .slider-controls_left, .product-videos .product-videos__controls .slider-controls_right {
  background-color: rgba(255, 255, 255, .15);
  border: none;
}

.product-videos .product-videos__slider {
  margin-top: 15px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.product-videos .product-videos__slider .slick-list {
  overflow: hidden;
}

.product-videos .product-videos__slider .slick-slide {
  pointer-events: none;
  opacity: 1;
}

.product-videos .product-videos__slider .slick-slide.slick-active {
  pointer-events: auto;
}

@media (max-width:1200px) {
  .product-videos .product-videos__controls .slider-controls_left {
    margin-left: 50px;
  }

  .product-videos .product-videos__controls .slider-controls_right {
    margin-right: 50px;
  }
}

@media (max-width:980px) {
  .product-videos .product-videos__slider {
    width: 80%;
    margin: 45 auto 0 auto;
  }

  .product-videos .product-videos__controls .slider-controls_left {
    margin-left: 25px;
  }

  .product-videos .product-videos__controls .slider-controls_right {
    margin-right: 25px;
  }
}

@media (max-width:768px) {
  .product-videos {
    padding: 60px 0 110px 0;
  }

  .product-videos .product-videos__subtitle {
    line-height: 26px;
  }

  .product-videos .product-videos__controls {
    max-width: 140px;
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .product-videos .product-videos__controls .slider-controls_left, .product-videos .product-videos__controls .slider-controls_right {
    margin-left: 0;
    margin-right: 0;
  }

  .product-videos .product-videos__slider {
    width: auto;
  }
}

.product-author {
  padding: 95px 0 105px 0;
  background: #f1f2ed;
}

.product-author .product-author__section {
  margin-bottom: 130px;
}

.product-author .product-author__section:last-child {
  margin-bottom: 0;
}

.product-author .product-author__subtitle {
  margin-top: 12px;
  margin-bottom: 70px;
}

.product-author .product-author__img {
  margin-bottom: 35px;
}

.product-author .product-author__name {
  margin-bottom: 20px;
}

.product-author .product-author__info {
  max-width: 500px;
}

.product-author .product-author__about-book {
  max-width: 836px;
  margin-top: 45px;
}

.product-author .product-carousel.without-title .product-carousel-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:768px) {
  .product-author {
    padding: 90px 0 120px 0;
  }

  .product-author .product-author__subtitle {
    margin-bottom: 55px;
  }

  .product-author .product-author__section {
    margin-bottom: 130px;
  }

  .product-author .product-author__section:nth-child(2) {
    margin-bottom: 130px;
  }

  .product-author .product-author__about-book {
    margin-top: 25px;
  }
}

@media (max-width:580px) {
  .product-author .product-author__section:first-child .product-author__title span {
    white-space: nowrap;
  }

  .product-author .title-line:after {
    margin-left: 10px;
  }

  .product-author .title-line:before {
    margin-right: 10px;
  }
}

.product-books {
  padding: 170px 0 75px 0;
  background: #f1f2ed;
}

.product-books .product-books__subtitle {
  margin-top: 8px;
  margin-bottom: 75px;
}

.product-books .product-carousel.without-title .product-carousel-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:768px) {
  .product-books {
    padding: 100px 0 75px 0;
  }

  .product-books .product-books__subtitle {
    margin-bottom: 55px;
  }
}

.product__gallery {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.product__gallery-btn {
  width: 212px;
}

.product__gallery .product__gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__gallery .product__gallery-for {
  width: 378px;
  position: relative;
}

.product__gallery .product__gallery-for:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, .15);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  z-index: -1;
  width: 85%;
  height: 80%;
}

.product__gallery .product__gallery-for img {
  width: 378px;
  height: 568px;
  position: relative;
  border-radius: 10px;
}

.product__gallery .product__gallery-for .popup-link {
  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;
  position: relative;
}

.product__gallery .product__gallery-for .popup-link:hover .popup-link-btn {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.product__gallery .product__gallery-for .popup-link-btn {
  position: absolute;
  opacity: 0;
  text-align: center;
  padding: 16px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 200px;
}

.product__gallery .product__gallery-for .popup-link-btn:hover {
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  color: #000;
}

.product__gallery .product__gallery-for .slick-slide {
  position: relative;
}

.product__gallery .product__gallery-for .slick-track {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product__gallery .product__gallery-nav-wrap {
  position: relative;
}

.product__gallery .product__gallery-nav-wrap .slick-list {
  overflow: hidden;
  max-height: 567px;
}

.product__gallery .product__gallery-nav-wrap .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: none;
  z-index: 9;
  background: #fff;
  border-radius: 100%;
  left: 50%;
  margin-left: -15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

.product__gallery .product__gallery-nav-wrap .slick-arrow:after {
  content: '\e801';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  left: 1px;
  top: 0;
  font-size: 12px;
  line-height: 30px;
  color: var(--color-accent);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.product__gallery .product__gallery-nav-wrap .slick-arrow.slick-prev {
  margin-top: 10px;
  top: 0;
}

.product__gallery .product__gallery-nav-wrap .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product__gallery .product__gallery-nav-wrap .slick-arrow.slick-next {
  bottom: 10px;
}

.product__gallery .product__gallery-nav-wrap .slick-arrow.slick-next:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 1px;
  left: 0;
}

.product__gallery .product__gallery-nav {
  position: relative;
  width: 75px;
  margin-right: 12px;
}

.product__gallery .product__gallery-nav .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__gallery .product__gallery-nav .slick-slide {
  margin-bottom: 5px;
  opacity: 1;
  cursor: pointer;
}

.product__gallery .product__gallery-nav .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__gallery .product__gallery-footer {
  position: absolute;
  bottom: -50px;
  right: 0;
  max-width: 377px;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__gallery .product__gallery-footer-item {
  position: relative;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  cursor: pointer;
}

.product__gallery .product__gallery-footer-item em {
  color: #1bb5c2;
  -webkit-transition: .2s;
  transition: .2s;
}

.product__gallery .product__gallery-footer-item em:hover {
  color: rgba(0, 0, 0, .5);
}

.product__gallery .product__gallery-footer-item:last-child span {
  margin-right: 55px;
  -webkit-transition: .2s;
  transition: .2s;
}

.product__gallery .product__gallery-footer-item:last-child span:hover {
  color: #1bb5c2;
}

.product__gallery .product__icon {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  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;
  background: #fff;
  position: absolute;
  right: 4px;
  top: -13px;
}

.gallery-detail-popup {
  cursor: pointer;
  z-index: 99999;
}

.gallery-detail-popup .mfp-close {
  display: none;
}

.gallery-detail-popup .mfp-content {
  cursor: pointer;
}

.gallery-detail-popup img.mfp-img {
  max-width: 125%;
  padding: 0;
}

.gallery-detail-popup .mfp-image-holder .mfp-content {
  max-width: 125%;
}

.gallery-detail-popup .mfp-figure:after {
  display: none;
}

@media (max-width:1200px) {
  .product__gallery .product__gallery-for {
    width: 312px;
  }

  .product__gallery .product__gallery-for img {
    width: 312px;
    height: 470px;
    position: relative;
  }

  .product__gallery .product__gallery-for:after {
    bottom: -25px;
  }

  .product__gallery .product__rightside-footer {
    max-width: 900px;
  }

  .product__gallery .product__gallery-footer {
    max-width: 322px;
    bottom: -40px;
  }
}

@media (max-width:980px) {
  .product__gallery .product__gallery-footer {
    bottom: -47px;
  }

  .product__gallery .slick-arrow {
    display: none!important;
  }
}

@media (max-width:768px) {
  .product__gallery .product__gallery-footer {
    bottom: -45px;
    right: 35px;
  }

  .product__gallery .product__gallery-footer-item {
    font-size: 12px;
  }

  .product__gallery .product__gallery-footer-item:last-child span {
    margin-right: 35px;
  }

  .product__gallery .product__icon {
    width: 25px;
    height: 25px;
    right: 3px;
    top: -7px;
  }

  .product__gallery .product__icon:before {
    font-size: 11px;
    line-height: 28px;
  }
}

@media (max-width:580px) {
  .product__gallery .product__gallery-nav-wrap .btn-slick-prev {
    height: 72px;
    width: 48px;
  }

  .product__gallery .product__gallery-wrap {
    width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product__gallery .product__gallery-nav {
    width: 48px;
    height: 209px;
    margin-right: 25px;
    overflow: hidden;
  }

  .product__gallery .product__gallery-nav img {
    width: 48px;
    height: 72px;
  }

  .product__gallery .product__gallery-nav .slick-list {
    overflow: visible;
  }

  .product__gallery .product__gallery-for {
    width: 138px;
  }

  .product__gallery .product__gallery-for img {
    width: 138px;
    height: 209px;
  }

  .product__gallery .product__gallery-footer {
    width: 280px;
    max-width: none;
    bottom: -45px;
    right: 10px;
  }

  .product__gallery .product__gallery-for .popup-link-btn {
    font-size: 11px;
    padding: 10px 20px;
    width: 115px;
  }

  .product__gallery .product__icon:before {
    font-size: 12px;
    line-height: 27px;
  }
}

.registration {
}

.registration__title {
  position: relative;
}

.registration__title:before {
  display: block;
  content: '';
  background: url(../images/css-palm.png) no-repeat center;
  background-size: 308px 308px;
  width: 308px;
  height: 308px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.registration .main-background {
  padding: 62px 0 95px 0;
}

.registration__bg {
  background: #DFEAF1;
  padding-top: 130px;
  padding-bottom: 90px;
}

.registration .registration__form {
  max-width: 560px;
  margin: 0 auto;
}

.registration .registration__info {
  margin: 25px 0;
}

.registration .registration__form-title {
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: rgba(0, 0, 0, .85);
  margin-bottom: 15px;
}

.registration .registration__form-subtitle {
  margin-bottom: 39px;
}

.registration .text-field-wrap-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.registration .registration__checkbox {
  margin-top: 20px;
}

.registration .registration__btn {
  max-width: 275px;
  margin: 25px auto 0 auto;
  text-align: center;
  height: 58px;
  letter-spacing: 1px;
}

@media (max-width:580px) {
  .registration .main-background {
    padding: 40px 0 27px 0;
  }

  .registration .registration__form-title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .5px;
  }

  .registration .registration__form-subtitle {
    margin-bottom: 12px;
  }

  .registration .registration__checkbox {
    margin-top: 10px;
  }

  .registration .registration__btn {
    max-width: 288px;
  }
}

.opt-sale-page .opt-sale-percent-wrap {
  width: 100%;
}

.opt-sale-page .opt-sale-percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 450px;
  position: relative;
  z-index: 3;
}

.opt-sale-page .opt-sale-percent:after {
  content: '';
  position: absolute;
  background: url(../images/bg-opt-sale.png) no-repeat center;
  background-size: cover;
  min-height: 450px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.opt-sale-page .opt-sale-percent:before {
  content: '';
  position: absolute;
  background: #dfeaf1 url(../images/bg-opt-sale-noise.png) repeat-x center;
  background-size: contain;
  min-height: 450px;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.opt-sale-page .opt-sale-percent-title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #1bb5c2;
  max-width: 360px;
  line-height: 55px;
  margin-left: 80px;
  margin-top: 7px;
  position: relative;
}

.opt-sale-page .opt-sale-percent-title:after {
  content: '5%';
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 65px;
  color: #1bb5c2;
  display: block;
  background: #fff;
  border-radius: 50%;
  line-height: 140px;
  width: 137px;
  height: 137px;
  text-align: center;
  position: absolute;
  right: -145px;
  bottom: -45px;
}

.opt-sale-page .opt-sale-info {
  padding: 100px 0 145px 0;
}

.opt-sale-page .opt-sale-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.opt-sale-page .opt-sale-info-desc {
  color: #000;
}

.opt-sale-page .opt-sale-info-desc:first-child {
  font-size: 23px;
  line-height: 38px;
  width: 45%;
}

.opt-sale-page .opt-sale-info-desc:last-child {
  font-size: 14px;
  line-height: 26px;
  width: 50%;
}

.opt-sale-page .opt-sale-info-desc:last-child p {
  margin-bottom: 29px;
}

.opt-sale-page .opt-sale-info-desc:last-child p:last-child {
  margin-bottom: 0;
}

.opt-sale-page .opt-sale-info-footer {
  margin-top: 164px;
}

.opt-sale-page .opt-sale-info-title {
  letter-spacing: 1.92px;
}

.opt-sale-page .opt-sale-info-title:after {
  margin-left: 15px;
}

.opt-sale-page .opt-sale-info-title:before {
  margin-right: 15px;
}

.opt-sale-page .opt-sale-info-args {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.opt-sale-page .opt-sale-info-item {
  padding-left: 88px;
  font-size: 16px;
  color: rgba(0, 0, 0, .5);
  line-height: 26px;
  position: relative;
}

.opt-sale-page .opt-sale-info-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
}

.opt-sale-page .opt-sale-info-item:first-child {
  width: 366px;
}

.opt-sale-page .opt-sale-info-item:first-child:after {
  background: url(../images/opt-sale-info-1.svg) no-repeat center;
  width: 62px;
  height: 55px;
}

.opt-sale-page .opt-sale-info-item:nth-child(2) {
  width: 312px;
}

.opt-sale-page .opt-sale-info-item:nth-child(2):after {
  background: url(../images/opt-sale-info-2.svg) no-repeat center;
  width: 60px;
  height: 61px;
}

.opt-sale-page .opt-sale-info-item:last-child {
  width: 224px;
}

.opt-sale-page .opt-sale-info-item:last-child:after {
  background: url(../images/opt-sale-info-3.svg) no-repeat center;
  width: 60px;
  height: 57px;
}

.opt-sale-page .opt-sale-advantage {
  background: #f1f2ed;
  padding: 150px 0 175px 0;
}

.opt-sale-page .opt-sale-advantage-title .bg-title {
  top: -82px;
}

.opt-sale-page .opt-sale-advantage-title:after {
  margin-left: 15px;
}

.opt-sale-page .opt-sale-advantage-title:before {
  margin-right: 15px;
}

.opt-sale-page .opt-sale-advantage-subtitle {
  margin-top: 18px;
}

.opt-sale-page .opt-sale-advantage-args {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px;
}

.opt-sale-page .opt-sale-advantage-item {
  font-size: 16px;
  line-height: 26px;
  color: #1bb5c2;
  position: relative;
}

.opt-sale-page .opt-sale-advantage-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 62px;
  height: 62px;
}

.opt-sale-page .opt-sale-advantage-item:first-child {
  width: 178px;
  padding-left: 78px;
}

.opt-sale-page .opt-sale-advantage-item:first-child:after {
  background: url(../images/opt-sale-advantage-1.svg) no-repeat center;
}

.opt-sale-page .opt-sale-advantage-item:nth-child(2) {
  width: 260px;
  margin-left: 20px;
  padding-left: 90px;
}

.opt-sale-page .opt-sale-advantage-item:nth-child(2):after {
  background: url(../images/opt-sale-advantage-2.svg) no-repeat center;
}

.opt-sale-page .opt-sale-advantage-item:last-child {
  width: 250px;
  padding-left: 78px;
}

.opt-sale-page .opt-sale-advantage-item:last-child:after {
  background: url(../images/opt-sale-advantage-3.svg) no-repeat center;
}

@media (max-width:980px) {
  .opt-sale-page .opt-sale-info {
    padding: 50px 0 75px 0;
  }

  .opt-sale-page .opt-sale-info-footer {
    margin-top: 80px;
  }

  .opt-sale-page .opt-sale-info-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .opt-sale-page .opt-sale-info-desc:first-child {
    width: 100%;
  }

  .opt-sale-page .opt-sale-info-desc:last-child {
    width: 100%;
  }

  .opt-sale-page .opt-sale-info-args {
    -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;
    margin-top: 45px;
  }

  .opt-sale-page .opt-sale-info-item {
    padding-left: 75px;
    margin-bottom: 30px;
  }

  .opt-sale-page .opt-sale-info-item:first-child {
    width: 365px;
  }

  .opt-sale-page .opt-sale-info-item:nth-child(2) {
    width: 365px;
  }

  .opt-sale-page .opt-sale-info-item:last-child {
    width: 365px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .opt-sale-page .opt-sale-advantage-args {
    -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;
  }

  .opt-sale-page .opt-sale-advantage-item {
    margin-bottom: 50px;
    padding-bottom: 11px;
  }

  .opt-sale-page .opt-sale-advantage-item:first-child {
    width: 365px;
    padding-left: 75px;
  }

  .opt-sale-page .opt-sale-advantage-item:nth-child(2) {
    width: 365px;
    margin-left: 0;
    padding-left: 75px;
  }

  .opt-sale-page .opt-sale-advantage-item:last-child {
    width: 365px;
    padding-left: 75px;
    margin-bottom: 0;
  }

  .opt-sale-page .opt-sale-advantage {
    padding: 125px 0 85px 0;
  }

  .opt-sale-page .opt-sale-advantage-args {
    margin-top: 45px;
  }
}


.opt-sale-page .opt-sale-percent {
  min-height: 280px;
  background: #dfeaf1 url(../images/bg-opt-sale-noise.png) repeat-x center;
  padding: 60px 0;
}
  .opt-sale-page .opt-sale-percent::before {
    display: none;
  }

  .opt-sale-page .opt-sale-percent:before {
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  .opt-sale-page .opt-sale-percent:after {
    background: url(../images/opt-sale-bg-books.png) no-repeat bottom left;
    bottom: -3px;
    width: 100%;
    min-height: 280px;
    background-size: contain;
    bottom: 0;
    left: 8px;
    padding-left: 30px;
  }

  .opt-sale-page .opt-sale-percent:before {
    min-height: 280px;
  }

  .opt-sale-page .opt-sale-percent-wrap:after {
    content: '';
    background: url(../images/opt-sale-bg-flower.png) no-repeat center;
    position: absolute;
    width: 245px;
    height: 247px;
    bottom: -30px;
    right: -45px;
  }

  .opt-sale-page .opt-sale-info-args {
    margin-top: 20px;
  }

  .opt-sale-page .opt-sale-info-desc:first-child {
    line-height: 21px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .opt-sale-page .opt-sale-info-desc:last-child {
    line-height: 21px;
    font-size: 14px;
  }

  .opt-sale-page .opt-sale-info-desc:last-child p {
    margin-bottom: 25px;
  }

  .opt-sale-page .opt-sale-info {
    padding: 20px 0 33px 0;
  }

  .opt-sale-page .opt-sale-info-item {
    line-height: 19px;
    padding-left: 50px;
    font-size: 13px;
    margin-bottom: 20px;
  }

  .opt-sale-page .opt-sale-info-item:after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .opt-sale-page .opt-sale-info-item:first-child {
    width: 225px;
  }

  .opt-sale-page .opt-sale-info-item:first-child:after {
    top: 5px;
    bottom: auto;
    width: 32px;
    height: 29px;
    background-size: 32px 29px;
  }

  .opt-sale-page .opt-sale-info-item:nth-child(2) {
    width: 225px;
  }

  .opt-sale-page .opt-sale-info-item:nth-child(2):after {
    width: 32px;
    height: 33px;
    background-size: 32px 33px;
  }

  .opt-sale-page .opt-sale-info-item:last-child {
    width: 175px;
    padding-bottom: 0;
    margin-right: 50px;
  }

  .opt-sale-page .opt-sale-info-item:last-child:after {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }

  .opt-sale-page .opt-sale-info-footer {
    margin-top: 28px;
  }

  .opt-sale-page .opt-sale-advantage-item {
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 19px;
  }

  .opt-sale-page .opt-sale-advantage-item:after {
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .opt-sale-page .opt-sale-advantage-item:first-child {
    width: 225px;
    padding-left: 54px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .opt-sale-page .opt-sale-advantage-item:first-child:after {
    background-size: 40px 40px;
  }

  .opt-sale-page .opt-sale-advantage-item:nth-child(2) {
    width: 225px;
    margin-left: 0;
    padding-left: 54px;
  }

  .opt-sale-page .opt-sale-advantage-item:nth-child(2):after {
    background-size: 40px 40px;
  }

  .opt-sale-page .opt-sale-advantage-item:last-child {
    width: 225px;
    padding-left: 54px;
    margin-bottom: 0;
  }

  .opt-sale-page .opt-sale-advantage-item:last-child:after {
    background-size: 40px 40px;
  }
}

@media (max-width:400px) {
  .opt-sale-page .opt-sale-percent-wrap:after {
    width: 165px;
    height: 167px;
    background-size: 165px 167px;
    bottom: -20px;
    right: -35px;
  }
}

.delivery-page #map {
  width: 100%;
  height: 419px;
  padding: 0;
  margin: 0;
}

.delivery-page .main-background {
  padding: 100px 0 0 0;
}

.delivery-page .delivery-page-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delivery-page .delivery-page-leftside, .delivery-page .delivery-page-rightside {
  width: 50%;
}

.delivery-page-rightside {
  padding-left: 50px;
}

.delivery-page .delivery-page-rightside {
  padding-left: 122px;
}

.delivery-page .delivery-page-block {
  position: relative;
  margin-bottom: 102px;
  max-width: 534px;
  padding-left: 90px;
}

.delivery-page .delivery-page-block:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 72px;
  height: 72px;
}

.delivery-page .delivery-page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 11px;
}

.delivery-page .delivery-page-leftside .delivery-page-block:nth-child(1):after {
  background-image: url(../images/delivery-icon-1.svg);
}

.delivery-page .delivery-page-rightside .delivery-page-block:nth-child(1):after {
  background-image: url(../images/delivery-icon-4.svg);
}

.delivery-page .delivery-page-row:nth-child(2) .delivery-page-block:first-child {
  margin-top: -90px;
}

.delivery-page .delivery-page-leftside .delivery-page-block:nth-child(2):after {
  background-image: url(../images/delivery-icon-2.svg);
}

.delivery-page .delivery-page-rightside .delivery-page-block:nth-child(2):after  {
  background-image: url(../images/delivery-icon-5.svg);
}

.delivery-page .delivery-page-row:nth-child(3) .delivery-page-block:first-child {
  margin-top: -15px;
}

.delivery-page .delivery-page-leftside .delivery-page-block:nth-child(3):after {
  background-image: url(../images/delivery-icon-3.png);
}

.delivery-page .delivery-page-block-title-big {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.delivery-page .delivery-page-block-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 30px;
}

.delivery-page .delivery-page-block-subtitle:last-child {
  margin-bottom: 0;
}

.delivery-page .delivery-page-block-row {
  margin-bottom: 30px;
}

.delivery-page .delivery-page-block-row:last-child {
  margin-bottom: 0;
}

.delivery-page .delivery-page-block-info span {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, .5);
  display: block;
  margin-bottom: 7px;
}

.delivery-page .delivery-page-block-info span:last-child {
  margin-bottom: 0;
}

.delivery-page .delivery-page-block-info em {
  font-weight: 700;
}

.delivery-page .delivery-page-block-title {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width:1200px) {
  .delivery-page .delivery-page-row:nth-child(2) .delivery-page-block:first-child {
    margin-top: -45px;
  }

  .delivery-page .delivery-page-row:nth-child(3) .delivery-page-block:first-child {
    margin-top: -7px;
  }
}

@media (max-width:980px) {
  .delivery-page .main-background {
    padding: 50px 0 0 0;
  }

  .delivery-page .delivery-page-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }

  .delivery-page .delivery-page-block {
    margin-bottom: 52px;
    max-width: none;
  }

  .delivery-page .delivery-page-rightside {
    padding-left: 98px;
  }

  .delivery-page .delivery-page-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .delivery-page .delivery-page-row:nth-child(2) .delivery-page-block:first-child {
    margin-top: 0;
  }

  .delivery-page .delivery-page-row:nth-child(3) .delivery-page-block:first-child {
    margin-top: 0;
  }
}

@media (max-width:580px) {
  .delivery-page #map {
    height: 320px;
  }

  .delivery-page .main-background {
    padding: 20px 0 0 0;
  }

  .delivery-page .delivery-page-leftside {
    padding-left: 0;
  }

  .delivery-page .delivery-page-rightside {
    padding-left: 0;
  }

  .delivery-page .delivery-page-block {
    padding-top: 62px;
    margin-bottom: 40px;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .delivery-page .delivery-page-block:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }

  .delivery-page .delivery-page-block-subtitle {
    font-size: 12px;
    line-height: 19px;
  }

  .delivery-page .delivery-page-block-title-big {
    font-size: 15px;
    line-height: 26px;
  }

  .delivery-page .delivery-page-block-info span {
    font-size: 12px;
    line-height: 19px;
  }

  .delivery-page .delivery-page-block-title {
    font-size: 13px;
    line-height: 16px;
  }

  .delivery-page .delivery-page-block-row {
    margin-bottom: 16px;
  }
}

.product-layout {
  position: relative;
}
.authors-page .product-layout {
  margin-bottom: 60px
}

.product-layout .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.authors-page  .product-layout .product-wrap .slick-list {
  width: 100%
}

.product-layout .product-carousel-item {
  padding: 10px;
  width: calc(100% / 7);
  margin-bottom: 80px;
}

.product-layout .product-carousel-item-bages {
  opacity: 1;
}

@media (max-width:4000px) {
  .product-layout .product-carousel-item {
  width: calc(100% / 14);
  }
}

@media (max-width:2570px) {
  .product-layout .product-carousel-item {
  width: calc(100% / 9);
  }
}

@media (max-width:2130px) {
  .product-layout .product-carousel-item {
    width: calc(100% / 7);
  }
}

@media (max-width:1930px) {
  .product-layout .product-carousel-item {
    width: calc(100% / 7);
  }
}

@media (max-width:1650px) {
  .product-layout .product-carousel-item {
    width: calc(100% / 5);
  }
}

@media (max-width:1300px) {
  .product-layout .product-carousel-item {
    width: calc(100% / 4);
  }
}

@media (max-width:1024px) {
  .product-layout .product-carousel-item {
    width: calc(100% / 3);
  }
}

@media (max-width:768px) {
  .product-layout .product-carousel-item {
    width: calc(100% / 3);
    margin-bottom: 90px;
  }
}

@media (max-width:500px) {
  .product-layout .product-carousel-item {
    width: calc(100% / 2);
    max-width: 158px;
  }
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publisher-page .main-background {
  padding: 90px 0 136px 0;
}

.publisher-page .publisher-page-img {
  display: block;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

.publisher-page .publisher-page-section {
  margin-bottom: 143px;
}

.publisher-page .publisher-page-section:last-child {
  margin-bottom: 0;
}

.publisher-page .publisher-page-section:last-child .publisher-page-info {
  margin-top: 38px;
}

.publisher-page .publisher-page-section:last-child p:first-child {
  max-width: 670px;
}

.publisher-page .publisher-page-section:last-child p:last-child {
  max-width: 780px;
}

.publisher-page .publisher-page-section-title:after {
  margin-left: 15px;
}

.publisher-page .publisher-page-section-title:before {
  margin-right: 15px;
}

.publisher-page .publisher-page-info {
  margin-top: 28px;
  line-height: 26px;
  max-width: 980px;
}

.publisher-page .publisher-page-info p {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.publisher-page .publisher-page-info p:last-child {
  margin-bottom: 0;
}

.publisher-page .publisher-page-video {
  max-width: 620px;
  margin: 0 auto;
  margin-top: 53px;
}

.publisher-page .publisher-page-video .video-wrap {
  padding-bottom: 52.5%;
}

@media (max-width:980px) {
  .publisher-page .main-background {
    padding: 20px 0 32px 0;
  }

  .publisher-page .publisher-page-img {
    max-width: 516px;
    width: 100%;
    padding-bottom: 24px;
  }

  .publisher-page .publisher-page-section {
    margin-bottom: 57px;
  }

  .publisher-page .publisher-page-section:last-child .publisher-page-info {
    margin-top: 16px;
  }

  .publisher-page .publisher-page-video {
    margin: 24px auto 0 auto;
  }

  .publisher-page .publisher-page-info {
    margin-top: 16px;
  }

  .publisher-page .publisher-page-info {
    margin-top: 16px;
  }

  .publisher-page .publisher-page-info p {
    margin-bottom: 16px;
  }
}

.search-page .main-background {
  padding: 50px 0 85px 0;
  overflow: hidden;
  position: relative;
}

.search-page .search-extended {
  top: 73px;
  left: 50%;
  max-width: 1573px;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  z-index: 1;
}

.search-page .search-extended.active {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.search-page .search-input {
  position: relative;
  z-index: 10;
}

.search-page .search-input:after {
  content: '';
  width: 100%;
  height: 123px;
  position: absolute;
  background: #dfeaf1;
  z-index: 5;
  bottom: 0;
}

.search-page .search-input-wrap {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.search-page .search-input-wrap>input {
  width: 100%;
  height: 73px;
  border-radius: 4px;
  padding: 23px 155px 22px 25px;
  font-size: 18px;
  letter-spacing: .75px;
  color: rgba(0, 0, 0, .5);
}

.search-page .search-input-wrap>input::-webkit-input-placeholder {
  font-size: 18px;
  letter-spacing: .75px;
  color: rgba(0, 0, 0, .5);
  text-transform: uppercase;
}

.search-page .search-input-wrap>input::-moz-placeholder {
  font-size: 18px;
  letter-spacing: .75px;
  color: rgba(0, 0, 0, .5);
  text-transform: uppercase;
}

.search-page .search-input-wrap>input:-ms-input-placeholder {
  font-size: 18px;
  letter-spacing: .75px;
  color: rgba(0, 0, 0, .5);
  text-transform: uppercase;
}

.search-page .search-input-wrap>input::-ms-input-placeholder {
  font-size: 18px;
  letter-spacing: .75px;
  color: rgba(0, 0, 0, .5);
  text-transform: uppercase;
}

.search-page .search-input-wrap>input::placeholder {
  font-size: 18px;
  letter-spacing: .75px;
  color: rgba(0, 0, 0, .5);
  text-transform: uppercase;
}

.search-page .search-btn {
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 43px;
  height: 43px;
  cursor: pointer;
}

.search-page .search-btn input {
  width: 43px;
  height: 43px;
  background: #1bb5c2;
  border-radius: 50%;
}

.search-page .search-btn:after {
  content: '\e810';
  font-family: vs-book-icons;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 41px;
  left: 1px;
  top: 1px;
  width: 100%;
  height: 100%;
}

.search-page .search-option {
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: 0 0;
  height: 43px;
  width: 43px;
  cursor: pointer;
}

.search-page .search-option input {
  height: 43px;
  height: 43px;
  background: 0 0;
}

.search-page .search-option:after {
  content: '\e80c';
  font-family: vs-book-icons;
  position: absolute;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 43px;
  height: 43px;
  color: rgba(0, 0, 0, .35);
}

.search-page .search-option:hover:after {
  color: #1bb5c2;
}

.search-page .search-page-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 46px 0;
}

.search-page .search-page-tab {
  color: rgba(0, 0, 0, .6);
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  margin: 0 25px;
  border-radius: 0;
}

.search-page .search-page-tab.tab_active {
  background: 0 0;
  color: #1bb5c2;
  border-bottom: 2px solid #1bb5c2;
}

.search-page .search-page-tab.tab_active:after {
  color: #1bb5c2;
}

.search-page .search-page-tab:after {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, .6);
  margin-left: 10px;
}

.search-page .search-page-tab:first-child:after {
  content: attr(data-books);
}

.search-page .search-page-tab:last-child:after {
  content: attr(data-articles);
}

.search-page .search-page-cards {
  padding-top: 22px;
}

.search-page .search-page-cards .search-page-show-more {
  margin-bottom: 30px;
}

.search-page .search-page-news-list {
  margin-bottom: 50px;
}

.search-page .search-page-news {
  margin-bottom: 46px;
  max-width: 990px;
}

.search-page .search-page-news:last-child {
  margin-bottom: 0;
}

.search-page .search-page-news-date {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 10px;
}

.search-page .search-page-news-type {
  margin-right: 4px;
  color: #fff;
  background: #1bb5c2;
  padding: 0 4px 1px 4px;
}

.search-page .search-page-news-desc {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .5px;
  color: rgba(0, 0, 0, .5);
}

.search-page .search-page-show-more {
  margin: 0 auto;
}

.notfound-page {
  overflow: hidden;
}

.notfound-page .notfound-page-main {
  position: relative;
}

.notfound-page .notfound-page-main:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #dfeaf1 url(../images/404-bg-noise.png) repeat-x center;
  z-index: -2;
}

.notfound-page .notfound-page-bg {
  position: absolute;
  width: 989px;
  height: 520px;
  top: 9.5%;
  left: 50%;
  margin-left: -362px;
  background: url(../images/404-bg.png) no-repeat center;
  z-index: -1;
}

.notfound-page .notfound-page-flex {
  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;
  min-height: 690px;
}

.notfound-page .notfound-page-img {
  margin-top: 84px;
  margin-left: 55px;
}

.notfound-page .notfound-page-img img {
  width: 510px;
}

.notfound-page .notfound-page-btn {
  text-align: center;
  margin-top: 68px;
  max-width: 237px;
  width: 100%;
  letter-spacing: 2px;
}

.notfound-page .notfound-page-desc {
  margin-top: 58px;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  max-width: 210px;
}

.notfound-page .notfound-page-desc a {
  border-bottom: 1px solid #1bb5c2;
  padding-bottom: 3px;
}

.notfound-page .notfound-page-desc a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}

@media (max-width:768px) {
  .notfound-page .notfound-page-bg {
    width: 720px;
    height: 517px;
    background: url(../images/404-bg-no-one-cloud.png) no-repeat center;
    background-size: 76%;
    top: -3.7%;
    margin-left: -325px;
  }

  .notfound-page .notfound-page-bg:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 37px;
    top: 6%;
    right: 155px;
    background: url(../images/404-cloud.png) no-repeat center;
  }

  .notfound-page .notfound-page-flex {
    min-height: 424px;
  }

  .notfound-page .notfound-page-img {
    margin-top: 34px;
    margin-left: 30px;
  }

  .notfound-page .notfound-page-img img {
    width: 300px;
  }

  .notfound-page .notfound-page-btn {
    margin-top: 43px;
    max-width: 288px;
  }

  .notfound-page .notfound-page-desc {
    margin-top: 26px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
}

.pager .pager-arrow-left, .pager .pager-arrow-right {
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  color: rgba(0, 0, 0, .5);
}

.pager .pager-arrow-left:after, .pager .pager-arrow-right:after {
  position: absolute;
  font-family: vs-book-icons;
  font-size: 14px;
}

.pager .pager-arrow-left:hover, .pager .pager-arrow-right:hover {
  background: #1bb5c2;
  color: #fff;
}

.pager .pager-arrow-left:after {
  content: '\e801';
  padding-right: 2px;
}

.pager .pager-arrow-right:after {
  content: '\e803';
  padding-left: 2px;
}

.pager .pager-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px;
}

.pager .pager-first, .pager .pager-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.pager .pager-number {
  margin-right: 16px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .85);
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager-number:hover {
  color: #fff;
  background: #1bb5c2;
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager-number:last-child {
  margin-right: 0;
}

.pager .pager-number-more {
  margin: 0 16px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .85);
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager-number-more:hover {
  color: #fff;
  background: #1bb5c2;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width:980px) {
  .pager .pager-first .pager-number {
    display: none;
  }

  .pager .pager-first .pager-number:first-child, .pager .pager-first .pager-number:nth-child(2), .pager .pager-first .pager-number:nth-child(3), .pager .pager-first .pager-number:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pager .pager-first .pager-number:nth-child(4) {
    margin-right: 0;
  }

  .pager .pager-last .pager-number {
    display: none;
  }

  .pager .pager-last .pager-number:first-child, .pager .pager-last .pager-number:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pager .pager-last .pager-number:nth-child(2) {
    margin-right: 0;
  }

  .pager .pager-numbers {
    margin: 0 10px;
  }

  .pager .pager-number {
    margin-right: 10px;
  }

  .pager .pager-number-more {
    margin: 0 10px;
  }
}

@media (max-width:768px) {
  .pager .pager-first .pager-number {
    display: none;
  }

  .pager .pager-first .pager-number:first-child, .pager .pager-first .pager-number:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pager .pager-first .pager-number:nth-child(3), .pager .pager-first .pager-number:nth-child(4) {
    display: none;
  }

  .pager .pager-first .pager-number:nth-child(2) {
    margin-right: 0;
  }

  .pager .pager-last .pager-number {
    display: none;
  }

  .pager .pager-last .pager-number:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pager .pager-last .pager-number:nth-child(2) {
    display: none;
  }

  .pager .pager-last .pager-number:first-child {
    margin-right: 0;
  }

  .pager .pager-numbers {
    margin: 0 3px;
  }

  .pager .pager-number {
    margin-right: 3px;
  }

  .pager .pager-number-more {
    margin: 0 3px;
  }
}

.questions-page .main-background {
  padding: 80px 0;
}

.questions-page .questions-page-main-wrap {
  background: #fff;
  padding-bottom: 54px;
  border-radius: 0 0 4px 4px;
}

.questions-page .questions-page-header {
  background: #f1f2ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 51px 47px 47px 55px;
}

.questions-page .questions-page-header-img {
  width: 80px;
  height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions-page .questions-page-header-title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .85);
  max-width: 638px;
  margin-left: 55px;
  margin-right: 30px;
}

.questions-page .questions-page-header-btn {
  margin-left: auto;
  max-width: 240px;
}

.questions-page .questions-page-body {
  padding: 30px 40px 41px 40px;
}

.questions-page .questions-page-item {
  background: #f9f8f8;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, .05);
  -webkit-transition: max-height .6s cubic-bezier(0, 1, 0, 1);
  transition: max-height .6s cubic-bezier(0, 1, 0, 1);
}

.questions-page .questions-page-item:last-child {
  margin-bottom: 0;
}

.questions-page .questions-page-item.accordion-active {
  color: #fff;
  border: 1px solid transparent;
}

.questions-page .questions-page-item.accordion-active .questions-page-item-bottom {
  max-height: 1000px;
  border-top: 2px solid rgba(255, 255, 255, .3);
  background: #1bb5c2;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.questions-page .questions-page-item.accordion-active .questions-page-item-top {
  background: #1bb5c2;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.questions-page .questions-page-item.accordion-active .questions-page-item-title .answer-title, .questions-page .questions-page-item.accordion-active .questions-page-item-title .name {
  color: #fff;
}

.questions-page .questions-page-item.accordion-active .questions-page-item-btn {
  background: #fff;
}

.questions-page .questions-page-item.accordion-active .questions-page-item-btn:after, .questions-page .questions-page-item.accordion-active .questions-page-item-btn:before {
  background: #1bb5c2;
}

.questions-page .questions-page-item.accordion-active .questions-page-item-btn:before {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.questions-page .questions-page-item-top {
  padding: 21px 120px 30px 30px;
  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;
  position: relative;
}

.questions-page .questions-page-item-bottom {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .6s cubic-bezier(0, 1, 0, 1);
  transition: max-height .6s cubic-bezier(0, 1, 0, 1);
}

.questions-page .questions-page-item-bottom .questions-page-item-title {
  margin: 20px 30px 30px 30px;
}

.questions-page .questions-page-item-title {
  line-height: 21px;
}

.questions-page .questions-page-item-title .name {
  margin-bottom: 7px;
}

.questions-page .questions-page-item-title .answer-title {
  margin-bottom: 5px;
}

.questions-page .questions-page-item-title .answer-title, .questions-page .questions-page-item-title .name {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, .75);
  display: block;
}

.questions-page .questions-page-item-title .answer, .questions-page .questions-page-item-title .ques {
  font-size: 15px;
  max-width: 916px;
  display: block;
}

.questions-page .questions-page-item-title .answer {
  max-width: 1018px;
  line-height: 24px;
}

.questions-page .questions-page-item-btn {
  background: #1bb5c2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 34px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.questions-page .questions-page-item-btn:after, .questions-page .questions-page-item-btn:before {
  content: '';
  position: absolute;
  background: #fff;
}

.questions-page .questions-page-item-btn:after {
  width: 16px;
  height: 2px;
}

.questions-page .questions-page-item-btn:before {
  width: 2px;
  height: 16px;
  -webkit-transition: .2s;
  transition: .2s;
}

.questions-page .questions-page-show-more {
  margin: 27px auto 0 auto;
}

@media (max-width:980px) {
  .questions-page .questions-page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 16px 19px 16px;
  }

  .questions-page .questions-page-header-img {
    min-width: 32px;
    width: 10vw;
    height: 12vw;
    font-size: 2em;
  }

  .questions-page .questions-page-header-img img {
    min-width: 32px;
    width: 10vw;
  }

  .questions-page .questions-page-header-title {
    font-size: 16px;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
    line-height: 18px;
    letter-spacing: 2px;
  }

  .questions-page .questions-page-header-btn {
    margin: 16px auto 0 auto;
  }

  .questions-page .questions-page-item-btn {
    bottom: auto;
    top: 10px;
    right: 8px;
    width: 32px;
    height: 32px;
  }

  .questions-page .questions-page-item-btn:after {
    width: 10px;
  }

  .questions-page .questions-page-item-btn:before {
    height: 10px;
  }

  .questions-page .questions-page-item-top {
    padding: 16px 12px 17px 16px;
  }

  .questions-page .questions-page-body {
    padding: 20px 10px 24px 10px;
  }

  .questions-page .questions-page-item-title .answer-title, .questions-page .questions-page-item-title .name {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .questions-page .questions-page-item-title .answer, .questions-page .questions-page-item-title .ques {
    line-height: 19px;
    font-size: 12px;
  }

  .questions-page .questions-page-item-bottom .questions-page-item-title {
    margin: 12px 12px 15px 16px;
  }
}
.privacy .text-block__wrap {
  background: #fff;
  padding: 60px 40px;
  border-radius: 10px;
}
.privacy .text-block__wrap p {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, .5);
  line-height: 20px;
}

.privacy .text-block__wrap h2.bullet {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.favorite-page .main-background {
  padding: 100px 0 71px 0;
}

.favorite-page .pager {
  margin-top: -15px;
}

.favorite-page .favorite-page-show-more {
  margin: 27px auto 0 auto;
}

.options {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.options_o-book {
  margin-right: 20px;
}

.options_e-book label, .options_o-book label {
  display: block;
}

.options_e-book label:hover, .options_o-book label:hover {
  cursor: pointer;
}

.options_e-book label input, .options_o-book label input {
  display: none;
}

.options_e-book label p, .options_o-book label p {
  position: relative;
  padding: 9px 40px 9px 15px;
  border: 1px dashed rgba(0, 0, 0, .25);
  border-radius: 3px;
  font-size: 14px;
}

.options_e-book label p:before, .options_o-book label p:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background: var(--color-accent);
  border-radius: 100%;
  right: 10px;
  display: none;
}

.options_e-book label p:after, .options_o-book label p:after {
  content: '\e816';
  position: absolute;
  font-family: vs-book-icons;
  width: 15px;
  height: 15px;
  right: 9px;
  top: 13px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  display: none;
}

.options_e-book label p span, .options_o-book label p span {
  color: rgba(0, 0, 0, .5);
}

.options_e-book.btn-active label p, .options_o-book.btn-active label p {
  border: 1px solid var(--color-accent);
}

.options_e-book.btn-active label p:after, .options_e-book.btn-active label p:before, .options_o-book.btn-active label p:after, .options_o-book.btn-active label p:before {
  display: block;
}

.search-extended {
  position: absolute;
  width: 100%;
  top: 73px;
  background: #fff;
  padding: 43px;
  z-index: -1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.search-extended:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../images/search-hand.png) no-repeat;
  right: 0;
  bottom: 0;
}

.search-extended.active {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: 0 10px 20px rgba(3, 3, 3, .1);
  box-shadow: 0 10px 20px rgba(3, 3, 3, .1);
}

.search-extended-title {
  font-family: YesevaOne-Regular;
  font-size: 27px;
  color: rgba(0, 0, 0, .85);
  letter-spacing: 3.4px;
  text-transform: uppercase;
}

.search-extended-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.search-extended-filter-col {
  margin-right: 100px;
}

.search-extended-filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-extended-filter-row>span {
  display: block;
  width: 120px;
  color: #7f7f7f;
}

.search-extended-filter-row>span.irs {
  width: 100%;
}

.search-extended-filter-row.row-checkbox {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-extended-filter-row.row-checkbox .input-checkbox {
  margin-bottom: 20px;
  color: #7f7f7f;
  padding-left: 28px;
  position: relative;
}

.search-extended-filter-row.row-checkbox .input-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #f0f0f0;
  border-radius: 3px;
}

.search-extended-filter-row.row-checkbox .input-checkbox .checkmark:after {
  content: '\e816';
  position: absolute;
  font-family: vs-book-icons;
  width: 100%;
  height: 100%;
  left: 4px;
  top: 4px;
  font-size: 12px;
  color: #fff;
  visibility: hidden;
}

.search-extended-filter-row.row-checkbox .input-checkbox input {
  display: none;
}

.search-extended-filter-row.row-checkbox .input-checkbox input:checked~.checkmark {
  background: var(--color-accent);
}

.search-extended-filter-row.row-checkbox .input-checkbox input:checked~.checkmark:after {
  visibility: visible;
}

.search-extended-filter-row.row-price input[type=text]:first-child {
  margin-right: 20px;
}

.search-extended-filter-row.row-price-range {
  -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;
}

.search-extended-filter-row input[type=text] {
  background: #f0f0f0;
  border-radius: 5px;
  padding: 10px;
}

.search-extended-filter-row .selectric-wrapper {
  width: 256px;
}

.rating .stars {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating .stars.voted {
  pointer-events: none;
}

.rating .star {
  padding-right: 2px;
  cursor: pointer;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.rating .star:last-child {
  padding-right: 0;
}

.rating .star:before {
  content: '★ ';
  color: #ccc;
  font-size: 27px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.rating .star.rated:before, .rating .star.to_rate:before, .popup .rating .star:hover:before {
  color: #fc0;
}

.rating .star.no_to_rate:before {
  color: #ccc;
}

/****************** NEW STYLES ******************/

/* global */
.site-container {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.not-desc {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0, .5);
  margin-top: 40px;
}

.red-color {
  color: red;
}

/* history */
.history .history__table {
  border-collapse: collapse;
}

.history .history__container {
  max-width: 1254px;
}

.history .history__tab-content {
  display: none;
  background: none;
  border-radius: 0 0 10px 10px;
  padding: 27px;
  transition: background .5s;
}

.history .history__tr {
  position: relative;
}

.history .history__tr.active .history__expand:before {
  transform: rotate(0deg);
}

.history .history__tr.active .history__tab-content {
  background: #fff;
}

.history .history__tr.active .history__expand:after {
  content: 'Свернуть';
}

.history .history__tr.active .history__td:after {
  display: none;
}

.history .history__tr:first-child .history__td {
  border-width: 1px 0;
}

.history .history__tr:last-child .history__td {
  border-width: 1px 0;
}

.history .history__tr--head.active .history__td {
  background: #fff;
}

.history .history__tr--head.active .history__td:after {
  display: block;
}

.history .history__tr--head.active .history__td:before {
  display: none!important;
}

.history .history__tr--head .history__td:first-child {
  border-radius: 10px 0 0 0;
  padding-left: 30px;
}

.history .history__tr--head .history__td:last-child {
  border-radius: 0 10px 0 0;
}

.history .history__tr--tab .history__td {
  padding: 0;
  border: none;
  z-index: 0;
}

.history .history__td {
  padding: 28px 0;
  position: relative;
  z-index: 5;
  transition: background .5s;
}

.history .history__tr:first-child .history__td:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100%;
  height: 1px;
  background: rgba(165, 176, 182, .5);
}

.history .history__tr:first-child .history__td:first-child:before {
  display: block;
  content: '';
  position: absolute;
  left: 27px;
  right: 0px;
  bottom: 100%;
  height: 1px;
  background: rgba(165, 176, 182, .5);
}

.history .history__tr:first-child .history__td:last-child:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 27px;
  bottom: 100%;
  height: 1px;
  background: rgba(165, 176, 182, .5);
}

.history .history__td:after {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  height: 1px;
  background: rgba(165, 176, 182, .5);
}

.history .history__td:first-child:after {
  left: 27px;
}

.history .history__td:last-child:after {
  right: 27px;
}

.history .history__subtitle {
  margin-bottom: 75px;
}

.history .history__expand {
  transform: translateY(-2px);
}

.history .history__tr:hover .history__td {
  background: #e1ebf2;
  border-radius: 0px;
}

.history .history__tr.active:hover .history__td {
  background: #fff;
}

.history .history__tr.active:hover .history__td:first-child {
  border-radius: 10px 0 0 0;
}

.history .history__tr.active:hover .history__td:last-child {
  border-radius: 0 10px 0 0;
}

/* search */
.search-extended__submit {
  width: 200px;
}

/* button-favorite */
.button-favorite {
  position: relative;
  display: block;
}

.button-favorite.disabled {
  pointer-events: none;
}

.header-fixed .button-favorite__counter {
  top: -2px;
  right: 2px;
}

.button-favorite__counter {
  position: absolute;
  color: #fff;
  background: var(--color-accent);
  border-radius: 100%;
  padding: 3px 3px;
  font-size: 12px;
  min-width: 21px;
  text-align: center;
  top: -15px;
  right: 0px;
  display: none;
}

.button-favorite__counter.active {
  display: block;
}

/* product */
.product__value-empty {
  color: rgba(0,0,0, .3);
}

.product__value-filled {
  color: #000;
}

/* img-round-big */
.img-round-big img {
  top: -22%;
  left: -11%;
}

/* about */
.about {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 20px;
  }
}

.about__header {
  margin-bottom: 30px;
}

.about__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

.about__img-btn {
  display: inline-block;
  margin-bottom: 20px;
  align-self: center;
}

.about__text {
  color: rgba(0, 0, 0, .4);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .about__text {
    margin-bottom: 10px;
  }
}

.about__text:last-child {
  margin-bottom: 0;
}

/* input */
.registration__input--captcha-word {
  max-width: 260px;
}

/* reset-btn */
.reset-btn {
  background: none;
  border: none;
  padding: 0;
  margin-left: 5px;
  display: inline-block;
  transform: translateY(-2px);
}

.reset-btn.hide {
  display: none;
}

.reset-btn__icon {
  width: 12px;
  height: 12px;
}

/* favorite-page */
.favorite-page .product-wrap {
  margin-bottom: -74px;
}

/* authors */
.authors__no-img {
  left: -10%;
  top: -21%;
}

.authors__filter-flex span {
  border-bottom: none!important;
}

.authors__filter-flex span.active {
  color: var(--color-accent)!important;
  border-bottom: 1px solid var(--color-accent)!important;
}

.authors__filter-flex span.empty {
  color: rgba(0,0,0, .2)!important;
  border-bottom: none!important;
  pointer-events: none;
}

.authors__filter-flex span.all.active {
  border-bottom: none!important;
  position: relative;
}

.authors__filter-flex span.all.active:after {
  display: block;
  content: '';
  position: absolute;
  left: 2px;
  right: 12px;
  top: calc(100% + 0px);
  height: 1px;
  background: var(--color-accent);
}

.authors__filter-flex .alphabet-toggle {
  border: none!important;
}

.authors__filter-flex .alphabet-toggle span {
  border: none!important;
}

/* series-list */
.series-list {
  display: flex;
  flex-wrap: wrap;
  margin: -58px -29px;
  margin-top: 0;
}

.series-list__li {
  width: calc(100% / 4);
  padding: 58px 29px;
}

@media screen and (max-width: 999px) {
  .series-list__li {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  .series-list__li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 600px) {
  .series-list__li {
    width: calc(100% / 1);
  }
}


/* series-card */
.series-card {
  display: block;
  width: calc(100% + 60px);
}

.series-card__img-box {
  position: relative;
  margin-bottom: 33px;
  border-radius: 10px;
}

.series-card__img {
  max-width: 65.268%;
  height: auto;
  border-radius: 10px;
}

.series-card__img:first-child {
  box-shadow: 0 0 10px 1px rgba(0,0,0, .3);
}

.series-card__img--layer {
  position: absolute;
}

.series-card__img--layer:nth-child(2) {
  left: 30px;
  top: -30px;
}

.series-card__img--layer:nth-child(3) {
  left: 58px;
  top: -60px;
}

.series-card__desc {
  font-size: 16px;
  color: rgba(0, 0, 0, .65);
}

/* container-full */
.container-full--authors {
  max-width: 1205px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container-full--authors {
    padding: 0 12px;
  }
}

/* series-slider */
.series-slider {
  margin-top: 140px;
}

@media screen and (max-width: 1050px) {
  .series-slider {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .series-slider {
    padding-right: 12px;
  }
}

.series-slider .slick-list {
  margin: 0 -37px;
}

.series-slider .slick-slide {
  padding: 0 37px;
}

.series-slider__arrow {
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  z-index: 50;
  background: #fff;
  margin: 0;
}

@media screen and (max-width: 1399px) {
  .series-slider__arrow {
    display: none!important;
  }
}

.series-slider__arrow--prev {
  left: -90px;
}

.series-slider__arrow--next {
  right: -110px;
}

.series-slider .slick-dots {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1400px) {
  .series-slider .slick-dots {
    display: none!important;
  }
}

/* product-wrap */
.product-wrap--series .product-carousel-item  {
  width: calc(100% / 4);
}

/* books-list */
.books-list {

}

.books-list__list {
  display: flex;
  flex-wrap: wrap;
  margin: -27px;
}

.books-list__li {
  width: calc(100% / 5);
  padding: 27px;
}

@media screen and (max-width: 1279px) {
 .books-list__li {
   width: calc(100% / 4);
 }
}

@media screen and (max-width: 1000px) {
 .books-list__li {
   width: calc(100% / 3);
 }
}

@media screen and (max-width: 767px) {
 .books-list__li {
   width: calc(100% / 2);
 }
}

@media screen and (max-width: 600px) {
 .books-list__li {
   width: 100%;
 }
}

.books-list__card {
  padding: 0;
}

.books-list__card .product-carousel-item-img {
  position: static;
}

.books-list__card .product-carousel-item-buttons {
  transform: translateX(-50%)!important;
  top: auto;
  bottom: 20px;
  width: 80%;
}

@media screen and (max-width: 980px) {
  .books-list__card .product-carousel-item-buttons {
    bottom: 50px;
  }
}

.books-list__card .button-secondary {
  padding: 15px 10%;
}

@media screen and (max-width: 980px) {

  .books-list__card .button-secondary:after {
    color: #fff!important;
  }
}

.books-list__card .button-secondary:after {
  right: -10px!important;
}

.books-list .product-carousel-item-img {
  display: block;
}

/* product-carousel */
.product-carousel__img-wrap {
  position: relative;
}

.novelty .product-carousel-arrows {
  top: 307px;
}

/* books-slider */
.books-slider {

}

.books-slider .slick-list {
  margin: -24px;
  display: flex;
  justify-content: center;
}

.books-slider__slide {
  padding: 24px;
}

.books-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 1400px) {
  .books-slider .slick-dots {
    display: none!important;
  }
}

@media screen and (max-width: 980px) {
  .books-slider .product-carousel-item-img {
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  .books-slider .product-carousel-item-img:after {
    display: none;
  }

  .books-slider .product-carousel-item-img img {
    object-fit: auto;
    width: 100%;
    height: auto;
  }

  .books-slider .product-carousel-item-buttons {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
  }
}

/* popup-cart-item */
.popup-cart-item__wrapper {
  align-items: flex-start;
}

.popup-cart-item__content-wrap {
  flex: 1;
  padding-left: 22px;
}

.popup-cart-item__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}

.popup-cart-item__options {
  position: static;
  margin: 0;
  padding: 0;
}

.popup-cart-item .final-price-wrap {
  display: block;
}

/* cart-form */
.cart-form__payment-item, .cart-form__delivery-item {
  padding: 0;
}

.cart-form__delivery--no-mg {
  margin-bottom: 20px!important;
}

/* tab */
.tab span {
  white-space: nowrap;
}


.tab__link {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.tab__link:after {
  display: none!important;
}

/* cabinet */
.cabinet__tabs .tab span {
  display: inline;
}

/* search-field */
.search-field {
  position: relative;
  max-width: 562px;
  margin: 0 auto;
}

.search-field__input:focus + .search-field__placeholder, .search-field.filled .search-field__placeholder {
  opacity: 0;
}

.search-field__input-wrap {
  position: relative;
}

.search-field__placeholder {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(0,0,0, .5);
  font-family: 'HelveticaNeue-Medium';
  pointer-events: none;
  transition: none;
}

.search-field__star {
  color: red;
}

.search-field.filled .search-field__input {
  background: #fff;
}

.search-field__input {
  background: rgba(0, 0, 0, .06);
  height: 43px;
  padding: 0 14px;
  width: 100%;
  font-size: 14px;
  color: rgba(0,0,0, .5);
  font-family: 'HelveticaNeue-Medium';
  transition: background .3s;
}

.search-field__input::placeholder {
  color: rgba(0,0,0, .25);
}

.search-field__input:focus {
  background: #fff;
}

.search-field__list {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  right: 0;
  border-top: 1px solid rgba(0,0,0, .15);
  box-shadow: 0 5px 10px 1px rgba(0,0,0, .3);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.search-field.filled .search-field__list {
  opacity: 1;
  pointer-events: auto;
}

.search-field__item {
  display: block;
  width: 100%;
  padding: 13.5px 14px;
  background: #fff;
  transition: background .3s;
  border: none;
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0, .5);
  text-align: left;
  font-family: 'HelveticaNeue-Medium';
}

.search-field__item:hover {
  background: #D2EAEC;
}

/* no-data */
.no-data {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0, .5);
  margin-bottom: 60px;
}

/* text-field */
.text-field-wrap--center {
  width: 100%!important;
  max-width: 562px;
  margin: 0 auto;
}

/* boxberry */
#boxberryContainer__link.disabled {
  pointer-events: none;
  font-size: 0;
}

#boxberryContainer__link:after {
  display: none;
  content: '';
  width: 80px;
  height: 10px;
  background: url(../images/preloader.png) no-repeat center;
  background-size: 100% auto;
}

#boxberryContainer__link.disabled:after {
  display: block;
}

.boxberry__container {
  max-width: 562px;
  margin: 0 auto;
  text-align: center;
}

.boxberry_container {
  top: 50%!important;
  transform: translateY(-50%)!important;
}

.boxberry__preloader {
  margin-top: 20px;
  display: none;
}

.text-field-wrap--center {
  text-align: center;
}

.boxberry__link {
  display: inline-block;
  margin-top: 40px;
}

.boxberry__result {
  margin-bottom: 80px;
  text-align: center;
}

/* readers-choice */
.readers-choice .slider-controls {
  top: 366px;
}

/* cookie-msg */
.cookie-msg {
	 position: fixed;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 height: 78px;
	 background: #1bb5c2;
   color: #fff;
   display: none;
}
 .cookie-msg.disabled {
	 display: none;
}
 .cookie-msg__container {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
}
 .cookie-msg__desc {
	 font-size: 14px;
}
 .cookie-msg__link {
	 text-decoration: underline;
}
 .cookie-msg__btn {
	 margin-left: auto;
	 width: 173px;
}
 .cookie-msg__close {
	 width: 74px;
	 height: 74px;
	 background: #54c0c9;
	 border-radius: 50%;
	 margin-left: 7.2rem;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .cookie-msg__close-icon {
	 vertical-align: bottom;
}

/* LAST WORD */
.no-mg {
  margin: 0;
}

.disabled .cart-form__delivery, .disabled .boxberry__link {
  display: none;
}

.disabled .boxberry__preloader {
  display: inline;
}

.hide {
  display: none!important;
}

@media screen and (max-width: 980px) {
  .mobile-hide {
    display: none;
  }
}
