/*
Name: 			index.css
Written by: 	Lavrinenko Aleksandr
Theme Version:	1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"), url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: local("HelveticaNeueCyr-Roman"), url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: local("HelveticaNeueCyr-Bold"), url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  src: local("HelveticaNeueCyr-Light"), url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "als_rublregular";
  src: url("../fonts/rouble-webfont.eot") format("eot");
  src: url("../fonts/rouble-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble-webfont.woff2") format("woff2"), url("../fonts/rouble-webfont.woff") format("woff"), url("../fonts/rouble-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Position */
.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

/* Color Transparent */
.color-transparent {
  color: transparent !important;
}

/* Background No Repeat */
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

/* Background Size Auto */
.bg-size-auto {
  background-size: auto !important;
}

/* Background Size Cover */
.bg-size-cover {
  background-size: cover !important;
}

/* Background Position Center */
.bg-position-center {
  background-position: center center !important;
}

/* Background Clip Text */
.bg-clip-text {
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* Display flex */
.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: calc(0.625vw + 12px);
}

.visually-hidden {
  display: none;
}

.rub {
  text-transform: lowercase;
  font-family: "als_rublregular";
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#330960));
  background: linear-gradient(180deg, #000 0%, #330960 100%);
  color: #FFFFFF;
  font-family: "HelveticaNeueCyr";
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  line-height: "140%";
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 30px 0;
  padding-bottom: 7rem;
  position: relative;
}

section {
  width: 100%;
}

.new-container {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 767px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: inherit;
}

.heading {
  font-family: "Open Sans";
}

.btn {
  text-align: center;
  font-size: 1rem;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-default {
  background: #1E2083;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.btn.btn-default:active, .btn.btn-default:hover {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.5);
}
.btn.btn-white {
  background: #FFFFFF;
  color: #1E2083;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
}
.btn.btn-white:hover, .btn.btn-white:active {
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 90%;
  color: #fff;
  padding-bottom: 30px;
}

h2,
.h2 {
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 30px;
}

input[type=radio],
input[type=file],
input[type=checkbox] {
  display: none;
}

@media screen and (min-width: 1200px) {
  .mobile-only {
    display: none;
  }
}

.tg-elem {
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

header {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1.2rem 0;
  padding-bottom: 1.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #371e52;
  z-index: 11;
}
.ios.mobile header, .ios.tablet header {
  padding-bottom: 2.2rem;
}
header:not(.show) {
  display: none;
}

.header-inner nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0 0.5rem;
}

.header-nav_link {
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav_link > span {
  font-size: 0.8rem;
}
.header-nav_link.--cart {
  position: relative;
}
.header-nav_link.--cart > .count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 0.8rem;
  background: #FFFFFF;
  color: #000;
  font-family: "Open Sans";
  font-weight: bold;
}

.catalog-items {
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

.catalog-item {
  gap: 20px;
  width: 100%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
}
.catalog-item > * {
  width: calc(50% - 10px);
}
.catalog-item .img-wrapper {
  overflow: hidden;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog-item .img-wrapper img {
  width: 100%;
}
.catalog-item .descript {
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  padding-right: 15px;
}
.catalog-item .descript .item-name {
  font-size: 1.2rem;
  line-height: 112%;
  padding-bottom: 10px;
  font-weight: 500;
}
.catalog-item .descript .item-price {
  margin-top: auto;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  font-family: "Open Sans";
  font-weight: 500;
}
.catalog-item .descript .list {
  width: 100%;
  margin-bottom: 25px;
}
.catalog-item .descript .list li {
  font-size: 0.9rem;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.catalog-item .descript .list li:before {
  content: attr(data-before);
  position: relative;
  opacity: 0.8;
}
.catalog-item .descript .list li:not(:first-child) {
  margin-top: 5px;
}
.catalog-item .btns-wrapper {
  margin-top: 15px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.catalog-item .btns-wrapper .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.catalog-item .btn-favorites {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../htmlmedia/icons/heart-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.catalog-item .btn-favorites.active {
  background-image: url(../htmlmedia/icons/heart-active.svg);
}

.catalog-item_slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding: 0 5px;
}
.catalog-item_slider .swiper-pagination > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  height: 3px;
}
.catalog-item_slider .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.catalog-item_slider .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalog-item_slider .swiper-slide {
  overflow: hidden;
}
.catalog-item_slider .swiper-slide .swiper-lazy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.catalog-item_slider .swiper-pagination-bullet {
  position: relative;
  margin: 0 !important;
  opacity: 1;
}
.catalog-item_slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #8d8d8d;
  opacity: 1;
}
.catalog-item_slider .swiper-pagination-bullet:before {
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  content: "";
}

.card .heading-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.card .heading-wrapper h1 {
  padding-right: 30px;
  padding-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card .heading-wrapper .btn-close {
  width: 30px;
  height: 30px;
  /* position: absolute; */
  cursor: pointer;
  position: relative;
}
.card .heading-wrapper .btn-close:before, .card .heading-wrapper .btn-close:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 14px;
}
.card .heading-wrapper .btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 1px;
}
.card .heading-wrapper .btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -1px;
}
.card .slider-wrapper {
  display: block;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -10px;
  width: calc(100% + 20px);
  padding: 0 10px;
  padding-bottom: 10px;
}
.card .slider-card {
  height: 60vw;
  width: 50vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.card .slider-card:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  background-image: url(../htmlmedia/icons/zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 15px;
}
.card .slider-card + .slider-card {
  margin-left: 10px;
}
.card .price-card {
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}
.card .price-card .btn-favorites {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../htmlmedia/icons/heart-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card .price-card .btn-favorites.active {
  background-image: url(../htmlmedia/icons/heart-active.svg);
}
.card .descript-card {
  margin: 30px 0;
  padding: 20px 0;
  position: relative;
}
.card .descript-card:before, .card .descript-card:after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.card .descript-card:before {
  top: 0;
}
.card .descript-card:after {
  bottom: 0;
}
.card .descript-card .text {
  line-height: 180%;
  font-size: 0.9rem;
}
.card .options-card .list {
  gap: 30px;
}
.card .options-card li {
  position: relative;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  font-size: 0.9rem;
}
.card .options-card li:before {
  content: attr(data-before);
  position: relative;
  font-size: 0.8rem;
  opacity: 0.8;
}
.card .title {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 15px;
}
.card .added-card {
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-top: 80px;
}
.card .added-card .count-wrapper {
  position: relative;
  min-width: 60%;
}
.card .added-card .count-wrapper .title {
  font-family: "HelveticaNeueCyr";
  font-size: 0.8rem;
  font-weight: normal;
  padding-bottom: 5px;
  opacity: 0.8;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 5px;
  white-space: nowrap;
}
.card .added-card .added-card_top {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .added-card .count-wrapper_inner {
  padding: 5px 20px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 68px 0 rgba(255, 255, 255, 0.05), inset 0 0 4px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 0 68px 0 rgba(255, 255, 255, 0.05), inset 0 0 4px 0 rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card .added-card .count-wrapper_inner .count {
  width: 50px;
  text-align: center;
}
.card .added-card .count-wrapper_inner .control {
  width: 30px;
  height: 30px;
  position: relative;
}
.card .added-card .count-wrapper_inner .control.--min:before, .card .added-card .count-wrapper_inner .control.--plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background: #FFFFFF;
}
.card .added-card .count-wrapper_inner .control.--plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 15px;
  background: #FFFFFF;
}
.card .added-card .finally-price {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Open Sans";
  position: relative;
}
.card .added-card .finally-price .old-price {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-family: "HelveticaNeueCyr";
  font-weight: normal;
  margin-bottom: 2px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.card .added-card .finally-price .old-price:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.card .added-card .btn-added {
  -webkit-box-shadow: inset 0 0 68px 0 rgba(255, 255, 255, 0.05), inset 0 0 4px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 0 68px 0 rgba(255, 255, 255, 0.05), inset 0 0 4px 0 rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  padding: 0 15px;
  border-radius: 50px;
  width: 100%;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
}
.card .added-card .btn-added.active {
  background: #1E2083;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.card .added-card .btn-added.active:active {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.5);
}
.card .in-cart {
  padding: 50px 0 30px;
}
.card .in-cart .btn {
  width: 100%;
  text-align: center;
}

.cart-item {
  gap: 15px;
  position: relative;
}
.cart-item .img-wrapper {
  width: 30vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 10px;
  overflow: hidden;
}
.cart-item .descript {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
}
.cart-item .descript > .title {
  width: 100%;
  padding-bottom: 0;
  padding-right: 20px;
  min-height: 40px;
}
.cart-item .descript .added-card {
  margin-top: 40px;
  width: 100%;
}
.cart-item .descript .added-card .count-wrapper {
  width: auto;
  min-width: auto;
}
.cart-item .descript .added-card .count-wrapper_inner {
  padding: 3px 10px;
  gap: 5px;
}
.cart-item .descript .added-card .count-wrapper_inner .control {
  width: 20px;
}
.cart-item .descript .added-card .count-wrapper_inner .count {
  width: 30px;
}
.cart-item .descript .added-card .btn-added {
  height: 35px;
  line-height: 35px;
}
.cart-item .btn-delete {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../htmlmedia/icons/delete.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: contain;
}
.cart-item:not(:first-child) {
  margin-top: 40px;
}

.cart-empty-wpapper:not(.active) {
  display: none;
}
.cart-empty-wpapper .text {
  font-size: 1.3rem;
  padding-bottom: 20px;
  line-height: 150%;
}
.cart-empty-wpapper .btn {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 1rem;
}

.last-views-wrapper {
  margin-top: 40px;
  padding-top: 30px;
  position: relative;
}
.last-views-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.last-views-wrapper h2 {
  padding-bottom: 0;
}
.last-views-wrapper .btn {
  height: 35px;
  line-height: 35px;
}

.favorites .btn-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../htmlmedia/icons/delete.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: contain;
}

.cart-empty-wpapper:not(.active) {
  display: none;
}
.cart-empty-wpapper .text {
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.cart-empty-wpapper .btn {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 1rem;
}

.favorites-empty-wpapper:not(.active) {
  display: none;
}
.favorites-empty-wpapper .text {
  font-size: 1.3rem;
  padding-bottom: 20px;
  line-height: 150%;
}
.favorites-empty-wpapper .btn {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 1rem;
}

.orders-wrapper .title {
  font-size: 1rem;
  padding-bottom: 20px;
}
.orders-wrapper.orders-ended {
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.orders-wrapper.orders-ended:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.orders-wrapper.orders-ended .order-item {
  opacity: 0.5;
}

.order-item {
  gap: 15px;
}
.order-item + .order-item {
  margin-top: 20px;
}
.order-item .img-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 23vw;
  border-radius: 10px;
  overflow: hidden;
}
.order-item .descript {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order-item .descript .name {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.order-item .descript .count-price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.order-item .descript .count-price > span:last-child {
  font-weight: bold;
}
.order-item .descript .date-cancel {
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-item .descript .date-cancel > span:first-child {
  font-size: 0.8rem;
  opacity: 0.8;
}
.order-item .descript .date-cancel > .btn {
  line-height: 30px;
  height: 30px;
  font-size: 0.8rem;
}

.profile h1 {
  padding-bottom: 10px;
}
.profile .profile-items {
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.profile .profile-item {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  padding: 20px 0;
  padding-left: 40px;
  width: 100%;
}
.profile .profile-item:not(:first-child):after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.profile .profile-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-position: center;
}
.profile .profile-item.--name:before {
  background-image: url(../htmlmedia/icons/profile-fill.svg);
}
.profile .profile-item.--phone:before {
  background-image: url(../htmlmedia/icons/phone-profile.svg);
}
.profile .profile-item.--orders:before {
  background-image: url(../htmlmedia/icons/orders.svg);
}
.profile .profile-item.--orders span {
  position: absolute;
  right: 5px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ios.iphone.mobile .profile-item:before {
  margin-top: -2px;
}
.ios.iphone.mobile .profile-item.--orders span {
  top: 23px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#330960));
  background: linear-gradient(180deg, #000 0%, #330960 100%);
}
.modal:not(.active) {
  display: none;
}
.modal .modal-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-wrapper .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: relative;
}
.modal .modal-wrapper .circle span {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.modal .modal-wrapper .circle span:before, .modal .modal-wrapper .circle span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 50%;
  left: 0;
}
.modal .modal-wrapper .circle span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-wrapper .circle span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-wrapper .h1 {
  text-align: center;
  line-height: 130%;
}
.modal .modal-wrapper .h1 > span {
  font-size: 0.9rem;
  font-family: "HelveticaNeueCyr";
  font-weight: normal;
}

.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#330960));
  background: linear-gradient(180deg, #000 0%, #330960 100%);
}
.loader-wrapper:not(.active) {
  display: none;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-perspective: 800px;
          perspective: 800px;
}

.inner {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  -webkit-animation: rotate-one 1s linear infinite;
          animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #EFEFFA;
}

.inner.two {
  right: 0%;
  top: 0%;
  -webkit-animation: rotate-two 1s linear infinite;
          animation: rotate-two 1s linear infinite;
  border-right: 3px solid #EFEFFA;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  -webkit-animation: rotate-three 1s linear infinite;
          animation: rotate-three 1s linear infinite;
  border-top: 3px solid #EFEFFA;
}

@-webkit-keyframes rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.year-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.year-content:not(.show) {
  display: none;
}
.year-content .year-content-inner {
  max-width: 260px;
  margin: 0 auto;
}
.year-content .title {
  text-align: center;
}
.year-content .btns-wrapper {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.year-content .btns-wrapper .btn {
  width: 40%;
}
.year-content .btns-wrapper .btn.btn-back {
  width: auto;
  min-width: 70%;
}/*# sourceMappingURL=index.css.map */