@font-face {
  font-family: RalewayRegular;
  src: url(../fonts/Raleway-Regular.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RalewayMedium;
  src: url(../fonts/Raleway-Medium.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RalewaySemiBold;
  src: url(../fonts/Raleway-SemiBold.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

h1, h2, h3 {
  margin: 0;
}

html {
  font-family: RalewayRegular, serif;
  font-size: 1rem;
  color: #181818;
  scroll-behavior: smooth;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.container {
  max-width: 74.625rem;
  width: 100%;
  margin: auto;
}

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

.button {
  border: none;
  font-family: RalewaySemiBold;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
}

.button-primary {
  background: #181818;
  border-radius: 40px;
}

input {
  text-indent: 20px;
}

.header {
  background: url("../img/gradient.png") no-repeat center/cover;
  padding: 1.9375rem 0;
  font-size: 1.125rem;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contacts__item {
  cursor: pointer;
  margin-right: 1.5625rem;
}

.header-contacts__item:last-child {
  margin-right: 0;
}

.header .nav__item {
  margin-right: 1.875rem;
}

.header .nav__item:last-child {
  margin-right: 0;
}

.header .section {
  padding: 1.9375rem 0 6.625rem 0;
}

.header .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .hero-text {
  margin-top: 9.5rem;
}

.header .hero-text__title {
  max-width: 41.5625rem;
  font-size: 2.875rem;
  margin-bottom: 2.4375rem;
}

.header .hero-text__desc {
  max-width: 41.1875rem;
  font-size: 1.375rem;
  margin-bottom: 3rem;
}

.header .hero-text__button {
  padding: 1.075rem 3.3125rem;
}

.section-bestsellers {
  padding: 8.125rem 0 8.125rem 0;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.1875rem;
}

.section-title__heading {
  font-size: 2.875rem;
  font-weight: normal;
}

.section-title__subtitle {
  padding-bottom: 5px;
  border-bottom: 2px solid #181818;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
}

.section-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-cards .card-img {
  margin-bottom: 1.25rem;
}

.section-cards .card-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-cards .card-desc__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.section-cards .card-desc__price {
  font-size: 1.25rem;
}

.section-film {
  background: url("../img/8.png") no-repeat center;
  padding: 9.125rem 0;
}

.section-film .film-content__title {
  max-width: 42.8125rem;
  font-size: 2.875rem;
  font-weight: normal;
  margin-bottom: 1.1875rem;
}

.section-film .film-content__desc {
  max-width: 40.625rem;
  font-size: 1.375rem;
  margin-bottom: 3rem;
}

.section-film .film-content__button {
  padding: 1.375rem 3.3125rem;
}

.section-product {
  padding: 8.75rem 0;
}

.section-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-product .product-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.1875rem;
}

.section-product .product-heading__title {
  font-size: 2.875rem;
  font-weight: normal;
}

.section-product .product-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-product .product-star__img {
  margin-right: 0.875rem;
}

.section-product .product-star__text {
  font-family: RalewaySemiBold, serif;
  font-size: 1.375rem;
  font-weight: bold;
}

.section-product .product__desc {
  max-width: 20.55rem;
  font-size: 1.375rem;
  margin-bottom: 3.0625rem;
}

.section-product .product-color__heading {
  font-family: RalewaySemiBold, serif;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.section-product .product-color-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4375rem;
}

.section-product .product-color__item {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 1.0625rem;
}

.section-product .product-color__item:nth-of-type(1) {
  background-color: #ee6936;
}

.section-product .product-color__item:nth-of-type(2) {
  background-color: #dcd0c1;
}

.section-product .product-color__item:nth-of-type(3) {
  background-color: #b2bec8;
  margin-right: 0;
}

.section-product .product-characteristics {
  margin-bottom: 4.6875rem;
}

.section-product .product-characteristics__title {
  font-family: RalewaySemiBold, serif;
  font-size: 1.225rem;
  margin-bottom: 1.5rem;
  font-weight: bolder;
}

.section-product .product-characteristics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.875rem;
}

.section-product .product-characteristics__item:last-child {
  margin-bottom: 0;
}

.section-product .product-purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-product .product-purchase__price {
  font-size: 2rem;
  font-weight: bold;
}

.section-product .product-purchase__button {
  padding: 1.3125rem 2.4375rem;
}

.section-product .product-img {
  max-width: 40.1875rem;
  width: 100%;
  height: 41.5rem;
  float: right;
}

.section-product .product-otherInf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.0625rem;
}

.section-product .product-otherInf__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.4;
  font-size: 2rem;
  cursor: pointer;
  margin-bottom: 2.4375rem;
}

.section-product .product-otherInf__item:last-child {
  margin-bottom: 0;
}

.section-product .product-otherInf__text {
  font-weight: bold;
  font-size: 1.535rem;
  max-width: 41rem;
}

.section-product .product-otherInf .active {
  opacity: 1;
}

.section-product .product-otherInf .active::before {
  content: '';
  width: 42px;
  height: 2px;
  background-color: #181818;
  margin-top: 17px;
  margin-right: 1.25rem;
}

.section-learn-more {
  background: url("../img/gradient.png") no-repeat top/cover;
  padding: 2.8125rem 0;
}

.section .learn-more__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section .learn-more-photos {
  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;
}

.section .learn-more-photos__item {
  margin-bottom: 2.5rem;
}

.section .learn-more-photos__item:last-child {
  margin-bottom: 0;
}

.section .learn-more-text {
  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;
}

.section .learn-more-text__heading {
  max-width: 43.125rem;
  text-align: center;
  font-size: 2.875rem;
  margin-bottom: 2.1875rem;
}

.section .learn-more-text__desc {
  max-width: 41.0625rem;
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 3rem;
}

.section .learn-more-text__button {
  padding: 1.4375rem 2.9375rem;
}

.section-benefits {
  padding: 8.6875rem 0 4.75rem;
}

.section-benefits .benefits-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.section-benefits .benefits-content-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.25rem;
}

.section-benefits .benefits-content-list__item:last-child {
  margin-bottom: 0;
}

.section-benefits .benefits-content-list__img {
  margin-right: 1.5rem;
}

.section-benefits .benefits-content-list__text {
  font-size: 1.625rem;
}

.section-enter-form {
  background: url("../img/gradient.png") no-repeat top/cover;
  padding: 8.6875rem 0;
}

.section-enter-form .enter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-enter-form .enter-form__form {
  max-width: 28.875rem;
}

.section-enter-form .enter-form__heading {
  max-width: 30.8125rem;
  font-size: 2.875rem;
  margin-bottom: 1.5rem;
}

.section-enter-form .enter-form__text {
  max-width: 30.625rem;
  font-size: 1.375rem;
  margin-bottom: 4.6875rem;
}

.section-enter-form .enter-form__button {
  padding: 1.25rem 4.3125rem;
}

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

.section-enter-form .form-case--email {
  margin-bottom: 1.8125rem;
}

.section-enter-form .form-case--half {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.8125rem;
}

.section-enter-form .form-case__label {
  font-size: 1.125rem;
  margin-bottom: 0.8125rem;
}

.section-enter-form .form-case__input {
  max-width: 13.625rem;
  width: 100%;
  height: 3.375rem;
}

.section-enter-form .form-case__input--wide {
  max-width: 28.875rem;
  width: 100%;
}

.section-enter-form .form-checkcase {
  font-weight: bold;
}

.section-enter-form .form-checkcase-first {
  margin-bottom: 2.0625rem;
}

.section-enter-form .form-checkcase-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8125rem;
}

.section-enter-form .form-checkcase__heading {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

.section-enter-form .form-checkcase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-enter-form .form-checkcase-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.25rem;
}

.section-enter-form .form-checkcase__input {
  width: 22px;
  height: 22px;
  margin-right: 0.6875rem;
}

.footer {
  padding: 3.5rem 0;
  font-weight: bold;
  font-size: 1.125rem;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social__img {
  margin-right: 1.25rem;
}

.footer-confidence {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */