/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
body {
  position: relative;
  min-height: 100vh; }

html {
  scroll-behavior: smooth; }

*,
::after,
::before {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'DIN Pro', sans-serif;
  line-height: 1.5; }

::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0px; }

::-webkit-scrollbar-track {
  background-color: #ecedee; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: red; }

::-webkit-scrollbar-thumb:hover {
  background-color: red; }

::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0px; }

::-webkit-scrollbar {
  width: 4px; }

input[type='number'] {
  -moz-appearance: textfield; }

button {
  border: none;
  outline: none;
  background: transparent; }

body {
  position: relative;
  font-family: 'DIN Pro', sans-serif;
  margin: 0;
  padding: 0; }

.section__padding {
  padding-top: 100px; }

.body_active {
  overflow: hidden; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  text-decoration: none;
  color: #737988;
  background-color: transparent; }
  a:hover {
    text-decoration: none;
    color: white; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a {
  transition: .2s; }
  a:active, a:hover {
    outline: 0;
    transition: .2s; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

select {
  border: 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. Removes 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 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
  outline: none; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
.standart_container {
  padding: 100px 44px 0px 44px; }

.tab_container {
  padding: 0px 44px 0px 44px; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

.title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700; }
  @media (max-width: 1000px) {
    .title {
      font-size: 24px;
      line-height: 30px; } }

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out; }
  .overlay.active {
    visibility: visible;
    opacity: 1; }

.quckly_shop,
.sizes-grid {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 19px 40px 40px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .quckly_shop .modal_close,
  .sizes-grid .modal_close {
    color: #000; }

main {
  position: relative; }

.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    not supported by any browser */ }

.padding_navbar {
  padding-top: 165px; }

.section_height {
  min-height: calc(100vh - 137px); }

.container {
  position: relative;
  padding: 0px 5%;
  width: 100%; }

.upper_text {
  text-transform: uppercase; }

.swiper-button::after {
  transform: scale(0.6);
  color: #5D6B7C; }

.swiper-button::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #F2F2F2;
  opacity: 0.5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%; }

.swiper-button.swiper-button-disabled::after {
  color: #fff; }

.swiper-pagination-bullet {
  position: relative;
  width: 5px;
  margin: 0px 15px !important;
  height: 5px;
  opacity: 1;
  background: #000 !important; }
  .swiper-pagination-bullet:after {
    content: '';
    transition: all .2s;
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%; }
  .swiper-pagination-bullet-active:after {
    width: 30px;
    height: 30px; }

.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center {
  position: absolute;
  left: 50%;
  transform: translate(-50%); }

.first_padding {
  padding-top: 120px !important; }

@media (max-width: 992px) {
  .first_padding {
    padding-top: 110px !important; } }

.regular_title {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal; }
  .regular_title_0 {
    font-size: 12px; }
  .regular_title_1 {
    font-size: 14px; }
  .regular_title_2 {
    font-size: 16px; }
  .regular_title_3 {
    font-size: 18px; }
  .regular_title_6 {
    font-size: 30px; }

.bold_title {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal; }
  .bold_title_0 {
    font-size: 12px; }
  .bold_title_1 {
    font-size: 14px; }
  .bold_title_2 {
    font-size: 16px; }

.color_black {
  color: #000000; }

.color_white {
  color: #fff; }

.color_red {
  color: #CF1A20; }

.color_gray {
  color: #828282; }

.color_gray1 {
  color: #333333; }

.color_gray2 {
  color: #272C35; }

@charset "UTF-8";
.input {
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #e0dede;
  padding: 4px 10px; }
  .input__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    margin-top: 30px; }
    .input__wrap textarea:-moz-placeholder {
      color: #586B7A; }
    .input__wrap textarea::-webkit-input-placeholder {
      color: #586B7A; }
    .input__wrap input::-webkit-input-placeholder {
      color: #586B7A; }
    .input__wrap input::-moz-placeholder {
      color: #586B7A; }
    .input__wrap input:-webkit-autofill {
      -webkit-box-shadow: inset 0 0 0 50px #FAFAFA !important;
      /* Цвет фона */
      -webkit-text-fill-color: #000 !important;
      /* цвет текста */
      color: #000 !important;
      /* цвет текста */ }
    .input__wrap.active .input_label {
      top: -12px;
      font-size: 12px; }
  .input_label {
    transition: all .2s;
    position: absolute;
    left: 10px;
    top: 5px; }

.input_basic {
  border: none;
  background: #FAFAFA;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 4px 10px;
  border-radius: 6px; }
  .input_basic__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 25px 0; }
  .input_basic textarea:-moz-placeholder {
    color: #586B7A; }
  .input_basic textarea::-webkit-input-placeholder {
    color: #586B7A; }
  .input_basic input::-webkit-input-placeholder {
    color: #586B7A; }
  .input_basic input::-moz-placeholder {
    color: #586B7A; }
  .input_basic input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #FAFAFA !important;
    /* Цвет фона */
    -webkit-text-fill-color: #000 !important;
    /* цвет текста */
    color: #000 !important;
    /* цвет текста */ }

.textarea_basic {
  resize: none;
  height: 90px; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.btn_red {
  background-color: #ce0f18;
  width: 210px;
  color: white;
  height: 62px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
  text-align: center; }
  .btn_red:hover {
    box-shadow: 0px 5px 5px rgba(139, 139, 139, 0.29); }

.btn_white {
  background-color: #ffffff;
  width: 210px;
  color: #ce0f18;
  height: 62px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px; }
  .btn_white:hover {
    box-shadow: 0px 5px 5px rgba(139, 139, 139, 0.29); }

.btn_3 {
  padding: 15px;
  gap: 10px;
  background-color: #272c35;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative; }
  .btn_3:hover {
    background-color: #5b626f; }

.btn_transparent-bordered {
  background-color: transparent;
  text-transform: uppercase;
  color: #272c35;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  border: 1px solid #272c35; }
  .btn_transparent-bordered:hover {
    background-color: #272c35;
    color: #fff; }

.go-back-btn {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #272c35;
  font-size: 12px;
  line-height: 18px; }
  .go-back-btn::before {
    content: url("/static/source/img/arrow.svg");
    margin-right: 8px; }

.modal__block {
  transition: all 0.2s;
  padding: 50px 60px;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  max-width: 500px;
  position: fixed;
  opacity: 0;
  top: 50%;
  left: -50%;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  transition: all 500ms; }
  .modal__block.active {
    z-index: 9999;
    left: 50%;
    opacity: 1; }
  .modal__block .validation_error {
    bottom: -20px;
    left: 10px; }

.modal_details_block {
  transition: all 0.2s;
  padding: 0px;
  width: fit-content;
  height: 90vh;
  overflow-y: hidden;
  max-width: none;
  position: fixed;
  top: 50%;
  left: -50%;
  border-radius: 8px;
  opacity: 0;
  transform: translate(-50%, -50%);
  box-shadow: 10px 5px 5px rosybrown; }
  @media (max-width: 1000px) {
    .modal_details_block {
      width: 100%; } }
  @media (max-width: 480px) {
    .modal_details_block .modal_close {
      top: 20px; } }
  .modal_details_block__img {
    width: 100%;
    height: 100%;
    overflow-x: auto; }
    .modal_details_block__img img {
      min-width: 700px;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.modal_close {
  transition: all 0.2s;
  color: #73cac2;
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 20px; }
  .modal_close:hover {
    color: #73cac2; }

.modal_svg {
  margin-right: 8px; }

.modal_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px; }
  .modal_title img {
    margin-right: 20px; }

.modal_form {
  margin-top: 40px; }

.modal_forget_btn {
  display: block;
  width: 100%;
  margin: 30px 0;
  cursor: pointer;
  text-align: center;
  text-decoration-line: underline; }

.modal_btn__block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }
  .modal_btn__block .register {
    border: 1px solid; }

.modal__btn-center {
  display: flex;
  justify-content: center; }

.modal_new_user {
  text-transform: uppercase; }

.modal .mailing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .modal .mailing_choice {
    display: flex; }
    .modal .mailing_choice__item {
      margin-right: 20px; }

.modal_auth-social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .modal_auth-social__title {
    color: #828282;
    font-size: 14px; }
  .modal_auth-social a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black; }
    .modal_auth-social a img {
      margin-right: 5px; }

@media (max-width: 480px) {
  .modal_btn__block {
    flex-direction: column; }
    .modal_btn__block .modal_btn {
      width: 100%;
      margin-bottom: 10px; }
    .modal_btn__block .modal_open {
      width: 100%; }
  .modal_close {
    top: 0; }
  .modal_title {
    justify-content: flex-start;
    padding-right: 30px; }
  .modal__block {
    padding: 15px; }
  .modal_form {
    padding-top: 0px;
    margin-top: 10px; } }

.input_section {
  margin-bottom: 30px; }
  .input_section__title {
    color: #333333;
    font-size: 14px;
    margin: 0 0 5px 25px; }
  .input_section input,
  .input_section textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 18px 21px;
    border: 1px solid #f0493e;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff; }
    .input_section input::placeholder,
    .input_section textarea::placeholder {
      color: #ffffff; }

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@charset "UTF-8";
.swiper-pagination-progressbar {
  width: 25%;
  height: 2px;
  background: #dcdcdc; }
  .swiper-pagination-progressbar-fill {
    background-color: #000000; }

.swiper-pagination-current,
.currentZero {
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 99px;
  text-align: center;
  color: #272c35; }

.swiper-pagination-total,
.totalZero {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #bdbdbd; }

.top_slider-pagination {
  bottom: 8%; }
  @media (max-height: 800px) {
    .top_slider-pagination {
      bottom: 0%; } }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000000; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 56px;
  height: 56px;
  transition: all 0.2s; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    transform: scale(1.2); }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 48px; }

.swiper-button-next:after {
  content: "→"; }

.swiper-button-prev:after {
  content: "←"; }

.top-slider-btn-prev,
.top-slider-btn-next {
  top: 86%; }
  @media (max-height: 800px) {
    .top-slider-btn-prev,
    .top-slider-btn-next {
      top: 94%; } }
  @media (max-width: 1000px) {
    .top-slider-btn-prev,
    .top-slider-btn-next {
      top: 86%; } }
  .top-slider-btn-prev:after,
  .top-slider-btn-next:after {
    color: #ffffff; }

.top-slider-btn-prev {
  left: 55%; }

.top-slider-btn-next {
  right: 0; }

.product-slider-btn-next:after,
.product-slider-btn-prev:after {
  color: black; }

.modal_name {
  display: none; }

.modal__block_fast_buy .modal_name {
  display: flex;
  width: 100%;
  text-align: center;
  margin: 10px 0; }

.field_error {
  margin: 5px 0;
  width: 100%;
  text-align: center; }

.order__block .validation_error {
  bottom: -18px;
  left: 10px; }

.profile_section .validation_error {
  bottom: -20px;
  left: 10px; }

.modal_loading__block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 50%; }
  .modal_loading__block img {
    width: 100%;
    height: 100%; }
  .modal_loading__block.active {
    transition: all .2s;
    display: block;
    z-index: 10000; }

.modal_accept__block, .modal_bad__block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  background: #fff;
  align-items: center;
  display: none;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  box-shadow: 10px 5px 5px rosybrown; }
  .modal_accept__block.active, .modal_bad__block.active {
    transition: all .2s;
    display: flex;
    z-index: 10000; }

.modal_accept_svg, .modal_bad_svg {
  width: 30px;
  height: 30px;
  margin-bottom: 10px; }
  .modal_accept_svg img, .modal_bad_svg img {
    width: 100%; }

.modal_accept_text, .modal_bad_text {
  width: 100%;
  text-align: center; }

.validation_container {
  position: relative; }

.validation_error {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  font-size: 12px;
  color: red; }

.count__block {
  display: flex;
  align-items: center; }

.count_minus, .count_plus {
  cursor: pointer;
  transition: all .2s;
  position: relative;
  border-radius: 8px;
  width: 36px;
  height: 36px; }
  .count_minus:after, .count_plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 1px;
    background: #302929; }

.count_plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 8px;
  background: #302929; }

.count_input {
  transition: all .2s;
  background: transparent;
  outline: none;
  border: none;
  margin: 0px 10px;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 4px; }

.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #272c35;
  font-family: "SF Pro Text";
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.2px;
  border-radius: 100%;
  cursor: default;
  user-select: none; }

.order {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 130px 320px; }
  .order a:hover {
    color: inherit; }
  .order__center {
    display: flex;
    justify-content: space-between;
    margin-top: 24px; }
  .order__left-block {
    max-width: 579px;
    width: 100%; }
  .order__title {
    margin-top: 2.5px; }
  .order__divider {
    display: flex;
    justify-content: center;
    padding: 17px 0 22px; }
    .order__divider span {
      margin: 0 14px;
      text-transform: uppercase;
      color: #5b626f;
      font-size: 14px;
      line-height: 16px; }
    .order__divider hr {
      width: 100%;
      background-color: #e9e9e9; }
  .order__summary {
    position: sticky;
    top: 85px;
    left: 0;
    max-width: 553px;
    width: 100%;
    height: 100%;
    margin-left: 45px; }
  .order__copyright {
    margin: 0;
    font-size: 12px;
    line-height: 18px; }
  @media (max-width: 1415px) {
    .order__summary {
      max-width: 450px; } }
  @media (max-width: 1265px) {
    .order__left-block {
      width: auto; }
    .order__title {
      text-align: center; } }
  @media (max-width: 1150px) {
    .order__center {
      flex-direction: column;
      align-items: center;
      justify-content: stretch; }
    .order__left-block {
      max-width: 100%;
      width: 100%; }
    .order__summary {
      max-width: 100%;
      margin: 40px 0 0; }
    .order__copyright {
      margin-top: 17px; } }
  @media (max-width: 1000px) {
    .order {
      padding: 24px 50px 320px; } }
  @media (max-width: 500px) {
    .order {
      padding: 24px 20px 320px; } }

@charset "UTF-8";
.form input {
  border: none;
  outline: none; }

.form__part {
  padding: 17px 0; }
  .form__part-title {
    color: #272c35;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 0.55px; }

.form__inputs-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; }

.form__field {
  position: relative;
  width: 100%;
  margin-top: 14px;
  border: 1px solid #ebebeb; }
  .form__field label {
    position: absolute; }
  .form__field input {
    width: 100%; }

.form__checkbox {
  display: flex;
  align-items: start;
  margin-top: 24px; }
  .form__checkbox-wrapper {
    display: flex;
    align-items: start; }
  .form__checkbox-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 12px;
    color: #000;
    font-size: 15px;
    line-height: 130%; }
    .form__checkbox-label-info {
      display: flex;
      flex-direction: column; }
    .form__checkbox-label-description {
      color: #5b626f;
      font-size: 12px;
      line-height: 18px; }
  .form__checkbox input {
    position: relative;
    min-width: 18px;
    min-height: 18px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form__checkbox input:checked::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70%;
      height: 70%;
      border-radius: 100%;
      background-color: #39c46e; }

.form__delivery-select .custom-select {
  width: 100%; }
  .form__delivery-select .custom-select input {
    padding: 23px 12px 8px;
    color: #5b626f;
    font-size: 15px;
    line-height: 130%;
    border: none;
    border-radius: 0; }
  .form__delivery-select .custom-select__head {
    padding: 0;
    border: none; }
  .form__delivery-select .custom-select__body {
    border: 1px solid #ebebeb;
    border-radius: 0; }
  .form__delivery-select .custom-select__list-item {
    border-radius: 0 !important; }

.form__delivery-select label {
  z-index: 1; }

.form__contacts-field .validation_error, .form__delivery-field .validation_error,
.form .dropdown-block.form__field .validation_error {
  left: 11px;
  bottom: 0; }

.form__contacts-field label, .form__delivery-field label,
.form .dropdown-block.form__field label {
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  font-size: 15px;
  line-height: 130%;
  color: #5b626f;
  transition: all 0.2s; }
  .form__contacts-field label.active, .form__delivery-field label.active,
  .form .dropdown-block.form__field label.active {
    top: -14px;
    transform: translateY(0%);
    font-size: 12px; }

.form__contacts-field {
  padding: 13.5px 11px; }
  .form__contacts-field-tooltip {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 700; }

.form__contacts-checkbox {
  display: flex;
  align-items: center;
  margin-top: 14px; }
  .form__contacts-checkbox label {
    margin-left: 9px; }
  .form__contacts-checkbox input {
    border-radius: 0; }
    .form__contacts-checkbox input:checked::after {
      content: "✓";
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 90%;
      border-radius: 0; }

.form__delivery-field input {
  padding: 13.5px 11px;
  border: none;
  border-radius: 0; }

.form__delivery-checkbox {
  display: block; }
  .form__delivery-checkbox .dropdown-block {
    display: none; }
    .form__delivery-checkbox .dropdown-block.form__field label {
      top: 30px; }
      .form__delivery-checkbox .dropdown-block.form__field label.active {
        top: -15px; }
    .form__delivery-checkbox .dropdown-block.form__field textarea {
      width: 100%;
      min-height: 100px;
      padding: 11px 11px 0;
      border: none;
      outline: none; }
    .form__delivery-checkbox .dropdown-block .form__delivery-select + .form__delivery-select {
      margin-top: 18px; }
  .form__delivery-checkbox.active .dropdown-block {
    display: block; }

.form__delivery-select {
  position: relative;
  display: flex;
  align-items: center; }
  .form__delivery-select label {
    position: absolute;
    align-items: baseline;
    top: 9px;
    left: 12px;
    color: #c4c5c8;
    font-size: 12px;
    line-height: 18px; }
  .form__delivery-select select {
    width: 100%;
    padding: 23px 12px 8px;
    font-size: 15px;
    line-height: 130%;
    color: #5b626f;
    border: none;
    outline: none;
    appearance: none; }
    .form__delivery-select select:focus + .form__delivery-select-caret {
      transform: rotate(180deg); }
  .form__delivery-select option {
    color: #5b626f;
    font-size: 15px;
    line-height: 130%; }
  .form__delivery-select-caret {
    padding: 5px 15px;
    border-left: 1px solid #ebebeb; }

.g-recaptcha-wrapper {
  position: relative;
  margin-bottom: 27px; }
  @media (max-width: 400px) {
    .g-recaptcha-wrapper iframe {
      width: 100%; }
    .g-recaptcha-wrapper .g-recaptcha > div {
      width: 100% !important; } }

.g-recaptcha-error {
  position: absolute;
  bottom: -15px;
  left: 0;
  display: none;
  margin: 2px;
  color: #f00;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400; }
  .g-recaptcha-error.active {
    display: block; }

.summary p {
  margin: 0; }

.summary__top {
  background-color: #ebebeb;
  padding: 16px 0 16px 24px; }

.summary__center {
  padding: 58px;
  box-shadow: 0px 10px 50px -5px rgba(48, 70, 109, 0.15);
  overflow: hidden; }

.summary__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px; }
  .summary__item-img {
    width: 62px;
    height: 62px;
    position: relative;
    border: 1px solid #d9d9d9; }
    .summary__item-img img {
      width: 60px;
      height: 60px; }
  .summary__item-badge {
    position: absolute;
    top: -9.5px;
    right: -5.5px; }
  .summary__item-info {
    display: flex;
    margin-left: 15px; }
    .summary__item-info-left {
      max-width: 226px;
      width: 100%; }
    .summary__item-info-right {
      margin-left: 15px; }
  .summary__item-title {
    color: #272c35;
    font-size: 18px;
    line-height: 27px; }
  .summary__item-params {
    margin: 8px 0;
    color: #272c35;
    font-size: 15px;
    line-height: 130%; }
    .summary__item-params p {
      line-height: 130%; }
      .summary__item-params p span {
        margin-left: 4px; }
    .summary__item-params p + p {
      margin-top: 4px; }
  .summary__item-count {
    color: #737373;
    font-size: 12px;
    line-height: 16px; }
  .summary__item-price {
    text-transform: uppercase;
    color: #333;
    line-height: 20.8px; }
    .summary__item-price span {
      margin-right: 4px;
      color: #000;
      font-size: 24px;
      line-height: 36px;
      font-weight: 700; }

.summary__money-lines {
  padding: 39px 0 21px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.summary__subtotal {
  display: flex;
  justify-content: space-between;
  color: #545454;
  font-size: 15px;
  line-height: 130%; }
  .summary__subtotal-title span {
    margin-right: 4px; }
  .summary__subtotal-price {
    margin-left: 8px;
    text-align: end; }

.summary__subtotal:first-child {
  margin-bottom: 12px; }
  .summary__subtotal:first-child .summary__subtotal-price {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700; }
    .summary__subtotal:first-child .summary__subtotal-price span {
      margin-right: 4px; }

.summary__total-cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  margin: 21px 0 27px; }
  .summary__total-cost-title {
    color: #272c35;
    font-size: 18px;
    line-height: 27px;
    margin-right: 8px; }
  .summary__total-cost span {
    color: #333;
    line-height: 20.8px; }
    .summary__total-cost span span {
      color: #000;
      font-size: 24px;
      line-height: 36px;
      margin-right: 4px; }

.summary__confirm-btn {
  width: 100%;
  padding: 22px;
  line-height: 27px; }
  .summary__confirm-btn:disabled {
    background-color: #f0493e; }

.summary__conditions {
  margin-top: 27px;
  color: #5b626f;
  font-size: 15px;
  line-height: 130%; }
  .summary__conditions-list {
    padding-left: 26px; }
    .summary__conditions-list a:hover {
      text-decoration: underline; }

@media (max-width: 600px) {
  .summary__center {
    padding: 40px; }
  .summary__item-img {
    width: 100px;
    height: 100px; }
    .summary__item-img img {
      width: 98px;
      height: 98px; }
  .summary__item-info {
    flex-direction: column; }
    .summary__item-info-left {
      max-width: 100%; }
    .summary__item-info-right {
      align-self: flex-end; }
  .summary__item-price {
    margin-top: 12px !important;
    text-align: end;
    line-height: 18px; }
    .summary__item-price span {
      font-size: 18px;
      line-height: 22px;
      overflow-wrap: anywhere; }
  .summary__subtotal:first-child .summary__subtotal-price span {
    overflow-wrap: anywhere; }
  .summary__total-cost-title {
    font-size: 14px;
    text-align: start !important; }
  .summary__total-cost span {
    text-align: end;
    line-height: 18px; }
    .summary__total-cost span span {
      font-size: 18px;
      line-height: 22px;
      overflow-wrap: anywhere; } }

@media (max-width: 450px) {
  .summary__center {
    padding: 25px; }
  .summary__item-img {
    width: 72px;
    height: 72px; }
    .summary__item-img img {
      width: 70px;
      height: 70px; }
  .summary__item-title {
    font-size: 16px; }
  .summary__item-params {
    font-size: 14px; }
  .summary__confirm-btn {
    padding: 15px;
    font-size: 16px;
    line-height: 20px; } }

.thank-you-pop-up-overlay {
  display: flex;
  justify-content: center;
  align-items: center; }
  .thank-you-pop-up-overlay .active {
    transform: scale(1);
    top: initial;
    left: initial; }

.thank-you-pop-up {
  transform: scale(0);
  max-width: 524px;
  background-color: #fff;
  padding: 50px;
  text-align: center; }
  .thank-you-pop-up img {
    width: 259px;
    height: 259px; }
  .thank-you-pop-up__close-btn {
    position: absolute;
    top: 32px;
    right: 32px;
    padding: 6px; }
    .thank-you-pop-up__close-btn img {
      width: 12px;
      height: 12px; }
  .thank-you-pop-up__info {
    margin: 16px 0; }
  .thank-you-pop-up__description {
    max-width: 377px;
    width: 100%;
    margin: 16px auto 0;
    color: #272c35;
    font-size: 12px;
    line-height: 18px; }
  .thank-you-pop-up__go-shopping-btn {
    display: inline-block;
    width: 100%;
    padding: 22px; }
  @media (max-width: 450px) {
    .thank-you-pop-up {
      padding: 30px 30px; }
      .thank-you-pop-up img {
        width: 150px;
        height: 150px; }
      .thank-you-pop-up__close-btn {
        top: 15px;
        right: 15px;
        padding: 4px; }
        .thank-you-pop-up__close-btn img {
          width: 12px;
          height: 12px; }
      .thank-you-pop-up__info {
        margin: 12px 0; }
      .thank-you-pop-up__title {
        font-size: 22px;
        line-height: 24px; }
      .thank-you-pop-up__go-shopping-btn {
        padding: 12px;
        font-size: 15px; } }

.header {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 110;
  width: 100%;
  height: 75px; }
  .header .logo {
    background: #272c35;
    max-width: 273px;
    width: 100%;
    height: 100%; }
    .header .logo img {
      width: 100%;
      height: 100%; }
  .header_left {
    display: flex;
    width: 15%;
    height: 100%; }
  .header_links {
    width: 65%;
    display: flex;
    justify-content: space-between; }
    .header_links__block {
      display: flex;
      align-items: center;
      padding: 0 50px; }
      .header_links__block a {
        margin-right: 30px;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        text-transform: uppercase; }
  .header__download {
    width: 20%;
    background: #272c35;
    padding: 20px;
    height: 100%;
    text-align: center; }
    .header__download a {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 23px;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff; }
  .header_hamburger {
    overflow: hidden;
    position: relative;
    width: 55px;
    height: 55px;
    background: #272c35;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .header_line {
    transition: all 0.2s;
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 18px;
    margin: 4px 0;
    cursor: pointer;
    background: #ffffff; }
    .header_line_1 {
      top: 26px;
      left: 20px; }
    .header_line_2 {
      top: 34px;
      left: 20px; }
    .header_line_3 {
      top: 42px;
      left: 20px; }
  .header_mob {
    display: none; }
    .header_mob_nav {
      opacity: 0;
      background: #272c35;
      padding: 20px;
      width: 300px;
      height: 100vh;
      transition: 0.2s all;
      position: fixed;
      top: 75px;
      left: -110%;
      display: flex;
      flex-direction: column; }
      .header_mob_nav a {
        color: white;
        font-size: 25px;
        cursor: pointer;
        margin-bottom: 40px; }
  .header.active .header_line_1 {
    top: 34px;
    left: 20px;
    transform: rotate(45deg); }
  .header.active .header_line_2 {
    left: -100px; }
  .header.active .header_line_3 {
    top: 34px;
    left: 20px;
    transform: rotate(-45deg); }
  .header.active .header_mob_nav {
    opacity: 1;
    left: 0;
    z-index: 3; }

#header_tel_mob {
  display: none; }

.header-new__cart-btn {
  position: relative;
  width: 24px;
  height: 24px; }

.header-new__cart-mark {
  display: none;
  position: absolute;
  top: 30%;
  left: 70%;
  width: 7px;
  height: 7px;
  background-color: #f0493e;
  border: 1px solid #ffffff;
  border-radius: 100%; }
  .header-new__cart-mark.active {
    display: inline-block; }

@media (max-width: 1200px) {
  .header_links__block {
    padding: 0 20px; } }

@media (max-width: 1000px) {
  .header {
    background: #272c35;
    position: fixed;
    justify-content: space-between;
    z-index: 100; }
  .header_left {
    width: auto; }
  .header_hamburger {
    display: flex; }
  .header_links,
  .header__download {
    display: none; }
  #header_tel_mob {
    display: flex;
    align-items: center; } }

@media (max-width: 440px) {
  #header_tel_mob {
    display: none; } }

.header-new {
  position: sticky;
  top: 0;
  display: block;
  background-color: #272c35; }
  .header-new a {
    transition: all 0.2s; }
  .header-new__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; }
  .header-new__logo {
    padding: 7px 36px 5px; }
  .header-new__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 864px;
    width: 100%;
    padding: 0 52px; }
    .header-new__nav a {
      text-transform: uppercase;
      color: #c4c5c8;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700; }
      .header-new__nav a:hover {
        color: #fff; }
    .header-new__nav-left a + a {
      margin-left: 27px; }
    .header-new__nav-right {
      display: flex;
      justify-content: space-between;
      margin-left: 27px; }
    .header-new__nav-contacts a {
      letter-spacing: 1px; }
    .header-new__nav-contacts a + a {
      margin-left: 38px;
      font-weight: 500;
      letter-spacing: 0.55px; }
    .header-new__nav-btns {
      margin-left: 38px; }
      .header-new__nav-btns button {
        padding: 0; }
  .header-new__cart-btn {
    position: relative;
    width: 24px;
    height: 24px; }
  .header-new__cart-mark {
    display: none;
    position: absolute;
    top: 30%;
    left: 70%;
    width: 7px;
    height: 7px;
    background-color: #f0493e;
    border: 1px solid #ffffff;
    border-radius: 100%; }
    .header-new__cart-mark.active {
      display: inline-block; }
  .header-new__download-btn {
    display: flex;
    max-width: 303px;
    width: 100%;
    background-color: #f0493e;
    transition: all 0.2s; }
    .header-new__download-btn:hover {
      filter: brightness(0.9); }
    .header-new__download-btn a {
      width: 100%;
      padding: 24px;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700; }
      .header-new__download-btn a img {
        margin-right: 10px; }
  @media (max-width: 1300px) {
    .header-new__logo {
      padding: 0; }
    .header-new__nav {
      padding: 0; }
      .header-new__nav-left a + a {
        margin-left: 16px; }
      .header-new__nav-contacts a + a {
        margin-left: 16px; }
      .header-new__nav-btns {
        margin-right: 20px; }
    .header-new__download-btn {
      max-width: 200px; } }
  @media (max-width: 1000px) {
    .header-new {
      display: flex;
      align-items: flex-start; }
      .header-new__container {
        width: 100%; }
      .header-new__nav {
        justify-content: flex-end; }
        .header-new__nav-left {
          display: none; }
        .header-new__nav-contacts a:first-child {
          display: none; } }
  @media (max-width: 800px) {
    .header-new {
      align-items: stretch; }
      .header-new__download-btn {
        display: none; } }
  @media (max-width: 550px) {
    .header-new__nav-contacts {
      display: none; }
    .header-new__nav-right {
      margin-left: 10px; }
    .header-new__nav-btns {
      margin-left: 0; }
    .header-new__cart-btn {
      width: 30px;
      height: 30px; }
      .header-new__cart-btn img {
        width: 100%; } }

* p {
  margin: 0; }

* button {
  padding: 0; }

.counter {
  display: flex;
  align-items: baseline; }
  .counter__value,
  .counter button {
    color: #302929;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.759431px; }
  .counter__value {
    width: 51px;
    margin: 0 5px;
    text-align: center;
    font-weight: 700;
    border: none;
    outline: none; }

.cart-overlay.active .cart {
  transform: translateX(0); }

.cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 408px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-out; }
  .cart__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ebebeb;
    padding: 16px 24px; }
  .cart__title {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700; }
  .cart__close-btn {
    padding: 6px; }
    .cart__close-btn img {
      width: 12px;
      height: 12px; }
  .cart__items {
    flex: 1;
    margin: 0 24px;
    overflow: auto; }
  .cart__item + .cart__item {
    border-top: 1px solid #ebebeb; }
  .cart__item {
    position: relative;
    display: flex;
    padding: 16px 0; }
    .cart__item img {
      width: 105px;
      height: 105px; }
    .cart__item-remove {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ebebeb;
      border-radius: 100%; }
      .cart__item-remove img {
        width: 12px;
        height: 12px; }
    .cart__item-info {
      margin-left: 16px; }
    .cart__item-title {
      text-transform: uppercase;
      color: #000000;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700; }
    .cart__item-params {
      margin-top: 8px; }
      .cart__item-params p {
        color: #272c35;
        font-size: 15px;
        line-height: 130%; }
        .cart__item-params p span {
          margin-left: 4px; }
      .cart__item-params p + p {
        margin-top: 4px; }
    .cart__item-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 8px; }
    .cart__item-price {
      margin-left: 16px;
      color: #000;
      font-size: 24px;
      line-height: 36px;
      font-weight: 700; }
      .cart__item-price span {
        margin-right: 4px;
        overflow-wrap: anywhere; }
  .cart__bottom {
    padding: 24px;
    border-top: 1px solid #ebebeb; }
  .cart__total-price-top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cart__total-price-top span {
      text-transform: uppercase;
      color: #000;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700; }
  .cart__total-price-count {
    margin-left: 12px;
    font-size: 24px;
    line-height: 36px;
    text-align: end; }
    .cart__total-price-count span {
      margin-right: 4px;
      overflow-wrap: anywhere; }
  .cart__total-price-text {
    margin: 8px 0;
    color: #5b626f;
    font-size: 12px;
    line-height: 18px; }
  .cart__place-order-btn {
    width: 100%;
    padding: 22px 48px; }
  @media (max-width: 600px) {
    .cart__item-bottom {
      flex-direction: column;
      align-items: stretch;
      justify-content: center; }
    .cart__item-price {
      margin: 8px 0 0; }
      .cart__item-price span {
        overflow-wrap: anywhere; } }

.footer {
  background-color: black; }
  .footer a:hover {
    color: #737988; }
  .footer_social {
    display: flex; }
  .footer_main {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .footer_main {
        flex-wrap: wrap; } }
    @media (max-width: 1000px) {
      .footer_main {
        display: none; } }
  .footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px; }
  .footer_mobile {
    display: none; }
    @media (max-width: 1000px) {
      .footer_mobile {
        display: block; } }
  .footer_nav {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px 15px;
    width: 100%; }
    .footer_nav_link {
      text-transform: uppercase;
      display: flex;
      cursor: pointer; }
    .footer_nav__block {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      background: #fff;
      flex-direction: column; }
    .footer_nav_content {
      transition: all 0.2s;
      visibility: hidden;
      opacity: 0;
      max-height: 1px;
      height: auto;
      display: flex;
      flex-direction: column;
      position: relative;
      top: 0px;
      width: fit-content;
      left: 50%;
      transform: translateX(-50%);
      padding: 5px 15px;
      border-radius: 4px;
      z-index: -1;
      box-shadow: unset;
      width: 100%; }
      .footer_nav_content__block {
        position: relative; }
        .footer_nav_content__block::after {
          content: "";
          position: absolute;
          width: 13px;
          right: 14px;
          height: 3px;
          background: #ffffff;
          top: 20px; }
        .footer_nav_content__block::before {
          transition: all 0.2s;
          content: "";
          position: absolute;
          width: 3px;
          right: 19px;
          height: 12px;
          background: #ffffff;
          top: 15px; }
        .footer_nav_content__block.active .footer_nav_content {
          top: 0;
          opacity: 1;
          z-index: 9;
          visibility: visible;
          max-height: 1000px; }
        .footer_nav_content__block.active::before {
          opacity: 0; }
      .footer_nav_content_link {
        display: flex;
        margin: 10px 0; }
  .footer__bottom {
    padding-bottom: 30px; }
  .footer__column {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .footer__item {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px; }
    @media (max-width: 1400px) {
      .footer__item {
        font-size: 15px; } }
    @media (max-width: 1000px) {
      .footer__item {
        margin-bottom: 0px; } }
    .footer__item span,
    .footer__item a {
      color: white;
      margin-right: 20px; }
      @media (max-width: 1000px) {
        .footer__item span,
        .footer__item a {
          margin-right: 0px; } }
  .footer__tel {
    display: flex;
    flex-direction: column; }
    .footer__tel a {
      color: white; }

.copiright {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #272c35;
  padding: 8px 0; }
  @media (max-width: 1000px) {
    .copiright {
      display: none; } }
  .copiright_sw {
    margin-right: 200px; }
    .copiright_sw span {
      margin-right: 20px; }
  .copiright_text {
    font-size: 14px;
    line-height: 17px;
    text-align: center; }
  .copiright_mob {
    width: 180px;
    font-size: 10px;
    line-height: 12px;
    font-style: normal;
    font-weight: 500;
    color: #ffffff; }

@media (max-width: 1500px) {
  .footer > .container {
    padding: 0; }
  .footer__column {
    padding: 30px; } }

@media (max-width: 1000px) {
  .footer__column {
    padding: 10px; }
    .footer__column a {
      margin-bottom: 10px; } }

#product .product {
  margin-bottom: 50px; }
  #product .product__title {
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 126px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 1px 0 #adadad, 0px -1px 0 #adadad, 1px 0px 0 #adadad, -1px 0px 0 #adadad, 1px 1px 0 #adadad, 1px -1px 0 #adadad, -1px 1px 0 #adadad, -1px -1px 0 #adadad;
    -webkit-text-shadow: 0px 1px 0 #adadad, 0px -1px 0 #adadad, 1px 0px 0 #adadad, -1px 0px 0 #adadad, 1px 1px 0 #adadad, 1px -1px 0 #adadad, -1px 1px 0 #adadad, -1px -1px 0 #adadad;
    -moz-text-shadow: 0px 1px 0 #adadad, 0px -1px 0 #adadad, 1px 0px 0 #adadad, -1px 0px 0 #adadad, 1px 1px 0 #adadad, 1px -1px 0 #adadad, -1px 1px 0 #adadad, -1px -1px 0 #adadad;
    color: white; }
  #product .product_card-wrapper {
    max-width: 400px;
    transition: all 1.5s;
    height: auto;
    padding: 0 30px 0 0; }
  #product .product_card {
    width: 100%;
    height: auto;
    border: 1px solid lightgrey;
    border-radius: 8px; }
    #product .product_card__top {
      position: relative;
      height: 390px;
      padding: 20px;
      overflow: hidden; }
      #product .product_card__top:hover .product_card__btn {
        display: flex; }
      #product .product_card__top .european_badge {
        position: absolute;
        width: 40px;
        height: 40px;
        z-index: 100;
        top: 40px;
        right: 40px; }
    #product .product_card__bottom {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: calc(100% - 390px);
      padding: 20px;
      border-top: 1px solid lightgrey; }
      #product .product_card__bottom-btn {
        width: 100%;
        margin-top: 15px; }
        #product .product_card__bottom-btn .button-buy {
          width: 100%;
          display: inline-block;
          padding: 5px 15px;
          font-size: 20px;
          cursor: pointer;
          text-align: center;
          text-decoration: none;
          outline: none;
          color: #fff;
          background-color: #4caf50;
          border: none;
          border-radius: 8px;
          transition: all 0.1s; }
          #product .product_card__bottom-btn .button-buy:hover {
            background-color: #3e8e41; }
          #product .product_card__bottom-btn .button-buy:active {
            background-color: #3e8e41;
            transform: translateY(4px); }
      #product .product_card__bottom-left {
        width: 100%; }
    #product .product_card__price {
      font-size: 20px;
      font-weight: bold;
      color: black; }
      #product .product_card__price span {
        word-wrap: break-word; }
    #product .product_card__manufacturer {
      color: blueviolet; }
      #product .product_card__manufacturer:hover {
        color: blueviolet; }
    #product .product_card.active .product_card__top:hover .product_card__btn {
      display: none; }
    #product .product_card.active .product_card_description {
      opacity: 1;
      top: 0;
      z-index: 100;
      width: 100%;
      height: 100%;
      position: static; }
    #product .product_card.active .description-button-next,
    #product .product_card.active .description-button-prev {
      display: block; }
    #product .product_card__img {
      max-width: 300px;
      height: 300px;
      margin: 0 auto; }
      #product .product_card__img img {
        width: 100%; }
      #product .product_card__img .product-slide img {
        width: 100%;
        height: 100%;
        max-height: 400px;
        object-fit: contain; }
      #product .product_card__img .description-button-next,
      #product .product_card__img .description-button-prev {
        color: #272c35;
        display: none; }
    #product .product_card__title {
      height: 50px;
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 130%;
      text-align: start;
      letter-spacing: 0.759431px;
      color: #302929;
      overflow: hidden; }
    #product .product_card__btn {
      display: none;
      flex-direction: column;
      align-items: center;
      z-index: 100; }
      #product .product_card__btn button {
        margin-top: 10px; }
  #product .product_category__item {
    margin-top: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #272c35;
    padding: 20px;
    background: #f4f4f4;
    height: auto;
    transition: 2s all;
    cursor: pointer; }
    @media (max-width: 500px) {
      #product .product_category__item {
        white-space: nowrap;
        font-size: 11px; } }
    #product .product_category__item.active {
      background: linear-gradient(80deg, #272c35 40%, #f4f4f4 40% 100%);
      color: white;
      animation: background 1s; }

@keyframes background {
  0% {
    background-position: -100px 0px; }
  100% {
    background-position: 0px 0px; } }
    #product .product_category__item:hover {
      background: linear-gradient(80deg, #272c35 40%, #f4f4f4 40% 100%);
      color: white;
      animation: background 1s; }

@keyframes background {
  0% {
    background-position: -100px 0px; }
  100% {
    background-position: 0px 0px; } }

@media (max-width: 1000px) {
  #product .product__title {
    font-size: 50px; } }

@media (max-width: 1000px) {
  #product .product__title {
    font-size: 40px;
    line-height: 50px; } }

@media (max-width: 500px) {
  #product .product__title {
    font-size: 35px;
    line-height: 40px; } }

.innovation {
  padding-top: 30px;
  background: linear-gradient(white, #e6e6e6); }
  .innovation__title-1 {
    padding-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #272c35;
    margin: 0 auto;
    width: 80%; }
  .innovation__columns {
    display: flex; }
  .innovation__column {
    width: 20%;
    margin-top: 50px; }
  .innovation__img {
    width: 60%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1000px) {
      .innovation__img {
        display: none; } }
    .innovation__img .img_2 {
      position: absolute;
      right: 10%;
      bottom: 5%; }
  .innovation_item {
    margin-bottom: 30px; }
    .innovation_item__num {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 23px;
      text-transform: uppercase;
      color: #272c35;
      position: relative;
      margin-bottom: 10px; }
      .innovation_item__num::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 40px;
        width: calc(100% - 40px);
        height: 2px;
        background: #f0493e; }
    .innovation_item__title {
      font-style: normal;
      font-weight: 900;
      font-size: 30px;
      line-height: 38px;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 10px; }
    .innovation_item__description {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      color: #272c35; }
  @media (max-width: 450px) {
    .innovation {
      padding: 0 16px; } }

@media (max-width: 1000px) {
  .innovation__img {
    display: none; }
  .innovation__columns {
    flex-direction: column; }
  .innovation__column {
    width: 100%; } }

.advances {
  margin-top: 50px; }
  .advances__items {
    display: flex;
    justify-content: space-between;
    margin-top: 60px; }
    @media (max-width: 500px) {
      .advances__items {
        margin-top: 30px; } }

@charset "UTF-8";
.top_slider {
  display: flex;
  position: relative;
  height: 90vh; }
  @media (max-height: 900px) {
    .top_slider {
      height: 100vh; } }
  .top_slider_container {
    width: 80%;
    display: flex; }
  .top_slider_wrapper {
    padding-right: 50px; }
    @media (max-width: 1000px) {
      .top_slider_wrapper {
        display: none; } }
  .top_slider__slide {
    width: 100%;
    display: flex; }
  .top_slider-left {
    width: 55%;
    background-blend-mode: lighten;
    text-align: end; }
  .top_slider-right {
    width: 45%;
    background-blend-mode: lighten; }
  .top_slider_category {
    padding-top: 80px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    max-height: 50vh;
    overflow-y: auto; }
    .top_slider_category a {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 25px;
      color: #ffffff;
      margin-bottom: 50px;
      transition: all 0.2; }
      .top_slider_category a:hover {
        font-size: 22px; }
  .top_slider__text {
    padding-left: 60px;
    padding-top: 85px; }
    .top_slider__text-1 {
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 1px;
      color: #ffffff; }
    .top_slider__text-2 {
      font-style: normal;
      font-weight: 700;
      font-size: 150px;
      line-height: 150px;
      letter-spacing: 1px;
      color: #8c422b;
      text-shadow: 0px 1px 0 white, 0px -1px 0 white, 1px 0px 0 white, -1px 0px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white;
      -webkit-text-shadow: 0px 1px 0 white, 0px -1px 0 white, 1px 0px 0 white, -1px 0px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white;
      -moz-text-shadow: 0px 1px 0 white, 0px -1px 0 white, 1px 0px 0 white, -1px 0px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white; }
  .top_slider__title {
    padding: 20vh 0 10vh 0;
    position: relative; }
    .top_slider__title-2 {
      position: relative;
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 1px;
      color: #272c35;
      text-transform: uppercase; }
  .top_slider_btn button {
    margin-top: 50px; }

.top_social {
  width: 20%;
  display: flex;
  align-items: center;
  position: relative; }
  .top_social_img {
    height: 100%;
    min-width: 60px; }
    .top_social_img img {
      width: 100%;
      height: 100%; }
  .top_social_links {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 60%; }
    .top_social_links a {
      display: block;
      transform: rotate(-90deg);
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      color: #272c35; }
      .top_social_links a::before {
        content: "•";
        color: #272c35;
        position: relative;
        left: -30px; }

.btn_1 {
  padding: 22px 48px;
  gap: 10px;
  background: #272c35;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative; }

.btn_2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #272c35;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative; }

.img_bg {
  position: absolute;
  right: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover; }

.top_info_mob {
  display: none;
  text-align: center; }
  @media (max-width: 1000px) {
    .top_info_mob {
      display: block; } }
  @media (max-width: 500px) {
    .top_info_mob .top_slider__title-2 {
      font-size: 20px; }
    .top_info_mob .top_slider_btn {
      display: flex; }
      .top_info_mob .top_slider_btn button {
        width: 50%; }
        .top_info_mob .top_slider_btn button.hidden {
          display: none; } }
  .top_info_mob button {
    margin: 0; }
  .top_info_mob-top {
    display: flex;
    width: 100%; }
    .top_info_mob-top .mob__title {
      width: 50%;
      padding: 20px;
      text-align: start;
      font-size: 17px; }
    .top_info_mob-top .top_slider__title-2 {
      line-height: 30px; }
    .top_info_mob-top .pagination-mob {
      width: 50%; }
      .top_info_mob-top .pagination-mob .swiper-pagination {
        position: static; }

.slide2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px;
  background-repeat: no-repeat; }
  @media (max-height: 800px) {
    .slide2 .top_slider_wrapper {
      display: flex;
      align-items: center;
      padding: 50px; }
      .slide2 .top_slider_wrapper .details_btn {
        margin-left: 50px; } }
  @media (max-width: 1000px) {
    .slide2 .top_slider_wrapper {
      display: none; } }
  @media (max-width: 500px) {
    .slide2 {
      background-size: contain; } }
  .slide2_line-1 {
    text-align: end;
    margin-right: 50px;
    z-index: 1; }
  .slide2_line-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%; }
    .slide2_line-2 img {
      max-height: 100%;
      object-fit: contain; }
    .slide2_line-2-1 {
      width: 40%; }
      @media (min-width: 1000px) {
        .slide2_line-2-1 {
          position: relative;
          left: 50px; } }
    .slide2_line-2-2 {
      width: 25%; }
      @media (min-width: 1000px) {
        .slide2_line-2-2 {
          position: relative;
          bottom: 50px; } }
    .slide2_line-2-3 {
      width: 35%; }
      @media (min-width: 1000px) {
        .slide2_line-2-3 {
          position: relative;
          right: 50px; } }
  .slide2_line-3 {
    display: flex;
    align-items: center;
    height: 25%; }
    .slide2_line-3__column {
      margin-left: 100px; }
      .slide2_line-3__column button {
        margin-top: 15px; }
    .slide2_line-3__title {
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 1px;
      color: #ffffff; }

.slide3 .top_slider-left,
.slide3 .top_slider-right {
  width: 50%; }

.slide3 .img_block {
  display: flex; }
  @media (min-width: 1000px) {
    .slide3 .img_block {
      padding-top: 75px; } }

.frame {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 25%; }
  .frame img {
    height: fit-content; }

@media (max-height: 800px) {
  .frame {
    height: 100px; }
    .frame img {
      height: inherit; }
  .top_slider_category {
    padding-top: 40px; }
    .top_slider_category a {
      margin-bottom: 30px; }
  .top_social_links a {
    font-size: 20px; }
  .top_slider__title {
    padding: 15vh 0 10vh 0; } }

@media (max-height: 700px) and (min-width: 1000px) {
  .top_slider_btn button {
    margin-top: 20px; }
  .top_slider__title {
    padding: 15vh 0 5vh 0; }
  .frame {
    height: 80px; }
  .slide2_line-2-1 {
    width: 30%; }
  .slide2_line-2-2 {
    width: 20%; }
  .slide2_line-2-3 {
    width: 25%; }
  .slide2_line-3__title {
    font-size: 30px; }
  .top_slider__text-2 {
    font-size: 100px;
    line-height: 100px; }
  .top_slider_category a {
    margin-bottom: 20px; } }

@media (max-width: 1300px) {
  .top_slider__title img {
    width: 70%; } }

@media (max-width: 1200px) {
  .top_slider__title-2 {
    font-size: 30px; } }

@media (max-width: 1000px) {
  .frame {
    height: 80px; }
    .frame img {
      height: inherit; }
  .img_block {
    padding-top: 0; }
  .slide2 {
    padding: 20px; }
  .top_slider__text {
    padding-top: 0;
    padding-left: 15px; }
  .top_slider_category {
    display: none; }
  .top {
    padding-top: 75px; }
    .top_slider {
      height: 50vh; }
      .top_slider_container {
        width: 100%; }
        .top_slider_container-left, .top_slider_container-right {
          width: 50%; }
  .top_social {
    display: none; } }

@media (max-width: 500px) {
  .frame {
    height: 50px; }
  .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .top_slider__text {
    position: absolute;
    top: calc(50% - 100px); }
    .top_slider__text-1 {
      font-size: 20px; }
    .top_slider__text-2 {
      font-size: 65px;
      line-height: 50px; } }

@charset "UTF-8";
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  color: #272c35; }
  .container button {
    transition: all 0.2s; }
  .container a:hover {
    color: inherit; }
  @media (max-width: 750px) {
    .container {
      padding: 0 50px; } }
  @media (max-width: 500px) {
    .container {
      padding: 0 20px; } }

.star-rating {
  color: #272c35;
  font-size: 18px;
  line-height: 0.75; }
  .star-rating__body {
    max-width: fit-content;
    position: relative; }
    .star-rating__body::before {
      content: "☆☆☆☆☆";
      display: block;
      color: #d9d9d9; }
  .star-rating__active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .star-rating__active::before {
      content: "★★★★★";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .star-rating__items {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .star-rating__item {
    flex: 0 0 20%;
    height: 100%;
    margin: 0;
    opacity: 0; }

.star-rating-clickable {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .star-rating-clickable input {
    display: none; }
  .star-rating-clickable label {
    display: block;
    cursor: pointer;
    position: relative; }
    .star-rating-clickable label::before, .star-rating-clickable label::after {
      display: block;
      color: #272c35;
      font-size: 32px;
      line-height: 0.75; }
    .star-rating-clickable label::before {
      content: "☆"; }
    .star-rating-clickable label::after {
      content: "★";
      position: absolute;
      top: 0;
      opacity: 0;
      transition: 0.5s; }
  .star-rating-clickable input:checked ~ label::after {
    opacity: 1; }

.sizes-grid {
  max-width: fit-content; }
  .sizes-grid img {
    width: 100%; }

.checkbox-modal {
  max-width: 524px;
  background-color: #fff;
  padding: 50px;
  text-align: center; }
  .checkbox-modal button {
    width: 20px !important; }
  .checkbox-modal__title {
    color: #f0493e;
    font-size: 30px; }
  .checkbox-modal__description {
    width: 100%;
    margin: 16px auto 0;
    color: #5b626f;
    font-size: 22px;
    line-height: 26px; }
  @media (max-width: 450px) {
    .checkbox-modal {
      padding: 30px 30px; }
      .checkbox-modal__title {
        font-size: 22px;
        line-height: 24px; }
      .checkbox-modal__description {
        margin: 10px auto 0;
        font-size: 20px;
        line-height: 24px; } }

.title-2 {
  text-align: center;
  padding-top: 40px;
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 53px;
  text-transform: uppercase;
  color: #272c35;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (max-width: 500px) {
    .title-2 {
      font-size: 30px; } }

.innovation__container {
  padding: 0 98px; }
  @media (max-width: 450px) {
    .innovation__container {
      padding: 0 16px; } }

#product .product__title {
  color: #272c35;
  font-size: 42px;
  line-height: 63px;
  font-weight: 700;
  margin-bottom: 48px; }

#product .product_card__img {
  max-width: 295px;
  width: 100%; }
  #product .product_card__img img {
    width: 100%; }

.advances__item img {
  width: 100%; }

.product {
  padding: 64px 0 94px; }
  .product__left {
    height: 100%; }
  .product__wrapper {
    display: flex; }
  .product__media-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    max-width: 820px;
    width: 100%; }
    .product__media-content img,
    .product__media-content iframe {
      width: 100%;
      min-height: 300px;
      height: auto; }
  .product__info {
    position: sticky;
    top: 139px;
    max-width: 400px;
    width: 100%;
    height: fit-content;
    margin-left: 40px; }
    .product__info-basic {
      margin-top: 42px;
      padding-bottom: 24px;
      border-bottom: 1px solid #ebebeb; }
  .product .advances-block {
    margin-top: 90px; }
    .product .advances-block__items,
    .product .advances-block .advances__items {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      margin-top: 30px; }
  .product .advances-block-swiper .advances__items {
    margin-top: 30px; }
  .product__media-swiper {
    display: none; }
  .product__details-basic {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px; }
  .product__id {
    color: #5b626f; }
  .product__availability {
    margin-left: 8px;
    color: #39c46e; }
    .product__availability--is-delivered {
      color: #ffc800; }
    .product__availability--missing {
      color: #eb5757; }
  .product__price {
    margin: 8px 0;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px; }
    .product__price span {
      margin-right: 4px; }
  .product__text {
    color: #5b626f;
    font-size: 15px;
    line-height: 130%; }
  .product__form {
    margin-top: 24px; }
  .product__checkbox-colors {
    margin-bottom: 14px; }
    .product__checkbox-colors .product__checkbox-item input {
      width: 36px;
      height: 36px;
      margin: 0 10px 10px 0;
      border: 2px solid #d9d9d9;
      border-radius: 100%; }
      .product__checkbox-colors .product__checkbox-item input:checked {
        border: 2px solid #272c35; }
  .product__checkbox-sizes {
    margin-bottom: 20px; }
    .product__checkbox-sizes .product__checkbox-item div {
      position: relative;
      margin: 0 4px 4px 0; }
      .product__checkbox-sizes .product__checkbox-item div label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #000;
        font-size: 18px;
        line-height: 27px;
        font-weight: 700; }
      .product__checkbox-sizes .product__checkbox-item div input {
        position: relative;
        width: 40px;
        height: 40px;
        border: 1px solid #ebebeb;
        border-radius: 0; }
        .product__checkbox-sizes .product__checkbox-item div input:checked {
          border: 1px solid #000; }
  .product__checkbox-item {
    display: flex;
    flex-wrap: wrap; }
    .product__checkbox-item input {
      transition: 0.2s all linear;
      cursor: pointer;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .product__checkbox-label {
    font-size: 15px;
    line-height: 130%; }
  .product__checkbox-item {
    margin-top: 16px; }
  .product button {
    width: 100%; }
  .product__buy-btn {
    padding: 22px 48px;
    line-height: 27px; }
  .product__add-to-cart-btn {
    padding: 21px 48px;
    margin-top: 16px; }
  .product__preferences {
    display: flex;
    justify-content: space-between;
    margin-top: 24px; }
  .product__testimonials {
    display: flex;
    align-items: center; }
  .product__reviews {
    color: #5b626f;
    font-size: 12px;
    line-height: 16px; }
    .product__reviews:hover {
      text-decoration: underline; }
  .product__star-rating {
    margin-left: 10px; }
  .product__details {
    margin-top: 28px; }
    .product__details-description {
      margin-bottom: 16px; }
      .product__details-description .product__details-title {
        color: #000; }
      .product__details-description-items {
        padding-left: 25px; }
        .product__details-description-items li {
          color: #5b626f;
          font-size: 15px;
          line-height: 19.5px; }
    .product__details-title {
      color: #272c35;
      font-size: 18px;
      font-weight: 700;
      line-height: 27px; }
    .product__details-link {
      display: flex;
      justify-content: space-between;
      padding: 16px 0; }
      .product__details-link img {
        transform: rotate(180deg); }
    .product__details-link + .product__details-link {
      border-top: 1px solid #ebebeb; }
    .product__details-specifications {
      position: relative;
      flex-direction: column; }
      .product__details-specifications-head {
        display: flex;
        width: 100%;
        justify-content: space-between; }
      .product__details-specifications-body {
        visibility: hidden;
        height: 0;
        font-size: 0;
        margin: 10px 0 0 25px;
        font-weight: 400;
        transition: all 0.2s; }
        .product__details-specifications-body.active {
          visibility: visible;
          height: fit-content;
          font-size: 16px; }
        .product__details-specifications-body p {
          font-size: 14px;
          font-weight: 700; }
          .product__details-specifications-body p span + span {
            font-weight: 400; }
  @media (max-width: 1200px) {
    .product__wrapper {
      justify-content: center; }
    .product__media-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 400px;
      overflow: hidden; } }
  @media (max-width: 900px) {
    .product__wrapper {
      justify-content: center; }
    .product__media-content {
      display: none; }
    .product__info {
      max-width: 100%;
      margin-left: 0; }
    .product__media-swiper {
      display: block;
      margin: 30px 0; }
      .product__media-swiper img,
      .product__media-swiper iframe {
        max-width: 400px;
        min-height: none;
        max-height: 400px;
        width: 100%;
        height: 100%; }
      .product__media-swiper .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
        overflow: hidden; }
    .product .advances-block {
      display: none; } }
  @media (max-width: 400px) {
    .product__add-to-cart-btn {
      padding: 21px 45px; } }
  @media (min-width: 901px) {
    .product .advances-block-swiper {
      display: none; } }

.reviews {
  margin: -175px 0 96px;
  padding-top: 175px; }
  .reviews__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .reviews__item {
    padding: 17px 24px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    overflow: hidden; }
    .reviews__item-author-name {
      color: #272c35;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700; }
    .reviews__item-date {
      margin-top: 4px;
      color: #5b626f;
      font-size: 12px;
      line-height: 18px; }
    .reviews__item-comment {
      color: #5b626f;
      font-size: 15px;
      line-height: 130%; }
  .reviews__star-rating {
    margin: 8px 0; }
  .reviews__write-review-btn {
    margin-top: 32px;
    padding: 22px 48px; }

.media-swiper,
.reviews-swiper {
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden; }

@media (min-width: 901px) {
  .media-swiper {
    display: none; } }

.write-review-modal {
  max-width: 500px;
  background-color: #fff; }
  .write-review-modal textarea {
    width: 100%;
    min-height: 200px;
    border: none;
    outline: none; }
  .write-review-modal__title {
    text-transform: none; }
  .write-review-modal__star-rating {
    margin: 11px 0 0 11px; }
  .write-review-modal .form__field #comment + label {
    top: 30px; }
    .write-review-modal .form__field #comment + label.active {
      top: -15px; }
  .write-review-modal__send-btn {
    width: 100%;
    padding: 22px 50px; }
  @media (max-width: 480px) {
    .write-review-modal__close-btn {
      top: 30px; } }

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.custom-select {
  position: relative;
  user-select: none; }
  .custom-select.active .custom-select__head img {
    transform: rotate(180deg); }
  .custom-select.active .custom-select__body {
    display: block; }
  .custom-select__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 12px 6px 12px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #c1c7d0;
    border-radius: 2px;
    cursor: pointer; }
  .custom-select__body {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    border: 1px solid #007aff;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(62, 19, 77, 0.07);
    z-index: 50; }
  .custom-select__list {
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 500px; }
    .custom-select__list-item {
      padding: 12px 11px;
      transition: all 0.2s;
      cursor: pointer;
      list-style-type: none; }
      .custom-select__list-item.active {
        background-color: #f4f5f7; }
      .custom-select__list-item:first-child {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px; }
      .custom-select__list-item:last-child {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px; }
      .custom-select__list-item:hover {
        background-color: #dcedff; }
    .custom-select__list-item + .custom-select__list-item {
      border-top: 1px solid #ebecf0; }


/*# sourceMappingURL=index.css.map*/