/*!
 * Bootstrap Reboot v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*
.header__top{
    background: #313131;
}
*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Euclid Circular A", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "Euclid Circular A", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

a {
  color: #112540;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #12c0e2;
}

body {
  background: #ffffff;
  color: #112540;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    line-height: 14px;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=search] {
  background: #F0F2F4;
  border: 0;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 10px;
  outline: none;
  width: 100%;
  transition: 0.3s;
}
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=password]:hover, input[type=search]:hover {
  box-shadow: inset 0 0 0 1px #DEE2E8;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=search]:focus {
  box-shadow: inset 0 0 0 2px #12c0e2;
}

textarea {
  background: #F0F2F4;
  border: 0;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 10px;
  outline: none;
  width: 100%;
  transition: 0.3s;
  min-height: 80px;
}
textarea:hover {
  box-shadow: inset 0 0 0 1px #DEE2E8;
}
textarea:focus {
  box-shadow: inset 0 0 0 2px #12c0e2;
}

.custom-select svg {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.custom-select .select-items {
  top: calc(100% + 5px);
  background: #ffffff;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.custom-select .select-items div {
  padding: 14px 10px;
  width: 100%;
  outline: none;
  background: #ffffff;
  font-size: 14px;
  line-height: 16px;
  color: #6E757E;
  border: 0;
}
.custom-select .select-items div.same-as-selected {
  background: #F0F2F4;
}
.custom-select .select-selected {
  padding: 14px 10px;
  width: 100%;
  outline: none;
  background: #F0F2F4;
  font-size: 14px;
  line-height: 16px;
  color: #6E757E;
  margin-bottom: 15px;
  border: 0;
  border-radius: 5px;
}
.custom-select .select-selected:hover {
  border: 1px solid #DEE2E8;
  padding: 13px 9px;
}
.custom-select .select-selected:focus {
  border: 2px solid #12c0e2;
  padding: 12px 8px;
}
.custom-select .select-items div:hover, .custom-select .same-as-selected {
  background: #F0F2F4;
  border: 1px solid #DEE2E8;
  padding: 13px 9px;
}

.custom-radio__text {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio__text input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio__text input:checked ~ span {
  background: #112540;
  color: #ffffff;
}
.custom-radio__text span {
  padding: 7px 12px;
  background-color: #F0F2F4;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.modal {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 42;
  padding: 20px 20px 25px;
  display: none;
  min-width: 295px;
  max-width: 295px;
}

.modal {
	top: 20px;
}
.language:hover .modal {
	display: block;
}

@media screen and (max-width: 991px) {
  .modal {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    padding: 25px;
  }

  .header__geo .language .modal{
    top: 30px;
    transform: none;
    left: 0;
    right: 0;
    margin-left: 0px;
  }
}
.modal___active {
  display: block;
}
.modal__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .modal__close {
    display: block;
  }
}
.modal__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.modal__text {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
.modal__list {
  /*margin-bottom: 20px;*/
  /*margin-top: 20px;*/
}
.modal__item {
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  margin-bottom: 15px;
  min-width: 160px;
}
.modal__item___active {
  color: #12c0e2;
}
.modal__item:last-child {
  margin-bottom: 0;
}
.modal__item:hover {
  color: #12c0e2;
}
.modal__input {
  margin-bottom: 20px;
}
.modal__input label {
  width: 100%;
}
.modal__input input {
  font-size: 14px;
  line-height: 16px;
  padding: 12px 10px;
  min-width: 255px;
}
@media screen and (max-width: 991px) {
  .modal__input input {
    min-width: auto;
    width: 100%;
  }
}
.modal__btn .btn {
  width: 100%;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.modal__container.hide {
  display: none;
}
.modal .success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal .success.show {
  display: flex;
}
.modal .success svg {
  margin-bottom: 15px;
}
.modal .success-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}
.modal .success-text {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}
.modal .success-btn {
  width: 100%;
}

h1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}

h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}

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

.btn {
  outline: none;
  padding: 16px 25px 15px;
  border: 0;
  border-radius: 5px;
  background: #F0F2F4;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.btn:hover {
  background: #DEE2E8;
  color: #112540;
}
.btn:disabled {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6E757E;
}
.btn:disabled:hover {
  background: #F0F2F4;
}
.btn___secondary {
  background: #12c0e2;
  color: #ffffff;
}
.btn___secondary:hover {
  color: #ffffff;
  background: #2FD1DA;
}
.btn__white {
  background: #ffffff;
  color: #112540;
}
.btn__white:hover {
  background: #F0F2F4;
}
.btn___orange {
  background: #ED8869;
  color: #ffffff;
}
.btn___orange:hover {
  background: #ffbca8;
}
.btn___active {
  background: #112540;
  color: #FFFFFF;
}
.btn___active svg path {
  fill: #FFFFFF;
}

header {
  background: white;
}
@media (min-width: 769px) {
  header.sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: -41px;
  }
}
@media (max-width: 768px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .header__top .header__contacts { display: none; }
  .header__geo { width: 100%; }
  .language {width: 50%; }
  .language:nth-child(2n) {
    text-align: right;
    font-size: 14px;
  }
  .modal__item {
    text-align: left !important;
  }
  .currentLanguage {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    justify-content: right;
  }
}
.header__geo {
  display: flex;
  align-items: center;
}
.header__geo .city {
  position: relative;
  margin-right: 30px;
}
.header__geo .city-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}
.header__geo .city-text svg {
  margin-right: 5px;
}
.header__geo .city-text:hover {
  color: #12c0e2;
}
.header__geo .city-text:hover svg path {
  fill: #12c0e2;
}
.header__geo .city-text___active {
  color: #12c0e2;
}
.header__geo .city-text___active svg path {
  fill: #12c0e2;
}
.header__geo .language {
  position: relative;
}
.header__geo .language .modal {
  min-width: 200px;
  max-width: 200px;
}
.header__geo .language-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}
.header__geo .language-text svg {
  margin-right: 5px;
}
.header__geo .language-text:hover {
  color: #12c0e2;
}
.header__geo .language-text:hover svg path {
  fill: #12c0e2;
}
.header__geo .language-text___active {
  color: #12c0e2;
}
.header__geo .language-text___active svg path {
  fill: #12c0e2;
}
.header__contacts {
  display: flex;
  align-items: center;
}
.header__contacts .text {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-right: 20px;
}
.header__contacts .text span {
  cursor: pointer;
}
.header__contacts .text span:hover {
  color: #12c0e2;
}
.header__contacts .phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 20px;
}
.header__contacts .phone_TEXT{
  font-weight: normal;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.header__contacts .phone_TEXT svg{
  width: 20px;
  height: 20px;
}
.header__contacts .phone_TEXT svg path{
  
}
.header__contacts .whatsapp {
  margin-right: 10px;
}
.header__contacts .instagram {
  margin-right: 10px;
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 14px;
}
@media screen and (max-width: 991px) {
  .header__bottom {
    flex-wrap: wrap;
  }
  .header__contacts .phone_TEXT{
    display: none;
  }
}
.header__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header__content {
    width: calc(100% + 30px);
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
  }
}
.header__icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header__icon {
    font-size: 8px;
    line-height: 9px;
    letter-spacing: 0.5px;
  }
  .header__icon span {
    padding: 2px 3px;
    border: 0;
    border-radius: 3px;
    background: #112540;
    color: #FFFFFF;
  }
}
.header__icon img {
  margin-bottom: 5px;
}
.header__menu {
  display: flex;
  align-items: center;
  margin-right: 80px;
  justify-content: center;
}
.header__menu__item {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  width: 75px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6E757E;
}
.header__menu__item:hover {
  color: #112540;
}
.header__menu__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6E757E;
}
.header__menu__item a:hover {
  color: #112540;
}
@media screen and (max-width: 425px) {
  .header__menu__item {
    width: 20%;
    max-width: 75px;
  }
}
.header__menu__item_active {
  color: #112540;
}
.header__menu__item_active a {
  color: #112540;
}
@media screen and (max-width: 991px) {
  .header__menu {
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .header__menu {
    justify-content: space-between;
    width: 100%;
  }
}
.header__fav {
  margin-right: 10px;
  background: #F0F2F4;
  border: 0;
  border-radius: 6px;
  padding: 9px 8px;
  position: relative;
  color: #112540;
  transition: background-color 0.3s, color 0.3s;
}
.header__fav:not(.active) {
  pointer-events: none;
}
.header__fav svg {
  cursor: pointer;
}
.header__fav .fav-count {
  border: 1px solid transparent;
  border-radius: 29%;
  background: red;
  color: #FFF;
  position: absolute;
  padding: 7px 3px;
  height: 15px;
  min-width: 15px;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  font-size: 0.7em;
  display: none;
}
.header__fav .full-fav {
  display: none;
}
.header__fav .empty-fav {
  display: block;
}
.header__fav.active {
  padding: 3px;
}
.header__fav.active .full-fav {
  display: block;
}
.header__fav.active .fav-count {
  display: flex;
}
.header__fav.active .empty-fav {
  display: none;
}
.header__fav:hover {
  background-color: #112540;
  color: #FFFFFF;
}
.header__fav:hover > a {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .header__fav {
    display: none;
  }
}
.header__account {
  margin-right: 10px;
  background: #F0F2F4;
  border: 0;
  border-radius: 6px;
  padding: 3px;
  position: relative;
  color: #112540;
  transition: 0.3s;
}
.header__account svg {
  cursor: pointer;
}
.header__account:hover {
  background-color: #112540;
  color: #FFFFFF;
}
.header__account:hover > a {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .header__account {
    display: none;
  }
}
.header__account-register {
  display: none;
  position: absolute;
  top: calc(100% + 17px);
  right: -46px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 25px 20px 30px;
  width: 345px;
  text-align: center;
  z-index: 3;
  color: #112540;
}
.header__account-register.modal___active {
  display: block;
}
.header__account-register__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
.header__account-register__text {
  font-size: 14px;
  line-height: 16px;
  color: #6E757E;
  margin-bottom: 15px;
}
.header__account-register__input {
  margin-bottom: 20px;
}
.header__account-register__btn {
  margin-bottom: 15px;
}
.header__account-register__btn .btn {
  background: #12c0e2;
  color: #FFFFFF;
  width: 100%;
}
.header__account-register__bottom {
  color: #6E757E;
  font-size: 14px;
  line-height: 16px;
}
.header__account-register__bottom a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #112540;
}
.header__basket {
  background: #F0F2F4;
  border: 0;
  border-radius: 6px;
  padding: 3px;
  display: block;
  color: #112540;
  transition: 0.3s;
}
.header__basket:not(.disabled) {
  cursor: pointer;
}
.header__basket:not(.disabled):hover {
  background-color: #112540;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .header__basket {
    display: none;
  }
}
.header__basket-modal {
  display: none;
  position: absolute;
  top: calc(100% + 17px);
  right: 0;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 340px;
  text-align: center;
  z-index: 3;
}
.header__basket-modal__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 20px 0;
}
.header__basket-modal__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 6px;
}
.header__basket-modal__count {
  font-size: 16px;
  line-height: 19px;
}
.header__basket-modal__list {
  border-bottom: 1px solid #DEE2E8;
  max-height: 190px;
  overflow-y: auto;
  margin-bottom: 12px;
  padding: 0 20px 15px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.header__basket-modal__list::-webkit-scrollbar {
  width: 3px;
}
.header__basket-modal__list::-webkit-scrollbar-track {
  background: transparent;
}
.header__basket-modal__list::-webkit-scrollbar-thumb {
  background: #DEE2E8;
  border-radius: 55px;
}
.header__basket-modal__list::-webkit-scrollbar-thumb:hover {
  background: #DEE2E8;
}
.header__basket-modal__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.header__basket-modal__item:last-child {
  margin-bottom: 0;
}
.header__basket-modal__item-left {
  display: flex;
  align-items: center;
  text-align: left;
}
.header__basket-modal__item-image {
  margin-right: 10px;
  min-width: 50px;
  width: 50px;
  display: block;
}
.header__basket-modal__item-image img {
  width: 100%;
  object-fit: cover;
}
.header__basket-modal__item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px;
  display: block;
}
.header__basket-modal__item-brand {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  color: #6E757E;
}
.header__basket-modal__item-price {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.header__basket-modal__item-count {
  display: flex;
  align-items: center;
}
.header__basket-modal__item-count__value {
  font-size: 14px;
  line-height: 16px;
  width: 35px;
  text-align: center;
}
.header__basket-modal__item-count__up {
  cursor: pointer;
  transition: 0.3s;
  color: #F0F2F4;
}
.header__basket-modal__item-count__up:hover {
  color: #DEE2E8;
}
.header__basket-modal__item-count__down {
  cursor: pointer;
  transition: 0.3s;
  color: #F0F2F4;
}
.header__basket-modal__item-count__down:hover {
  color: #DEE2E8;
}
.header__basket-modal__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.header__basket-modal__total-text {
  color: #6E757E;
}
.header__basket-modal__total-value {
  font-weight: 500;
}
.header__basket-modal__btn {
  padding: 0 20px 25px;
}
.header__basket-modal__btn a {
  display: block;
  margin-bottom: 10px;
}
.header__basket-modal__btn a:last-child {
  margin-bottom: 0;
}
.header__basket-modal__btn .btn {
  width: 100%;
  padding: 12px 15px;
}
.header__mobile {
  display: none;
  align-items: center;
}
.header__mobile .item {
  margin-right: 10px;
}
.header__mobile .item___modal {
  position: relative;
}
.header__mobile .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .header__mobile {
    display: flex;
  }
}
.header__cookie {
  background: #D8F9FB;
}
@media screen and (max-width: 991px) {
  .header__cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
.header__cookie-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 991px) {
  .header__cookie-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0 12px;
  }
}
.header__cookie-text {
  font-size: 14px;
  line-height: 16px;
}
.header__cookie-text a {
  font-weight: 500;
  margin-left: 8px;
  color: #12c0e2;
}
.header__cookie-text a:hover {
  color: #2FD1DA;
}
@media screen and (max-width: 991px) {
  .header__cookie-text {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .header__cookie-btn {
    width: 100%;
  }
  .header__cookie-btn .btn {
    width: 100%;
    text-align: center;
  }
}
.header__cookie-btn .btn {
  padding: 12px 31px 12px 32px;
}

@media screen and (min-width: 992px) {
  .bx-opener {
    position: relative;
  }
  .bx-opener .header__basket-modal {
    display: block;
  }
}
.menu {
  position: relative;
}
@media screen and (max-width: 576px) {
  .menu {
    width: 100%;
  }
}

.top-menu {
  display: none;
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .top-menu {
    left: 0;
    right: 0;
    height: calc(100vh - 110px);
    overflow: auto;
  }
}
@media screen and (max-width: 576px) {
  .top-menu {
    border: 0;
    box-shadow: none;
  }
}
.top-menu.modal___active {
  display: block;
}
.top-menu__email {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 11px;
  padding: 0 15px;
}
.top-menu__item a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 19px;
}
.top-menu__item svg {
  margin-right: 15px;
}
.top-menu__item___mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-menu__item___mobile {
    display: block;
  }
}
.top-menu__item___separator {
  padding-bottom: 17px;
  border-bottom: 1px solid #DEE2E8;
  margin-bottom: 11px;
}
.top-menu__register {
  padding: 25px 20px 30px;
  text-align: center;
}
.top-menu__register___active {
  display: block;
}
.top-menu__register__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
.top-menu__register__text {
  font-size: 14px;
  line-height: 16px;
  color: #6E757E;
  margin-bottom: 15px;
}
.top-menu__register__input {
  margin-bottom: 20px;
}
.top-menu__register__btn {
  margin-bottom: 15px;
}
.top-menu__register__btn .btn {
  background: #12c0e2;
  color: #FFFFFF;
  width: 100%;
}
.top-menu__register__bottom {
  color: #6E757E;
  font-size: 14px;
  line-height: 16px;
}
.top-menu__register__bottom a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #112540;
}
.top-menu__register__bottom a:hover {
  color: #12c0e2;
}
.top-menu__register form {
  max-width: 305px;
  margin: 0 auto;
}

.header__basket {
  position: relative;
}
.header__basket .bctr {
  border: 1px solid transparent;
  border-radius: 29%;
  background: red;
  color: #FFF;
  position: absolute;
  padding: 7px 3px;
  height: 15px;
  min-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  font-size: 0.7em;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
.flag-icon ~ span {
  margin-left: 11px;
}

/*# sourceMappingURL=header.css.map */
.top-wrapper {
    display: block;
    height: 39px;
    background-color: #313131;
    color: #FFF;
}
.top {
    display: flex;
    justify-content: space-between;
}
.top li {
    cursor: pointer;
}
.location {
    line-height: 39px;
}
.location > div {
    display: flex;
    align-items: center;
}
.location > div > span,
.top ul.contacts > li > div > span {
    margin-left: 4px;
    margin-right: 4px;
}
.top ul.contacts,
.top ul.countries {
    list-style: none;
}
.top ul.countries {
	padding: 0;
	position: relative;
}
.top ul.countries > li:first-child {
    width: 130px;
}
.top ul.contacts > li,
.top ul.countries > li {
    display: block;
    float: left;
}
.top ul.contacts > li,
.top ul.countries > li {
    margin-left: 16px;
}
.top ul.contacts > li:first-child,
.top ul.countries > li:first-child {
    margin-left: 0;
}
.top ul.contacts > li > div {
    line-height: 39px;
    display: flex;
    align-items: center;
	position: relative;
}
.top .submenu {
    position: absolute;
    top: 39px;
    padding: 16px 26px 16px 16px;
    min-width: 126px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 100;
    background-color: #fff;
    width: auto;
    display: none;
}
.top .submenu > ul {
    list-style: none;
    color: #12c0e2;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}
.top .submenu > ul > li {
    margin-top: 8px;
    margin-bottom: 8px;
}
.top ul.contacts > li:hover {
    cursor: pointer;
}
.top .submenu > ul > li:first-child,
.top .submenu > ul > li:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}
.top .submenu > ul > li > div{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.contacts > li[data-name='contacts'] .submenu > ul {
	width: 230px;
}
.top .flag {
	width: 14px;
}
.top .flag > img {
	border-radius: 7px;
}
.top .language {
	line-height: 39px;
}
.top .language > div {
	display: flex;
    align-items: center;
}
.top ul.countries > li > img.flag {
	width: 14px;
    height: 14px;
    border-radius: 50%;
	margin-right: 4px;
}
.top ul.countries > li > .submenu img {
	width: 14px;
    height: 14px;
    border-radius: 50%;
	margin-right: 6px;
}
.top ul.countries > li > .submenu div {
	justify-content: flex-start;
}
ul.contacts-not-ru {
	list-style: none;
    display: flex;
    line-height: 39px;
}
ul.contacts-not-ru > li:first-child {
	margin-right: 16px;
}
ul.contacts-not-ru > li:last-child {
	margin-right: 0px;
}
ul.contacts-not-ru > li {
	margin-right: 6px;
}
ul.countries > li[data-name='lang-selector'] > .submenu span:first-child {
	margin-bottom: 8px;
}
ul.countries > li[data-name='lang-selector'] > .submenu span {
	cursor: pointer;
}
.contacts-not-ru a {
    color: #fff;
}
@media screen and (max-width: 414px) {
	.top .language {
		width: 100%;
	}
	ul.countries, ul.contacts {
		font-size: 14px;
	}
	ul.contacts-not-ru > li,
	ul.contacts-not-ru > li:first-child	{
		margin-right: 10px;
	}
	ul.contacts-not-ru > li:last-child {
		margin-right: 0px;
	}
	ul.contacts-not-ru > li:first-child > span {
		display: none;
	}
	ul.contacts > li[data-name='contacts'] .submenu {
		right: calc(100% - 192px);
	}
	ul.contacts > li[data-name='watsapp'] .submenu {
		right: calc(100% - 93px);
	}
}

.header__contacts .whatsapp img{
  height: 20px;
  width: 20px;
}