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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

main {
  padding-top: 106px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #3353C5;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: #000000;
  text-decoration: underline;
}

section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-title, .section-subtitle {
  text-align: center;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.section-subtitle {
  color: #9A5630;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/**
 * Utility classes
 */
.text-center {
  text-align: center;
}

.flex-between, .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

h1, h2, h3 {
  margin-top: 0;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1400px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
  position: relative;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.updates {
  height: 32px;
}
.updates-content {
  font-size: 0.85rem;
  padding: 8px 0;
  background-color: #F5F7FA;
}

.header {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #C0C8E2;
  background-color: #ffffff;
  z-index: 99;
  transition: all 0.2s ease;
}
.header.active {
  top: 0;
  padding: 4px 0;
  box-shadow: 0 5px 5px rgba(156, 156, 156, 0.25);
}
.nav-links a:not(.button) {
  color: #000000;
  font-family: "Crimson Text", serif;
  font-size: 1.125rem;
}
.nav-links a:not(.button):hover {
  color: #3353C5;
  text-decoration: none;
}
.nav-links .button {
  position: relative;
  color: #000000;
  font-size: 0.85rem;
  font-weight: 600;
  padding-left: 28px;
  padding-right: 18px;
}
.nav-links .button:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transform: translate(0, -50%);
}
.nav-links .button-search:before {
  background-image: url("/assets/icons/element-icon-search.svg");
}
.nav-links .button-account:before {
  background-image: url("/assets/icons/element-icon-account.svg");
}
.nav-links .button-cart {
  padding: 10px 22px 10px 42px;
  border: 1px solid #C0C8E2;
  border-radius: 30px;
  transition: all 0.2s linear;
}
.nav-links .button-cart:before {
  left: 14px;
  background-image: url("/assets/icons/element-icon-cart.svg");
}
.nav-links .button-cart:hover {
  text-decoration: none;
  border-color: #000000;
}

.nav-left {
  padding: 16px 0;
}
.nav-left a {
  position: relative;
  display: block;
}
.nav-left a:before {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  left: 0;
  bottom: -20px;
  z-index: -1;
  background-color: #111111;
  transition: all 0.2s ease-out;
}
.nav-left a:hover:before {
  top: -20px;
}
.nav-left a:hover img {
  filter: invert(1.5);
}
.nav-left img {
  height: 40px;
  margin: 0 5px;
  transition: all 0.2s ease-out;
}

.nav-right {
  padding: 16px 0;
}

.nav-search {
  position: relative;
}
.nav-search input {
  position: absolute;
  top: 0;
  right: 16px;
  width: 0;
  opacity: 0;
  padding: 16px 24px;
  font-size: 0.9em;
  border: 1px solid #79809A;
  border-radius: 4px;
  z-index: 2;
  transform: translate(0, -16px);
  transition: all 0.15s ease-in;
}
.nav-search input:focus {
  width: 320px;
  opacity: 1;
  outline: none;
  border-color: #24365D;
}
.nav-search:hover input {
  width: 320px;
  opacity: 1;
}

.nav-center {
  padding: 0;
}
.nav-center .nav-links .nav-item > a {
  display: block;
  padding: 16px 12px;
  border-bottom: 2px solid transparent;
}
.nav-center .nav-links .nav-item:hover .nav-submenu {
  display: flex;
}
.nav-center .nav-links .nav-item:hover a {
  border-bottom-color: #3353C5;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  display: none;
  background-color: rgba(56, 56, 56, 0.36);
}
.menu-overlay.active {
  display: block;
}

.nav-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  z-index: 2;
  border: 1px solid #F5F7FA;
  background-color: #ffffff;
  transform: translateY(100px);
}
.nav-submenu:before {
  content: "";
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.nav-submenu-label {
  position: relative;
  flex: 0 0 72px;
  max-width: 72px;
  background-color: #F5F7FA;
}
.nav-submenu-label span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Crimson Text", serif;
  font-size: 0.89em;
  letter-spacing: 0.3em;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.nav-submenu-list {
  flex: 1 0 25%;
  padding: 20px 30px;
}
.nav-submenu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-submenu-list ul > li > a {
  display: inline-block;
  padding: 8px 0;
  font-family: "Montserrat", sans-serif;
}
.nav-submenu-categories {
  flex: 1 0 70%;
  display: flex;
  gap: 24px;
  padding: 20px 20px;
}
.nav-submenu-category {
  display: block;
  flex: 1 0 30%;
  background-color: #F5F7FA;
}
.nav-submenu-image img {
  display: block;
  width: 100%;
  height: 184px;
  object-fit: cover;
}
.nav-submenu-title {
  margin-bottom: 0.25em;
  font-size: 1.25rem;
  font-weight: 600;
}
.nav-submenu-desc {
  padding: 16px 24px;
}
.nav-submenu-desc span {
  color: #3353C5;
  font-family: "Montserrat", sans-serif;
  font-size: 0.81rem;
}

.header-mobile {
  display: none;
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  padding: 14px 0 10px;
  border-bottom: 1px solid #C0C8E2;
  background-color: #ffffff;
  z-index: 99;
  transition: all 0.2s ease;
}
.header-mobile.active {
  top: 0;
  padding: 12px 0 9px;
  box-shadow: 0 5px 5px rgba(156, 156, 156, 0.25);
}
.header-mobile-open {
  width: 24px;
  height: 24px;
  background: url("../assets/icons/icon-header-open.svg") 50% 50% no-repeat;
}
.header-mobile .button {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.header-mobile .button-search {
  background: url("../assets/icons/element-icon-search.svg") 50% 50% no-repeat;
  background-size: 20px;
}
.header-mobile .button-account {
  background: url("../assets/icons/element-icon-account.svg") 50% 50% no-repeat;
  background-size: 20px;
}
.header-mobile .button-cart {
  background: url("../assets/icons/element-icon-cart.svg") 50% 50% no-repeat;
  background-size: 24px;
}
.header-mobile .button-cart span {
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  border-radius: 16px;
  background-color: #ef3f2d;
}
.header-mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 85%;
  padding: 24px 12px;
  z-index: 100;
  background-color: #F5F7FA;
  transition: all 0.3s ease-in;
}
.header-mobile-nav.active {
  left: 0;
}
.header-mobile-nav-header {
  display: flex;
  align-items: center;
  padding: 16px 16px 24px;
}
.header-mobile-nav-close {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  cursor: pointer;
  background: url("../assets/icons/close-dark.svg") 50% 50% no-repeat;
  background-size: contain;
}
.header-mobile-nav-title {
  font-family: "Crimson Text", serif;
  font-size: 1.5em;
  font-weight: 600;
}
.header-mobile-nav ul {
  margin: 0 0 24px;
  padding: 0;
  border-bottom: 1px solid #C0C8E2;
  list-style: none;
}
.header-mobile-nav ul li a {
  display: block;
  padding: 8px 16px;
  margin: 2px 0;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.1s ease-in;
}
.header-mobile-nav ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #24365D;
}

.header-left {
  flex: 0 0 25%;
}

.header-center {
  flex: 1 0 50%;
}
.header-center a {
  display: block;
  text-align: center;
}
.header-center img {
  display: inline-block;
  width: auto;
  height: 28px;
}

.header-right {
  flex: 0 0 25%;
  display: flex;
  justify-content: end;
}

.offscreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(78, 113, 135, 0.36);
}
.offscreen.active {
  display: block;
}
.offscreen.active .offscreen-container {
  right: 0;
  opacity: 1;
}
.offscreen-header {
  display: flex;
  align-items: center;
  padding: 24px 32px;
}
.offscreen-close {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  cursor: pointer;
  background: url("../assets/icons/close-dark.svg") 50% 50% no-repeat;
  background-size: contain;
}
.offscreen-title {
  font-family: "Crimson Text", serif;
  font-size: 1.5em;
  font-weight: 600;
}
.offscreen-container {
  max-width: 380px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #ffffff;
  transition: all 0.2s linear;
}
.offscreen .action {
  padding: 10px 32px;
  margin: 16px 32px;
  width: calc(100% - 64px);
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 32px;
  cursor: pointer;
  background-color: #24365D;
  transition: all 0.1s linear;
}
.offscreen .action:hover {
  color: #24365D;
  border-color: #24365D;
  background-color: transparent;
}

.cart-list {
  padding: 0 32px 8px;
}
.cart-item {
  display: flex;
  gap: 24px;
  padding: 0 0 16px;
}
.cart-item-image {
  flex: 0 0 80px;
  max-height: 80px;
  background-color: #F5F7FA;
}
.cart-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-item-desc {
  font-size: 0.9em;
  line-height: 1.5em;
}
.cart-item-text {
  padding: 4px 0;
}
.cart-item-remove {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-top: 4px;
  cursor: pointer;
  background: url("../assets/icons/close-dark.svg") 50% 50% no-repeat;
  background-size: contain;
}
.cart-total {
  padding: 24px 32px;
  background-color: #F5F7FA;
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  font-size: 0.85em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.cart-total-row:last-child {
  padding-bottom: 0;
}
.cart-total-row--large {
  font-size: 1em;
}
.cart-total-row span:nth-child(2) {
  font-weight: 600;
}

.footer {
  margin-top: 32px;
  background-color: #F5F7FA;
}
.footer-grid {
  display: flex;
}
.footer-desc {
  flex: 0 0 35%;
  padding: 64px 96px 64px 24px;
}
.footer-logo {
  padding-bottom: 32px;
}
.footer-logo img {
  max-width: 150px;
}
.footer-text {
  color: #3E4E70;
  font-size: 0.9rem;
  line-height: 1.8em;
}
.footer-text p {
  margin: 0 0 0.5em;
}
.footer-nav {
  flex: 1 1 25%;
  padding: 48px 12px 64px;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav ul li {
  padding: 0.2em 0;
  line-height: 1.2em;
}
.footer-nav ul li a {
  font-size: 0.9rem;
  font-weight: 600;
}
.footer-contacts {
  flex: 1 0 25%;
  padding: 48px 24px 64px;
}
.footer-title {
  font-size: 1.25rem;
  margin: 1.4em 0 0.95em;
}
.footer-social {
  display: flex;
  gap: 8px;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-top: 1px solid #C0C8E2;
}
.footer-payments {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-payments img {
  display: inline-block;
}

.intro-wrapper {
  display: flex;
  align-items: center;
  background-color: #F5F7FA;
}
.intro-text {
  flex: 1 1 auto;
  padding: 24px 64px 24px 90px;
}
.intro-text h1 {
  font-size: 2.83rem;
}
.intro-text p {
  line-height: 1.75em;
}
.intro-text a {
  font-weight: 600;
}
.intro-image {
  flex: 0 0 59%;
}
.intro-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 460px;
}

.stats {
  padding-top: 20px;
}
.stats-list {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 80px;
  text-align: center;
}
.stats-item {
  flex: 0 1 33.333%;
}
.stats-desc {
  padding: 24px 0 0;
  font-family: "Crimson Text", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25em;
}

.categories-grid {
  display: flex;
  padding: 24px 0;
  gap: 30px;
}
.categories-grid-left, .categories-grid-right {
  display: flex;
  flex: 1 1 50%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.categories-item {
  flex: 1 1 auto;
  max-width: 100%;
  background-color: #F5F7FA;
}
.categories-item--small {
  flex: 1 1 calc(50% - 30px);
}
.categories-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.categories-desc {
  padding: 16px 24px;
}
.categories-desc a {
  font-size: 0.81rem;
}
.categories-title {
  margin-bottom: 0.25em;
  font-size: 1.25rem;
  font-weight: 600;
}

.products-grid {
  display: flex;
  gap: 18px;
}
.products-item {
  flex: 0 1 20%;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 305px;
  background-color: #F5F7FA;
}
.product-image img {
  display: inline-block;
}
.product-details {
  display: flex;
  justify-content: space-between;
  padding: 12px 4px 12px 8px;
  font-size: 0.875rem;
}
.product-details-text {
  padding-right: 8px;
}
.product-details-wishlist {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../assets/icons/product-wishlist.svg") 0 0 no-repeat;
  background-size: 100%;
}
.product-details-wishlist:hover, .product-details-wishlist--active {
  background-image: url("../assets/icons/product-wishlist-filled.svg");
}
.product-details-price {
  padding-top: 8px;
}
.product-details-price span {
  color: #727272;
  font-size: 0.75rem;
}
.product-details a {
  color: #000000;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 1rem;
}

.reviews-box {
  padding: 60px 120px;
  color: #ffffff;
  background-color: #24365D;
}
.reviews-grid {
  display: flex;
}
.reviews-image img {
  display: block;
}
.reviews-details {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 80px;
}
.reviews-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.reviews-title {
  font-size: 2.82rem;
  margin-bottom: 0.5em;
}
.reviews-stars {
  padding-left: 98px;
  margin: 0 0 1.5em;
  line-height: 20px;
  background: url("../assets/icons/rating-stars.svg") 0 0 no-repeat;
}
.reviews-quote {
  line-height: 1.75em;
  padding: 0 0 8px 42px;
  margin-bottom: 2em;
  background: url("../assets/icons/review-quote.svg") 0 0 no-repeat;
}
.reviews-more {
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 600;
}
.reviews-more:hover {
  color: #ffffff;
}

.features-box {
  display: flex;
  margin-bottom: 40px;
  padding-top: 72px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.features-box--1 {
  background-image: url("../assets/photos/feature-gallery-1.jpg");
}
.features-box--2 {
  background-image: url("../assets/photos/feature-gallery-2.jpg");
}
.features-box--3 {
  background-image: url("../assets/photos/feature-gallery-3.jpg");
}
.features-box--dark {
  justify-content: end;
}
.features-box--dark .features-desc {
  color: #ffffff;
  background-color: #24365D;
}
.features-box--dark .features-desc a {
  color: #ffffff;
}
.features-box:last-child {
  margin-bottom: 0;
}
.features-desc {
  width: 90%;
  max-width: 720px;
  padding: 72px 56px 56px;
  background-color: #F5F7FA;
}
.features-desc a {
  font-size: 0.9em;
  font-weight: 600;
}
.features-grid {
  display: flex;
  gap: 40px;
  padding-bottom: 48px;
}
.features-grid h2, .features-grid p {
  width: 100%;
  flex: 0 1 50%;
}
.features-grid h2 {
  margin: 0;
  font-size: 2.75rem;
}
.features-grid p {
  margin: 0.25em 0;
  line-height: 1.75em;
}

.subscription-box {
  padding: 48px 72px;
  text-align: center;
  background-color: #F5F7FA;
}
.subscription-title {
  font-size: 1.75rem;
}
.subscription-form {
  margin-bottom: 1.5em;
}
.subscription-form form {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.subscription-form input {
  width: 100%;
  max-width: 270px;
  padding: 10px 16px;
  border: 1px solid #C0C8E2;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 40px 0 rgba(133, 133, 133, 0.08);
}
.subscription-form button {
  padding: 10px 32px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 32px;
  cursor: pointer;
  background-color: #24365D;
  transition: all 0.1s linear;
}
.subscription-form button:hover {
  color: #24365D;
  border-color: #24365D;
  background-color: transparent;
}
.subscription-desc {
  color: #79809A;
  font-size: 0.85rem;
}

.socials-posts {
  display: flex;
  padding-top: 16px;
}
.socials-post {
  position: relative;
  flex: 0 1 25%;
  height: 250px;
}
.socials-post img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.socials-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  filter: contrast(1.5);
  background-color: rgba(36, 54, 93, 0.8);
}
.socials-text {
  padding-top: 1em;
  font-size: 2rem;
  line-height: 1.16em;
}
.socials-text span {
  display: block;
  font-size: 0.5em;
  font-weight: 300;
}
.socials-likes {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-family: "Crimson Text", serif;
}
.socials-likes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("../assets/icons/social-likes.svg") 50% 50% no-repeat;
}
.socials-hashtag {
  font-weight: 300;
}

@media all and (max-width: 1199px) {
  main {
    padding-top: 90px;
  }

  .header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-center .nav-links .nav-item > a {
    padding: 8px 8px;
  }

  .nav-links .button {
    padding-left: 24px;
  }
  .nav-links .button span {
    display: none;
  }

  .intro-text {
    padding: 24px 48px 24px 48px;
  }

  .intro-text h1 {
    font-size: 2.03rem;
  }

  .intro-image {
    flex-basis: 40%;
  }

  .reviews-box {
    padding-left: 64px;
    padding-right: 64px;
  }

  .reviews-image {
    flex: 0 1 35%;
  }
  .reviews-image img {
    width: 100%;
  }

  .reviews-details {
    flex: 1 0 65%;
    padding-left: 64px;
    padding-bottom: 0;
  }

  .reviews-title {
    font-size: 2.05rem;
  }

  .features-grid h2 {
    font-size: 2.17rem;
  }

  .features-desc {
    padding: 48px 36px 48px;
  }

  .footer-desc {
    flex-basis: 25%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 24px;
  }

  .footer-nav {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
@media all and (max-width: 991px) {
  section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .intro-text {
    padding-left: 32px;
    padding-right: 32px;
  }

  .intro-text p, .intro-text a {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .intro-image {
    flex-basis: 52%;
  }

  .categories-grid-left, .categories-grid-right {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .categories-item {
    flex: 1 1 100%;
  }

  .products-grid {
    flex-wrap: wrap;
  }

  .products-item {
    flex: 0 1 calc(50% - 9px);
  }

  .reviews-box {
    padding: 20px 20px 30px;
  }

  .reviews-image {
    flex-basis: 50%;
  }

  .reviews-details {
    flex-shrink: 1;
    padding-top: 12px;
    padding-left: 36px;
  }

  .reviews-title {
    font-size: 1.75rem;
  }

  .reviews-stars {
    font-size: 0.9rem;
  }

  .reviews-quote {
    font-size: 0.9rem;
    line-height: 1.5em;
    margin-bottom: 0.7em;
  }

  .features-desc {
    padding: 36px;
  }

  .features-grid {
    flex-direction: column;
    gap: 0;
    padding-bottom: 24px;
  }

  .features-grid h2 {
    margin-bottom: 0.6em;
  }

  .socials-posts {
    overflow: auto;
  }

  .socials-post {
    flex: 0 0 30%;
  }

  .footer-grid {
    flex-wrap: wrap;
  }

  .footer-desc {
    flex-basis: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
  }

  .footer-nav, .footer-contacts {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .footer-nav {
    flex-basis: 25%;
  }

  .footer-contacts {
    flex-basis: 35%;
    padding-top: 32px;
  }

  .footer-title {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  section {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  main {
    padding-top: 56px;
  }

  .intro-wrapper {
    flex-direction: column-reverse;
  }

  .section-title {
    font-size: 1.56rem;
  }

  .stats {
    padding-bottom: 48px;
  }

  .stats-list {
    flex-wrap: wrap;
    gap: 32px;
  }

  .stats-item {
    flex: 0 0 calc(50% - 16px);
  }

  .categories-grid {
    padding-top: 16px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
  }

  .categories-grid-left, .categories-grid-right {
    flex: 0 0 100%;
    gap: 0;
  }

  .categories-item {
    margin-bottom: 16px;
  }

  .product-image {
    height: 240px;
  }

  .product-image img {
    max-width: 90%;
  }

  .product-details-price {
    font-size: 0.8em;
    font-weight: 600;
  }

  /*.products-grid {
  gap: 0;
   }

   .products-item {
  flex: 0 0 100%;
   }*/
  .reviews-box {
    padding: 0 0 10px;
  }

  .reviews-grid {
    flex-direction: column;
  }

  .reviews-details {
    padding: 32px 32px 24px;
  }

  .features-box {
    margin-bottom: 12px;
    padding-top: 70vw;
    background-position: 50% 0;
    background-size: 170%;
  }

  .features-desc {
    width: 100%;
    padding: 28px 32px;
  }

  .features-grid {
    padding-bottom: 16px;
  }

  .features-grid h2 {
    margin-bottom: 0.4em;
    font-size: 1.9rem;
  }

  .features-grid p {
    font-size: 0.9rem;
  }

  .subscription-box {
    padding: 36px 18px;
  }

  .subscription-title {
    font-size: 1.35rem;
  }

  .subscription-form form {
    flex-wrap: wrap;
    gap: 0;
  }

  .subscription-form input {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .subscription-desc {
    line-height: 1.35em;
  }

  .socials-post {
    flex-basis: 70%;
  }

  .footer-logo {
    padding-bottom: 24px;
  }

  .footer-logo img {
    max-width: 100px;
  }

  .footer-title {
    margin-bottom: 0.75em;
  }

  .footer-text {
    font-size: 0.8rem;
    line-height: 1.6em;
  }

  .footer-nav, .footer-contacts {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .footer-nav {
    flex-basis: 100%;
  }

  .footer-contacts {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .footer-payments {
    margin-top: 8px;
    gap: 4px;
  }
}

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