@import url(https://fonts.googleapis.com/css2?family=Lato&family=Oswald:wght@400;700&display=swap);
/* 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.
 */
*,
::after,
::before {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  line-height: 1.2; }

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

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

.section__padding {
  padding-top: 100px; }

.section__wrapper {
  overflow: hidden; }

.body_active {
  overflow: hidden; }

.hidden {
  display: none !important; }

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: #fff;
  background-color: transparent;
  font-family: 'Lato', sans-serif; }

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

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

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

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

main {
  position: relative; }

.container {
  max-width: 1440px;
  margin: 0 auto; }

.padding_sect {
  padding-top: 70px; }

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

.ultra_link {
  padding-bottom: 3px;
  border-bottom: 1px solid #2b2a27; }

.main__title {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  font-family: 'Oswald', sans-serif;
  font-weight: 700; }
  .main__title_01 {
    font-size: 220px;
    font-weight: 700; }
  .main__title_0 {
    font-size: 100px; }
  .main__title_00 {
    font-size: 75px; }
  .main__title_1 {
    font-size: 65px; }
  .main__title_2 {
    font-size: 45px; }
  .main__title_3 {
    font-size: 36px; }
  .main__title_4 {
    font-size: 24px; }
  .main__title_5 {
    font-size: 18px; }
  .main__title_6 {
    font-size: 14px; }

.standart_title {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }
  .standart_title_1 {
    font-size: 45px; }
  .standart_title_3 {
    font-size: 24px; }
  .standart_title_4 {
    font-size: 18px; }
  .standart_title_5 {
    font-size: 16px; }
  .standart_title_6 {
    font-size: 14px; }

.sub_title {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5; }
  .sub_title_1 {
    font-size: 36px; }
  .sub_title_21 {
    font-size: 22px; }
  .sub_title_2 {
    font-size: 16px; }
  .sub_title_3 {
    font-size: 14px; }

.main_sub_title {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5; }
  .main_sub_title_3 {
    font-size: 18px; }

.title_text_regular {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3d3c3a;
  font-family: 'Oswald', sans-serif; }

.discount_title {
  font-size: 14px;
  color: #b2b2b2;
  text-align: right; }

.basket_btn {
  text-align: center;
  text-transform: uppercase;
  color: #2b2a27;
  background-color: #ffd10a; }

.none_content_send {
  position: absolute;
  top: 50%;
  left: 200%;
  font-size: 22px;
  opacity: 0;
  transition: all .3s;
  transition-delay: .2s;
  width: 100%;
  text-align: center; }
  .none_content_send_active {
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }

.color_yellow {
  color: #ffd10a; }

.color_black {
  color: #3d3c3a; }

.color_black_2 {
  color: #8d8d8d; }

.color_white {
  color: #fff; }

.label__style {
  top: -13px;
  font-size: 16px;
  transition: all .2s;
  position: absolute; }

.label__style_active {
  top: -16px;
  font-size: 13px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  transition: all .2s;
  background-color: #ffd10a !important; }

@media (max-width: 1460px) {
  .container {
    max-width: unset;
    width: 85%;
    margin: 0 auto; } }

@media (max-width: 1309px) {
  .main__title_1 {
    font-size: 45px; }
  .main__title_0 {
    font-size: 60px; }
  .main__title_5 {
    font-size: 15px; } }

@media (max-width: 631px) {
  .main__title_0 {
    font-size: 30px; }
  .main__title_1 {
    font-size: 27px; }
  .main__title_5 {
    font-size: 13px; }
  .sub_title_2 {
    font-size: 13px; }
  .sub_title_1 {
    font-size: 22px; } }

@media (max-width: 602px) {
  .btn_standart {
    font-size: 13px; }
  .main__title_2 {
    font-size: 35px; } }

@media (max-width: 533px) {
  .padding_sect {
    padding-top: 60px; } }

@media (max-width: 470px) {
  .standart_title_3 {
    font-size: 16px; }
  .main__title_1 {
    font-size: 25px; }
  .main__title_3 {
    font-size: 29px; } }

.btn_standart {
  display: block;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 26px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  transition: all .2s; }
  .btn_standart_black {
    background-color: #2b2a27;
    color: #ffffff;
    border: solid 1px transparent;
    position: relative; }
  .btn_standart_yellow {
    color: #2b2a27;
    background-color: #ffd10a;
    border: solid 1px transparent; }
  .btn_standart_transparent {
    color: #2b2a27;
    border: solid 1px #242321;
    background-color: transparent; }

.btn_standart_black ::before {
  right: 0; }

.absolute_product_arrow {
  color: #fff;
  display: block;
  background-image: linear-gradient(to left, #2b2a27, #2b2a27 50%, #ffd10a 50%, #ffd10a);
  background-position: 95% 0;
  background-size: 220% 100%;
  transition: all .55s ease-in; }

.absolute_product_arrow:hover {
  background-position: 5% 0; }

.absolute_product_arrow.out {
  animation-name: out0;
  animation-duration: 1s;
  background-image: linear-gradient(to left, #ffd10a, #ffd10a 50%, #2b2a27 50%, #2b2a27);
  background-position: 5% 0; }

.absolute_product_arrow.over {
  animation-name: in0;
  animation-duration: 1s;
  background-image: linear-gradient(to left, #2b2a27, #2b2a27 50%, #ffd10a 50%, #ffd10a); }

@keyframes out0 {
  from {
    background-position: 100% 0; }
  to {
    background-position: 5% 0; } }

@keyframes in0 {
  from {
    background-position: 100% 0; }
  to {
    background-position: 5% 0; } }

.btn_standart_black {
  color: #fff;
  display: block;
  background-image: linear-gradient(to left, #2b2a27, #2b2a27 50%, #ffd10a 50%, #ffd10a);
  background-position: 95% 0;
  background-size: 220% 100%;
  transition: all .55s ease-in; }

.btn_standart_black:hover {
  background-position: 5% 0; }

.btn_standart_black.out {
  animation-name: out;
  animation-duration: 1s;
  background-image: linear-gradient(to left, #ffd10a, #ffd10a 50%, #2b2a27 50%, #2b2a27);
  background-position: 5% 0; }

.btn_standart_black.over {
  animation-name: in;
  animation-duration: 1s;
  background-image: linear-gradient(to left, #2b2a27, #2b2a27 50%, #ffd10a 50%, #ffd10a); }

@keyframes in {
  from {
    background-position: 100% 0; }
  to {
    background-position: 5% 0; } }

@keyframes out {
  from {
    background-position: 100% 0; }
  to {
    background-position: 5% 0; } }

.btn_standart_yellow {
  color: #2b2a27;
  display: block;
  background-image: linear-gradient(to left, #ffd10a, #ffd10a 50%, #2b2a27 50%, #2b2a27);
  background-position: 95% 0;
  background-size: 220% 100%;
  transition: all .55s ease-in; }

.btn_standart_yellow:hover {
  background-position: 5% 0; }

.btn_standart_yellow.out {
  animation-name: out3;
  animation-duration: 1s;
  background-image: linear-gradient(to left, #2b2a27, #2b2a27 50%, #ffd10a 50%, #ffd10a);
  background-position: 5% 0; }

.btn_standart_yellow.over {
  color: #fff;
  animation-name: in3;
  animation-duration: 1s;
  background-image: linear-gradient(to left, #ffd10a, #ffd10a 50%, #2b2a27 50%, #2b2a27); }

@keyframes in3 {
  from {
    background-position: 100% 0; }
  to {
    background-position: 5% 0; } }

@keyframes out3 {
  from {
    background-position: 100% 0; }
  to {
    background-position: 5% 0; } }

.btn_standart_transparent {
  display: block;
  background-image: linear-gradient(to left, transparent, transparent 50%, #2b2a27 50%, #2b2a27);
  background-position: 100% 0;
  background-size: 220% 100%;
  transition: all .55s ease-in; }

.btn_standart_transparent:hover {
  background-position: 5% 0; }

.btn_standart_transparent.out {
  animation-name: out3;
  animation-duration: 1s;
  background-image: linear-gradient(to left, #2b2a27, #2b2a27 50%, transparent 50%, transparent);
  background-position: 5% 0; }

.btn_standart_transparent.over {
  animation-name: in3;
  animation-duration: 1s;
  color: #fff !important;
  background-image: linear-gradient(to left, transparent, transparent 50%, #2b2a27 50%, #2b2a27); }

@keyframes in3 {
  from {
    background-position: 100% 0; }
  to {
    background-position: 5% 0; } }

@keyframes out3 {
  from {
    background-position: 100% 0; }
  to {
    background-position: 5% 0; } }

@media (max-width: 430px) {
  .btn_standart {
    font-size: 14px;
    padding: 14px 15px; } }

.error {
  transition: all .2s;
  color: #FF0000; }

.pass_checked_error, .error_block_false {
  transition: all .2s;
  color: #FF0000;
  text-align: center;
  margin-bottom: 10px; }

.true_form {
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 0;
  width: 500px;
  height: 250px;
  background: #fff !important;
  min-width: unset;
  text-align: center;
  min-height: unset; }
  .true_form .fancybox-button svg {
    display: none; }

.form_true_img {
  margin-top: 35px;
  width: 100px; }

.usually_modal_text {
  font-size: 16px;
  margin-top: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }

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

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

@media (max-width: 600px) {
  .true_form {
    width: 85%; }
  .usually_modal_text {
    font-size: 15px; } }

@charset "UTF-8";
.db_hidden_content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #ffd10a;
  padding: 5px;
  border-radius: 5px;
  min-width: 115px;
  text-align: center;
  transition: all .2s;
  z-index: 999999999; }
  .db_hidden_content a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1e1b15;
    transition: all .2s; }
    .db_hidden_content a:hover {
      color: #fff; }

.db_content {
  position: relative; }
  .db_content:hover .db_hidden_content {
    visibility: visible;
    opacity: 1; }
  .db_content_active {
    cursor: pointer;
    border: 1px dashed #ffd10a; }

.absolute_admin__block {
  position: absolute;
  width: fit-content;
  height: 100%;
  right: 0;
  top: 80px; }

.admin_svg {
  transition: all .2s;
  color: #1e1b15;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #1e1b15;
  -webkit-box-shadow: 0px 0px 11px 0px #3d3c3a;
  -moz-box-shadow: 0px 0px 11px 0px #3d3c3a;
  box-shadow: 0px 0px 11px 0px #3d3c3a;
  background: #fff;
  border-radius: 5px;
  padding: 5px; }

.admin_svg_active {
  color: #ffd10a; }

.admin_nav-bar {
  display: block;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 30px;
  height: auto; }
  .admin_nav-bar:hover .admin_svg {
    color: #ffd10a; }

.admin_nav-bar:hover::after {
  content: attr(data-title);
  /* Выводим текст */
  position: absolute;
  /* Абсолютное позиционирование */
  right: 100%;
  top: 100%;
  /* Положение подсказки */
  z-index: 999999;
  /* Отображаем подсказку поверх других элементов */
  background: #ffd10a;
  /* Полупрозрачный цвет фона */
  font-family: Arial, sans-serif;
  /* Гарнитура шрифта */
  font-size: 11px;
  /* Размер текста подсказки */
  padding: 5px 10px;
  /* Поля */
  color: #fff;
  min-width: 200px;
  font-size: 15px; }

.admin_button {
  position: absolute;
  top: 40px;
  right: 25px;
  z-index: 999999;
  transition: all .2s; }

.admin_button:hover::after {
  content: attr(data-title);
  /* Выводим текст */
  position: absolute;
  /* Абсолютное позиционирование */
  right: 100%;
  top: 100%;
  /* Положение подсказки */
  z-index: 999999;
  /* Отображаем подсказку поверх других элементов */
  background: #da261d8a;
  /* Полупрозрачный цвет фона */
  font-family: Arial, sans-serif;
  /* Гарнитура шрифта */
  font-size: 11px;
  /* Размер текста подсказки */
  padding: 5px 10px;
  /* Поля */
  color: #fff;
  min-width: 200px;
  font-size: 15px; }

.power {
  display: table;
  cursor: pointer; }

.power input {
  display: none; }

.power input + div {
  position: relative;
  overflow: hidden;
  background: #ffd10a;
  border-radius: 50%;
  padding: 0px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-filter: drop-shadow(0 4px 6px rgba(235, 44, 89, 0.3));
  filter: drop-shadow(0 4px 6px rgba(235, 44, 89, 0.3)); }

.power input + div:before {
  content: '';
  width: 2px;
  height: 7px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 56%;
  z-index: 2;
  margin: 0 0 0 -2px;
  top: -1px;
  opacity: 1;
  -webkit-transform: scaleY(1) translate(0, 2px);
  transform: scaleY(1) translate(0, 2px);
  -webkit-transition: opacity .4s ease .1s, -webkit-transform .9s ease .4s;
  transition: opacity .4s ease .1s, -webkit-transform .9s ease .4s;
  transition: opacity .4s ease .1s, transform .9s ease .4s;
  transition: opacity .4s ease .1s, transform .9s ease .4s, -webkit-transform .9s ease .4s; }

.power input + div:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: #21E76E;
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease; }

.power input + div svg {
  width: 20px;
  height: 20px;
  fill: none;
  display: block;
  stroke: #fff;
  position: relative;
  z-index: 2;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 84;
  stroke-dashoffset: 160;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: stroke-dasharray .6s ease 0s, stroke-dashoffset .7s ease .0s;
  transition: stroke-dasharray .6s ease 0s, stroke-dashoffset .7s ease .0s; }

.power input + div:active {
  -webkit-transform: scale(0.96);
  transform: scale(0.96); }

.power input:checked + div {
  -webkit-filter: drop-shadow(0 4px 6px rgba(33, 231, 110, 0.3));
  filter: drop-shadow(0 4px 6px rgba(33, 231, 110, 0.3)); }

.power input:checked + div svg {
  stroke-dasharray: 120;
  stroke-dashoffset: 133;
  -webkit-transition: stroke-dasharray 0.6s ease 0.45s, stroke-dashoffset 0.7s cubic-bezier(0.94, -0.1, 0.1, 1.2) 0.2s;
  transition: stroke-dasharray 0.6s ease 0.45s, stroke-dashoffset 0.7s cubic-bezier(0.94, -0.1, 0.1, 1.2) 0.2s; }

.power input:checked + div:before {
  -webkit-transform: scaleY(0) translate(0, 7px);
  transform: scaleY(0) translate(0, 7px);
  -webkit-transition: opacity .4s ease .0s, -webkit-transform .6s ease .3s;
  transition: opacity .4s ease .0s, -webkit-transform .6s ease .3s;
  transition: opacity .4s ease .0s, transform .6s ease .3s;
  transition: opacity .4s ease .0s, transform .6s ease .3s, -webkit-transform .6s ease .3s; }

.power input:checked + div:after {
  -webkit-transform: translate(40%, 40%);
  transform: translate(40%, 40%); }

body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
  opacity: .5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

body .dribbble:hover {
  opacity: 1; }

body .dribbble img {
  display: block;
  height: 36px; }

@media (max-width: 992px) {
  .admin_button {
    display: none; } }

@media (max-width: 440px) {
  .admin_nav-bar {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 23px;
    height: auto; } }

@charset "UTF-8";
.nav_bar {
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 999; }

.basket_nobtn_wrap {
  display: none;
  opacity: 0.6;
  position: relative;
  height: 100%;
  padding-top: 10px;
  cursor: default; }

.load_spin {
  display: none; }

.load_spin_active {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(77, 83, 89, 0.7);
  display: block !important; }
  .load_spin_active img {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.logo_header {
  display: block;
  height: 100%;
  width: 240px;
  background-color: #ffd10a;
  text-align: center; }
  .logo_header svg {
    width: 190px;
    position: relative;
    z-index: 1;
    left: 10px; }
  .logo_header::after {
    content: '';
    width: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    background-color: #ffd10a;
    height: 70px;
    position: absolute;
    top: 0;
    right: 30px;
    transition: all .4s;
    z-index: 0; }

.logo__wrap {
  position: relative;
  width: 280px;
  height: 100%;
  overflow: hidden;
  left: 0;
  z-index: 99; }

.logo_wrap_native {
  animation-duration: 1s;
  animation-name: logosNative; }
  .logo_wrap_native .logo_header {
    transition-delay: .5s;
    background-color: #ffd10a; }

.header_logos {
  transition: all .2s;
  transition-delay: .4s; }

.header_logos_active {
  transition: all .2s;
  transition-delay: .4s;
  fill: #fff; }

.logo_wrap_active {
  background-color: transparent;
  animation-duration: 1s;
  animation-name: logos;
  animation-delay: .4s; }
  .logo_wrap_active .logo_header {
    transition-delay: .7s;
    background-color: #2b2a27; }
    .logo_wrap_active .logo_header:after {
      transition-delay: .7s;
      background-color: #2b2a27; }

@keyframes logosNative {
  0% {
    left: 0;
    width: 280px; }
  10% {
    width: 240px; }
  50% {
    left: -60%; }
  70% {
    width: 280px; }
  100% {
    left: 0; } }

.logo_wrap_native {
  animation-duration: 1s;
  animation-name: logosNative; }
  .logo_wrap_native .logo_header {
    transition-delay: .5s;
    background-color: #ffd10a; }

.logo_wrap_active {
  background-color: transparent;
  animation-duration: 1s;
  animation-name: logosMob;
  animation-delay: .3s; }
  .logo_wrap_active .logo_header {
    transition-delay: .57s;
    background-color: #2b2a27; }

@keyframes logosMob {
  0% {
    left: 0;
    width: 280px; }
  10% {
    width: 240px; }
  50% {
    left: -100%; }
  60% {
    left: -100%; }
  70% {
    background-color: #2b2a27;
    width: 280px; }
  100% {
    background-color: #2b2a27 !important;
    left: 0; } }

.nav_menu__block {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99; }

.nav_menu_burger__wrap {
  position: relative;
  width: 130px;
  height: 100%;
  overflow: hidden;
  background: transparent;
  display: flex;
  justify-content: flex-end; }

.nav_menu_burger {
  width: 100px;
  height: 100%;
  background-color: #ffd10a;
  position: relative;
  z-index: 9;
  transition: all .4s; }
  .nav_menu_burger::after {
    content: '';
    position: absolute;
    top: -14px;
    left: -17px;
    height: 150px;
    background-color: #ffd10a;
    z-index: 0;
    width: 150px;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transition: all .4s; }

.nav_menu_content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  transition: all .2s; }

.nav_menu_item__block:after {
  content: '';
  width: 550px;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  background: #fff;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0px;
  transition: all .4s;
  z-index: 0; }

.nav_menu_item {
  margin-left: 17px;
  cursor: pointer; }
  .nav_menu_item:hover .svg_item {
    fill: #ffd10a; }

.anim_arrow {
  transition: all .2s; }

.scroll_main__block {
  position: relative; }
  .scroll_main__block .scroll_category_img img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.svg_item {
  transition: all .2s; }

.burger_span {
  display: block;
  background: #000;
  border-radius: 2px;
  transition: .35s ease-in-out; }

#menu-toggle {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border-radius: 5px;
  z-index: 999; }
  #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -10px; }
    #menu-toggle #hamburger .burger_span {
      width: 44px;
      height: 1px;
      position: relative;
      top: 24px;
      left: 30px;
      margin: 10px 0; }
      #menu-toggle #hamburger .burger_span:nth-child(1) {
        transition-delay: .5s; }
      #menu-toggle #hamburger .burger_span:nth-child(2) {
        transition-delay: .625s; }
      #menu-toggle #hamburger .burger_span:nth-child(3) {
        transition-delay: .75s; }
  #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    top: -10px; }
    #menu-toggle #cross .burger_span:nth-child(1) {
      height: 0%;
      width: 2px;
      position: absolute;
      top: 17%;
      left: 48px;
      transition-delay: 0s; }
    #menu-toggle #cross .burger_span:nth-child(2) {
      width: 0%;
      height: 2px;
      position: absolute;
      left: 20%;
      top: 45px;
      transition-delay: .25s; }

#menu-toggle.open #hamburger .burger_span {
  width: 0%; }
  #menu-toggle.open #hamburger .burger_span:nth-child(1) {
    transition-delay: 0s; }
  #menu-toggle.open #hamburger .burger_span:nth-child(2) {
    transition-delay: .125s; }
  #menu-toggle.open #hamburger .burger_span:nth-child(3) {
    transition-delay: .25s; }

#menu-toggle.open #cross .burger_span {
  background: #fff; }
  #menu-toggle.open #cross .burger_span:nth-child(1) {
    height: 60%;
    transition-delay: .625s; }
  #menu-toggle.open #cross .burger_span:nth-child(2) {
    width: 60%;
    transition-delay: .375s; }

.nav_menu__block_active .nav_menu_item__block:after {
  left: 100%; }

.nav_menu__block_active .nav_menu_content {
  left: 120%; }

.nav_menu__block_active .nav_menu_burger__wrap {
  background: transparent; }

.nav_menu__block_active .nav_menu_burger::after {
  background-color: #2b2a27; }

.modal_basket {
  position: relative; }
  .modal_basket_items_count {
    display: none;
    position: absolute;
    top: -5px;
    right: -8px;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: normal;
    background: #ff0a0a;
    border-radius: 50%; }
    .modal_basket_items_count--active {
      display: block; }

.scroll_category_img img {
  position: absolute;
  top: -10px;
  right: 0;
  transition: all .2s;
  opacity: 0; }

.header_title {
  position: relative;
  display: block;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  transition: all .2s; }
  .header_title_1 {
    font-size: 75px; }

.scroll_category {
  margin-bottom: 20px; }
  .scroll_category:hover .scroll_category_img img {
    transition: all .2s;
    opacity: 1;
    z-index: 9; }
  .scroll_category:hover .header_title {
    z-index: 11;
    color: #fff;
    text-shadow: 0px 2px 3px #2b2a27, 0 0 1em rgba(0, 0, 0, 0.14); }

.scroll_menu {
  transition-delay: .2s !important;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  transition: all .4s ease-in-out;
  transition-delay: .5s;
  right: -120%; }
  .scroll_menu_active {
    right: 0;
    background: #2b2a27;
    z-index: 10;
    height: 100svh; }

.scroll_content__block {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex; }

.scroll_left__block {
  width: 60%;
  height: 100%;
  padding: 0px 100px;
  background-color: #2b2a27;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.scroll_right__block {
  width: 40%;
  height: 100%; }
  .scroll_right__block .pref_line {
    background-color: #2b2a27 !important;
    width: 90px !important; }
  .scroll_right__block .scroll_title {
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.5;
    font-size: 35px; }
  .scroll_right__block .btn_standart_transparent {
    width: 160px; }

.scroll_top__block {
  position: relative;
  transition: all .4s;
  transition-delay: .6s;
  width: 100%;
  height: 50%;
  background-color: #fff;
  right: -100%;
  padding: 40px 60px;
  display: flex;
  flex-direction: column; }
  .scroll_top__block_active {
    right: 0; }
  .scroll_top__block .btn_standart {
    position: absolute;
    bottom: 40px; }

.scroll_bottom__block {
  padding: 40px 60px;
  position: relative;
  transition: all .4s;
  transition-delay: .8s;
  width: 100%;
  height: 50%;
  background-color: #ffd10a;
  right: -100%;
  display: flex;
  flex-direction: column; }
  .scroll_bottom__block_active {
    right: 0; }
  .scroll_bottom__block .btn_standart {
    position: absolute;
    bottom: 40px; }

.scroll_search {
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 70%;
  padding-left: 30px;
  padding-bottom: 5px;
  color: #fff; }
  .scroll_search__block {
    margin-top: 120px;
    margin-bottom: 40px;
    position: relative; }
    .scroll_search__block svg {
      position: absolute; }

.scroll_lang, .scroll_vallute {
  cursor: pointer; }

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

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

.scroll_changer {
  display: block;
  text-transform: uppercase;
  margin-right: 20px;
  opacity: 0.6;
  transition: all .2s;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent; }
  .scroll_changer__block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .scroll_changer_active {
    border-bottom: 1px solid #ffd10a;
    opacity: 1; }
  .scroll_changer:hover {
    opacity: 1; }

.flex_box {
  display: flex;
  justify-content: flex-end; }

.search_menu {
  transition: all .4s;
  position: absolute;
  top: -100vh;
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 999; }
  .search_menu_active {
    top: 0;
    opacity: .95; }
  .search_menu__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .search_menu__wrap svg {
      margin-bottom: 6px;
      margin-right: 9px;
      width: 22px;
      height: auto; }
  .search_menu_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 95px; }
  .search_menu__block {
    width: 50%; }

.search_main_btn {
  width: 123px;
  margin-bottom: 24px;
  text-transform: uppercase; }

.main_search {
  outline: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #2b2a27;
  padding-bottom: 10px;
  margin-right: 25px; }

.black_bg {
  position: absolute;
  top: 0;
  left: -200vw;
  width: 100%;
  height: 100vh;
  background-color: #3d3c3a;
  opacity: 0.9;
  z-index: 999;
  transition: all .3s; }
  .black_bg_active {
    left: 0; }

.basket_menu {
  transition: all .4s;
  position: absolute;
  transform: translateX(100%);
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  z-index: 999; }
  .basket_menu_active {
    transform: translateX(0);
    opacity: 1; }
  .basket_menu .search_menu_title {
    padding: 25px;
    margin-bottom: 0;
    border-bottom: 1.5px solid #242321; }

.basket_content__block {
  padding: 0px 24px;
  height: 70vh;
  overflow-y: auto;
  position: relative; }

.basket_content_profile {
  padding: 32px 0;
  display: flex;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  transition: all .4s;
  max-height: 1000px;
  right: 0; }

.basket_counter {
  display: flex;
  width: 100px;
  align-items: center;
  border: solid 1px #242321;
  padding: 5px; }

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

.basket_count {
  width: 33%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -moz-user-select: none;
  /* Mozilla Firefox */
  -ms-user-select: none;
  /* Internet Explorer (не поддерживается) */
  -o-user-select: none;
  /* Opera Presto (не поддерживается) */
  -webkit-user-select: none;
  /* Google Chrome, Opera Next, Safari */ }

.basket_input {
  border: none;
  outline: none;
  background: transparent; }

.basket_del {
  cursor: pointer; }

.basket_right_content {
  width: 70%; }

.basket_bottom__wrap {
  display: flex;
  justify-content: space-between; }

.basket_text {
  margin-bottom: 4px; }

.basket_title {
  font-weight: normal; }

.basket_summ {
  margin-top: 13px; }

.basket_title__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px; }

.basket_bottom_result {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 135px;
  width: 100%; }

.basket_profile_img {
  border: 1px solid #242321;
  width: 100px;
  margin-right: 15px;
  height: 100px; }
  .basket_profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.basket_result__block {
  padding: 13px 24px;
  background-color: #efefef; }

.basket_all_result_title__block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.discount__block {
  margin-top: 10px; }

.basket_btn_wrap {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 10px; }
  .basket_btn_wrap .sub_title {
    cursor: pointer; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.modal_search_close {
  cursor: pointer;
  transition: all .4s; }
  .modal_search_close:hover {
    transform: rotate(180deg); }

.mobile_bottom__block {
  display: none; }

.site_loader__block {
  transition: all .4s;
  position: fixed;
  display: block;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0; }
  .site_loader__block_none {
    display: none; }
  .site_loader__block_opacity {
    opacity: 0 !important;
    z-index: -1; }
  .site_loader__block_active {
    opacity: 1 !important;
    z-index: 9999999; }

.first_section {
  transition: all .2s; }
  .first_section_active {
    opacity: 1 !important; }

.icon_svg {
  width: 50px;
  height: 43px;
  background: #000;
  padding: 0px 8px 0px 3px;
  animation-name: aimation_icon;
  animation-duration: 8s;
  animation-fill-mode: forwards; }
  .icon_svg .logo-animation {
    fill: #000; }

.icon_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

body {
  animation-name: body_opacity;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes body_opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.icon_loader {
  padding-left: 5px;
  position: relative;
  z-index: 2;
  animation-name: animation_wrap;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.icon__wrap {
  overflow: hidden;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center; }

@keyframes animation_wrap {
  0% {
    width: 200px; }
  38% {
    width: 200px; }
  45% {
    width: 72px; }
  100% {
    width: 72px; } }

.icon_text {
  margin-top: 3px;
  position: relative;
  margin-left: 10px;
  overflow: hidden;
  animation-name: animation_text;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  z-index: 1; }

.logos_anim {
  transition: all .2s;
  fill: #000 !important;
  margin-top: 7px; }
  .logos_anim_active {
    fill: #fff !important; }
  .logos_anim__wrap {
    transform: skew(15deg, 0deg); }

@keyframes animation_text {
  0% {
    left: -200px; }
  38% {
    left: -200px; }
  45% {
    left: 0px; }
  100% { } }

@keyframes aimation_icon {
  0% {
    transform: scale(0.7); }
  10% {
    transform: scale(1); }
  20% {
    transform: rotate(-10deg); }
  25% {
    transform: rotate(730deg); }
  30% {
    transform: rotate(720deg); }
  38% {
    transform: skew(-15deg, 0deg); }
  100% {
    transform: skew(-15deg, 0deg); } }

.load_num {
  margin-top: 20px;
  transition: all .2s;
  text-align: center; }

.load_js {
  position: relative;
  width: 100%;
  height: 1px; }

.load_active {
  transition: all;
  position: absolute;
  height: 100%;
  width: 0%;
  background: #000; }

.load_way {
  margin-top: 50px; }

.nav_menu__block .scroll_changer__block {
  transition: all .7s;
  position: relative;
  right: 0;
  z-index: 9;
  padding-left: 10px; }

.nav_menu__block_active .scroll_changer__block {
  right: -500px; }

.scroll_changer_profile {
  position: relative;
  margin: 0px 10px; }
  .scroll_changer_profile .scroll_lang_hidden_content {
    transition: all .4s;
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    max-height: 0px; }
    .scroll_changer_profile .scroll_lang_hidden_content.active {
      overflow: visible;
      opacity: 1;
      max-height: 10000px; }
  .scroll_changer_profile .scroll_changer {
    margin-right: 0;
    padding: 0 10px; }

@media (max-width: 1440px) {
  .header_title_1 {
    font-size: 40px; }
  .scroll_search__block {
    margin-top: 40px; }
  .scroll_bottom__block,
  .scroll_top__block {
    padding: 40px 20px; } }

@media (max-width: 755px) {
  .nav_menu__block .scroll_changer__block {
    display: none; } }

@media (max-width: 533px) {
  .basket_menu {
    width: 100%; }
  .logo_wrap_native {
    animation-duration: 1s;
    animation-name: logosNativeMob; }
    .logo_wrap_native .logo_header {
      transition-delay: .5s;
      background-color: #ffd10a; }
  .bike_trailer__wrapper {
    padding-top: 5px; }
  @keyframes logosNativeMob {
    0% {
      left: 0;
      width: 280px; }
    10% {
      width: 240px; }
    50% {
      left: -60%; }
    70% {
      width: 280px; }
    100% {
      left: 0; } }
  @keyframes logosMob {
    0% {
      left: 0;
      width: 280px; }
    10% {
      width: 240px; }
    50% {
      left: -60%; }
    70% {
      background-color: #2b2a27;
      width: 280px; }
    100% {
      background-color: #2b2a27 !important;
      left: 0; } }
  #menu-toggle {
    height: 100%;
    width: 100%; }
  #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    #menu-toggle #hamburger .burger_span {
      width: 30px;
      height: 2px;
      top: 12px;
      left: 4px;
      margin: 7px 0; }
  #menu-toggle.open #cross .burger_span:nth-child(1) {
    height: 45%; }
  #menu-toggle #cross .burger_span:nth-child(1) {
    top: 35%;
    left: 19px; }
  #menu-toggle #cross .burger_span:nth-child(2) {
    left: 16%;
    top: 33px; }
  .nav_bar {
    height: 60px; }
  .logo_header svg {
    width: 150px;
    left: 3px; }
  .logo_header {
    width: 153px; }
    .logo_header:after {
      top: -0px;
      right: 11px; }
  .logo__wrap {
    width: 185px; }
  .nav_menu_burger {
    width: 45px; }
  .nav_menu_item__block::after {
    height: 60px; }
  .nav_menu_burger__wrap {
    width: 62px; }
  .nav_menu_item {
    margin-left: 10px; } }

@media (max-width: 992px) {
  .search_menu__block {
    width: 90%; }
  .scroll_category_img {
    display: none; }
  .header_title {
    color: #fff;
    -webkit-text-stroke-width: unset; }
  .scroll_category:hover .scroll_category_img img {
    opacity: 0; }
  .scroll_search {
    width: 90%; }
  .scroll_left__block {
    width: 100%;
    padding: 0px 15px;
    padding-bottom: 35px; }
  .scroll_content__block {
    flex-direction: column; }
  .scroll_right__block {
    display: none; }
  .mobile_bottom__block {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28.5px 15px; }
    .mobile_bottom__block img {
      transform: rotate(180deg); }
    .mobile_bottom__block_1 {
      background-color: #fff; }
    .mobile_bottom__block_2 {
      background-color: #ffd10a; } }

@media (max-width: 902px) {
  .nav_bar {
    background: #fff; } }

@media (max-width: 705px) {
  .wrap_for_footer_btn {
    justify-content: center; } }

@media (max-width: 520px) {
  .search_menu__wrap {
    align-items: flex-start;
    flex-direction: column; }
  .search_main_btn {
    margin: 0;
    width: 100%;
    margin-top: 20px; }
  .main_search {
    margin-right: 0;
    padding-left: 30px;
    width: 93%; }
  .search_menu__wrap svg {
    position: absolute; } }

@media (max-width: 412px) {
  .scroll_content__block {
    padding-top: 60px; }
  .scroll_search__block {
    margin-top: 5px;
    margin-bottom: 20px; }
  .header_title_1 {
    font-size: 30px; }
  .scroll_left__block {
    padding-bottom: 25px; } }

@charset "UTF-8";
.footer {
  background-color: #2b2a27;
  padding: 30px;
  padding-bottom: 40px; }
  .footer input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #2b2a27;
    /* цвет вашего фона */
    -webkit-text-fill-color: #fff;
    /* цвет текста */ }
  .footer_main_content {
    display: flex;
    justify-content: space-between; }
  .footer_bottom_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    margin-top: 45px; }
  .footer_starway__block {
    display: flex;
    align-items: center; }
  .footer_social {
    display: flex;
    width: 30px;
    justify-content: center; }
    .footer_social__block {
      display: flex;
      align-items: center; }

.svg_sw g {
  transition: all .2s; }

.starway_logo {
  transition: all .2s;
  margin-left: 20px; }
  .starway_logo:hover .svg_sw g {
    transition: all .2s;
    fill: #ffd10a; }

.footer_part {
  width: 25%; }

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

.footer_accordeon_text {
  margin: 10px 0;
  transition: all .2s; }
  .footer_accordeon_text:hover {
    color: #ffd10a; }

.footer_logo {
  margin-bottom: 30px;
  display: block; }

.footer_social {
  margin-right: 20px; }
  .footer_social__block {
    margin-top: 30px; }
  .footer_social_svg path {
    transition: all .2s; }
  .footer_social:hover .footer_social_svg path {
    fill: #ffd10a; }

.footer_info {
  display: flex;
  margin-top: 10px;
  align-items: center; }
  .footer_info_svg {
    margin-right: 15px; }

.footer_info_text {
  transition: all .2s; }
  .footer_info_text:hover {
    color: #ffd10a; }

.footer_btn {
  display: block;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: none;
  border-left: none;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 0;
  transition: all .2s;
  display: none; }

.footer_accordeon_content {
  overflow: hidden;
  max-height: 10000px;
  transition: all .4s;
  display: flex;
  flex-direction: column; }
  .footer_accordeon_content_active {
    transition: all .4s;
    max-height: 1000px; }

.footer_btn_active {
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-bottom: -6px; }

.footer_input__wrap {
  position: relative;
  margin-bottom: 20px;
  min-height: 45px; }

.footer_input {
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 100%; }

.footer_form {
  margin-top: 20px; }

.footer_label {
  position: absolute; }

.user_send {
  resize: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 100%; }

.wrap_for_footer_btn {
  display: flex;
  justify-content: flex-end; }
  .wrap_for_footer_btn input {
    text-transform: uppercase; }

.block_pay {
  display: flex;
  align-items: center;
  margin-top: 20px; }

.pay-img {
  width: 40px;
  margin-right: 20px; }

.footer_social__block--mobile {
  display: none; }

@media (max-width: 992px) {
  .wrap_for_footer_btn .btn_standart_yellow {
    margin: 0 auto; }
  .footer_main_content {
    flex-direction: column; }
  .footer_accordeon_content {
    max-height: 0px; }
  .footer_accordeon_content_active {
    max-height: 10000px; }
  .footer_part {
    width: 100%; }
  .footer_btn {
    display: block; }
  .footer_social__block {
    margin-bottom: 30px;
    display: none; }
    .footer_social__block--mobile {
      display: flex;
      align-items: center;
      justify-content: start; }
  .footer_accordeon__block {
    margin-bottom: 20px; }
  .footer_bottom_info {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0; }
  .footer_starway__block {
    margin-top: 10px; } }

@media (max-width: 655px) {
  .footer_bottom_info {
    flex-direction: column;
    align-items: end; }
  .footer_starway__block {
    margin-top: 10px; } }

.footer_form_constructor {
  display: none; }

.black_body {
  background: #2b2a27; }

.shop_section {
  min-height: 100vh; }

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

.shop__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.shop_item {
  position: relative;
  overflow: hidden;
  width: 30%;
  transition: all .2s;
  height: 550px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  background: #000; }
  .shop_item:hover {
    box-shadow: 0 2px 25px 0 #ffd10b;
    background-image: linear-gradient(to bottom, #ffd10b, rgba(0, 0, 0, 0.5)); }

.shop_bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

.shop_name_category {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%); }

@media (max-width: 1444px) {
  .shop_bg {
    object-fit: contain;
    width: 100%;
    height: 100%; } }

@media (max-width: 1300px) {
  .shop_item {
    height: 400px; }
    .shop_item .main__title_3 {
      font-size: 22px; } }

@media (max-width: 992px) {
  .shop_item {
    margin: 40px 0px;
    width: 400px;
    height: 500px; }
  .shop__wrapper {
    flex-direction: column; } }

@media (max-width: 474px) {
  .shop_item {
    width: 100%;
    height: 300px; } }


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