/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

a {
  color: #000;
  text-decoration: none;
}

.section-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 56px;
}

.section-header-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-header-nav-left__item {
  padding: 10px;
  margin-left: 30px;
  width: 110px;
  height: 17px;
  color: #212121;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: normal;
  text-align: center;
}

.section-header-nav-left__item:hover {
  text-decoration: underline;
  background-color: rgba(204, 204, 204, 0.39);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-header-nav-left__item:not(:hover) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-header-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-header-nav-right__item {
  padding: 10px;
  margin-left: 30px;
  width: 110px;
  height: 17px;
  color: #212121;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: normal;
  text-align: center;
}

.section-header-nav-right__item:hover {
  text-decoration: underline;
  background-color: rgba(204, 204, 204, 0.39);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-header-nav-right__item:not(:hover) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-header-nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex;
      -ms-flex-align: flex;
          align-items: flex;
}

.section-header-nav-logo__title {
  margin-top: 5px;
  margin-left: 15px;
  width: 141px;
  height: 27px;
  color: #212121;
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-container-firstscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-container-firstscreen-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-container-firstscreen-text__title {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 35px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: normal;
  text-align: left;
}

.section-container-firstscreen-text__subtitle {
  margin-top: 28px;
  width: 570px;
  height: 61px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 55px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2.2px;
  line-height: normal;
  text-align: left;
}

.section-container-firstscreen-text__button {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 55px;
  background-color: #d7b399;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: normal;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-container-firstscreen-text__button:hover {
  background-color: #9e7150;
  color: #424242;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-container-firstscreen-text__button:not(:hover) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-container-firstscreen-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-container-firstscreen-image__img {
  width: 556px;
  height: 377px;
}

.section-container-firstscreen-image__wsale {
  width: 104px;
  height: 29px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: normal;
  text-align: right;
  text-decoration: line-through;
  text-transform: uppercase;
}

.section-container-firstscreen-image__sale {
  width: 163px;
  height: 51px;
  color: #d84033;
  font-family: 'Montserrat';
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.84px;
  line-height: normal;
  text-align: right;
  text-transform: uppercase;
}

.section-container-freesheep {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 235px;
  width: 100%;
  background-color: #212121;
}

.section-container-freesheep__title {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: normal;
  text-align: center;
}

.section-container-freesheep__subtitle {
  width: 394px;
  height: 26px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.section-container-screensecond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.section-container-screensecond-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8vh;
  width: 100%;
}

.section-container-screensecond-collection-man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-container-screensecond-collection-man__title {
  margin-top: 10px;
  width: 366px;
  height: 28px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: normal;
  text-align: left;
}

.section-container-screensecond-collection-man__subtitle {
  margin-top: 10px;
  width: 264px;
  height: 19px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.section-container-screensecond-collection-man__button {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 110px;
  height: 30px;
  background-color: #d7b399;
  color: #fff;
  font-family: 'Montserrat';
  text-align: center;
}

.section-container-screensecond-collection-man__button:hover {
  background-color: #b48b5c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.section-container-screensecond-collection-man__button:not(:hover) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-container-screensecond-collection-man__image img {
  width: 190px;
  height: 171px;
}

.section-container-screensecond-collection-woman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-container-screensecond-collection-woman__title {
  margin-top: 10px;
  width: 366px;
  height: 28px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: normal;
  text-align: left;
}

.section-container-screensecond-collection-woman__subtitle {
  margin-top: 10px;
  width: 264px;
  height: 19px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.section-container-screensecond-collection-woman__button {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 110px;
  height: 30px;
  background-color: #d7b399;
  color: #fff;
  font-family: 'Montserrat';
  text-align: center;
}

.section-container-screensecond-collection-woman__button:hover {
  background-color: #b48b5c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.section-container-screensecond-collection-woman__button:not(:hover) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-container-screensecond-collection-woman__image img {
  width: 175px;
  height: 171px;
}

.section-container-screensecond-newitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15vh;
}

.section-container-screensecond-newitem__title {
  width: 351px;
  height: 44px;
  color: #212121;
  font-family: 'Montserrat';
  font-size: 36px;
  font-style: normal;
  letter-spacing: 1.44px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

.section-container-screensecond-newitem__button {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 55px;
  background-color: #d7b399;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: normal;
  text-align: center;
}

.section-container-screensecond-newitem__button:hover {
  background-color: #9b6a48;
  cursor: pointer;
  color: #fffa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-container-screensecond-newitem__button:not(:hover) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-container-screensecond-newitem__cards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-container-screensecond-newitem__cards-card {
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-container-screensecond-newitem__cards-card__text {
  width: 112px;
  margin-left: 50px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.section-container-screensecond-newitem__cards-card__price {
  margin-left: 50px;
  width: 93px;
  height: 18px;
  color: #d7b399;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.section-container-subscribe {
  margin-top: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  width: 100%;
  background-color: #212121;
}

.section-container-subscribe__title {
  width: 575px;
  height: 37px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: normal;
  text-align: center;
}

.section-container-subscribe__input {
  margin-left: 40px;
  width: 255px;
  height: 40px;
  background-color: #f9f6f1;
  border: none;
}

.section-container-subscribe__button {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 185px;
  height: 40px;
  background-color: #d7b399;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.section-container-subscribe__button:hover {
  background-color: #c58659;
  color: #fffa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.section-container-subscribe__button:not(:hover) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  width: 100%;
  height: 311px;
  background-color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10vh;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.section-footer-items-logo {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-footer-items-logo__logotype {
  margin-top: 5px;
  width: 200px;
  height: 27px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

.section-footer-items-logo__text {
  width: 200px;
  height: 88px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
}

.section-footer-items-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-footer-items-links__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  width: 200px;
  height: 13px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

.section-footer-items-links__link a {
  margin-top: 20px;
  width: 90px;
  height: 22px;
  color: #cbcfd4;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
}

.section-footer-items-links__link a:hover {
  color: #d3a262;
}
/*# sourceMappingURL=style.css.map */