/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*:focus {
  outline: none;
}

.scroll-up {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px #888888;
}

.scroll-up svg {
  width: 20px;
}

@media (min-width: 992px) {
  .scroll-up {
    bottom: 10vh;
    right: 4vw;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 8, 0.5);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.show {
  display: flex;
  opacity: 1;
}

@media (max-width: 768px) {
  .modal.show {
    flex-direction: row;
  }
}

.modal-dialog {
  position: relative;
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .modal-dialog {
    border-radius: 10px;
    padding: 40px;
  }
}

.modal__btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.modal__btn-close > * {
  pointer-events: none;
}

.recover__logo {
  margin: 0 auto;
  width: 30px;
  height: 40px;
  background-color: #1666af;
  padding: 5px 10px;
  border-radius: 100%;
}

.recover__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-top: 26px;
  text-align: center;
}

.recover .btn__primary {
  margin-top: 30px;
}

.recover-wrapper {
  box-sizing: border-box;
  max-width: 380px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .recover-wrapper {
    height: 100%;
  }
}

.recover__close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.recover__close-btn svg {
  width: 16px;
  height: 16px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  color: #000008;
  font-family: "Roboto", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 6px;
}

::-webkit-scrollbar:horizontal {
  height: 6px;
}

html,
body {
  scrollbar-color: #cdcbcb rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

::-webkit-scrollbar-thumb {
  background-color: #cdcbcb;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-track {
  border-radius: 5px;
}

.thin-scroll {
  scrollbar-width: thin;
}

.fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #000008;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #1666af;
}

input {
  font-family: "Roboto", Arial, sans-serif;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

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

/* Firefox */

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

button {
  font-family: "Roboto", Arial, sans-serif;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #ffffff;
  cursor: pointer;
}

.swiper-slide {
  height: auto !important;
}

.swiper-pagination {
  width: 100%;
  left: 50%;
  transform: translateX(-50%) !important;
}

.swiper-pagination-bullet-active {
  background: #1666af !important;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 4px;
}

.responsive-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.color-accent {
  color: #1666af;
}

.styled-separator {
  border: unset;
  border-top: 1px solid #cbcbcb;
  margin: 30px 0;
}

.content-page {
  flex: 1 0 auto;
}

.error_body {
  background-color: #efdc7e;
}

.error_wrapper {
  font-family: "Roboto", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.error_info {
  padding-top: 10%;
  padding-bottom: 7%;
}

.error_title {
  color: #1666af;
  font-size: 150px;
  font-weight: 200;
  margin-bottom: 15px;
}

.error_text {
  font-weight: 400;
  font-size: 18px;
  color: #484748;
  margin-bottom: 35px;
}

.error_link {
  color: #1666af;
  font-size: 24px;
  border-bottom: solid 1px;
}

.error_footer {
  width: 100%;
  overflow: hidden;
}

.error_footer img {
  min-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.container {
  padding: 0 15px;
}

@media (min-width: 1170px) {
  .container-xl {
    padding: 0 calc(50vw - (600px - 15px));
  }
}

.section-margin {
  margin-top: 80px;
}

.subsection-margin {
  margin-top: 50px;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 0px;
  background-color: #ffffff;
  transition: background 0.3s;
}

.header__top {
  padding: 0 20px;
  background-color: #1666af;
}

.header__top a:hover {
  color: #ffffff;
}

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

.header__bottom {
  padding: 15px 20px;
}

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

@media (max-width: 992px) {
  .header__bottom {
    padding: 15px 10px;
  }
}

.header__container {
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .header__container {
    justify-content: flex-end;
  }
}

.header__contats-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.header__contacts-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 42px;
  padding-right: 14px;
}

.header__contacts-wrapper::before {
  content: "";
  position: absolute;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  right: 0;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
}

.header__contat-tel {
  font-size: 12px;
  color: #ffffff;
  margin-left: 6px;
}

.header__contat-tel:hover {
  color: #ffffff;
}

.header__contacts-dropdown {
  display: none;
  position: absolute;
  width: 180px;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
  z-index: 11;
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #484748;
}

@media (max-width: 992px) {
  .header__contacts-dropdown {
    display: block;
    position: relative;
    box-shadow: none;
    top: 0;
    padding: 0 20px;
  }
}

.header__contacts-dropdown p {
  margin-bottom: 3px;
}

.header__contacts-dropdown p:last-of-type {
  margin-bottom: 20px;
}

.header__contacts-dropdown a {
  display: inline-flex;
  color: #484748;
  align-items: center;
}

.header__contacts-dropdown a:hover {
  color: #000008;
}

@media (max-width: 992px) {
  .header__contacts-dropdown a {
    color: #000008;
  }
}

.header__contacts-dropdown a + a {
  margin-top: 10px;
}

.header .header__contacts-wrapper:hover .header__contacts-dropdown {
  display: block;
}

.header__top-nav-list {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  margin-left: auto;
}

.header__top-nav-list li {
  display: flex;
  align-items: center;
}

.header__top-nav-list li + li {
  margin-left: 30px;
}

.header__top-nav-list a {
  color: #ffffff;
}

.header__profile {
  position: relative;
  height: 42px;
}

.header__profile a {
  display: flex;
  align-items: center;
}

.header__profile-icon {
  margin-top: 3px;
  width: 18px;
  height: 18px;
}

.header__profile-icon--mobile {
  margin-top: 0px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.header__profile:hover .header__dropdown-profile {
  display: block;
}

.header__dropdown-profile {
  display: none;
  position: absolute;
  width: 180px;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 11;
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #484748;
}

.header__dropdown-profile a {
  color: #484748;
  font-size: 14px;
  line-height: 26px;
  transition: 0.3s;
}

.header__dropdown-profile a:hover {
  text-decoration: none;
  color: #1666af;
}

.header__dropdown-profile li + li {
  margin: 0;
}

.header__logo {
  max-width: 110px;
}

@media (max-width: 992px) {
  .header__logo {
    width: 82px;
    margin-right: auto;
  }
}

.header__menu {
  margin-left: auto;
  margin-right: auto;
}

.header__wishlist,
.header__cart,
.header__menu-btn {
  margin-left: 10px;
}

@media (min-width: 425px) {
  .header__wishlist,
  .header__cart,
  .header__menu-btn {
    margin-left: 20px;
  }
}

.header .header__menu-btn {
  width: 30px;
  height: 30px;
}

@media (min-width: 992px) {
  .header .header__menu-btn {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 8, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-menu .mobile-menu__container {
  width: 290px;
  background-color: #ffffff;
  transform: translateX(0);
  transition: transform 0.5s;
}

.mobile-menu .mobile-menu__header {
  height: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  background-color: #1666af;
  font-size: 12px;
}

.mobile-menu .mobile-menu__profile {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  background-color: #1666af;
  padding-left: 20px;
  color: #ffffff;
  font-size: 14px;
}

.mobile-menu .mobile-menu__profile:hover .header__dropdown-profile {
  display: block;
}

.mobile-menu .mobile-menu__login {
  display: flex;
  align-items: center;
}

.mobile-menu .mobile-menu__login img {
  width: 18px;
  margin-right: 2px;
}

.mobile-menu.active::before {
  left: -100vw;
  opacity: 1;
}

.mobile-menu.active .mobile-menu__container {
  transform: translateX(-100vw);
}

.header__logo-image--sticky {
  display: none;
}

.sticky .cart__wrapper-link {
  transition: unset;
}

.sticky .header {
  color: #ffffff;
  background-color: #1666af;
}

@media (min-width: 992px) {
  .sticky .header .menu__list {
    height: 50px;
    align-items: center;
  }
}

.sticky .header .header__bottom {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .sticky .header .header__bottom {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.sticky .header .wishlist__image path {
  stroke: #ffffff;
}

.sticky .header .header__menu-btn-image path {
  fill: #ffffff;
}

.sticky .header .cart__icon .st2,
.sticky .header .cart__icon .st0 {
  fill: #1666af;
}

.sticky .header .cart__icon .st0,
.sticky .header .cart__icon .st1 {
  stroke: #ffffff;
}

.sticky .header .cart__icon .circle {
  stroke: #ffffff;
  fill: #ffffff;
}

.sticky .header .header__search {
  max-width: 150px;
  border-color: #ffffff;
  color: #ffffff;
}

.sticky .header .header__search .search__value::-moz-placeholder {
  color: #d5d5d5;
}

.sticky .header .header__search .search__value:-ms-input-placeholder {
  color: #d5d5d5;
}

.sticky .header .header__search .search__value::-ms-input-placeholder {
  color: #d5d5d5;
}

.sticky .header .header__search .search__value::placeholder {
  color: #d5d5d5;
}

.sticky .header .header__search .search-wrapper {
  border-color: #ffffff;
}

.sticky .header .header__search path {
  fill: #ffffff;
}

.sticky .header .header__cart {
  color: #ffffff;
}

.sticky .header .header__cart .cart__wrapper-link {
  color: inherit;
}

.sticky .header .header__top,
.sticky .header .header__logo-image {
  display: none;
}

.sticky .header .header__logo-image--sticky {
  display: block;
}

@media (min-width: 992px) {
  .sticky .header .menu__item {
    height: 100%;
  }

  .sticky .header .menu__item + .menu__item {
    margin: 0;
  }

  .sticky .header .menu__link,
  .sticky .header .menu__link-dropdown {
    padding-left: 20px;
    padding-right: 30px;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    height: 100%;
    color: #ffffff;
  }

  .sticky .header .menu__link::before,
  .sticky .header .menu__link-dropdown::before {
    width: 1px;
    top: unset;
    left: calc(100% - 20px);
  }
}

@media (min-width: 992px) and (max-width: 992px) {
  .sticky .header .menu__link,
  .sticky .header .menu__link-dropdown {
    color: #000008;
  }
}

@media (min-width: 992px) {
  .sticky .header .menu__link:hover,
  .sticky .header .menu__link-dropdown:hover {
    background-color: #1d73c5;
  }
}

@media (min-width: 992px) {
  .sticky .header .menu__link-dropdown::before {
    border-top-color: #ffffff;
  }
}

.sticky .header .menu__item.active .menu__link-dropdown {
  color: #ffffff;
}

.sticky .header .menu__item.active .menu__link-dropdown:before {
  border-top-color: #ffffff;
}

.sticky .header .active.menu__link-dropdown::before {
  border-top-color: #ffffff !important;
}

.sticky .scroll-up {
  display: flex;
}

.search {
  margin-left: 20px;
}

.search-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  max-width: 75px;
  color: #000008;
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 425px) {
  .search-wrapper {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .search-wrapper {
    border-bottom: 1px solid #888888;
  }
}

.search.modal-state {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 10px;
  max-width: unset !important;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  display: block;
}

.search.modal-state .search-wrapper {
  position: relative;
  background-color: #ffffff;
  max-width: unset;
  padding: 10px 5px;
}

.search.modal-state .search__value {
  display: block;
}

.search.modal-state path {
  fill: #000008 !important;
}

.search.modal-state:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 8, 0.5);
}

.search.modal-state:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #cdcbcb;
  transform: translateY(-8px);
}

.search__value {
  display: none;
  width: 100%;
  color: inherit;
  background-color: unset;
}

@media (min-width: 768px) {
  .search__value {
    display: block;
  }
}

.search__icon > * {
  pointer-events: none;
}

@media (min-width: 768px) {
  .search__icon {
    width: 14px;
  }
}

.menu__list {
  display: flex;
  position: relative;
}

@media (max-width: 992px) {
  .menu__list {
    padding: 20px;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .menu__subitem {
    display: grid;
    grid-template-columns: 1fr 30px;
  }
}

.menu__item + .menu__item {
  margin-left: 30px;
}

@media (max-width: 992px) {
  .menu__item + .menu__item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.menu__subitem + .menu__subitem {
  margin-top: 10px;
}

.menu__link {
  font-size: 16px;
  line-height: 1.5;
  color: #000008;
  transition: 0.3s;
}

.menu__link:hover {
  color: #1666af;
  text-decoration: none;
}

@media (max-width: 992px) {
  .menu__link {
    font-weight: bold;
  }
}

.menu__link-dropdown,
.menu__sublink-dropdown {
  position: relative;
  display: block;
  padding-right: 14px;
}

.menu__link-dropdown::before,
.menu__sublink-dropdown::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000008 transparent transparent transparent;
  right: 0;
  top: 8px;
  transition: 0.3s;
}

.menu__link-dropdown:hover::before,
.menu__sublink-dropdown:hover::before {
  border-color: #1666af transparent transparent transparent;
}

@media (max-width: 992px) {
  .menu__link-dropdown:hover::before,
  .menu__sublink-dropdown:hover::before {
    border-color: #1666af;
  }
}

@media (max-width: 992px) {
  .menu__link-dropdown::before,
  .menu__sublink-dropdown::before {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    transform: rotate(45deg) translate(100%, -50%);
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-color: black;
    transition: none;
  }
}

@media (max-width: 992px) {
  .menu__link-dropdown::before {
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(45deg) translate(-100%, 100%);
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-color: black;
    transition: none;
  }
}

.menu__dropdown.active {
  z-index: 14;
}

.menu__item.active .menu__link-dropdown,
.menu__item.active .menu__subitem.active .menu__sublink-dropdown {
  color: #1666af;
}

.menu__item.active .menu__link-dropdown::before,
.menu__item.active .menu__subitem.active .menu__sublink-dropdown::before {
  border-color: #1666af transparent transparent transparent;
  transform: scale(-1);
}

@media (max-width: 992px) {
  .menu__item.active .menu__link-dropdown,
  .menu__item.active .menu__subitem.active .menu__sublink-dropdown {
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: black;
    border-bottom: 1px solid #cdcbcb;
  }

  .menu__item.active .menu__link-dropdown::before,
  .menu__item.active .menu__subitem.active .menu__sublink-dropdown::before {
    position: absolute;
    left: 0;
    top: 8px;
    right: unset;
    transform: rotate(-135deg) translate(-200%, 100%);
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-color: black;
    transition: none;
  }

  .menu__item.active .menu__link-dropdown .desktop-link-content,
  .menu__item.active .menu__subitem.active .menu__sublink-dropdown .desktop-link-content {
    display: block;
  }
}

.menu__item.active .menu__subitem.active .menu__sublink-dropdown {
  z-index: 25;
}

.menu__item.active .menu__subitem.active .menu__category-list {
  z-index: 20;
  box-sizing: border-box;
  position: fixed;
  width: 290px;
  height: 100vh;
  padding: 60px 20px 20px;
  overflow: auto;
  top: 0;
  display: flex;
  left: 0;
  max-height: 100%;
  flex-direction: column;
  background-color: white;
}

.menu__item.active .menu__dropdown {
  display: flex;
}

.menu__dropdown {
  display: none;
  position: absolute;
  padding: 30px 64px;
  max-height: 310px;
  background: #ffffff;
  z-index: 10;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 992px) {
  .menu__dropdown {
    z-index: 12;
    box-sizing: border-box;
    position: fixed;
    width: 290px;
    height: 100vh;
    padding: 60px 20px 20px;
    overflow: auto;
    top: 0;
    right: 0;
    transform: translateX(0);
    left: unset;
    max-height: 100%;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .menu__wrapper {
    min-width: 140px;
  }
}

.menu__wrapper + .menu__wrapper {
  margin-left: 64px;
}

@media (max-width: 992px) {
  .menu__wrapper + .menu__wrapper {
    margin-left: 0;
  }
}

.menu__category-list {
  overflow: auto;
  height: 80%;
  padding-right: 10px;
}

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

.menu__category-list li {
  margin-bottom: 8px;
}

.menu__category-list a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #606060;
}

.menu__category-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}

.menu__category-title:hover {
  text-decoration: underline;
  color: #1666af;
}

.mobile-link {
  font-weight: 600;
}

@media (min-width: 992px) {
  .mobile-link {
    display: none;
  }
}

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

.product-card {
  position: relative;
  max-width: 242px;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  transition: box-shadow 0.3s;
}

.product-card:hover {
  box-shadow: 0px 1px 6.6px 3.4px rgba(0, 0, 0, 0.2);
}

.product-card:hover .product-card__button {
  background-color: #1666af;
}

.product-card:hover .product-card__button svg path,
.product-card:hover .product-card__button svg circle {
  fill: #ffffff;
}

.product-card__badge {
  position: absolute;
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

.product-card__badge-sale {
  top: 2px;
  right: 2px;
  background-color: #e83841;
}

.product-card__badge-new {
  top: 2px;
  left: 2px;
  background-color: #0e974f;
}

.product-card__image-wrapper {
  display: flex;
  justify-content: center;
  padding: 10px;
  height: 150px;
}

@media (min-width: 400px) {
  .product-card__image-wrapper {
    padding: 20px;
  }
}

.product-card__image-wrapper img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

.product-card__descr {
  padding: 15px 2px 11px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 400px) {
  .product-card__descr {
    padding: 15px 15px 11px;
  }
}

.product-card__name {
  flex-grow: 1;
  display: block;
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #1666af;
  margin-bottom: 20px;
}

.product-card__prices {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.product-card__price {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.36px;
}

.product-card__price-old {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #e83841;
  text-decoration: line-through;
}

.product-card__row {
  display: flex;
  justify-content: space-between;
  color: #484748;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: lowercase;
}

.product-card__button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #cdcbcb;
  margin-top: 10px;
}

.product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  cursor: pointer;
  width: 112px;
  height: 36px;
  border-radius: 5px;
  transition: 0.2s;
}

.product-card__button svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: -3px;
}

.product-card__button svg circle,
.product-card__button svg path {
  transition: 0.2s;
  fill: #1666af;
}

.product-card__options {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #484748;
}

.product-card__whislist {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.product-card__whislist * {
  pointer-events: none;
}

.product-card__whislist svg {
  width: 24px;
  height: 24px;
}

.product-card__whislist svg path {
  transition: 0.3s;
}

.product-card__whislist:hover svg path {
  fill: #1666af;
}

.product-card__whislist-active svg path {
  fill: #1666af;
}

.product-card__gift {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.product-card__gift p {
  font-size: 0.8em;
}

.product-card__gift-icon {
  width: 20px;
}

.product-card__content-exist {
  display: none;
}

.product-card__content-add {
  display: flex;
  align-items: center;
}

.product-card__button-exist {
  background-color: #1666af !important;
  pointer-events: none;
}

.product-card__button-exist .product-card__content-exist {
  display: inline;
}

.product-card__button-exist .product-card__content-add {
  display: none;
}

.wishlist {
  display: flex;
  align-items: flex-start;
}

.wishlist__image {
  width: 26px;
}

.wishlist__badge {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding-right: 1px;
  font-size: 10px;
  border-radius: 50%;
  background-color: #e83841;
  color: #ffffff;
  line-height: 1;
  transform: translateY(-5px);
}

.cart {
  position: relative;
}

.cart::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  right: 0;
  top: 100%;
}

.cart__wrapper-link {
  display: flex;
  align-items: flex-start;
}

.cart__icon {
  width: 25px;
  margin-right: 2px;
}

.cart__title {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .cart:hover .cart__dropdown {
    display: block;
  }
}

.cart__dropdown {
  position: absolute;
  display: none;
  width: 325px;
  color: #000008;
  background: #ffffff;
  z-index: 11;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  right: 0;
  top: calc(100% + 10px);
}

@media (max-width: 425px) {
  .cart__dropdown {
    right: -85%;
  }
}

.cart__empty {
  display: none;
  padding: 15px 30px;
  font-weight: 500;
}

.cart__empty.show {
  display: block;
}

.cart__product-list {
  max-height: 180px;
  overflow-y: scroll;
  padding-left: 5px;
}

.cart__product-item {
  display: flex;
  position: relative;
  padding: 4px 10px 16px;
}

.cart__product-item + .cart__product-item {
  box-shadow: inset 0 1px 0 0 #d9d9d9;
}

.cart__image-wrapper {
  width: 90px;
  margin-right: 15px;
}

.cart__close-btn {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 10px;
}

.cart__close-btn svg {
  width: 100%;
  height: 100%;
}

.cart__close-btn:hover {
  cursor: pointer;
}

.cart__close-btn:hover svg path {
  stroke: #e83841;
}

.cart__wrapper {
  display: flex;
  flex-direction: column;
}

.cart__wrapper .cart__title-link {
  font-size: 14px;
  color: #1666af;
  margin-top: 7px;
}

.cart__wrapper .cart__price {
  font-size: 16px;
  letter-spacing: 0.64px;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: 4px;
}

.cart__counter {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 16px;
  align-self: flex-end;
}

.cart__counter button,
.cart__counter input {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: inset 0 0 0 1px #d9d9d9;
  color: #000008;
}

.cart__counter input {
  font-size: 12px;
  text-align: center;
  box-shadow: inset 0 1px 0 0 #d9d9d9, inset 0 -1px 0 0 #d9d9d9;
}

.cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding-left: 30px;
  padding-right: 40px;
  box-shadow: inset 0 1px 0 0 #d9d9d9, inset 0 -1px 0 0 #d9d9d9;
  font-size: 14px;
  font-weight: 500;
}

.cart__total .cart__total-price {
  font-size: 18px;
  font-weight: 700;
  color: #1666af;
  letter-spacing: 0.72px;
}

.cart__buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding-left: 30px;
  padding-right: 40px;
}

.cart__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 100px;
  border-radius: 3px;
  background: #1666af;
  color: #ffffff;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

.cart__button:hover {
  color: #ffffff;
  background: #1d73c5;
}

.footer {
  flex-shrink: 0;
  padding: 0 20px;
  background: #000008;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .footer__container {
    height: 100px;
    flex-direction: column;
    justify-content: center;
  }
}

.footer__logo-wrap {
  max-width: 150px;
}

@media (max-width: 767px) {
  .footer__logo-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer__copyrights {
    margin-bottom: 10px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__primary {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.64px;
  border-radius: 5px;
  padding: 15px;
  background: #1666af;
  width: 100%;
  transition: 0.3s;
}

.btn__primary:hover {
  background: #1d73c5;
}

@media (max-width: 767px) {
  .authentication {
    padding: 0;
    align-items: flex-start;
    background: #ffffff;
  }
}

.authentication .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.authentication__registration {
  margin: 0 -10px;
}

.recover .hide,
.authentication .hide,
.recover__before .hide,
.recover__after .hide {
  display: none;
}

.authentication__container {
  width: 100%;
  max-width: 380px;
}

@media (max-width: 767px) {
  .authentication__container {
    padding: 40px 20px;
  }
}

.form__error {
  margin-bottom: 10px;
  color: #e83841;
  white-space: pre;
}

.authentication__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.96px;
  margin-bottom: 25px;
  text-align: center;
}

.input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.input {
  padding: 15px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #cdcbcb;
  box-sizing: border-box;
  border-radius: 5px;
}

.input-error {
  color: #e83841;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -18px;
  opacity: 0;
}

.authentication__forgot-password {
  color: #000008;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  margin-bottom: 25px;
}

.authentication__btn-registration {
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  cursor: pointer;
  color: #000008;
  margin: 25px auto 0;
}

.authentication__note {
  font-size: 12px;
  line-height: 14px;
  color: #484748;
  max-width: 240px;
  margin: 25px auto 0;
  text-align: center;
}

.authentication__note a {
  color: #1666af;
}

.authentication__close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.authentication__close-btn svg {
  width: 16px;
  height: 16px;
}

.products__container {
  box-sizing: border-box;
  margin: 0 auto;
}

.products__container .swiper-button-prev,
.products__container .swiper-button-next {
  color: #1666af;
}

@media (max-width: 992px) {
  .products__container .swiper-button-prev,
  .products__container .swiper-button-next {
    display: none;
  }
}

@media (max-width: 992px) {
  .products__container .swiper-slide {
    max-width: 212px;
  }
}

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

.products__wrapper {
  position: relative;
  max-width: 974px;
  max-width: 1170px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .products__wrapper {
    padding: 0;
  }
}

.products .swiper-container {
  max-width: 974px;
  padding: 15px 4px;
}

.products__title {
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.2;
  padding-bottom: 32px;
  border-bottom: 1px solid #cdcbcb;
  font-weight: 400;
  margin-bottom: 30px;
}

.products__title::first-letter {
  text-transform: uppercase;
}

.description {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f9fafb;
  box-sizing: border-box;
}

.categories__container {
  max-width: 974px;
  margin: 0 auto;
}

.categories__title {
  font-size: 24px;
  letter-spacing: 0.96px;
  margin-bottom: 46px;
  font-weight: normal;
}

.categories__list {
  display: flex;
}

@media (max-width: 767px) {
  .categories__list {
    flex-direction: column;
  }
}

.categories__item {
  position: relative;
}

.categories__item + .categories__item {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .categories__item + .categories__item {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.categories__link {
  display: flex;
  transition: 0.3s;
}

.categories__link:hover {
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.24);
}

.categories__link img {
  width: 100%;
}

.categories__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #1666af;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.main-slider {
  position: relative;
}

.main-slider .main-slider__link {
  display: block;
}

.main-slider .main-slider__container {
  width: 100%;
}

.main-slider .main-slider__btn {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px 47px;
  border-radius: 5px;
  color: #000008;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.64px;
  background: #ffffff;
  transition: 0.3s;
}

.main-slider .main-slider__btn:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.main-slider .main-slider__arrow-down::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 100%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-radius: 3px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.main-slider .main-slider__prev::after,
.main-slider .main-slider__next::after {
  color: #ffffff;
}

.main-slider .main-slider-control.swiper-button-disabled {
  visibility: hidden;
}

