/* 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; } }

* p {
  margin: 0; }

.title {
  color: #272c35;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px; }

.delivery {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 130px 78px; }
  .delivery a:hover {
    color: inherit; }
  .delivery__center {
    width: 100%;
    margin: 30px 0 0 116px; }
  .delivery__title {
    text-align: center; }
  .delivery__items {
    margin-top: 65px; }
  .delivery__item {
    color: #272c35; }
    .delivery__item a {
      color: #272c35 !important; }
      .delivery__item a:hover {
        color: #098eab !important; }
    .delivery__item-title {
      position: relative;
      margin-bottom: 16px;
      color: #272c35;
      font-size: 24px;
      line-height: 36px; }
      .delivery__item-title img {
        position: absolute;
        left: -40px;
        top: 45%;
        transform: translateY(-50%); }
    .delivery__item-text {
      max-width: 890px;
      width: 100%;
      font-size: 18px;
      line-height: 130%; }
    .delivery__item-text + .delivery__item-text {
      margin-top: 10px; }
    .delivery__item-list {
      padding-left: 28px; }
  .delivery__item + .delivery__item {
    margin-top: 48px; }
  @media (max-width: 1300px) {
    .delivery__center {
      margin: 30px 0 0; }
    .delivery__item {
      margin-left: 100px; }
      .delivery__item-text {
        max-width: 100%; } }
  @media (max-width: 1000px) {
    .delivery {
      padding: 24px 50px 78px; }
      .delivery__items {
        margin-top: 30px; }
      .delivery__item-title {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 26px; }
      .delivery__item-text {
        font-size: 16px; } }
  @media (max-width: 750px) {
    .delivery__title {
      padding: 0 40px; }
    .delivery__item {
      margin-left: 40px; } }
  @media (max-width: 500px) {
    .delivery {
      padding: 24px 20px 78px; } }
  @media (max-width: 400px) {
    .delivery__item-text {
      font-size: 14px; }
    .delivery__item + .delivery__item {
      margin-top: 30px; } }


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