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

@media (min-width: 992px) {
  .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
}

.product__title {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media (min-width: 992px) {
  .product__title {
    grid-column: 2/3;
  }
}

@media (min-width: 992px) {
  .product__navigation {
    grid-column: 1/-1;
  }
}

@media (min-width: 992px) {
  .product__info {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .product__details {
    order: -2;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .styled-separator {
    order: -1;
  }
}

.product-slider {
  min-width: 0;
}

.product-slider .inner-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .product-slider {
    grid-column: 1/2;
  }
}

.product-slider__thumbs-slider {
  width: 260px;
  margin: 30px 0 0;
}

.product-slider__thumb {
  width: 80px;
  height: 80px;
  border: 1px solid #cdcbcb;
  border-radius: 5px;
}

.brand-wrap {
  margin-top: 20px;
}

.brand__link {
  color: #1666af;
}

.product__gift {
  display: grid;
  grid-template: 1fr/auto auto 1fr;
  gap: 10px;
  justify-items: end;
  align-items: center;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .product__gift {
    margin-top: 0;
  }
}

.product__options {
  margin-top: 30px;
}

.product__controls {
  margin-top: 30px;
}

.additional-controls {
  margin-top: 30px;
}

.product-option {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.product__pice {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
}

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

.buy-icon {
  width: 21px;
  transform: translateY(2px);
}

.quantity {
  display: grid;
  grid-template: 1fr/auto minmax(0, 1fr) auto;
  gap: 20px;
  min-width: 0;
}

.quantity__action {
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #000008;
}

.quantity__control {
  border: 1px solid #cdcbcb;
}

.quantity-input {
  text-align: center;
}

.title {
  color: #000008;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.96px;
}

.product-card__price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .product-card__price-wrapper {
    align-items: center;
    flex-direction: row;
  }
}

.product-card__price-wrapper .product__pice {
  margin-left: 30px;
}

.popular {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .popular {
    margin-top: 120px;
  }
}

.popular .popular__products {
  max-width: 974px;
  padding: 15px;
}

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

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

.popular-wrapper {
  position: relative;
  padding-bottom: 100px;
}

