* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1;
  font-weight: normal; }

ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none; }

img {
  vertical-align: top;
  max-width: 100%; }

:root {
  --color-basic-black-solid: #000;
  --color-green: #6ab956;
  --color-spring-green: #53a974;
  --color-red-bright: #f00;
  --color-red-bright-2: #e60000;
  --color-orange: #e66400;
  --color-yellow: #e9a631;
  --color-grey: #505966;
  --stroke: #eaedf7;
  --color-basic-white: #fff;
  --color-background: #f7f8fb;
  --text-secondary: #6b737c;
  --bg-red-normal: var(--foundation-red-normal);
  --color-grey-gray-100: #000;
  --color-grey-gray-150: #fff;
  --color-grey-gray-200: #fff;
  --color-grey-gray-900: #141414;
  --color-grey-gray-800: #1b1b1b;
  --color-grey-gray-700: #222;
  --color-grey-gray-600: #333;
  --color-grey-gray-500: #616161;
  --color-grey-gray-400: #8c8c8c;
  --color-grey-gray-300: #c8c8c8;
  --light: #fee6e6;
  --light-hover: #fdd9d9;
  --light-active: #fab0b0;
  --normal: #f00000;
  --normal-hover: #d80000;
  --dark: #b40000;
  --dark-hover: #900000;
  --normal-active: #c00000;
  --dark-active: #6c0000;
  --darker: #540000;
  --foundation-gray-light-hover: #fcfcfe;
  --foundation-gray-light-active: #f8f9fd;
  --foundation-gray-light: #fdfdfe;
  --foundation-gray-normal: #eaedf7;
  --foundation-gray-normal-hover: #d3d5de;
  --foundation-gray-normal-active: #bbbec6;
  --foundation-gray-dark-hover: #8c8e94;
  --foundation-gray-dark-active: #696b6f;
  --foundation-gray-dark: #b0b2b9;
  --foundation-gray-darker: #525356;
  --foundation-red-light: #fee6e6;
  --foundation-red-light-hover: #fdd9d9;
  --foundation-red-light-active: #fab0b0;
  --foundation-red-normal: #f00000;
  --foundation-red-normal-hover: #d80000;
  --foundation-red-dark: #b40000;
  --foundation-red-dark-hover: #900000;
  --foundation-red-normal-active: #c00000;
  --foundation-red-dark-active: #6c0000;
  --foundation-red-darker: #540000;
  --foundation-blue-light-hover: #e3edfd;
  --foundation-blue-light-active: #c4d9fc;
  --foundation-blue-light: #ecf3fe;
  --foundation-blue-normal: #4285f4;
  --foundation-blue-normal-hover: #3b78dc;
  --foundation-blue-normal-active: #356ac3;
  --foundation-blue-dark-hover: #285092;
  --foundation-blue-dark-active: #1e3c6e;
  --foundation-blue-dark: #3264b7;
  --foundation-blue-darker: #172f55;
  --foundation-yellow-light-hover: #fff4d9;
  --foundation-yellow-light-active: #ffe8b0;
  --foundation-yellow-light: #fff8e6;
  --foundation-yellow-normal: #ffb400;
  --foundation-yellow-normal-hover: #e6a200;
  --foundation-yellow-normal-active: #cc9000;
  --foundation-yellow-dark-hover: #996c00;
  --foundation-yellow-dark-active: #735100;
  --foundation-yellow-dark: #bf8700;
  --foundation-yellow-darker: #593f00;
  --foundation-orange-light-hover: #fff1e9;
  --foundation-orange-light-active: #ffd4bb;
  --foundation-orange-light: #fff1e9;
  --foundation-orange-normal: #ff7324;
  --foundation-orange-normal-hover: #e66820;
  --foundation-orange-normal-active: #cc5c1d;
  --foundation-orange-dark-hover: #994516;
  --foundation-orange-dark-active: #733410;
  --foundation-orange-dark: #bf561b;
  --foundation-orange-darker: #59280d;
  --foundation-green-light-hover: #daeae3;
  --foundation-green-light-active: #b3d3c6;
  --foundation-green-light: #e7f1ed;
  --foundation-green-normal: #0a7146;
  --foundation-green-normal-hover: #09663f;
  --foundation-green-normal-active: #085a38;
  --foundation-green-dark-hover: #06442a;
  --foundation-green-dark-active: #05331f;
  --foundation-green-dark: #085535;
  --foundation-green-darker: #042819;
  --text-tx-black: var(--color-basic-black-solid);
  --text-tx-white: var(--color-basic-white);
  --icon-ic-white: var(--color-basic-white);
  --icon-ic-black: var(--color-basic-black-solid);
  --bg-red-hover: var(--foundation-red-normal-hover);
  --bg-red-press: var(--foundation-red-normal-active);
  --bg-red-disabled: rgba(240, 0, 0, 0.3);
  --stroke-normal: var(--foundation-red-normal);
  --stroke-hover: var(--foundation-red-normal-hover);
  --stroke-press: var(--foundation-red-normal-active);
  --icon-ic-red: var(--normal);
  --text-tx-red: var(--foundation-red-normal);
  --bg-blue-normal: var(--foundation-blue-normal);
  --bg-blue-hover: var(--foundation-blue-normal-hover);
  --bg-blue-press: var(--foundation-blue-normal-active);
  --bg-blue-disable: rgba(66, 133, 244, 0.3);
  --text-tx-dark-grey: var(--color-grey-gray-600);
  --text-tx-grey: var(--color-grey-gray-500);
  --text-tx-light-grey: var(--color-grey-gray-400);
  --icon-ic-red-hover: rgba(240, 0, 0, 0.15);
  --icon-ic-dark-grey: var(--color-grey-gray-600);
  --icon-ic-grey: var(--color-grey-gray-500);
  --icon-ic-light-grey: var(--color-grey-gray-400);
  --icon-ic-grey-hover: rgba(97, 97, 97, 0.15);
  --bg-grey-normal: var(--foundation-gray-normal);
  --bg-grey-light: var(--foundation-gray-light-active);
  --bg-grey-dark: var(--foundation-gray-dark);
  --bg-white: var(--color-basic-white);
  --stroke-light-grey: var(--color-grey-gray-300);
  --stroke-black: var(--color-grey-gray-900);
  --stroke-grey: var(--color-grey-gray-500);
  --bg-white-800: rgba(255, 255, 255, 0.8);
  --bg-dark: var(--color-basic-black-solid);
  --bg-white-400: rgba(255, 255, 255, 0.4);
  --color-basic-light-purple: #dde2ff;
  --bg-grey-hover: var(--foundation-gray-normal-hover);
  --pic-bg:#d7e4ff; }

@font-face {
  font-family: 'icomoon';
  src: url("font/icomoon.eot?mlcjqg");
  src: url("font/icomoon.eot?mlcjqg#iefix") format("embedded-opentype"), url("font/icomoon.ttf?mlcjqg") format("truetype"), url("font/icomoon.woff?mlcjqg") format("woff"), url("font/icomoon.svg?mlcjqg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {}
.icon:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
.icon.ic-w-24:before {
  width: 24px;
  height: 24px; }
.icon.ic-w-24.ic-abs-t:before {
  top: 50%;
  margin-top: -12px; }
.icon.ic-abs-t:before {
  position: absolute; }
.icon.type-ico-1:before {
  content: '\e90b'; }
.icon.type-ico-2:before {
  content: '\e901'; }
.icon.type-ico-3:before {
  content: '\e900'; }
.icon.type-ico-4:before {
  content: '\e90a'; }
.icon.type-ico-5:before {
  content: '\e909'; }
.icon.type-ico-6:before {
  content: '\e906'; }
.icon.type-ico-7:before {
  content: '\e907'; }
.icon.type-ico-8:before {
  content: '\e908'; }
.icon.type-ico-9:before {
  content: '\e903'; }
.icon.type-ico-10:before {
  content: '\e902'; }
.icon.type-ico-11:before {
  content: '\e904'; }
.icon.type-ico-12:before {
  content: '\e905'; }
.icon.type-ico-13:before {
  content: '\e90c'; }
.icon.type-ico-14:before {
  content: '\e90d'; }
.icon.type-ico-15:before {
  content: '\e90e'; }
.icon.type-ico-16:before {
  content: '\e90f'; }
.icon.type-ico-17:before {
  content: '\e910'; }
.icon.type-ico-18:before {
  content: '\e911'; }
.icon.type-ico-19:before {
  content: '\e91a'; }
.icon.type-ico-20:before {
  content: '\e91b'; }
.icon.type-ico-21:before {
  content: '\e913'; }
.icon.type-ico-22:before {
  content: '\e914'; }
.icon.type-ico-23:before {
  content: '\e915'; }
.icon.type-ico-24:before {
  content: '\e916'; }
.icon.type-ico-25:before {
  content: '\e917'; }
.icon.type-ico-26:before {
  content: '\e918'; }
.icon.type-ico-27:before {
  content: '\e919'; }
.icon.type-ico-28:before {
  content: '\e912'; }
.icon.type-ico-29:before {
  content: '\e91c'; }
.icon.type-ico-30:before {
  content: '\e91d'; }
.icon.type-ico-31:before {
  content: '\e91e'; }
.icon.type-ico-32:before {
  content: '\e91f'; }

body, html {
  overflow-x: hidden;
  min-width: 350px; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  min-height: 100vh;
  background: var(--bg-grey-light);
  font-size: 16px;
  color: var(--text-tx-black);
  line-height: 160%; }

a {
  color: var(--text-tx-black);
  outline: none;
  position: relative; }
  a:hover {
    color: var(--text-tx-red); }

.container {
  min-width: 296px; }

main {
  overflow: hidden;
  padding-top: 16px; }

.object-fit-cover {
  position: relative; }
  .object-fit-cover img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%; }

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-first);
  opacity: 0;
  z-index: 10;
  transition: 0.4s cubic-bezier(0.8, 0, 0.33, 1); }
  .overlay.active {
    opacity: 0.7; }

.hidden-scroll {
  overflow: hidden;
  position: relative;
  touch-action: none;
  -ms-touch-action: none; }

.show-menu {
  touch-action: none;
  -ms-touch-action: none; }

.row > .list-view {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap; }

.list-view > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px; }

.blur-section {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: none;
  transition: 0.15s; }

.blur .blur-section {
  opacity: 1; }

@media (max-width: 991px) {
  main {
    padding-top: 20px; } }
@media (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 60px; } }
.container,
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }
@media (min-width: 992px) {
  .container {
    max-width: 992px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1180px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1394px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px; } }
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px; } }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -10px;
  margin-left: -10px; }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 0; }

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px; }

  .row {
    margin-right: -8px;
    margin-left: -8px; }

  .row > * {
    padding-right: 8px;
    padding-left: 8px; } }
.col {
  flex: 1 0 0%; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; } }
.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; } }
.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-none {
  display: none !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-items-end {
  justify-items: end; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-6 {
  order: 6 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-none {
    display: none !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .order-sm-0 {
    order: 0 !important; }

  .order-sm-1 {
    order: 1 !important; }

  .order-sm-2 {
    order: 2 !important; }

  .order-sm-3 {
    order: 3 !important; }

  .order-sm-4 {
    order: 4 !important; }

  .order-sm-5 {
    order: 5 !important; }

  .order-sm-6 {
    order: 6 !important; }

  .text-sm-start {
    text-align: left !important; }

  .text-sm-end {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-none {
    display: none !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .order-md-0 {
    order: 0 !important; }

  .order-md-1 {
    order: 1 !important; }

  .order-md-2 {
    order: 2 !important; }

  .order-md-3 {
    order: 3 !important; }

  .order-md-4 {
    order: 4 !important; }

  .order-md-5 {
    order: 5 !important; }

  .order-md-6 {
    order: 6 !important; }

  .text-md-start {
    text-align: left !important; }

  .text-md-end {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-none {
    display: none !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .order-lg-0 {
    order: 0 !important; }

  .order-lg-1 {
    order: 1 !important; }

  .order-lg-2 {
    order: 2 !important; }

  .order-lg-3 {
    order: 3 !important; }

  .order-lg-4 {
    order: 4 !important; }

  .order-lg-5 {
    order: 5 !important; }

  .order-lg-6 {
    order: 6 !important; }

  .text-lg-start {
    text-align: left !important; }

  .text-lg-end {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-none {
    display: none !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-6 {
    order: 6 !important; }

  .text-xl-start {
    text-align: left !important; }

  .text-xl-end {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important; }

  .d-xxl-flex {
    display: flex !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-6 {
    order: 6 !important; }

  .text-xxl-start {
    text-align: left !important; }

  .text-xxl-end {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
.btn, button {
  font-weight: 500;
  line-height: 1;
  color: var(--text-tx-white);
  border-radius: 12px;
  padding: 0 12px;
  background: var(--bg-red-normal);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative; }
  .btn:hover, button:hover {
    background: #d60000;
    color: var(--text-tx-white); }
  .btn:active, button:active {
    background: #bd0000;
    color: var(--text-tx-white); }
  .btn.disabled, button.disabled {
    background: var(--bg-red-disabled);
    opacity: 0.8;
    color: var(--text-tx-white); }

.btn-small {
  height: 38px;
  font-size: 14px; }

.btn-medium, button {
  height: 44px; }

.btn-large, .footer__left_form__submit button {
  height: 63px;
  font-weight: 600;
  font-size: 22px; }

@media (max-width: 767px) {
  .btn, button {
    font-size: 14px; }

  .btn-small {
    height: 38px;
    font-size: 14px; }

  .btn-medium, button {
    height: 38px; }

  .btn-large, .footer__left_form__submit button {
    height: 63px;
    font-weight: 600;
    font-size: 22px; } }
input, select, textarea, button {
  font-family: 'Montserrat', sans-serif; }

input, select, textarea {
  width: 100%;
  outline: none;
  background: none;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid var(--foundation-gray-dark-hover);
  border-radius: 4px;
  height: 42px;
  font-size: 16px; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--text-tx-light-grey);
    font-family: 'Montserrat', sans-serif; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--text-tx-light-grey);
    font-family: 'Montserrat', sans-serif; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--text-tx-light-grey);
    font-family: 'Montserrat', sans-serif; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: var(--text-tx-light-grey);
    font-family: 'Montserrat', sans-serif; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

select {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 14px 8px; }
  select option {
    color: #333; }

textarea {
  resize: none;
  height: 98px;
  max-height: 98px;
  min-height: 98px;
  padding-top: 18px;
  vertical-align: top; }

label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500; }

.form-group {
  position: relative;
  padding-top: 12px; }

.has-error input, .has-error select, .has-error textarea {
  border-color: var(--foundation-red-normal);
  box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.25) inset; }
.has-error label.active-label {
  color: #868483; }
.has-error .help-block {
  display: block; }

.help-block {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: var(--foundation-red-normal);
  margin-top: 5px;
  display: none; }

button {
  outline: none;
  border: 0;
  cursor: pointer; }

input[type='radio'], input[type='checkbox'] {
  box-shadow: none !important;
  display: none; }
  input[type='radio'] + label, input[type='checkbox'] + label {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    padding-left: 36px;
    padding-top: 0;
    line-height: 160%;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer; }
    input[type='radio'] + label:before, input[type='checkbox'] + label:before {
      content: '';
      position: absolute;
      left: 7px;
      top: 50%;
      margin-top: -9px;
      width: 18px;
      height: 18px;
      border: 2px solid var(--icon-ic-dark-grey);
      opacity: 0.6;
      z-index: 2; }
    input[type='radio'] + label:after, input[type='checkbox'] + label:after {
      z-index: 3;
      content: '';
      transition: 0.15s;
      transform: scale(0);
      position: absolute;
      top: 50%; }
  input[type='radio']:checked + label:before, input[type='checkbox']:checked + label:before {
    border: 2px solid var(--foundation-red-normal);
    opacity: 1; }
  input[type='radio']:checked + label:after, input[type='checkbox']:checked + label:after {
    transform: scale(1); }
  input[type='radio']:checked + label + div + .forms__text, input[type='radio']:checked + label + .forms__text, input[type='checkbox']:checked + label + div + .forms__text, input[type='checkbox']:checked + label + .forms__text {
    display: block; }

input[type='checkbox'] + label:before {
  border-radius: 2px; }
input[type='checkbox'] + label:after {
  left: 7px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM7.71 13.29C7.32 13.68 6.69 13.68 6.3 13.29L2.71 9.7C2.32 9.31 2.32 8.68 2.71 8.29C3.1 7.9 3.73 7.9 4.12 8.29L7 11.17L13.88 4.29C14.27 3.9 14.9 3.9 15.29 4.29C15.68 4.68 15.68 5.31 15.29 5.7L7.71 13.29Z" fill="rgb(240,0,0)" /> </svg>');
  background-repeat: no-repeat;
  background-position: 50% 0; }

input[type='radio'] + label:before, input[type='radio'] + label:after {
  border-radius: 100%; }
input[type='radio'] + label:after {
  left: 8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff; }
input[type='radio']:checked + label:before {
  background: var(--foundation-red-normal); }

.disabled input[type='radio'] + label:before, .disabled input[type='radio'] + label:after, .disabled input[type='checkbox'] + label:before, .disabled input[type='checkbox'] + label:after {
  transition: 0s; }
.disabled input[type='radio']:checked + label:before, .disabled input[type='radio']:checked + label:after, .disabled input[type='checkbox']:checked + label:before, .disabled input[type='checkbox']:checked + label:after {
  transition: 0s; }
.disabled input[type='checkbox'] + label:before {
  opacity: 0.3; }
.disabled input[type='checkbox'] + label:after {
  opacity: 0.3; }
.disabled input[type='checkbox']:checked + label:before {
  opacity: 0; }
.disabled input[type='radio'] + label:before {
  opacity: 0.3; }

.show-password {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 9px;
  right: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.03613 12.322C1.96712 12.1146 1.96712 11.8904 2.03613 11.683C3.42313 7.51 7.36013 4.5 12.0001 4.5C16.6381 4.5 20.5731 7.507 21.9631 11.678C22.0331 11.885 22.0331 12.109 21.9631 12.317C20.5771 16.49 16.6401 19.5 12.0001 19.5C7.36213 19.5 3.42613 16.493 2.03613 12.322Z" stroke="%23616161" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /><path d="M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12Z" stroke="%23616161" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  background-position: 0 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 24px; }
  .show-password.visible:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
    background: #616161;
    transform: rotate(-30deg); }
  .show-password:after {
    content: '';
    position: absolute;
    left: -6px;
    right: -6px;
    bottom: -6px;
    top: -6px; }

header {
  box-shadow: 9px 8px 10px 0 rgba(0, 0, 0, 0.07); }

.header-top {
  background: var(--bg-grey-light);
  padding-top: 12px;
  padding-bottom: 12px; }
  .header-top__shipping {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .header-top__shipping_text {
      position: relative;
      padding-left: 34px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      color: var(--text-tx-dark-grey); }
      .header-top__shipping_text:before {
        font-size: 20px;
        width: 26px;
        height: 20px;
        color: var(--color-grey-gray-600);
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px; }
  .header-top__nav {
    display: flex;
    flex-wrap: wrap; }
    .header-top__nav > li > span, .header-top__nav li a {
      padding: 4px 12px;
      font-weight: 500; }
    .header-top__nav > li {
      padding-top: 4px;
      padding-bottom: 4px; }
      .header-top__nav > li > span {
        cursor: default;
        position: relative;
        padding-right: 32px; }
        .header-top__nav > li > span:before {
          position: absolute;
          top: 50%;
          margin-top: -12px;
          right: 0;
          width: 24px;
          height: 24px;
          font-size: 9px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          color: var(--icon-ic-black); }
      .header-top__nav > li:hover > span {
        color: var(--text-tx-red); }
        .header-top__nav > li:hover > span:before {
          color: var(--icon-ic-red); }
    .header-top__nav li {
      position: relative; }
      .header-top__nav li:hover .header-top__nav_hidden {
        display: flex; }
    .header-top__nav_hidden {
      display: none;
      flex-wrap: wrap;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 5;
      border-radius: 6px;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
      background: var(--bg-white);
      white-space: nowrap; }
      .header-top__nav_hidden li {
        width: 100%; }
        .header-top__nav_hidden li a {
          display: block; }
  .header-top__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .header-top__right_contacts {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      border-radius: 42px;
      padding: 0 12px 0px 44px;
      height: 42px;
      min-width: 42px;
      background: var(--bg-white);
      align-items: center;
      font-weight: 500;
      cursor: pointer;
      line-height: 1; }
      .header-top__right_contacts:before {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 12px;
        width: 24px;
        height: 24px;
        font-size: 24px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: var(--icon-ic-red); }
    .header-top__right_lang {
      margin-left: 16px;
      position: relative; }
      .header-top__right_lang:hover .header-top__right_lang_current {
        color: var(--text-tx-red); }
      .header-top__right_lang:hover .header-top__right_lang_switch {
        display: flex; }
      .header-top__right_lang_current {
        display: flex;
        flex-wrap: wrap;
        height: 42px;
        align-items: center;
        background: var(--bg-white);
        padding: 1px 12px 0 12px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 42px;
        line-height: 1;
        cursor: default; }
      .header-top__right_lang_switch {
        display: none;
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        top: 100%;
        text-transform: uppercase;
        border-radius: 6px;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
        background: var(--bg-white);
        white-space: nowrap;
        z-index: 5;
        padding-top: 8px;
        padding-bottom: 8px;
        font-weight: 500; }
        .header-top__right_lang_switch div a {
          padding: 4px 12px; }

@media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding-top: 8px;
    padding-bottom: 11px; }
    .header-top__shipping {
      position: relative;
      padding-bottom: 9px; }
      .header-top__shipping:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: var(--stroke); }
      .header-top__shipping_text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 40px;
        line-height: 1; }
    .header-top__nav {
      padding-top: 11px; }
    .header-top__right {
      padding-top: 11px; } }
@media (max-width: 767px) {
  .header-top {
    padding-top: 6px;
    padding-bottom: 6px; }
    .header-top__shipping_text {
      font-size: 12px;
      line-height: 120%;
      padding-left: 26px; }
      .header-top__shipping_text:before {
        width: 18px;
        height: 14px;
        font-size: 14px;
        margin-top: -7px; } }
.header-center, .header-bottom {
  background: var(--bg-white); }

.header-center {
  border-bottom: 1px solid var(--stroke);
  padding-top: 16px;
  padding-bottom: 16px; }
  .header-center__made-in {
    width: 57px;
    height: 23px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .header-center__made-in:before {
      font-size: 23px; }
  .header-center__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px 0 -6px; }
    .header-center__list li {
      padding: 0 6px; }
      .header-center__list li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: var(--bg-grey-light);
        border-radius: 42px;
        padding: 0 12px 0 44px;
        height: 42px;
        position: relative;
        font-weight: 500; }
        .header-center__list li a:before {
          position: absolute;
          top: 50%;
          margin-top: -12px;
          left: 12px;
          width: 24px;
          height: 24px;
          font-size: 20px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          color: var(--icon-ic-black); }
        .header-center__list li a:hover:before {
          color: var(--text-tx-red); }
  .header-center__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -12px; }
    .header-center__actions li {
      padding: 0 12px; }
      .header-center__actions li a {
        display: flex;
        flex-wrap: wrap;
        width: 32px;
        height: 32px;
        position: relative;
        align-items: center;
        justify-content: center; }
        .header-center__actions li a i {
          position: absolute;
          min-width: 16px;
          height: 16px;
          border-radius: 100%;
          font-style: normal;
          font-weight: 500;
          color: #fff;
          background: #F00000;
          right: -4px;
          top: -4px;
          font-size: 10px;
          text-align: center;
          line-height: 16px;
          padding-left: 2px;
          padding-right: 2px; }
        .header-center__actions li a:before {
          font-size: 26px; }
  .header-center__search {
    position: relative;
    width: 133px;
    transition: 0.15s; }
    .header-center__search > * {
      position: relative;
      z-index: 3; }
    .header-center__search .form-group {
      padding-top: 0; }
      .header-center__search .form-group:before {
        width: 20px;
        height: 20px;
        left: 18px;
        top: 50%;
        margin-top: -10px;
        position: absolute;
        font-size: 20px; }
    .header-center__search input {
      height: 42px;
      border-radius: 42px;
      padding-left: 52px;
      border: 1px solid var(--bg-white);
      font-size: 14px; }
    .header-center__search.active {
      width: 100%;
      padding-left: 23px; }
      .header-center__search.active input {
        border: 1px solid var(--stroke); }
      .header-center__search.active.show-result-main .header-center__search_results, .header-center__search.active.show-result-history .header-center__search_results, .header-center__search.active.show-result-empty .header-center__search_results {
        display: flex; }
      .header-center__search.active.show-result-main .header-center__search_results_main {
        display: block; }
      .header-center__search.active.show-result-history .header-center__search_results_history {
        display: block; }
      .header-center__search.active.show-result-empty .header-center__search_results_empty {
        display: flex; }
    .header-center__search_results {
      display: none;
      flex-wrap: wrap;
      position: absolute;
      top: 100%;
      margin-top: 6px;
      left: 23px;
      right: 0;
      border: 1px solid var(--stroke-light-grey);
      border-radius: 8px;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
      background: var(--bg-white);
      z-index: 3;
      padding: 8px 0 8px 0; }
      .header-center__search_results > * {
        width: 100%; }
        .header-center__search_results > *:nth-child(2) {
          margin-top: 12px; }
      .header-center__search_results:before {
        content: '';
        position: absolute;
        left: 0;
        top: -20px;
        right: 0;
        height: 20px;
        opacity: 0; }
      .header-center__search_results_main_title, .header-center__search_results_history_title {
        font-weight: 600;
        font-size: 14px;
        line-height: 160%;
        color: var(--text-tx-black);
        padding-top: 8px;
        cursor: default;
        padding-left: 12px;
        padding-right: 12px; }
      .header-center__search_results_main_res, .header-center__search_results_history_res {
        padding-top: 8px; }
        .header-center__search_results_main_res_item, .header-center__search_results_history_res_item {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          padding-left: 42px;
          padding-right: 12px;
          min-height: 32px;
          cursor: pointer;
          margin-top: 4px;
          align-items: center;
          line-height: 160%; }
          .header-center__search_results_main_res_item:before, .header-center__search_results_history_res_item:before {
            font-family: 'icomoon';
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            left: 8px;
            width: 24px;
            height: 24px;
            content: '\e903';
            position: absolute;
            top: 50%;
            margin-top: -12px;
            font-size: 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            color: #000; }
          .header-center__search_results_main_res_item:hover, .header-center__search_results_history_res_item:hover {
            color: var(--text-tx-red); }
            .header-center__search_results_main_res_item:hover:before, .header-center__search_results_history_res_item:hover:before {
              color: #000; }
      .header-center__search_results_main {
        display: none; }
        .header-center__search_results_main_res_item {
          width: 100%; }
      .header-center__search_results_history {
        display: none; }
        .header-center__search_results_history_title {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
        .header-center__search_results_history_clear {
          cursor: pointer;
          color: var(--text-tx-red);
          font-weight: 500; }
        .header-center__search_results_history_res {
          padding-right: 12px; }
          .header-center__search_results_history_res_wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center; }
          .header-center__search_results_history_res_item {
            flex: 1 0 0%;
            padding-right: 0;
            margin-right: 8px; }
          .header-center__search_results_history_res_clear {
            width: 24px;
            height: 24px;
            position: relative;
            background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21967 0.21967C0.512563 -0.0732233 0.987437 -0.0732233 1.28033 0.21967L6.75 5.68934L12.2197 0.219671C12.5126 -0.0732225 12.9874 -0.0732225 13.2803 0.219671C13.5732 0.512564 13.5732 0.987438 13.2803 1.28033L7.81066 6.75L13.2803 12.2197C13.5732 12.5126 13.5732 12.9874 13.2803 13.2803C12.9874 13.5732 12.5126 13.5732 12.2197 13.2803L6.75 7.81066L1.28033 13.2803C0.987437 13.5732 0.512563 13.5732 0.21967 13.2803C-0.0732232 12.9874 -0.0732232 12.5126 0.21967 12.2197L5.68934 6.75L0.21967 1.28033C-0.0732233 0.987437 -0.0732233 0.512563 0.21967 0.21967Z" fill="black" /></svg>');
            background-repeat: no-repeat;
            background-position: 50%;
            cursor: pointer; }
            .header-center__search_results_history_res_clear:before {
              content: '';
              position: absolute;
              left: -6px;
              right: -6px;
              top: -6px;
              bottom: -6px; }
            .header-center__search_results_history_res_clear:hover {
              background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21967 0.21967C0.512563 -0.0732233 0.987437 -0.0732233 1.28033 0.21967L6.75 5.68934L12.2197 0.219671C12.5126 -0.0732225 12.9874 -0.0732225 13.2803 0.219671C13.5732 0.512564 13.5732 0.987438 13.2803 1.28033L7.81066 6.75L13.2803 12.2197C13.5732 12.5126 13.5732 12.9874 13.2803 13.2803C12.9874 13.5732 12.5126 13.5732 12.2197 13.2803L6.75 7.81066L1.28033 13.2803C0.987437 13.5732 0.512563 13.5732 0.21967 13.2803C-0.0732232 12.9874 -0.0732232 12.5126 0.21967 12.2197L5.68934 6.75L0.21967 1.28033C-0.0732233 0.987437 -0.0732233 0.512563 0.21967 0.21967Z" fill="rgb(240,0,0)" /></svg>'); }
      .header-center__search_results_empty {
        display: none;
        min-height: 134px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 12px; }
        .header-center__search_results_empty_title {
          font-weight: 500;
          line-height: 160%;
          text-align: center;
          color: var(--text-tx-black); }
        .header-center__search_results_empty_text {
          line-height: 150%;
          text-align: center;
          color: var(--text-tx-grey); }

@media (max-width: 1399px) {
  .header-center__search.active {
    padding-left: 0; }
  .header-center__search_results {
    left: 0;
    right: -150px; } }
@media (max-width: 1199px) {
  .header-center__logo img {
    width: 44px;
    height: 44px; }
  .header-center__search_results {
    right: -220px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .header-center__made-in {
    width: 42px;
    height: 17px; }
    .header-center__made-in:before {
      font-size: 17px; }
  .header-center__list {
    margin-right: -6px; }
    .header-center__list li {
      padding: 0 4px; }
      .header-center__list li a {
        font-size: 15px;
        padding: 0 8px 0 30px; }
        .header-center__list li a:before {
          margin-top: -9px;
          left: 8px;
          width: 18px;
          height: 18px;
          font-size: 18px; }
        .header-center__list li a.type-2:before, .header-center__list li a.type-3:before, .header-center__list li a.type-4:before {
          font-size: 18px; } }
@media (max-width: 991px) {
  .header-center {
    padding-top: 8px;
    padding-bottom: 8px; }
    .header-center__mobile_nav_button {
      border-radius: 12px;
      width: 40px;
      height: 44px;
      background: var(--bg-red-normal);
      position: relative;
      cursor: pointer; }
      .header-center__mobile_nav_button > div {
        width: 18px;
        height: 18px;
        top: 50%;
        left: 50%;
        position: absolute;
        margin-left: -9px;
        margin-top: -9px; }
        .header-center__mobile_nav_button > div div {
          left: 0;
          right: 0;
          height: 8px;
          bottom: 0;
          position: absolute; }
          .header-center__mobile_nav_button > div div:first-child {
            bottom: auto;
            top: 0; }
          .header-center__mobile_nav_button > div div:before, .header-center__mobile_nav_button > div div:after {
            content: '';
            position: absolute;
            top: 0;
            border: 1px solid var(--icon-ic-white);
            width: 8px;
            height: 8px;
            border-radius: 3px; }
          .header-center__mobile_nav_button > div div:before {
            left: 0; }
          .header-center__mobile_nav_button > div div:after {
            right: 0; }
    .header-center__search_results {
      right: 0; } }
@media (max-width: 767px) {
  .header-center__search {
    width: 100%; }
    .header-center__search input {
      height: 44px; }
  .header-center__contacts {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .header-center__contacts:before {
      font-size: 26px; } }
.header-bottom {
  border-bottom: 1px solid var(--stroke);
  padding-top: 12px;
  padding-bottom: 12px; }
  .header-bottom__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .header-bottom__list > li {
      position: relative; }
      .header-bottom__list > li > a, .header-bottom__list > li > span {
        display: flex;
        flex-wrap: wrap;
        height: 42px;
        align-items: center;
        padding-left: 8px;
        padding-right: 8px;
        font-weight: 500;
        color: var(--color-basic-black-solid);
        cursor: pointer; }
      .header-bottom__list > li:hover > a {
        color: var(--text-tx-red); }
      .header-bottom__list > li:hover .header-bottom__list_hidden {
        display: flex; }
      .header-bottom__list > li:hover.has-hidden-list:before {
        display: block; }
      .header-bottom__list > li.has-hidden-list:before {
        display: none;
        content: '';
        position: absolute;
        width: 14px;
        height: 9px;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.92773 0L13.8559 8.25H-0.000468731L6.92773 0Z' fill='%23F00000'/%3E%3C/svg%3E"); }
    .header-bottom__list_hidden {
      display: none;
      white-space: nowrap;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 5;
      padding: 28px 2px 20px 2px;
      min-width: 100%; }
      .header-bottom__list_hidden:before {
        position: absolute;
        content: '';
        z-index: -1;
        left: 0;
        top: 8px;
        right: 0;
        bottom: 0;
        border: 2px solid var(--stroke-normal);
        border-radius: 8px;
        background: #fff; }
      .header-bottom__list_hidden > .col-auto {
        padding-left: 20px;
        padding-right: 20px; }
      .header-bottom__list_hidden_category {
        padding-top: 24px; }
        .header-bottom__list_hidden_category:first-child {
          padding-top: 0; }
      .header-bottom__list_hidden_title {
        position: relative; }
        .header-bottom__list_hidden_title a, .header-bottom__list_hidden_title span {
          padding-top: 4px;
          padding-bottom: 4px;
          font-weight: 700;
          color: var(--text-tx-black);
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          line-height: 1; }
        .header-bottom__list_hidden_title.icon {
          padding-left: 36px; }
          .header-bottom__list_hidden_title.icon:before {
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0;
            top: 0;
            color: #000;
            font-size: 24px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center; }
      .header-bottom__list_hidden_links {
        padding-top: 16px; }
        .header-bottom__list_hidden_links > div {
          display: flex; }
        .header-bottom__list_hidden_links a {
          display: block;
          padding: 4px 8px;
          line-height: 150%; }
        .header-bottom__list_hidden_links .marker {
          font-size: 8px;
          line-height: 120%;
          padding-top: 4px;
          margin-left: -6px;
          color: var(--text-tx-red);
          cursor: default; }

:root {
  --hidden-menu-top: 56px;
  --hidden-menu-child-top: 61px;
  --transition-menu: 0.15s; }

@media (max-width: 991px) {
  .header-hidden-menu {
    position: fixed;
    z-index: 10;
    left: 0;
    width: 100%;
    bottom: 0;
    top: var(--hidden-menu-top);
    background: var(--color-basic-light-purple);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    transform: translateY(100%);
    transition: var(--transition-menu); }
    .header-hidden-menu__top {
      position: relative;
      padding-top: 25px;
      padding-bottom: 8px;
      border-bottom: 1px solid #fff;
      z-index: 3; }
      .header-hidden-menu__top_close_additional {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 25px; }
        .header-hidden-menu__top_close_additional:before {
          cursor: pointer;
          border-radius: 2px;
          width: 36px;
          height: 5px;
          background: var(--bg-grey-dark);
          position: absolute;
          left: 50%;
          top: 8px;
          margin-left: -18px;
          content: ''; }
        .header-hidden-menu__top_close_additional:after {
          position: absolute;
          content: '';
          cursor: pointer;
          width: 60px;
          margin-left: -30px;
          top: 0;
          bottom: -5px;
          left: 50%; }
      .header-hidden-menu__top_close_main {
        cursor: pointer;
        width: 40px;
        height: 40px;
        position: relative; }
        .header-hidden-menu__top_close_main:before, .header-hidden-menu__top_close_main:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 2px;
          border-radius: 2px;
          background: #000;
          left: 50%;
          top: 50%;
          margin-top: -1px;
          margin-left: -9px; }
        .header-hidden-menu__top_close_main:before {
          transform: rotate(-45deg); }
        .header-hidden-menu__top_close_main:after {
          transform: rotate(45deg); }
    .header-hidden-menu__center {
      position: absolute;
      z-index: 2;
      background: #fff;
      left: 0;
      right: 0;
      overflow: hidden;
      overflow-y: scroll;
      top: 84px;
      bottom: 126px; }
      .header-hidden-menu__center > .container {
        padding-left: 0;
        padding-right: 0; }
      .header-hidden-menu__center_list li {
        margin-top: 4px; }
        .header-hidden-menu__center_list li:first-child {
          margin-top: 0; }
          .header-hidden-menu__center_list li:first-child .purple {
            border-bottom: 0; }
        .header-hidden-menu__center_list li .purple {
          background: var(--color-basic-light-purple); }
        .header-hidden-menu__center_list li > a, .header-hidden-menu__center_list li > span, .header-hidden-menu__center_list li > p {
          padding-left: 16px;
          padding-right: 16px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          height: 44px;
          border-bottom: 1px solid var(--stroke); }
        .header-hidden-menu__center_list li > P {
          margin-top: -4px;
          font-size: 14px;
          font-weight: 500;
          line-height: 143%;
          color: var(--text-tx-dark-grey);
          background: var(--color-background); }
        .header-hidden-menu__center_list li .icon, .header-hidden-menu__center_list li .arrow {
          position: relative; }
        .header-hidden-menu__center_list li .icon {
          padding-left: 48px; }
          .header-hidden-menu__center_list li .icon:before {
            position: absolute;
            width: 24px;
            height: 24px;
            top: 50%;
            margin-top: -13px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            left: 16px;
            font-size: 22px; }
          .header-hidden-menu__center_list li .icon.color-icon:before {
            color: var(--icon-ic-red); }
        .header-hidden-menu__center_list li .arrow {
          padding-right: 48px; }
          .header-hidden-menu__center_list li .arrow:after {
            font-family: 'icomoon';
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e91b';
            position: absolute;
            width: 24px;
            height: 24px;
            top: 50%;
            margin-top: -13px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            right: 16px;
            font-size: 17px; }
    .header-hidden-menu__bottom {
      position: absolute;
      z-index: 3;
      left: 0;
      right: 0;
      bottom: 0;
      padding-top: 16px;
      padding-bottom: 18px; }
      .header-hidden-menu__bottom_lang {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px; }
        .header-hidden-menu__bottom_lang li {
          padding: 0 6px;
          flex: 1; }
          .header-hidden-menu__bottom_lang li a, .header-hidden-menu__bottom_lang li span {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            height: 42px;
            padding: 0 8px 0 8px;
            font-weight: 500;
            line-height: 1;
            color: var(--text-tx-black);
            background: var(--bg-white);
            border-radius: 42px;
            text-transform: uppercase; }
          .header-hidden-menu__bottom_lang li span {
            color: var(--text-tx-red); }
      .header-hidden-menu__bottom_contacts {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        margin-top: 16px;
        padding-top: 10px; }
        .header-hidden-menu__bottom_contacts:before {
          position: absolute;
          left: -16px;
          right: -16px;
          content: '';
          height: 1px;
          background: #fff;
          top: -1px; }
        .header-hidden-menu__bottom_contacts a {
          display: flex;
          flex-wrap: wrap;
          line-height: 1;
          height: 24px;
          align-items: center;
          position: relative;
          padding-left: 32px;
          color: var(--color-basic-black-solid); }
          .header-hidden-menu__bottom_contacts a:before {
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0;
            top: 50%;
            margin-top: -12px;
            font-size: 24px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center; }

  .header-hidden-menu__hidden {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transform: translateY(100%);
    transition: var(--transition-menu); }
    .header-hidden-menu__hidden_buttons {
      z-index: 3;
      position: relative;
      background: #fff;
      padding-top: 17px; }
      .header-hidden-menu__hidden_buttons_line {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 25px;
        z-index: 2; }
        .header-hidden-menu__hidden_buttons_line:before {
          cursor: pointer;
          border-radius: 2px;
          width: 36px;
          height: 5px;
          background: var(--bg-grey-dark);
          position: absolute;
          left: 50%;
          top: 8px;
          margin-left: -18px;
          content: ''; }
        .header-hidden-menu__hidden_buttons_line:after {
          position: absolute;
          content: '';
          cursor: pointer;
          width: 60px;
          margin-left: -30px;
          top: 0;
          bottom: -5px;
          left: 50%; }
      .header-hidden-menu__hidden_buttons_nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 44px;
        position: relative;
        padding-left: 44px;
        padding-right: 44px; }
        .header-hidden-menu__hidden_buttons_nav_back, .header-hidden-menu__hidden_buttons_nav_close {
          position: absolute;
          top: 0;
          height: 100%;
          width: 24px; }
        .header-hidden-menu__hidden_buttons_nav_back {
          left: 12px; }
          .header-hidden-menu__hidden_buttons_nav_back:before {
            position: absolute;
            width: 24px;
            height: 24px;
            top: 50%;
            margin-top: -12px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            left: 0;
            font-size: 17px;
            color: var(--icon-ic-red);
            transform: rotate(-180deg); }
        .header-hidden-menu__hidden_buttons_nav_title {
          font-weight: 600;
          font-size: 18px;
          color: var(--text-tx-black);
          text-align: center;
          line-height: 1; }
        .header-hidden-menu__hidden_buttons_nav_close {
          right: 12px; }
          .header-hidden-menu__hidden_buttons_nav_close:before, .header-hidden-menu__hidden_buttons_nav_close:after {
            content: '';
            position: absolute;
            width: 18px;
            height: 2px;
            border-radius: 2px;
            background: var(--icon-ic-red);
            left: 50%;
            top: 50%;
            margin-top: -1px;
            margin-left: -9px; }
          .header-hidden-menu__hidden_buttons_nav_close:before {
            transform: rotate(-45deg); }
          .header-hidden-menu__hidden_buttons_nav_close:after {
            transform: rotate(45deg); }
    .header-hidden-menu__hidden_nav {
      overflow-y: scroll;
      left: 0;
      top: var(--hidden-menu-child-top);
      right: 0;
      bottom: 0;
      position: absolute; }
      .header-hidden-menu__hidden_nav_list {
        margin-top: 12px; }
        .header-hidden-menu__hidden_nav_list > li {
          margin-top: 4px; }
          .header-hidden-menu__hidden_nav_list > li:first-child {
            margin-top: 0; }
          .header-hidden-menu__hidden_nav_list > li > a, .header-hidden-menu__hidden_nav_list > li > span {
            padding-left: 16px;
            padding-right: 16px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            height: 44px;
            border-bottom: 1px solid var(--stroke); }
            .header-hidden-menu__hidden_nav_list > li > a.icon, .header-hidden-menu__hidden_nav_list > li > a.has-hidden-list, .header-hidden-menu__hidden_nav_list > li > span.icon, .header-hidden-menu__hidden_nav_list > li > span.has-hidden-list {
              position: relative; }
            .header-hidden-menu__hidden_nav_list > li > a.icon, .header-hidden-menu__hidden_nav_list > li > span.icon {
              padding-left: 48px; }
              .header-hidden-menu__hidden_nav_list > li > a.icon:before, .header-hidden-menu__hidden_nav_list > li > span.icon:before {
                position: absolute;
                width: 24px;
                height: 24px;
                top: 50%;
                margin-top: -13px;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                left: 16px;
                font-size: 22px; }
            .header-hidden-menu__hidden_nav_list > li > a.has-hidden-list, .header-hidden-menu__hidden_nav_list > li > span.has-hidden-list {
              padding-right: 48px; }
              .header-hidden-menu__hidden_nav_list > li > a.has-hidden-list:after, .header-hidden-menu__hidden_nav_list > li > span.has-hidden-list:after {
                font-family: 'icomoon';
                speak: never;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\e91b';
                position: absolute;
                width: 24px;
                height: 24px;
                top: 50%;
                margin-top: -13px;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                right: 16px;
                font-size: 17px;
                color: var(--icon-ic-red); }
        .header-hidden-menu__hidden_nav_list_hidden {
          position: fixed;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: #fff;
          z-index: 3;
          transform: translateY(100%);
          transition: var(--transition-menu); }
          .header-hidden-menu__hidden_nav_list_hidden_scroll {
            overflow-y: scroll;
            left: 0;
            top: var(--hidden-menu-child-top);
            right: 0;
            bottom: 0;
            position: absolute; }
          .header-hidden-menu__hidden_nav_list_hidden_category {
            padding-top: 20px; }
            .header-hidden-menu__hidden_nav_list_hidden_category:first-child {
              padding-top: 22px; }
          .header-hidden-menu__hidden_nav_list_hidden_title a, .header-hidden-menu__hidden_nav_list_hidden_title span, .header-hidden-menu__hidden_nav_list_hidden_links div > a, .header-hidden-menu__hidden_nav_list_hidden_links div > span {
            padding-left: 16px;
            padding-right: 16px;
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
          .header-hidden-menu__hidden_nav_list_hidden_title {
            position: relative; }
            .header-hidden-menu__hidden_nav_list_hidden_title:before {
              z-index: -1;
              position: absolute;
              width: 24px;
              height: 24px;
              top: 50%;
              margin-top: -13px;
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              left: 16px;
              font-size: 22px; }
            .header-hidden-menu__hidden_nav_list_hidden_title.icon a, .header-hidden-menu__hidden_nav_list_hidden_title.icon span {
              padding-left: 48px; }
            .header-hidden-menu__hidden_nav_list_hidden_title a, .header-hidden-menu__hidden_nav_list_hidden_title span {
              font-weight: 700;
              line-height: 150%; }
          .header-hidden-menu__hidden_nav_list_hidden_links {
            padding-top: 12px; }
            .header-hidden-menu__hidden_nav_list_hidden_links div {
              margin-top: 4px; }
              .header-hidden-menu__hidden_nav_list_hidden_links div:first-child {
                margin-top: 0; }
              .header-hidden-menu__hidden_nav_list_hidden_links div > a, .header-hidden-menu__hidden_nav_list_hidden_links div > span {
                height: 44px;
                border-bottom: 1px solid var(--stroke); }

  .menu-open .header-hidden-menu {
    transform: translateY(0); }

  .show-list.header-hidden-menu__hidden {
    transform: translateY(0); }
  .show-list.header-hidden-menu__hidden_nav_list_hidden {
    transform: translateY(0); } }
@media (max-width: 767px) {
  :root {
    --hidden-menu-top: 40px; } }
.header-mobile-nav-buttons {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid var(--stroke); }
  .header-mobile-nav-buttons__items {
    display: flex; }
  .header-mobile-nav-buttons__item {
    flex: 1 0 0%;
    text-align: center;
    position: relative; }
    .header-mobile-nav-buttons__item .icon {
      position: relative;
      font-weight: 500;
      font-size: 12px;
      line-height: 120%;
      text-align: center;
      padding: 8px;
      display: flex;
      flex-wrap: wrap;
      cursor: pointer;
      align-items: flex-end;
      justify-content: center;
      height: 60px; }
      .header-mobile-nav-buttons__item .icon:before {
        position: absolute;
        width: 24px;
        height: 24px;
        left: 50%;
        margin-left: -12px;
        top: 8px;
        font-size: 20px; }
      .header-mobile-nav-buttons__item .icon:hover, .header-mobile-nav-buttons__item .icon:active {
        color: var(--text-tx-red); }
        .header-mobile-nav-buttons__item .icon:hover:before, .header-mobile-nav-buttons__item .icon:active:before {
          color: var(--text-tx-red); }
    .header-mobile-nav-buttons__item.active .icon {
      color: var(--text-tx-red); }
      .header-mobile-nav-buttons__item.active .icon:before {
        color: var(--text-tx-red); }

.section-titles {
  font-weight: 600;
  font-size: 48px;
  line-height: 115%;
  color: var(--text-tx-black);
  text-align: center; }

.section-go-to {
  position: relative;
  padding-right: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .section-go-to a {
    position: relative;
    padding-right: 32px;
    color: var(--text-tx-red);
    font-weight: 500; }
    .section-go-to a:before {
      content: '\e91b';
      font-size: 17px;
      color: var(--text-tx-red);
      right: 0;
      font-weight: normal; }
    .section-go-to a i {
      font-style: normal; }
  .section-go-to .arrows-nav {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -22px; }
  .section-go-to .icon.ic-w-24.ic-abs-t:before {
    margin-top: -13px; }
  .section-go-to.all, .section-go-to.all-type-2 {
    height: 44px;
    margin-top: 68px; }
    .section-go-to.all .section-go-to__title, .section-go-to.all-type-2 .section-go-to__title {
      font-weight: 600;
      font-size: 26px;
      line-height: 135%; }
  .section-go-to.all-type-2 {
    gap: 20px; }
    .section-go-to.all-type-2 a {
      margin-top: 2px; }

.arrows-nav {
  display: flex; }

.arrow-nav-next, .arrow-nav-prev {
  width: 48px;
  height: 44px;
  background: var(--bg-red-normal);
  border-radius: 12px;
  margin: 0 6px;
  position: relative;
  cursor: pointer; }
  .arrow-nav-next:before, .arrow-nav-prev:before {
    font-family: 'icomoon';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e91b';
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    font-size: 17px; }
  .arrow-nav-next.disabled, .arrow-nav-prev.disabled {
    opacity: 0.8;
    background: var(--bg-red-disabled);
    cursor: default; }

.arrow-nav-next {
  margin-right: 0; }

.arrow-nav-prev {
  margin-left: 0; }
  .arrow-nav-prev:before {
    transform: rotate(180deg); }

@media (max-width: 991px) {
  .section-titles {
    font-size: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 55px; }

  .section-go-to .arrows-nav {
    display: none; }

  .section-go-to.all, .section-go-to.all-type-2 {
    margin-top: 24px; }

  .section-go-to {
    padding-right: 0;
    justify-content: space-between; }
    .section-go-to.all-type-2 a {
      margin-top: 0;
      padding-right: 0;
      font-size: 0;
      height: 44px;
      width: 48px; }
    .section-go-to.all-type-2 .icon.ic-w-24.ic-abs-t:before {
      margin-top: -12px;
      right: 50%;
      margin-right: -12px; } }
@media (max-width: 768px) {
  .section-titles {
    font-size: 24px;
    min-height: 44px;
    line-height: 135%; } }
.home-main-banners {
  padding-top: 16px; }
  .home-main-banners__items {
    height: 548px;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    background: var(--pic-bg); }
    .home-main-banners__items.flow-slider {
      display: block;
      position: relative; }
    .home-main-banners__items .flow-slider-outer {
      height: 100%;
      position: relative; }
    .home-main-banners__items .flow-slider-stage {
      height: 100%; }
    .home-main-banners__items .flow-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      margin: 0; }
  .home-main-banners__item {
    height: 100%;
    width: 100%;
    flex: 0 0 auto;
    position: relative; }
    .home-main-banners__item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .home-main-banners__item_button {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      height: 100%;
      max-width: 548px;
      margin-left: 50%;
      padding-left: 20px;
      padding-right: 10px; }
      .home-main-banners__item_button .btn, .home-main-banners__item_button button {
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }

@media (max-width: 991px) {
  .home-main-banners {
    padding-top: 20px; }
    .home-main-banners__item_button {
      padding-left: 60px;
      padding-right: 0; } }
@media (max-width: 767px) {
  .home-main-banners {
    padding-top: 0; }
    .home-main-banners__items {
      height: 433px; }
      .home-main-banners__items .flow-dots {
        bottom: 19px; }
    .home-main-banners__item_button {
      max-width: 100%;
      margin-left: 0;
      align-items: flex-end;
      padding-bottom: 65px;
      padding-left: 0; } }
@media (max-width: 482px) {
  .home-main-banners__items {
    height: 300px; } }
.home-new-items {
  background: var(--pic-bg);
  position: relative;
  margin-top: 32px;
  padding-top: 60px;
  padding-bottom: 65px; }
  .home-new-items:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    bottom: 0;
    z-index: 1;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" fill="none" viewBox="0 0 1702.6 726.9"><path class="st0" d="M79.1,651.7c-32,9.5,129.4-387.9,257-470.5c185.8-120.3,531,355.1,714,230.5c83.5-56.8,133.9-163.5,209.5-230.5 c131.5-116.5,368-106,368-106" stroke="rgb(174,200,255)" stroke-width="150" stroke-linecap="round" /></svg>');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1550px; }
  .home-new-items .container {
    position: relative;
    z-index: 2; }
  .home-new-items .section-go-to {
    background: var(--color-basic-white);
    border-radius: 12px;
    height: 60px;
    margin-top: 32px;
    padding-left: 8px; }
  .home-new-items .flow-next, .home-new-items .flow-back {
    display: none; }

.home-new-items__items {
  margin-top: 4px; }

@media (min-width: 992px) {
  .home-new-items .flow-slider-outer {
    overflow: hidden; } }
@media (max-width: 991px) {
  .slider-items-new {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px; }
    .slider-items-new.flow-slider {
      overflow-x: hidden; }
    .slider-items-new .item-wrap {
      width: 220px; }
    .slider-items-new .item-wrap__top {
      padding-bottom: 22px; }
    .slider-items-new .item-wrap__top_nav {
      bottom: auto;
      top: 211px; }

  .home-new-items {
    padding-top: 36px;
    padding-bottom: 36px; }
    .home-new-items .section-go-to {
      justify-content: center;
      overflow: hidden;
      margin-top: 20px; }
      .home-new-items .section-go-to a:after {
        content: '';
        position: absolute;
        left: -951px;
        right: -951px;
        top: -35px;
        bottom: -35px; } }
@media (max-width: 767px) {
  .home-new-items {
    margin-top: 20px; }

  .slider-items-new .flow-slider-item .item-wrap {
    height: auto; }
  .slider-items-new .flow-slider-item .item-wrap__top {
    transition: 0.2s; }
  .slider-items-new .flow-slider-item.prev .item-wrap__top {
    padding-bottom: 132px; } }
.home-top-items {
  padding-top: 80px;
  padding-bottom: 80px; }
  .home-top-items .section-titles {
    margin-bottom: 12px; }

.top-items-col {
  padding-top: 20px; }

.top-items-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  font-size: 22px;
  line-height: 150%;
  color: var(--text-tx-black);
  text-align: center; }
  .top-items-wrap:hover img {
    transform: scale(1.05); }
  .top-items-wrap span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 57px;
    border: 1px solid var(--stroke);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: var(--bg-white); }
  .top-items-wrap picture {
    position: relative;
    display: block;
    padding-top: 100%;
    background: var(--foundation-gray-normal);
    overflow: hidden; }
    .top-items-wrap picture img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.15s; }

@media (max-width: 991px) {
  .home-top-items {
    padding-bottom: 40px;
    padding-top: 72px; }
    .home-top-items .section-titles {
      margin-bottom: 0; }

  .top-items-row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 14px;
    padding-right: 14px; }
    .top-items-row [class*="col"] {
      padding-left: 6px;
      padding-right: 6px; }
    .top-items-row.flow-slider {
      overflow: hidden; }

  .top-items-wrap {
    border: 1px solid var(--stroke-black);
    border-radius: 8px;
    font-size: 20px;
    width: 320px; }
    .top-items-wrap picture {
      padding-top: 0;
      height: 300px; }
    .top-items-wrap span {
      border-radius: 0;
      border: 0;
      height: 54px; } }
@media (max-width: 767px) {
  .home-top-items {
    padding-top: 46px; } }
.home-collection {
  background: rgba(221, 226, 255, 0.5);
  padding-top: 44px;
  padding-bottom: 44px; }
  .home-collection .section-titles {
    margin-bottom: 16px; }
  .home-collection__row {
    margin-top: 16px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    border: 1px solid var(--stroke);
    border-radius: 16px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px; }
  .home-collection__img {
    position: relative;
    height: 100%;
    min-height: 238px; }
    .home-collection__img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .home-collection__wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
  .home-collection__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 135%;
    color: var(--text-tx-black); }
  .home-collection__text {
    font-size: 18px;
    color: var(--text-tx-black);
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    height: calc(1.6em * 4); }
    .home-collection__text p {
      margin-top: 12px; }
      .home-collection__text p:first-child {
        margin-top: 0; }
  .home-collection__link .icon {
    padding-right: 32px;
    color: var(--icon-ic-red); }
    .home-collection__link .icon:before {
      right: 0;
      color: var(--icon-ic-red); }

@media (max-width: 991px) {
  .home-collection {
    padding-top: 72px;
    background: none; }
    .home-collection .section-titles {
      margin-bottom: 4px; }
    .home-collection__row {
      padding-right: 9.065%;
      border: 0;
      border-radius: 0; }
    .home-collection__wrap {
      padding-top: 20px;
      margin-right: -9.065%; }
    .home-collection__title {
      font-size: 24px; }
    .home-collection__text {
      margin-bottom: 13px; }
    .home-collection__link {
      margin-top: 12px; }
      .home-collection__link .icon {
        height: 44px;
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
@media (max-width: 767px) {
  .home-collection-nowrap {
    flex-wrap: nowrap;
    overflow-x: scroll; }

  .home-collection .section-titles {
    margin-bottom: 0; }
  .home-collection__row {
    padding-right: 0;
    margin-top: 20px; }
  .home-collection__img {
    width: 220px; }
  .home-collection__wrap {
    margin-right: 0; }
  .home-collection__title {
    font-size: 20px;
    line-height: 140%; }
  .home-collection__text {
    -webkit-line-clamp: 7;
    height: calc(1.6em * 7);
    margin-bottom: 12px; } }
.home-ambassadors {
  padding-top: 76px;
  padding-bottom: 40px; }
  .home-ambassadors .section-titles {
    margin-bottom: 20px; }
  .home-ambassadors__container .row {
    margin-left: -6px;
    margin-right: -6px; }
    .home-ambassadors__container .row [class*='col'] {
      padding-left: 6px;
      padding-right: 6px; }
  .home-ambassadors__item {
    background: var(--foundation-gray-normal);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 12px;
    overflow: hidden; }
    .home-ambassadors__item:hover img {
      transform: scale(1.05); }
    .home-ambassadors__item img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.15s; }
    .home-ambassadors__item.type-1 {
      padding-top: calc(100% - 10px); }
    .home-ambassadors__item.type-2 {
      padding-top: calc(200% + 12px - 20px); }
    .home-ambassadors__item.type-3 {
      padding-top: calc(50% - 16px);
      background: var(--color-green); }
    .home-ambassadors__item_text {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .home-ambassadors__item_text p {
        font-weight: 600;
        font-size: 48px;
        line-height: 115%;
        text-align: center;
        color: var(--text-tx-white); }
      .home-ambassadors__item_text a {
        margin-top: 20px;
        border: 2px solid var(--stroke);
        border-radius: 100px;
        padding: 1px 8px 0px 8px;
        height: 38px;
        box-shadow: 9px 8px 10px 0 rgba(0, 0, 0, 0.07);
        background: var(--bg-white-800);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%; }

@media (max-width: 1399px) {
  .home-ambassadors__item_text p {
    font-size: 42px; } }
@media (max-width: 1199px) {
  .home-ambassadors__item_text p {
    font-size: 32px;
    line-height: 120%; } }
@media (max-width: 991px) {
  .home-ambassadors {
    padding-top: 36px; }
    .home-ambassadors .section-titles {
      margin-bottom: 28px; }
    .home-ambassadors__item.type-1 {
      padding-top: 0;
      height: 301px; }
    .home-ambassadors__item.type-2 {
      padding-top: 0;
      height: 614px; }
    .home-ambassadors__item.type-3 {
      padding-top: 0;
      height: 301px; }
    .home-ambassadors__item_text {
      padding-left: 12px;
      padding-right: 12px; } }
@media (max-width: 767px) {
  .home-ambassadors {
    padding-top: 28px; }
    .home-ambassadors .section-titles {
      margin-bottom: 20px; }
    .home-ambassadors__item_text p {
      font-size: 20px;
      line-height: 140%; } }
@media (max-width: 575px) {
  .home-ambassadors__container {
    padding-left: 0;
    padding-right: 0; }
  .home-ambassadors__item {
    margin-top: 0;
    border-radius: 0; }
    .home-ambassadors__item.type-3 {
      height: 184px; }
    .home-ambassadors__item_text p {
      font-size: 20px;
      line-height: 140%; }
    .home-ambassadors__item_text a {
      width: 100%; } }
.home-style {
  padding-bottom: 36px; }
  .home-style__bg {
    background: var(--foundation-yellow-normal);
    border-radius: 12px;
    overflow: hidden;
    position: relative; }
    .home-style__bg_paw1, .home-style__bg_paw2 {
      position: absolute;
      opacity: 0.4; }
    .home-style__bg_paw1 {
      right: 0;
      top: 0; }
    .home-style__bg_paw2 {
      bottom: 0;
      left: 283px; }
    .home-style__bg:before, .home-style__bg:after {
      font-family: 'icomoon';
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .home-style__bg:before {
      width: 254px;
      height: 289px;
      right: 0;
      top: -83px;
      transform: rotate(-5deg); }
    .home-style__bg > .row {
      position: relative;
      z-index: 1; }
  .home-style__img {
    position: relative;
    width: 382px;
    height: 100%;
    min-height: 365px; }
    .home-style__img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .home-style__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    height: 100%; }
    .home-style__wrap > * {
      width: 100%;
      text-align: center; }
  .home-style__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%; }
  .home-style__text {
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
    padding-top: 12px; }
  .home-style__buttons {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    flex: 1 0 0%; }
    .home-style__buttons > div {
      padding: 16px 16px 0 16px;
      flex: 0 0 auto;
      width: 33.33333333%; }
    .home-style__buttons a {
      display: flex;
      flex-wrap: wrap;
      border-radius: 100px;
      padding: 1px 10px 0 10px;
      height: 42px;
      background: var(--bg-white-800);
      font-weight: 500;
      text-align: center;
      align-content: center;
      justify-content: center; }
  .home-style__quality {
    padding-top: 40px; }
    .home-style__quality span {
      font-size: 18px;
      position: relative;
      padding-left: 57px; }
      .home-style__quality span:before {
        font-size: 18px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -9px; }

@media (max-width: 1199px) {
  .home-style__title {
    font-size: 32px; } }
@media (max-width: 991px) {
  .home-style {
    padding-top: 36px; }
    .home-style__img {
      width: 100%;
      height: 300px;
      min-height: auto; }
    .home-style__wrap {
      margin-left: 0;
      padding-top: 20px;
      padding-left: 12px;
      padding-right: 12px; }
    .home-style__title {
      font-size: 18px; }
    .home-style__text {
      font-size: 16px;
      padding-top: 8px; }
    .home-style__buttons {
      margin-left: 0;
      margin-right: 0;
      padding-top: 4px; }
      .home-style__buttons > div {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
    .home-style__quality {
      padding-top: 20px; }
      .home-style__quality span {
        font-size: 12px;
        line-height: 120%;
        padding-top: 3px;
        padding-bottom: 4px; } }
.home-reviews {
  padding-bottom: 32px; }
  .home-reviews .flow-next, .home-reviews .flow-back {
    display: none; }

.review-col {
  padding-top: 20px; }

.review-wrap {
  background: var(--bg-white);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  height: 100%;
  display: block;
  color: var(--text-tx-black); }
  .review-wrap:hover {
    color: var(--text-tx-black); }
  .review-wrap:hover img {
    transform: scale(1.05); }
  .review-wrap__top {
    position: relative; }
    .review-wrap__top_label {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 2;
      display: flex;
      flex-wrap: wrap; }
      .review-wrap__top_label span {
        background: var(--foundation-yellow-light-hover);
        width: 56px;
        height: 56px;
        border-radius: 100%;
        position: relative; }
        .review-wrap__top_label span:before {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          color: var(--foundation-yellow-normal);
          font-size: 31px; }
    .review-wrap__top_img {
      padding-top: 83.925%;
      position: relative;
      overflow: hidden; }
      .review-wrap__top_img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: 0.15s; }
  .review-wrap__bottom {
    padding: 11px 11px 20px 11px; }
    .review-wrap__bottom_stars {
      width: 128px;
      height: 19px;
      overflow: hidden;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpath fill='rgb(255,255,255)' stroke='rgb(255,180,0)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M7.2,1.3c0-0.1,0.1-0.1,0.1-0.2C7.4,1.1,7.4,1,7.5,1s0.1,0,0.2,0.1c0.1,0,0.1,0.1,0.1,0.2l1.4,3.4c0,0.1,0.1,0.1,0.1,0.2C9.4,4.9,9.4,5,9.5,5l3.7,0.3c0.3,0,0.5,0.4,0.2,0.7l-2.7,2.3l-0.1,0.1c0,0.1,0,0.1,0,0.2l0.9,3.6c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1l-3.3-1.9c-0.1,0-0.1-0.1-0.2-0.1s-0.1,0-0.2,0.1l-3.1,1.9c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1s-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2l0.9-3.6c0-0.1,0-0.1,0-0.2C4.5,8.4,4.4,8.3,4.4,8.3L1.6,5.9c-0.1,0-0.1-0.1-0.1-0.2s0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.2c0.1-0.1,0.1-0.1,0.2-0.1l3.7-0.3c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2L7.2,1.3z'/%3E%3C/svg%3E");
      background-repeat: repeat-x;
      background-position: 0 50%; }
      .review-wrap__bottom_stars > div {
        width: calc(var(--vote-rating) * (128px / 5));
        height: 100%;
        position: relative;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpath fill='rgb(255,180,0)' stroke='rgb(255,180,0)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M7.2,1.3c0-0.1,0.1-0.1,0.1-0.2C7.4,1.1,7.4,1,7.5,1s0.1,0,0.2,0.1c0.1,0,0.1,0.1,0.1,0.2l1.4,3.4c0,0.1,0.1,0.1,0.1,0.2C9.4,4.9,9.4,5,9.5,5l3.7,0.3c0.3,0,0.5,0.4,0.2,0.7l-2.7,2.3l-0.1,0.1c0,0.1,0,0.1,0,0.2l0.9,3.6c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1l-3.3-1.9c-0.1,0-0.1-0.1-0.2-0.1s-0.1,0-0.2,0.1l-3.1,1.9c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1s-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2l0.9-3.6c0-0.1,0-0.1,0-0.2C4.5,8.4,4.4,8.3,4.4,8.3L1.6,5.9c-0.1,0-0.1-0.1-0.1-0.2s0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.2c0.1-0.1,0.1-0.1,0.2-0.1l3.7-0.3c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2L7.2,1.3z'/%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-position: 0 50%; }
    .review-wrap__bottom_title_date {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding-top: 16px; }
      .review-wrap__bottom_title_date_title {
        font-weight: 600; }
      .review-wrap__bottom_title_date_date {
        font-size: 12px;
        line-height: 120%;
        color: var(--text-tx-light-grey); }
    .review-wrap__bottom_review {
      padding-top: 12px;
      font-size: 14px;
      line-height: 160%; }

@media (max-width: 991px) {
  .home-reviews {
    margin-top: 32px;
    padding-bottom: 24px; }

  .home-review-row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 4px; }
    .home-review-row.flow-slider {
      overflow-x: hidden; }

  .review-col {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px; }

  .review-wrap {
    width: 177px; }
    .review-wrap__top_label {
      display: none; }
    .review-wrap__top_img {
      padding-top: 139px; }
    .review-wrap__bottom {
      padding: 10px 11px 7px 11px; }
      .review-wrap__bottom_stars {
        width: 96px;
        height: 14px; }
        .review-wrap__bottom_stars > div {
          width: calc(var(--vote-rating) * (96px / 5)); }
      .review-wrap__bottom_title_date {
        padding-top: 16px; }
        .review-wrap__bottom_title_date_title {
          order: 2;
          width: 100%;
          padding-top: 2px; }
        .review-wrap__bottom_title_date_date {
          order: 1;
          width: 100%; }
      .review-wrap__bottom_review {
        font-size: 12px;
        line-height: 120%;
        padding-top: 2px;
        margin-top: 6px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 97px; } }
@media (max-width: 767px) {
  .home-reviews {
    margin-top: 0; } }
.home-blogs {
  padding-bottom: 32px; }
  .home-blogs .flow-next, .home-blogs .flow-back {
    display: none; }

@media (max-width: 991px) {
  .home-blogs {
    margin-top: 36px;
    padding-bottom: 28px; }
    .home-blogs .section-go-to {
      margin-bottom: -8px; }

  .home-blog-row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px; }
    .home-blog-row.flow-slider {
      overflow-x: hidden; }

  .home-blog-row .blog-item-wrap {
    width: 300px;
    padding: 12px;
    border-radius: 12px; }
    .home-blog-row .blog-item-wrap__top {
      min-height: auto; }
      .home-blog-row .blog-item-wrap__top_author {
        display: none; }
    .home-blog-row .blog-item-wrap__center {
      padding-top: 19px; }
      .home-blog-row .blog-item-wrap__center_img {
        padding-top: 238px;
        border-radius: 8px; }
    .home-blog-row .blog-item-wrap__bottom {
      padding-top: 19px; }
      .home-blog-row .blog-item-wrap__bottom_title {
        margin-top: 21px; }
        .home-blog-row .blog-item-wrap__bottom_title a, .home-blog-row .blog-item-wrap__bottom_title > * {
          font-size: 18px;
          -webkit-line-clamp: 3;
          line-height: 1.223;
          height: calc(1.223em * 3); } }
@media (max-width: 767px) {
  .home-blogs {
    margin-top: 4px; } }
.home-viewed-products {
  padding-bottom: 32px; }
  .home-viewed-products .flow-next, .home-viewed-products .flow-back {
    display: none; }

@media (max-width: 991px) {
  .home-viewed-products {
    margin-top: 32px;
    padding-bottom: 24px; }
    .home-viewed-products .section-go-to {
      margin-bottom: -8px; }

  .slider-viewed {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 18px;
    padding-right: 18px; }
    .slider-viewed.flow-slider {
      overflow-x: hidden; }
    .slider-viewed .items-col {
      padding-left: 2px;
      padding-right: 2px; }
    .slider-viewed .item-wrap {
      width: 240px; } }
@media (max-width: 767px) {
  .home-viewed-products {
    margin-top: 0; } }
.home-advantages {
  margin-top: 36px; }
  .home-advantages__bg {
    background-color: var(--bg-blue-normal);
    border-radius: 12px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 12px;
    padding-left: 27.439%;
    background-image: url("../images/advantage/advantage-bg.webp");
    background-repeat: repeat;
    background-position: 50% 0;
    position: relative; }
    .home-advantages__bg .row {
      margin-left: -20px;
      margin-right: -20px;
      justify-content: space-between; }
    .home-advantages__bg [class*="col"] {
      padding-left: 20px;
      padding-right: 20px;
      flex: auto; }
    .home-advantages__bg_pic {
      position: absolute;
      left: 26px;
      bottom: -3px;
      width: 230px;
      height: 180px; }
      .home-advantages__bg_pic picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .home-advantages__bg_pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        transition: 0.15s; }
  .home-advantages__item {
    backdrop-filter: blur(4px);
    background: var(--bg-white-400);
    height: 100px;
    padding-right: 12px;
    padding-left: 120px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .home-advantages__item_img {
      width: 100px;
      height: 100px;
      border: 1px solid var(--stroke);
      border-radius: 12px;
      position: absolute;
      left: 0;
      top: 0;
      background: #fff; }
      .home-advantages__item_img:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 32px; }
    .home-advantages__item_text {
      font-weight: 500;
      font-size: 18px;
      max-width: 212px; }

@media (max-width: 1399px) {
  .home-advantages__bg {
    padding-left: 20%; }
    .home-advantages__bg_pic {
      left: 0;
      bottom: -18px;
      width: 194px; }
    .home-advantages__bg .row {
      margin-left: -10px;
      margin-right: -10px; }
    .home-advantages__bg [class*="col"] {
      padding-left: 10px;
      padding-right: 10px; }
  .home-advantages__item {
    padding-right: 10px;
    padding-left: 110px; }
    .home-advantages__item_text {
      font-size: 14px; } }
@media (max-width: 991px) {
  .home-advantages {
    margin-top: 32px; }
    .home-advantages__bg {
      padding-left: 86px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .home-advantages__bg_pic {
        left: -2px;
        bottom: 0;
        width: 98px;
        height: 108px; }
      .home-advantages__bg .row {
        margin-left: -4px;
        margin-right: -4px; }
      .home-advantages__bg [class*="col"] {
        padding-left: 4px;
        padding-right: 4px; }
    .home-advantages__item {
      padding-left: 0;
      padding-right: 0;
      align-items: flex-start;
      border: 1px solid var(--stroke);
      border-radius: 8px;
      height: 100%;
      padding-bottom: 8px;
      padding-top: 40px; }
      .home-advantages__item_img {
        width: auto;
        height: 40px;
        left: -1px;
        right: -1px;
        top: -1px;
        border-radius: 8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
        .home-advantages__item_img:before {
          font-size: 16px; }
      .home-advantages__item_text {
        font-size: 8px;
        line-height: 120%;
        font-weight: 400;
        text-align: center;
        padding-top: 8px;
        width: 60px;
        margin-left: auto;
        margin-right: auto; } }
@media (max-width: 767px) {
  .home-advantages {
    margin-top: 0; } }
.items-col {
  padding-top: 20px; }

.item-wrap {
  position: relative;
  overflow: hidden;
  background: var(--bg-white);
  border-radius: 8px;
  height: 100%; }
  .item-wrap__top {
    position: relative;
    background: var(--foundation-gray-normal);
    padding: 46px 16px 8px 16px; }
    .item-wrap__top_label {
      position: absolute;
      left: 16px;
      top: 9px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      .item-wrap__top_label span {
        height: 18px;
        cursor: default;
        margin-top: 4px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 18px;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        text-align: center;
        color: var(--text-tx-white);
        text-transform: uppercase; }
        .item-wrap__top_label span.type-0 {
          background: var(--bg-red-normal); }
        .item-wrap__top_label span.type-1 {
          background: var(--foundation-blue-normal); }
        .item-wrap__top_label span.type-2 {
          background: var(--color-green); }
        .item-wrap__top_label span.type-3 {
          background: var(--foundation-orange-normal); }
        .item-wrap__top_label span.type-4 {
          background: var(--color-yellow); }
        .item-wrap__top_label span.type-5 {
          background: var(--foundation-red-light-hover);
          color: var(--foundation-red-normal); }
    .item-wrap__top_buttons {
      position: absolute;
      right: 16px;
      top: 8px;
      display: flex;
      align-items: center; }
      .item-wrap__top_buttons span {
        width: 28px;
        height: 28px;
        border-radius: 100%;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
        background: var(--bg-white);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding-top: 1px;
        margin: 0 4px; }
        .item-wrap__top_buttons span:before {
          font-weight: 600;
          font-size: 14px;
          color: var(--icon-ic-light-grey); }
        .item-wrap__top_buttons span:first-child {
          margin-left: 0; }
        .item-wrap__top_buttons span:last-child {
          margin-right: 0; }
        .item-wrap__top_buttons span:hover:before {
          color: var(--text-tx-red); }
    .item-wrap__top_paw {
      width: 37px;
      height: 38px;
      position: absolute;
      bottom: -19px;
      right: 8px;
      transform: rotate(-4deg);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.1 37.2'%3E%3Cpath fill='rgb(240,0,0)' stroke='rgb(255,255,255)' stroke-width='1.15' d='M17.7,14.7c0.6-0.2,1.2-0.4,1.8-0.3l0.2,0c0.5,0,0.9,0.1,1.3,0.3l0.2,0.1l0,0l0,0c0.9,0.4,1.7,0.9,2.4,1.4c0.2,0.1,0.4,0.3,0.6,0.4l0,0c1.5,1,3.1,1.8,4.7,2.4c0.2,0.1,0.4,0.2,0.7,0.3c1.6,0.6,3.4,1.3,4.7,2.9c1.4,1.8,1.6,4.6,0.4,6.4c-0.7,1.1-1.8,1.9-3.4,2.5l0,0c-1,0.4-2,0.6-3.1,0.7c-2.2,0.2-4.4,1.1-6.2,2.5c-0.9,0.7-1.8,1.2-2.7,1.6l0,0c-0.1,0-0.2,0.1-0.3,0.1c-1.4,0.6-2.6,0.7-3.8,0.5c-2.2-0.5-4-2.6-4.2-4.9c-0.2-2,0.6-3.8,1.3-5.4l0.3-0.6c0.7-1.6,1.3-3.3,1.7-5l0,0c0-0.2,0.1-0.4,0.1-0.7l0,0c0.2-0.9,0.4-1.8,0.7-2.7l0,0l0,0l0,0C15.7,16.1,16.6,15.2,17.7,14.7z'/%3E%3Cpath fill='rgb(240,0,0)' stroke='rgb(255,255,255)' stroke-width='1.15' d='M26.8,6.3c0.8-1.2,1.9-2,3.2-2l0.3,0l0.3,0c1.3,0.2,2.4,1,3.1,2.3c0.8,1.3,1.1,3,1,4.7c-0.1,1.6-0.6,2.9-1.5,3.9l-0.2,0.2c-0.4,0.4-0.8,0.7-1.3,0.9c-0.7,0.3-1.4,0.4-2.2,0.3c-1.4-0.1-2.4-0.7-3.1-1.7c-0.6-1-0.9-2.4-0.7-4.1C25.7,9,26.1,7.5,26.8,6.3z'/%3E%3Cpath fill='rgb(240,0,0)' stroke='rgb(255,255,255)' stroke-width='1.15' d='M18.1,0.7c1.4-0.4,3,0,4.3,1.1c1.3,1,2.2,2.6,2.8,4.3c0.5,1.7,0.5,3.4-0.1,4.7c-0.5,1.1-1.4,1.9-2.6,2.4c-0.2,0.1-0.3,0.1-0.5,0.2c-1.4,0.4-2.7,0.3-3.8-0.6c-1-0.8-1.8-2.1-2.3-3.9c-0.3-0.9-0.5-1.8-0.5-2.6c-0.1-0.8,0-1.6,0.1-2.3l0.1-0.3C15.8,2.2,16.7,1.2,18.1,0.7z'/%3E%3Cpath fill='rgb(240,0,0)' stroke='rgb(255,255,255)' stroke-width='1.15' d='M1.5,16c0.9-1.1,2.3-1.4,3.8-1c1.3,0.3,2.7,1.1,4,2.3c1.3,1.1,2.1,2.3,2.3,3.5c0.3,1.2-0.1,2.3-0.8,3.2l-0.2,0.2c-0.5,0.6-1.1,1-1.8,1.3c-0.5,0.2-1,0.3-1.6,0.3c-1.4,0-2.8-0.6-4-1.7c-1.3-1.1-2.2-2.6-2.5-4C0.4,18.5,0.6,17.1,1.5,16L1.5,16z'/%3E%3Cpath fill='rgb(240,0,0)' stroke='rgb(255,255,255)' stroke-width='1.15' d='M7.7,5c1.3-0.7,2.8-0.5,4.2,0.4l0.2,0.2c1.1,0.8,2.1,2.1,2.9,3.7c0.2,0.4,0.4,0.7,0.5,1.1c0.5,1.2,0.7,2.3,0.5,3.3c-0.2,1.3-1,2.4-2.3,3c-0.2,0.1-0.3,0.2-0.5,0.2c-1.2,0.5-2.4,0.5-3.5,0.1l0,0c-1.4-0.5-2.6-1.7-3.4-3.3c-0.8-1.6-1.2-3.4-1-5C5.6,7,6.4,5.7,7.7,5z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100%; }
    .item-wrap__top_img {
      padding-top: 100%;
      position: relative; }
      .item-wrap__top_img_hidden {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex; }
      .item-wrap__top_img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        display: none; }
        .item-wrap__top_img img:first-child {
          display: block; }
  .item-wrap__bottom {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    padding-bottom: 60px;
    padding-top: 10px; }
    .item-wrap__bottom_stars {
      width: 97px;
      height: 14px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpath fill='rgb(255,255,255)' stroke='rgb(255,180,0)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M7.2,1.3c0-0.1,0.1-0.1,0.1-0.2C7.4,1.1,7.4,1,7.5,1s0.1,0,0.2,0.1c0.1,0,0.1,0.1,0.1,0.2l1.4,3.4c0,0.1,0.1,0.1,0.1,0.2C9.4,4.9,9.4,5,9.5,5l3.7,0.3c0.3,0,0.5,0.4,0.2,0.7l-2.7,2.3l-0.1,0.1c0,0.1,0,0.1,0,0.2l0.9,3.6c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1l-3.3-1.9c-0.1,0-0.1-0.1-0.2-0.1s-0.1,0-0.2,0.1l-3.1,1.9c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1s-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2l0.9-3.6c0-0.1,0-0.1,0-0.2C4.5,8.4,4.4,8.3,4.4,8.3L1.6,5.9c-0.1,0-0.1-0.1-0.1-0.2s0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.2c0.1-0.1,0.1-0.1,0.2-0.1l3.7-0.3c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2L7.2,1.3z'/%3E%3C/svg%3E");
      background-repeat: repeat-x;
      background-position: 0 50%;
      overflow: hidden; }
      .item-wrap__bottom_stars > div {
        width: calc(var(--vote-rating) * (97px / 5));
        height: 100%;
        position: relative;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpath fill='rgb(255,180,0)' stroke='rgb(255,180,0)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M7.2,1.3c0-0.1,0.1-0.1,0.1-0.2C7.4,1.1,7.4,1,7.5,1s0.1,0,0.2,0.1c0.1,0,0.1,0.1,0.1,0.2l1.4,3.4c0,0.1,0.1,0.1,0.1,0.2C9.4,4.9,9.4,5,9.5,5l3.7,0.3c0.3,0,0.5,0.4,0.2,0.7l-2.7,2.3l-0.1,0.1c0,0.1,0,0.1,0,0.2l0.9,3.6c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1l-3.3-1.9c-0.1,0-0.1-0.1-0.2-0.1s-0.1,0-0.2,0.1l-3.1,1.9c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1s-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2l0.9-3.6c0-0.1,0-0.1,0-0.2C4.5,8.4,4.4,8.3,4.4,8.3L1.6,5.9c-0.1,0-0.1-0.1-0.1-0.2s0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.2c0.1-0.1,0.1-0.1,0.2-0.1l3.7-0.3c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2L7.2,1.3z'/%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-position: 0 50%; }
    .item-wrap__bottom_title {
      font-weight: 500;
      color: var(--text-tx-grey);
      padding-top: 17px;
      display: flex; }
    .item-wrap__bottom_article {
      font-size: 12px;
      line-height: 120%;
      color: var(--text-tx-light-grey);
      padding-top: 4px; }
  .item-wrap__price {
    font-weight: 600;
    font-size: 18px;
    color: var(--text-tx-black);
    position: absolute;
    left: 16px;
    bottom: 15px;
    line-height: 1.223;
    display: flex; }
    .item-wrap__price i {
      text-decoration: line-through;
      font-style: normal;
      margin-right: 8px;
      font-weight: normal;
      color: var(--text-tx-black); }
    .item-wrap__price b {
      color: var(--text-tx-red);
      font-weight: 600; }

.item-wrap__top_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px; }
  .item-wrap__top_nav_item {
    margin: 2px;
    width: 20px;
    height: 4px;
    background: var(--icon-ic-white);
    border-radius: 16px;
    cursor: pointer;
    position: relative; }
    .item-wrap__top_nav_item.active {
      background: var(--foundation-yellow-normal);
      cursor: default; }
    .item-wrap__top_nav_item:before {
      content: '';
      left: -2px;
      right: -2px;
      top: -2px;
      bottom: -2px;
      position: absolute; }

@media (min-width: 992px) {
  .item-wrap__top_nav {
    display: none; }

  .item-wrap__top_img_hidden {
    transform: translateX(0); } }
@media (max-width: 991px) {
  .flow-slider-stage .flow-slider-item .item-wrap {
    width: 100%; }

  .item-wrap__top {
    padding: 38px 12px 49px 12px; }
    .item-wrap__top_label {
      left: 12px;
      top: 8px; }
      .item-wrap__top_label span {
        height: 14px;
        font-size: 8px; }
    .item-wrap__top_buttons {
      top: 8px;
      right: 12px;
      width: 20px;
      flex-wrap: wrap; }
      .item-wrap__top_buttons span {
        margin: 4px 0;
        width: 20px;
        height: 20px; }
        .item-wrap__top_buttons span:first-child {
          margin-top: 0; }
        .item-wrap__top_buttons span:last-child {
          margin-bottom: 0; }
        .item-wrap__top_buttons span:before {
          font-size: 10px; }
    .item-wrap__top_img {
      padding-top: 173px;
      overflow: hidden; }
      .item-wrap__top_img_hidden {
        transition: 0.2s; }
      .item-wrap__top_img img {
        display: block;
        transform: translateX(calc(var(--item-index) * 100%)); }
        .item-wrap__top_img img:nth-child(1) {
          transform: translateX(0%); }
        .item-wrap__top_img img:nth-child(2) {
          transform: translateX(100%); }
        .item-wrap__top_img img:nth-child(3) {
          transform: translateX(200%); }
        .item-wrap__top_img img:nth-child(4) {
          transform: translateX(300%); }
        .item-wrap__top_img img:nth-child(5) {
          transform: translateX(400%); }
        .item-wrap__top_img img:nth-child(6) {
          transform: translateX(500%); }
        .item-wrap__top_img img:nth-child(7) {
          transform: translateX(600%); }
        .item-wrap__top_img img:nth-child(8) {
          transform: translateX(700%); }
        .item-wrap__top_img img:nth-child(9) {
          transform: translateX(800%); }
        .item-wrap__top_img img:nth-child(10) {
          transform: translateX(900%); }
  .item-wrap__bottom {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px; }
    .item-wrap__bottom_title {
      font-size: 14px;
      padding-top: 18px; }
    .item-wrap__bottom_add {
      position: absolute;
      right: 12px;
      bottom: 8px;
      width: 36px;
      height: 36px;
      background: var(--bg-red-normal);
      border-radius: 8px; }
      .item-wrap__bottom_add:before, .item-wrap__bottom_add:after {
        content: '';
        position: absolute;
        background: #fff;
        left: 50%;
        top: 50%;
        border-radius: 2px; }
      .item-wrap__bottom_add:before {
        width: 14px;
        height: 2px;
        margin-top: -1px;
        margin-left: -7px; }
      .item-wrap__bottom_add:after {
        width: 2px;
        height: 14px;
        margin-top: -7px;
        margin-left: -1px; } }
.blog-item-col {
  padding-top: 20px; }

.blog-item-wrap {
  padding: 20px;
  background: var(--bg-white);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  height: 100%;
  transition: 0.1s; }
  .blog-item-wrap:hover {
    box-shadow: 0 10px 80px -10px rgba(21, 21, 21, 0.2);
    border: 1px solid var(--stroke-normal); }
    .blog-item-wrap:hover .blog-item-wrap__center_img img {
      transform: scale(1.05); }
  .blog-item-wrap__top {
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .blog-item-wrap__top_author {
      position: relative;
      padding-left: 66px; }
      .blog-item-wrap__top_author_img {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        overflow: hidden;
        left: 0;
        top: 0; }
        .blog-item-wrap__top_author_img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .blog-item-wrap__top_author_name {
        font-weight: 600;
        line-height: 160%; }
      .blog-item-wrap__top_author_type {
        font-weight: 500;
        font-size: 14px;
        color: var(--text-tx-light-grey);
        line-height: 160%;
        position: relative;
        bottom: 2px; }
    .blog-item-wrap__top_category_button {
      border: 1px solid var(--stroke-black);
      border-radius: 20px;
      padding: 0 12px 0 12px;
      height: 30px;
      font-weight: 600;
      font-size: 12px;
      line-height: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
  .blog-item-wrap__center {
    padding-top: 20px; }
    .blog-item-wrap__center_img {
      padding-top: 58.614%;
      position: relative;
      border-radius: 12px;
      overflow: hidden; }
      .blog-item-wrap__center_img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: 0.15s; }
  .blog-item-wrap__bottom {
    padding-top: 20px; }
    .blog-item-wrap__bottom_stars_date {
      display: flex;
      flex-wrap: wrap;
      height: 24px;
      align-items: center;
      justify-content: space-between; }
      .blog-item-wrap__bottom_stars_date_stars {
        width: 130px;
        height: 19px;
        overflow: hidden;
        background-repeat: repeat-x;
        background-position: 0 50%; }
        .blog-item-wrap__bottom_stars_date_stars > div {
          width: calc(var(--vote-rating) * (130px / 5));
          height: 100%;
          position: relative;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpath fill='none' stroke='rgb(97,97,97)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M6.9,1.1C6.9,1,7,1,7,0.9c0.1,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1S7.6,1,7.6,1.1l1.5,3.6c0,0.1,0.1,0.1,0.1,0.2C9.3,4.9,9.3,5,9.4,5l3.8,0.3c0.3,0,0.5,0.4,0.2,0.7l-2.9,2.4c-0.1,0-0.1,0.1-0.1,0.2c0,0.1,0,0.1,0,0.2l0.8,3.8c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1l-3.3-2c-0.1,0-0.1-0.1-0.2-0.1c-0.1,0-0.1,0-0.2,0.1l-3.3,2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.1-0.1-0.1-0.2c0-0.1,0-0.1,0-0.2L4,8.9c0-0.1,0-0.1,0-0.2S3.9,8.6,3.9,8.5L1.2,5.9c-0.1,0-0.1-0.1-0.1-0.2s0-0.1,0-0.2c0-0.1,0.1-0.1,0.1-0.2c0,0,0.1-0.1,0.2-0.1l3.8-0.3c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2L6.9,1.1z'/%3E%3C/svg%3E");
          background-repeat: repeat-x;
          background-position: 0 50%; }
      .blog-item-wrap__bottom_stars_date_date {
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        color: var(--text-tx-light-grey);
        padding-top: 1px; }
    .blog-item-wrap__bottom_title {
      margin-top: 24px; }
      .blog-item-wrap__bottom_title a, .blog-item-wrap__bottom_title > * {
        font-weight: 600;
        font-size: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.35;
        height: calc(1.35em * 2); }
    .blog-item-wrap__bottom_text {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.5;
      height: calc(1.5em * 3); }

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 16px; }
  .modal.visible .modal-container {
    opacity: 1;
    transform: translateY(0); }
  .modal button {
    width: 100%;
    margin-top: 8px; }

.modal-close__bg {
  position: absolute;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }
.modal-close__button {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px; }
  .modal-close__button:before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px; }
  .modal-close__button div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(45deg); }
    .modal-close__button div:before, .modal-close__button div:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      background: var(--icon-ic-red);
      border-radius: 2px; }
    .modal-close__button div:before {
      width: 20px;
      height: 2px;
      margin-top: -1px;
      margin-left: -10px; }
    .modal-close__button div:after {
      height: 20px;
      width: 2px;
      margin-left: -1px;
      margin-top: -10px; }

.modal-back__button {
  width: 24px;
  height: 24px;
  top: 10px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer; }
  .modal-back__button:before {
    color: var(--icon-ic-red);
    transform: rotate(-180deg); }
  .modal-back__button:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px; }

.modal-container-group {
  padding-top: 16px; }

.modal-container {
  position: relative;
  z-index: 2;
  width: 500px;
  background: var(--bg-grey-light);
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  transform: translateY(-16px);
  opacity: 0;
  transition: 0.15s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 44px 20px 16px 20px; }
  .modal-container__content {
    width: 100%; }
    .modal-container__content_title {
      padding-left: 44px;
      padding-right: 44px;
      padding-top: 6px;
      font-weight: 600;
      font-size: 22px;
      line-height: 140%;
      text-align: center;
      color: var(--text-tx-black);
      min-height: 31px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .modal-container__content_title_text {
        padding-top: 8px;
        font-size: 12px;
        line-height: 120%;
        text-align: center;
        color: var(--text-tx-black); }

#modal-contact .modal-container {
  background: linear-gradient(180deg, #fff 0%, #dde2ff 100%);
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 12px; }
  #modal-contact .modal-container__content_title {
    font-size: 26px;
    line-height: 135%;
    padding-top: 0;
    min-height: 44px; }
#modal-contact .modal-close__button {
  top: 22px; }

.modal-contact {
  padding-top: 4px;
  position: relative; }
  .modal-contact > * {
    position: relative;
    z-index: 2; }
  .modal-contact__items {
    padding-top: 16px;
    text-align: center; }
    .modal-contact__items_name {
      line-height: 150%;
      color: var(--text-tx-light-grey); }
    .modal-contact__items_content {
      font-weight: 600;
      font-size: 22px;
      line-height: 140%;
      color: var(--text-tx-black);
      padding-top: 8px; }
  .modal-contact__callback {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
    padding-bottom: 4px;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
    .modal-contact__callback span {
      padding-left: 48px;
      padding-right: 16px;
      height: 63px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: relative;
      cursor: pointer;
      font-weight: 600;
      font-size: 22px;
      line-height: 140%;
      color: var(--icon-ic-red); }
      .modal-contact__callback span:before {
        position: absolute;
        font-size: 23px;
        width: 24px;
        height: 24px;
        left: 16px;
        top: 50%;
        margin-top: -12px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
  .modal-contact__messengers {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
    background: var(--color-basic-light-purple); }
    .modal-contact__messengers_title {
      width: 100%;
      text-align: center;
      font-weight: 600; }
    .modal-contact__messengers_items {
      margin-left: -4px;
      margin-right: -4px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 8px; }
      .modal-contact__messengers_items_item {
        padding-left: 6px;
        padding-right: 6px;
        width: auto;
        padding-top: 12px; }
        .modal-contact__messengers_items_item > * {
          width: 80px;
          height: 80px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          border-radius: 19px;
          box-shadow: 5px 7px 33px 0 rgba(0, 0, 0, 0.02);
          background: var(--bg-white); }

#modal-restore-send .modal-container, #modal-restore-password .modal-container {
  align-items: flex-end; }

#modal-restore-send button {
  margin-top: 90px; }

#modal-restore-password button {
  margin-top: 52px; }

.modal-restore-password-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  .modal-restore-password-code input {
    width: 20%; }

@media (max-width: 991px) {
  .modal-contact__items_content {
    font-size: 20px;
    line-height: 150%; } }
@media (max-width: 400px) {
  .modal-container__content_title {
    padding-left: 16px; } }
.modal-login-restore-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 0 -6px;
  align-items: center;
  justify-content: space-between;
  margin-top: -2px;
  margin-bottom: 6px; }
  .modal-login-restore-buttons__forgot, .modal-login-restore-buttons__restore {
    padding: 0 6px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 22px; }
  .modal-login-restore-buttons__forgot {
    font-size: 14px;
    color: var(--text-tx-light-grey); }
  .modal-login-restore-buttons__restore {
    font-weight: 500;
    font-size: 14px;
    color: var(--text-tx-red);
    cursor: pointer; }

.modal-login-register-link {
  padding-top: 20px; }
  .modal-login-register-link__text {
    font-size: 14px;
    color: var(--text-tx-light-grey);
    text-align: center;
    line-height: 150%; }
  .modal-login-register-link__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .modal-login-register-link__button span, .modal-login-register-link__button a {
      font-weight: 500;
      font-size: 14px;
      color: var(--text-tx-red);
      cursor: pointer;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      height: 38px; }

footer {
  margin-top: 49px;
  background: var(--bg-dark);
  padding-top: 40px;
  padding-bottom: 40px; }

.footer-copyright {
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: var(--text-tx-light-grey);
  margin-top: -48px; }

.footer__left_form {
  background: var(--bg-white);
  border-radius: 20px;
  padding: 24px 16px; }
  .footer__left_form_title {
    opacity: 0.8;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--text-tx-black); }
  .footer__left_form_text {
    opacity: 0.8;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: var(--text-tx-grey);
    padding-top: 8px;
    padding-bottom: 12px; }
  .footer__left_form__submit {
    padding-top: 12px; }
    .footer__left_form__submit button {
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 12px;
      font-weight: 500; }
.footer__left_social_time {
  padding-top: 23px; }
.footer__left_social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -4px; }
  .footer__left_social li {
    padding: 0 4px; }
    .footer__left_social li a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      margin-top: 4px;
      border-radius: 8px;
      box-shadow: 2px 3px 16px 0 rgba(0, 0, 0, 0.02);
      background: var(--bg-white); }
      .footer__left_social li a svg {
        fill: var(--color-basic-black-solid); }
      .footer__left_social li a:hover svg {
        fill: var(--foundation-red-normal); }
.footer__left_time {
  font-size: 14px;
  line-height: 160%;
  color: var(--text-tx-white);
  padding-top: 4px; }

.footer__right_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .footer__right_nav_list {
    max-width: 33.33333333%; }
    .footer__right_nav_list_title {
      font-weight: 700;
      color: var(--text-tx-light-grey);
      padding-left: 12px;
      padding-right: 12px; }
    .footer__right_nav_list_items {
      padding-top: 16px; }
      .footer__right_nav_list_items li a, .footer__right_nav_list_items li span {
        font-weight: 500;
        color: var(--text-tx-white);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 12px;
        padding-right: 12px;
        min-height: 42px;
        line-height: 130%;
        padding-top: 4px;
        padding-bottom: 8px; }
      .footer__right_nav_list_items li a:hover {
        color: var(--text-tx-red); }
.footer__right_pay {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 4px 12px 8px 12px; }
  .footer__right_pay_logo {
    padding-top: 4px; }
  .footer__right_pay_items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -4px; }
    .footer__right_pay_items > div {
      padding: 0px 4px 0 4px;
      height: 33px;
      margin-top: 4px; }
      .footer__right_pay_items > div svg {
        height: 33px; }
.footer__right_additional_nav {
  padding-top: 32px; }
  .footer__right_additional_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -12px; }
  .footer__right_additional_nav li {
    padding-right: 32px; }
    .footer__right_additional_nav li a, .footer__right_additional_nav li span {
      font-weight: 500;
      color: var(--text-tx-grey);
      padding-left: 12px;
      padding-right: 12px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      min-height: 42px; }
    .footer__right_additional_nav li a:hover {
      color: var(--text-tx-red); }
.footer__right_partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 10px -10px 0 -10px;
  position: relative;
  z-index: 2; }
  .footer__right_partners svg, .footer__right_partners img {
    max-height: 48px; }
  .footer__right_partners > div {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px; }
  .footer__right_partners > div, .footer__right_partners > div a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 48px; }

@media (min-width: 992px) {
  .footer__left {
    margin-right: -23px; }

  .footer__right {
    margin-left: -37px; } }
@media (max-width: 1399px) {
  .footer__right_additional_nav li {
    padding-right: 0; } }
@media (max-width: 992px) {
  footer {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 73px; }

  .footer__left_form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 16px;
    border-radius: 16px; }
    .footer__left_form_text {
      padding-bottom: 8px; }
    .footer__left_form__submit {
      padding-top: 13px; }
      .footer__left_form__submit button {
        width: 100%;
        margin-top: 17px; }
  .footer__left_social_time {
    padding-top: 24px; }
  .footer__left_social {
    justify-content: center; }
    .footer__left_social li a {
      width: 60px;
      height: 60px;
      margin-top: 4px;
      border-radius: 16px;
      box-shadow: 4px 5px 28px 0 rgba(0, 0, 0, 0.02); }
      .footer__left_social li a svg {
        width: 28px;
        height: 32px; }
  .footer__left_time {
    text-align: center;
    padding-top: 20px; }

  .footer__right_nav {
    margin-top: 30px; }
  .footer__right_pay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    background: none;
    border-radius: 0;
    padding: 0; }
    .footer__right_pay_logo {
      width: 100%;
      order: 2;
      padding-top: 8px; }
      .footer__right_pay_logo a {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        background: var(--bg-red-normal); }
    .footer__right_pay_items {
      width: 100%;
      order: 1;
      background: rgba(255, 255, 255, 0.1);
      justify-content: center;
      padding-top: 10px;
      padding-bottom: 16px;
      border-radius: 4px;
      margin-left: 0;
      margin-right: 0; }
  .footer__right_partners {
    justify-content: center;
    margin-top: 14px; }
  .footer__right_additional_nav {
    padding-top: 24px; }
    .footer__right_additional_nav li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .footer__right_additional_nav li a, .footer__right_additional_nav li span {
        font-size: 14px;
        font-weight: 400;
        min-height: 38px;
        padding-left: 0;
        padding-right: 0; }

  .footer-copyright {
    height: auto;
    margin-top: 0;
    justify-content: center;
    padding-top: 24px;
    text-align: center; } }
@media (max-width: 768px) {
  footer {
    padding-top: 36px;
    padding-bottom: 96px;
    margin-top: 24px; }

  .footer__left_form__submit {
    padding-top: 8px; }
    .footer__left_form__submit button {
      margin-top: 12px; } }

/*# sourceMappingURL=style.css.map */
