/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  *display: inline;
  max-width: 100%;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  *margin-left: -7px;
  /* 3 */
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  margin: 0;
  /* 2 */
  border-radius: 0;
  font-size: 100%;
  /* 1 */
}

button {
  border: none;
  background: none;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 4 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* 2 */
  *width: 13px;
  /* 3 */
  *height: 13px;
  /* 3 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  vertical-align: top;
  /* 2 */
  overflow: auto;
  /* 1 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

img {
  vertical-align: middle;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  padding: 0.2em 0;
  color: #000;
  background: #ccc;
}

@font-face {
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
}

/* Colors */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  min-width: 375px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.18;
  color: #000;
}

body.overflow {
  overflow: hidden;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1650px;
}

.line {
  position: relative;
}

.line::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 61px;
  height: 2px;
  background-color: #e62250;
}

.icon--top {
  width: 26px;
  height: 26px;
  fill: #fa1064;
}

.icon--logo-black {
  width: 72px;
  height: 73px;
  color: #000;
}

.icon--logo-white {
  width: 126px;
  height: 127px;
  color: #fff;
}

.icon--search {
  width: 24px;
  height: 24px;
  fill: #fa1064;
}

.icon--payment {
  width: 50.32px;
  height: 39.14px;
  fill: #fff;
}

.icon--arrow {
  width: 14px;
  height: 14px;
  fill: #e62250;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.icon--arrow-big {
  width: 20px;
  height: 20px;
  fill: #e62250;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.icon--mobile {
  width: 26px;
  height: 26px;
  fill: #e62250;
}

.icon--star-fill {
  width: 26px;
  height: 26px;
  fill: #f8d20d;
}

.icon--star-empty {
  width: 26px;
  height: 26px;
  fill: #fff;
  stroke: #302f35;
  stroke-width: 0.3;
}

.icon--helpers {
  width: 26px;
  height: 26px;
  fill: #e62250;
}

.icon--rating {
  width: 26px;
  height: 26px;
  fill: #fff;
  stroke: #302f35;
  stroke-width: 0.3;
}

.icon--favorite-mobile {
  width: 30px;
  height: 30px;
  fill: #e62250;
}

.icon--compare-mobile {
  width: 30px;
  height: 30px;
  fill: #302f35;
}

.icon--favorite {
  width: 30px;
  height: 30px;
  fill: #302f35;
}

.icon--phone {
  width: 30px;
  height: 30px;
  fill: #e62250;
}

/* mixins */

/* UI */

.tabs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.tabs__btn {
  border-bottom: 1px solid transparent;
  font-size: 24px;
  line-height: 1.16;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.tabs__btn:not(:last-child) {
  margin-right: 56px;
}

.tabs__btn.active {
  border-color: #e62250;
  text-transform: uppercase;
}

.tabs__mobile {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}

.tabs__content {
  display: none;
}

.tabs__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
}

.tabs__content p + ul {
  margin-top: 20px;
}

.tabs__content ul + p {
  margin-top: 20px;
}

.tabs__content.active {
  display: block;
}

.btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.16;
  cursor: pointer;
}

.btn--main {
  padding: 15px 50px;
  color: #fff;
  background-color: #e62250;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.btn--black {
  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;
  border-radius: 2px;
  padding: 10px 36px;
  color: #fff;
  background-color: #302f35;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  background-color: #fff;
}

.card__image {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 261px;
}

.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__title {
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  margin-bottom: 15px;
  min-width: 0;
  font-size: 16px;
  line-height: 19px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card__price {
  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;
}

.card__favorite {
  position: absolute;
  right: 0;
  top: 0;
}

.card__prices-current {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #e62250;
}

.card__prices-old {
  margin-right: auto;
  margin-left: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: line-through;
}

.dropdown {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e62250;
  cursor: pointer;
}

.dropdown--open .dropdown__bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.dropdown--open .dropdown__arrow svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.dropdown__top {
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.dropdown__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 40px;
  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;
}

.dropdown__arrow svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.dropdown__current {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  font-family: inherit;
  color: #e62250;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.dropdown__bottom {
  z-index: 10;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  padding: 10px 0;
  width: 100%;
  position: absolute;
  top: 100%;
  border: 1px solid #e62250;
  background-color: #fff;
}

.dropdown__option {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 14px;
  padding: 12px 15px;
}

.dropdown__option.active {
  color: #e62250;
}

/* components */

.section-top {
  background-color: #302f35;
}

.section-top__inner {
  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;
  padding: 12px 0;
}

.section-top__text {
  font-size: 18px;
  line-height: 1.16;
  color: #e62250;
}

.section-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-top__item {
  margin-left: 40px;
}

.section-top__item--hide {
  display: none;
}

.section-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-top__link-text {
  display: block;
  margin-left: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.18;
  color: #fff;
}

.header {
  z-index: 10;
  margin-bottom: 15px;
}

.header__inner {
  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;
}

.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: auto;
  margin-left: 66px;
}

.header__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 530px;
          flex: 0 1 530px;
  margin-left: 50px;
}

.header__mobile {
  display: none;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__item:not(:last-child) {
  margin-right: 56px;
}

.nav__category-text {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.16;
  color: #e62250;
}

.nav__logo {
  display: none;
}

.nav__link {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.18;
  color: #000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.submenu {
  position: relative;
  margin-right: 72px;
}

.submenu__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.16;
  color: #e62250;
  cursor: pointer;
}

.submenu__name svg {
  margin-left: 5px;
}

.submenu__wrapper {
  padding: 20px;
}

.submenu__bottom {
  position: absolute;
  top: calc(100% + 25px);
  z-index: 100;
  width: 1364px;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  background-color: #feefe9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.submenu__bottom.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.submenu__top.active .submenu__name svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.submenu__block {
  -webkit-columns: 5;
     -moz-columns: 5;
          columns: 5;
}

.submenu__block h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.15;
  color: #e62250;
}

.submenu__block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 243px;
  font-size: 16px;
  line-height: 1.16;
  color: #000;
}

.submenu__block a + a {
  margin-top: 10px;
}

.submenu__block a + h3 {
  margin-top: 15px;
}

.submenu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 243px;
          flex: 0 1 243px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submenu__btn {
  display: block;
  border-bottom: 1px solid #e62250;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  color: #e62250;
}

.submenu__btn:not(:last-child) {
  margin-bottom: 15px;
}

.submenu__close {
  padding: 3px 0 4px;
  width: 100%;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #302f35;
}

.submenu__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submenu__pagination-pages {
  border-bottom: 1px solid #e62250;
  font-size: 20px;
  line-height: 1.15;
  color: #e62250;
}

.submenu__pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu__pagination-btn--prev {
  margin-right: 10px;
}

.submenu__pagination-btn--prev svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.submenu__pagination-btn--next {
  margin-left: 10px;
}

.submenu__pagination-btn--next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e62250;
  border-radius: 8px;
  padding: 8px 15px;
}

.search__input {
  outline: none;
  border: none;
  border-radius: 0 !important;
  width: 100%;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.18;
  background-color: transparent;
}

.search__input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.search__input::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}

.search__input:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.search__input::-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.search__input::placeholder {
  color: #000;
  opacity: 0.5;
}

.search__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero {
  margin-bottom: 30px;
}

.hero__slider {
  height: 618px;
}

.hero__wrapper {
  width: 100%;
  height: 100%;
}

.hero__slide {
  width: 100%;
  height: 100%;
}

.hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories {
  margin-bottom: 30px;
}

.categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.categories__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 546px;
}

.categories__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories__item--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.categories__item--long {
  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;
  grid-column: 2 span;
  height: 230px;
}

.categories__item--long .categories__title {
  text-align: center;
  color: #000;
}

.categories__item--first {
  background-image: -o-linear-gradient(354.97deg, #e0d2ec 10.54%, #f8afaf 95.2%);
  background-image: linear-gradient(95.03deg, #e0d2ec 10.54%, #f8afaf 95.2%);
}

.categories__item--second {
  background-image: -o-linear-gradient(355.68deg, #e9d8ff 5.27%, #83b2eb 100%);
  background-image: linear-gradient(94.32deg, #e9d8ff 5.27%, #83b2eb 100%);
}

.categories__item--bold {
  padding: 47px 20px;
  text-align: center;
}

.categories__item--bold .categories__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}

.categories__title {
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #fff;
}

.mobile__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile__home,
.mobile__search,
.mobile__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile__home,
.mobile__search {
  margin-right: 30px;
}

.breadcrumbs__inner {
  padding: 25px 0;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.18;
  color: #000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.breadcrumbs__link::after {
  content: "/";
}

.product__inner {
  display: grid;
  grid-template-columns: 381px minmax(auto, 944px);
  grid-template-rows: repeat(12, auto);
  gap: 0 30px;
}

.product__slider {
  margin-bottom: 15px;
  width: 381px;
  height: 381px;
  min-width: 0;
}

.product__left {
  grid-column: 1/2;
  grid-row: 1/-1;
}

.product__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__mobile {
  display: none;
}

.product__thumbs {
  margin-bottom: 25px;
}

.product__thumb {
  border: 1px solid transparent;
  height: 84px !important;
  cursor: pointer;
}

.product__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__thumb.swiper-slide-thumb-active {
  border-color: #e62250;
}

.product__stars {
  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-bottom: 10px;
}

.product__star:not(:last-child) {
  margin-right: 10px;
}

.product__review {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.18;
  color: #000;
}

.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

.product__title {
  font-size: 32px;
  line-height: 1.18;
}

.product__helpers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__helpers button {
  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;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.product__helpers button:not(:last-child) {
  margin-right: 10px;
}

.product__params {
  grid-column: 2/3;
  margin-bottom: 20px;
  max-width: 170px;
}

.product__param {
  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;
}

.product__param:not(:last-child) {
  margin-bottom: 8px;
}

.product__param span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-size: 18px;
  line-height: 1.16;
}

.product__content {
  margin-bottom: 20px;
}

.product__counter {
  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-bottom: 20px;
  max-width: 100px;
}

.product__btn {
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: #d9d9d9;
}

.product__count {
  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: 0 10px;
  border: none;
  height: 26px;
  min-width: 26px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #000;
  background-color: #d9d9d9;
}

.product__price {
  margin-right: 20px;
  font-size: 24px;
  line-height: 1.16;
  color: #e62250;
}

.product__buy {
  margin-right: 20px;
  text-transform: uppercase;
}

.product__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.product__form {
  margin-bottom: 30px;
}

.form__head {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.16;
}

.form__label {
  display: block;
  margin-bottom: 15px;
}

.form__textarea {
  min-height: 150px;
}

.form__mark {
  font-size: 18px;
  line-height: 1.6;
}

.form__mark b {
  color: #e62250;
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__rate {
  margin-right: 10px;
  margin-left: 10px;
}

.form__rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.form__rate:not(:checked) > label {
  float: right;
  padding: 5px;
  cursor: pointer;
}

.form__rate > input:checked ~ label svg {
  fill: #f8d20d;
  stroke: #f8d20d;
}

.form__rate > input:checked + label:hover svg,
.form__rate > input:checked + label:hover ~ label svg,
.form__rate > input:checked ~ label:hover svg,
.form__rate > input:checked ~ label:hover ~ label svg,
.form__rate > label:hover ~ input:checked ~ label svg {
  fill: #c7ab1f;
  stroke: #c7ab1f;
}

.form__rate:not(:checked) > label:hover svg,
.form__rate:not(:checked) > label:hover ~ label svg {
  fill: #f8d20d;
  stroke: #f8d20d;
}

.form__input,
.form__textarea {
  border: 1px solid #e62250;
  border-radius: 2px;
  padding: 10px;
  width: 100%;
  font-family: inherit;
  resize: none;
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #000;
  opacity: 0.5;
}

.reviews {
  margin-bottom: 50px;
}

.reviews__item:not(:last-child) {
  margin-bottom: 20px;
}

.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.reviews__name {
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.6;
}

.reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews__star:not(:last-child) {
  margin-right: 10px;
}

.reviews__content {
  max-width: 700px;
}

.cards {
  margin-top: 50px;
}

.cards__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding-bottom: 40px;
  gap: 2px;
}

.cards__item {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.cards__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cards__pagination-pages {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #e62250;
}

.cards__pagination-btn {
  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;
  width: 30px;
  height: 30px;
}

.cards__pagination-btn--prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cards__pagination-btn--next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.category {
  margin-top: 20px;
}

.category__item:not(:last-child) {
  margin-bottom: 10px;
}

.category__link {
  color: #000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.category__link:hover {
  color: #e62250;
}

.filters {
  margin-top: 50px;
}

.filters__container {
  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;
  width: 100%;
}

.filters__sort {
  max-width: 300px;
}

.filters__views {
  max-width: 100px;
}

.contact {
  margin-bottom: 100px;
}

.contact__container {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__row {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
}

.contact__title {
  color: #e62250;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.contact__list {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  margin-bottom: 30px;
}

.contact__link {
  color: #777;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__text {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  max-width: 700px;
}

.contact__text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__item:not(:last-child) {
  margin-bottom: 30px;
}

.contact__item svg {
  margin-right: 10px;
  fill: #e62250;
}

.contact__item svg {
  margin-right: 10px;
}

.blog {
  margin-bottom: 100px;
}

.blog__head {
  color: #e62250;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.blog__list {
  margin-top: 100px;
}

.blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.blog__item:not(:last-child) {
  margin-bottom: 100px;
}

.blog__info {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
  height: 400px;
  overflow: hidden;
  margin-right: 40px;
}

.blog__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.blog__title {
  line-height: 25px;
  display: block;
  font-size: 22px;
  color: #e62250;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.blog__description {
  line-height: 25px;
  display: block;
  font-size: 16px;
  color: #000;
  margin-top: 50px;
}

.blog__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding: 5px;
  margin-top: 50px;
  color: #e62250;
  border-bottom: 1px solid #e62250;
}

.article {
  margin-bottom: 100px;
}

.article__container {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__title {
  color: #e62250;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.article__image {
  margin-top: 50px;
  max-width: 960px;
  width: 100%;
  height: auto;
}

.article__description {
  margin-top: 50px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.article__description p {
  margin-bottom: 20px;
}

.article__description p:last-child {
  margin-bottom: 0;
}

.footer {
  position: relative;
  background-color: #302f35;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.footer__inner {
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 0 20px;
}

.footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer__block {
  grid-column: 2 span;
  grid-row: 2 span;
}

.footer__cop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 5/9;
  grid-row: 2/3;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.16;
  color: #fff;
}

.footer__logo {
  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;
  grid-column: 4 span;
}

.footer__logo img {
  width: 127px;
  height: 127px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__title {
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #fff;
}

.footer__item:not(:last-child) {
  margin-bottom: 10px;
}

.footer__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.16;
  color: #fff;
}

@media (max-width: 1600px) {
  .submenu__bottom {
    width: 1058px;
  }

  .submenu__block {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}

@media (max-width: 1440px) {
  .header__nav {
    margin-left: 40px;
  }

  .nav__item:not(:last-child) {
    margin-right: 30px;
  }

  .submenu {
    margin-right: 40px;
  }

  .categories__item--bold .categories__title {
    font-size: 23px;
  }

  .footer__grid {
    gap: 10px;
  }

  .footer__block:last-child {
    grid-column: 1 span;
  }

  .footer__block:nth-child(5) {
    grid-column: 3 span;
  }
}

@media (max-width: 1300px) {
  .submenu__bottom {
    width: 800px;
  }

  .submenu__block {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

@media (max-width: 1250px) {
  .blog__image {
    width: 470px;
  }
}

@media (max-width: 1024px) {
  .categories__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .categories__item {
    height: 400px;
  }

  .categories__item--long {
    height: 180px;
  }

  .categories__item--bold .categories__title {
    font-size: 23px;
  }
}

@media (max-width: 1023px) {
  .main {
    padding-top: var(--app-header);
  }

  .section-top {
    position: absolute;
    left: 0;
    top: -100%;
  }

  .section-top__text {
    font-size: 16px;
  }

  .section-top__list {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11000;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 8px 0 5px;
    background-color: #302f35;
    -webkit-transform: translateY(130%);
        -ms-transform: translateY(130%);
            transform: translateY(130%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  .section-top__list.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .section-top__item {
    margin: 0;
  }

  .section-top__item--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-top__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-top__link-text {
    margin: 0;
    font-size: 12px;
  }

  .section-top__link-text span {
    display: none;
  }

  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    margin-bottom: 0;
    background-color: #302f35;
  }

  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .header__logo svg {
    width: 64px;
    height: 65px;
    color: #fff;
  }

  .header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .nav {
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    width: 100%;
    height: calc(var(--app-height) - 53px);
    background-color: #302f35;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    scrollbar-width: 0;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }

  .nav__logo svg {
    width: 56px;
    height: 57px;
    color: #fff;
  }

  .nav__list {
    -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;
    padding: 0 10px;
  }

  .nav__item:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }

  .nav__link {
    font-size: 20px;
    color: #fff;
  }

  .nav.active {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }

  .submenu {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .submenu__bottom {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }

  .submenu__name {
    padding: 0;
    font-size: 20px;
    line-height: 23px;
  }

  .submenu__wrapper {
    padding: 0;
  }

  .submenu__block {
    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: 20px;
  }

  .submenu__block h3 {
    color: #fff;
  }

  .submenu__block a {
    color: #fff;
  }

  .submenu__block a + a {
    margin-top: 12px;
  }

  .submenu__pagination,
  .submenu__close {
    display: none;
  }

  .search {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 0;
    margin: 0;
    padding: 30px 20px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .search__input {
    font-size: 14px;
  }

  .search.active {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }

  .hero {
    margin-bottom: 10px;
  }

  .hero .container {
    padding: 0;
  }

  .hero__slider {
    height: 412px;
  }

  .product__inner {
    grid-template-columns: 300px minmax(auto, 944px);
  }

  .product__title {
    font-size: 28px;
  }

  .product__slider {
    margin-left: 0 !important;
    width: 300px;
  }

  .product__thumbs {
    width: 300px;
  }

  .product__thumb {
    height: 63px !important;
  }

  .form__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form__submit {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 15px;
  }

  .contact {
    margin-top: 20px;
  }

  .contact__row {
    margin-top: 60px;
    -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;
  }

  .contact__list {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .contact__map {
    margin-top: 40px;
    width: 655px;
  }

  .contact__map iframe {
    width: 655px;
  }

  .blog {
    margin-top: 20px;
  }

  .blog__image {
    width: 375px;
  }

  .blog__list {
    margin-top: 70px;
  }

  .blog__item:not(:last-child) {
    margin-bottom: 70px;
  }

  .footer::before {
    height: 50px;
  }

  .footer__inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .footer__grid {
    gap: 20px;
  }

  .footer__logo {
    grid-column: 1/-1;
    grid-row: 1/2;
  }

  .footer__cop {
    grid-column: 1/-1;
    grid-row: 6/7;
  }

  .footer__unit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 0;
  }

  .footer__block {
    grid-column: 6 span;
  }

  .footer__block:last-child {
    grid-column: 6 span;
  }

  .footer__block:nth-child(5) {
    grid-column: 6 span;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }

  .blog__image {
    width: 255px;
  }

  .blog__title a {
    font-size: 19px;
  }

  .article__title {
    margin-top: 30px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .tabs {
    grid-column: 1/3;
  }

  .tabs__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs__btn {
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }

  .tabs__btn:not(:last-child) {
    margin-right: 17px;
  }

  .tabs__btn.active {
    text-transform: unset;
    color: #e62250;
  }

  .tabs__content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }

  .card {
    padding: 10px;
  }

  .card__image {
    height: 154px;
  }

  .card__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    -webkit-line-clamp: 3;
  }

  .card__btn {
    padding: 9px 19px;
  }

  .card__prices {
    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;
  }

  .card__prices-current {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }

  .card__prices-old {
    margin: 0;
  }

  .breadcrumbs__inner {
    padding: 13px 0;
  }

  .breadcrumbs__item:last-child {
    overflow: hidden;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }

  .breadcrumbs__link {
    position: relative;
    margin-right: 10px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
  }

  .breadcrumbs__link::after {
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .product__mobile {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__mobile-btn {
    margin-bottom: 15px;
    width: 30px;
    height: 30px;
  }

  .product__inner {
    grid-template-columns: 1fr 1fr;
  }

  .product__star svg {
    width: 30px;
    height: 30px;
  }

  .product__param:not(:last-child) {
    margin-bottom: 6px;
  }

  .product__param span {
    font-size: 16px;
    line-height: 19px;
  }

  .product__left {
    position: relative;
    grid-column: 1/3;
    grid-row: unset;
  }

  .product__stars {
    margin-bottom: 20px;
  }

  .product__content {
    grid-column: 1/3;
  }

  .product__counter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-column: 2/3;
    grid-row: 3/4;
    margin-left: auto;
    max-width: 100%;
  }

  .product__slider {
    margin: 0 auto !important;
  }

  .product__review {
    display: none;
  }

  .product__params {
    grid-column: 1/2;
  }

  .product__head {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .product__head .product__helpers {
    display: none;
  }

  .product__title {
    display: -webkit-box;
    overflow: hidden;
    min-width: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product__count {
    margin: 0 2px;
  }

  .product__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column: 1/3;
    grid-row: 4/5;
  }

  .product__block .product__helpers {
    display: none;
  }

  .product__price {
    margin: 0;
    margin-bottom: 20px;
  }

  .product__buy {
    margin-right: 0;
    width: 100%;
  }

  .product__btn,
  .product__count {
    border: 1px solid #e62250;
    border-radius: 2px;
    width: 43px;
    height: 32px;
    font-size: 18px;
    line-height: 21px;
    background-color: #fff;
  }

  .reviews__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #e62250;
  }

  .reviews__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }

  .reviews__star svg {
    width: 24px;
    height: 24px;
  }

  .cards__inner {
    padding-bottom: 50px;
  }

  .cards__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .contact__list {
    grid-template-columns: 1fr;
  }

  .contact__map {
    margin-top: 60px;
    width: 500px;
  }

  .contact__map iframe {
    width: 500px;
  }
}

@media (max-width: 550px) {
  .card {
    padding: 5px;
  }

  .card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card__prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }

  .card__prices-current {
    margin: 0;
  }

  .card__prices-current + .card__prices-old {
    margin-left: 5px;
  }

  .card__btn {
    width: 100%;
  }

  .categories {
    margin-bottom: 20px;
  }

  .categories__item {
    height: 275px;
  }

  .categories__item--long {
    grid-column: 1 span;
    padding: 20px;
    height: 115px;
  }

  .categories__item--bold {
    padding: 20px;
  }

  .categories__item--bold .categories__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }

  .categories__title {
    font-size: 16px;
  }

  .product__slider {
    width: 374px;
    height: 431px;
  }

  .contact__map {
    width: 100%;
  }

  .contact__map iframe {
    width: 100%;
  }

  .blog__list {
    margin-top: 50px;
  }

  .blog__item {
    width: unset;
  }

  .blog__item:not(:last-child) {
    margin-bottom: 100px;
  }

  .blog__card {
    -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;
  }

  .blog__image {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .blog__description {
    margin-top: 20px;
  }

  .blog__title a {
    text-align: center;
  }

  .blog__btn {
    margin: 20px auto 0 auto;
  }

  .footer::before {
    content: none;
  }

  .footer__inner {
    padding-top: 10px;
  }
}

@media (max-width: 500px) {
  .filters__sort {
    max-width: 200px;
  }

  .article__title {
    font-size: 22px;
  }

  .article__description {
    margin-top: 30px;
    font-size: 14px;
  }

  .article__image {
    margin-top: 30px;
  }
}

@media (any-hover: hover) {
  .btn--main:hover {
    background-color: #302f35;
  }

  .btn--black:hover {
    background-color: #e62250;
  }

  .nav__link:hover {
    color: #e62250;
  }

  .breadcrumbs__link:hover {
    color: rgba(230, 34, 80, 0.8);
  }

  .cards__item:hover {
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) {
  .dropdown__option:hover {
    color: #e62250;
  }

  .contact__link:hover {
    color: #e62250;
  }

  .blog__item:hover {
    cursor: pointer;
  }

  .blog__item:hover .blog__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .blog__item:hover .blog__title {
    color: #e62250;
  }
}
._container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
@media (max-width: 992px) {
    ._container {
        padding: 0 calc(15px + 45 * ((100vw - 375px) / (992 - 375)));
    }
}

@media (max-width: 545px) {
    .order .cart-popup__content {
        margin: 0 0px;
        width: auto;
    }
}
@media (max-width: 768px) {
    .order__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 769px) {
    .order__top {
        margin: 0 0 25px 0;
    }
}
.cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 333333;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart-popup._active {
    opacity: 1;
    visibility: visible
}

.cart-popup__wrapper {
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-popup__content {
    overflow: auto;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 768px
}

.cart-popup__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart-popup__close:hover {
    opacity: .8
}

.cart-popup__close:after, .cart-popup__close:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%
}

.cart-popup__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.cart-popup__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.cart-popup__main {
    padding: 25px 70px 15px
}

.cart-popup__title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px 0
}

.cart-popup__body {
    margin: 0 0 30px 0
}

.cart-popup__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #e62250;
    overflow: hidden
}

.cart-popup__head .cart-popup__cell {
    padding: 0 0 5px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: calc(17 / 14);
    text-transform: uppercase;
    color: grey
}

.cart-popup__cell {
    padding: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-popup__cell--photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px
}

.cart-popup__cell--photo img {
    width: 100%
}

.cart-popup__cell--product {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #000
}

.cart-popup__cell--price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #000;
    padding: 0 10px 0 0
}

.cart-popup__cell--qty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px
}

.cart-popup__cell--summ {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #e62250
}

.cart-popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 2px solid #f5f6f9;
    position: relative
}

.cart-popup__row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-popup__delete {
    position: absolute;
    left: calc(100% + 10px);
    width: 22px;
    height: 22px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background: #e5e5e5;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart-popup__delete:hover {
    opacity: .8
}

.cart-popup__delete:after, .cart-popup__delete:before {
    width: 14px;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #c4c4c4
}

.cart-popup__delete:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.cart-popup__delete:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.cart-popup__total {
    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;
    margin: 0 0 15px 0
}

.cart-popup__total-label {
    font-size: 14px;
    line-height: calc(17 / 14);
    font-weight: 500;
    text-transform: uppercase;
    color: grey
}

.cart-popup__total-price {
    font-weight: 800;
    font-size: 18px;
    line-height: calc(21 / 18);
    color: #000
}

.cart-popup__total-price--negative {
    color: #d84040
}

.cart-popup__bottom {
    padding: 35px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f5f6f9
}

.cart-popup__button {
    width: 190px;
    height: 40px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: calc(12 / 10);
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid transparent
}

.cart-popup__button-1 {
    border: 1px solid #c4c4c4;
    color: grey
}

.cart-popup__button-1:hover {
    background: #c4c4c4;
    color: #fff
}

.cart-popup__button-2 {
    background: #e62250;
    color: #fff
}

.cart-popup__button-2:hover {
    background: 0 0;
    border: 1px solid #e62250;
    color: #e62250
}

.cart-popup__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    width: 95px;
    height: 35px;
    position: relative;
    padding: 0 30px
}

.qty__minus, .qty__plus {
    width: 23px;
    height: 23px;
    background: #e5e5e5;
    border-radius: 50%;
    font-weight: 700;
    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: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

.qty__minus {
    left: 5px
}

.qty__plus {
    right: 5px
}

.qty__val {
    text-align: center;
    line-height: 35px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase
}

.order {
    padding: 15px 0;
    overflow: hidden
}

.order-text-block {
    line-height: calc(24 / 14);
    color: #2d2d2d;
    font-size: 14px;
    margin: 0 0 25px 0
}

.order-text-block__title {
    font-weight: 500
}

.order-text-block__plain {
    font-weight: 300
}

.order__container {
    max-width: 860px
}

.order__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 45px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.order__button {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 190px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #c4c4c4;
    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;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: grey
}

.order__button:before {
    content: '';
    width: 17px;
    height: 15px;
    opacity: 0.3;
    display: block;
    transform: rotate(180deg);
    margin: 0 10px 0 0;
    background: url(../image/arrowright.svg) 0 0 no-repeat
}

.order__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.order .cart-popup__content {
    width: 100%
}

.order__content {
    padding: 20px 0 0 0
}

.order__section {
    position: relative;
    padding: 30px 0 0
}

.order__section:nth-child(1) {
    z-index: 3
}

.order__section:nth-child(2) {
    z-index: 2
}

.order__section:nth-child(3) {
    z-index: 1
}

.order__section-title {
    padding: 0 0 15px 0;
    border-bottom: 2px solid #e62250;
    font-size: 18px;
    line-height: calc(21 / 18);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 35px 0
}

.order__section-title span {
    color: #e62250
}

.order__text {
    font-weight: 300;
    line-height: calc(17 / 14);
    margin: 0 0 30px 0
}

.order button {
    width: 250px;
    height: 30px;
    border-radius: 50px;
    background: #e62250;
    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;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.order button:hover {
    border: 1px solid #e62250;
    background: 0 0;
    color: #e62250
}

.order__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.order__input--textarea {
    margin: 0 0 40px 0
}

.order__input--textarea textarea {
    width: 100%;
    height: 90px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 10px 15px;
    font-weight: 500
}

.order__input--textarea textarea::-webkit-input-placeholder {
    color: #000
}

.order__input--textarea textarea::-moz-placeholder {
    color: #000
}

.order__input--textarea textarea:-ms-input-placeholder {
    color: #000
}

.order__input--textarea textarea::-ms-input-placeholder {
    color: #000
}

.order__input--textarea textarea::placeholder {
    color: #000
}

.order__input-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order__input-select .select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.order__input-select .select._active .select__icon {
    -webkit-transform: translate(0, -2px) rotate(180deg);
    -ms-transform: translate(0, -2px) rotate(180deg);
    transform: translate(0, -2px) rotate(180deg)
}

.order__input-select .select__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order__input-select .select__icon {
    width: 10px;
    height: 10px;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px)
}

.order__input-select .select__icon:before {
    content: '';
    border: 5px solid transparent;
    display: block;
    border-top: 6px solid #e62250
}

.order__input-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-size: 14px;
    font-weight: 300;
    line-height: calc(17 / 14);
    color: grey
}

.order__input-label--long {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.order__input input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 0 15px;
    font-weight: 500
}

.order__input--error input {
    border: 1px solid #d84040
}

.order__input-error {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: 300;
    font-size: 12px;
    color: #d84040
}

.order__checkbox {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order__checkbox input {
    display: none
}

.order__checkbox input:checked + .order__checkbox-label:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.order__checkbox-text {
    font-weight: 300
}

.order__checkbox-text a {
    color: #000;
    text-decoration: underline
}

.order__checkbox-text a:hover {
    text-decoration: none
}

.order__checkbox-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 10px 0 0;
    position: relative
}

.order__checkbox-label:before {
    content: '';
    width: 16px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(../image/checkmark.svg) 0 0 no-repeat
}

.order__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0
}

.order__radio input {
    /*display: none*/
}

.order__radio input:checked + .order__radio-label:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.order__radio-content-dev {
    display: none
}

.order__radio-content-dev._active {
    display: block;
    -webkit-animation: .5s sweep forwards ease-in-out;
    animation: .5s sweep forwards ease-in-out
}
.order__radio-content-pay {
    display: none
}

.order__radio-content-pay._active {
    display: block;
    -webkit-animation: .5s sweep forwards ease-in-out;
    animation: .5s sweep forwards ease-in-out
}
.order__radio-content-description {
    display: none
}

.order__radio-content-description._active {
    display: block;
    -webkit-animation: .5s sweep forwards ease-in-out;
    animation: .5s sweep forwards ease-in-out
}

@media (max-width: 768px) {
    .cart-popup__main {
        padding: 25px 33px 10px 20px;
    }
}
